diff options
author | adam <adam@pkgsrc.org> | 2013-07-03 12:47:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-07-03 12:47:11 +0000 |
commit | 1dbf288cf79ac351be95f038d9d44d2c49f32e94 (patch) | |
tree | 5501c5b922776df5cc2f3c6bdcccd8c99f1e8631 /www/squid3 | |
parent | f5cfb7c668582c31699f3b66c57e29fe29704701 (diff) | |
download | pkgsrc-1dbf288cf79ac351be95f038d9d44d2c49f32e94.tar.gz |
Changes 3.3.6:
Bug 3762: remove bogus WARNING in cache.log
Fix Ip::Address::operator =(sockaddr_storage)
Make sure %<tt includes all [failed] connection attempts.
Bug 3854: pt1: compile errors on AIX
Fix request headers logging for icap_log
Support HTTP reply ACLs in icap_log and log_icap
Bug 3802: Fix wrong check inside Format::Format::assemble
Bug 3786: Fix configure with --disable-internal-dns compile error
Polished icap_service and ecap_service documentation.
SourceFormat Enforcement
Bug 3717: assertion failed with dstdom_regex with IP based URL
Fix incorrect external_acl_type codes
Avoid segfaults on seriously malformed requests when ICAP logging is enabled.
Ask for SSL key password when started with -N but without sslpassword_program.
basic_ncsa_auth: fix unused variable warnings (typo in rev.12762)
Fix buffer null termination
Bug 1991: kqueue causes SSL to hang
Diffstat (limited to 'www/squid3')
-rw-r--r-- | www/squid3/Makefile | 5 | ||||
-rw-r--r-- | www/squid3/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/squid3/Makefile b/www/squid3/Makefile index d87ee64e932..cb922d4607b 100644 --- a/www/squid3/Makefile +++ b/www/squid3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2013/06/07 12:28:39 tron Exp $ +# $NetBSD: Makefile,v 1.14 2013/07/03 12:47:11 adam Exp $ -DISTNAME= squid-3.3.5 -PKGREVISION= 3 +DISTNAME= squid-3.3.6 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PKGVERSION_NOREV:R}/ \ ${SQUID_MASTER_SITES} diff --git a/www/squid3/distinfo b/www/squid3/distinfo index 1a91aa0db75..70461b8d428 100644 --- a/www/squid3/distinfo +++ b/www/squid3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2013/06/04 15:16:42 tron Exp $ +$NetBSD: distinfo,v 1.9 2013/07/03 12:47:11 adam Exp $ -SHA1 (squid-3.3.5.tar.xz) = 60b1b46683cccd3d845f324dbedb9f289d375115 -RMD160 (squid-3.3.5.tar.xz) = 400fe3a362a127e90ea0ece556e48ac414644f31 -Size (squid-3.3.5.tar.xz) = 2180668 bytes +SHA1 (squid-3.3.6.tar.xz) = 6b18f9fda422c417595d95ebacc8d1298106edf4 +RMD160 (squid-3.3.6.tar.xz) = 11946703a447aba40ef589d99699c6c1f18f9f9d +Size (squid-3.3.6.tar.xz) = 2180964 bytes SHA1 (patch-configure) = 86400fd701a84eb174395755eec7b13cbfce55ec SHA1 (patch-errors_Makefile.in) = afbac822ac84d5e1734d55fc625e949ae0b85289 SHA1 (patch-helpers_basic_auth_MSNT_Makefile.in) = 74a0379d3ec0c2601dbb62b16df889bf4edcaedf |