diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-10-18 09:06:16 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-10-18 08:23:44 -0700 |
| commit | f71bd5172a14b235e969df0b49b0e4ab53a76854 (patch) | |
| tree | 8cd0142d84e7552fb6776021633dbb72a614ea3f | |
| parent | c57b93b6a6beadf3c8a73d3b33dd1abf376739d9 (diff) | |
| download | meta-openembedded-f71bd5172a14b235e969df0b49b0e4ab53a76854.tar.gz | |
freerdp: upgrade 2.8.0 -> 2.8.1
Changelog:
============
Notewhorth changes:
Fixed CVE-2022-39282
Fixed CVE-2022-39283
Added missing commit for backported #8041: Remove ALAW/ULAW codecs from linux backends (unreliable)
Added hash checks for android build script dependencies
Fixed issues:
#8190: Fix build break with newer FFMPEG versions
#8234: Updated flatpak with build script
#8210: Better execinfo support check for android
#7708: Header now defines DumpThreadHandles
#8176: Check fullscreen state and not setting
#8236: Send resize on window state change
#7611: Audin macOS monterey fix
#8291: Android build script update
Fix length checks and initialization in the deprecated (disabled per default) tsmf channel
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/freerdp/freerdp_2.8.1.bb (renamed from meta-oe/recipes-support/freerdp/freerdp_2.8.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.8.0.bb b/meta-oe/recipes-support/freerdp/freerdp_2.8.1.bb index 33782e56b7..5f539671bc 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_2.8.0.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_2.8.1.bb | |||
| @@ -13,7 +13,7 @@ inherit pkgconfig cmake gitpkgv | |||
| 13 | PE = "1" | 13 | PE = "1" |
| 14 | PKGV = "${GITPKGVTAG}" | 14 | PKGV = "${GITPKGVTAG}" |
| 15 | 15 | ||
| 16 | SRCREV = "e3fc97feb512053189e276b2ca79762990bb8c4c" | 16 | SRCREV = "0ad3f49f0e7eb78586acc6bf6e4605f96f88954e" |
| 17 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \ | 17 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \ |
| 18 | file://winpr-makecert-Build-with-install-RPATH.patch \ | 18 | file://winpr-makecert-Build-with-install-RPATH.patch \ |
| 19 | " | 19 | " |
