package/clamav: bump version to 1.5.1
Release notes: https://blog.clamav.net/2025/10/clamav-150-released.html https://blog.clamav.net/2025/10/clamav-151-patch-version-published.html Added variables to fix build errors: https://gitlab.com/jolivain/buildroot/-/pipelines/2088905409 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
5b8cd76e1a
commit
8b1d8dd25d
@@ -1,5 +1,5 @@
|
||||
# Locally calculated
|
||||
sha256 d874cabf3d4765b35b518ef535658a1e6ec74802006a1d613f9f124aa1343210 clamav-1.4.3.tar.gz
|
||||
sha256 64fe4a16a5622c1d71efe9ed7f2c2fbd37f8f237da9f11ff66b73038df71db91 clamav-1.5.1.tar.gz
|
||||
sha256 0c4fd2fa9733fc9122503797648710851e4ee6d9e4969dd33fcbd8c63cd2f584 COPYING.txt
|
||||
sha256 d72a145c90918184a05ef65a04c9e6f7466faa59bc1b82c8f6a8ddc7ddcb9bed COPYING/COPYING.bzip2
|
||||
sha256 dfb818a0d41411c6fb1c193c68b73018ceadd1994bda41ad541cbff292894bc6 COPYING/COPYING.file
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CLAMAV_VERSION = 1.4.3
|
||||
CLAMAV_VERSION = 1.5.1
|
||||
CLAMAV_SITE = https://www.clamav.net/downloads/production
|
||||
CLAMAV_LICENSE = GPL-2.0
|
||||
CLAMAV_LICENSE_FILES = \
|
||||
@@ -45,6 +45,9 @@ CLAMAV_DEPENDENCIES += musl-fts
|
||||
CLAMAV_LIBS += -lfts
|
||||
endif
|
||||
|
||||
CLAMAV_MAKE_OPTS = \
|
||||
CROSS_COMPILE=$(TARGET_CROSS)
|
||||
|
||||
CLAMAV_CONF_OPTS = \
|
||||
-DCMAKE_EXE_LINKER_FLAGS="$(CLAMAV_LIBS)" \
|
||||
-DCMAKE_SKIP_INSTALL_RPATH=ON \
|
||||
@@ -54,6 +57,7 @@ CLAMAV_CONF_OPTS = \
|
||||
-DENABLE_TESTS=OFF \
|
||||
-DHAVE_SYSTEM_LFS_FTS=ON \
|
||||
-DRUST_COMPILER_TARGET=$(RUSTC_TARGET_NAME) \
|
||||
-DCARGO_HOME=$(HOST_DIR)/share/cargo \
|
||||
-Dtest_run_result=ON \
|
||||
-Dtest_run_result__TRYRUN_OUTPUT=ON
|
||||
|
||||
|
||||
Reference in New Issue
Block a user