diff options
author | John Polstra <jdp@FreeBSD.org> | 1996-08-14 16:02:50 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1996-08-14 16:02:50 +0000 |
commit | 2a95fc527dfc85a104aed407c982895106fc754f (patch) | |
tree | 9094d08964cf19003f84246bdbc420abe8994fcb /net/socks5 | |
parent | f07a8c6200dd6cc41ee039068be5357f3633b54a (diff) | |
download | ports-2a95fc527dfc85a104aed407c982895106fc754f.tar.gz ports-2a95fc527dfc85a104aed407c982895106fc754f.zip |
Notes
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 9 | ||||
-rw-r--r-- | net/socks5/distinfo | 2 | ||||
-rw-r--r-- | net/socks5/pkg-descr | 5 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index c5eb53e2251f..a6be75bdcba2 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,20 +1,19 @@ # New ports collection makefile for: socks5 -# Version required: beta-0.16.4 +# Version required: beta-0.16.6 # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.4 1996/07/22 23:06:45 pst Exp $ +# $Id: Makefile,v 1.5 1996/07/23 16:13:54 pst Exp $ # -PKGNAME= socks5-0.16.4 -DISTNAME= socks5-beta-0.16.4-exportable +PKGNAME= socks5-0.16.6 +DISTNAME= socks5-beta-0.16.6-exportable CATEGORIES+= net security MASTER_SITES= ftp://ftp.nec.com/pub/socks/socks5/ MAINTAINER= ambrisko@ambrisko.roble.com NO_CDROM= NEC has a funky license for this software -RESTRICTED= ITAR license required to export outside US/Canada NO_PACKAGE= put an extra slug in to make sure he's dead # here are some extra configure args you may wish to use diff --git a/net/socks5/distinfo b/net/socks5/distinfo index e779b0ccf631..b066ce313c57 100644 --- a/net/socks5/distinfo +++ b/net/socks5/distinfo @@ -1 +1 @@ -MD5 (socks5-beta-0.16.4-exportable.tar.gz) = 9446af58b59409769a2ce1d0b9c35ba2 +MD5 (socks5-beta-0.16.6-exportable.tar.gz) = e428c94e4de5bf544781a18e996a329a diff --git a/net/socks5/pkg-descr b/net/socks5/pkg-descr index 09619c4788df..95ae5da6e716 100644 --- a/net/socks5/pkg-descr +++ b/net/socks5/pkg-descr @@ -6,8 +6,9 @@ on the Internet at large. It is based on the original SOCKS written by David Koblas <koblas@netcom.com> and the work of the AFT working group of the IETF. NOTE: The shared library features in socks5 require a dynamic linker that - understands the LD_PRELOAD environment variable (only recent FreeBSD - 2.2-current distributions have this). All other features will work + understands the LD_PRELOAD environment variable. FreeBSD + 2.1.5-RELEASE supports this; so do versions of -current and + -stable later than May 2, 1996. All other features will work with FreeBSD 2.0 and later. WARNING: Export of SOCKS from the US without a proper license is a violation |