Date: Tue, 7 Oct 2025 21:47:45 GMT From: Yasuhiro Kimura <yasu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 62b4a581385e - main - security/clamav-lts: Update to 1.4.3 Message-ID: <202510072147.597Lljoe080869@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=62b4a581385e98052d73be97f9978c26f967324d commit 62b4a581385e98052d73be97f9978c26f967324d Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2025-08-20 21:31:56 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2025-10-07 21:46:13 +0000 security/clamav-lts: Update to 1.4.3 Now that security/clamav is updated to 1.5.0, update this port to newer version of LTS. ReleaseNotes: https://blog.clamav.net/2024/08/clamav-140-feature-release-and-clamav.html (1.4.0) ReleaseNotes: https://blog.clamav.net/2024/09/clamav-141-132-107-and-010312-security.html (1.4.1) ReleaseNotes: https://blog.clamav.net/2025/01/clamav-142-and-108-security-patch.html (1.4.2) ReleaseNotes: https://blog.clamav.net/2025/06/clamav-143-and-109-security-patch.html (1.4.3) --- security/clamav-lts/Makefile | 7 ++----- security/clamav-lts/distinfo | 6 +++--- security/clamav-lts/pkg-plist | 17 +++++++++-------- 3 files changed, 14 insertions(+), 16 deletions(-) diff --git a/security/clamav-lts/Makefile b/security/clamav-lts/Makefile index e46831bdd85e..649e55e9c5c3 100644 --- a/security/clamav-lts/Makefile +++ b/security/clamav-lts/Makefile @@ -1,6 +1,5 @@ PORTNAME= clamav -DISTVERSION= 1.0.9 -PORTREVISION= 3 +DISTVERSION= 1.4.3 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.clamav.net/downloads/production/ @@ -56,7 +55,7 @@ PLIST_SUB+= CLAMAVGROUP=${_CLAMAVGROUP} \ LOGDIR=${_LOGDIR} \ RUNDIR=${_RUNDIR} -OPTIONS_DEFINE= ARC ARJ DOCS EXPERIMENTAL LHA MILTER STDERR TESTS UNRAR UNZOO +OPTIONS_DEFINE= ARC ARJ DOCS EXPERIMENTAL MILTER STDERR TESTS UNRAR UNZOO OPTIONS_DEFAULT= ARC ARJ MILTER UNRAR UNZOO OPTIONS_SUB= yes @@ -64,7 +63,6 @@ OPTIONS_SUB= yes ARC_DESC= Enable arch archives support ARJ_DESC= Enable arj archives support EXPERIMENTAL_DESC= Build experimental code -LHA_DESC= Enable lha archives support MILTER_DESC= Compile the milter interface STDERR_DESC= Print logs to stderr instead of stdout TESTS_DESC= Build with test enabled (`make test` requires it) @@ -73,7 +71,6 @@ UNZOO_DESC= Enable zoo archives support ARC_RUN_DEPENDS= arc:archivers/arc ARJ_RUN_DEPENDS= arj:archivers/arj EXPERIMENTAL_CMAKE_BOOL= ENABLE_EXPERIMENTAL -LHA_RUN_DEPENDS= lha:archivers/lha .if !exists(/usr/lib/libmilter.so) MILTER_LIB_DEPENDS= libmilter.so:mail/libmilter .endif diff --git a/security/clamav-lts/distinfo b/security/clamav-lts/distinfo index 419e91d444af..a1d6758e0bc9 100644 --- a/security/clamav-lts/distinfo +++ b/security/clamav-lts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751913572 -SHA256 (clamav-1.0.9.tar.gz) = 5d3a20633bd589f612a71905a4fb50c1ee857cfbe6c72644368cac0030a1eeb4 -SIZE (clamav-1.0.9.tar.gz) = 50881023 +TIMESTAMP = 1755724912 +SHA256 (clamav-1.4.3.tar.gz) = d874cabf3d4765b35b518ef535658a1e6ec74802006a1d613f9f124aa1343210 +SIZE (clamav-1.4.3.tar.gz) = 49606835 diff --git a/security/clamav-lts/pkg-plist b/security/clamav-lts/pkg-plist index c80a4f378e0c..5781f49bea8a 100644 --- a/security/clamav-lts/pkg-plist +++ b/security/clamav-lts/pkg-plist @@ -13,17 +13,18 @@ include/clamav-version.h include/clamav.h include/libfreshclam.h lib/libclamav.so -lib/libclamav.so.11 -lib/libclamav.so.11.0.0 +lib/libclamav.so.12 +lib/libclamav.so.12.0.3 +lib/libclamav_rust.a %%UNRAR%%lib/libclamunrar.so -%%UNRAR%%lib/libclamunrar.so.11 -%%UNRAR%%lib/libclamunrar.so.11.0.0 +%%UNRAR%%lib/libclamunrar.so.12 +%%UNRAR%%lib/libclamunrar.so.12.0.3 %%UNRAR%%lib/libclamunrar_iface.so -%%UNRAR%%lib/libclamunrar_iface.so.11 -%%UNRAR%%lib/libclamunrar_iface.so.11.0.0 +%%UNRAR%%lib/libclamunrar_iface.so.12 +%%UNRAR%%lib/libclamunrar_iface.so.12.0.3 lib/libfreshclam.so -lib/libfreshclam.so.2 -lib/libfreshclam.so.2.0.2 +lib/libfreshclam.so.3 +lib/libfreshclam.so.3.0.2 libdata/pkgconfig/libclamav.pc share/man/man1/clambc.1.gz share/man/man1/clamconf.1.gzhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510072147.597Lljoe080869>
