From: Ladislav Michl <oss-lists@triops.cz>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 4/6] libnetfilter_cthelper: new package
Date: Wed, 29 Apr 2026 11:12:37 +0200 [thread overview]
Message-ID: <afHLhTecw2kKqWbu@lenoch> (raw)
In-Reply-To: <afHLCzbQ5PeImOHi@lenoch>
From: Ladislav Michl <ladis@triops.cz>
Signed-off-by: Ladislav Michl <ladis@triops.cz>
---
rules/libnetfilter_cthelper.in | 9 ++++++
rules/libnetfilter_cthelper.make | 49 ++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
create mode 100644 rules/libnetfilter_cthelper.in
create mode 100644 rules/libnetfilter_cthelper.make
diff --git a/rules/libnetfilter_cthelper.in b/rules/libnetfilter_cthelper.in
new file mode 100644
index 000000000..60a2514cc
--- /dev/null
+++ b/rules/libnetfilter_cthelper.in
@@ -0,0 +1,9 @@
+## SECTION=networking
+
+config LIBNETFILTER_CTHELPER
+ tristate
+ select LIBMNL
+ prompt "libnetfilter_cthelper"
+ help
+ libnetfilter_cthelper is the userspace library that provides the
+ programming interface to the user-space helper infrastructure.
diff --git a/rules/libnetfilter_cthelper.make b/rules/libnetfilter_cthelper.make
new file mode 100644
index 000000000..1c0ca4c2c
--- /dev/null
+++ b/rules/libnetfilter_cthelper.make
@@ -0,0 +1,49 @@
+# -*-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_CTHELPER) += libnetfilter_cthelper
+
+#
+# Paths and names
+#
+LIBNETFILTER_CTHELPER_VERSION := 1.0.1
+LIBNETFILTER_CTHELPER_MD5 := e59279645fe65d40dd7dfc82a797ca5b
+LIBNETFILTER_CTHELPER := libnetfilter_cthelper-$(LIBNETFILTER_CTHELPER_VERSION)
+LIBNETFILTER_CTHELPER_SUFFIX := tar.bz2
+LIBNETFILTER_CTHELPER_URL := https://ftp.netfilter.org/pub/libnetfilter_cthelper/$(LIBNETFILTER_CTHELPER).$(LIBNETFILTER_CTHELPER_SUFFIX)
+LIBNETFILTER_CTHELPER_SOURCE := $(SRCDIR)/$(LIBNETFILTER_CTHELPER).$(LIBNETFILTER_CTHELPER_SUFFIX)
+LIBNETFILTER_CTHELPER_DIR := $(BUILDDIR)/$(LIBNETFILTER_CTHELPER)
+LIBNETFILTER_CTHELPER_LICENSE := GPL-2.0-or-later
+LIBNETFILTER_CTHELPER_LICENSE_FILES := \
+ file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b
+
+#
+# autoconf
+#
+LIBNETFILTER_CTHELPER_CONF_TOOL := autoconf
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/libnetfilter_cthelper.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, libnetfilter_cthelper)
+ @$(call install_fixup, libnetfilter_cthelper,PRIORITY,optional)
+ @$(call install_fixup, libnetfilter_cthelper,SECTION,base)
+ @$(call install_fixup, libnetfilter_cthelper,AUTHOR,"Ladislav Michl <ladis@triops.cz>")
+ @$(call install_fixup, libnetfilter_cthelper,DESCRIPTION,missing)
+
+ @$(call install_lib, libnetfilter_cthelper, 0, 0, 0644, libnetfilter_cthelper)
+
+ @$(call install_finish, libnetfilter_cthelper)
+ @$(call touch)
--
2.47.3
next prev parent reply other threads:[~2026-04-29 9:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-29 9:10 [ptxdist] [PATCH 0/6] netfilter update Ladislav Michl
2026-04-29 9:11 ` [ptxdist] [PATCH 1/6] libnetfilter_queue: version bump 1.0.1 -> 1.0.5 Ladislav Michl
2026-04-29 9:11 ` [ptxdist] [PATCH 2/6] libnetfilter_log: version bump 1.0.1 -> 1.0.2 Ladislav Michl
2026-04-29 9:12 ` [ptxdist] [PATCH 3/6] libnetfilter_conntrack: version bump 1.0.1 -> 1.1.1 Ladislav Michl
2026-04-29 9:12 ` Ladislav Michl [this message]
2026-04-29 9:13 ` [ptxdist] [PATCH 5/6] libnetfilter_cttimeout: new package Ladislav Michl
2026-04-29 9:13 ` [ptxdist] [PATCH 6/6] conntrack-tools: " Ladislav Michl
2026-04-29 21:02 ` Ladislav Michl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=afHLhTecw2kKqWbu@lenoch \
--to=oss-lists@triops.cz \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox