From 88d0e9c80443819d94f8a91b29fb9ba1d5ef7b94 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 12 Apr 2004 13:27:46 +0000 Subject: - Integrate a vendor patch that fixes an assertion caused by truncated DNS replies (squid bug #962) - Bump PORTREVISION PR: ports/65458 Submitted by: maintainer --- www/squid/Makefile | 5 +++-- www/squid/distinfo | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'www/squid') diff --git a/www/squid/Makefile b/www/squid/Makefile index 896629336d38..6eab93fef5b9 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -29,7 +29,7 @@ PORTNAME= squid PORTVERSION= 2.5.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -49,7 +49,8 @@ PATCHFILES= squid-2.5.STABLE5-ntlm_assert.patch \ squid-2.5.STABLE5-deny_info.patch \ squid-2.5.STABLE5-CONNECT_timeout.patch \ squid-2.5.STABLE5-cache_swap_log.patch \ - squid-2.5.STABLE5-ntlm_warning.patch + squid-2.5.STABLE5-ntlm_warning.patch \ + squid-2.5.STABLE5-rfc1035NameUnpack.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de diff --git a/www/squid/distinfo b/www/squid/distinfo index ec16de9f290b..cfbdf43b1057 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -16,3 +16,5 @@ MD5 (squid2.5/squid-2.5.STABLE5-cache_swap_log.patch) = 8009bc493487a98b5f3deb01 SIZE (squid2.5/squid-2.5.STABLE5-cache_swap_log.patch) = 1245 MD5 (squid2.5/squid-2.5.STABLE5-ntlm_warning.patch) = 57ec2b3e27dcff757412d6d0a6d3c778 SIZE (squid2.5/squid-2.5.STABLE5-ntlm_warning.patch) = 900 +MD5 (squid2.5/squid-2.5.STABLE5-rfc1035NameUnpack.patch) = e3640442452f77762df5b20380aeb334 +SIZE (squid2.5/squid-2.5.STABLE5-rfc1035NameUnpack.patch) = 685 -- cgit