Thanks, applied as 4f690632b27da6a2c0240aeafb2113e5a91684ac. Michael
[sent from post-receive hook] On Mon, 18 May 2026 09:53:27 +0200, Ladislav Michl <[email protected]> wrote: > Signed-off-by: Ladislav Michl <[email protected]> > Message-Id: <afHLhTecw2kKqWbu@lenoch> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/libnetfilter_cthelper.in b/rules/libnetfilter_cthelper.in > new file mode 100644 > index 000000000000..60a2514cc121 > --- /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 000000000000..1c0ca4c2ca45 > --- /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 > <[email protected]>") > + @$(call install_fixup, libnetfilter_cthelper,DESCRIPTION,missing) > + > + @$(call install_lib, libnetfilter_cthelper, 0, 0, 0644, > libnetfilter_cthelper) > + > + @$(call install_finish, libnetfilter_cthelper) > + @$(call touch)
