diff options
author | billf <billf@FreeBSD.org> | 1999-04-25 03:49:17 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-04-25 03:49:17 +0000 |
commit | 020092c957cc9e4086126ca06cc787ce5dbfe506 (patch) | |
tree | 52bd31d6c6229d453f7e809ea1d9bb7a6e80b483 /net/socks5 | |
parent | a3185770d1eef8f86eb5138873f23f94b9bedbf7 (diff) | |
download | FreeBSD-ports-020092c957cc9e4086126ca06cc787ce5dbfe506.zip FreeBSD-ports-020092c957cc9e4086126ca06cc787ce5dbfe506.tar.gz |
Upgrade to 1.0r9, the previous version had been dropped.
The deleted patches were merged into the program.
Obtained from: http://www.socks.nec.com/patch-socks5.html
(the new patches, that is)
NOTE: I'd love to have used PATCH_SITES and its cohorts,
however the patches from the web site were directory-ambigous
and adding them to our repository is the best way to avoid a
lot of glue and uglyness in the Makefile.
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 6 | ||||
-rw-r--r-- | net/socks5/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 62c7752..0784159 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,11 +3,11 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.22 1999/01/06 03:59:14 obrien Exp $ +# $Id: Makefile,v 1.23 1999/01/06 04:49:29 imp Exp $ # -DISTNAME= socks5-v1.0r8 -PKGNAME= socks5-1.0.8 +DISTNAME= socks5-v1.0r9 +PKGNAME= socks5-1.0.9 CATEGORIES= net security EXTRACT_SUFX= .tar.gz diff --git a/net/socks5/distinfo b/net/socks5/distinfo index 0384181..1ef5977 100644 --- a/net/socks5/distinfo +++ b/net/socks5/distinfo @@ -1 +1 @@ -MD5 (socks5-v1.0r8.tar.gz) = ce4a239615b480dc181b5173ff0001df +MD5 (socks5-v1.0r9.tar.gz) = 98b65d008b4ac995b75a9da7b16fed28 |