summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-05-18 12:31:00 -0700
committerArmin Kuster <akuster808@gmail.com>2022-05-23 07:11:55 -0700
commit5a5edebbb8b4b4f2e9725ee141cf09d18f75d81b (patch)
tree7a70bb57f68eb870663e5facf6fdb72a1747135f
parent8e59bd9e0a5a7f5f4da00d924711e3d834d12b4e (diff)
downloadmeta-security-5a5edebbb8b4b4f2e9725ee141cf09d18f75d81b.tar.gz
aide: Update 01.17.4
Precalculate buffer size in base64 functions (CVE-2021-45417) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-ids/aide/aide_0.17.4.bb (renamed from recipes-ids/aide/aide_0.17.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ids/aide/aide_0.17.3.bb b/recipes-ids/aide/aide_0.17.4.bb
index fcab504..6bc2bfe 100644
--- a/recipes-ids/aide/aide_0.17.3.bb
+++ b/recipes-ids/aide/aide_0.17.4.bb
@@ -8,7 +8,7 @@ DEPENDS = "bison-native libpcre"
8SRC_URI = "https://github.com/aide/aide/releases/download/v${PV}/${BPN}-${PV}.tar.gz \ 8SRC_URI = "https://github.com/aide/aide/releases/download/v${PV}/${BPN}-${PV}.tar.gz \
9 file://aide.conf" 9 file://aide.conf"
10 10
11SRC_URI[sha256sum] = "a2eb1883cafaad056fbe43ee1e8ae09fd36caa30a0bc8edfea5d47bd67c464f8" 11SRC_URI[sha256sum] = "c81505246f3ffc2e76036d43a77212ae82895b5881d9b9e25c1361b1a9b7a846"
12 12
13inherit autotools pkgconfig 13inherit autotools pkgconfig
14 14