pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/squid3



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul  4 12:06:45 UTC 2016

Modified Files:
        pkgsrc/www/squid3: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/www/squid3/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/www/squid3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/squid3/Makefile
diff -u pkgsrc/www/squid3/Makefile:1.65 pkgsrc/www/squid3/Makefile:1.66
--- pkgsrc/www/squid3/Makefile:1.65     Sun May  8 23:29:19 2016
+++ pkgsrc/www/squid3/Makefile  Mon Jul  4 12:06:45 2016
@@ -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/ \

Index: pkgsrc/www/squid3/distinfo
diff -u pkgsrc/www/squid3/distinfo:1.52 pkgsrc/www/squid3/distinfo:1.53
--- pkgsrc/www/squid3/distinfo:1.52     Thu Jun 23 15:10:36 2016
+++ pkgsrc/www/squid3/distinfo  Mon Jul  4 12:06:45 2016
@@ -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



Home | Main Index | Thread Index | Old Index