diff options
author | krion <krion@FreeBSD.org> | 2004-05-02 04:48:47 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-02 04:48:47 +0800 |
commit | b0a611dd81fdf46892b568a5a5865bc26d5cb0c2 (patch) | |
tree | 188af483e721c0d551f9255ff3cc97b3b5f4da86 /www/squid27/Makefile | |
parent | a2b98e089b2fa7cc8ba3068cd67987396607db44 (diff) | |
download | freebsd-ports-gnome-b0a611dd81fdf46892b568a5a5865bc26d5cb0c2.tar.gz freebsd-ports-gnome-b0a611dd81fdf46892b568a5a5865bc26d5cb0c2.tar.zst freebsd-ports-gnome-b0a611dd81fdf46892b568a5a5865bc26d5cb0c2.zip |
- 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
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 4022a6576c7b..d10b8eeee0d8 100644 --- a/www/squid27/Makefile +++ b/www/squid27/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 |