diff options
author | tron <tron> | 2002-02-22 10:07:38 +0000 |
---|---|---|
committer | tron <tron> | 2002-02-22 10:07:38 +0000 |
commit | 98c75c5b49c465017b54d876b2f8b19adff71adb (patch) | |
tree | df6e389a13447665ed23b3fd4e46980bbfda9329 /www/squid/Makefile | |
parent | abebd3cb3901b6b1fb61f2f9262e2e1ff9961944 (diff) | |
download | pkgsrc-98c75c5b49c465017b54d876b2f8b19adff71adb.tar.gz |
Update "squid" package to version 2.4STABLE4. Changes since version
2.4STABLE3:
- htcp_port 0 now properly disables htcp
- Fixed problem with certain non-anonymous ftp:// style URL's
- SNMP bugfixes including several memory leaks
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 8327b8619ee..e3ff2de056d 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,19 +1,12 @@ -# $NetBSD: Makefile,v 1.59 2002/02/18 17:00:38 taca Exp $ +# $NetBSD: Makefile,v 1.60 2002/02/22 10:07:38 tron Exp $ -DISTNAME= squid-2.4.STABLE3-src -PKGNAME= squid-2.4.3 -PKGREVISION= 1 +DISTNAME= squid-2.4.STABLE4-src +PKGNAME= squid-2.4.4 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.4/ \ 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/ -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.4/bugs/ -PATCHFILES= squid-2.4.STABLE3-SNMP_memory_leaks.patch \ - squid-2.4.STABLE3-ftp_coredump.patch \ - squid-2.4.STABLE3-htcp_off.patch -PATCH_DIST_STRIP= -p1 - MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.squid-cache.org/ COMMENT= Post-Harvest_cached WWW proxy cache and accelerator |