diff options
author | Vijay Anusuri <vanusuri@mvista.com> | 2024-07-02 11:57:59 +0530 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-07-17 19:52:27 -0400 |
commit | 1fb975517b09e002716985df7dd7c108c469f247 (patch) | |
tree | 956bd78263c433c4fe7f8f4866ce2d936c10f93f /recipes-scanners/clamav/clamav_0.104.0.bb | |
parent | 353078bc06c8b471736daab6ed193e30d533d1f1 (diff) | |
download | meta-security-kirkstone-next.tar.gz |
clamav: Fix for CVE-2024-20328kirkstone-next
Upstream-Status: Backport [https://github.com/Cisco-Talos/clamav/commit/fe7638287bb11419474ea314652404e7e9b314b2]
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-scanners/clamav/clamav_0.104.0.bb')
-rw-r--r-- | recipes-scanners/clamav/clamav_0.104.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-scanners/clamav/clamav_0.104.0.bb b/recipes-scanners/clamav/clamav_0.104.0.bb index 18e8329..9e6693f 100644 --- a/recipes-scanners/clamav/clamav_0.104.0.bb +++ b/recipes-scanners/clamav/clamav_0.104.0.bb | |||
@@ -21,6 +21,7 @@ SRC_URI = "git://github.com/vrtadmin/clamav-devel;branch=rel/0.104;protocol=http | |||
21 | file://headers_fixup.patch \ | 21 | file://headers_fixup.patch \ |
22 | file://oe_cmake_fixup.patch \ | 22 | file://oe_cmake_fixup.patch \ |
23 | file://fix_systemd_socket.patch \ | 23 | file://fix_systemd_socket.patch \ |
24 | file://CVE-2024-20328.patch \ | ||
24 | " | 25 | " |
25 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
26 | 27 | ||