diff options
author | adrian <adrian@FreeBSD.org> | 2001-12-03 03:39:14 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2001-12-03 03:39:14 +0000 |
commit | d5bb1de1e20d64f873ad5f97018a0dd35cf8e238 (patch) | |
tree | b17e7474e7bdca79e8c67bd649b19cba58d4eab0 /www/squid | |
parent | 92113878dd1e7a6ba7fa28eb0ae8fc7d0c52b563 (diff) | |
download | FreeBSD-ports-d5bb1de1e20d64f873ad5f97018a0dd35cf8e238.zip FreeBSD-ports-d5bb1de1e20d64f873ad5f97018a0dd35cf8e238.tar.gz |
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
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 4 | ||||
-rw-r--r-- | www/squid/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 1d57845..757646b 100644 --- a/www/squid/Makefile +++ b/www/squid/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/squid/distinfo b/www/squid/distinfo index d5b8e06..64e7c3a 100644 --- a/www/squid/distinfo +++ b/www/squid/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 |