Date: 1 May 2004 10:02:59 -0000 From: Thomas-Martin Seck <tmseck@netcologne.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/66139: [Maintainer] www/squid: new vendor patches Message-ID: <20040501100259.803.qmail@laurel.tmseck.homedns.org> Resent-Message-ID: <200405011010.i41AAPxU054833@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 66139 >Category: ports >Synopsis: [Maintainer] www/squid: new vendor patches >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 01 03:10:24 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 collection as of 30th April 2004. >Description: - Add new vendor patches: + clarify the meaning of the ERR keyword in digest authentication + correct a spelling error in the Turkish ERR_DNS_FAIL error page (squid bug #950) + fix a problem regarding negatively cached 404 replies with VARY: header (squid bug #616) + correct a parsing bug which rejected a 'range_offset_limit -1 KB' statement in squid.conf (squid bug #968) See <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for further details. - Bump PORTREVISION >How-To-Repeat: >Fix: Apply this patch: Index: distinfo =================================================================== --- distinfo (.../branches/freebsd) (revision 50) +++ distinfo (.../trunk) (revision 50) @@ -22,3 +22,11 @@ SIZE (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 4598 MD5 (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 154d3540d53ab3c377554a6756019e10 SIZE (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 2953 +MD5 (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 96b4396117f5bcda2ba29401ef15af32 +SIZE (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 1015 +MD5 (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = f4e806deca44898019d3ac65cb9ba823 +SIZE (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = 641 +MD5 (squid2.5/squid-2.5.STABLE5-vary_negatively.patch) = c442094681847b0db3b10d78aedc9b40 +SIZE (squid2.5/squid-2.5.STABLE5-vary_negatively.patch) = 2308 +MD5 (squid2.5/squid-2.5.STABLE5-range_offset_limit.patch) = 6a0fe31f8a80c0f515c92d766d824fd2 +SIZE (squid2.5/squid-2.5.STABLE5-range_offset_limit.patch) = 565 Index: Makefile =================================================================== --- Makefile (.../branches/freebsd) (revision 50) +++ Makefile (.../trunk) (revision 50) @@ -29,7 +29,7 @@ PORTNAME= squid PORTVERSION= 2.5.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -52,7 +52,11 @@ squid-2.5.STABLE5-ntlm_warning.patch \ squid-2.5.STABLE5-rfc1035NameUnpack.patch \ squid-2.5.STABLE5-digest_blank.patch \ - squid-2.5.STABLE5-post_assert.patch + squid-2.5.STABLE5-post_assert.patch \ + squid-2.5.STABLE5-digest_ERR.patch \ + squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch \ + squid-2.5.STABLE5-vary_negatively.patch \ + squid-2.5.STABLE5-range_offset_limit.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?20040501100259.803.qmail>