Mon Mar 10 12:19:42 2014 UTC ()
Changes 3.4.4:
* Avoid assertions on Range requests that trigger Squid-generated errors.
* Protect MemBlob::append() against raw-space writes
* Copyright: Relicense helpers by Treehouse Networks Ltd.
* Portability: define CMSG related structures individually
* Fix helper ID number assignment
* Fixed stalled concurrent rock store reads by insuring their ID uniqueness.
* Bug 3186, Bug 3628: Digest authentication always sending stale=false for nonce
* dynamic_cert_mem_cache_size option related fixes
* Fix umask default on crash report generated email
* Fix pthread library detection on FreeBSD 10
* Bug 4029: intercepted HTTPS requests bypass caching checks
* Bug 4026: SSL and adaptation_access does not handle aborted connections
* Bug 4001: remove use of strsep()
* Move compat/unsafe.h protections from libcompat to source maintenance
* Bug 3969: user credentials cache lookup for Digest authentication broken
* Various fixes to configure for FreeBSD 10
* Regression Bug 3769: client_netmask not evaluated since Comm redesign


(adam)
diff -r1.29 -r1.30 pkgsrc/www/squid3/Makefile
diff -r1.19 -r1.20 pkgsrc/www/squid3/distinfo
diff -r1.1 -r0 pkgsrc/www/squid3/patches/patch-compat_unsafe.h
diff -r1.2 -r0 pkgsrc/www/squid3/patches/patch-configure

cvs diff -r1.29 -r1.30 pkgsrc/www/squid3/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/squid3/Attic/Makefile 2014/02/28 12:28:32 1.29
+++ pkgsrc/www/squid3/Attic/Makefile 2014/03/10 12:19:42 1.30
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.29 2014/02/28 12:28:32 obache Exp $ 1# $NetBSD: Makefile,v 1.30 2014/03/10 12:19:42 adam Exp $
2 2
3DISTNAME= squid-3.4.3 3DISTNAME= squid-3.4.4
4PKGREVISION= 3 
5CATEGORIES= www 4CATEGORIES= www
6MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PKGVERSION_NOREV:R}/ \ 5MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PKGVERSION_NOREV:R}/ \
7 ftp://ftp.squid-cache.org/pub/squid/ \ 6 ftp://ftp.squid-cache.org/pub/squid/ \
8 http://ftp.nluug.nl/internet/squid/ 7 http://ftp.nluug.nl/internet/squid/
9EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://www.squid-cache.org/ 11HOMEPAGE= http://www.squid-cache.org/
13COMMENT= Post-Harvest_cached WWW proxy cache and accelerator 12COMMENT= Post-Harvest_cached WWW proxy cache and accelerator
14LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
15 14
16USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
17USE_TOOLS+= perl:run gmake 16USE_TOOLS+= perl:run gmake

cvs diff -r1.19 -r1.20 pkgsrc/www/squid3/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/squid3/Attic/distinfo 2014/02/04 14:23:01 1.19
+++ pkgsrc/www/squid3/Attic/distinfo 2014/03/10 12:19:42 1.20
@@ -1,15 +1,13 @@ @@ -1,15 +1,13 @@
1$NetBSD: distinfo,v 1.19 2014/02/04 14:23:01 adam Exp $ 1$NetBSD: distinfo,v 1.20 2014/03/10 12:19:42 adam Exp $
2 2
3SHA1 (squid-3.4.3.tar.xz) = 6590e2d2c73b190f91062975f00996a0ca131197 3SHA1 (squid-3.4.4.tar.xz) = 4feabd75f144461141982a7f056920418856a280
4RMD160 (squid-3.4.3.tar.xz) = c3459bd2e120d4ff59079b18d902df88c7c7eb78 4RMD160 (squid-3.4.4.tar.xz) = b3636a4ae1c0ffb526b670900c1ccae293e157ab
5Size (squid-3.4.3.tar.xz) = 2225044 bytes 5Size (squid-3.4.4.tar.xz) = 2226656 bytes
6SHA1 (patch-compat_unsafe.h) = 89e6741432357a0523a43ef410d81bffcb263f81 
7SHA1 (patch-configure) = 86400fd701a84eb174395755eec7b13cbfce55ec 
8SHA1 (patch-errors_Makefile.in) = afbac822ac84d5e1734d55fc625e949ae0b85289 6SHA1 (patch-errors_Makefile.in) = afbac822ac84d5e1734d55fc625e949ae0b85289
9SHA1 (patch-helpers_basic_auth_MSNT_Makefile.in) = 74a0379d3ec0c2601dbb62b16df889bf4edcaedf 7SHA1 (patch-helpers_basic_auth_MSNT_Makefile.in) = 74a0379d3ec0c2601dbb62b16df889bf4edcaedf
10SHA1 (patch-src_Makefile.in) = 130e223568a07c474b30a8fa3678c60f8b487c3e 8SHA1 (patch-src_Makefile.in) = 130e223568a07c474b30a8fa3678c60f8b487c3e
11SHA1 (patch-src_SquidNew.cc) = eef6e72e168cf7f40518fab13dc2f55ed0268db9 9SHA1 (patch-src_SquidNew.cc) = eef6e72e168cf7f40518fab13dc2f55ed0268db9
12SHA1 (patch-src_base_TidyPointer.h) = 93428d26bb2479fc845764a324658eaacd26588e 10SHA1 (patch-src_base_TidyPointer.h) = 93428d26bb2479fc845764a324658eaacd26588e
13SHA1 (patch-src_ip_Intercept.cc) = 8a8640d5f7eef217b2536646513eb872c67a7ffc 11SHA1 (patch-src_ip_Intercept.cc) = 8a8640d5f7eef217b2536646513eb872c67a7ffc
14SHA1 (patch-src_store.cc) = 055d98a59103b02a51876a5c8ffed9514954beb4 12SHA1 (patch-src_store.cc) = 055d98a59103b02a51876a5c8ffed9514954beb4
15SHA1 (patch-tools_Makefile.in) = 3a7678c63a11a35fabef091a3b18e63859f0796f 13SHA1 (patch-tools_Makefile.in) = 3a7678c63a11a35fabef091a3b18e63859f0796f

File Deleted: pkgsrc/www/squid3/patches/Attic/patch-compat_unsafe.h

File Deleted: pkgsrc/www/squid3/patches/Attic/patch-configure