diff options
author | adrian <adrian@FreeBSD.org> | 2001-03-31 19:41:18 +0800 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2001-03-31 19:41:18 +0800 |
commit | 91489156a3fc0558b94ec447e3a94dc9e7f83cb4 (patch) | |
tree | 2efcc1af991dc3a297e910ed0e187d4a3875d901 /www/squid31/Makefile | |
parent | d688086844dbc08c7206bc04eeaf9b236fa33c7a (diff) | |
download | freebsd-ports-gnome-91489156a3fc0558b94ec447e3a94dc9e7f83cb4.tar.gz freebsd-ports-gnome-91489156a3fc0558b94ec447e3a94dc9e7f83cb4.tar.zst freebsd-ports-gnome-91489156a3fc0558b94ec447e3a94dc9e7f83cb4.zip |
Add some PATCHFILES to this port, and bump its PORTREVISION.
I ran off and updated the patch files on the squid website for 2.4.stable1,
and then updated this port to use them.
Note that diskd is still broken here - I haven't actually
committed a fix to squid yet .. :-P
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 3a5657df0b45..f93f300b3f65 100644 --- a/www/squid31/Makefile +++ b/www/squid31/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 |