diff options
author | taca <taca> | 2008-10-20 03:12:36 +0000 |
---|---|---|
committer | taca <taca> | 2008-10-20 03:12:36 +0000 |
commit | 51d3a2055113b9f1be8a8851db727468b23b90b1 (patch) | |
tree | d0687f4e05b1b755fbaae0d2e232eeb974993509 /www/squid30/Makefile | |
parent | 65beac3ae37eaf895cf36a32c9a757a4e02d5d1a (diff) | |
download | pkgsrc-51d3a2055113b9f1be8a8851db727468b23b90b1.tar.gz |
Update squid30 package to 3.0.10.
Changes to squid-3.0.STABLE10 (14 Oct 2008):
- Bug 2391: Regression: bad assert in forwarding
- Bug 2447: Segfault on failed TCP DNS query
- Bug 2393: DNS requests getting stuck in idns queue
- Bug 2433: FTP PUT gives bad gateway
- Bug 2465: Limited DragonflyBSD support
- ... and other minor bugs and documentation
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 07d48dab71b..76c85dcdbea 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/09/12 15:05:57 taca Exp $ +# $NetBSD: Makefile,v 1.2 2008/10/20 03:12:36 taca Exp $ -DISTNAME= squid-3.0.STABLE9 +DISTNAME= squid-3.0.STABLE10 PKGNAME= ${DISTNAME:S/STABLE//} CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/3.0/ |