public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 304cce62a686418b2a71f2e685af110dc4cc0b44
@ 2026-04-29 19:48 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2026-04-29 19:48 UTC (permalink / raw)
  To: ipfire-scm

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  304cce62a686418b2a71f2e685af110dc4cc0b44 (commit)
       via  acd6ab31013d0406e74843d7b40700fd9d81b2a2 (commit)
       via  5920c29e0351302d4f916333fce15a6b5ed72001 (commit)
       via  08fdebd6c5398dc82e58460a43054c9f1a66783a (commit)
       via  166a4485b4d3da5fc1fec9dcbb3f0af1f2d2d27a (commit)
       via  7aa573897142b3783aeced7872373b265856bc7f (commit)
       via  912ae4f19ac1a13a321250f2d7419137edcfe472 (commit)
       via  b93c5ed08415ea0335acdcef1a00be9e53a823f4 (commit)
       via  34a9e1b3bbe29b0b4648d6e622188c259c778b09 (commit)
       via  9475fa32d29ea4e2c79abc06174b5e652de14a8c (commit)
       via  be39655976a01286e358bd48980141043bb67e9d (commit)
       via  940990cda1216e77ed71c09ef781928e9208866f (commit)
       via  6c34d36ae621d2caacaf77939f6a9bbf706eb591 (commit)
       via  c10dae647b2bf445471a6d2c9fa373b151274d8f (commit)
      from  7938cca079d9ebd493410bb5b5aa9b2f6d1eed58 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 304cce62a686418b2a71f2e685af110dc4cc0b44
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date:   Wed Apr 29 20:58:21 2026 +0200

    htop: Update to 3.5.1
    
    For details see:
    https://github.com/htop-dev/htop/blob/main/ChangeLog
    
    "What's new in version 3.5.1
    
    * Consolidate ClockMeter code into DateTimeMeter code
    * Darwin: Fix unsigned underflow in memory meter on ARM64 (Apple Silicon 16K pages showing ~64TB used)
    * Linux/PCP: Replace M_SHARE (SHR) with M_PRIV (PRIV) in default Main screen columns
    * PCP: Fix dynamic screen column (instance) sorting (incorrect cast and field offsets)
    * PCP: Fix units used when printing M_PRIV memory column values
    * PCP: Add Darwin swap metric values and a fallback on Linux for SwapMeter
    * Fix null pointer dereference in actionBacktrace() (GCC LTO -O2 -flto, Ubuntu 24.04)
    * Make search function activate following on find consistently
    * Make a panel click abort the search function"
    
    Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit acd6ab31013d0406e74843d7b40700fd9d81b2a2
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Wed Apr 29 19:50:32 2026 +0200

    suricata: Resolve configure unrecognised option(s)
    
    - configure: WARNING: unrecognized options: --enable-rust
    - This option was in place when rust was still being used experimentally. From version
       5.0.0 rust became standard for the build and so the option was removed. from configure
    - Option removed
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 5920c29e0351302d4f916333fce15a6b5ed72001
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Wed Apr 29 19:50:31 2026 +0200

    core202: Ship screen
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 08fdebd6c5398dc82e58460a43054c9f1a66783a
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Wed Apr 29 19:50:30 2026 +0200

    screen: Resolve configure unrecognised option(s)
    
    - configure: WARNING: unrecognized options: --with-socket-dir, --with-sys-screenrc
    - In version 5.0.0 these were changed
    - --with-socket-dir has been changed to --enable-socket-dir
    - --with-sys-screenrc has been changed to --with-system_screenrc
    - The default location for screenrc was what we had defined anyway so that was still
       specified in the version from 5.0.0 onwards.
    - The global socket definition due to the unrecognised option becane a No value, so no
       socket location was defined at all. This now corrects that. This has been confirmed by
       looking at the configure status and confirming the directory now specified for the
       socket in the build log.
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 166a4485b4d3da5fc1fec9dcbb3f0af1f2d2d27a
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Wed Apr 29 19:50:29 2026 +0200

    openvmtools: Resolve configure unrecognised option(s)
    
    - configure: WARNING: unrecognized options: --without-xerces
    - Building with xerces support was removed in version 12.4.0 in 2023
    - Option has been removed
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 7aa573897142b3783aeced7872373b265856bc7f
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Wed Apr 29 19:50:28 2026 +0200

    openssh: Resolve configure unrecognised option(s)
    
    - configure: WARNING: unrecognized options: --with-md5-passwords
    - use of md5 for passwords was removed in version 8.9 in 2022
    - Option has been removed
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 912ae4f19ac1a13a321250f2d7419137edcfe472
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Wed Apr 29 19:50:27 2026 +0200

    core202: Ship linux-atm
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit b93c5ed08415ea0335acdcef1a00be9e53a823f4
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Wed Apr 29 19:50:26 2026 +0200

    linux-atm: Resolve configure unrecognised option(s)
    
    - configure: WARNING: unrecognized options: --disable-nls
    - Checked the tarballs all the way back to 2.4.0 (2001) and nls has never been a
       configure option that can be selected.
    - Based on that the option has been removed.
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 34a9e1b3bbe29b0b4648d6e622188c259c778b09
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Wed Apr 29 19:50:25 2026 +0200

    core202: Ship gnutls
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 9475fa32d29ea4e2c79abc06174b5e652de14a8c
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Wed Apr 29 19:50:24 2026 +0200

    gnutls: Resolve configure unrecognised option(s)
    
    - configure: WARNING: unrecognized options: --disable-guile
    - The guile bindings were removed and made into a separate package in version 3.8.0
       in 2023
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit be39655976a01286e358bd48980141043bb67e9d
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Wed Apr 29 19:50:23 2026 +0200

    frr: Resolve configure unrecognised option(s)
    
    - configure: WARNING: unrecognized options: --disable-irdp
    - The irdp code was removed from frr in version 10.5.0 so the disable option is no
       longer required
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 940990cda1216e77ed71c09ef781928e9208866f
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Wed Apr 29 19:50:22 2026 +0200

    flac: Resolve configure unrecognised option(s)
    
    - configure: WARNING: unrecognized options: --disable-xmms-plugin
    - the xmms plugin was removed from flac in version 1.4.2 in 2022 so the option is no
       longer needed and has been removed
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 6c34d36ae621d2caacaf77939f6a9bbf706eb591
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Wed Apr 29 19:50:21 2026 +0200

    dnsdist: Resolve configure unrecognised option(s)
    
    - I was searching in the _build.ipfire.log file to resolve something else and I noticed
       that there were several packages with the same message.
       configure: WARNING: unrecognized options:
    - I investigated the options for each package and identified if the option was no longer
       valid or if it had been replaced with another option which had not been identified
       when it occurred.
    - This patch set resolves all the unrecognised configure options except for one that
       needs further investigation (tcl) and this has been confirmed ny a search in the
       -build.ipfire.log created after the build with all the changes in this patch set.
    - For dnsdist two options had their names changed in version 1.4.0 in around 2019.
    - --enable-openssl has become --with-libssl
    - --disable-gnutls has become --without-gnutls
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit c10dae647b2bf445471a6d2c9fa373b151274d8f
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Sun Apr 26 13:44:04 2026 +0200

    hwdata: Update to version 0.406
    
    - Update from version 0.404 to 0.406
    - No change to rootfile
    - Changelog
        0.406
    	Update usb and vendor ids
        0.405
    	Update usb and vendor ids
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/{oldcore/110 => core/202}/filelists/gnutls    | 0
 config/rootfiles/{oldcore/159 => core/202}/filelists/linux-atm | 0
 config/rootfiles/{oldcore/104 => core/202}/filelists/screen    | 0
 lfs/dnsdist                                                    | 6 +++---
 lfs/flac                                                       | 5 ++---
 lfs/frr                                                        | 3 +--
 lfs/gnutls                                                     | 5 ++---
 lfs/htop                                                       | 6 +++---
 lfs/hwdata                                                     | 4 ++--
 lfs/linux-atm                                                  | 6 ++++--
 lfs/openssh                                                    | 1 -
 lfs/openvmtools                                                | 7 +++----
 lfs/screen                                                     | 6 +++---
 lfs/suricata                                                   | 1 -
 14 files changed, 23 insertions(+), 27 deletions(-)
 copy config/rootfiles/{oldcore/110 => core/202}/filelists/gnutls (100%)
 copy config/rootfiles/{oldcore/159 => core/202}/filelists/linux-atm (100%)
 copy config/rootfiles/{oldcore/104 => core/202}/filelists/screen (100%)

