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.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82c0d694a6a6
branches:  trunk
changeset: 548638:82c0d694a6a6
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Oct 20 03:12:36 2008 +0000

description:
Update squid30 package to 3.0.10.

Changes to squid-3.0.STABLE10 (14 Oct 2008):

        - Bug 2391: Regression: bad assert in forwarding
        - Bug 2447: Segfault on failed TCP DNS query
        - Bug 2393: DNS requests getting stuck in idns queue
        - Bug 2433: FTP PUT gives bad gateway
        - Bug 2465: Limited DragonflyBSD support
        - ... and other minor bugs and documentation

diffstat:

 www/squid30/Makefile         |   4 ++--
 www/squid30/distinfo         |  10 ++++------
 www/squid30/patches/patch-ba |  23 -----------------------
 www/squid30/patches/patch-bb |  22 ----------------------
 4 files changed, 6 insertions(+), 53 deletions(-)

diffs (87 lines):

diff -r 67183ba40209 -r 82c0d694a6a6 www/squid30/Makefile
--- a/www/squid30/Makefile      Mon Oct 20 03:12:00 2008 +0000
+++ b/www/squid30/Makefile      Mon Oct 20 03:12:36 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/09/12 15:05:57 taca Exp $
+# $NetBSD: Makefile,v 1.2 2008/10/20 03:12:36 taca Exp $
 
-DISTNAME=      squid-3.0.STABLE9
+DISTNAME=      squid-3.0.STABLE10
 PKGNAME=       ${DISTNAME:S/STABLE//}
 CATEGORIES=    www
 MASTER_SITES=  http://www.squid-cache.org/Versions/v3/3.0/
diff -r 67183ba40209 -r 82c0d694a6a6 www/squid30/distinfo
--- a/www/squid30/distinfo      Mon Oct 20 03:12:00 2008 +0000
+++ b/www/squid30/distinfo      Mon Oct 20 03:12:36 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2008/09/16 03:27:19 taca Exp $
+$NetBSD: distinfo,v 1.3 2008/10/20 03:12:36 taca Exp $
 
-SHA1 (squid-3.0.STABLE9.tar.bz2) = 3a06e62ef87caa23e64ee4192e6711dfe9d57591
-RMD160 (squid-3.0.STABLE9.tar.bz2) = 012f3a125624782a96c52694ed68baabe50029c8
-Size (squid-3.0.STABLE9.tar.bz2) = 1795406 bytes
+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 (patch-aa) = 312e39b71cc8bc6985ca3cffe5398ad6d295f253
 SHA1 (patch-ab) = 83064bb50089496154a4d6ac9b29e42af7b97357
 SHA1 (patch-ac) = 66e97b32e01503e6c6fce054929f4936cecb0831
@@ -15,5 +15,3 @@
 SHA1 (patch-aj) = 5c68b5b6e9f916e78d6953ba8a0d2b42441940c1
 SHA1 (patch-ak) = 8cb0aaa7ea9d2241096cf82cf3640eea060ae85c
 SHA1 (patch-al) = cd8eca5a945de8901d84beb432c3be59a6814e9c
-SHA1 (patch-ba) = 005961d2dcfd765eb5a5daf9c199b123cb606190
-SHA1 (patch-bb) = 05432a5fdd17342cfa11ef5686fa823b54917e8f
diff -r 67183ba40209 -r 82c0d694a6a6 www/squid30/patches/patch-ba
--- a/www/squid30/patches/patch-ba      Mon Oct 20 03:12:00 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-ba,v 1.1 2008/09/16 03:27:19 taca Exp $
-
---- include/config.h.orig      2008-09-10 01:06:41.000000000 +0900
-+++ include/config.h
-@@ -111,6 +111,9 @@
- #elif defined(__OpenBSD__)
- #define _SQUID_OPENBSD_
- 
-+#elif defined(__DragonFly__)
-+#define _SQUID_DRAGONFLY_
-+
- #elif defined(__CYGWIN32__)  || defined(__CYGWIN__)
- #define _SQUID_CYGWIN_
- #define _SQUID_WIN32_
-@@ -340,7 +343,7 @@ typedef union {
- /* 
-  * Don't allow inclusion of malloc.h on FreeBSD, Next and OpenBSD 
-  */
--#if defined(HAVE_MALLOC_H) && (defined(_SQUID_FREEBSD_) || defined(_SQUID_NEXT_) || defined(_SQUID_OPENBSD_))
-+#if defined(HAVE_MALLOC_H) && (defined(_SQUID_FREEBSD_) || defined(_SQUID_NEXT_) || defined(_SQUID_OPENBSD_)) || defined(_SQUID_DRAGONFLY_)
- #undef HAVE_MALLOC_H
- #endif
- 
diff -r 67183ba40209 -r 82c0d694a6a6 www/squid30/patches/patch-bb
--- a/www/squid30/patches/patch-bb      Mon Oct 20 03:12:00 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-bb,v 1.1 2008/09/16 03:27:19 taca Exp $
-
---- src/ACLARP.cc.orig 2008-09-10 01:06:42.000000000 +0900
-+++ src/ACLARP.cc
-@@ -67,7 +67,7 @@ struct arpreq
- #endif
- #include <net/route.h>
- #include <net/if.h>
--#if defined(_SQUID_FREEBSD_) || defined(_SQUID_NETBSD_) || defined(_SQUID_OPENBSD_)
-+#if defined(_SQUID_FREEBSD_) || defined(_SQUID_NETBSD_) || defined(_SQUID_OPENBSD_) || defined(_SQUID_DRAGONFLY_)
- #include <net/if_arp.h>
- #endif
- #if HAVE_NETINET_IF_ETHER_H
-@@ -438,7 +438,7 @@ aclMatchArp(SplayNode<acl_arp_data *> **
-         return (0 == splayLastResult);
-     }
- 
--#elif defined(_SQUID_FREEBSD_) || defined(_SQUID_NETBSD_) || defined(_SQUID_OPENBSD_)
-+#elif defined(_SQUID_FREEBSD_) || defined(_SQUID_NETBSD_) || defined(_SQUID_OPENBSD_) || defined(_SQUID_DRAGONFLY_)
- 
-     struct arpreq arpReq;
- 



Home | Main Index | Thread Index | Old Index