From patchwork Fri Jul 7 19:25:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 6974 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4QyNf832z0z3wk4 for ; Fri, 7 Jul 2023 19:25:36 +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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4QyNf6351lzL7; Fri, 7 Jul 2023 19:25:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4QyNf61bJfz2y2l; Fri, 7 Jul 2023 19:25: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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4QyNf45jdRz2xlq for ; Fri, 7 Jul 2023 19:25:32 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4QyNf30q2TzL7 for ; Fri, 7 Jul 2023 19:25:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1688757931; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=WwAaDo6wZluNJ7Rr+l3SEX27y4EXrubgwLAFfWefgpM=; b=KqRPCgPuJb938/iCwUdcAysDAU2IhRgNaLSpWlVnQAd92n5H5s5NCUJACbkaDzE6ssOFmx hAxBYoY4MmCkdQDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1688757931; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=WwAaDo6wZluNJ7Rr+l3SEX27y4EXrubgwLAFfWefgpM=; b=D2cJL1he7hpvYw8n9xab2o1ay9dub6fNW+dVXoC3xXOK3PL3WP9cV1fRZJKjoxdhSGtZQQ fvlj+qPVuIzKUkOitZj9mxX2RU8etqm1F0y7AF8v82Gde0wkU1RLm67ajTxYuzl5sT+cmb zRmlmkdYa/WrOVmjiqBpgZuo+zlI1PTstQfVQBwj0EYxAk5SAvAIkRRfP5stXmCBcHTC84 hpNUVkbkNPheojqs8R9uHs+FXAyDQmsqsQ3e6S/ox4via+dz5rjnfQCcRiZNiyOfjKXF5H ucrlaXj48aD5HAc2Nb6K3805bE57Acs7AIAfdIwVT/keNtaLeDltftddOodZXw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] squid: Update to 6.1 Date: Fri, 7 Jul 2023 21:25:27 +0200 Message-Id: <20230707192527.3480739-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 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://lists.squid-cache.org/pipermail/squid-users/2023-July/025929.html "The Squid HTTP Proxy team is very pleased to announce the availability of the Squid-6.1 release! This release is we believe, stable enough for general production use. Support for Squid-5 bug fixes has now officially ceased. Bugs in 5.x will continue to be fixed, however the fixes will be added to the 6.x series. All users of Squid-5.x are encouraged to plan for upgrades." And: http://www.squid-cache.org/Versions/v6/RELEASENOTES.html v6 is running since 6.0.1 here in production use without any seen problems... Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/squid | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lfs/squid b/lfs/squid index bc0682031..26b8249cc 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@ include Config -VER = 5.9 +VER = 6.1 THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 898a34357f8019291379ea37c66fa312e1a6437e8f643987dd4e54d7d52728248e16129b00195c5f6e0378c0f32c9f9ade3f98ca0ec4bb952f9f443357face82 +$(DL_FILE)_BLAKE2 = 840ea8b09f8518f6e3b92a22cc6e6d3befc08b9e9650e13a54b607b398a967f1bc2b30e5b52cae5423a49ee02d0cfc13d3488c2b9ece3b3c0d4df689de390adf install : $(TARGET) @@ -117,6 +117,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-build-info \ --enable-eui \ --enable-async-io=16 \ + --enable-translation \ --enable-unlinkd \ --enable-internal-dns \ --enable-epoll \