Difference in files:
diff --git a/config/rootfiles/core/202/filelists/gnutls b/config/rootfiles/core/202/filelists/gnutls
new file mode 120000
index 000000000..8dbe60bc3
--- /dev/null
+++ b/config/rootfiles/core/202/filelists/gnutls
@@ -0,0 +1 @@
+../../../common/gnutls
\ No newline at end of file
diff --git a/config/rootfiles/core/202/filelists/linux-atm b/config/rootfiles/core/202/filelists/linux-atm
new file mode 120000
index 000000000..8adccafbd
--- /dev/null
+++ b/config/rootfiles/core/202/filelists/linux-atm
@@ -0,0 +1 @@
+../../../common/linux-atm
\ No newline at end of file
diff --git a/config/rootfiles/core/202/filelists/screen b/config/rootfiles/core/202/filelists/screen
new file mode 120000
index 000000000..81008f46e
--- /dev/null
+++ b/config/rootfiles/core/202/filelists/screen
@@ -0,0 +1 @@
+../../../common/screen
\ No newline at end of file
diff --git a/lfs/dnsdist b/lfs/dnsdist
index 5832cd6b3..ac4075afc 100644
--- a/lfs/dnsdist
+++ b/lfs/dnsdist
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = dnsdist
-PAK_VER    = 33
+PAK_VER    = 34
 
 DEPS       =
 
