Ticket #11415: nylon-1.2_to_1.21.diff
File nylon-1.2_to_1.21.diff, 2.6 KB (added by boeyms@…, 18 years ago) |
---|
-
net/nylon/Portfile
diff -Naur dports/net/nylon/Portfile dports-devel/net/nylon/Portfile
old new 1 1 # $Id: Portfile 20445 2006-11-03 02:55:59Z jberry@macports.org $ 2 2 3 3 PortSystem 1.0 4 name nylon 5 version 1.2 6 revision 0 7 categories net security 8 maintainers nomaintainer@macports.org 9 description A Unix SOCKS 4 and 5 proxy server 10 long_description \ 11 nylon is a proxy server which currently supports SOCKS version 4 and \ 12 5 as well as a mirror mode which allows nylon to mirror services. 13 homepage http://monkey.org/~marius/nylon/ 14 platforms darwin 15 master_sites http://monkey.org/~marius/nylon/ 16 checksums md5 ba95338fa19e7bc87689be1ac4a3581a 17 depends_lib lib:libevent:libevent 4 name nylon 5 version 1.21 6 revision 0 7 categories net security 8 maintainers boeyms@fastmail.fm openmaintainer@macports.org 9 description A Unix SOCKS 4, 4a and 5 proxy server 10 long_description nylon is a proxy server which currently supports \ 11 SOCKS version 4, 4a and 5, as well as a mirror mode \ 12 which allows nylon to mirror services. 13 homepage http://monkey.org/~marius/nylon/ 14 platforms darwin 15 master_sites http://monkey.org/~marius/nylon/ 16 checksums md5 d5de81422b8797afa328f72c694b65bb 17 depends_lib lib:libevent:libevent 18 configure.args --mandir=${prefix}/share/man 19 post-destroot { 20 xinstall -m 644 ${filespath}/example-nylon.conf \ 21 ${destroot}${prefix}/etc/example-nylon.conf 22 } -
net/nylon/files/example-nylon.conf
diff -Naur dports/net/nylon/files/example-nylon.conf dports-devel/net/nylon/files/example-nylon.conf
old new 1 # The remainder of this file was created by the author of nylon, Marius Aamodt 2 # Eriksen <marius@monkey.org>, and is as it was when downloaded from 3 # http://monkey.org/~marius/tmp/nylon.conf 4 5 # general settings 6 [General] 7 8 # number of simultaneous connections allowed 9 No-Simultaneous-Conn=10 10 11 # log connections and other information to syslog? 1: on, 0: off 12 Log=1 13 14 # be verbose on the console? 1: on, 0: off 15 Verbose=0 16 17 # store pid file 18 #PIDfile=/tmp/nylon.pid 19 20 # server settings 21 [Server] 22 23 # interface to listen to connections 24 #Binding-Interface=fxp1 25 26 # interface to bind outgoing connections to 27 #Connecting-Interface=fxp0 28 29 # listening port to bind to 30 Port=1080 31 32 # allowed is processed first, then deny 33 34 # allowable connect ips/ranges 35 #Allow-IP=141.0.0.0/8 127.0.0.1 10.0.0.0/24 36 Allow-IP=127.0.0.1/32 37 # denied connect ips/ranges 38 #Deny-IP=10.0.0.0/24