From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:54: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 1wOsne-0013Fz-0w for lore@lore.pengutronix.de; Mon, 18 May 2026 09:54: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 1wOsnd-0003h2-8B; Mon, 18 May 2026 09:54:05 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsn2-0002F9-8f; Mon, 18 May 2026 09:53:28 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsn1-000YQ7-25; Mon, 18 May 2026 09:53:28 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsn2-00000000Cwy-0hG6; Mon, 18 May 2026 09:53:28 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:53:28 +0200 Message-ID: <20260518075328.49773-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] 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 Cc: Ladislav Michl 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 Thanks, applied as 06126199b4430f93a859ff98f61457790a9543e3. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:53:28 +0200, Ladislav Michl wrote: > Signed-off-by: Ladislav Michl > Message-Id: > Signed-off-by: Michael Olbrich > > diff --git a/rules/libnetfilter_cttimeout.in b/rules/libnetfilter_cttimeout.in > new file mode 100644 > index 000000000000..4593d660d3f0 > --- /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 000000000000..a468dd37ecb4 > --- /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) > +