diff options
author | krion <krion@FreeBSD.org> | 2004-08-08 03:28:16 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-08 03:28:16 +0800 |
commit | 08b045189cfa1ec82d105a4c67e2a253e1dd6db8 (patch) | |
tree | 78680b4afeef988200a01ba3537fdfd5d90fe8b4 /www/squid31/Makefile | |
parent | 96b5a7e0b9e25e9e6a5279dead49b6e76efa2e2d (diff) | |
download | freebsd-ports-gnome-08b045189cfa1ec82d105a4c67e2a253e1dd6db8.tar.gz freebsd-ports-gnome-08b045189cfa1ec82d105a4c67e2a253e1dd6db8.tar.zst freebsd-ports-gnome-08b045189cfa1ec82d105a4c67e2a253e1dd6db8.zip |
Integrate new vendor patches:
- fix a problem in the heap policy code that could cause memory
corruption when a {cache,memory}_replacement_policy other
than the default "lru" was used (squid bug #1009)
- correct quoting of unknown % escape codes when generating
error pages (squid bug #1030)
PR: ports/70110
Submitted by: maintainer
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index fe211242c88a..4ac3a23ca96f 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -97,7 +97,9 @@ PATCHFILES= squid-2.5.STABLE6-ufs_no_valid_dir.patch \ squid-2.5.STABLE6-basic_auth_caseinsensitive.patch \ squid-2.5.STABLE6-active_requests_delaypool.patch \ squid-2.5.STABLE6-client_db_gc.patch \ - squid-2.5.STABLE6-ntlmtruncated.patch + squid-2.5.STABLE6-ntlmtruncated.patch \ + squid-2.5.STABLE6-errorpage_quote.patch \ + squid-2.5.STABLE6-heap_segfault.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de |