diff options
author | tron <tron> | 2000-02-27 23:11:12 +0000 |
---|---|---|
committer | tron <tron> | 2000-02-27 23:11:12 +0000 |
commit | b6bb243d5317c3c929571ed85c285c5135b9a70e (patch) | |
tree | 11af0eb7f1b087299e888311d18f4611625047cd /www | |
parent | 2011f1a008f340cad5a00da6eb63e455f0aecea8 (diff) | |
download | pkgsrc-b6bb243d5317c3c929571ed85c285c5135b9a70e.tar.gz |
Update "squid" package to version 2.3 STABLE 1 using patches supplied by
Takahiro Kambe in PR pkg/9486. Changes since version 2.2 STABLE 5:
- many bug fixes
- WCCP support
- Storage API
- internal DNS servers
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/Makefile | 10 | ||||
-rw-r--r-- | www/squid/files/md5 | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index e0bc29fe929..322ae682f38 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 1999/11/12 22:56:31 tron Exp $ +# $NetBSD: Makefile,v 1.23 2000/02/27 23:11:12 tron Exp $ -DISTNAME= squid-2.2.STABLE5-src -PKGNAME= squid-2.2s5 +DISTNAME= squid-2.3.STABLE1-src +PKGNAME= squid-2.3s1 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ @@ -32,9 +32,11 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} .include "../../mk/bsd.prefs.mk" # Configuration options which can be overwritten by the user. SQUID_CONFIGURE_ARGS?= --enable-cachemgr-hostname=localhost \ + --enable-delay-pool \ --enable-icmp \ --enable-ipf-transparent \ - --enable-snmp + --enable-snmp \ + --enable-underscores SQUID_HTTP_PORT?= 3128 SQUID_ICP_PORT?= 3130 diff --git a/www/squid/files/md5 b/www/squid/files/md5 index 00facf7c2e8..d75ce0e0e6d 100644 --- a/www/squid/files/md5 +++ b/www/squid/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.7 1999/11/12 22:07:11 tron Exp $ +$NetBSD: md5,v 1.8 2000/02/27 23:11:13 tron Exp $ -MD5 (squid-2.2.STABLE5-src.tar.gz) = e5b02867a4c58ac5db191041a9c298b6 +MD5 (squid-2.3.STABLE1-src.tar.gz) = b575dcc0bbb98c806efee15b9963630f |