diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-20 16:54:39 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-20 08:46:29 -0800 |
| commit | 4c94bb2d5300fb7876a3e6855510a6550ec3e954 (patch) | |
| tree | fddef2331077671bc59586ce89665d4429fa12e1 /meta-oe/recipes-support/remmina | |
| parent | a7e8528bb61693f6c041f8f10b9647b615204689 (diff) | |
| download | meta-openembedded-4c94bb2d5300fb7876a3e6855510a6550ec3e954.tar.gz | |
remmina: upgrade 1.4.33 -> 1.4.34
Changelog:
==========
* [REM-2981] Move ssh-unrelated code outside of HAVE_LIBSSH ifdef
* [REM-2974] only attempt to resolve hostname if initial ssh_connect fails
* [REM-2980] Remove flag that prevented remote audio from working with flatpak version of Remmina
* [REM-2982] Update Flatpak to use GNOME runtime version 44
* initial port to core22
* [REM-2984] Add null check to prevent freeze when opening an rdp connection
* Fix GTK critical error when editing RDP profile
* Remove snap installs for broken link executables
* SSH private key auth: If username is empty, prompt user to enter it
* Fix Flatpak freeze on connection when importing RDP profile
* Fix of some grammatic issues in German translation
* [REM-3003] Re-add line removed by accident in !2532
* GtkFileChooserNative support
* Spice UNIX socket channel initialization enhancement
* Fix segfault for 'remmina -p'
* Add unlocking code to let plugins use passwords
* CI Pipeline Updates
* [freerdp] update to build for stable-3.0
* Allow Remmina to be built without FreeRDP
* [REM-3048] Fix crash on multi-monitor with FreeRDP3
* Added developer_name to meet new flathub requirements
* [New features] Bring back remmina server features with new additions
* [REM-2983] compile ssh with gcrypt for flatpak builds. Also sync flatpak...
* Update copyright info
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/remmina')
| -rw-r--r-- | meta-oe/recipes-support/remmina/remmina_1.4.34.bb (renamed from meta-oe/recipes-support/remmina/remmina_1.4.33.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.33.bb b/meta-oe/recipes-support/remmina/remmina_1.4.34.bb index 590f5089e5..921d34d9fd 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.33.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.34.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 = "2c4e1479433e51418ecb6089f35182bfebc5b57e" | 28 | SRCREV = "75a0bdb795d99e052690178ae0d81ebdbd2cbdd3" |
| 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 | ||
