diff options
author | adam <adam@pkgsrc.org> | 2011-04-15 09:48:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-04-15 09:48:56 +0000 |
commit | c1dede87f1a4a5b927b86b0dc0ff016baee50356 (patch) | |
tree | 46efe65c83a0d78759728c1e46409d0223bd5d29 /www | |
parent | f819bff92fd82dcbcb0acaa44d83d8d47426d33c (diff) | |
download | pkgsrc-c1dede87f1a4a5b927b86b0dc0ff016baee50356.tar.gz |
Changes 3.1.12:
* Regression fix: Use bigger buffer for server reads.
* Regression fix: Add reply_header_replace directive for ability lost since 2.7
* Bug 3181: /dev/poll fails to build on Solaris with GCC 4.5.0
* Bug 3177: assertion failed: comm.cc:1583: "fd >= 0"
* Bug 3175: IPv6 PTR lookup crashes on raw-IP URLs when IPv6 disabled
* Bug 3173: Assertion bodyPipe!=NULL on SslBump CONNECT response writing failure
* Bug 3164: Total memory info display 32-bit overflows
* Bug 3155: Werror is hard-coded in libTrie build
* Bug 3151: squid_kerb_auth: use autoconf LIBS instead of FLAGS for library
linkage
* Bug 2976: invalid URL on intercepted requests during reconfigure
* Bug 2720: comment in same line as cache/mem_replacement_policy causes error
* Bug 2621: Provide request headers to RESPMOD when using cache_peer.
* Bug 2330: AuthUser objects are never unlocked
* Prevent CONNECT request relaying to origin servers
* squidclient HTTP/1.1 compliance updates (Pragma and User-Agent headers)
* squidclient: send Cache Manager password using -w
* eCAP: give full Request-URI to adapters
* ... and several debug and error display cleanups
Diffstat (limited to 'www')
-rw-r--r-- | www/squid31/Makefile | 7 | ||||
-rw-r--r-- | www/squid31/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 81fc2cd96d0..d77708668ac 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2011/02/28 18:55:53 adam Exp $ +# $NetBSD: Makefile,v 1.30 2011/04/15 09:48:56 adam Exp $ -DISTNAME= squid-3.1.11 +DISTNAME= squid-3.1.12 PKGNAME= ${DISTNAME} # Necessary for "pkgsrc/www/squid/options.mk" CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/3.1/ \ @@ -30,7 +30,6 @@ SQUID_NTLM_AUTH_HELPERS?= fakeauth .include "../../www/squid/options.mk" post-build: - ${CP} -pf ${WRKSRC}/src/squid.conf.documented \ - ${WRKSRC}/src/squid.conf.default + cd ${WRKSRC}/src && ${CP} -pf squid.conf.documented squid.conf.default .include "../../mk/bsd.pkg.mk" diff --git a/www/squid31/distinfo b/www/squid31/distinfo index ef7a3904cb9..7604930de1d 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2011/02/28 18:55:53 adam Exp $ +$NetBSD: distinfo,v 1.28 2011/04/15 09:48:56 adam Exp $ -SHA1 (squid-3.1.11.tar.bz2) = 93a301214b15a21854e509e0ad9ed2527ada2db6 -RMD160 (squid-3.1.11.tar.bz2) = 7d615e356f85a05071e03b7cee4f7bbd386daf54 -Size (squid-3.1.11.tar.bz2) = 2491932 bytes +SHA1 (squid-3.1.12.tar.bz2) = 44c259d671c4d126c60ae95a00160bd3f867e62f +RMD160 (squid-3.1.12.tar.bz2) = ffb8cdb5d4ef715d3bb4b12c9cfdc47ec68e758d +Size (squid-3.1.12.tar.bz2) = 2491613 bytes SHA1 (patch-ad) = 2e8c05f220374240e5681efdd46379851c6bb50e SHA1 (patch-ae) = 944c24b28cf11f7a876150f8f0e131af5f3e354d SHA1 (patch-aj) = 9f250b7f645b2ee77243a617c1a7faa5c7956339 |