From patchwork Tue Apr 21 18:55:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2992 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 496CSw6DTwz3yC1 for ; Tue, 21 Apr 2020 18:56:00 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 496CSv5LcRz1pG; Tue, 21 Apr 2020 18:55:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 496CSv2P2sz2yj7; Tue, 21 Apr 2020 18:55:59 +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 496CSr6x4lz2xm2 for ; Tue, 21 Apr 2020 18:55:56 +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 496CSr1nBrzXg for ; Tue, 21 Apr 2020 18:55:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1587495356; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ZtzDBC4xOv4koBJxbFb+DdJAkYAz6m1xZ1qkqI182uE=; b=z1AvTZAjU8m+fWBFKZezuVuB7sD+1HFzfSNWDfqdxJOVgd/yQT7GajGwoUr0RA8wkkU/HT HKlteEKCbbsZnrCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1587495356; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ZtzDBC4xOv4koBJxbFb+DdJAkYAz6m1xZ1qkqI182uE=; b=kIb6UjMBbrE1Q1aXWp7QxSCFCkNbElF4niBbW5FMonE+3/URFGnHFHyR6kXQyaxbUFC0JV Vcvu/w+8obFfqFxRX9E/EqQ7UQd+eZ6HfH/XXBbFlkTa/nnFAX4K7zqNz7puK2BvSkabP7 YKUqKIGYrIxOMokSUChpZxTUXynKmEYeXceXeFK3Lzu7NKS1yECWNvqsLwJ39X8VmrWRPz 0zGmgsTcQraijV8WJQrJN2+8ucyANjwEQpqGvPh/P/YWpwuM0jAnxF8Vvr89vmbDi6hKmW ZqhCLuObxvr7duH3Es0Ji7qtZb3vSFtIkPahobmg4DJ+nQB5VMn/6fleIvYkjw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] squid: Update to 4.11 Date: Tue, 21 Apr 2020 20:55:51 +0200 Message-Id: <20200421185551.20724-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass 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/ Signed-off-by: Matthias Fischer --- lfs/squid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/squid b/lfs/squid index 8553d7113..9c913b928 100644 --- a/lfs/squid +++ b/lfs/squid @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 4.10 +VER = 4.11 THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = af7ac6e70f9bd03ae4fcec0c9b99c38a +$(DL_FILE)_MD5 = 10f34e852153a9996aa4614670e2bda1 install : $(TARGET)