diff options
author | ross <ross> | 1999-01-20 00:48:12 +0000 |
---|---|---|
committer | ross <ross> | 1999-01-20 00:48:12 +0000 |
commit | 1a66cd86203b3ae35e652fa7736f26ae0eb057f9 (patch) | |
tree | 0f40d5ef4a61ecb6e34f87f58db8c35351d89dee /net | |
parent | 05ae7082e04cca15c25b6e707ce7a1d7864250a8 (diff) | |
download | pkgsrc-1a66cd86203b3ae35e652fa7736f26ae0eb057f9.tar.gz |
Add the real site at ftp.nec.com to MASTER_SITES. The Poland site isn't
working right now and was never more than a mirror. We are downloading
export.socks.cstc... and socks4 doesn't even have authentication (unless you
count identd :-) much less any crypto ... should be safe for export.
Diffstat (limited to 'net')
-rw-r--r-- | net/socks4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/socks4/Makefile b/net/socks4/Makefile index 3482b9c9af0..116a7c9b839 100644 --- a/net/socks4/Makefile +++ b/net/socks4/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.3 1998/08/20 15:17:19 tsarna Exp $ +# $NetBSD: Makefile,v 1.4 1999/01/20 00:48:12 ross Exp $ # DISTNAME= export.socks.cstc.4.2.2 PKGNAME= socks4-2.2 CATEGORIES= net security -MASTER_SITES= http://www.ibs.net.pl/archive/Firewalls/socks/socks4/ +MASTER_SITES= http://www.ibs.net.pl/archive/Firewalls/socks/socks4/\ + ftp://ftp.nec.com/pub/socks/socks4/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.socks.nec.com/socksv4.html |