aboutsummaryrefslogtreecommitdiffstats
path: root/www/squid25
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2005-10-19 20:21:11 +0800
committergarga <garga@FreeBSD.org>2005-10-19 20:21:11 +0800
commit3482f7ee9c5e053fd8285c47be562ca378f44ba2 (patch)
treed526fe4db66702a4d35094bfd6c29268fb10bc7a /www/squid25
parent021474f5dde24aea75cc52dda979778b5a1f20ec (diff)
downloadfreebsd-ports-gnome-3482f7ee9c5e053fd8285c47be562ca378f44ba2.tar.gz
freebsd-ports-gnome-3482f7ee9c5e053fd8285c47be562ca378f44ba2.tar.zst
freebsd-ports-gnome-3482f7ee9c5e053fd8285c47be562ca378f44ba2.zip
Integrate the following vendor patches as published on
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>: - document that tcp_outgoing_xxx works badly in combination with server_persistent_connections (squid bug #454) - add more tracing in test mode of squid_ldap_auth (squid bug #1395) - fix breakage of accel_single_host when combined with server_persistent_connection (squid bug #1402) - correctly implement the CACHE_HTTP_PORT configuration directive (squid bug #1403) - fix the problem that CNAME addresses were remembered with a wrong TTL (squid bug #1404) - fix incorrect handling of squid-internal-dynamic/netdb in conjunction with httpd_accel/transparent proxies (squid bug #1410) - properly revalidate the cache on HEAD requests (squid bug #1411) - correct handling of Set-Cookie headers on cache refreshes (squid bug #1419) - fix a vulnerability in the FTP parsing code (squid bug #1426) PR: ports/87637 Submitted by: maintainer
Diffstat (limited to 'www/squid25')
-rw-r--r--www/squid25/Makefile14
-rw-r--r--www/squid25/distinfo20
2 files changed, 32 insertions, 2 deletions
diff --git a/www/squid25/Makefile b/www/squid25/Makefile
index f4abc3f3c588..1d256113b96c 100644
--- a/www/squid25/Makefile
+++ b/www/squid25/Makefile
@@ -70,7 +70,7 @@
PORTNAME= squid
PORTVERSION= 2.5.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -83,7 +83,17 @@ DISTNAME= squid-2.5.STABLE11
DIST_SUBDIR= squid2.5
PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/
-PATCHFILES= squid-2.5.STABLE11-delaypools_truncated.patch
+PATCHFILES= squid-2.5.STABLE11-delaypools_truncated.patch \
+ squid-2.5.STABLE11-tcp_outgoing_xxx.patch \
+ squid-2.5.STABLE11-ldap_auth.patch \
+ squid-2.5.STABLE11.accel_single_host_pconn.patch \
+ squid-2.5.STABLE11-CACHE_HTTP_PORT.patch \
+ squid-2.5.STABLE11-CNAME.patch \
+ squid-2.5.STABLE11-httpd_accel-internal.patch \
+ squid-2.5.STABLE11-IMS-HEAD.patch \
+ squid-2.5.STABLE11-redirect-CONNECT.patch \
+ squid-2.5.STABLE11-setcookie.patch \
+ squid-2.5.STABLE11-rfc1738_do_escape.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= tmseck@netcologne.de
diff --git a/www/squid25/distinfo b/www/squid25/distinfo
index b0bb0dda7af6..3bce4bf3504d 100644
--- a/www/squid25/distinfo
+++ b/www/squid25/distinfo
@@ -2,3 +2,23 @@ MD5 (squid2.5/squid-2.5.STABLE11.tar.bz2) = 5e7f13ad95b64b60ddd6cdc2ab800d67
SIZE (squid2.5/squid-2.5.STABLE11.tar.bz2) = 1075431
MD5 (squid2.5/squid-2.5.STABLE11-delaypools_truncated.patch) = 73bd15ae4853d9b0f45ac4277b35ed15
SIZE (squid2.5/squid-2.5.STABLE11-delaypools_truncated.patch) = 588
+MD5 (squid2.5/squid-2.5.STABLE11-tcp_outgoing_xxx.patch) = 18846f871032c4d7c496373c24b9f4d9
+SIZE (squid2.5/squid-2.5.STABLE11-tcp_outgoing_xxx.patch) = 1140
+MD5 (squid2.5/squid-2.5.STABLE11-ldap_auth.patch) = a22867a5be67b3ff2dd35ab338b05d9e
+SIZE (squid2.5/squid-2.5.STABLE11-ldap_auth.patch) = 4857
+MD5 (squid2.5/squid-2.5.STABLE11.accel_single_host_pconn.patch) = f6ad18183bb3df2da1c5e6287b7162ea
+SIZE (squid2.5/squid-2.5.STABLE11.accel_single_host_pconn.patch) = 944
+MD5 (squid2.5/squid-2.5.STABLE11-CACHE_HTTP_PORT.patch) = a43d8d7bed00dc0caebec7b440625a11
+SIZE (squid2.5/squid-2.5.STABLE11-CACHE_HTTP_PORT.patch) = 4010
+MD5 (squid2.5/squid-2.5.STABLE11-CNAME.patch) = 263c1a76d470ad4553e05e686e422de2
+SIZE (squid2.5/squid-2.5.STABLE11-CNAME.patch) = 3825
+MD5 (squid2.5/squid-2.5.STABLE11-httpd_accel-internal.patch) = fe88ab718a58e484bbf8ce6ce6111dd3
+SIZE (squid2.5/squid-2.5.STABLE11-httpd_accel-internal.patch) = 1736
+MD5 (squid2.5/squid-2.5.STABLE11-IMS-HEAD.patch) = 1e8ddcd080f431c8f3c059366e159765
+SIZE (squid2.5/squid-2.5.STABLE11-IMS-HEAD.patch) = 834
+MD5 (squid2.5/squid-2.5.STABLE11-redirect-CONNECT.patch) = 16e8a386cae25b5b0493adb66d89416f
+SIZE (squid2.5/squid-2.5.STABLE11-redirect-CONNECT.patch) = 1282
+MD5 (squid2.5/squid-2.5.STABLE11-setcookie.patch) = 0d1acad61df0ffb5224cb3910f25fb29
+SIZE (squid2.5/squid-2.5.STABLE11-setcookie.patch) = 531
+MD5 (squid2.5/squid-2.5.STABLE11-rfc1738_do_escape.patch) = 43094437e3d66aa1cb141ea4c776df19
+SIZE (squid2.5/squid-2.5.STABLE11-rfc1738_do_escape.patch) = 3302