diff options
author | adam <adam@pkgsrc.org> | 2016-07-04 12:06:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-07-04 12:06:45 +0000 |
commit | f452766b738d1b921450f0f998936047db78faf8 (patch) | |
tree | 136d24ed34c4dff353282acb79effc2cabe23f59 | |
parent | 5e551bf5ce304d3ee67f0cde16b17bbaf3935505 (diff) | |
download | pkgsrc-f452766b738d1b921450f0f998936047db78faf8.tar.gz |
Changes 3.5.20:
Assertion failed: Write.cc:38: "fd_table[conn->fd].flags.open"
Bug 4523: smblib compile fails on NetBSD
Do not make bogus recvmsg(2) calls when closing UDS sockets.
Fix SEGFAULT parsing malformed adaptation service configuration
Fixed ConnStateData::In::maybeMakeSpaceAvailable() logic.
Bug 3579: assertion failed 'MemPools[type]' from dst_as ACL
Do not allow low-level debugging to hide important/critical messages.
Bug 4485: off-by-one out-of-bounds Parser::Tokenizer::int64() read errors
Increase debug level in a peek-and-splice related debug message
Fix icons loading speed.
Fix OpenSSL detection on FreeBSD
Do not override user defined -std option
Support unified EUI format code in external_acl_type
-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 9c60122d41c..a46c9a74eec 100644 --- a/www/squid3/Makefile +++ b/www/squid3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2016/05/08 23:29:19 taca Exp $ +# $NetBSD: Makefile,v 1.66 2016/07/04 12:06:45 adam Exp $ -DISTNAME= squid-3.5.19 +DISTNAME= squid-3.5.20 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 f4bca224d3c..d312dba04eb 100644 --- a/www/squid3/distinfo +++ b/www/squid3/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.52 2016/06/23 15:10:36 prlw1 Exp $ +$NetBSD: distinfo,v 1.53 2016/07/04 12:06:45 adam Exp $ -SHA1 (squid-3.5.19.tar.xz) = 809133b751df9fb5bca07f181b3e2f7df392f761 -RMD160 (squid-3.5.19.tar.xz) = ef97ea9eb6273ec8ded8f74860bcfa7675bf1fb1 -SHA512 (squid-3.5.19.tar.xz) = b2e70845d87a3a3d57b8ff08c6fb21137cedc75c8076a8e004a4b4031a7045d13f13de2b2aa98435e39770aefe1db838538ed62fc4169f83797c99fc0883f650 -Size (squid-3.5.19.tar.xz) = 2318720 bytes +SHA1 (squid-3.5.20.tar.xz) = 2bb6d3568e7167c9b99fea092a97287d0e430863 +RMD160 (squid-3.5.20.tar.xz) = 13dead4f216711fa86fe1c4adf7602307bf31bb5 +SHA512 (squid-3.5.20.tar.xz) = 555e456d63bfe506e1cb84cd4857e900648382613181ff7fb70026e37d224b9b125b49e0a2e12cca63377427d33be7e9fbc3755c66a5370eab975e6ab3444bee +Size (squid-3.5.20.tar.xz) = 2319780 bytes SHA1 (patch-compat_compat.h) = d6cd93fa7a6d0faad3bf1aca8ae4fa5c984fe288 SHA1 (patch-compat_debug.cc) = 95fc0aa6901834175b9bbf1ddb51eeb7d9ddc8c7 SHA1 (patch-compat_debug.h) = a828871704b1578b520d412393c3d398099a5fdc |