diff options
author | taca <taca@pkgsrc.org> | 2003-04-28 12:01:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-04-28 12:01:02 +0000 |
commit | e1eab555c9f513ec942014c12985f02d24ad0373 (patch) | |
tree | 64948f3b9cc16952dad7fff40b491eb8fd2ed8d3 /www/squid | |
parent | 9b7fd571921689f1816b1287e241d216b5b40fae (diff) | |
download | pkgsrc-e1eab555c9f513ec942014c12985f02d24ad0373.tar.gz |
Update squid package to squid-2.5.2nb2. Add two official patches.
o egmentation fault in idnsGrokReply() on certain platforms
synopsis A bug in how Squid processes certain DNS
replies can cause segmentation faults on
certain platforms. Linux and FreeBSD on X86
platforms seems unaffected however.
severity Major
bugzilla #605
versions Squid-2.5 and earlier
platforms Solaris SPARC and several other
patch squid-2.5.STABLE2-dns_root_label.patch
workaround Recompile squid with --disable-internal-dns
o The example header_access paranoid setting is missing WWW-Authenticate
synopsis The paranoid header_access example is missing
WWW-Authenticate, and thereby unintentionally
denying authentication to web sites if used
without modifitaions.
severity Cosmetic
bugzilla #600
versions Squid-2.5
platforms All
patch squid-2.5.STABLE2-header_access_paranoid.patch
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 8 | ||||
-rw-r--r-- | www/squid/distinfo | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 308e6deac6a..9e20d5a1b11 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.81 2003/04/11 09:51:40 taca Exp $ +# $NetBSD: Makefile,v 1.82 2003/04/28 12:01:02 taca Exp $ DISTNAME= squid-2.5.STABLE2 PKGNAME= squid-2.5.2 -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/ \ @@ -16,7 +16,9 @@ PATCHFILES= squid-2.5.STABLE2-concurrent_external_acl.patch \ squid-2.5.STABLE2-shutdown.patch \ squid-2.5.STABLE2-external_acl_overload.patch \ squid-2.5.STABLE2-cache_effective_user_docs.patch \ - squid-2.5.STABLE2-cache_peer_docs.patch + squid-2.5.STABLE2-cache_peer_docs.patch \ + squid-2.5.STABLE2-header_access_paranoid.patch \ + squid-2.5.STABLE2-dns_root_label.patch PATCH_DIST_STRIP= -p1 MAINTAINER= taca@netbsd.org diff --git a/www/squid/distinfo b/www/squid/distinfo index c5fa420b146..7cc800969f7 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.28 2003/04/11 09:51:40 taca Exp $ +$NetBSD: distinfo,v 1.29 2003/04/28 12:01:03 taca Exp $ SHA1 (squid-2.5.2/squid-2.5.STABLE2.tar.bz2) = e319b3cfdf5d92df9ef39da048fc4235d9cc5154 Size (squid-2.5.2/squid-2.5.STABLE2.tar.bz2) = 1020696 bytes @@ -14,6 +14,10 @@ SHA1 (squid-2.5.2/squid-2.5.STABLE2-cache_effective_user_docs.patch) = 31f899fa0 Size (squid-2.5.2/squid-2.5.STABLE2-cache_effective_user_docs.patch) = 1532 bytes SHA1 (squid-2.5.2/squid-2.5.STABLE2-cache_peer_docs.patch) = 130f145e06b5da2589cfa0bf2216ce447289e998 Size (squid-2.5.2/squid-2.5.STABLE2-cache_peer_docs.patch) = 1324 bytes +SHA1 (squid-2.5.2/squid-2.5.STABLE2-header_access_paranoid.patch) = b330d73d796e974caf7af2cf1970cd2bc0d8963e +Size (squid-2.5.2/squid-2.5.STABLE2-header_access_paranoid.patch) = 524 bytes +SHA1 (squid-2.5.2/squid-2.5.STABLE2-dns_root_label.patch) = e6b1b319ab8a58e4ef9111e4301caed27b72f171 +Size (squid-2.5.2/squid-2.5.STABLE2-dns_root_label.patch) = 719 bytes SHA1 (patch-aa) = 2e0d96f6ccb9d0c42db2da49e76846edad09624f SHA1 (patch-ab) = 1224ba4cee98a26d2c9d670eb6d57c6187ff2d56 SHA1 (patch-ac) = 1b283f0a573c02c82ce26f75e67d19b1ec5ff9f0 |