From: Arne Fitzenreiter Date: Sun, 31 Mar 2024 11:27:46 +0000 (+0200) Subject: core185: excplicit erase liblzma.so.5.6.* X-Git-Tag: v2.29-core185~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb46f3bef8445a0dba2e92bbb614113a9a4adcaf;p=ipfire-2.x.git core185: excplicit erase liblzma.so.5.6.* because if this file exist the cleanap script will remove the older version after downgrade and the system still use the malewared version. Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/185/update.sh b/config/rootfiles/core/185/update.sh index 28f18a7dac..5c76a97b9e 100644 --- a/config/rootfiles/core/185/update.sh +++ b/config/rootfiles/core/185/update.sh @@ -67,7 +67,8 @@ rm -rvf \ /var/ipfire/geoip-functions.pl \ /var/ipfire/dhcpc/dhcpcd-hooks/00-linux \ /var/ipfire/dhcpc/dhcpcd-hooks/02-dump \ - /var/lib/location/tmp* + /var/lib/location/tmp* \ + /usr/lib/liblzma.so.5.6.* # update linker config ldconfig