diff options
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index c0dae01f7424..62936694a16b 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -102,7 +102,10 @@ PATCHFILES= squid-2.5.STABLE7-half_closed_POST.patch \ squid-2.5.STABLE7-wccp_denial_of_service.patch \ squid-2.5.STABLE7-dns_memleak.patch \ squid-2.5.STABLE7-fqdn_truncated.patch \ - squid-2.5.STABLE7-ldap_spaces.patch + squid-2.5.STABLE7-ldap_spaces.patch \ + squid-2.5.STABLE7-ftp_datachannel.patch \ + squid-2.5.STABLE7-short_icons_urls.patch \ + squid-2.5.STABLE7-response_splitting.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de |