From patchwork Tue Nov 19 21:10:59 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8257 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XtHHB0rzGz3x5R for ; Tue, 19 Nov 2024 21:11:34 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XtHH70Flhz4fq; Tue, 19 Nov 2024 21:11:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XtHH23xZqz34Jn; Tue, 19 Nov 2024 21:11:26 +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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XtHGq1gh4z347K for ; Tue, 19 Nov 2024 21:11:15 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XtHGq081Zz1Zb; Tue, 19 Nov 2024 21:11:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1732050675; 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=LxBicebV2TMXQVUOucIIa/B5svlQfHIcML++2jzp9Cc=; b=AYoGcUO9o4uIf4pvHmH2rQ/snu73XQQbV6pftNnYZmbpg0CDJxQvhKb5MLeaugnAZ6LlTZ PnEaRw2mpri+f6msx2VyOvDlq4QeaXy0a4i5A2GD66JS7T5SQLYpAKUCa0FytNes9ywOzJ gfxSv2Pg8ijF8ETjM2sIPRKof8O/k+jz9mELqsv1GflLHwOqOMrDefsKDW2CK1vz/O/xZc h7iKb+Sf2Wf8n+G3F5sJsWId+HK0cbMmjDQMCRnYWroqFYSQDfykGcmBIAUhflV+DGl43e qb04B+je/5nO/Mr8n8IIydLUp2iG1eN+Io+pQ5Ka4+oxyxG8jha+XVCXzdYLpA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1732050675; 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=LxBicebV2TMXQVUOucIIa/B5svlQfHIcML++2jzp9Cc=; b=mbUOBQdtF69GswNUNtURDWdQcgXTaIRAf7cxg+tYg3++x4F4MHslb09X4ubKS9JkWrsYLt bx+aRQHUtK8QYhBg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libnl-3: Update to version 3.11.0 Date: Tue, 19 Nov 2024 22:10:59 +0100 Message-ID: <20241119211106.2194373-11-adolf.belka@ipfire.org> In-Reply-To: <20241119211106.2194373-1-adolf.belka@ipfire.org> References: <20241119211106.2194373-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: QM73XH7GKUAN6375NKTWLHQIXQTEVNOE X-Message-ID-Hash: QM73XH7GKUAN6375NKTWLHQIXQTEVNOE 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.10.0 to 3.11.0 - Update of rootfile not required - Changelog details are only available by viewing the git repo commits 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 e91cf7bda..ecedaf470 100644 --- a/lfs/libnl-3 +++ b/lfs/libnl-3 @@ -24,7 +24,7 @@ include Config -VER = 3.10.0 +VER = 3.11.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 = 13383c4ef49be3bcf89122b24d1d5dc9834353aa7128f04f50993203add14aa7f97a4500164982ddcb82f481f7324a26efc2375036d5a23bfa62b15c4fe07473 +$(DL_FILE)_BLAKE2 = 8e2792620f56e1e9e05e4fe1f9bece70938c82c2d1a9f4e0f9de1ce0b1a7a2bf60f31a42e6056407b383875c08c575b26df87b9bd6b421d5053e96983e193c54 install : $(TARGET)