diff options
author | tron <tron@pkgsrc.org> | 2009-12-06 15:49:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-12-06 15:49:25 +0000 |
commit | b32d79f1d5b33c666a6f303ec4929fe8e143478a (patch) | |
tree | 612b6a2be5b909de460e364b816cdfc356e30fb5 /www | |
parent | 2012381abff3290ef02cf8693fb401e17935304c (diff) | |
download | pkgsrc-b32d79f1d5b33c666a6f303ec4929fe8e143478a.tar.gz |
Update "squid31" package to version 3.1.0.15. Changes since version 3.1.0.14:
- Regression Fix: myip ACL not accepted in config
- Bug 2795: acl arp lookups including port
- Bug 2794: ESI parsing fails on FreeBSD
- Bug 2778: fix linking issues using SunCC
- Bug 2724: eCAP build failure unless ICAP enabled
- Bug 2628: Correct default PID location to PREFIX/var/run/squid.pid
- Bug 2617: Performance degradation during processing list of dstdomain ACL's
- Bug 2374: Support ICY / ICEcast / SHOUTcast streaming protocol.
- Fix: 64-bit filesize issue in squidclient POST of large files
- Fix: send correct Connection: header on intercepted replies
- Support libtool 2.x
- ESI libraries libexpat and libxml2 now optional
- ESI support default enabled
- Bump libcap minimum requirement to libcap 2.09+
- ARP / MAC support fixes for IPv6-mode
- Add outstanding IPv6 settings to squid.conf (localnet, localhost)
- ... and many additions to the background testing structure
- ... and very many minor build and code cleanups for non-GCC compilers.
Diffstat (limited to 'www')
-rw-r--r-- | www/squid31/Makefile | 4 | ||||
-rw-r--r-- | www/squid31/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 5cd749a7065..0e8cdb281ee 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2009/09/27 20:06:37 tron Exp $ +# $NetBSD: Makefile,v 1.16 2009/12/06 15:49:25 tron Exp $ -DISTNAME= squid-3.1.0.14 +DISTNAME= squid-3.1.0.15 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 2a6d121e2ab..3aa4c380404 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2009/09/27 20:06:37 tron Exp $ +$NetBSD: distinfo,v 1.14 2009/12/06 15:49:25 tron Exp $ -SHA1 (squid-3.1.0.14.tar.bz2) = e1c601c9bdcde8db6f5ad7a691adc11176095eaa -RMD160 (squid-3.1.0.14.tar.bz2) = ccd4d67115902756a631df48f1dbbcca30edc615 -Size (squid-3.1.0.14.tar.bz2) = 2398582 bytes +SHA1 (squid-3.1.0.15.tar.bz2) = 3d1f2a8490361e037a5eb4f312170a990fb2301f +RMD160 (squid-3.1.0.15.tar.bz2) = 44e6a215f67881f19d6a6ebc788e138ec9d31bd3 +Size (squid-3.1.0.15.tar.bz2) = 2416255 bytes SHA1 (patch-ad) = cb2591bebcbcf22f6cb1858f243b0c808d3db589 SHA1 (patch-ae) = 88fbc7fb1a47b1baf48f7cd0f0b66cbf51e3b24b SHA1 (patch-ah) = e20f7b76d6d48041efbfe1a07dce756a818e6642 |