summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam>2013-12-03 15:23:51 +0000
committeradam <adam>2013-12-03 15:23:51 +0000
commitf4cd97dcd4a01119c93085df1f323d41429d46a4 (patch)
tree32ba1014002b521f628bb64d2d61922398af8ace /www
parent7ad13c3a0f1511ddd4fa065922a4ec67d410fa18 (diff)
downloadpkgsrc-f4cd97dcd4a01119c93085df1f323d41429d46a4.tar.gz
Changes 3.3.11:
* Fix more of rev.12660 * Protect aclIsProxyAuth() debugging from NULL names (via NULL AclMatchedName). * Bug 3972: Segfault when getting the deny info page ID after a reconfigure * Fix mistake in porting rev.12660 * Bug 3782: Digest authentication not obeying nonce_max_count * Bug 3970: max_filedescriptors disabled due to missing setrlimit * Bug 3967: ipc/Kid.cc compilation failure: 'time' was not declared in this scope * Re-compute Range response content offset after an FTP response was adapted. * Source Maintenance: re-add snapshot script to branch * Bug 3960: Dead Peers Are Not Revived * Windows: Fix aclocal "is already registered" errors * Windows: Ensure array index is an integer in C code * Bug 3956: xstrndup: tried to dup a NULL pointer * Make HTTP header parser obey relaxed_header_parser * SourceFormat Enforcement * Replace blocking sleep(3) and close UDS socket on failures. * Bug 3936: error-details.txt parse error * Bug 3906: Filedescriptor leaks in SNMP
Diffstat (limited to 'www')
-rw-r--r--www/squid3/Makefile5
-rw-r--r--www/squid3/distinfo8
-rw-r--r--www/squid3/options.mk4
3 files changed, 9 insertions, 8 deletions
diff --git a/www/squid3/Makefile b/www/squid3/Makefile
index 9d676e82ba7..2c2e7ba3846 100644
--- a/www/squid3/Makefile
+++ b/www/squid3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2013/11/04 09:04:59 adam Exp $
+# $NetBSD: Makefile,v 1.20 2013/12/03 15:23:51 adam Exp $
-DISTNAME= squid-3.3.10
+DISTNAME= squid-3.3.11
CATEGORIES= www
MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PKGVERSION_NOREV:R}/ \
${SQUID_MASTER_SITES}
@@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --enable-icap-client
CONFIGURE_ARGS+= --with-default-user=${SQUID_USER}
CONFIGURE_ARGS+= --with-pidfile=${VARBASE}/run/squid.pid
+BUILD_DEFS+= VARBASE
REPLACE_PERL+= tools/helper-mux.pl
EGFILES+= errors/errorpage.css
diff --git a/www/squid3/distinfo b/www/squid3/distinfo
index b957fc92cf9..0cd8f649f3e 100644
--- a/www/squid3/distinfo
+++ b/www/squid3/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2013/11/07 00:47:04 joerg Exp $
+$NetBSD: distinfo,v 1.16 2013/12/03 15:23:51 adam Exp $
-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 (squid-3.3.11.tar.xz) = 45e1451dddc48bd32edd2dd91aa388f06838b331
+RMD160 (squid-3.3.11.tar.xz) = e9de56633028f858d0e34913f7b82da784a9da5e
+Size (squid-3.3.11.tar.xz) = 2186712 bytes
SHA1 (patch-compat_os_hpux.h) = 78e575f8383a1f48dfdf1fcf7ae726e72fa64aae
SHA1 (patch-compat_unsafe.h) = 89e6741432357a0523a43ef410d81bffcb263f81
SHA1 (patch-configure) = 86400fd701a84eb174395755eec7b13cbfce55ec
diff --git a/www/squid3/options.mk b/www/squid3/options.mk
index 7816c3d16e9..15e3975912f 100644
--- a/www/squid3/options.mk
+++ b/www/squid3/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.8 2013/10/30 11:43:03 obache Exp $
+# $NetBSD: options.mk,v 1.9 2013/12/03 15:23:51 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.squid
PKG_SUPPORTED_OPTIONS= inet6 snmp ssl squid-backend-aufs squid-backend-diskd \
squid-backend-rock squid-backend-ufs squid-carp squid-unlinkd \
squid-kerberos-helper squid-ldap-helper squid-pam-helper
-PKG_OPTIONS_LEGACY_OPTS= diskd:squid-backend-diskd \
+PKG_OPTIONS_LEGACY_OPTS+= diskd:squid-backend-diskd \
null:squid-backend-null ufs:squid-backend-ufs \
linux-netfilter:squid-netfilter ipf-transparent:squid-ipf \
pf-transparent:squid-pf unlinkd:squid-unlinkd \