diff options
author | adrian <adrian@FreeBSD.org> | 2001-07-29 20:29:00 +0800 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2001-07-29 20:29:00 +0800 |
commit | a451ca99c418d566b396290afae1b3642eb8915f (patch) | |
tree | f98db29a1392d7d109760ea67fad5d8d1207fca7 /www | |
parent | a472c5818b97f2bf95c782db63dec3476a563bc5 (diff) | |
download | freebsd-ports-graphics-a451ca99c418d566b396290afae1b3642eb8915f.tar.gz freebsd-ports-graphics-a451ca99c418d566b396290afae1b3642eb8915f.tar.zst freebsd-ports-graphics-a451ca99c418d566b396290afae1b3642eb8915f.zip |
Update the squid23 port
* Add a PORTREVISION line, like I guess it should have had the last
time I updated this port
* Update the port to use squid-2.3STABLE5 . This code base fixes the
recent possible security problems with squid23 (twas not a root exploit,
it was a possible DoS-other-hosts bug if the default config had been
modified to enable a specific form of http acceleration)
* Remove the patches - they're not needed with 2.3-STABLE5
Diffstat (limited to 'www')
-rw-r--r-- | www/squid23/Makefile | 12 | ||||
-rw-r--r-- | www/squid23/distinfo | 9 |
2 files changed, 4 insertions, 17 deletions
diff --git a/www/squid23/Makefile b/www/squid23/Makefile index 8fe80a28be6..c3e475bebbd 100644 --- a/www/squid23/Makefile +++ b/www/squid23/Makefile @@ -7,24 +7,18 @@ PORTNAME= squid PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= \ 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/ -DISTNAME= squid-2.3.STABLE4 +DISTNAME= squid-2.3.STABLE5 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-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 - +PATCHFILES= MAINTAINER= adrian@freebsd.org DIST_SUBDIR= squid2.3 diff --git a/www/squid23/distinfo b/www/squid23/distinfo index 8a7788b702d..13db60ac92e 100644 --- a/www/squid23/distinfo +++ b/www/squid23/distinfo @@ -1,8 +1 @@ -MD5 (squid2.3/squid-2.3.STABLE4-src.tar.gz) = c38c083f44c222a8d026fa129c30b98f -MD5 (squid2.3/squid-2.3.stable4-ftp_icon_not_found.patch) = f1383b24672f9a8317c2c16302a94eaa -MD5 (squid2.3/squid-2.3.stable4-internal_dns_rcode_table_formatting.patch) = bec46f5a1fcbd9aa1deb9d518c5c11a5 -MD5 (squid2.3/squid-2.3.stable4-ipfw_configure.patch) = 4453c53a712280a26fdca42c950bc94f -MD5 (squid2.3/squid-2.3.stable4-invalid_ip_acl_entry.patch) = 436eb77056bed5d45547c739d1123bd3 -MD5 (squid2.3/squid-2.3.stable4-accel_only_access.patch) = db8e4eb9c1712a4adde7e9aaed0b5249 -MD5 (squid2.3/squid-2.3.stable4-html_quoting.patch) = 68228709d011c93c2cccd9ac723fb462 -MD5 (squid2.3/squid-2.3.stable4-carp-assertion.patch) = c3d48a2b4fc26c0d90eb4c30ae34d3d6 +MD5 (squid2.3/squid-2.3.STABLE5-src.tar.gz) = 1a1ae6f496600f3af697692a5ad031f0 |