diff options
author | sem <sem@FreeBSD.org> | 2004-08-29 04:51:36 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-08-29 04:51:36 +0800 |
commit | ac85c357f362ff91ac806a7862f35efd13aa7b22 (patch) | |
tree | f040207f7b705cf093ad8465c29ad608e9f8fc94 /www/squid31/Makefile | |
parent | 2a84684f8c1524624349b6b58a219a0d5ef386c1 (diff) | |
download | freebsd-ports-gnome-ac85c357f362ff91ac806a7862f35efd13aa7b22.tar.gz freebsd-ports-gnome-ac85c357f362ff91ac806a7862f35efd13aa7b22.tar.zst freebsd-ports-gnome-ac85c357f362ff91ac806a7862f35efd13aa7b22.zip |
Integrate vendor patches for the following issues:
- close a memory leak when NTLM authentication without challenge reuse
is used (squid bug #994)
- close a temporary memory leak when NTLM challenge response reuse is
enabled (squid bug #910)
- when performing log rotation with 'squid -k rotate' do not crash if a
swap state file or a cache directory is unwriteable (squid bug #1053)
See <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for further
information.
PR: ports/71082
Submitted by: maintainer
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 913bc7644960..91211d57b6b8 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -103,7 +103,10 @@ PATCHFILES= squid-2.5.STABLE6-ufs_no_valid_dir.patch \ squid-2.5.STABLE6-heap_segfault.patch \ squid-2.5.STABLE6-initgroups.patch \ squid-2.5.STABLE6-external_acl_newlines.patch \ - squid-2.5.STABLE6-ntlm_fetch_string.patch + squid-2.5.STABLE6-ntlm_fetch_string.patch \ + squid-2.5.STABLE6-ntlm_noreuse_leak.patch \ + squid-2.5.STABLE6-ntlm_challengereuse_leak.patch \ + squid-2.5.STABLE6-rotate_error.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de |