diff options
author | taca <taca@pkgsrc.org> | 2008-12-26 13:10:05 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-12-26 13:10:05 +0000 |
commit | eca896cd41ff41e31c1e9fc66c524f7d9b8f6f51 (patch) | |
tree | 56cff5fc65207b058232ea126a2b617c49f10154 | |
parent | 0489a1fdb7970539dc7a9139b4189c05f283bc01 (diff) | |
download | pkgsrc-eca896cd41ff41e31c1e9fc66c524f7d9b8f6f51.tar.gz |
Update squid30 package to 3.0.11 (3.0.STABLE11).
Changes to squid-3.0.STABLE11 (24 Dec 2008):
- Bug 2424: filedescriptors being left unnecessary opened
- Bug 2545: fault passing ICAP filtered traffic to peers
- Bug 2227: Sefgaults in MemBuf::reset during idnsSendQuery
- .. and some minor admin and debug cleanups.
Changes to squid-3.0.STABLE11-RC1 (3 Dec 2008):
- Removes patch causing cache of bad objects
- Bug 2526: bad security default in ACLChecklist
- Fixes regression: access.log request size tag
- Fixes cache_peer forceddomainname=X option
- ... and many minor documentation cleanups
-rw-r--r-- | www/squid30/Makefile | 5 | ||||
-rw-r--r-- | www/squid30/distinfo | 10 | ||||
-rw-r--r-- | www/squid30/patches/patch-ac | 16 |
3 files changed, 15 insertions, 16 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index ef328d23bd8..db1da084eab 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2008/10/24 14:15:49 taca Exp $ +# $NetBSD: Makefile,v 1.4 2008/12/26 13:10:05 taca Exp $ -DISTNAME= squid-3.0.STABLE10 -PKGREVISION= 1 +DISTNAME= squid-3.0.STABLE11 PKGNAME= ${DISTNAME:S/STABLE//} CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/3.0/ diff --git a/www/squid30/distinfo b/www/squid30/distinfo index 22738eadf29..410352d3120 100644 --- a/www/squid30/distinfo +++ b/www/squid30/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.3 2008/10/20 03:12:36 taca Exp $ +$NetBSD: distinfo,v 1.4 2008/12/26 13:10:05 taca Exp $ -SHA1 (squid-3.0.STABLE10.tar.bz2) = c0aa4883a954137093d851587d0bc68bc9ab7e54 -RMD160 (squid-3.0.STABLE10.tar.bz2) = 2c09e81d533d9a16f3a5c92fea8f87252340bc9c -Size (squid-3.0.STABLE10.tar.bz2) = 1797628 bytes +SHA1 (squid-3.0.STABLE11.tar.bz2) = 269ad385e0f5156256f50b1624b631a595cf50ba +RMD160 (squid-3.0.STABLE11.tar.bz2) = e01210d24be88d6e151ae3dbaf7f84be33bca123 +Size (squid-3.0.STABLE11.tar.bz2) = 1806079 bytes SHA1 (patch-aa) = 312e39b71cc8bc6985ca3cffe5398ad6d295f253 SHA1 (patch-ab) = 83064bb50089496154a4d6ac9b29e42af7b97357 -SHA1 (patch-ac) = 66e97b32e01503e6c6fce054929f4936cecb0831 +SHA1 (patch-ac) = 1a5c6a9be4c1555fdcf880f10f4ce8592286dcd6 SHA1 (patch-ad) = 4761de2f2e25d9ae243847623a69d31edac4f4a1 SHA1 (patch-ae) = 11ef61a2154bd6841ee438531de7faf02d36709d SHA1 (patch-af) = fb7c26472abd4ab5368bcc79d64110a88568bcd4 diff --git a/www/squid30/patches/patch-ac b/www/squid30/patches/patch-ac index adfad48edcc..0b22aa442c7 100644 --- a/www/squid30/patches/patch-ac +++ b/www/squid30/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1.1.1 2008/09/12 15:05:57 taca Exp $ +$NetBSD: patch-ac,v 1.2 2008/12/26 13:10:05 taca Exp $ ---- configure.orig 2008-06-22 12:35:54.000000000 +0900 +--- configure.orig 2008-12-23 13:19:34.000000000 +0900 +++ configure -@@ -24288,6 +24288,7 @@ for ac_header in \ +@@ -25026,6 +25026,7 @@ for ac_header in \ ipl.h \ libc.h \ limits.h \ @@ -10,7 +10,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2008/09/12 15:05:57 taca Exp $ malloc.h \ math.h \ memory.h \ -@@ -24602,6 +24603,7 @@ done +@@ -25348,6 +25349,7 @@ done for ac_header in \ net/if.h \ @@ -18,7 +18,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2008/09/12 15:05:57 taca Exp $ net/pfvar.h \ netinet/if_ether.h\ netinet/ip.h\ -@@ -42932,8 +42928,8 @@ if test "$GCC" = "yes"; then +@@ -44563,8 +44565,8 @@ if test "$GCC" = "yes"; then GCCVER=`$CC -v 2>&1 | awk '$2 == "version" {print $3}'` case "$GCCVER" in 2.95.[123]) @@ -29,9 +29,9 @@ $NetBSD: patch-ac,v 1.1.1.1 2008/09/12 15:05:57 taca Exp $ ;; esac fi -@@ -44220,7 +44216,7 @@ if test "$PF_TRANSPARENT" ; then - { echo "$as_me:$LINENO: checking if PF header file is installed" >&5 - echo $ECHO_N "checking if PF header file is installed... $ECHO_C" >&6; } +@@ -45894,7 +45896,7 @@ if test "$PF_TRANSPARENT" ; then + { $as_echo "$as_me:$LINENO: checking if PF header file is installed" >&5 + $as_echo_n "checking if PF header file is installed... " >&6; } # hold on to your hats... - if test "$ac_cv_header_net_pfvar_h" = "yes"; then + if test "$ac_cv_header_net_pfvar_h" = "yes" || test "$ac_cv_header_net_pf_pfvar_h" = "yes"; then |