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/squid31/Makefile | |
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/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 7 |
1 files changed, 3 insertions, 4 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" |