diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-01-29 21:49:20 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-01-29 21:49:20 +0000 |
commit | 264e6d34e290cd6686b158015828bce239204822 (patch) | |
tree | deef4077eb2d42067768d27038a22a1fc2a46a0a /www/squid/Makefile | |
parent | d18216a368fbe4c0a429fd1491f374e487294090 (diff) | |
download | ports-264e6d34e290cd6686b158015828bce239204822.tar.gz ports-264e6d34e290cd6686b158015828bce239204822.zip |
Notes
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 81505e1c46e6..7fcc7467bc89 100644 --- a/www/squid/Makefile +++ b/www/squid/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 |