diff options
author | tron <tron@pkgsrc.org> | 2010-08-04 11:36:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-08-04 11:36:08 +0000 |
commit | 1fc892e4a7912644fc1932c63dc017b670497688 (patch) | |
tree | d357dcbaec825a8b13cba65f2c002d361f881706 | |
parent | 99597f219624ce078a48f29cde28e0fe7722a6ca (diff) | |
download | pkgsrc-1fc892e4a7912644fc1932c63dc017b670497688.tar.gz |
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
-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 1cdbe1abdbd..6f0b535d4ca 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2010/07/28 10:16:14 adam Exp $ +# $NetBSD: Makefile,v 1.24 2010/08/04 11:36:08 tron Exp $ -DISTNAME= squid-3.1.5.1 +DISTNAME= squid-3.1.6 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 d74ad5ec76e..5aaf628e067 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.21 2010/07/28 10:16:14 adam Exp $ +$NetBSD: distinfo,v 1.22 2010/08/04 11:36:08 tron Exp $ -SHA1 (squid-3.1.5.1.tar.bz2) = b1b74ac837c71962f4ce79e005f9366e0af70994 -RMD160 (squid-3.1.5.1.tar.bz2) = d59c27e0f02e6bdcb0ffad5588285582b33c26f2 -Size (squid-3.1.5.1.tar.bz2) = 2419515 bytes +SHA1 (squid-3.1.6.tar.bz2) = 16f48004e4e139da806cd9d1920ba7ee0b9416de +RMD160 (squid-3.1.6.tar.bz2) = 95f3a4119882c2859efc4f23aaba2d4b9347f5f1 +Size (squid-3.1.6.tar.bz2) = 2421219 bytes SHA1 (patch-ad) = cb2591bebcbcf22f6cb1858f243b0c808d3db589 SHA1 (patch-ae) = 88fbc7fb1a47b1baf48f7cd0f0b66cbf51e3b24b SHA1 (patch-aj) = 349b5d49dec49430cff2a170ad53d3a16f2a4c76 |