diff options
author | ahze <ahze@FreeBSD.org> | 2005-06-28 10:38:39 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-06-28 10:38:39 +0800 |
commit | f777802c2ab72416b3b64bb52f6e4ea561c8db9f (patch) | |
tree | 309d9e83dfcb20e20dcceaabedd6568b8a81c483 /www/squid27/Makefile | |
parent | 17683dffb1980ea8ff723f900054b1857a3d464f (diff) | |
download | freebsd-ports-graphics-f777802c2ab72416b3b64bb52f6e4ea561c8db9f.tar.gz freebsd-ports-graphics-f777802c2ab72416b3b64bb52f6e4ea561c8db9f.tar.zst freebsd-ports-graphics-f777802c2ab72416b3b64bb52f6e4ea561c8db9f.zip |
- Integrate the following vendor patches as published on
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>:
+ double content-length often harmless (squid bug #1305)
+ update spanish error pages
+ squid internal icons were served with slightly incorrect headers
(squid bug #1275)
+ squid -k fails in combination with chroot (squid bug #1307)
+ core dump with --enable-ipf-transparent if access to NAT device is denied
(squid bug #1313)
+ http_accel_single_host incompatible with redirection (squid bug #1314)
+ squid -k reconfigure caused data corruption when a cache_dir type had been
changed (squid bug #1308)
+ SNMP getnext failed if the given OID was outside the squid MIB (squid bug
#1317)
PR: ports/82703
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 56ffa6dc946..500cdc69b8e 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -66,7 +66,7 @@ PORTNAME= squid PORTVERSION= 2.5.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -79,7 +79,14 @@ DISTNAME= squid-2.5.STABLE10 DIST_SUBDIR= squid2.5 PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= +PATCHFILES= squid-2.5.STABLE10-content_length.patch \ + squid-2.5.STABLE10-spanish.patch \ + squid-2.5.STABLE10-internal_date.patch \ + squid-2.5.STABLE10-chroot.patch \ + squid-2.5.STABLE10-transparent.patch \ + squid-2.5.STABLE10-redirect_flags.patch \ + squid-2.5.STABLE10-cache_dir_change.patch \ + squid-2.5.STABLE10-snmp_getnext.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de |