diff options
author | tron <tron> | 2002-07-04 06:11:44 +0000 |
---|---|---|
committer | tron <tron> | 2002-07-04 06:11:44 +0000 |
commit | 234426d7e65bac93292763c79a03813433391c29 (patch) | |
tree | 8854f2624da0e16ac4dcff96747c2cfa3a73d6f7 | |
parent | 8101e50694b55f400f0cff7024d724073e317a60 (diff) | |
download | pkgsrc-234426d7e65bac93292763c79a03813433391c29.tar.gz |
Update "squid" package to version 2.4STABLE7. Changes since version
2.4STABLE6:
- Squid now drops any requests using transfer-encoding.
Squid is a HTTP/1.0 proxy and as such do not support
the use of transfer-encoding.
- The MSNT auth helper has been updated to v2.0.3+fixes for
buffer overflow security issues found in this helper.
- A security issue in how Squid forwards proxy authentication
credentials has been fixed
- Minor changes to support Apple MAC OS X and some other platforms
more easily.
- The client -T option has been implemented
- HTCP related bugfixes in "squid -k reconfigure"
- Several bugfixes and cleanup of the Gopher client, both
to correct some security issues and to make Squid properly
render certain Gopher menus.
- FTP data channels are now sanity checked to match the address of
the requested FTP server. This to prevent theft or injection of
data. See the new ftp_sanitycheck directive if this is not desired.
- Security fixes in how Squid parses FTP directory listings into HTML
-rw-r--r-- | www/squid/Makefile | 6 | ||||
-rw-r--r-- | www/squid/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 32c270604bc..b76b832b821 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2002/03/22 14:59:01 tron Exp $ +# $NetBSD: Makefile,v 1.64 2002/07/04 06:11:44 tron Exp $ -DISTNAME= squid-2.4.STABLE6-src -PKGNAME= squid-2.4.6 +DISTNAME= squid-2.4.STABLE7-src +PKGNAME= squid-2.4.7 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/ \ diff --git a/www/squid/distinfo b/www/squid/distinfo index c51a01c1c68..38a404eeab6 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2002/03/23 17:16:48 kim Exp $ +$NetBSD: distinfo,v 1.16 2002/07/04 06:11:44 tron Exp $ -SHA1 (squid-2.4.STABLE6-src.tar.gz) = 0028030b420818922757b10260ae430955c0e617 -Size (squid-2.4.STABLE6-src.tar.gz) = 1081327 bytes +SHA1 (squid-2.4.STABLE7-src.tar.gz) = 91d05fbfd07545c7f11a997e988f8412b259a902 +Size (squid-2.4.STABLE7-src.tar.gz) = 1087532 bytes SHA1 (patch-aa) = f78e4aa062ff3df0ba3c66b5b6d98db8733ba5c3 SHA1 (patch-ab) = afb0c443c708d03fc7ab39120ae9a3c68d9e9b88 SHA1 (patch-ac) = b962e05bcaccd0d9a0969b2f1419fd73456440cd |