From patchwork Fri Apr 8 18:49:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5472 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 4KZnN72TMFz3x1w for ; Fri, 8 Apr 2022 18:49:11 +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 4KZnN56B4mz1y7; Fri, 8 Apr 2022 18:49:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KZnN55CDyz2yK8; Fri, 8 Apr 2022 18:49:09 +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 4KZnN41XbRz2xJQ for ; Fri, 8 Apr 2022 18:49:08 +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 4KZnN32Q0FzfC; Fri, 8 Apr 2022 18:49:07 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649443747; 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=f9ZlRTTomCTqLw8Lf64a+Zfwt9KEVCN08XVu/6gUAb8=; b=4zddD5Ew5dVgdvtsRHsdwyCc+5nl0T9yHKn7H8x9fQIH7UoOTMvU5g+1qKpri2AuGgYbG2 ibI7ITGFGKoLcwDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649443747; 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=f9ZlRTTomCTqLw8Lf64a+Zfwt9KEVCN08XVu/6gUAb8=; b=TR3r+Wt1yDcADD7w4B4uGbduh7xT3Mm4wVeV0EeK2NJclRJl1kiF6FXa1UxYyVAmELzkZx Uv+ckVt2j+qfUK7hAXiBUUcgfACBnggM0MdL+813cICir8u9hVQgqqabiMiaeDbhBsxrkd S2txbXqH7neeYL2TKO3ACLCoML7ISZMVbHqy6ZpUqdFARW8Qgs9JcOqcGczsN6Y/+mzHtT oD6mmpNxPlQYXFpEbqaFIWGsw2MewFoew8aDhzYA3Tx2WYVHhupFAVy4YRjY9cfWo0S9N3 UsEpHVuxDtIOfYGWv3MRSxvJlKYsDjGeb7fWZbbXyZjslA6n6JffFFI0cw4Mxg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libnfnetlink: Update to version 1.0.2 Date: Fri, 8 Apr 2022 20:49:03 +0200 Message-Id: <20220408184903.2830408-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.1 to 1.0.2 - Update of rootfile not required - Changelog Version 1.0.2 * Warnings with automake-1.12 * Update header comments to reflect GPLv2+ license * Allow building on uclinux * Valgrind warnings due to uninitialized padding in netlink messages * Hide private library symbols * Support builds with newer doxygen versions * Failing calls to getsockname() were left unnoticed Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/libnfnetlink | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libnfnetlink b/lfs/libnfnetlink index 38f9cdc10..f5a15d5c3 100644 --- a/lfs/libnfnetlink +++ b/lfs/libnfnetlink @@ -24,7 +24,7 @@ include Config -VER = 1.0.1 +VER = 1.0.2 THISAPP = libnfnetlink-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 18d6f702afffa1bf2cb6978426f4a1aeab8692a288686c099eb7dfabff23648b4b0f1ac14b4661f16e3d50b6e7d29090d58ce715dac107acb12648e93c5df4f3 +$(DL_FILE)_BLAKE2 = 81c954f6ca2738b321e9319d20741aa15376e88e5f7a0ce1cfa2b02cd104f98d020ab6206bfbc79fc66655f8e40a17bfb65cbce0b1684d9373b809de5a433fc4 install : $(TARGET)