From patchwork Wed Apr 6 13:06:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5449 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 4KYPsk202Wz3x1w for ; Wed, 6 Apr 2022 13:06: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 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 4KYPsj47k2z2KY; Wed, 6 Apr 2022 13:06:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KYPsj3gYNz2yZf; Wed, 6 Apr 2022 13:06: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 (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 4KYPsh6WJ3z2xhV for ; Wed, 6 Apr 2022 13:06: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 (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KYPsh5J5Nz1Zd; Wed, 6 Apr 2022 13:06:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649250392; 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; bh=zyebQHs9NJBcYAUmy2aE9yM6YLCjeZ8ZJhY1rhQy2T8=; b=Fq/pwRLGo0Cqv54nGOBcpG4J2zfhhAkh8OghirUBrRldnJCG1vN0bRRVWSfTEiAg8KBrCF sUZcYl5KpvbOfBKvwakpnG+OWvORSmtaN88bKAZOlO3DujM75s7i4xvMbpPq37eB1RfB7m UjtZhvzfLWUz8K2uJSTdfBsNqSrZwOBqLbiqLMpfLpdAVPSzlyaR1paoQo8mxjhuJASSuI riz59ejVsQJlPw4hRJfU+og7wvmKTxFUSQEKVvdbT51UEpYCt6cAPVE/5kfafclpmqRTsC C5cRGl/s4R96Owl4GbdqKzJxRQiOd0HWbXaHGfoQp8jGBQHJ1fENsqYEwlXi+w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649250392; 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; bh=zyebQHs9NJBcYAUmy2aE9yM6YLCjeZ8ZJhY1rhQy2T8=; b=9VzAX1de+P/qBzS8tLbKZHFuQ6wmjCipkhFR2VinfJ907QdRHErs1HBEX9vTCkLFYFDZgz WJZit+ZNKxkYlIAA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libmnl: Update to version 1.0.5 Date: Wed, 6 Apr 2022 15:06:28 +0200 Message-Id: <20220406130628.4999-1-adolf.belka@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" - Update from 1.0.4 to 1.0.5 - Update of rootfile not required - Changelog Version 1.0.5 changes from git commits src: doc: Fix messed-up Netlink message batch diagram build: If doxygen is not available, be sure to report "doxygen: no" to ./conf... build: doc: get rid of the need for manual updating of Makefile build: doc: "make" builds & installs a full set of man pages doxygen: Fixed link to the git source tree on the website. include: add MNL_SOCKET_DUMP_SIZE definition doxygen: remove EXPORT_SYMBOL from the output nlmsg: Fix a missing doxygen section trailer src: fix doxygen function documentation examples: Add rtnl-addr-add.c examples: reduce LOCs during neigh attributes validation examples: fix print line format examples: fix neigh max attributes examples: add arp cache dump example libmnl: zero attribute padding examples: rtnl-addr-dump: fix typo callback: mark cb_ctl_array 'const' in mnl_cb_run2() examples: nfct-daemon: Fix test building on musl libc Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/libmnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libmnl b/lfs/libmnl index 72273e3aa..9a96cdb7c 100644 --- a/lfs/libmnl +++ b/lfs/libmnl @@ -24,7 +24,7 @@ include Config -VER = 1.0.4 +VER = 1.0.5 THISAPP = libmnl-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = e24ae3e7a8bcfe35a04256c495bb3e9a5ec41b6bea9b7ffa0a8ebc82ce847921d4a44e5be3558239fee5008c10541a9ac3614d1a6b80d280b632a76da16be5e8 +$(DL_FILE)_BLAKE2 = 760ec6f7eaf3f2c6be6edf848551e4c7d16ae7cbe49f9cde297f5df06174fb7f9f490118942225558f0a89dabe9a4901c1b3b23fa1203132e36b86e6332564d6 install : $(TARGET)