diff options
author | taca <taca> | 2010-07-29 03:00:46 +0000 |
---|---|---|
committer | taca <taca> | 2010-07-29 03:00:46 +0000 |
commit | 5827e686e74e56e14bb4c92912c3216e4275c709 (patch) | |
tree | cb4d699f48a46ccfc7eab59b0734062780c82691 /www/squid27/Makefile | |
parent | ad9a5444a40561fadbef9cb5d031fa30097ea2ac (diff) | |
download | pkgsrc-5827e686e74e56e14bb4c92912c3216e4275c709.tar.gz |
Update squid27 package to 2.7.9 (2.7.STABLE9).
(CVE-2010-0308 is http://www.squid-cache.org/Advisories/SQUID-2010_1.txt.)
Changes to squid-2.7.STABLE9 (15 March 2010)
- 2.7.STABLE8 failed to compile with OpenSSL 0.9.8 on some systems
- failure to detect certain system libraries on some systems
resulting in compilation errors
Changes to squid-2.7.STABLE8 (10 March 2010)
- Bug #2458: reply_body_max_size incorrectly documented
- Bug #2858: Segment violation in HTCP
- Bug #2773: Segfault in RFC2069 Digest authantication
- 64-bit filesize issue in squidclient if trying to post a file > 2GB
- Improve %nn parser to better deal with certain odd %nn sequences
- Segmentation fault if failed to open cache.log
- Bug #2819: const correctness errors in dns_internal.c
- Handle DNS header-only packets as invalid. (CVE-2010-0308)
- Windows port: Updated mswin_ad_group native helper to version 2.1
- Cosmetic change to keep GCC happy
- Bug #2678 - storeurl_rewrite does not play nicely with vary
- Bug #2861 - only-if-cached request blocks if it collapsed into
another request
- Use libcap functions instead of raw kernel interface
- No need to sync the store on -k rotate, but instead it needs to be
done in reconfigure
- const correctness in OpenSSL initialization
- Rework the http digest auth parser
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 4adc906058f..6ea1babdfce 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2010/02/20 15:11:40 tron Exp $ +# $NetBSD: Makefile,v 1.14 2010/07/29 03:00:46 taca Exp $ -DISTNAME= squid-2.7.STABLE7 +DISTNAME= squid-2.7.STABLE9 PKGNAME= ${DISTNAME:S/STABLE//} -PKGREVISION= 3 CATEGORIES= www MASTER_SITES= ${SQUID_MASTER_SITES} \ http://www.squid-cache.org/Versions/v2/2.7/ |