diff options
author | adrian <adrian@FreeBSD.org> | 2002-07-05 17:39:38 +0800 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2002-07-05 17:39:38 +0800 |
commit | e9505a583fca9d08deca66627cc032a67cf28d3f (patch) | |
tree | 0350fa95c8efe231065ddb3dd4a66d96c1fa3cc8 /www/squid27/Makefile | |
parent | 52dc02bd6d635677f91daed85edb3acbe0329741 (diff) | |
download | freebsd-ports-gnome-e9505a583fca9d08deca66627cc032a67cf28d3f.tar.gz freebsd-ports-gnome-e9505a583fca9d08deca66627cc032a67cf28d3f.tar.zst freebsd-ports-gnome-e9505a583fca9d08deca66627cc032a67cf28d3f.zip |
Update squid port to squid-2.4stable7.
This fixes a few security bugs so users should upgrade.
(Thanks for the reminder! :)
PR: 40175
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index d0fa76a3e332..bb0a43a62023 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -7,14 +7,14 @@ PORTNAME= squid PORTVERSION= 2.4 -PORTREVISION= 9 +PORTREVISION= 10 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.4.STABLE6 +DISTNAME= squid-2.4.STABLE7 EXTRACT_SUFX= -src.tar.gz PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.4/bugs/ |