diff options
author | adam <adam@pkgsrc.org> | 2015-12-02 10:44:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-12-02 10:44:49 +0000 |
commit | 453fb326f018a2b0edca12bd9d743ca570673a4f (patch) | |
tree | bd80555a98df8a3c85d18c849218ebf246987fee /www | |
parent | 641cead0bd0951dffb38750046aeb34def52f536 (diff) | |
download | pkgsrc-453fb326f018a2b0edca12bd9d743ca570673a4f.tar.gz |
Changes 3.5.12:
* Add missing stub definition for CPU_ISSET
* Fix build errors in cpuafinity.cc
* Bug 4228: links with krb5 libs despite --without options
* Fix delay_parameters documentation
* Stop using dangling pointers for eCAP-set custom HTTP reason phrases.
* Fix status code-based HTTP reason phrase for eCAP-generated messages.
* Revert r13921: Migrate StoreEntry to using MEMPROXY_CLASS
* Fix cache_peer forceddomain= in CONNECT
* TLS: Handshake Problem during Renegotiation
* Docs: Updated stale Ssl text to make the comment match the code again.
* Fix SSL_get_certificate() problem detection
* Polished cache_peer_access and related documentation.
* Bug 4374: refresh_pattern config parser (%)
* Bug 4373: assertion failed: client_side_request.cc:1709: 'calloutContext->redirect_state == REDIRECT_NONE'
* Make FATAL messages have a consistent prefix
Diffstat (limited to 'www')
-rw-r--r-- | www/squid3/Makefile | 4 | ||||
-rw-r--r-- | www/squid3/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/squid3/Makefile b/www/squid3/Makefile index cabb8b4d896..38abd7c9694 100644 --- a/www/squid3/Makefile +++ b/www/squid3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2015/11/04 21:44:27 adam Exp $ +# $NetBSD: Makefile,v 1.57 2015/12/02 10:44:49 adam Exp $ -DISTNAME= squid-3.5.11 +DISTNAME= squid-3.5.12 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 c0579c90892..5286c23e75e 100644 --- a/www/squid3/distinfo +++ b/www/squid3/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.43 2015/11/04 21:44:27 adam Exp $ +$NetBSD: distinfo,v 1.44 2015/12/02 10:44:49 adam Exp $ -SHA1 (squid-3.5.11.tar.xz) = 623e0d4a41ddc70e0f59a3f38c091e0dc946172c -RMD160 (squid-3.5.11.tar.xz) = fb8c01c40a5ef97785759acdc2b706dfb402de7b -SHA512 (squid-3.5.11.tar.xz) = 7d7557f949d7a5995eff4745f6bf58d3c4899b882828a83332e269c4396de8470d7847d76701f383fd889cf7990b8d5c9ace6d557d00a9dd4a8d326f9b116c09 -Size (squid-3.5.11.tar.xz) = 2298436 bytes +SHA1 (squid-3.5.12.tar.xz) = 59b0dcb2c9c04f1a0586f7a1f346197ddb6d5be5 +RMD160 (squid-3.5.12.tar.xz) = aaca711586a00fcf85ef9e3c99a68af260436b03 +SHA512 (squid-3.5.12.tar.xz) = 2620f2b560df58c9a6ca5be38e91e7b67ee04a5a28de133ecd0fed232094570c453690a08a4835ad59ebf1cd002a6e6d7c7c4ea502b6d719d74f97111a5302d1 +Size (squid-3.5.12.tar.xz) = 2299644 bytes SHA1 (patch-compat_compat.h) = d6cd93fa7a6d0faad3bf1aca8ae4fa5c984fe288 SHA1 (patch-compat_debug.cc) = 95fc0aa6901834175b9bbf1ddb51eeb7d9ddc8c7 SHA1 (patch-compat_debug.h) = a828871704b1578b520d412393c3d398099a5fdc |