diff options
author | taca <taca@pkgsrc.org> | 2009-02-04 12:21:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-02-04 12:21:27 +0000 |
commit | a872d63192d09ddd43805e243064d25fd0f1f9fd (patch) | |
tree | 20cc1808217836744a180aae162cf6bb9899422c /www/squid30/Makefile | |
parent | 60f2e49122f3955d98c1ad83acbc17f66635012c (diff) | |
download | pkgsrc-a872d63192d09ddd43805e243064d25fd0f1f9fd.tar.gz |
Update squid30 package to 3.0.13 (3.0.STABLE13).
Changes to squid-3.0.STABLE13 (03 Feb 2009):
- Fix several issues in request parsing
- Fix memory leak from logformat parsing
- Fix various ESI build errors
- ... and some documentation updates
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 20f6aefd4b8..0e0da94cda3 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2009/01/22 17:23:47 taca Exp $ +# $NetBSD: Makefile,v 1.7 2009/02/04 12:21:27 taca Exp $ -DISTNAME= squid-3.0.STABLE12 +DISTNAME= squid-3.0.STABLE13 PKGNAME= ${DISTNAME:S/STABLE//} CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/3.0/ |