From ab199229d4e21613081466ee72c5b09dc06b1c6b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:55:10 +0800 Subject: remmina: upgrade 1.4.35 -> 1.4.36 Changelog: ========== * Fix crash with keyboard-interactive SSH auth * Prevent empty remmina_file_name in remmina.pref * rdp/rdp-plugin: Fix faulty color depth check * Fix typos * Usbredirect on connect * Add global RDP options to set FreeRDP auth filter * Use universal /bin/sh shebang in remmina-rile-wrapper(1) * Added back in line that was accidentally removed before merge * Do not initialize rdp_auth_filter * Add proxy field for SPICE connections * add a conditional check for darwin and NetBSD * Make more obvious to user that Remmina may not be able to exec certain commands when run in a sandbox (snap or flatpak) * Handle GotFrameBufferUpdate on its own thread to prevent freeze * Enable horitical scroll on RDP plugin. * Add timeout option to handle VNC disconnects * Fix bug where option to send clipboard as keystrokes did not appear * Add ability to send a key combination when RDP connection is idle * Do not prompt user for credentials if they have already been entered * Add null check to prevent segfault * Move the idle timer into rf_context to make it session-specific. * Limit connection name on rcw tab to reasonable length * Update several dependencies * Add user prompt for gateway messages * Add reconnect button to rcw * Changed to put call to a message accept panel in the RemminaPluginService struct * Removed unused, commented code * Allow floating toolbar to be drag and dropped to more locations on the screen * Fixed some compile warnings causing issues with GCC 14.2.1 * Update ssh error to not show outdated message Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/remmina/remmina_1.4.35.bb | 50 ----------------------- meta-oe/recipes-support/remmina/remmina_1.4.36.bb | 50 +++++++++++++++++++++++ 2 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 meta-oe/recipes-support/remmina/remmina_1.4.35.bb create mode 100644 meta-oe/recipes-support/remmina/remmina_1.4.36.bb (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.35.bb b/meta-oe/recipes-support/remmina/remmina_1.4.35.bb deleted file mode 100644 index 0cad52df3..000000000 --- a/meta-oe/recipes-support/remmina/remmina_1.4.35.bb +++ /dev/null @@ -1,50 +0,0 @@ -DESCRIPTION = "A feature rich Remote Desktop Application written in GTK+" -HOMEPAGE = "https://remmina.org" -SECTION = "Support" -LICENSE = "GPL-2.0-only & OpenSSL" -LIC_FILES_CHKSUM = "file://LICENSE;md5=dab7215512044d49037272ce1ac4ea8f file://LICENSE.OpenSSL;md5=c1eb3cee0a4dea27503c531267a69769" - -DEPENDS = " \ - glib-2.0-native \ - openssl \ - freerdp \ - gtk+3 \ - gdk-pixbuf \ - atk \ - libgcrypt \ - libsodium \ - libssh \ - vte \ - json-glib \ - libsoup-3.0 \ - libvncserver \ - libsecret \ - libxkbfile \ -" - -DEPENDS:append:libc-musl = " libexecinfo" -LDFLAGS:append:libc-musl = " -lexecinfo" - -SRCREV = "2a455eadd6462457d08c2d066c5c245e0dee3bf9" -SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" -S = "${WORKDIR}/git" - -inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig -REQUIRED_DISTRO_FEATURES = "x11" - -EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF -DHAVE_LIBAPPINDICATOR=OFF -DWITH_WEBKIT2GTK=OFF" - -PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol" -# Switch on gtk support in avahi recipe if you want to enable avahi support -PACKAGECONFIG[avahi] = "-DWITH_AVAHI=ON, -DWITH_AVAHI=OFF, avahi" - -do_configure:append() { - sed -i -e 's|${WORKDIR}||g' ${B}/generated/buildflags.h -} - -RDEPENDS:${PN} = "bash" - -FILES:${PN}+= " \ - ${datadir}/metainfo \ - ${datadir}/mime \ -" diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.36.bb b/meta-oe/recipes-support/remmina/remmina_1.4.36.bb new file mode 100644 index 000000000..62e7d5811 --- /dev/null +++ b/meta-oe/recipes-support/remmina/remmina_1.4.36.bb @@ -0,0 +1,50 @@ +DESCRIPTION = "A feature rich Remote Desktop Application written in GTK+" +HOMEPAGE = "https://remmina.org" +SECTION = "Support" +LICENSE = "GPL-2.0-only & OpenSSL" +LIC_FILES_CHKSUM = "file://LICENSE;md5=dab7215512044d49037272ce1ac4ea8f file://LICENSE.OpenSSL;md5=c1eb3cee0a4dea27503c531267a69769" + +DEPENDS = " \ + glib-2.0-native \ + openssl \ + freerdp \ + gtk+3 \ + gdk-pixbuf \ + atk \ + libgcrypt \ + libsodium \ + libssh \ + vte \ + json-glib \ + libsoup-3.0 \ + libvncserver \ + libsecret \ + libxkbfile \ +" + +DEPENDS:append:libc-musl = " libexecinfo" +LDFLAGS:append:libc-musl = " -lexecinfo" + +SRCREV = "17cf7956b9f925fa788083a2db8d5e669f86bfaf" +SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" +S = "${WORKDIR}/git" + +inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig +REQUIRED_DISTRO_FEATURES = "x11" + +EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF -DHAVE_LIBAPPINDICATOR=OFF -DWITH_WEBKIT2GTK=OFF" + +PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol" +# Switch on gtk support in avahi recipe if you want to enable avahi support +PACKAGECONFIG[avahi] = "-DWITH_AVAHI=ON, -DWITH_AVAHI=OFF, avahi" + +do_configure:append() { + sed -i -e 's|${WORKDIR}||g' ${B}/generated/buildflags.h +} + +RDEPENDS:${PN} = "bash" + +FILES:${PN}+= " \ + ${datadir}/metainfo \ + ${datadir}/mime \ +" -- cgit v1.2.3-54-g00ecf