From 79a2e740129433f31c0cd25300cbcd7d35dfe697 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 05 2019 19:41:16 +0000 Subject: import vinagre-3.22.0-20.el8 --- diff --git a/SOURCES/vinagre-3.22.0-rdp-password-length.patch b/SOURCES/vinagre-3.22.0-rdp-password-length.patch new file mode 100644 index 0000000..f166241 --- /dev/null +++ b/SOURCES/vinagre-3.22.0-rdp-password-length.patch @@ -0,0 +1,11 @@ +--- vinagre-3.22.0/plugins/rdp/vinagre-rdp-tab.c ++++ vinagre-3.22.0/plugins/rdp/vinagre-rdp-tab.c +@@ -930,7 +930,7 @@ frdp_authenticate (freerdp *instance, + TRUE, + TRUE, + TRUE, +- 20, ++ 255, + domain, + username, + password, diff --git a/SPECS/vinagre.spec b/SPECS/vinagre.spec index 03001d1..c7a5ffd 100644 --- a/SPECS/vinagre.spec +++ b/SPECS/vinagre.spec @@ -4,7 +4,7 @@ Name: vinagre Version: 3.22.0 -Release: 18%{?dist} +Release: 20%{?dist} Summary: VNC client for GNOME Group: Applications/System @@ -36,6 +36,9 @@ Patch6: vinagre-3.22.0-rdp-connection-cancel.patch # https://bugzilla.gnome.org/show_bug.cgi?id=1664381 Patch7: vinagre-3.22.0-logoff.patch +# https://bugzilla.gnome.org/show_bug.cgi?id=1689273 +Patch8: vinagre-3.22.0-rdp-password-length.patch + %if 0%{?with_spice} BuildRequires: pkgconfig(spice-client-gtk-3.0) %endif @@ -92,6 +95,7 @@ Apart from the VNC protocol, vinagre supports Spice and RDP. %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 %build @@ -139,6 +143,15 @@ make check %changelog +* Tue May 21 2019 Marek Kasik - 3.22.0-20 +- Rebuild due to RPMDiff (missing languages +- in vinagre.appdata.xml on x86_64) +- Related: #1689273 + +* Wed May 15 2019 Marek Kasik - 3.22.0-19 +- Set maximum length of RDP password to 255 characters +- Resolves: #1689273 + * Mon Feb 4 2019 Marek Kasik - 3.22.0-18 - Fix logoff from Windows initiated remotely - Resolves: #1664381