From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 29 Apr 2026 11:13:06 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wI0yg-0002yn-1T for lore@lore.pengutronix.de; Wed, 29 Apr 2026 11:13:06 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wI0yg-00006w-BD; Wed, 29 Apr 2026 11:13:06 +0200 Received: from h2.cmg1.smtp.forpsi.com ([81.2.195.163]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1wI0yb-0007zR-JD for ptxdist@pengutronix.de; Wed, 29 Apr 2026 11:13:02 +0200 Received: from lenoch ([91.218.190.200]) by cmgsmtp with ESMTPSA id I0yawmOZds9eEI0ybwToP0; Wed, 29 Apr 2026 11:13:01 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=triops.cz; s=f2019; t=1777453981; bh=r6n3LjZwQyJ2YQlkMLikeTnRUefJTsMGm4ot5NfZDKk=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=PnxiuYZoKtmAgXR99gS2pLfOgN/ChhRneK2v5NKV5xrCQwzCci80UwEIi0G5KoZoS f5o97eT6hkPN66dWx2vngXq6J+4t5lFHT0OK1Ui86Tp44NxpYs6SZXhuOvcF/qup12 7I/r2izECSYfMUKr8e5pJfrI6U5uwTfgCkeOMqvi2ExsdEV4vpUK3nVXDfRBogfOr2 C23u32k6a+xfwv3OrrUWW1JOAoOLsQ1Yah8h+2HRXMUZWazA4oXyZzPcFhLitowoom whfnwTGG08gIKqvM08SmxZ0eubnBkGh7R9kxk+ZLUzG1RLwDB/9ktgA6fy9XNoO+zx bvRTut5kVyrAA== Date: Wed, 29 Apr 2026 11:13:00 +0200 From: Ladislav Michl To: ptxdist@pengutronix.de Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CMAE-Envelope: MS4xfNNfAueR1Z+vlnqdJT+fh+YPckGyocz/qsoklWXGsvXTsZPhD9rkABg2mftaG3YZKtG9NjDXCO5b4xpL4rGMKW7B8ur5lBVye90L1+jCUmm8EKYeLKFA z+yo2Jhw1QwAUBvdgyCbPwlmGOXYETO5QhM6qEpzTUiJZwx9IjpIqwht8mPcX5akE4zOE3AxSGh99A== X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.3 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS,SPF_NONE,TVD_SPACE_RATIO autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 5/6] libnetfilter_cttimeout: new package X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false From: Ladislav Michl Signed-off-by: Ladislav Michl --- rules/libnetfilter_cttimeout.in | 10 +++++++ rules/libnetfilter_cttimeout.make | 50 +++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 rules/libnetfilter_cttimeout.in create mode 100644 rules/libnetfilter_cttimeout.make diff --git a/rules/libnetfilter_cttimeout.in b/rules/libnetfilter_cttimeout.in new file mode 100644 index 000000000..4593d660d --- /dev/null +++ b/rules/libnetfilter_cttimeout.in @@ -0,0 +1,10 @@ +## SECTION=networking + +config LIBNETFILTER_CTTIMEOUT + tristate + select LIBMNL + prompt "libnetfilter_cttimeout" + help + libnetfilter_cttimeout is the userspace library that provides the + programming interface to the fine-grain connection tracking + timeout infrastructure. diff --git a/rules/libnetfilter_cttimeout.make b/rules/libnetfilter_cttimeout.make new file mode 100644 index 000000000..a468dd37e --- /dev/null +++ b/rules/libnetfilter_cttimeout.make @@ -0,0 +1,50 @@ +# -*-makefile-*- +# +# Copyright (C) 2026 by RACOM s.r.o. +# +# For further information about the PTXdist project and license conditions +# see the README file. +# + +# +# We provide this package +# +PACKAGES-$(PTXCONF_LIBNETFILTER_CTTIMEOUT) += libnetfilter_cttimeout + +# +# Paths and names +# +LIBNETFILTER_CTTIMEOUT_VERSION := 1.0.1 +LIBNETFILTER_CTTIMEOUT_MD5 := ac64b55952b79cb9910db95ce8883940 +LIBNETFILTER_CTTIMEOUT := libnetfilter_cttimeout-$(LIBNETFILTER_CTTIMEOUT_VERSION) +LIBNETFILTER_CTTIMEOUT_SUFFIX := tar.bz2 +LIBNETFILTER_CTTIMEOUT_URL := https://ftp.netfilter.org/pub/libnetfilter_cttimeout/$(LIBNETFILTER_CTTIMEOUT).$(LIBNETFILTER_CTTIMEOUT_SUFFIX) +LIBNETFILTER_CTTIMEOUT_SOURCE := $(SRCDIR)/$(LIBNETFILTER_CTTIMEOUT).$(LIBNETFILTER_CTTIMEOUT_SUFFIX) +LIBNETFILTER_CTTIMEOUT_DIR := $(BUILDDIR)/$(LIBNETFILTER_CTTIMEOUT) +LIBNETFILTER_CTTIMEOUT_LICENSE := GPL-2.0-or-later +LIBNETFILTER_CTTIMEOUT_LICENSE_FILES := \ + file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b + +# +# autoconf +# +LIBNETFILTER_CTTIMEOUT_CONF_TOOL := autoconf + +# ---------------------------------------------------------------------------- +# Target-Install +# ---------------------------------------------------------------------------- + +$(STATEDIR)/libnetfilter_cttimeout.targetinstall: + @$(call targetinfo) + + @$(call install_init, libnetfilter_cttimeout) + @$(call install_fixup, libnetfilter_cttimeout,PRIORITY,optional) + @$(call install_fixup, libnetfilter_cttimeout,SECTION,base) + @$(call install_fixup, libnetfilter_cttimeout,AUTHOR,"Ladislav Michl ") + @$(call install_fixup, libnetfilter_cttimeout,DESCRIPTION,missing) + + @$(call install_lib, libnetfilter_cttimeout, 0, 0, 0644, libnetfilter_cttimeout) + + @$(call install_finish, libnetfilter_cttimeout) + @$(call touch) + -- 2.47.3