diff options
author | adam <adam> | 2012-07-18 19:03:32 +0000 |
---|---|---|
committer | adam <adam> | 2012-07-18 19:03:32 +0000 |
commit | 49f48160954dafdc4a7f01458774d6461ebbc220 (patch) | |
tree | ed90917f7b944836c1a890639a71081b3fa46986 | |
parent | 609e4f02a965a3047981ba19975a058ea7256f84 (diff) | |
download | pkgsrc-49f48160954dafdc4a7f01458774d6461ebbc220.tar.gz |
Changes 3.1.20:
Bug 3013: segmentation fault on shutdown commSetCloseOnExec at comm.cc:1889
Bug 3233: Invalid URL accepted with url host is white spaces
Bug 3074: Improper URL handling with empty path (RFC 3986)
Bug 3463: dnsserver fails to compile
Bug 3390: Proxy auth data visible to scripts
Extend g++ compatibility for extern inline functions
Bug 3545: FreeBSD dnsserver segfaults
Bug 3466: Adaptation stuck on last single-byte body piece
Bug 3539: CONNECT server connection not closed correctly on errors
Bug 3133: Memory leak handling requests for sites that don't exist
Bug 3504: Regression: clientside_tos fails to mark traffic
Fix URL schemes out of sync
AnyP is a 3.2-only namespace
Support CoAP over HTTP
Bug 3263: ssl_crtd: undefined references to squid_curtime
Bug 3439: correct external_acl_type documented default for ipv4/ipv6 option
Fix closePipesSafely. It is a 3.2 feature
Revert rev10436. Correct patch already applied in 3.1.19
Bug 3420: part 2: Request body consumption races and theConsumer
Better helper-to-Squid buffer size management.
Support for 3.2 error template codes
Translations: Sync with 3.2
Regression: snmp/udp address directives not resolving hostname
Bug 3502: client timeout uses server-side read_timeout, not request_timeout
-rw-r--r-- | www/squid31/Makefile | 4 | ||||
-rw-r--r-- | www/squid31/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index a59929c69ed..76abb3d291b 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2012/02/11 11:42:50 adam Exp $ +# $NetBSD: Makefile,v 1.38 2012/07/18 19:03:32 adam Exp $ -DISTNAME= squid-3.1.19 +DISTNAME= squid-3.1.20 PKGNAME= ${DISTNAME} # Necessary for "pkgsrc/www/squid/options.mk" CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/3.1/ \ diff --git a/www/squid31/distinfo b/www/squid31/distinfo index 89c3cb8dca1..b984ec6d7ff 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.35 2012/02/23 05:26:52 taca Exp $ +$NetBSD: distinfo,v 1.36 2012/07/18 19:03:32 adam Exp $ -SHA1 (squid-3.1.19.tar.bz2) = fae2ef3d8a994297efe62d504d09e4c79b34db04 -RMD160 (squid-3.1.19.tar.bz2) = 47ec0fcf230f47ebc78c61a83721aa624e507a3b -Size (squid-3.1.19.tar.bz2) = 2509837 bytes +SHA1 (squid-3.1.20.tar.bz2) = caa8e65f5720dfd1bc4160946cdb86d9b23c20ab +RMD160 (squid-3.1.20.tar.bz2) = 35442cc00d3ea3f0dd15128aaf58ee5c16152532 +Size (squid-3.1.20.tar.bz2) = 2559610 bytes SHA1 (patch-ad) = 2e8c05f220374240e5681efdd46379851c6bb50e SHA1 (patch-ae) = 944c24b28cf11f7a876150f8f0e131af5f3e354d SHA1 (patch-aj) = b49b2549b125ec465e414445404ac759f3e54490 |