diff options
author | adam <adam> | 2011-02-28 18:55:53 +0000 |
---|---|---|
committer | adam <adam> | 2011-02-28 18:55:53 +0000 |
commit | adad184f29176b601af45a4d19c89b181ac8da5a (patch) | |
tree | a0a2b8b26c0532d43ecfc39931c9f79a47e9123e /www | |
parent | 30898334e5669297b5430e37c7d44f2c25a019d1 (diff) | |
download | pkgsrc-adad184f29176b601af45a4d19c89b181ac8da5a.tar.gz |
Changes 3.1.11:
* Bug 3149: not caching eCAP adapted body
* Bug 3144: redirector program blocks while reading STDIN
* Bug 3140: memory leak in error page generation
* Bug 3137: RADIUS auth helper does not send identifier to RADIUS server
* Bug 3115: logging segfaults if access_log is set to a directory
* Bug 2968: Show the Vary: headers information in cachemgr objects report
* Bug 2959: remove SAMBAPREFIX dependency
* Bug 2868: icc doesn't like string literal in assert checks
* HTTP/1.1: Send 307 status on deny_info redirection
* HTTP/1.1: Support POST/PUT with no body
* HTTP/1.1: Allow persistent connections for Mozilla/3.0 User-Agents
* Support RFC 5861 Cache-Control: stale-if-error option
* Add ftp_eprt directive to disable EPRT extensions in FTP
* Fix external_acl_type grace=0 to obey TTL
* Fix IP/FQDN cache accounting to avoid idle caches on busy servers
* Prevent pipeline_prefetch misconfigurations breaking NTLM/Negotiate auth
* ... and some documentation updates and corrections
* ... and some portability and stability fixes
Diffstat (limited to 'www')
-rw-r--r-- | www/squid31/Makefile | 5 | ||||
-rw-r--r-- | www/squid31/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 18022f811de..81fc2cd96d0 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2011/01/15 10:32:08 adam Exp $ +# $NetBSD: Makefile,v 1.29 2011/02/28 18:55:53 adam Exp $ -DISTNAME= squid-3.1.10 +DISTNAME= squid-3.1.11 PKGNAME= ${DISTNAME} # Necessary for "pkgsrc/www/squid/options.mk" CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/3.1/ \ @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes .include "../../www/squid/Makefile.squid" +CONFIGURE_ARGS+= --disable-strict-error-checking CONFIGURE_ARGS+= --with-default-user=${SQUID_USER} CONFIGURE_ARGS+= --with-pidfile=${VARBASE}/run/squid.pid diff --git a/www/squid31/distinfo b/www/squid31/distinfo index ddbf292b136..ef7a3904cb9 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.26 2011/01/15 10:32:08 adam Exp $ +$NetBSD: distinfo,v 1.27 2011/02/28 18:55:53 adam Exp $ -SHA1 (squid-3.1.10.tar.bz2) = f9968c8e9708273c5b27962c97853bf3786acc6d -RMD160 (squid-3.1.10.tar.bz2) = f5328bd291a81b112e92c998bbc8c32b77797d36 -Size (squid-3.1.10.tar.bz2) = 2501825 bytes +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 (patch-ad) = 2e8c05f220374240e5681efdd46379851c6bb50e SHA1 (patch-ae) = 944c24b28cf11f7a876150f8f0e131af5f3e354d SHA1 (patch-aj) = 9f250b7f645b2ee77243a617c1a7faa5c7956339 |