diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-12 10:58:11 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-11 22:02:02 -0700 |
commit | 04a02df39d4870dacd42003bbdcbf19f6b5dc372 (patch) | |
tree | 7166824c263f23274cb16924aea2c89fb49860b9 | |
parent | 522a26cc2f5083f5950ed96fe55c49fbcdbea7b7 (diff) | |
download | meta-openembedded-04a02df39d4870dacd42003bbdcbf19f6b5dc372.tar.gz |
remmina: upgrade 1.4.34 -> 1.4.35
Changelog:
==========
* Fix build for openssl-1.1
* Allow running an SSH command when connecting via ssh tunnel
* Check if WINPR_ASSERT is defined
* [REM-3047] fix issue compiling with gcc-14
* Fix crash caused by enabling disablepasswordstoring
* Revert setting loadbalanceinfo to the old method used before FreeRDP3
* updated call to set FreeRDP_LoadBalanceInfo
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/remmina/remmina_1.4.35.bb (renamed from meta-oe/recipes-support/remmina/remmina_1.4.34.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.34.bb b/meta-oe/recipes-support/remmina/remmina_1.4.35.bb index 921d34d9fd..0cad52df3a 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.34.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.35.bb | |||
@@ -25,7 +25,7 @@ DEPENDS = " \ | |||
25 | DEPENDS:append:libc-musl = " libexecinfo" | 25 | DEPENDS:append:libc-musl = " libexecinfo" |
26 | LDFLAGS:append:libc-musl = " -lexecinfo" | 26 | LDFLAGS:append:libc-musl = " -lexecinfo" |
27 | 27 | ||
28 | SRCREV = "75a0bdb795d99e052690178ae0d81ebdbd2cbdd3" | 28 | SRCREV = "2a455eadd6462457d08c2d066c5c245e0dee3bf9" |
29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" | 29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" |
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
31 | 31 | ||