aboutsummaryrefslogtreecommitdiff
path: root/www/squid
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-20 17:45:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-20 17:45:36 +0000
commit30a5c8b165f0764d2a7013fd3384f2a99135b3cb (patch)
treed8d43e94bffa5039949e66cc07e546c4e4fd39e0 /www/squid
parent9b8e4962339bf5939f0d0b3e25b903d070cee789 (diff)
downloadports-30a5c8b165f0764d2a7013fd3384f2a99135b3cb.tar.gz
ports-30a5c8b165f0764d2a7013fd3384f2a99135b3cb.zip
* Vendor patches:
- fix some cross-platform build format warnings - allow high characters in generated FTP and Gopher directory listings (squid bug #1220) - cleanup generation of FTP URLs - relax the newly introduced strict HTTP parser slightly to work around some more malformed HTTP responses (squid bug #1242) PR: ports/77779 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Notes
Notes: svn path=/head/; revision=129383
Diffstat (limited to 'www/squid')
-rw-r--r--www/squid/Makefile7
-rw-r--r--www/squid/distinfo8
2 files changed, 14 insertions, 1 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index d1367c83b50b..d8957ded1e0d 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -74,6 +74,7 @@
PORTNAME= squid
PORTVERSION= 2.5.8
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -86,7 +87,11 @@ DISTNAME= squid-2.5.STABLE8
DIST_SUBDIR= squid2.5
PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/
-PATCHFILES= squid-2.5.STABLE8-dns_assert.patch
+PATCHFILES= squid-2.5.STABLE8-dns_assert.patch \
+ squid-2.5.STABLE8-format_fixes.patch \
+ squid-2.5.STABLE8-html_high_chars.patch \
+ squid-2.5.STABLE8-ftp_cleanup.patch \
+ squid-2.5.STABLE8-relaxed_header_parser.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= tmseck@netcologne.de
diff --git a/www/squid/distinfo b/www/squid/distinfo
index 16fbe56b2ed3..bd4999c9813d 100644
--- a/www/squid/distinfo
+++ b/www/squid/distinfo
@@ -2,3 +2,11 @@ MD5 (squid2.5/squid-2.5.STABLE8.tar.bz2) = 687db8c5f0fec3798dbc77f94340b185
SIZE (squid2.5/squid-2.5.STABLE8.tar.bz2) = 1057299
MD5 (squid2.5/squid-2.5.STABLE8-dns_assert.patch) = 84469625a7fbc1fae2c688346a356341
SIZE (squid2.5/squid-2.5.STABLE8-dns_assert.patch) = 2524
+MD5 (squid2.5/squid-2.5.STABLE8-format_fixes.patch) = 6b17fda9d45dd638f5ce5ee230b9c091
+SIZE (squid2.5/squid-2.5.STABLE8-format_fixes.patch) = 10056
+MD5 (squid2.5/squid-2.5.STABLE8-html_high_chars.patch) = 9211067e47c77f8879a8d202a22f2890
+SIZE (squid2.5/squid-2.5.STABLE8-html_high_chars.patch) = 766
+MD5 (squid2.5/squid-2.5.STABLE8-ftp_cleanup.patch) = 2c886bae6720c9dfaf1993a04d592dbe
+SIZE (squid2.5/squid-2.5.STABLE8-ftp_cleanup.patch) = 4532
+MD5 (squid2.5/squid-2.5.STABLE8-relaxed_header_parser.patch) = 43fb854177521ccb8348bf616fafd351
+SIZE (squid2.5/squid-2.5.STABLE8-relaxed_header_parser.patch) = 3217