mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Ladislav Michl <oss-lists@triops.cz>
Subject: Re: [ptxdist] [APPLIED] libnetfilter_cttimeout: new package
Date: Mon, 18 May 2026 09:53:28 +0200	[thread overview]
Message-ID: <20260518075328.49773-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <afHLnEJFU8Ou6tdd@lenoch>

Thanks, applied as 06126199b4430f93a859ff98f61457790a9543e3.

Michael

[sent from post-receive hook]

On Mon, 18 May 2026 09:53:28 +0200, Ladislav Michl <oss-lists@triops.cz> wrote:
> Signed-off-by: Ladislav Michl <ladis@triops.cz>
> Message-Id: <afHLnEJFU8Ou6tdd@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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 <ladis@triops.cz>")
> +	@$(call install_fixup, libnetfilter_cttimeout,DESCRIPTION,missing)
> +
> +	@$(call install_lib, libnetfilter_cttimeout, 0, 0, 0644, libnetfilter_cttimeout)
> +
> +	@$(call install_finish, libnetfilter_cttimeout)
> +	@$(call touch)
> +



  reply	other threads:[~2026-05-18  7:54 UTC|newest]

Thread overview: 14+ 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-05-18  7:53   ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-29  9:11 ` [ptxdist] [PATCH 2/6] libnetfilter_log: version bump 1.0.1 -> 1.0.2 Ladislav Michl
2026-05-18  7:53   ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-29  9:12 ` [ptxdist] [PATCH 3/6] libnetfilter_conntrack: version bump 1.0.1 -> 1.1.1 Ladislav Michl
2026-05-18  7:53   ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-29  9:12 ` [ptxdist] [PATCH 4/6] libnetfilter_cthelper: new package Ladislav Michl
2026-05-18  7:53   ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-29  9:13 ` [ptxdist] [PATCH 5/6] libnetfilter_cttimeout: " Ladislav Michl
2026-05-18  7:53   ` Michael Olbrich [this message]
2026-04-29  9:13 ` [ptxdist] [PATCH 6/6] conntrack-tools: " Ladislav Michl
2026-04-29 21:02   ` Ladislav Michl
2026-05-18  7:53   ` [ptxdist] [APPLIED] " Michael Olbrich

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=20260518075328.49773-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=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