public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 92fa47e749e1eaf9955b5e48971e047e889c0fda
@ 2025-12-15 16:11 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2025-12-15 16:11 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, master has been updated
       via  92fa47e749e1eaf9955b5e48971e047e889c0fda (commit)
       via  4022fbf53ea5e627b19d5affd50cfeb302ff33af (commit)
      from  d656b7af6411d0306513b853a552f56d6713c174 (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 92fa47e749e1eaf9955b5e48971e047e889c0fda
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Fri Dec 12 17:38:11 2025 +0100

    exclude: Add the suricata sgh cache directory to the list
    
    - Depending on the number of suricata rulesets that users have got enabled the suricata
       cache in /var/cache/suricata/sgh/ gets currently backed up in the ipfire .ipf file
       and some users are ending up with backup files that used to be 190MB and are now
       greater than 700MB, some even over 800MB.
    - This change excludes the cache from the backup as it seems that a restore with a cache
       from an earlier time does not make sense.
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 4022fbf53ea5e627b19d5affd50cfeb302ff33af
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Fri Dec 12 15:07:07 2025 +0100

    dracut-ng: Update the rootfile to include initqueue
    
    - In dracut-180 initqueue was removed from the base system and made its own set. This
       was missed when the original release was done and the initqueue entries were
       commented out.
    - Tested  out with the new 6.18.0 kernel evaluation and initqueue was successfully
       installed and therefore also subsequently btrfs, lvm & mdraid that depended on
       initqueue
    
    Tested-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

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

Summary of changes:
 config/backup/exclude             |  1 +
 config/rootfiles/common/dracut-ng | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

Difference in files:
diff --git a/config/backup/exclude b/config/backup/exclude
index a69eed767..0719b471f 100644
--- a/config/backup/exclude
+++ b/config/backup/exclude
@@ -1,6 +1,7 @@
 etc/sysconfig/lm_sensors
 etc/unbound/unbound.conf
 *.tmp
+var/cache/suricata/sgh/*
 var/ipfire/ethernet/settings
 var/ipfire/firewall/bin/*
 var/ipfire/ovpn/openssl/*
diff --git a/config/rootfiles/common/dracut-ng b/config/rootfiles/common/dracut-ng
index 3b492651c..b1760a614 100644
--- a/config/rootfiles/common/dracut-ng
+++ b/config/rootfiles/common/dracut-ng
@@ -481,12 +481,12 @@ usr/lib/dracut/modules.d/74udev-rules/module-setup.sh
 #usr/lib/dracut/modules.d/77ecryptfs/README
 #usr/lib/dracut/modules.d/77ecryptfs/ecryptfs-mount.sh
 #usr/lib/dracut/modules.d/77ecryptfs/module-setup.sh
-#usr/lib/dracut/modules.d/77initqueue
-#usr/lib/dracut/modules.d/77initqueue/dracut-initqueue.service
-#usr/lib/dracut/modules.d/77initqueue/dracut-initqueue.service.8.adoc
-#usr/lib/dracut/modules.d/77initqueue/dracut-initqueue.sh
-#usr/lib/dracut/modules.d/77initqueue/initqueue.sh
-#usr/lib/dracut/modules.d/77initqueue/module-setup.sh
+usr/lib/dracut/modules.d/77initqueue
+usr/lib/dracut/modules.d/77initqueue/dracut-initqueue.service
+usr/lib/dracut/modules.d/77initqueue/dracut-initqueue.service.8.adoc
+usr/lib/dracut/modules.d/77initqueue/dracut-initqueue.sh
+usr/lib/dracut/modules.d/77initqueue/initqueue.sh
+usr/lib/dracut/modules.d/77initqueue/module-setup.sh
 #usr/lib/dracut/modules.d/77integrity
 #usr/lib/dracut/modules.d/77integrity/README
 #usr/lib/dracut/modules.d/77integrity/evm-enable.sh


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


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

only message in thread, other threads:[~2025-12-15 16:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-15 16:11 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 92fa47e749e1eaf9955b5e48971e047e889c0fda Michael Tremer

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