From patchwork Wed Jan 25 17:12:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 6459 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 4P29QK1G8Rz3xFQ for ; Wed, 25 Jan 2023 17:12:57 +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 4P29QH3R7Dzvb; Wed, 25 Jan 2023 17:12:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4P29QH2S3Hz2xbq; Wed, 25 Jan 2023 17:12:55 +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 4P29QG3qRrz2xBH for ; Wed, 25 Jan 2023 17:12:54 +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 4P29QF6jhpzH7 for ; Wed, 25 Jan 2023 17:12:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1674666773; 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=ELHu67g0OF+ZyKU5GvS7ESX09uAmvt9T+Uyklz89Ay4=; b=luw2xJEOZlQ+WssIH8aV69eeNnBYgzRHb1/6/VkGjIJXwoa6hRJFUlQxiGBZurisjX4DJk jsF0AAhd3fTbTPBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1674666773; 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=ELHu67g0OF+ZyKU5GvS7ESX09uAmvt9T+Uyklz89Ay4=; b=AbhwTW31BAuoIuQi+oJ8MBEHjbnIkF2PMB7TVGtjFzjamDHhuwITY1jjVO1e+LxMmKAQ+S ySzyiDnbfbPmW1Vjev8VmH6JvQo+Eu8ENaOqukE8tLj9mRhWHNwZox/cKRZ2QvLDJoAdZ5 dXeKqUlE0cfGt/ISfR5agVoGvY9i1IzUnJs9ZJoHF8YrNScH05HeMZGgPfxfwTJ/FKLV/C Vd9ofi6GoGt0fREaTHCLszV1UwYzXaKFbjcKQlBfi//nNdjOJYeUP443u9MDUEUWg+k3s3 Rfeef5hMloqeVq6nFpg1OWc7PumrapXQ5Re/xIl1UaHo2yN7cZBtQHLudnugLA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] cmake: Update to 3.25.2 Date: Wed, 25 Jan 2023 18:12:49 +0100 Message-Id: <20230125171249.3641648-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: https://cmake.org/cmake/help/v3.25/release/3.25.html Signed-off-by: Matthias Fischer --- lfs/cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/cmake b/lfs/cmake index 0e8cd02c9..f1692d0f1 100644 --- a/lfs/cmake +++ b/lfs/cmake @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2023 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 = 3.21.0 +VER = 3.25.2 THISAPP = cmake-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 70a67bc6916ea566f8ae9b48d1e6882ff834dee796f67aa01ea2a6c95ecdeaef8b6e7fe95410f8f1206a92e05bcc659d90bde5254dfb107020e52d9e938f3e8c +$(DL_FILE)_BLAKE2 = ca093cf0b2a0254494965c8b46ab188024b6d745cd56461451f4fa023fbb4f2cca7077877f1698c082d8a3b52c898d6f793657d8da3879f19f7b24139cbab7f0 install : $(TARGET)