diff options
author | tron <tron@pkgsrc.org> | 2011-08-30 23:02:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-08-30 23:02:57 +0000 |
commit | e4ea7353e7c4048ff0671d0f0e0fc0e01a98a882 (patch) | |
tree | 64d7732fd9d13623421b8a4922336e5ea0322ff3 /www | |
parent | ed9c95ef6e374e8731bdcf1b1aac1b15cf10bf1b (diff) | |
download | pkgsrc-e4ea7353e7c4048ff0671d0f0e0fc0e01a98a882.tar.gz |
Update "squid31" package to version 3.1.15. Changes since version 3.1.14:
- Regression fix: vhost and defaultsite causing vport to be ignored
- Regression Bug 3295: broken escaping in rfc1738_do_escape
- Bug #3232: fails to compile with OpenSSL v1.0.0
- Bug #3222: cache_peer name is not logging on CONNECT
- Bug #3131: fd_table[fd].closing() assert from
ConnStateData::noteMoreBodySpaceAvailable()
- Bug #3217: "!fd_table[fd].closing()" from
ServerStateData::noteMoreBodySpaceAvailable
- Bug #3213: https sites (CONNECT) not open when using NTLM
- Bug #3114: Memory leak in SSL certificate verify code
- Bug #3107: ncsa_auth DES silently truncates passwords to 8 bytes
- Bug #2662: cf_gen failure when cross compiling
- Bug #2655: passing wrong the username to the url_rewrite_program
- Bug #2495: ignore whitespace prefix on config lines
- Bug #2051: 'default' cache_peer option does not match documentation
- Bug #1842: Optimize order of tests in peerWouldBePinged() and
peerHTTPOkay()
- Bug #1791: timestampsSet does not validate Date: if server sends very
old date
- Correct parsing of large Gopher indexes
- Enable negative cacheing on unknown or -1 expiry timestamp
- Remove hierarchy_stoplist default value
- Migrate cf_gen tool from C-style to C++
- ... and several documentation and compiler warning fixes
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 35cde375d8f..1b833fe85ed 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2011/07/20 11:44:26 adam Exp $ +# $NetBSD: Makefile,v 1.33 2011/08/30 23:02:57 tron Exp $ -DISTNAME= squid-3.1.14 +DISTNAME= squid-3.1.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 a5a356fe365..a49f04d5984 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2011/07/20 11:44:26 adam Exp $ +$NetBSD: distinfo,v 1.30 2011/08/30 23:02:57 tron Exp $ -SHA1 (squid-3.1.14.tar.bz2) = 3bd958e90ad7de1c7c6b8e8288441e7d34abed6a -RMD160 (squid-3.1.14.tar.bz2) = 283b01bd4004175a93103b342eeba775ce2dd8bd -Size (squid-3.1.14.tar.bz2) = 2510694 bytes +SHA1 (squid-3.1.15.tar.bz2) = a74116e7b854fa5b772943da511d688d5d50d551 +RMD160 (squid-3.1.15.tar.bz2) = cda527c2d37773d54ceef01d0eef0941052faa3b +Size (squid-3.1.15.tar.bz2) = 2510536 bytes SHA1 (patch-ad) = 2e8c05f220374240e5681efdd46379851c6bb50e SHA1 (patch-ae) = 944c24b28cf11f7a876150f8f0e131af5f3e354d SHA1 (patch-aj) = 9f250b7f645b2ee77243a617c1a7faa5c7956339 |