diff options
author | Peter Wemm <peter@FreeBSD.org> | 2001-01-05 10:49:01 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2001-01-05 10:49:01 +0000 |
commit | 2d740e43f7618f6cc032d2f54c3716e5aabef5c5 (patch) | |
tree | c8ca4b00034cde69eb6848efbb4878657d7e1977 /www/squid/Makefile | |
parent | These patches are redundant, and have been for quite some time. (diff) |
Long overdue update. Add some vendor supplied patches.
Nagged by: many folks
Notes
Notes:
svn path=/head/; revision=36814
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 48d944ab7624..dc809cbf9d1d 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -9,7 +9,7 @@ PORTNAME= squid PORTVERSION= 2.3 CATEGORIES= www MASTER_SITES= \ - ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ + ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ @@ -18,7 +18,12 @@ EXTRACT_SUFX= -src.tar.gz PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.3/bugs/ PATCHFILES= squid-2.3.stable4-ftp_icon_not_found.patch \ - squid-2.3.stable4-internal_dns_rcode_table_formatting.patch + squid-2.3.stable4-internal_dns_rcode_table_formatting.patch \ + squid-2.3.stable4-ipfw_configure.patch \ + squid-2.3.stable4-invalid_ip_acl_entry.patch \ + squid-2.3.stable4-accel_only_access.patch \ + squid-2.3.stable4-html_quoting.patch \ + squid-2.3.stable4-carp-assertion.patch MAINTAINER= peter@freebsd.org |