Upgrade to released version 1.0.2
With permission of: ambrisko@ambrisko.roble.com
This commit is contained in:
parent
d5e1b94961
commit
9b7655b968
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7713
3 changed files with 22 additions and 14 deletions
|
@ -3,13 +3,15 @@
|
|||
# Date created: 24 Apr 1996
|
||||
# Whom: pst
|
||||
#
|
||||
# $Id: Makefile,v 1.12 1997/05/04 16:55:37 max Exp $
|
||||
# $Id: Makefile,v 1.13 1997/08/15 08:32:52 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= socks5-beta-0.17.2-exportable
|
||||
PKGNAME= socks5-0.17.2
|
||||
DISTNAME= socks5-v1_0r2_tar
|
||||
PKGNAME= socks5-1.0.2
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= ftp://ftp.nec.com/pub/socks/socks5/
|
||||
MASTER_SITES= ftp://ftp.astec.co.jp/pub/security/socks/ \
|
||||
ftp://ftp.ualg.pt/Linux/net/proxies/
|
||||
EXTRACT_SUFX= .gz
|
||||
|
||||
MAINTAINER= ambrisko@ambrisko.roble.com
|
||||
|
||||
|
@ -24,6 +26,7 @@ RESTRICTED= "no commercial use"
|
|||
# --with-syslog-facility=LOG_AUTH \
|
||||
# --with-passwd
|
||||
|
||||
WRKSRC= ${WRKDIR}/socks5-v1.0r2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LIBS=-lcrypt
|
||||
CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \
|
||||
|
@ -31,7 +34,10 @@ CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \
|
|||
--with-srvpidfile=/var/run/socks5.pid \
|
||||
--with-srvidtfile=/var/run/socks5.ident \
|
||||
${EXTRA_CONFIGURE_ARGS}
|
||||
MAN1= runsocks.1 socks5.1 stopsocks.1
|
||||
MAN1= runsocks.1 socks5.1 stopsocks.1 socks5_clients.1
|
||||
MAN5= libsocks5.conf.5 socks5.conf.5
|
||||
|
||||
post-install:
|
||||
ldconfig -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (socks5-beta-0.17.2-exportable.tar.gz) = eafe16c029c6ea0b901aec1b0be5d86d
|
||||
MD5 (socks5-v1_0r2_tar.gz) = 939a70749080baca5763388b7123953f
|
||||
|
|
|
@ -1,19 +1,21 @@
|
|||
bin/rping
|
||||
bin/rtraceroute
|
||||
bin/rftp
|
||||
bin/rfinger
|
||||
bin/rwhois
|
||||
bin/rarchie
|
||||
bin/rtelnet
|
||||
bin/socks5
|
||||
bin/runsocks
|
||||
bin/stopsocks
|
||||
bin/rarchie
|
||||
bin/rfinger
|
||||
bin/rftp
|
||||
bin/rping
|
||||
bin/rtelnet
|
||||
bin/rtraceroute
|
||||
bin/rwhois
|
||||
include/socks.h
|
||||
man/man1/runsocks.1.gz
|
||||
man/man1/socks5.1.gz
|
||||
man/man1/runsocks.1.gz
|
||||
man/man1/stopsocks.1.gz
|
||||
man/man1/socks5_clients.1.gz
|
||||
man/man5/libsocks5.conf.5.gz
|
||||
man/man5/socks5.conf.5.gz
|
||||
man/man5/socks5.passwd.5
|
||||
lib/libsocks5.a
|
||||
@exec ranlib -m %D/lib/libsocks5.a
|
||||
lib/libsocks5_sh.so
|
||||
|
|
Loading…
Reference in a new issue