Skip site navigation (1)Skip section navigation (2)
Date:      12 Apr 2004 12:39:30 -0000
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65458: [Maintainer] www/squid: integrate another vendor patch
Message-ID:  <20040412123930.1249.qmail@laurel.tmseck.homedns.org>
Resent-Message-ID: <200404121240.i3CCeEne050281@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65458
>Category:       ports
>Synopsis:       [Maintainer] www/squid: integrate another vendor patch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 12 05:40:14 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports repository as of 12 April 2004.

	
>Description:
- integrate a vendor patch that fixes an assertion caused by truncated
  DNS replies (squid bug #962)
- bump PORTREVISION
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: distinfo
===================================================================
--- distinfo	(revision 18)
+++ distinfo	(working copy)
@@ -16,3 +16,5 @@
 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
Index: Makefile
===================================================================
--- Makefile	(revision 18)
+++ Makefile	(working copy)
@@ -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 @@
 		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
	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040412123930.1249.qmail>