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 f53ec8fa5c94147168ff69f0f52676c6e97ef41e (commit) from b8a10c1e8354b0ced70a2ebd6bc0af025c66cf6a (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 f53ec8fa5c94147168ff69f0f52676c6e97ef41e Author: Matthias Fischer matthias.fischer@ipfire.org Date: Tue Aug 29 13:02:13 2023 +0200
clamav: Update to 1.2.0
For details see: https://blog.clamav.net/2023/08/clamav-120-feature-version-and-111-102.html
Changelog is IMHO too long to be published here...
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/clamav | 8 ++++---- lfs/clamav | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-)
Difference in files: diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/clamav index d49a12d52..a3ec7d6cb 100644 --- a/config/rootfiles/packages/clamav +++ b/config/rootfiles/packages/clamav @@ -14,19 +14,19 @@ usr/bin/sigtool #usr/include/libfreshclam.h usr/lib/libclamav.so usr/lib/libclamav.so.12 -usr/lib/libclamav.so.12.0.0 +usr/lib/libclamav.so.12.0.1 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.0.0 +usr/lib/libclamunrar.so.12.0.1 usr/lib/libclamunrar_iface.so usr/lib/libclamunrar_iface.so.12 -usr/lib/libclamunrar_iface.so.12.0.0 +usr/lib/libclamunrar_iface.so.12.0.1 usr/lib/libfreshclam.so usr/lib/libfreshclam.so.3 -usr/lib/libfreshclam.so.3.0.0 +usr/lib/libfreshclam.so.3.0.1 #usr/lib/pkgconfig/libclamav.pc usr/sbin/clamd #usr/share/doc/ClamAV diff --git a/lfs/clamav b/lfs/clamav index 88619afcb..2a2cb0853 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -26,7 +26,7 @@ include Config
SUMMARY = Antivirus Toolkit
-VER = 1.1.1 +VER = 1.2.0
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 = 68 +PAK_VER = 69
DEPS =
@@ -50,7 +50,8 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 880318a2be3dcc8bc425cd6d7bbc4fb2b6dd28e9f491dcac382e8a9ff7c0229d846512127c6e10a1e1aa7daa5ac53a5284462e341f29725269f8862e73310caa +$(DL_FILE)_BLAKE2 = 83df24d253f71e2c200c13c318aa6a52d34830e5e464a90f2a84e5c1b75a64f366b73aa1da9f5780b70d6f3ab97496910484ab5d52441cc1909d5ab4685330c2 +
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree