diff options
author | jdp <jdp@FreeBSD.org> | 1996-08-15 00:02:50 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1996-08-15 00:02:50 +0800 |
commit | 3665467a465d00e25ae4b5ca41305121338d149c (patch) | |
tree | 4300a76f9fe04eb8cc50be825862e3673b158f31 /net/socks5 | |
parent | ea56e483a5f68426c2cf93de26651cac1779032a (diff) | |
download | freebsd-ports-gnome-3665467a465d00e25ae4b5ca41305121338d149c.tar.gz freebsd-ports-gnome-3665467a465d00e25ae4b5ca41305121338d149c.tar.zst freebsd-ports-gnome-3665467a465d00e25ae4b5ca41305121338d149c.zip |
Update for new release. Remove export restriction; it no longer applies.
Reviewed by: Doug Ambrisko <ambrisko@ambrisko.roble.com>
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 |