diff options
author | adam <adam@pkgsrc.org> | 2013-12-31 11:54:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-12-31 11:54:32 +0000 |
commit | e84d8f0993ec8456322ccc30a374a25d15510ba0 (patch) | |
tree | 355740387e04799758416896bab569fb489ae3c8 /www | |
parent | 694d54c9a9ddde1024f0e59b204fa2d0c152e376 (diff) | |
download | pkgsrc-e84d8f0993ec8456322ccc30a374a25d15510ba0.tar.gz |
Changes 3.4.2:
* Added missing header in client_side_reply.cc for clang
* Bug 3498: FTP PUT assertion Server.cc:246: 'r->body_pipe != NULL'
* Bug 3985: 60s limit introduced by balance_on_multiple_ip breaks bad IP recovery
* Fix \-unescaping in quoted strings from helpers
* WCCPv2: fix assertion 'Cannot convert non-IPv4 to IPv4' on FreeBSD
* Fix missing cast in rev.13162
* Bug 3980: FATAL ERROR due to max_user_ip -s option
* Fix linker errors "relocation R_X86_64_32 against .rodata"
* Regression in URL helper API
* Bug 3806: Caching responses with Vary header
* Set sslcrtvalidator_children concurrency option default value to 1
* Release notes: update HTML version
Diffstat (limited to 'www')
-rw-r--r-- | www/squid3/Makefile | 5 | ||||
-rw-r--r-- | www/squid3/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/squid3/Makefile b/www/squid3/Makefile index a8545f88fa4..af3988db68a 100644 --- a/www/squid3/Makefile +++ b/www/squid3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2013/12/29 12:10:45 taca Exp $ +# $NetBSD: Makefile,v 1.25 2013/12/31 11:54:32 adam Exp $ -DISTNAME= squid-3.4.1 -PKGREVISION= 3 +DISTNAME= squid-3.4.2 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PKGVERSION_NOREV:R}/ \ ftp://ftp.squid-cache.org/pub/squid/ \ diff --git a/www/squid3/distinfo b/www/squid3/distinfo index 9a02c5e7ff4..7d733cbc8a1 100644 --- a/www/squid3/distinfo +++ b/www/squid3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.17 2013/12/10 14:48:26 adam Exp $ +$NetBSD: distinfo,v 1.18 2013/12/31 11:54:32 adam Exp $ -SHA1 (squid-3.4.1.tar.xz) = cbab66db759e6d533b22fe91907299e01e4da5ce -RMD160 (squid-3.4.1.tar.xz) = 88a73b22505012b7543277e101a32475abc04bee -Size (squid-3.4.1.tar.xz) = 2224312 bytes +SHA1 (squid-3.4.2.tar.xz) = 2874ce2dbf578b22a3fe066138962b0c23e17cc2 +RMD160 (squid-3.4.2.tar.xz) = 7286ebfd5acb75384c8375c880bd883cd2890932 +Size (squid-3.4.2.tar.xz) = 2224616 bytes SHA1 (patch-compat_os_hpux.h) = f36b396282b1ee8ded7588519d266cced7dfdc40 SHA1 (patch-compat_unsafe.h) = 89e6741432357a0523a43ef410d81bffcb263f81 SHA1 (patch-configure) = 86400fd701a84eb174395755eec7b13cbfce55ec |