From patchwork Wed May 11 08:39:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5608 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 4KypHq1CdFz3xqn for ; Wed, 11 May 2022 08:39:51 +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 4KypHm6wWSz22; Wed, 11 May 2022 08:39:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KypHm5yJNz2ySR; Wed, 11 May 2022 08:39:48 +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 4KypHl3y1Nz2xHK for ; Wed, 11 May 2022 08:39:47 +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 4KypHk6v7Xz22; Wed, 11 May 2022 08:39:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1652258387; 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=StbnZL+KA8zK1cy9YZnviM9xarirohXqShTM/jglx70=; b=/Hi+wqovMLN3408pwKmBXrL4OW1sfIOSaIva0JlADtTOQmU1npb0o1pAiFT91Gw7iqb93Q UB6jpLyxS/r649DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1652258387; 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=StbnZL+KA8zK1cy9YZnviM9xarirohXqShTM/jglx70=; b=WAJgAhZZTt5Wjkb+r5zWxOLTI0gwT3cy4drn/PB4Djc/1njBug0gUJatjUL5YrWlGmp9FZ rzI6rqzJGlHCQQvWjbRgn4t1JAXNAaQNnNVk5ZtaXseLII5K+VwENxGeRTxPBzF5WZKruW N7wdigCuAMp9xLYd7l7fV/0U0FhJ6pGd/XLrrlrky/NaCSd4sjuWoszYSDAZJnjHC00B9b 6SuAVhV3R2gH4ymmFqm7QYVTAsSFFx2Z/Q04D9EV5LDde0H/uE50XYw+ro/yhtHPHELT/b Z4wGOfTomyCgzPOnFoLelzQMRewwT/l1O0A0z7dFf3M1r+im10547ZMUrSaosA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libnetfilter_cthelper: Update to version 1.0.1 Date: Wed, 11 May 2022 10:39:35 +0200 Message-Id: <20220511083935.3979-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 version 1.0.0 to 1.0.1 - Update of rootfile not required - Changelog 1.0.1 * Allow build on uclinux * Use after free in nfct_helper_free() * Double free in nfct-helper-add example * Invalid argument error in nftc-helper-add * Incorrect netlink message building with multiple nfct helper policies Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/libnetfilter_cthelper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libnetfilter_cthelper b/lfs/libnetfilter_cthelper index 784f471e3..418a8913c 100644 --- a/lfs/libnetfilter_cthelper +++ b/lfs/libnetfilter_cthelper @@ -24,7 +24,7 @@ include Config -VER = 1.0.0 +VER = 1.0.1 THISAPP = libnetfilter_cthelper-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 622a4e27629d97a0ab2b5032e972914f2ab8764ab60ab7090b173ceabfe9648e09452e931dacb822090c5f816b553b8e73b8f8a4ee431db9f6dd092d9d4283ee +$(DL_FILE)_BLAKE2 = cc5ae85dca896c0b8b1b704e0c5cc201677f48c2765520dc992a1b218d1334e04c592ba48cf06efe32a5089c7ad70fa44cbb2b40f2e8400d7ef9d2976a6425ee install : $(TARGET)