From a03d96210e7a78ab407bcdf7718678603c783ed2 Mon Sep 17 00:00:00 2001 From: edwin Date: Wed, 19 Jan 2005 10:58:40 +0000 Subject: [Maintainer/Security] www/squid: integrate vendor patches Integrate vendor patches as published on : - Sanity check usernames in squid_ldap_auth (squid bug #1187), classified as minor security issue by the vendor, see below for VuXML information - FQDN names truncated on compressed DNS responses (squid bug #1136) - Internal DNS memory leak on malformed responses (squid bug #1197) PR: ports/76364 Submitted by: Thomas-Martin Seck --- www/squid31/Makefile | 7 +++++-- www/squid31/distinfo | 6 ++++++ 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'www/squid31') diff --git a/www/squid31/Makefile b/www/squid31/Makefile index a961d9dd5d6..c0dae01f742 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -99,7 +99,10 @@ PATCHFILES= squid-2.5.STABLE7-half_closed_POST.patch \ squid-2.5.STABLE7-close_other.patch \ squid-2.5.STABLE7-fakeauth_auth.patch \ squid-2.5.STABLE7-gopher_html_parsing.patch \ - squid-2.5.STABLE7-wccp_denial_of_service.patch + squid-2.5.STABLE7-wccp_denial_of_service.patch \ + squid-2.5.STABLE7-dns_memleak.patch \ + squid-2.5.STABLE7-fqdn_truncated.patch \ + squid-2.5.STABLE7-ldap_spaces.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de diff --git a/www/squid31/distinfo b/www/squid31/distinfo index b0ddf91247f..1ee5c44c2c2 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -26,3 +26,9 @@ MD5 (squid2.5/squid-2.5.STABLE7-gopher_html_parsing.patch) = 1c0ba661b91a17fbd01 SIZE (squid2.5/squid-2.5.STABLE7-gopher_html_parsing.patch) = 714 MD5 (squid2.5/squid-2.5.STABLE7-wccp_denial_of_service.patch) = 0c77d92efda39797eb7d59c8d2e942d0 SIZE (squid2.5/squid-2.5.STABLE7-wccp_denial_of_service.patch) = 1928 +MD5 (squid2.5/squid-2.5.STABLE7-dns_memleak.patch) = ee9c4b2a54fc721f67640e76d7e8b12f +SIZE (squid2.5/squid-2.5.STABLE7-dns_memleak.patch) = 779 +MD5 (squid2.5/squid-2.5.STABLE7-fqdn_truncated.patch) = 1c38e69132cfc469f0aa6db47315d968 +SIZE (squid2.5/squid-2.5.STABLE7-fqdn_truncated.patch) = 4484 +MD5 (squid2.5/squid-2.5.STABLE7-ldap_spaces.patch) = 8c2eb269b16d757b562ee32a2eb7ef99 +SIZE (squid2.5/squid-2.5.STABLE7-ldap_spaces.patch) = 1974 -- cgit