mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
core185: Ship everything that is linked against XZ
This is a precautionary step to avoid that we have any issues to face because of a downgrade as new symbols have been added to liblzma 5.6.0. Furthermore, this should avoid shipping any traces of any other potential malware in XZ that has been added in 5.6.0 or after. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
1
config/rootfiles/core/185/filelists/aarch64/boost
Symbolic link
1
config/rootfiles/core/185/filelists/aarch64/boost
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/aarch64/boost
|
||||
1
config/rootfiles/core/185/filelists/aarch64/grub
Symbolic link
1
config/rootfiles/core/185/filelists/aarch64/grub
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/aarch64/grub
|
||||
1
config/rootfiles/core/185/filelists/apache2
Symbolic link
1
config/rootfiles/core/185/filelists/apache2
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/apache2
|
||||
1
config/rootfiles/core/185/filelists/collectd
Symbolic link
1
config/rootfiles/core/185/filelists/collectd
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/collectd
|
||||
@@ -50,6 +50,7 @@ srv/web/ipfire/cgi-bin/ids.cgi
|
||||
srv/web/ipfire/cgi-bin/index.cgi
|
||||
srv/web/ipfire/cgi-bin/ovpnmain.cgi
|
||||
srv/web/ipfire/cgi-bin/time.cgi
|
||||
usr/lib/python3.10/lib-dynload/_lzma.cpython-310-xxxMACHINExxx-linux-gnu.so
|
||||
usr/local/bin/update-ids-ruleset
|
||||
var/ipfire/backup/bin/backup.pl
|
||||
var/ipfire/ids-functions.pl
|
||||
|
||||
1
config/rootfiles/core/185/filelists/kmod
Symbolic link
1
config/rootfiles/core/185/filelists/kmod
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/kmod
|
||||
1
config/rootfiles/core/185/filelists/libarchive
Symbolic link
1
config/rootfiles/core/185/filelists/libarchive
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/libarchive
|
||||
1
config/rootfiles/core/185/filelists/libtiff
Symbolic link
1
config/rootfiles/core/185/filelists/libtiff
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/libtiff
|
||||
1
config/rootfiles/core/185/filelists/libxml2
Symbolic link
1
config/rootfiles/core/185/filelists/libxml2
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/libxml2
|
||||
1
config/rootfiles/core/185/filelists/riscv64/boost
Symbolic link
1
config/rootfiles/core/185/filelists/riscv64/boost
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/riscv64/boost
|
||||
1
config/rootfiles/core/185/filelists/riscv64/grub
Symbolic link
1
config/rootfiles/core/185/filelists/riscv64/grub
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/riscv64/grub
|
||||
1
config/rootfiles/core/185/filelists/x86_64/boost
Symbolic link
1
config/rootfiles/core/185/filelists/x86_64/boost
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/x86_64/boost
|
||||
1
config/rootfiles/core/185/filelists/x86_64/grub
Symbolic link
1
config/rootfiles/core/185/filelists/x86_64/grub
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/x86_64/grub
|
||||
@@ -88,12 +88,15 @@ chmod -v 640 /etc/sudoers.d/*
|
||||
# Start services
|
||||
telinit u
|
||||
/etc/init.d/sshd restart
|
||||
/etc/init.d/apache restart
|
||||
/etc/init.d/suricata restart
|
||||
/etc/init.d/unbound restart
|
||||
/etc/init.d/ntp start
|
||||
if [ -f /var/ipfire/proxy/enable ]; then
|
||||
/etc/init.d/squid start
|
||||
fi
|
||||
/etc/init.d/collectd restart
|
||||
|
||||
## Modify ovpnconfig according to bug 13548 for no-pass entry for N2N client connections
|
||||
# Check if ovpnconfig exists and is not empty
|
||||
if [ -s /var/ipfire/ovpn/ovpnconfig ]; then
|
||||
|
||||
@@ -37,7 +37,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/foomatic-filters-$(VER_FILTERS)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = foomatic
|
||||
PAK_VER = 9
|
||||
PAK_VER = 10
|
||||
|
||||
DEPS = cups ghostscript hplip
|
||||
|
||||
|
||||
2
lfs/sarg
2
lfs/sarg
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = sarg
|
||||
PAK_VER = 6
|
||||
PAK_VER = 7
|
||||
|
||||
DEPS =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user