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:56:10 -0700
commited75b8866f205b8b432b743254908a88a589339a (patch)
treee44540fb948b58c5ece8169e7bc6fcb6911faa40
parent8727b7c76a84d4f60b7482ff27529e8ebdfaa935 (diff)
downloadmeta-security-ed75b8866f205b8b432b743254908a88a589339a.tar.gz
aide: Update 01.17.4
Precalculate buffer size in base64 functions (CVE-2021-45417) Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 5a5edebbb8b4b4f2e9725ee141cf09d18f75d81b) 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