pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/squid3 Changes 3.3.10:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7e5f292fe7f
branches:  trunk
changeset: 626202:f7e5f292fe7f
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 04 09:04:59 2013 +0000

description:
Changes 3.3.10:
* kerberos_ldap_group: fix LDAP string duplication
* Avoid "hot idle": A series of rapid select() calls with zero timeout.
* Bug 3887: tcp_outgoing_tos not working for IPv6
* Fix cbdata 'error: expression result unused' errors
* Have testRock use cachemgr stubs
* Bug 3836: Fix issues with automake 1.13 and later and make check (extra)
* Bug 3836: Fix issues with automake 1.13 and later and make check
* Append Connection:close to OPTIONS requests when icap_persistent_connections is off.
* Add cache_miss_revalidate
* Bug 3480: StoreEntry::kickProducer() segfaults in store_client::copy()
* Fix CBDATA_CLASS2 macro definition
* libntlmauth: Fix string field truncation
* ntlm_fake_auth: pass DOMAIN data to Squid in original case
* Fix SQUID_CC_CHECK_ARGUMENT autoconf macro
* Polish: better WARNING when workers directive is ignore on reconfigure.
* Use IPv6 localhost nameserver on DNS configuration errors
* Bug 3923: cbdata and undefined behavior due to dynamic runtime enumeration
* Polish: report bytes received when bad content-length detected by quick-abort
* Bug 3918: Squid 3.3.9 Self Test Failures on Mac OS X 10.8
* Bug 3929: request_header_add not working for tunnel requests
* Fix pinning hierarchy log information
* Close idle client connections associated with closed idle pinned connections.

diffstat:

 www/squid3/Makefile |  4 ++--
 www/squid3/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 365421726d46 -r f7e5f292fe7f www/squid3/Makefile
--- a/www/squid3/Makefile       Mon Nov 04 08:22:54 2013 +0000
+++ b/www/squid3/Makefile       Mon Nov 04 09:04:59 2013 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2013/09/11 06:28:20 adam Exp $
+# $NetBSD: Makefile,v 1.19 2013/11/04 09:04:59 adam Exp $
 
-DISTNAME=      squid-3.3.9
+DISTNAME=      squid-3.3.10
 CATEGORIES=    www
 MASTER_SITES=  http://www.squid-cache.org/Versions/v3/${PKGVERSION_NOREV:R}/ \
                ${SQUID_MASTER_SITES}
diff -r 365421726d46 -r f7e5f292fe7f www/squid3/distinfo
--- a/www/squid3/distinfo       Mon Nov 04 08:22:54 2013 +0000
+++ b/www/squid3/distinfo       Mon Nov 04 09:04:59 2013 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2013/09/11 06:28:20 adam Exp $
+$NetBSD: distinfo,v 1.14 2013/11/04 09:04:59 adam Exp $
 
-SHA1 (squid-3.3.9.tar.xz) = 19267431a8b5755d57a729a727a047cbe1c1c2dd
-RMD160 (squid-3.3.9.tar.xz) = e85758ec5b3ece7fc4a2a9d12b61bd7f5e3e0a06
-Size (squid-3.3.9.tar.xz) = 2184068 bytes
+SHA1 (squid-3.3.10.tar.xz) = 84e27544726b7cd0c37a27b3e5df957aad234185
+RMD160 (squid-3.3.10.tar.xz) = 0f4647bd925e5c1cf0f9ac5b52cfa2d9869778fa
+Size (squid-3.3.10.tar.xz) = 2186068 bytes
 SHA1 (patch-compat_unsafe.h) = 89e6741432357a0523a43ef410d81bffcb263f81
 SHA1 (patch-configure) = 86400fd701a84eb174395755eec7b13cbfce55ec
 SHA1 (patch-errors_Makefile.in) = afbac822ac84d5e1734d55fc625e949ae0b85289



Home | Main Index | Thread Index | Old Index