diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-05-18 12:31:00 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-05-23 07:11:55 -0700 |
commit | 5a5edebbb8b4b4f2e9725ee141cf09d18f75d81b (patch) | |
tree | 7a70bb57f68eb870663e5facf6fdb72a1747135f | |
parent | 8e59bd9e0a5a7f5f4da00d924711e3d834d12b4e (diff) | |
download | meta-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" | |||
8 | SRC_URI = "https://github.com/aide/aide/releases/download/v${PV}/${BPN}-${PV}.tar.gz \ | 8 | SRC_URI = "https://github.com/aide/aide/releases/download/v${PV}/${BPN}-${PV}.tar.gz \ |
9 | file://aide.conf" | 9 | file://aide.conf" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "a2eb1883cafaad056fbe43ee1e8ae09fd36caa30a0bc8edfea5d47bd67c464f8" | 11 | SRC_URI[sha256sum] = "c81505246f3ffc2e76036d43a77212ae82895b5881d9b9e25c1361b1a9b7a846" |
12 | 12 | ||
13 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||