diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-04-25 03:49:17 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-04-25 03:49:17 +0000 |
commit | 8684147ba76355f4f57113c6271cabbe8f4f52b9 (patch) | |
tree | 162906bc1d7f8051416d7a7a9c22057bd20f1936 /net/socks5 | |
parent | Use passive-mode FTP to be nice to the firewalled folks. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=18122
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 62c77522225b..07841593cda0 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 03841814ef56..1ef5977d0293 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 |