diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-22 06:43:55 +0100 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-30 18:59:29 +0100 |
| commit | cebeb9b1a6848c535fa2a3a399affd2fcbc34c51 (patch) | |
| tree | 3456667bc612b555903b00af2edc16789c3d1e54 /meta-oe/recipes-support/freerdp/freerdp_2.6.1.bb | |
| parent | 86566fac39d81d4c3a095d428e147f8a082ee6b7 (diff) | |
| download | meta-openembedded-cebeb9b1a6848c535fa2a3a399affd2fcbc34c51.tar.gz | |
freerdp: patch CVE-2024-32039
Details: https://nvd.nist.gov/vuln/detail/CVE-2024-32039
Pick the commit that is marked to resolve this vulerability, mentioned
by the Github advisory[1].
[1]: https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-q5h8-7j42-j4r9
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/freerdp/freerdp_2.6.1.bb')
| -rw-r--r-- | meta-oe/recipes-support/freerdp/freerdp_2.6.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.6.1.bb b/meta-oe/recipes-support/freerdp/freerdp_2.6.1.bb index 9ad95e1700..c616a55958 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_2.6.1.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_2.6.1.bb | |||
| @@ -32,6 +32,7 @@ SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https | |||
| 32 | file://CVE-2023-40569.patch \ | 32 | file://CVE-2023-40569.patch \ |
| 33 | file://CVE-2023-40589.patch \ | 33 | file://CVE-2023-40589.patch \ |
| 34 | file://CVE-2024-22211.patch \ | 34 | file://CVE-2024-22211.patch \ |
| 35 | file://CVE-2024-32039.patch \ | ||
| 35 | " | 36 | " |
| 36 | 37 | ||
| 37 | S = "${WORKDIR}/git" | 38 | S = "${WORKDIR}/git" |
