diff options
author | taca <taca> | 2002-03-20 16:27:21 +0000 |
---|---|---|
committer | taca <taca> | 2002-03-20 16:27:21 +0000 |
commit | 3c20b8c812bcb757c9a421e9b490711653fa1258 (patch) | |
tree | f84697f3d178c9fef51dec9d76497cef0bc2dbfc /www/squid/Makefile | |
parent | d03bb43236fc5917c852655ad37a2c49aee5c35f (diff) | |
download | pkgsrc-3c20b8c812bcb757c9a421e9b490711653fa1258.tar.gz |
Update squid package to 2.4.6 (squid-2.4.STABLE6).
This fixes squid's potential security problem.
Changes to Squid-2.4.STABLE6 (March 19, 2002):
- The patch for 2.4.STABLE5 was insufficnetly tested and
introduced a bug that causes frequent assertions when
handling DNS PTR answers.
Changes to Squid-2.4.STABLE5 (March 15, 2002):
- Fixed an array bounds bug in lib/rfc1035.c. This bug
could allow a malicious DNS server to send bogus replies
and corrupt the heap memory.
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 9afa4ca9954..6f47dd78386 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2002/03/03 15:44:47 taca Exp $ +# $NetBSD: Makefile,v 1.62 2002/03/20 16:27:21 taca Exp $ -DISTNAME= squid-2.4.STABLE4-src -PKGNAME= squid-2.4.4 -PKGREVISION= 1 +DISTNAME= squid-2.4.STABLE6-src +PKGNAME= squid-2.4.6 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/ \ |