@@ -86,8 +86,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && ./configure \
 		--prefix=/usr \
 		--sysconfdir=/etc \
-		--enable-openssl \
-		--disable-gnutls \
+		--with-libssl \
+		--without-gnutls \
 		--enable-dns-over-tls \
 		--with-lua \
 		--without-net-snmp \
diff --git a/lfs/flac b/lfs/flac
index 9075e9f92..67fb64ea0 100644
--- a/lfs/flac
+++ b/lfs/flac
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  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        #
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = flac
-PAK_VER    = 5
+PAK_VER    = 6
 
 DEPS       = libogg
 
@@ -84,7 +84,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && \
 		./configure \
 		--prefix=/usr \
-		--disable-xmms-plugin \
 		--disable-thorough-tests
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
diff --git a/lfs/frr b/lfs/frr
index fedcb14a1..4757a8544 100644
--- a/lfs/frr
+++ b/lfs/frr
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = frr
-PAK_VER    = 16
+PAK_VER    = 17
 
 DEPS       =
 
@@ -97,7 +97,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 				--disable-babeld \
 				--disable-bfdd \
 				--disable-eigrpd \
-				--disable-irdp \
 				--disable-isisd \
 				--disable-ldpd \
 				--disable-nhrpd \
diff --git a/lfs/gnutls b/lfs/gnutls
index 15d0362dd..c869100ba 100644
--- a/lfs/gnutls
+++ b/lfs/gnutls
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  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        #
@@ -74,8 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 		./configure \
 			--prefix=/usr \
 			--without-p11-kit \
-			--disable-openssl-compatibility \
-			--disable-guile
+			--disable-openssl-compatibility
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
 	@rm -rf $(DIR_APP)
diff --git a/lfs/htop b/lfs/htop
index 049f2e83a..3b7a8b38b 100644
--- a/lfs/htop
+++ b/lfs/htop
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = An Interactive text-mode Process Viewer for Linux
 
-VER        = 3.5.0
+VER        = 3.5.1
 
 THISAPP    = htop-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = htop
-PAK_VER    = 24
+PAK_VER    = 25
 
 DEPS       =
 
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 5c7a85164dda81788b1487846ecce05a9457ac80301eacacaba8848a4357eefbf3332dde49e8315b369a0fcbb2443fda64ceb3ba71c3ab939ec68a4ce255a704
+$(DL_FILE)_BLAKE2 = bfa0b16ed6af15057aaa2bf6dbc504693a8ec418c85dc70f2478d1ec1357eaaa67a742149b8fd1ae5faed1dc93b44de166f4db6be6201af28b1a8c54ce5088c4
 
 install : $(TARGET)
 
