* [Buildroot] [PATCH 1/1] package/clamav: security bump version to 1.5.2
@ 2026-03-04 19:39 Bernd Kuhls
2026-03-04 21:41 ` Julien Olivain via buildroot
2026-03-14 7:53 ` Thomas Perale via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2026-03-04 19:39 UTC (permalink / raw)
To: buildroot
https://blog.clamav.net/2026/03/clamav-152-and-144-security-patch.html
Fixes CVE-2026-20031: https://www.cve.org/CVERecord?id=CVE-2026-20031
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/clamav/clamav.hash | 2 +-
package/clamav/clamav.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/clamav/clamav.hash b/package/clamav/clamav.hash
index 807c8fc2ea..db50d77194 100644
--- a/package/clamav/clamav.hash
+++ b/package/clamav/clamav.hash
@@ -1,5 +1,5 @@
# Locally calculated
-sha256 64fe4a16a5622c1d71efe9ed7f2c2fbd37f8f237da9f11ff66b73038df71db91 clamav-1.5.1.tar.gz
+sha256 f34018cf22f05bdd9d1a1574ca07193e3e030ca52050c3e5c220e23a32314965 clamav-1.5.2.tar.gz
sha256 0c4fd2fa9733fc9122503797648710851e4ee6d9e4969dd33fcbd8c63cd2f584 COPYING.txt
sha256 d72a145c90918184a05ef65a04c9e6f7466faa59bc1b82c8f6a8ddc7ddcb9bed COPYING/COPYING.bzip2
sha256 dfb818a0d41411c6fb1c193c68b73018ceadd1994bda41ad541cbff292894bc6 COPYING/COPYING.file
diff --git a/package/clamav/clamav.mk b/package/clamav/clamav.mk
index bda714ea65..7f8008ab5f 100644
--- a/package/clamav/clamav.mk
+++ b/package/clamav/clamav.mk
@@ -4,7 +4,7 @@
#
################################################################################
-CLAMAV_VERSION = 1.5.1
+CLAMAV_VERSION = 1.5.2
CLAMAV_SITE = https://www.clamav.net/downloads/production
CLAMAV_LICENSE = GPL-2.0
CLAMAV_LICENSE_FILES = \
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/clamav: security bump version to 1.5.2
2026-03-04 19:39 [Buildroot] [PATCH 1/1] package/clamav: security bump version to 1.5.2 Bernd Kuhls
@ 2026-03-04 21:41 ` Julien Olivain via buildroot
2026-03-14 7:53 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-03-04 21:41 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On 04/03/2026 20:39, Bernd Kuhls wrote:
> https://blog.clamav.net/2026/03/clamav-152-and-144-security-patch.html
>
> Fixes CVE-2026-20031: https://www.cve.org/CVERecord?id=CVE-2026-20031
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/clamav: security bump version to 1.5.2
2026-03-04 19:39 [Buildroot] [PATCH 1/1] package/clamav: security bump version to 1.5.2 Bernd Kuhls
2026-03-04 21:41 ` Julien Olivain via buildroot
@ 2026-03-14 7:53 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2026-03-14 7:53 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Thomas Perale, buildroot
In reply of:
> https://blog.clamav.net/2026/03/clamav-152-and-144-security-patch.html
>
> Fixes CVE-2026-20031: https://www.cve.org/CVERecord?id=CVE-2026-20031
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.11.x & 2026.02.x. Thanks
> ---
> package/clamav/clamav.hash | 2 +-
> package/clamav/clamav.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/clamav/clamav.hash b/package/clamav/clamav.hash
> index 807c8fc2ea..db50d77194 100644
> --- a/package/clamav/clamav.hash
> +++ b/package/clamav/clamav.hash
> @@ -1,5 +1,5 @@
> # Locally calculated
> -sha256 64fe4a16a5622c1d71efe9ed7f2c2fbd37f8f237da9f11ff66b73038df71db91 clamav-1.5.1.tar.gz
> +sha256 f34018cf22f05bdd9d1a1574ca07193e3e030ca52050c3e5c220e23a32314965 clamav-1.5.2.tar.gz
> sha256 0c4fd2fa9733fc9122503797648710851e4ee6d9e4969dd33fcbd8c63cd2f584 COPYING.txt
> sha256 d72a145c90918184a05ef65a04c9e6f7466faa59bc1b82c8f6a8ddc7ddcb9bed COPYING/COPYING.bzip2
> sha256 dfb818a0d41411c6fb1c193c68b73018ceadd1994bda41ad541cbff292894bc6 COPYING/COPYING.file
> diff --git a/package/clamav/clamav.mk b/package/clamav/clamav.mk
> index bda714ea65..7f8008ab5f 100644
> --- a/package/clamav/clamav.mk
> +++ b/package/clamav/clamav.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -CLAMAV_VERSION = 1.5.1
> +CLAMAV_VERSION = 1.5.2
> CLAMAV_SITE = https://www.clamav.net/downloads/production
> CLAMAV_LICENSE = GPL-2.0
> CLAMAV_LICENSE_FILES = \
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-03-14 7:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-04 19:39 [Buildroot] [PATCH 1/1] package/clamav: security bump version to 1.5.2 Bernd Kuhls
2026-03-04 21:41 ` Julien Olivain via buildroot
2026-03-14 7:53 ` Thomas Perale via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox