diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2001-12-03 03:39:14 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2001-12-03 03:39:14 +0000 |
commit | 066b60ed0c82b106ffb55c4f5dfa071970d2678f (patch) | |
tree | c30f36e37bf5381b22768a2b26f639ddd22ad5be /www/squid24 | |
parent | 69730f660f3e2e6c46080b577969f88b98bc49e0 (diff) | |
download | ports-066b60ed0c82b106ffb55c4f5dfa071970d2678f.tar.gz ports-066b60ed0c82b106ffb55c4f5dfa071970d2678f.zip |
Update the port to squid-2.4STABLE3.
From the ChangeLog:
Changes to Squid-2.4.STABLE3 (Nov 28, 2001):
- Fixed bug #255: core dump on SSL/CONNECT if access denied by
miss_access
- Fixed bug #246: corrupt on-disk meta information preventing
rebuilds of lost swap.state files
- Fixed bug #243: squid_ldap_auth now supports spaces in passwords
- Fixed a coredump when creating FTP directories
- Fixed a compile time problem with statHistDump prototype
mistmatch, reported by some compilers
- Fixed a potential coredump situation on snmpwalk in certain
configurations
- Fixed bug #229: filedescriptor leakage in the "aufs" cache_dir
store implementation
- Serbian error message translations
Notes
Notes:
svn path=/head/; revision=50936
Diffstat (limited to 'www/squid24')
-rw-r--r-- | www/squid24/Makefile | 4 | ||||
-rw-r--r-- | www/squid24/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/squid24/Makefile b/www/squid24/Makefile index 1d578451efdf..757646bc4f79 100644 --- a/www/squid24/Makefile +++ b/www/squid24/Makefile @@ -7,14 +7,14 @@ PORTNAME= squid PORTVERSION= 2.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ -DISTNAME= squid-2.4.STABLE2 +DISTNAME= squid-2.4.STABLE3 EXTRACT_SUFX= -src.tar.gz PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.4/bugs/ diff --git a/www/squid24/distinfo b/www/squid24/distinfo index d5b8e0651425..64e7c3a285a3 100644 --- a/www/squid24/distinfo +++ b/www/squid24/distinfo @@ -1 +1 @@ -MD5 (squid2.4/squid-2.4.STABLE2-src.tar.gz) = 6d0329b0078aea2b6e0cf58911d8ae15 +MD5 (squid2.4/squid-2.4.STABLE3-src.tar.gz) = 5fdaf22d66d7b776325902adc0fd438d |