From patchwork Mon Dec 18 17:28:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7399 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Sv6JY4lpFz3x25 for ; Mon, 18 Dec 2023 17:29:33 +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) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Sv6JY1q4gz4QP; Mon, 18 Dec 2023 17:29:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Sv6JY1DWKz30H9; Mon, 18 Dec 2023 17:29:33 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Sv6JK2QNNz30Vf for ; Mon, 18 Dec 2023 17:29:21 +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 4Sv6JK114Rz15D; Mon, 18 Dec 2023 17:29:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1702920561; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cqIjSSr7oUVkfBLr6s7QG8vRlAXuNfOghAdtiUzxTKM=; b=XoW97VUsKW0Cxiw2m/DHUGswPkoUvJPbuKIGioD1XVbZ6kSARcfMwSFYjG3jRb8ojQjXPG iwFMV/mwevlrh4AQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1702920561; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cqIjSSr7oUVkfBLr6s7QG8vRlAXuNfOghAdtiUzxTKM=; b=EvlIJb7v5xv/PP3Yb6aRKtJVgVXZMTea62WvtsfNvweJH0f229hxwQ1eQ0isCghj5RTVsu hKyfi43Y59ASilSHrR9p/GzD6LHbvANDQLMYq1yh/z7iGZKwtRxXDq82d1R/wMNc6soKAn +oziBlUJTqT4twcx0RagTi8o2vlec8ZSkquA8PBzwVDw2cLWMwlZotQ1Ddk7+KQOsz8hfR gQc6pkDALr/qaVxgY5ajZbRjAdDWqK4Jwq2/KCshRKYOVawiRTwPgVwpk+/tUDtObBAdl8 4eMPuIVpgkkBvpaDpN1uZeY1gsRBpYtaGftOsmttO5TLT8lFZMSJsKsaxJuTow== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libnl-3: Update to version 3.9.0 Date: Mon, 18 Dec 2023 18:28:57 +0100 Message-ID: <20231218172911.2531726-6-adolf.belka@ipfire.org> In-Reply-To: <20231218172911.2531726-1-adolf.belka@ipfire.org> References: <20231218172911.2531726-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: MLM3HID7KPAUISYGIHMQY424H7BYB5W6 X-Message-ID-Hash: MLM3HID7KPAUISYGIHMQY424H7BYB5W6 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 3.8.0 to 3.9.0 - Update of rootfile not required - Changelog is not produced. Changes can be seen from the commits in the github repo https://github.com/thom311/libnl/commits/main Signed-off-by: Adolf Belka --- lfs/libnl-3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libnl-3 b/lfs/libnl-3 index a26e13ec4..9def2e38e 100644 --- a/lfs/libnl-3 +++ b/lfs/libnl-3 @@ -24,7 +24,7 @@ include Config -VER = 3.8.0 +VER = 3.9.0 THISAPP = libnl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = ff90d52e9b617ad8a53e4d42f43bee065b331ed919a3effc4a0f38c8e15b46f86c1eb153816499ed77dd99063500b1dc52951891034475a5bb81da1ad8004594 +$(DL_FILE)_BLAKE2 = 56a39aad9aa15992ff02fe35732abbc5ed5d107b814587e02b914631489877899989d49c7aeee1ecb461ad5f525c7cd7c045c9770864d83b0a58490293441193 install : $(TARGET)