From patchwork Fri Nov 8 16:47:06 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2581 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 478mQp48bVz420M for ; Fri, 8 Nov 2019 16:47:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 478mQn2LgDz2b3; Fri, 8 Nov 2019 16:47:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 478mQm6YWRz2xxF; Fri, 8 Nov 2019 16:47:28 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 478mQl5V8Pz2xxF for ; Fri, 8 Nov 2019 16:47:17 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 478mQY2TPKz2Qy for ; Fri, 8 Nov 2019 16:47:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1573231637; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=TVDwC6lkfXhvVCYtbPCRSQEM4SqutdXK+6kWaZWVW48=; b=DBMy5aplv9cK44HOFVk8BqBM3zjfPiBOBvsb23rtizDgu0fp5naDElH65m8yvNLbc1+Fk7 AgEoeZcAOgPUwzDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1573231637; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=TVDwC6lkfXhvVCYtbPCRSQEM4SqutdXK+6kWaZWVW48=; b=Cue52T0MASPSZhuTL3fTnEECESWqrjAL370sMqcjXZmzeVlOD6aTw36oamSXh8iXOpOlXj N6/wGTC+XF7HosUiCfaan08SBM+U/vjI+7fBQkwm2iSPjgjdoe5+nf924FJJmtnhPu6Ye/ qwXnD15JbCKQ5vjT03ZY+RsIu3XJzG9DiuqIhX/oLgrMAEr5P41lSZEGU2AkgZG8S/zu4O yFvKBKS3yeWMao4s1Ih+//YEgAoRovUpc/xTwCinz1d6crUPKuZT1+LT/pCkTs0zmM1h8q wyUxkpQ5AxcAEEhHstGtgEPlSMAEsx5RWaWspZbrFW9fWnMpSKLgX6Tvlq2i9w== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] squid: Update to 4.9 Date: Fri, 8 Nov 2019 17:47:06 +0100 Message-Id: <20191108164706.1938-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: http://www.squid-cache.org/Versions/v4/changesets/ Fixes CVE-2019-12526, CVE-2019-12523, CVE-2019-18676, CVE-2019-18677, CVE-2019-18678 and CVE-2019-18679 Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- lfs/squid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/squid b/lfs/squid index 7df658a20..9801c153b 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@ include Config -VER = 4.8 +VER = 4.9 THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 08e018f2d8db4911ee90591284fa1ca5 +$(DL_FILE)_MD5 = 5c2e335dd1e8ced9dda6e0e11894b344 install : $(TARGET)