From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 17:30:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6868116A4CE for ; Fri, 4 Feb 2005 17:30:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1207743D53 for ; Fri, 4 Feb 2005 17:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14HUPto000755 for ; Fri, 4 Feb 2005 17:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14HUPng000754; Fri, 4 Feb 2005 17:30:25 GMT (envelope-from gnats) Date: Fri, 4 Feb 2005 17:30:25 GMT Message-Id: <200502041730.j14HUPng000754@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thomas-Martin Seck Subject: Re: ports/76967: [Maintainer/security] integrate vendor patch regarding oversized HTTP reply headers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 17:30:26 -0000 The following reply was made to PR ports/76967; it has been noted by GNATS. From: Thomas-Martin Seck To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/76967: [Maintainer/security] integrate vendor patch regarding oversized HTTP reply headers Date: Fri, 4 Feb 2005 18:20:52 +0100 Please integrate the following patches, too: - correct the search request generated by the LDAP authentication helper - fix a race within the NTLM authentication mechanism (squid bug #1127) - fix handling of failed PUT/POST requests (squid bug #1224) - fix problems with persistent server connections after failed PUT/POST requests (squid bug #1122) - improve handling of forged WCCP packets (squid bug #1225) Index: distinfo =================================================================== --- distinfo (revision 394) +++ distinfo (revision 395) @@ -48,3 +48,13 @@ SIZE (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 505 MD5 (squid2.5/squid-2.5.STABLE7-oversize_reply_headers.patch) = 729c626f76637546b5ded70da6e0ee20 SIZE (squid2.5/squid-2.5.STABLE7-oversize_reply_headers.patch) = 3056 +MD5 (squid2.5/squid-2.5.STABLE7-ldap_search.patch) = f2f39856ada003854e00b91ac258e07f +SIZE (squid2.5/squid-2.5.STABLE7-ldap_search.patch) = 3719 +MD5 (squid2.5/squid-2.5.STABLE7-ntlm_segfault.patch) = 538a534a9a1acbbcb62cb64f618e325e +SIZE (squid2.5/squid-2.5.STABLE7-ntlm_segfault.patch) = 2076 +MD5 (squid2.5/squid-2.5.STABLE7-post.patch) = ed73f46585b90319fc36e7f85130febc +SIZE (squid2.5/squid-2.5.STABLE7-post.patch) = 3172 +MD5 (squid2.5/squid-2.5.STABLE7-server_post.patch) = 86733a0d6052dc65b913fe7bf6357e43 +SIZE (squid2.5/squid-2.5.STABLE7-server_post.patch) = 1424 +MD5 (squid2.5/squid-2.5.STABLE7-wccp_disturb.patch) = 658cc713f3928e8a9774cb6543547c49 +SIZE (squid2.5/squid-2.5.STABLE7-wccp_disturb.patch) = 5075 Index: Makefile =================================================================== --- Makefile (revision 394) +++ Makefile (revision 395) @@ -110,7 +110,12 @@ squid-2.5.STABLE7-short_icons_urls.patch \ squid-2.5.STABLE7-response_splitting.patch \ squid-2.5.STABLE7-wccp_buffer_overflow.patch \ - squid-2.5.STABLE7-oversize_reply_headers.patch + squid-2.5.STABLE7-oversize_reply_headers.patch \ + squid-2.5.STABLE7-ldap_search.patch \ + squid-2.5.STABLE7-ntlm_segfault.patch \ + squid-2.5.STABLE7-post.patch \ + squid-2.5.STABLE7-server_post.patch \ + squid-2.5.STABLE7-wccp_disturb.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de