summaryrefslogtreecommitdiff
path: root/www/squid26
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-05-01 20:48:47 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-05-01 20:48:47 +0000
commit0a23fefe707cd8a6eb5740bf6251dced1ba80a4b (patch)
treeb2315432428d2381046652b6a0b434357636ee98 /www/squid26
parentRemove Shadow's BitTorrent client, it was renamed to BitTornado and is (diff)
- Add new vendor patches:
+ clarify the meaning of the ERR keyword in digest authentication + correct a spelling error in the Turkish ERR_DNS_FAIL error page (squid bug #950) + fix a problem regarding negatively cached 404 replies with VARY: header (squid bug #616) + correct a parsing bug which rejected a 'range_offset_limit -1 KB' statement in squid.conf (squid bug #968) - Bump PORTREVISION PR: ports/66139 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=108113
Diffstat (limited to 'www/squid26')
-rw-r--r--www/squid26/Makefile8
-rw-r--r--www/squid26/distinfo8
2 files changed, 14 insertions, 2 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile
index 4022a6576c7b..d10b8eeee0d8 100644
--- a/www/squid26/Makefile
+++ b/www/squid26/Makefile
@@ -29,7 +29,7 @@
PORTNAME= squid
PORTVERSION= 2.5.5
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -52,7 +52,11 @@ PATCHFILES= squid-2.5.STABLE5-ntlm_assert.patch \
squid-2.5.STABLE5-ntlm_warning.patch \
squid-2.5.STABLE5-rfc1035NameUnpack.patch \
squid-2.5.STABLE5-digest_blank.patch \
- squid-2.5.STABLE5-post_assert.patch
+ squid-2.5.STABLE5-post_assert.patch \
+ squid-2.5.STABLE5-digest_ERR.patch \
+ squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch \
+ squid-2.5.STABLE5-vary_negatively.patch \
+ squid-2.5.STABLE5-range_offset_limit.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= tmseck@netcologne.de
diff --git a/www/squid26/distinfo b/www/squid26/distinfo
index f6c413fbb455..65d70d2b0edf 100644
--- a/www/squid26/distinfo
+++ b/www/squid26/distinfo
@@ -22,3 +22,11 @@ MD5 (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 9eec94b95e52f26aece4568af4
SIZE (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 4598
MD5 (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 154d3540d53ab3c377554a6756019e10
SIZE (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 2953
+MD5 (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 96b4396117f5bcda2ba29401ef15af32
+SIZE (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 1015
+MD5 (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = f4e806deca44898019d3ac65cb9ba823
+SIZE (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = 641
+MD5 (squid2.5/squid-2.5.STABLE5-vary_negatively.patch) = c442094681847b0db3b10d78aedc9b40
+SIZE (squid2.5/squid-2.5.STABLE5-vary_negatively.patch) = 2308
+MD5 (squid2.5/squid-2.5.STABLE5-range_offset_limit.patch) = 6a0fe31f8a80c0f515c92d766d824fd2
+SIZE (squid2.5/squid-2.5.STABLE5-range_offset_limit.patch) = 565