diff options
author | sem <sem@FreeBSD.org> | 2005-01-30 05:49:20 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-01-30 05:49:20 +0800 |
commit | 7a017a29386aa585af86125b6b5a37203d1ef9a5 (patch) | |
tree | fdb0dc5746382afeb8721760dab0fd39e41145f4 /www/squid31 | |
parent | 691e1551822a9ebb299da7a987d69e7bc389c996 (diff) | |
download | freebsd-ports-gnome-7a017a29386aa585af86125b6b5a37203d1ef9a5.tar.gz freebsd-ports-gnome-7a017a29386aa585af86125b6b5a37203d1ef9a5.tar.zst freebsd-ports-gnome-7a017a29386aa585af86125b6b5a37203d1ef9a5.zip |
- Integrate a vendor patch against a buffer overflow in the WCCP handling,
see <http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE7-wccp_buffer_overflow>
and <http://www.squid-cache.org/Advisories/SQUID-2005_3.txt>.
PR: ports/76827
Submitted by: maintainer
Diffstat (limited to 'www/squid31')
-rw-r--r-- | www/squid31/Makefile | 5 | ||||
-rw-r--r-- | www/squid31/distinfo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 81505e1c46e6..7fcc7467bc89 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.7 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -108,7 +108,8 @@ PATCHFILES= squid-2.5.STABLE7-half_closed_POST.patch \ squid-2.5.STABLE7-httpd_accel_no_pmtu_disc.patch \ squid-2.5.STABLE7-ftp_datachannel.patch \ squid-2.5.STABLE7-short_icons_urls.patch \ - squid-2.5.STABLE7-response_splitting.patch + squid-2.5.STABLE7-response_splitting.patch \ + squid-2.5.STABLE7-wccp_buffer_overflow.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de diff --git a/www/squid31/distinfo b/www/squid31/distinfo index e1ca82e7bbc7..585aaec8821f 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -44,3 +44,5 @@ MD5 (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 3cbed4fe923641bff5f23e SIZE (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 704 MD5 (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = ff3d8ae3e933817c91e745beba76b5fc SIZE (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = 9782 +MD5 (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 01b1a4a23f170723d7e2bc3846e12c73 +SIZE (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 505 |