diff options
author | adam <adam@pkgsrc.org> | 2014-07-02 08:48:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-07-02 08:48:27 +0000 |
commit | 817eaacf401f8379110795aeb57ce574f7a06a41 (patch) | |
tree | 7b277c00d96ba35e5742e327f6b667ff0c6fa7c8 /www/squid3 | |
parent | b0b7e3f1b2bbf3051b300e27da576bfa3c3e1909 (diff) | |
download | pkgsrc-817eaacf401f8379110795aeb57ce574f7a06a41.tar.gz |
Changes 3.4.6:
Docs: external_acl_type documentation lies for cache=n option
Non https connectiona on SSL-bump enabled port may stuck
Do not leak implicit ACLs during reconfigure.
Assure that when LruMap::memLimit_ is set to 0 no entries stored on LruMap
Portability: use 64-bit for X-Cache-Age header
Windows: fix various libip build issues
Windows: rename TcpLogger::connect
Windows: rename ConnOpener::connect
Change order of BSD-specific network includes so that they are properly picked up
Do not leak ex_data for SSL state that survived reconfigure.
Do not register the same Cache Manager action more than once
Fix leaked TcpAcceptor job on reconfiguration
Fix leak of ACLs related to adaptation access rules
Bug 4056: assertion MemPools[type] from netdbExchangeStart()
Bug 4065: round-robin neighbor selection with unequal weights
Bug 4050: Segfault in CommSelectEngine::checkEvents on helper response
Fix segfault setting up server SSL connnection
Regression: segfault logging with %tg format specifier
SourceFormat Enforcement
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 bc2d0eccdbc..542d22f0a15 100644 --- a/www/squid3/Makefile +++ b/www/squid3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2014/06/27 23:07:44 asau Exp $ +# $NetBSD: Makefile,v 1.34 2014/07/02 08:48:27 adam Exp $ -DISTNAME= squid-3.4.5 -PKGREVISION= 1 +DISTNAME= squid-3.4.6 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PKGVERSION_NOREV:R}/ \ ftp://ftp.squid-cache.org/pub/squid/ \ diff --git a/www/squid3/distinfo b/www/squid3/distinfo index 7d5808c4300..0e3769da2f4 100644 --- a/www/squid3/distinfo +++ b/www/squid3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.21 2014/05/05 09:59:21 adam Exp $ +$NetBSD: distinfo,v 1.22 2014/07/02 08:48:27 adam Exp $ -SHA1 (squid-3.4.5.tar.xz) = 482c0946cd5a529cdd89cbd5dbbc8e3e7327a7ea -RMD160 (squid-3.4.5.tar.xz) = 0a84aedffab7f1fdebc23da93e1a884a28639357 -Size (squid-3.4.5.tar.xz) = 2243152 bytes +SHA1 (squid-3.4.6.tar.xz) = a876998248e1f8e5f6cdfd69adb98ac22608708a +RMD160 (squid-3.4.6.tar.xz) = 4f062e413592c4287d36e882d073d914e81e687e +Size (squid-3.4.6.tar.xz) = 2157668 bytes SHA1 (patch-errors_Makefile.in) = afbac822ac84d5e1734d55fc625e949ae0b85289 SHA1 (patch-helpers_basic_auth_MSNT_Makefile.in) = 74a0379d3ec0c2601dbb62b16df889bf4edcaedf SHA1 (patch-src_Makefile.in) = 130e223568a07c474b30a8fa3678c60f8b487c3e |