diff options
author | taca <taca@pkgsrc.org> | 2005-03-06 13:30:48 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-03-06 13:30:48 +0000 |
commit | b47fbffcd6eeb4cfcd160f9a306e0b34d4e26484 (patch) | |
tree | 6b6cdf61b51e8cb6748a0bf3f101d73c2ee0b768 /www/squid/Makefile | |
parent | cf24692f4509b38b3fe9443e5c698177a847563a (diff) | |
download | pkgsrc-b47fbffcd6eeb4cfcd160f9a306e0b34d4e26484.tar.gz |
Update squid to 2.5.9nb1.
* 2005-03-04 22:48 (Cosmetic Security)
Unexpected access control results on configuration errors
* 2005-03-04 11:55 (Minor)
Links in FTP listings without / fails due to missing BASE HREF
* 2005-03-04 11:55 (Minor)
Fails to parse the EPLF FTP directory format
* 2005-03-03 02:26 (Minor Security)
Race condition related to Set-Cookie header
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index f330d45313c..fd76ab2f80f 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,17 +1,20 @@ -# $NetBSD: Makefile,v 1.138 2005/03/01 11:16:57 taca Exp $ +# $NetBSD: Makefile,v 1.139 2005/03/06 13:30:48 taca Exp $ DISTNAME= squid-2.5.STABLE9 PKGNAME= squid-2.5.9 -PKGREVISION= +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/ \ ftp://ftp.leo.org/pub/comp/general/infosys/www/daemons/squid/squid-2/STABLE/ \ ftp://ftp1.au.squid-cache.org/pub/squid/squid-2/STABLE/ EXTRACT_SUFX= .tar.bz2 -# -#PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -#PATCHFILES= -#PATCH_DIST_STRIP= -p1 + +PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ +PATCHFILES= squid-2.5.STABLE9-setcookie.patch \ + squid-2.5.STABLE9-ftp_EPLF.patch \ + squid-2.5.STABLE9-ftp_base_href.patch \ + squid-2.5.STABLE9-acl_error.patch +PATCH_DIST_STRIP= -p1 MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.squid-cache.org/ |