diff options
author | taca <taca@pkgsrc.org> | 2008-01-12 06:20:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-01-12 06:20:45 +0000 |
commit | 1d8ea673925cdd7225e20dac8a4ef6d4a4dd6396 (patch) | |
tree | ee4a7645e397a33592c37d4a76f4f6af8ac51d6e /www | |
parent | 44223da99ffbe613d52c4b8b1266413584146e7a (diff) | |
download | pkgsrc-1d8ea673925cdd7225e20dac8a4ef6d4a4dd6396.tar.gz |
Update squid package to 2.6.18 (2.6.STABLE18)
Changes to squid-2.6.STABLE18 (10 Jan 2008)
- Fix 2 assertion failures related to the fix for SQUID-2007:2
- GPL license cleanup to GPLv2 or later. One file in edir_digest_auth
was GPLv2 only, now replaced with a GPLv2 or later licensed vesion.
- Minor cleanups to make certain 64-bit platforms happier
- Several Digest authentication bugs fixed wich was causing random
authenitcation popups or failures.
- --with-valgrind-debug updated for valgrind-3.3.0.
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/Makefile | 4 | ||||
-rw-r--r-- | www/squid/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 0fa0a8c8425..45074220c54 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.200 2007/12/20 03:17:14 taca Exp $ +# $NetBSD: Makefile,v 1.201 2008/01/12 06:20:45 taca Exp $ -DISTNAME= squid-2.6.STABLE17 +DISTNAME= squid-2.6.STABLE18 PKGNAME= ${DISTNAME:S/STABLE//} CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.6/ diff --git a/www/squid/distinfo b/www/squid/distinfo index f48604eaae0..9bdea16c771 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.135 2007/12/02 14:47:07 taca Exp $ +$NetBSD: distinfo,v 1.136 2008/01/12 06:20:45 taca Exp $ -SHA1 (squid-2.6.STABLE17.tar.bz2) = ca59eaf0d9a8956920611338334c38a418b49c14 -RMD160 (squid-2.6.STABLE17.tar.bz2) = c771604ce3c89b7fad9a4739f9ecd8c936a1f878 -Size (squid-2.6.STABLE17.tar.bz2) = 1303134 bytes +SHA1 (squid-2.6.STABLE18.tar.bz2) = 9b3a46d5b004405cb958a95e34460ba4bfb503c8 +RMD160 (squid-2.6.STABLE18.tar.bz2) = cdebdd38060996a07534403441c7bf2d60eeb4b2 +Size (squid-2.6.STABLE18.tar.bz2) = 1304685 bytes SHA1 (patch-aa) = 06712292968ae808494007a722da5710660d0fec SHA1 (patch-ab) = 42c3f2daa2294d346358c199a0c53d849d8b1c74 SHA1 (patch-ac) = 1b283f0a573c02c82ce26f75e67d19b1ec5ff9f0 |