pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/squid30 Update squid30 package to 3.0.11 (3.0.STAB...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4487b2924157
branches: trunk
changeset: 552082:4487b2924157
user: taca <taca%pkgsrc.org@localhost>
date: Fri Dec 26 13:10:05 2008 +0000
description:
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
diffstat:
www/squid30/Makefile | 5 ++---
www/squid30/distinfo | 10 +++++-----
www/squid30/patches/patch-ac | 16 ++++++++--------
3 files changed, 15 insertions(+), 16 deletions(-)
diffs (79 lines):
diff -r 63015b526cfa -r 4487b2924157 www/squid30/Makefile
--- a/www/squid30/Makefile Fri Dec 26 12:32:06 2008 +0000
+++ b/www/squid30/Makefile Fri Dec 26 13:10:05 2008 +0000
@@ -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 -r 63015b526cfa -r 4487b2924157 www/squid30/distinfo
--- a/www/squid30/distinfo Fri Dec 26 12:32:06 2008 +0000
+++ b/www/squid30/distinfo Fri Dec 26 13:10:05 2008 +0000
@@ -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 -r 63015b526cfa -r 4487b2924157 www/squid30/patches/patch-ac
--- a/www/squid30/patches/patch-ac Fri Dec 26 12:32:06 2008 +0000
+++ b/www/squid30/patches/patch-ac Fri Dec 26 13:10:05 2008 +0000
@@ -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 @@
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 @@
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 @@
;;
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
Home |
Main Index |
Thread Index |
Old Index