public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] libnetfilter_conntrack: Update to version 1.1.1
Date: Thu,  5 Feb 2026 23:00:58 +0100	[thread overview]
Message-ID: <20260205220059.3721136-9-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260205220059.3721136-1-adolf.belka@ipfire.org>

- Update from version 1.1.0 to 1.1.1
- No change to rootfile
- Changelog
    1.1.1
- Support for the new CTA_TIMESTAMP_EVENT attribute, available since
  Linux kernel >= 6.14

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/libnetfilter_conntrack | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lfs/libnetfilter_conntrack b/lfs/libnetfilter_conntrack
index 8d724e4e9..8438dd257 100644
--- a/lfs/libnetfilter_conntrack
+++ b/lfs/libnetfilter_conntrack
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.1.0
+VER        = 1.1.1
 
 THISAPP    = libnetfilter_conntrack-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = e1f8342b4edcbd81ab9995c9ac37818006c710f890b85120e5225936163d8ac24b5a487b468cb9f98cf3c86ab3534e1a9fc866b06633c82eb9bd81d0caf2ffa1
+$(DL_FILE)_BLAKE2 = 5b49c2b27b268fdce964767dc7ef1c87edeadcee4102103bc7045e98d27675b41a03dd707fceb53ea14e73951273398231d04e9f72f138911158c7d55d2135f5
 
 install : $(TARGET)
 
@@ -70,7 +70,8 @@ $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-	cd $(DIR_APP) && ./configure --prefix=/usr
+	cd $(DIR_APP) && ./configure \
+				--prefix=/usr
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
 	@rm -rf $(DIR_APP)
-- 
2.52.0



  parent reply	other threads:[~2026-02-05 22:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-05 22:00 [PATCH] conntrack-tools: Update to version 1.4.9 Adolf Belka
2026-02-05 22:00 ` [PATCH] core201: Ship conntrack-tools Adolf Belka
2026-02-05 22:00 ` [PATCH] core201: Ship fuse Adolf Belka
2026-02-05 22:00 ` [PATCH] core201: Ship gettext Adolf Belka
2026-02-05 22:00 ` [PATCH] core201: Ship libetfilter_conntrack Adolf Belka
2026-02-05 22:00 ` [PATCH] core201: Ship procps Adolf Belka
2026-02-05 22:00 ` [PATCH] fuse: Update to version 3.18.1 Adolf Belka
2026-02-05 22:00 ` [PATCH] gettext: Update to version 1.0 Adolf Belka
2026-02-05 22:00 ` Adolf Belka [this message]
2026-02-05 22:00 ` [PATCH] procps: Update to version 4.0.6 Adolf Belka

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=20260205220059.3721136-9-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /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