diff -Nru vino-3.4.2/debian/changelog vino-3.4.2/debian/changelog --- vino-3.4.2/debian/changelog 2013-01-18 21:57:01.000000000 +0530 +++ vino-3.4.2/debian/changelog 2013-03-27 17:44:07.000000000 +0530 @@ -1,3 +1,10 @@ +vino (3.4.2-0ubuntu1.3) precise; urgency=low + + * debian/patches/lp1027086-dconf-key.patch: + - incorrect schema setting used for authentication-methods (lp: #1027086) + + -- Ritesh Khadgaray Wed, 27 Mar 2013 17:43:16 +0530 + vino (3.4.2-0ubuntu1.2) precise-security; urgency=low * SECURITY UPDATE: clipboard leak to unauthenticated clients diff -Nru vino-3.4.2/debian/patches/lp1027086-dconf-key.patch vino-3.4.2/debian/patches/lp1027086-dconf-key.patch --- vino-3.4.2/debian/patches/lp1027086-dconf-key.patch 1970-01-01 05:30:00.000000000 +0530 +++ vino-3.4.2/debian/patches/lp1027086-dconf-key.patch 2013-03-27 17:45:19.000000000 +0530 @@ -0,0 +1,13 @@ +--- a/common/org.gnome.Vino.gschema.xml 2013-01-19 20:51:41.376849265 +0530 ++++ b/common/org.gnome.Vino.gschema.xml 2013-01-19 20:52:04.852847518 +0530 +@@ -46,10 +46,6 @@ + + Allowed authentication methods + Lists the authentication methods with which remote users may access the desktop. There are two possible authentication methods; "vnc" causes the remote user to be prompted for a password (the password is specified by the vnc-password key) before connecting and "none" which allows any remote user to connect. +- +- +- +- + ['none'] + + diff -Nru vino-3.4.2/debian/patches/series vino-3.4.2/debian/patches/series --- vino-3.4.2/debian/patches/series 2013-01-18 21:56:40.000000000 +0530 +++ vino-3.4.2/debian/patches/series 2013-03-27 17:44:31.000000000 +0530 @@ -7,3 +7,4 @@ nodisplay_autostart.patch disable_webservices_check.patch CVE-2012-4429.patch +lp1027086-dconf-key.patch