diff options
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 244558253c3..7312b9c9ce7 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.129 2005/01/26 15:29:03 taca Exp $ +# $NetBSD: Makefile,v 1.130 2005/01/29 00:51:42 taca Exp $ DISTNAME= squid-2.5.STABLE7 PKGNAME= squid-2.5.7 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/ \ ftp://ftp.leo.org/pub/comp/general/infosys/www/daemons/squid/squid-2/STABLE/ \ @@ -31,7 +31,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= taca@NetBSD.org |