diff options
author | adam <adam@pkgsrc.org> | 2014-12-10 10:18:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-12-10 10:18:36 +0000 |
commit | 8b468ab4ecc6cffa92490f8c590d7d172e95ded2 (patch) | |
tree | b720746b0a636e077b5557d735b0307ff27dfa00 /www | |
parent | 90a801c642691a3f00295d6be7ecf6c7bf8abca4 (diff) | |
download | pkgsrc-8b468ab4ecc6cffa92490f8c590d7d172e95ded2.tar.gz |
Changes 3.4.10:
* Fix bootstrap.sh dependency on SPONSORS.list
* HTTP/2: Support 421 (Misdirected Request) status code
* Alternate-Protocol is a hop-by-hop header
* Bug 4148: external_acl_type header format does not accept the new libformat syntax
* Bug 4033: Rebuild corrupted ssl_db/size file
* Bug 3902: Docs: external_acl_type cache hash key
* Bug 4145: squid_endian.h compile errors with OpenBSD 5.6
* Fix segmentation fault in ACLUrlPathStrategy::match
Diffstat (limited to 'www')
-rw-r--r-- | www/squid3/Makefile | 4 | ||||
-rw-r--r-- | www/squid3/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/squid3/Makefile b/www/squid3/Makefile index a1531803090..46a8171c133 100644 --- a/www/squid3/Makefile +++ b/www/squid3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2014/11/08 09:33:33 adam Exp $ +# $NetBSD: Makefile,v 1.39 2014/12/10 10:18:36 adam Exp $ -DISTNAME= squid-3.4.9 +DISTNAME= squid-3.4.10 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 41eb642ce6b..efcb771bfbe 100644 --- a/www/squid3/distinfo +++ b/www/squid3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2014/11/08 09:33:33 adam Exp $ +$NetBSD: distinfo,v 1.26 2014/12/10 10:18:36 adam Exp $ -SHA1 (squid-3.4.9.tar.xz) = 7d652e2f3794e15302d36700a167f16d24ad6cd5 -RMD160 (squid-3.4.9.tar.xz) = 4d498d5944c0ba7b4d3fc87fe3e97382db3d5967 -Size (squid-3.4.9.tar.xz) = 2160416 bytes +SHA1 (squid-3.4.10.tar.xz) = 52fb374fd6293978f8002ae994353fbe75d28a98 +RMD160 (squid-3.4.10.tar.xz) = c021ecc35484ce042a7c480efa4fd1cc7ab99286 +Size (squid-3.4.10.tar.xz) = 2161192 bytes SHA1 (patch-errors_Makefile.in) = afbac822ac84d5e1734d55fc625e949ae0b85289 SHA1 (patch-helpers_basic_auth_MSNT_Makefile.in) = 74a0379d3ec0c2601dbb62b16df889bf4edcaedf SHA1 (patch-src_Makefile.in) = 130e223568a07c474b30a8fa3678c60f8b487c3e |