Package: release.debian.org Severity: normal User: [email protected] Usertags: pu
Hi! rygel package in Wheezy has a autostart file (actually a symlink) /usr/share/autostart/rygel.desktop, and rygel starts automatically on session-managers respecting /usr/share/autostart/ files (e.g. GNOME or KDE). But rygel default configuration has some sensible settings exposing files by default to the LAN. See [1] (note part of the conversation did not reach the BTS unfortunately as the bugreport was already archived). [1] http://bugs.debian.org/706478#41 The version in unstable already does not provide anymore /usr/share/autostart/rygel.desktop thus preventing the start on user sessions by default. Attached is the proposed debdiff to also remove the file in Wheezy. Could this please be accepted as stable-proposed-update? Regards, Salvatore
diff -Nru rygel-0.14.3/debian/changelog rygel-0.14.3/debian/changelog --- rygel-0.14.3/debian/changelog 2012-09-13 11:05:48.000000000 +0200 +++ rygel-0.14.3/debian/changelog 2013-07-22 23:33:20.000000000 +0200 @@ -1,3 +1,12 @@ +rygel (0.14.3-2.1) wheezy-proposed-updates; urgency=low + + * Non-maintainer upload. + * Don't symlink /usr/share/autostart/rygel.desktop to prevent autostart of + rygel by default. The default configuration file contains sensible + settings exposing files to the LAN by default. (Closes: #706478). + + -- Salvatore Bonaccorso <[email protected]> Mon, 22 Jul 2013 17:32:03 +0200 + rygel (0.14.3-2) unstable; urgency=low * Add patch from upstream fixing choppy playback on some clients diff -Nru rygel-0.14.3/debian/rygel.links rygel-0.14.3/debian/rygel.links --- rygel-0.14.3/debian/rygel.links 2012-09-13 11:05:48.000000000 +0200 +++ rygel-0.14.3/debian/rygel.links 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -/usr/share/applications/rygel.desktop /usr/share/autostart/rygel.desktop

