public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 65b5aa5d46a6c95933c321273fd2239f3e9e872c
@ 2025-11-20 16:32 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2025-11-20 16:32 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  65b5aa5d46a6c95933c321273fd2239f3e9e872c (commit)
       via  f3d937bb568e4ffadc3d1e999340f228393726a5 (commit)
      from  7cbadad4034ba90d8c4b70f0b7162b27bba547ec (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 65b5aa5d46a6c95933c321273fd2239f3e9e872c
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Thu Nov 20 16:25:45 2025 +0000

    lldpd: Create /etc/lldp.d in the target system
    
    Fixes: #13905 - LLDP daemon fails to start due to missing config directory and dependency
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit f3d937bb568e4ffadc3d1e999340f228393726a5
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Thu Nov 20 16:23:52 2025 +0000

    libseccomp: Move the package into the core system
    
    This is required by lldpd.
    
    Fixes: #13905 - LLDP daemon fails to start due to missing config directory and dependency
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

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

Summary of changes:
 config/rootfiles/{packages => common}/libseccomp | 0
 config/rootfiles/common/lldpd                    | 2 +-
 config/rootfiles/core/199/filelists/libseccomp   | 1 +
 config/rootfiles/core/199/update.sh              | 2 +-
 lfs/libseccomp                                   | 8 --------
 lfs/qemu                                         | 4 ++--
 lfs/tor                                          | 4 ++--
 7 files changed, 7 insertions(+), 14 deletions(-)
 rename config/rootfiles/{packages => common}/libseccomp (100%)
 create mode 120000 config/rootfiles/core/199/filelists/libseccomp

Difference in files:
diff --git a/config/rootfiles/packages/libseccomp b/config/rootfiles/common/libseccomp
similarity index 100%
rename from config/rootfiles/packages/libseccomp
rename to config/rootfiles/common/libseccomp
diff --git a/config/rootfiles/common/lldpd b/config/rootfiles/common/lldpd
index 510c1bac0..bf7f7fd48 100644
--- a/config/rootfiles/common/lldpd
+++ b/config/rootfiles/common/lldpd
@@ -1,4 +1,4 @@
-#etc/lldpd.d
+etc/lldpd.d
 #etc/lldpd.d/README.conf
 #usr/include/lldp-const.h
 #usr/include/lldpctl.h
diff --git a/config/rootfiles/core/199/filelists/libseccomp b/config/rootfiles/core/199/filelists/libseccomp
new file mode 120000
index 000000000..0db124bf6
--- /dev/null
+++ b/config/rootfiles/core/199/filelists/libseccomp
@@ -0,0 +1 @@
+../../../common/libseccomp
\ No newline at end of file
diff --git a/config/rootfiles/core/199/update.sh b/config/rootfiles/core/199/update.sh
index db017945e..561b7a8ef 100644
--- a/config/rootfiles/core/199/update.sh
+++ b/config/rootfiles/core/199/update.sh
@@ -87,7 +87,7 @@ rm -rvf \
 # Stop services
 
 # Remove dropped packages
-for package in dbus; do \
+for package in dbus libseccomp; do \
         if [ -e "/opt/pakfire/db/installed/meta-${package}" ]; then
                 stop_service "${package}"
                 for i in $(</opt/pakfire/db/rootfiles/${package}); do
diff --git a/lfs/libseccomp b/lfs/libseccomp
index 436918323..4cd24ca61 100644
--- a/lfs/libseccomp
+++ b/lfs/libseccomp
@@ -24,8 +24,6 @@
 
 include Config
 
-SUMMARY    = A Seccomp (mode 2) helper library
-
 VER        = 2.6.0
 
 THISAPP    = libseccomp-$(VER)
@@ -33,12 +31,6 @@ DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = libseccomp
-PAK_VER    = 11
-
-DEPS       =
-
-SERVICES   =
 
 ###############################################################################
 # Top-level Rules
diff --git a/lfs/qemu b/lfs/qemu
index 8dfac2753..d7a0ba9ca 100644
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -35,9 +35,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = qemu
-PAK_VER    = 50
+PAK_VER    = 51
 
-DEPS       = alsa libusbredir spice libseccomp libslirp
+DEPS       = alsa libusbredir spice libslirp
 
 SERVICES   =
 
diff --git a/lfs/tor b/lfs/tor
index 09c965c03..350f721ac 100644
--- a/lfs/tor
+++ b/lfs/tor
@@ -34,9 +34,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tor
-PAK_VER    = 91
+PAK_VER    = 92
 
-DEPS       = libseccomp
+DEPS       =
 
 SERVICES   = tor
 


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


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

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

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

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