summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-03-17 15:02:25 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-18 14:33:31 -0700
commit87e26e47695b3a85fc46a4d2a6a9f32c38a5cad7 (patch)
treeca0b7d1379b0f77b4a92c687e8e09b5951c1ea78 /meta-oe/recipes-support
parent9a3f58742f3d08c6a3e951f1580abf88aa77732d (diff)
downloadmeta-openembedded-87e26e47695b3a85fc46a4d2a6a9f32c38a5cad7.tar.gz
freerdp3: upgrade 3.23.0 -> 3.24.0
Contains many bugfixes and CVE fixes: https://github.com/FreeRDP/FreeRDP/releases/tag/3.24.0 Added build option to use internal rc4 and md4 ciphers: this is due to a recent change in oe-core. OpenSSL's legacy ciphers (like RC4 and MD4) are now disabled by default (with 'legacy' PACKAGECONFIG), however FreeRDP3 relies on them. To ensure that the required ciphers are available, build the recipe with this ciphers' internal implementations instead of expecting OpenSSL to support them. Ptests passed successfully. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/freerdp/freerdp3_3.24.0.bb (renamed from meta-oe/recipes-support/freerdp/freerdp3_3.23.0.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp3_3.23.0.bb b/meta-oe/recipes-support/freerdp/freerdp3_3.24.0.bb
index 52ec74d5d7..3c0fed5dc4 100644
--- a/meta-oe/recipes-support/freerdp/freerdp3_3.23.0.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp3_3.24.0.bb
@@ -8,7 +8,7 @@ RDEPENDS:${PN}-ptest += "cmake coreutils"
8 8
9inherit pkgconfig cmake ptest 9inherit pkgconfig cmake ptest
10 10
11SRCREV = "b933ae18d9ad2a1d73c610868fcc30eb61654070" 11SRCREV = "b00402d3258402c868224b6ffed04182cbed78d9"
12SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=master;protocol=https;tag=${PV} \ 12SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=master;protocol=https;tag=${PV} \
13 file://run-ptest" 13 file://run-ptest"
14 14
@@ -39,6 +39,8 @@ EXTRA_OECMAKE = " \
39 -DWITH_SAMPLE=OFF \ 39 -DWITH_SAMPLE=OFF \
40 -DWITH_CAIRO=ON \ 40 -DWITH_CAIRO=ON \
41 -DWITH_MANPAGES=OFF \ 41 -DWITH_MANPAGES=OFF \
42 -DWITH_INTERNAL_RC4=ON \
43 -DWITH_INTERNAL_MD4=ON \
42 " 44 "
43 45
44X11_DEPS = "virtual/libx11 libxinerama libxext libxcursor libxv libxi libxrender libxfixes libxdamage libxrandr libxkbfile" 46X11_DEPS = "virtual/libx11 libxinerama libxext libxcursor libxv libxi libxrender libxfixes libxdamage libxrandr libxkbfile"