public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] conntrack-tools: Update to version 1.4.9
@ 2026-02-05 22:00 Adolf Belka
  2026-02-05 22:00 ` [PATCH] core201: Ship conntrack-tools Adolf Belka
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Adolf Belka @ 2026-02-05 22:00 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 1.4.8 to 1.4.9
- No change to rootfile
- Changelog
    1.4.9
This release contains bugfixes, for the conntrack cli:
- skip ENOSPC on updates when ct label is not available
- don't print [USERSPACE] information in case of XML output
- fix parsing of tuple-port-src and tuple-port-dst
- improve --secmark,--id,--zone parser
- improve --mark parser
- fix for ENOENT in delete to align behaviour with updates
- fix compiler warnings with -Wcalloc-transposed-args
- prefer kernel-provided event timestamp via CTA_TIMESTAMP_EVENT
  if it is available
- introduce --labelmap option to specify connlabel.conf path
- Extend error message for EBUSY when registering userspace helper
and the conntrackd daemon:
- don't add expectation table entry for RPC portmap port
- fix signal handler race-condition
- restrict multicast reception, otherwise multicast sync messages
  can be received from any interface if your firewall policy does
  not restrict the interface used for sending and receiving them.
- remove double close() in multicast resulting in EBADFD

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

diff --git a/lfs/conntrack-tools b/lfs/conntrack-tools
index 65f8b02b7..5872d73b1 100644
--- a/lfs/conntrack-tools
+++ b/lfs/conntrack-tools
@@ -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.4.8
+VER        = 1.4.9
 
 THISAPP    = conntrack-tools-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 2f8a7d7facf4890a8ca7dec54d5faa1383ad5e449a0599707578567e9c8ed6fd63ca308538afc34e99121e39e80c1ce686c8dda89247abdf4699bb420b52c4fb
+$(DL_FILE)_BLAKE2 = afa7aa685e20be510d7a7a916625d83f34d305212b8b86d4de94976d2212886391a45acdba3e906a7b6614b6476e61ead6648ee567458d3a90ebbe2eccbd3e7b
 
 install : $(TARGET)
 
@@ -72,7 +72,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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-02-05 22:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH] libnetfilter_conntrack: Update to version 1.1.1 Adolf Belka
2026-02-05 22:00 ` [PATCH] procps: Update to version 4.0.6 Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox