diff options
author | tron <tron> | 2010-09-07 19:55:16 +0000 |
---|---|---|
committer | tron <tron> | 2010-09-07 19:55:16 +0000 |
commit | 4b1460442eb3ea8422da5ee5f9308abcd0c5fb79 (patch) | |
tree | 486b29c9c30e308156f0ff78a4504cbdc5b68940 | |
parent | 55d75d3aab612549cbcb055107d5435fdd81fe26 (diff) | |
download | pkgsrc-4b1460442eb3ea8422da5ee5f9308abcd0c5fb79.tar.gz |
Update "squid31" package to version 3.1.8. Changes since 3.1.7:
- Security fixes:
- Fixes for the request processing vulnerability tagged SQUID-2010:3.
http://www.squid-cache.org/Advisories/SQUID-2010_3.txt
- A hardening of the DNS client against packet queueing approaches
used to enable attacks. This completes the protection against attacks
published by Yamaguchi late in 2009.
- An HTTP request-line parser hardened against several categories of
request attack. This greatly increasing the speed of detection and
reducing resources used to detect these categories of attack.
- Fixes for the following bugs:
- Bug 3020: Segmentation fault: nameservers[vc->ns].vc = NULL
- Bug 3005,2972: Locate LTDL headers correctly (again)
- Bug 2872: leaking file descriptors
- Bug 2583: pure virtual method called
-rw-r--r-- | www/squid31/Makefile | 5 | ||||
-rw-r--r-- | www/squid31/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index f549248bc2b..46d803c8121 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2010/08/25 17:53:44 tron Exp $ +# $NetBSD: Makefile,v 1.26 2010/09/07 19:55:16 tron Exp $ -DISTNAME= squid-3.1.7 +DISTNAME= squid-3.1.8 PKGNAME= ${DISTNAME} # Necessary for "pkgsrc/www/squid/options.mk" CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/3.1/ \ @@ -32,5 +32,4 @@ post-build: ${CP} -pf ${WRKSRC}/src/squid.conf.documented \ ${WRKSRC}/src/squid.conf.default -.include "../../devel/libltdl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/squid31/distinfo b/www/squid31/distinfo index e2d42783c5f..9e0d446884c 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2010/08/25 17:53:44 tron Exp $ +$NetBSD: distinfo,v 1.24 2010/09/07 19:55:16 tron Exp $ -SHA1 (squid-3.1.7.tar.bz2) = 0a290a8b5681c6d074b7aed9a35850ab3885c7ea -RMD160 (squid-3.1.7.tar.bz2) = 77a94664a7c42d196a83bb0b20fadf0b3f20320c -Size (squid-3.1.7.tar.bz2) = 2422189 bytes +SHA1 (squid-3.1.8.tar.bz2) = 7106c18c8f79d1710955c06745092daca856161d +RMD160 (squid-3.1.8.tar.bz2) = 9ebe2c61e0fa66a70e618107ca3fd154eba04fd0 +Size (squid-3.1.8.tar.bz2) = 2423617 bytes SHA1 (patch-ad) = cb2591bebcbcf22f6cb1858f243b0c808d3db589 SHA1 (patch-ae) = 88fbc7fb1a47b1baf48f7cd0f0b66cbf51e3b24b SHA1 (patch-aj) = 349b5d49dec49430cff2a170ad53d3a16f2a4c76 |