diff options
author | adrian <adrian@FreeBSD.org> | 2001-04-03 17:06:34 +0800 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2001-04-03 17:06:34 +0800 |
commit | 5268d0465caae2bf2c1357a37c661ed87bfcf21c (patch) | |
tree | 2a3d37e0b311989adf8893cf90b6277c80a3de45 /www/squid27/Makefile | |
parent | e282c995211fa7d389e4d3b437d0ff892d4d929b (diff) | |
download | freebsd-ports-gnome-5268d0465caae2bf2c1357a37c661ed87bfcf21c.tar.gz freebsd-ports-gnome-5268d0465caae2bf2c1357a37c661ed87bfcf21c.tar.zst freebsd-ports-gnome-5268d0465caae2bf2c1357a37c661ed87bfcf21c.zip |
Add the latest patch - a HTCP (cache control protocol, not a HTTP extension)
fix.
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index f93f300b3f65..215003412543 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -7,7 +7,7 @@ PORTNAME= squid PORTVERSION= 2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ @@ -21,7 +21,8 @@ PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.4/bugs/ 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 + squid-2.4.stable1-kill_parent_on_child_sigkill.patch \ + squid-2.4.stable1-htcp_assertion_fix.patch MAINTAINER= adrian@freebsd.org |