summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspz <spz>2010-09-09 19:50:18 +0000
committerspz <spz>2010-09-09 19:50:18 +0000
commit5497d33f23c00473e9ac1ba7ef8fd574becafdcc (patch)
tree17d8a397a1f77094a53337cba6faa1ef51359ad1
parent908f68fdc7f0e3df5a047577ba590dd11bec146c (diff)
downloadpkgsrc-5497d33f23c00473e9ac1ba7ef8fd574becafdcc.tar.gz
Pullup ticket 3216 - requested by tron
security update Revisions pulled up: - pkgsrc/www/squid/options.mk 1.20 - pkgsrc/www/squid31/Makefile 1.26 - pkgsrc/www/squid31/distinfo 1.24 ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: adam Date: Wed Jul 28 10:16:14 UTC 2010 Modified Files: pkgsrc/www/squid: options.mk pkgsrc/www/squid31: Makefile distinfo Log Message: Changes 3.1.5.1: * SourceFormat Enforcement * Replace most USE_IPV6 with run-time support probing * Translations: sync with 3.HEAD language updates * Split-Stack enable DNS and http(s)_port sockets. * Bug: --with-valgrind-debug failures ignored * Fixed comm.cc:377: "fd_table[fd].halfClosedReader !=3D NULL" assertion * Kludge: try to detect system acinclude path, to fix libtool brokenness. * Bug: search scope for digest_ldap_auth didn't work * Update libtool autoconf macros to libtool2 style * Correction documentation of QoS disable-preserve-miss * Remove .so from SASL build checks * Bug: AIX support: c only c++ style comments test case * Bug: AIX support: check libm for log() * Do not stop accepting just because we got COMM_NOMESSAGE. * Bug: AIX support: uchar is already define (more) * Bug: AIX support: uchar is already define * Bug: crash handling NULL write callback * Correct Joomla DB auth handling * Fixed memory leak related to retried requests. * Prevent memory leaks when cloning Range requests. * Fixed memory leaks related to Range requests. Changes 3.1.5: * Bug: Fix context leak in HttpStateData::processReplyHeader * Bug: raw-IPv6 address URL with append_domain broken * Bug: does not send indirect X-Client-Ip in ICAP respmod * Fix free memory corruption and off-by-on error when comparing SNMP OIDs * Restart DNS retransmission count when restarting the query as an A lookup * Bug: HTTP responses with no Date, L-M or Expires can now be cached * Maintenance: Formater skip libltdl dirs * SourceFormat Enforcement * Bug: Fails to detect chunked encoding if not given in all lower case * Port from 2.7: max_filedescriptor config option * persistent_connection_after_error is meant to be on by default * kFreeBSD does not have linux headers. Wrap properly. * Maintenance: Use system MD5 instead of hard-coded python paths * Bug: ICAP tokens not logged when using multiple access * SourceFormat Enforcement * OpenBSD: Fix build mem.cc warning: converting of negative value To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/squid/options.mk cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/squid31/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/squid31/distinfo ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Wed Aug 4 11:36:08 UTC 2010 Modified Files: pkgsrc/www/squid31: Makefile distinfo Log Message: Update "squid31" package to version 3.1.6. Changes since 3.1.5.1: - Bug 2994, 2995: IPv4-only regressions - Bug 2991: Wrong parameters to fcntl() in commSetCloseOnExec() - Bug 2975: chunked requests not supported after regular ones - Fix: 32-bit overflow in reported bytes received from next hop - Fix Libtool build regressions - Limited split-stack IPv6 support. - squid_db_auth support MD5 encrypted passwords To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/squid31/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/squid31/distinfo ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Wed Aug 25 17:53:44 UTC 2010 Modified Files: pkgsrc/www/squid31: Makefile distinfo Log Message: Update "squid31" package to version 3.1.7. Change since 3.1.6: - Regression Bug 3021: Large DNS reply causes crash - Regression Bug 3011: ICAP, HTTPS, cache_peer probe IPv4-only port fixes - Regression Bug 2997: visible_hostname directive no longer matches docs - Bug 3012: deprecate sslBump and support ssl-bump spelling in http_port - Bug 3006: handle IPV6_V6ONLY definition missing - Bug 3004: Solaris 9 SunStudio 12 build failure - Bug 3003: inconsistent concepts in documentation of cache_dir - Bug 3001: dnsserver link issues - HTTP/1.1: default keep-alive for 1.1 clients (bug 3016) - HTTP/1.1: Improved Range header field validation - HTTP/1.1: Forward multiple unknown Cache-Control directives - HTTP/1.1: Stop sending Proxy-Connection header - Fix 32-bit wrap in refresh_pattern min/max values - ... and several documentation corrections. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/squid31/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/squid31/distinfo ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Tue Sep 7 19:55:17 UTC 2010 Modified Files: pkgsrc/www/squid31: Makefile distinfo Log Message: Update "squid31" package to version 3.1.8. Changes since 3.1.7: - Security fixes: - Fixes for the request processing vulnerability tagged SQUID-2010:3. http://www.squid-cache.org/Advisories/SQUID-2010_3.txt - A hardening of the DNS client against packet queueing approaches used to enable attacks. This completes the protection against attacks published by Yamaguchi late in 2009. - An HTTP request-line parser hardened against several categories of request attack. This greatly increasing the speed of detection and reducing resources used to detect these categories of attack. - Fixes for the following bugs: - Bug 3020: Segmentation fault: nameservers[vc->ns].vc =3D NULL - Bug 3005,2972: Locate LTDL headers correctly (again) - Bug 2872: leaking file descriptors - Bug 2583: pure virtual method called To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/squid31/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/squid31/distinfo
-rw-r--r--www/squid/options.mk14
-rw-r--r--www/squid31/Makefile4
-rw-r--r--www/squid31/distinfo8
3 files changed, 16 insertions, 10 deletions
diff --git a/www/squid/options.mk b/www/squid/options.mk
index f8f05b21502..6123d260c48 100644
--- a/www/squid/options.mk
+++ b/www/squid/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.19 2010/06/24 07:51:37 tron Exp $
+# $NetBSD: options.mk,v 1.19.2.1 2010/09/09 19:50:18 spz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.squid
PKG_SUPPORTED_OPTIONS= snmp ssl \
@@ -64,11 +64,15 @@ PKG_SUGGESTED_OPTIONS+= squid-ipf
PKG_SUGGESTED_OPTIONS+= squid-pf
.endif
-# Darwin dosen't support System V IPC support.
-.if empty(OPSYS:MDarwin)
+.if ${OPSYS} == "Darwin"
+PKG_SUPPORTED_OPTIONS+= squid-ipfw
+PKG_SUGGESTED_OPTIONS+= squid-ipfw
+.endif
+
+# Darwin doesn't support System V IPC support.
+.if empty(PKGNAME:Msquid-[0-2].*) || empty(OPSYS:MDarwin)
PKG_SUPPORTED_OPTIONS+= squid-backend-diskd
PKG_SUGGESTED_OPTIONS+= squid-backend-diskd
-PLIST.diskd= yes
.endif
# limited platform support squid-arp-acl
@@ -96,6 +100,8 @@ CONFIGURE_ARGS+= --enable-linux-netfilter
CONFIGURE_ARGS+= --enable-pf-transparent
.elif !empty(PKG_OPTIONS:Msquid-ipf)
CONFIGURE_ARGS+= --enable-ipf-transparent
+.elif !empty(PKG_OPTIONS:Msquid-ipfw)
+CONFIGURE_ARGS+= --enable-ipfw-transparent
.endif
.if !empty(PKG_OPTIONS:Msquid-arp-acl)
diff --git a/www/squid31/Makefile b/www/squid31/Makefile
index 8e2e5a1e79c..e2b8aeb745d 100644
--- a/www/squid31/Makefile
+++ b/www/squid31/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2010/06/11 13:41:34 tron Exp $
+# $NetBSD: Makefile,v 1.22.2.1 2010/09/09 19:50:19 spz Exp $
-DISTNAME= squid-3.1.4
+DISTNAME= squid-3.1.8
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 6a3e13d6bb6..e99da2e1210 100644
--- a/www/squid31/distinfo
+++ b/www/squid31/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2010/06/11 13:41:34 tron Exp $
+$NetBSD: distinfo,v 1.20.2.1 2010/09/09 19:50:19 spz Exp $
-SHA1 (squid-3.1.4.tar.bz2) = bb83b865c081c25a5989adf689923935742315e0
-RMD160 (squid-3.1.4.tar.bz2) = f2b7e4ff5cf2ab082ae71defa289d7d703b41266
-Size (squid-3.1.4.tar.bz2) = 2391480 bytes
+SHA1 (squid-3.1.8.tar.bz2) = 7106c18c8f79d1710955c06745092daca856161d
+RMD160 (squid-3.1.8.tar.bz2) = 9ebe2c61e0fa66a70e618107ca3fd154eba04fd0
+Size (squid-3.1.8.tar.bz2) = 2423617 bytes
SHA1 (patch-ad) = cb2591bebcbcf22f6cb1858f243b0c808d3db589
SHA1 (patch-ae) = 88fbc7fb1a47b1baf48f7cd0f0b66cbf51e3b24b
SHA1 (patch-aj) = 349b5d49dec49430cff2a170ad53d3a16f2a4c76