From patchwork Wed May 11 08:40:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5609 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 4KypJ85Vhxz3xqn for ; Wed, 11 May 2022 08:40:08 +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 4KypJ771lyz40w; Wed, 11 May 2022 08:40:07 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KypJ76tdLz2xd2; Wed, 11 May 2022 08:40:07 +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 4KypJ63wxCz2y3C for ; Wed, 11 May 2022 08:40:06 +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 4KypJ62Rr9z40w; Wed, 11 May 2022 08:40:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1652258406; 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=WOeX3yCFvQALjJstZQn/TJrUo6yu0i33TznOQVTNRZU=; b=3RKe4EGgpkex9PELvx17JoIFuQciZDYG+/rRSasprRFVXgvsfq0Ayhz1OS1+DNaCOG03Zy 6Lsy90OdHH67hQBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1652258406; 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=WOeX3yCFvQALjJstZQn/TJrUo6yu0i33TznOQVTNRZU=; b=wh3zudzaFpAQBLxm5qrggQiXjlKYjygLg0JHoqoaw34JGnME3JKr7U/Lrps2QMqXgNytqP gd7XvhZhq/GCVj3dvguz3syGNVs/SyYD7vq6U8mlWXUhmAh4n1lTJ2zhVuCDeTUAFNhYja B0+pFM+NE9dFkest8gum7xOQqjVE/aXCOXZMeaOKnhMhiHeVGCykrHKJJDJ56H9fT608+M t5ZBnSOGl7PoXGT8vtz5bvrPj2mIDfNPqTgApJp0+jextR5KQ5aRHy38jyW/4Fx79HAIue nW7SDLSj0Q5EydtvGdkW8qb9ttB3u8tWTSbI0NSJq8TcQ3YpjLQK8YxNQ+gfOA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libnetfilter_cttimeout: Update to version 1.0.1 Date: Wed, 11 May 2022 10:40:02 +0200 Message-Id: <20220511084002.4002-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.0 to 1.0.1 - Update of rootfile not required - Changelog 1.0.1 * Warnings with automake-1.12 * Allow building on uclinux * Fix building with clang Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/libnetfilter_cttimeout | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libnetfilter_cttimeout b/lfs/libnetfilter_cttimeout index c6a8cc28c..f25367c14 100644 --- a/lfs/libnetfilter_cttimeout +++ b/lfs/libnetfilter_cttimeout @@ -24,7 +24,7 @@ include Config -VER = 1.0.0 +VER = 1.0.1 THISAPP = libnetfilter_cttimeout-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 8b0f952bcd4184141a434abe25f807ad07bb74713a3506d335c5368ddce2809596c77e5e534337d897fb6268afa137f6d98cfd314b0b33b4996e4a0df4d8eba6 +$(DL_FILE)_BLAKE2 = b51d631ee6b4c3bb34cf1394e2a3216a6ac4d89773bafecd058b31bdf78bf5eb255d3cb2539ca591f64c95cdf7f0db720a5b78e90009e0c7c208219ed454686f install : $(TARGET)