From patchwork Thu Jul 8 13:42:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4502 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 4GLHXv4StCz3xCm for ; Thu, 8 Jul 2021 13:42:39 +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 4GLHXs2LNNz16Z; Thu, 8 Jul 2021 13:42:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GLHXr4vJfz2xZD; Thu, 8 Jul 2021 13:42:36 +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 4GLHXp5jPzz2xSB for ; Thu, 8 Jul 2021 13:42:34 +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 4GLHXn70Z3z154 for ; Thu, 8 Jul 2021 13:42:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1625751754; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=+CrLLo/fffsPghIxmPl2Lw4/1EtvTSnWMLnALTy/FT0=; b=qK7oE02f+StiTFtuGL+f8spCqICoblTcevjovw+qwuGLEIzwOn5+YB4plHMRAl2RQk32Ar D3/0fonw0bEU3HCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1625751754; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=+CrLLo/fffsPghIxmPl2Lw4/1EtvTSnWMLnALTy/FT0=; b=qYKXMnV394wGO/EbeZf+syc8rbqSwzZkOxAtEgXdRuj8TR9MaO7ZBPnawwIH2KArcwqK4S KsK493AwTwdvO6k3/QS0vSa3uJlP9J5shW3kVNvNmonK3BZajK5niYaQlYXdZNxpvb0GWq vfF9DxRKH1VmplqjRL4cQIuC8Es+ruyuw/2wZMwoDmWvVoCyYdtPP6u3fa9I20HHw8+PXy 5j3SRDxi1W58JW9ZRj7rbzoE5IA26l1KROzfk3hGyU3DQ4ca82qlJKwUenekrG1lRHt+oB Os6Md5UT0kqCO90/Mc4K/6lgO8mbJee/XB9hUZqOW9q1KjvLs7xJc/lx03/Xsw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] squid: Update to 4.16 Date: Thu, 8 Jul 2021 15:42:29 +0200 Message-Id: <20210708134229.2453-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/v4/changesets/ Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/squid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/squid b/lfs/squid index 98034651c..d6570b80d 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@ include Config -VER = 4.15 +VER = 4.16 THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a593de9dc888dfeca4f1f7db2cd7d3b9 +$(DL_FILE)_MD5 = d200064f7050969680f628d26b8c704d install : $(TARGET)