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 Jan 30 14:17:33 UTC 2017

Modified Files:
        pkgsrc/www/squid3: Makefile distinfo

Log Message:
Changes 3.5.24:
* SSLv2 records force SslBump bumping despite a matching step2 peek rule.
* Mitigate DoS attacks that use client-initiated SSL/TLS renegotiation.
* Detect HTTP header ACL issue
* Fix some spelling mistakes
* Update External ACL helpers error handling and caching
* Fix "Source and destination overlap in memcpy" Valgrind errors
* Reduce crashes due to unexpected ClientHttpRequest termination.
* Bug 3940 pt2: Make 'cache deny' do what is documented


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/www/squid3/Makefile
cvs rdiff -u -r1.57 -r1.58 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.71 pkgsrc/www/squid3/Makefile:1.72
--- pkgsrc/www/squid3/Makefile:1.71     Thu Jan 19 18:52:29 2017
+++ pkgsrc/www/squid3/Makefile  Mon Jan 30 14:17:33 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2017/01/19 18:52:29 agc Exp $
+# $NetBSD: Makefile,v 1.72 2017/01/30 14:17:33 adam Exp $
 
-DISTNAME=      squid-3.5.23
+DISTNAME=      squid-3.5.24
 CATEGORIES=    www
 MASTER_SITES=  http://www.squid-cache.org/Versions/v3/${PKGVERSION_NOREV:R}/
 MASTER_SITES+= ftp://ftp.squid-cache.org/pub/squid/

Index: pkgsrc/www/squid3/distinfo
diff -u pkgsrc/www/squid3/distinfo:1.57 pkgsrc/www/squid3/distinfo:1.58
--- pkgsrc/www/squid3/distinfo:1.57     Sun Dec 18 03:18:57 2016
+++ pkgsrc/www/squid3/distinfo  Mon Jan 30 14:17:33 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.57 2016/12/18 03:18:57 taca Exp $
+$NetBSD: distinfo,v 1.58 2017/01/30 14:17:33 adam Exp $
 
-SHA1 (squid-3.5.23.tar.xz) = 33e43869d5eeb0fdfd1d625e6d6edee0617b2b22
-RMD160 (squid-3.5.23.tar.xz) = 104d6c957f1f55ac70cfe6e10e3c6159f8a5eded
-SHA512 (squid-3.5.23.tar.xz) = 3f2b3df60fc0b2aab3d0d9e3489832d60d0aac8222f09ad2ff6afb95202b904f41f6530d713e7ce446c6f62b66f0cd792a6b12005d43c53fe68d2371f9caa880
-Size (squid-3.5.23.tar.xz) = 2325884 bytes
+SHA1 (squid-3.5.24.tar.xz) = f203637783301a4b86e554b6dd226de721762ae5
+RMD160 (squid-3.5.24.tar.xz) = 2e6549e1a954313ddf6e9a2b204e6d707bf5aae9
+SHA512 (squid-3.5.24.tar.xz) = 912a0882c71ba170e7c2eccf940cfca87d7fd0a6026a7aaa9dddacc1e17590809ad449e15913d180d5ce5b8d2828a68247ab920a4a499f3ee29ddd464e29344f
+Size (squid-3.5.24.tar.xz) = 2326424 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