From patchwork Sat Jan 25 18:51:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2722 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 484lTz5qT9z3xY8 for ; Sat, 25 Jan 2020 18:51:35 +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 484lTy6C9Cz4WV; Sat, 25 Jan 2020 18:51:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 484lTy50hBz2yd4; Sat, 25 Jan 2020 18:51:34 +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 484lTx3Ppmz2yCf for ; Sat, 25 Jan 2020 18:51:33 +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 484lTx0BGqz2Ck for ; Sat, 25 Jan 2020 18:51:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1579978293; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=weYd4aCCvxbfsVzzByiuAcCUhlFV9hDVFO5nRGqYLnI=; b=T3HzWcx6O9Vu926qcAzx1Mg6+7SbmdYFadSawW2Jpn2R4WpruECOErgtYblOG8Fog7p/rF jsOC6SwsHea1DsAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1579978293; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=weYd4aCCvxbfsVzzByiuAcCUhlFV9hDVFO5nRGqYLnI=; b=JqIIhOL7DIPwjs4UoeQ6tpGiUsAwfnIt+mf017L7kjG5/rSG5BCfqX56BmUMq+p1zRlxlc CXin9bto+qnylXc5m50mr6G8ri+CG/wOM3LMyXQpBleZVxfeHASayR+UXWmdMdep7YFY/I z4/PKNgkMwtKgSIiTeCH9HHRrRR3XRDKJ4ZvS4vhhUeCedmux0JZ+hCO3xim5uTSbR6Hlx 7bN4gZOxPhqkSjae2Fe8qAqMPd0O5SGK66qVMEswnvxvup7l9YcTlDiB5MQ+OgJr5JybS2 xL/wBc9WfT27EGdlIApdxfaNrvZzIl+OIwZnX1ifJ3NKK67kDzkWzCCbqQ1SWw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] squid: Update to 4.10 Date: Sat, 25 Jan 2020 19:51:28 +0100 Message-Id: <20200125185128.24087-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 Reviewed-by: Michael Tremer --- lfs/squid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/squid b/lfs/squid index 9801c153b..8553d7113 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@ include Config -VER = 4.9 +VER = 4.10 THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5c2e335dd1e8ced9dda6e0e11894b344 +$(DL_FILE)_MD5 = af7ac6e70f9bd03ae4fcec0c9b99c38a install : $(TARGET)