From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4dnfWV0XnKz30HB for ; Fri, 09 Jan 2026 11:22:30 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4dnfWV0Ckjz2xM3 for ; Fri, 09 Jan 2026 11:22:30 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [IPv6:2001:678:b28::161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E7" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4dnfWT0sFpz1v for ; Fri, 09 Jan 2026 11:22:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1767957749; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ZZcgsi+huXC6PePty6LEw7KPLvczxkbNybJCsjcpKKs=; b=9EIGEW/2m9kinoG4BLdFaGokyKqIcDsmTg/6C6sUvDQYvpUtvuPr2ldCyjfBjdnHf/PtbD 1Yb0AnsN4sE/4gCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1767957749; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ZZcgsi+huXC6PePty6LEw7KPLvczxkbNybJCsjcpKKs=; b=RgLv/3vsUKmb4sBEkQbIrWFVySDdAFfVVW1+4GLnVNRTQ3dsUi3OWfjXJLJBjBNHT7mt2r uDdZTHNMEEfLiX+4TS1G9qgKavBceiSEM2f6fyBQ3OdoG5KLkFYN2KjH8JTqhyepaqYjx3 lXdb6wYy4EsLOsEzrJNqOPfteZ2CvLQ1N7K+8syUMfAfNYsw5JO3lEJdGbvgW/ucF5aJvo PPkh2sjKCeNj1rj7IDEpQQk0gdn+2dMESCi5jXapftcDCvffWlPs/8DZvFMt0zcTgp6O46 YG/Ak/3++QtqvJvWioaYu0MPVi6+q/t8+48gsAeS/D6lPpE6eR7sDHr36Ddm8g== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4dnfWS460mz2xSm; Fri, 09 Jan 2026 11:22:28 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 5d44a45ea54e0402c01e3fec6c79fe902746614e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d5e9e2ba609353dfc868c60d6556df031571fa47 X-Git-Newrev: 5d44a45ea54e0402c01e3fec6c79fe902746614e Message-Id: <4dnfWS460mz2xSm@people01.haj.ipfire.org> Date: Fri, 09 Jan 2026 11:22:28 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: 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 5d44a45ea54e0402c01e3fec6c79fe902746614e (commit) via 2962d3873bc342c32919ea07f6656de93560aa68 (commit) from d5e9e2ba609353dfc868c60d6556df031571fa47 (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 5d44a45ea54e0402c01e3fec6c79fe902746614e Author: Michael Tremer Date: Fri Jan 9 11:19:41 2026 +0000 core199: Don't cleanup any libfuse.so.* files libfuse does not follow the usual rules of versioning their libraries which is why we need to create an exception. Fixes: #13922 - Core 199 - QEMU VMs no longer start - libfuse3.so.4 missing Reported-by: Arno Jonker Signed-off-by: Michael Tremer commit 2962d3873bc342c32919ea07f6656de93560aa68 Author: Michael Tremer Date: Fri Jan 9 11:10:42 2026 +0000 clamav: Revert to version 1.4.3 This is necessary as the new 1.5.x releases are not able to validate the signature of their database. Suggested-by: Adolf Belka Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/199/filelists/files | 1 + config/rootfiles/packages/clamav | 14 ++++++------ lfs/clamav | 36 +++++++++++++++---------------- src/scripts/filesystem-cleanup | 4 ++++ 4 files changed, 30 insertions(+), 25 deletions(-) Difference in files: diff --git a/config/rootfiles/core/199/filelists/files b/config/rootfiles/core/199/filelists/files index a8135369b2..89e87f23da 100644 --- a/config/rootfiles/core/199/filelists/files +++ b/config/rootfiles/core/199/filelists/files @@ -23,6 +23,7 @@ srv/web/ipfire/cgi-bin/modem-status.cgi srv/web/ipfire/cgi-bin/vulnerabilities.cgi srv/web/ipfire/cgi-bin/wireguard.cgi srv/web/ipfire/cgi-bin/wirelessclient.cgi +usr/local/bin/filesystem-cleanup usr/local/bin/lldpdctrl usr/sbin/openvpn-authenticator usr/sbin/redirect_wrapper diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/clamav index 5e5fe5438f..d5495e4b7b 100644 --- a/config/rootfiles/packages/clamav +++ b/config/rootfiles/packages/clamav @@ -14,20 +14,20 @@ usr/bin/sigtool #usr/include/libfreshclam.h usr/lib/libclamav.so usr/lib/libclamav.so.12 -usr/lib/libclamav.so.12.1.0 +usr/lib/libclamav.so.12.0.3 #usr/lib/libclamav_rust.a usr/lib/libclammspack.so usr/lib/libclammspack.so.0 usr/lib/libclammspack.so.0.8.0 usr/lib/libclamunrar.so usr/lib/libclamunrar.so.12 -usr/lib/libclamunrar.so.12.1.0 +usr/lib/libclamunrar.so.12.0.3 usr/lib/libclamunrar_iface.so usr/lib/libclamunrar_iface.so.12 -usr/lib/libclamunrar_iface.so.12.1.0 +usr/lib/libclamunrar_iface.so.12.0.3 usr/lib/libfreshclam.so -usr/lib/libfreshclam.so.4 -usr/lib/libfreshclam.so.4.0.0 +usr/lib/libfreshclam.so.3 +usr/lib/libfreshclam.so.3.0.2 #usr/lib/pkgconfig/libclamav.pc usr/sbin/clamd #usr/share/doc/ClamAV @@ -133,6 +133,7 @@ usr/sbin/clamd #usr/share/doc/ClamAV/html/manual/Installing/Add-clamav-user.html #usr/share/doc/ClamAV/html/manual/Installing/Community-projects.html #usr/share/doc/ClamAV/html/manual/Installing/Docker.html +#usr/share/doc/ClamAV/html/manual/Installing/Installing-from-source-Unix-old.html #usr/share/doc/ClamAV/html/manual/Installing/Installing-from-source-Unix.html #usr/share/doc/ClamAV/html/manual/Installing/Installing-from-source-Windows.html #usr/share/doc/ClamAV/html/manual/Installing/Packages.html @@ -167,6 +168,7 @@ usr/sbin/clamd #usr/share/doc/ClamAV/html/print.html #usr/share/doc/ClamAV/html/searcher.js #usr/share/doc/ClamAV/html/searchindex.js +#usr/share/doc/ClamAV/html/searchindex.json #usr/share/doc/ClamAV/html/sitemap.xml #usr/share/doc/ClamAV/html/theme-dawn.js #usr/share/doc/ClamAV/html/theme-tomorrow_night.js @@ -174,8 +176,6 @@ usr/sbin/clamd #usr/share/doc/ClamAV/html/toc.js #usr/share/doc/ClamAV/html/tomorrow-night.css #var/ipfire/clamav -#var/ipfire/clamav/certs -#var/ipfire/clamav/certs/clamav.crt var/ipfire/clamav/clamd.conf var/ipfire/clamav/clamd.conf.sample var/ipfire/clamav/freshclam.conf diff --git a/lfs/clamav b/lfs/clamav index 10880b85f9..254da1281b 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -26,7 +26,7 @@ include Config SUMMARY = Antivirus Toolkit -VER = 1.5.1 +VER = 1.4.3 THISAPP = clamav-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = clamav -PAK_VER = 79 +PAK_VER = 80 DEPS = @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d6fd0885ea2864b0fecf040d6b0a088b8d9ad05a555697eab6c999b4a8b3d14bc2ee0968ef4dcb3f3b56d8361faecb98afa5ff4ffbb843cf1bf221a4e27a4496 +$(DL_FILE)_BLAKE2 = 144be77e7104ebf78482c9efc411a4a168bb4ea3ad18abb237e7bcc1f5cf3e2c10d5478a54d9dc0d82b028c923065bc614cd535fd4f67fb1e73f5fe1c6425861 install : $(TARGET) @@ -87,21 +87,21 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && mkdir -pv build cd $(DIR_APP)/build && cmake .. -G Ninja \ - -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_INSTALL_PREFIX=/usr \ - -D CMAKE_INSTALL_LIBDIR=/usr/lib \ - -D OPTIMIZE=ON \ - -D BYTECODE_RUNTIME="interpreter" \ - -D ENABLE_TESTS=OFF \ - -D ENABLE_CLAMONACC=OFF \ - -D ENABLE_MILTER=OFF \ - -D ENABLE_MAN_PAGES=OFF \ - -D ENABLE_EXTERNAL_MSPACK=OFF \ - -D ENABLE_FRESHCLAM_DNS_FIX=ON \ - -D ENABLE_SYSTEMD=OFF \ - -D APP_CONFIG_DIRECTORY=/var/ipfire/clamav \ - -D CURSES_LIBRARY=/usr/lib/libncurses.so \ - -D DATABASE_DIRECTORY=$(DATABASE_DIR) + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib \ + -DOPTIMIZE=ON \ + -DBYTECODE_RUNTIME="interpreter" \ + -DENABLE_TESTS=OFF \ + -DENABLE_CLAMONACC=OFF \ + -DENABLE_MILTER=OFF \ + -DENABLE_MAN_PAGES=OFF \ + -DENABLE_EXTERNAL_MSPACK=OFF \ + -DENABLE_FRESHCLAM_DNS_FIX=ON \ + -DENABLE_SYSTEMD=OFF \ + -DAPP_CONFIG_DIRECTORY=/var/ipfire/clamav \ + -DCURSES_LIBRARY=/usr/lib/libncurses.so \ + -DDATABASE_DIRECTORY=$(DATABASE_DIR) cd $(DIR_APP)/build && ninja $(MAKETUNING) && ninja install mkdir -pv $(DATABASE_DIR) diff --git a/src/scripts/filesystem-cleanup b/src/scripts/filesystem-cleanup index a1b5e88913..22dee138fd 100644 --- a/src/scripts/filesystem-cleanup +++ b/src/scripts/filesystem-cleanup @@ -56,6 +56,10 @@ main() { */libboost*) continue ;; + # libfuse does not seem to understand how to version their libraries + */libfuse.*) + continue + ;; esac # Read the name of the linked library hooks/post-receive -- IPFire 2.x development tree