summaryrefslogtreecommitdiff
path: root/www/squid27
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-05-16 21:33:59 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-05-16 21:33:59 +0000
commitb663d9f7408f0a416e29cf82fd2829623954b30a (patch)
treeb995f9da9e37b05cdbd8050c66d3393c68967859 /www/squid27
parentMark broken again after a cmake upgrade. Sigh. (diff)
- Introduce four vendor patches [1] which:
- simplify definition of the SQUIDHOSTNAMELEN constant (squid bug #1434) - correct display of mime icons when visible_hostname contains only the plain hostname without a domain (squid bug #1532) - plug a memory leak in the HTCP client code (squid bug #1553) - plug a memory leak in the ident processing code (squid bug #1557) - Bump PORTREVISION [1] http://www.squid-cache.org/Versions/v2/2.5/bugs/ PR: 97356 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Notes
Notes: svn path=/head/; revision=162610
Diffstat (limited to 'www/squid27')
-rw-r--r--www/squid27/Makefile6
-rw-r--r--www/squid27/distinfo12
2 files changed, 17 insertions, 1 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile
index eaba173e478e..4ab91c3349b2 100644
--- a/www/squid27/Makefile
+++ b/www/squid27/Makefile
@@ -73,6 +73,7 @@
PORTNAME= squid
PORTVERSION= 2.5.13
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -85,7 +86,10 @@ DISTNAME= squid-2.5.STABLE13
DIST_SUBDIR= squid2.5
PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/
-PATCHFILES=
+PATCHFILES= squid-2.5.STABLE13-hostnamelen.patch \
+ squid-2.5.STABLE13-icons.patch \
+ squid-2.5.STABLE13-htcp_leak.patch \
+ squid-2.5.STABLE13-ident_leak.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= tmseck@netcologne.de
diff --git a/www/squid27/distinfo b/www/squid27/distinfo
index 2d4ca43ad717..cd6e8e954466 100644
--- a/www/squid27/distinfo
+++ b/www/squid27/distinfo
@@ -1,3 +1,15 @@
MD5 (squid2.5/squid-2.5.STABLE13.tar.bz2) = 3e64468e123be1246d17486dab6bee87
SHA256 (squid2.5/squid-2.5.STABLE13.tar.bz2) = c4a7cde3d63559576f704b8a10561d61135a3788423ae417fb728d112b1962a8
SIZE (squid2.5/squid-2.5.STABLE13.tar.bz2) = 1074112
+MD5 (squid2.5/squid-2.5.STABLE13-hostnamelen.patch) = 2e0b558f32a66d8f1daa04b34bb05846
+SHA256 (squid2.5/squid-2.5.STABLE13-hostnamelen.patch) = c31d6395d3f9b81937c844d5776c8f54c54d9d3d0afffced5575dbf00386591e
+SIZE (squid2.5/squid-2.5.STABLE13-hostnamelen.patch) = 1057
+MD5 (squid2.5/squid-2.5.STABLE13-icons.patch) = a6802ad3f03bab0cbdee50339440929d
+SHA256 (squid2.5/squid-2.5.STABLE13-icons.patch) = 89cc30851796bb80530da70d1c30201ed04a3c37a7293bd6abbe16db09768c0a
+SIZE (squid2.5/squid-2.5.STABLE13-icons.patch) = 942
+MD5 (squid2.5/squid-2.5.STABLE13-htcp_leak.patch) = 0439d319892dbf2322a7930ef234996d
+SHA256 (squid2.5/squid-2.5.STABLE13-htcp_leak.patch) = d9edd26cef95b02c5192dc54e49a4d9b2ac3b6e47810b0ed7f3c754567c30415
+SIZE (squid2.5/squid-2.5.STABLE13-htcp_leak.patch) = 827
+MD5 (squid2.5/squid-2.5.STABLE13-ident_leak.patch) = dd7e6463c11f81056f7a2326a683116b
+SHA256 (squid2.5/squid-2.5.STABLE13-ident_leak.patch) = 84521c58efa05758da2001da7226b94eb1a0aecaf435ba4dca79713fb9ecdb18
+SIZE (squid2.5/squid-2.5.STABLE13-ident_leak.patch) = 723