diff --git a/lfs/hwdata b/lfs/hwdata
index c4f3a37b4..5c7a9fc4e 100644
--- a/lfs/hwdata
+++ b/lfs/hwdata
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.404
+VER        = 0.406
 
 THISAPP    = hwdata-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 50e83e53a684219b17bb2e1038641aa81cfb58b57ab1c18562bd6432a4204a58e17609e780b58670aa08b870d755caf903f3da7bd113a70d40ac71b70105d2bc
+$(DL_FILE)_BLAKE2 = 49f001a36d83af15c6532a346593f07d2bee596ee544781787657321a6d4f1d1c9addf0d1b68fdafae72212bdf0c0d4b82de6f8c09c1dfb346c149421a604858
 
 install : $(TARGET)
 
diff --git a/lfs/linux-atm b/lfs/linux-atm
index 10f84d46f..545c3ba91 100644
--- a/lfs/linux-atm
+++ b/lfs/linux-atm
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2021  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        #
@@ -79,7 +79,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-atm-use_socklen_t.patch
 	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-atm-remove-define-hacks.patch
 	cd $(DIR_APP) && autoreconf -vfi
-	cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc --disable-nls
+	cd $(DIR_APP) && ./configure \
+				--prefix=/usr \
+				--sysconfdir=/etc
 	cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
 	cd $(DIR_APP) && make install
 	@rm -rf $(DIR_APP)
diff --git a/lfs/openssh b/lfs/openssh
index e22105ce4..fdffce8d4 100644
--- a/lfs/openssh
+++ b/lfs/openssh
@@ -76,7 +76,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 				--prefix=/usr \
 				--sysconfdir=/etc/ssh \
 				--libexecdir=/usr/lib/openssh \
-				--with-md5-passwords \
 				--with-privsep-path=/var/empty \
 				--with-superuser-path=/sbin:/usr/sbin:/bin:/usr/bin
 	cd $(DIR_APP) && make $(MAKETUNING)
diff --git a/lfs/openvmtools b/lfs/openvmtools
index 6134cb4d4..3335b5910 100644
--- a/lfs/openvmtools
+++ b/lfs/openvmtools
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  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        #
@@ -35,7 +35,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)/open-vm-tools
 TARGET     = $(DIR_INFO)/$(THISAPP)
 SUP_ARCH   = x86_64
 PROG       = openvmtools
-PAK_VER    = 15
+PAK_VER    = 16
 
 DEPS       =
 
@@ -102,8 +102,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 				--without-x \
 				--with-linuxdir=/usr/src/linux \
 				--without-kernel-modules \
-				--disable-deploypkg \
-				--without-xerces
+				--disable-deploypkg
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
 
diff --git a/lfs/screen b/lfs/screen
index 5c7201985..2fa597104 100644
--- a/lfs/screen
+++ b/lfs/screen
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  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        #
@@ -73,8 +73,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && ./autogen.sh
 	cd $(DIR_APP) && ./configure \
 				--prefix=/usr \
-				--with-socket-dir=/var/run/screen \
-				--with-sys-screenrc=/etc/screenrc
+				--enable-socket-dir=/var/run/screen \
+				--with-system_screenrc=/etc/screenrc
 	cd $(DIR_APP) && sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/*
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
diff --git a/lfs/suricata b/lfs/suricata
index 419257017..6ef15b468 100644
--- a/lfs/suricata
+++ b/lfs/suricata
@@ -84,7 +84,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 		--with-libjansson-libraries=/usr/lib \
 		--with-libjansson-includes=/usr/include \
 		--disable-suricata-update \
-		--enable-rust \
 		--enable-unix-socket
 
 	# Drop the Cargo.lock file before building.


hooks/post-receive
--
IPFire 2.x development tree


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-04-29 19:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-29 19:48 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 304cce62a686418b2a71f2e685af110dc4cc0b44 Michael Tremer

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