From patchwork Fri Oct 8 17:19:05 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4768 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4HQw0L1mSpz3xWd for ; Fri, 8 Oct 2021 17:19:14 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4HQw0H2bk6zpW; Fri, 8 Oct 2021 17:19:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HQw0G6RxWz2yWb; Fri, 8 Oct 2021 17:19:10 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4HQw0G0vL4z2xLF for ; Fri, 8 Oct 2021 17:19:10 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4HQw0F2bqmzpW for ; Fri, 8 Oct 2021 17:19:09 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1633713549; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=U3Kr+ii8cFLO1jYyGnC6VkKJkjdavs2Les8wj0JuN90=; b=EiOSOx9oaJEnPUTP7/g8ancE6pxDvUWiEJ9dLyjT685I4VzDai+gtcp1TndvSRiOnWocg7 F0G3KkO6VX6I9cAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1633713549; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=U3Kr+ii8cFLO1jYyGnC6VkKJkjdavs2Les8wj0JuN90=; b=ujW7tElOFEaMUVqqKSARZqz1getxNMF5B5yViAwAR4OpbispkDIP7PlH8CSp6s2y3IuYye EZrljAiJf9GjpZtG/PjZY0zTmRtWijyO2+sTZCKoHplX9HKf/AE6qtrtAQaQ6LV4IP8awH PNI7QPjlCl2ubsD1dLEr6euRZQgDFz7+B1iNULaOGiQayRNW3Z/UGNQcX15O8gdOze6Sbu fDKD1qbOxdM+56cQnhFRz//tVHstUdI8+PoTzhujfBrMESCl3MPBMZJEhJDfDKofGV64aI JAqXE8f5hzJzl67iWEHj7G2hmj5DKa9+zaTKYgjMzu5mIPPiEykTPRlKcRAFOg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] squid: Update to 5.2 Date: Fri, 8 Oct 2021 19:19:05 +0200 Message-Id: <20211008171905.2205-1-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/v5/changesets/ Signed-off-by: Matthias Fischer Reviewed-by: Adolf Belka --- lfs/squid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/squid b/lfs/squid index c56dca7de..5e9648aba 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@ include Config -VER = 5.1 +VER = 5.2 THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 17be9709b54fe0146452113404be7b54 +$(DL_FILE)_MD5 = 102984f3ea382a1fa5bd917c2ee155ec install : $(TARGET)