diff options
| author | Jonas Gorski <jonas.gorski@bisdn.de> | 2023-11-22 10:39:34 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-22 06:56:15 -0800 |
| commit | 00e928bcb7e933ada8e67f3bfa887988d1ca9d61 (patch) | |
| tree | 1f1f58f96e41505f6383b1a9b99a1ba52325ee70 /meta-networking/recipes-protocols/frr/frr_9.0.1.bb | |
| parent | 077489fda8f27336942457da1eaa022804f327c2 (diff) | |
| download | meta-openembedded-00e928bcb7e933ada8e67f3bfa887988d1ca9d61.tar.gz | |
frr: fix CVEs CVE-2023-4675{2,3} and CVE-2023-4723{4,5}
Add patches fixing CVE CVE-2023-46752, CVE-2023-46753, CVE-2023-47234,
and CVE-2023-47235 to FRR 9.0.
Patch order is commit order, not CVE numerical order, to avoid fuzz /
need for rebasing of the patches.
References:
https://nvd.nist.gov/vuln/detail/CVE-2023-46752
https://nvd.nist.gov/vuln/detail/CVE-2023-46753
https://nvd.nist.gov/vuln/detail/CVE-2023-47234
https://nvd.nist.gov/vuln/detail/CVE-2023-47235
Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols/frr/frr_9.0.1.bb')
| -rw-r--r-- | meta-networking/recipes-protocols/frr/frr_9.0.1.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr_9.0.1.bb b/meta-networking/recipes-protocols/frr/frr_9.0.1.bb index bddc08aebb..c447df0512 100644 --- a/meta-networking/recipes-protocols/frr/frr_9.0.1.bb +++ b/meta-networking/recipes-protocols/frr/frr_9.0.1.bb | |||
| @@ -9,9 +9,15 @@ LICENSE = "GPL-2.0-only & LGPL-2.1-only" | |||
| 9 | LIC_FILES_CHKSUM = "file://doc/licenses/GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 9 | LIC_FILES_CHKSUM = "file://doc/licenses/GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
| 10 | file://doc/licenses/LGPL-2.1;md5=4fbd65380cdd255951079008b364516c" | 10 | file://doc/licenses/LGPL-2.1;md5=4fbd65380cdd255951079008b364516c" |
| 11 | 11 | ||
| 12 | PR = "r1" | ||
| 13 | |||
| 12 | SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/9.0 \ | 14 | SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/9.0 \ |
| 13 | file://frr.pam \ | 15 | file://frr.pam \ |
| 14 | file://0001-tools-make-quiet-actually-suppress-output.patch \ | 16 | file://0001-tools-make-quiet-actually-suppress-output.patch \ |
| 17 | file://CVE-2023-46752.patch \ | ||
| 18 | file://CVE-2023-46753.patch \ | ||
| 19 | file://CVE-2023-47235.patch \ | ||
| 20 | file://CVE-2023-47234.patch \ | ||
| 15 | " | 21 | " |
| 16 | 22 | ||
| 17 | SRCREV = "31ed3dd753d62b5d8916998bc32814007e91364b" | 23 | SRCREV = "31ed3dd753d62b5d8916998bc32814007e91364b" |
