diff options
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 3a5657df0b4..f93f300b3f6 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -7,6 +7,7 @@ PORTNAME= squid PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ @@ -17,7 +18,10 @@ DISTNAME= squid-2.4.STABLE1 EXTRACT_SUFX= -src.tar.gz PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.4/bugs/ -PATCHFILES= +PATCHFILES= squid-2.4.stable1-wrong_sign_on_timestamp_check.patch \ + squid-2.4.stable1-high_cpu_with_peers.patch \ + squid-2.4.stable1-force_valid_blksize.patch \ + squid-2.4.stable1-kill_parent_on_child_sigkill.patch MAINTAINER= adrian@freebsd.org |