summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/frr/frr_8.4.4.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2023-10-10 16:09:32 +0800
committerArmin Kuster <akuster808@gmail.com>2023-10-15 19:09:42 -0400
commit332fce9304d841574e29684e399c9c1e111e0545 (patch)
tree153e0674102d35c15071f95c16c8e78b3a02ee0c /meta-networking/recipes-protocols/frr/frr_8.4.4.bb
parentf77bc7fda8f973e8926c24ca489084a36d9dffe0 (diff)
downloadmeta-openembedded-332fce9304d841574e29684e399c9c1e111e0545.tar.gz
frr: Fix CVE-2023-41358 and CVE-2023-41360
Backport patches to fix CVE-2023-41358 and CVE-2023-41360. References: https://nvd.nist.gov/vuln/detail/CVE-2023-41358 https://nvd.nist.gov/vuln/detail/CVE-2023-41360 Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols/frr/frr_8.4.4.bb')
-rw-r--r--meta-networking/recipes-protocols/frr/frr_8.4.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr_8.4.4.bb b/meta-networking/recipes-protocols/frr/frr_8.4.4.bb
index f32b52f331..826b687806 100644
--- a/meta-networking/recipes-protocols/frr/frr_8.4.4.bb
+++ b/meta-networking/recipes-protocols/frr/frr_8.4.4.bb
@@ -13,6 +13,8 @@ SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/8.4 \
13 file://frr.pam \ 13 file://frr.pam \
14 file://0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch \ 14 file://0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch \
15 file://CVE-2023-3748.patch \ 15 file://CVE-2023-3748.patch \
16 file://CVE-2023-41358.patch \
17 file://CVE-2023-41360.patch \
16 " 18 "
17 19
18SRCREV = "45e36c0c00a517ad1606135b18c5753e210cfc0d" 20SRCREV = "45e36c0c00a517ad1606135b18c5753e210cfc0d"