diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 618 |
1 files changed, 618 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..92f1b17 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,618 @@ +lightdm (1.10.3-3) unstable; urgency=medium + + * debian/patches: + - 06_change-user-dirs edited, don't use /var/lib/lightdm directly (it + seems to confuse lightdm and break .dmrc saving) but use + /var/lib/lightdm/data and create it at runtime. closes: #767359 + + -- Yves-Alexis Perez <corsac@debian.org> Tue, 04 Nov 2014 21:58:15 +0100 + +lightdm (1.10.3-2) unstable; urgency=medium + + * debian/patches: + - 03_use-desktopnames-properties added, from upstream bzr r1984, use + DesktopNames property in session .desktop file instead of + X-LightDM-DesktopName since GDM uses that key too. + + -- Yves-Alexis Perez <corsac@debian.org> Fri, 24 Oct 2014 14:32:07 +0200 + +lightdm (1.10.3-1) unstable; urgency=medium + + * New upstream release. + * debian/patches: + - 04_fix-double-free-configuration-key-source dropped, included upstream. + * debian/upstream/signing-key.asc added, add PGP key for Robert Ancell + (0x18EAA1890F7C882E). + * debian/watch updated, add mangle option to check PGP signatures. + + -- Yves-Alexis Perez <corsac@debian.org> Thu, 09 Oct 2014 13:01:51 +0200 + +lightdm (1.10.2-3) unstable; urgency=medium + + * debian/patches: + - 04_fix-double-free-configuration-key-source added, fix crash when + key sources are defined twice in config files. closes: #762211 + - 06_change-user-dirs added, use /var/lib/lightdm as user dirs, since it's + the home dir for lightdm user since the beginning and it's already + correctly created. closes: #749243 + * debian/control: + - update standards version to 3.9.6. + + -- Yves-Alexis Perez <corsac@debian.org> Wed, 08 Oct 2014 22:51:19 +0200 + +lightdm (1.10.2-2) unstable; urgency=medium + + * debian/patches: + - 05_debianize-pam-files edited, don't log an error if + libpam-gnome-keyring is not installed. closes: #683508 + * debian/control: + - put lipam-systemd before consolekit in alternative. closes: #763187 + * debian/lightdm.postinst: + - make sure /var/lib/lightdm always exists. closes: #762218 + + -- Yves-Alexis Perez <corsac@debian.org> Sun, 28 Sep 2014 21:58:17 +0200 + +lightdm (1.10.2-1) unstable; urgency=medium + + * debian/patches: + - 06_allow_libpamsystemd_and_ck_together dropped, ConsoleKit is now + deprecated (wether we're using init=systemd or not). + * New upstream release. + * debian/liblightdm-gobject-1-0.symbols: + - update symbol file, add lightdm_user_get_uid. + + -- Yves-Alexis Perez <corsac@debian.org> Wed, 17 Sep 2014 21:48:07 +0200 + +lightdm (1.10.1-3) unstable; urgency=medium + + * debian/rules: + - stop installing apparmor guest profile. closes: #747252 + * debian/control: + - make the libpam-systemd dependency linux-any. + + -- Yves-Alexis Perez <corsac@debian.org> Wed, 11 Jun 2014 20:55:38 +0200 + +lightdm (1.10.1-2) unstable; urgency=medium + + * debian/patches: + - 02_fix-apparmor-profile updated, fix chromium path in apparmor + abstraction profile. closes: #742829 + * debian/control: + - add libpam-systemd as consolekit alternative dependency. closes: #747619 + + -- Yves-Alexis Perez <corsac@debian.org> Sat, 17 May 2014 15:31:23 +0200 + +lightdm (1.10.1-1) unstable; urgency=medium + + * New upstream release. + * debian/patches: + - really apply 02_fix-apparmor-profile, update it. (really) closes:#736075 + + -- Yves-Alexis Perez <corsac@debian.org> Tue, 06 May 2014 07:43:05 +0200 + +lightdm (1.10.0-3) unstable; urgency=medium + + * debian/control: + - add build-dep on dh-systemd. + * debian/lightdm.postinst: + - handle symlinks for systemd service files according to the currently + selected display manager. + * debian/lightdm.service: + - add systemd service file, thanks Martin Pitt for the work.closes: #733220 + * debian/rules: + - use dh systemd addon and configure it to not start the lightdm service + at once. + + -- Yves-Alexis Perez <corsac@debian.org> Mon, 28 Apr 2014 21:15:45 +0200 + +lightdm (1.10.0-2) unstable; urgency=medium + + * Upload to unstable. + + -- Yves-Alexis Perez <corsac@debian.org> Tue, 22 Apr 2014 23:33:26 +0200 + +lightdm (1.10.0-1) experimental; urgency=medium + + * New upstream stable release. + * debian/watch updated to track 1.10 branch. + + -- Yves-Alexis Perez <corsac@debian.org> Tue, 08 Apr 2014 22:54:47 +0200 + +lightdm (1.9.13-1) experimental; urgency=medium + + * New upstream development release. + + -- Yves-Alexis Perez <corsac@debian.org> Tue, 25 Mar 2014 22:04:52 +0100 + +lightdm (1.9.11-1) experimental; urgency=medium + + * New upstream development release. + * debian/watch updated to track versions over 10. + * debian/patches: + - 02_fix-build-glib-before-2.40 removed, included upstream. + + -- Yves-Alexis Perez <corsac@debian.org> Thu, 13 Mar 2014 09:19:21 +0100 + +lightdm (1.9.9-1) experimental; urgency=medium + + * New upstream development release. + * debian/liblightdm-gobject-1-0.symbols, debian/liblightdm-qt-3-0.symbols: + - add a symbol file to handle library dependencies more carefully. + * debian/patches: + - 02_fix-build-glib-before-2.40 added, fix FTBFS with glib before 2.40. + + -- Yves-Alexis Perez <corsac@debian.org> Wed, 12 Mar 2014 11:00:42 +0100 + +lightdm (1.9.8-1) experimental; urgency=medium + + * New upstream development release. + + -- Yves-Alexis Perez <corsac@debian.org> Fri, 21 Feb 2014 22:05:10 +0100 + +lightdm (1.9.6-1) experimental; urgency=medium + + * New upstream development release. + + -- Yves-Alexis Perez <corsac@debian.org> Wed, 22 Jan 2014 21:18:16 +0100 + +lightdm (1.9.5-1) experimental; urgency=medium + + * New upstream development release. + * debian/watch updated to track 1.9 branch. + * debian/patches: + - 04_dont-add-pkglibexecdir-path dropped, gdm-flexiserver script has been + dropped from LightDM so the PATH addition was dropped as well. + - 01_set-default-path and 06_allow_libpamsystemd_and_ck_together + refreshed. + * debian/rules: + - stop removing gdmflexiserver since it doesn't exist anymore. + - configure libexecdir to be /u/l/*/lightdm. + * debian/lightdm.install: + - drop install of lightdm-set-defaults. + - rename lightdm-guest-session-wrapper to lightdm-guest-session. + + -- Yves-Alexis Perez <corsac@debian.org> Sun, 29 Dec 2013 22:28:33 +0100 + +lightdm (1.8.8-1) unstable; urgency=medium + + * New upstream release. + + -- Yves-Alexis Perez <corsac@debian.org> Thu, 13 Mar 2014 09:35:36 +0100 + +lightdm (1.8.7-1) unstable; urgency=medium + + * New upstream release. + * debian/patches: + - 03_fix-pam_chauthtok-call dropped, included upstream. + + -- Yves-Alexis Perez <corsac@debian.org> Thu, 06 Feb 2014 21:41:24 +0100 + +lightdm (1.8.6-2) unstable; urgency=medium + + * debian/patches: + - 03_fix-pam_chauthtok-call added, pass PAM_CHANGE_EXPIRED_AUTHTOK to the + pam_chauthtok() call. closes: #735670 + + -- Yves-Alexis Perez <corsac@debian.org> Sun, 02 Feb 2014 14:15:27 +0100 + +lightdm (1.8.6-1) unstable; urgency=medium + + * New upstream release. + * debian/patches: + - 02_fix-apparmor-profile added: remove inclusion of an AppArmor + abstraction not available in Debian. closes: #736075 + + -- Yves-Alexis Perez <corsac@debian.org> Wed, 22 Jan 2014 21:10:28 +0100 + +lightdm (1.8.5-3) unstable; urgency=low + + * debian/lightdm.postrm: warn if user/group deletion failed. closes: #731220 + * debian/control: + - update standards version to 3.9.5. + + -- Yves-Alexis Perez <corsac@debian.org> Sun, 29 Dec 2013 14:55:54 +0100 + +lightdm (1.8.5-2) unstable; urgency=medium + + * debian/patches: + - 06_allow_libpamsystemd_and_ck_together added. Create a ConsoleKit + session, even if a logind session already exists. That makes transition + from ConsoleKit to systemd/logind somehow easier, but means some events + might happen twice. closes: #728361 + + -- Yves-Alexis Perez <corsac@debian.org> Mon, 02 Dec 2013 21:15:54 +0100 + +lightdm (1.8.5-1) unstable; urgency=low + + * New upstream bugfix release. + * debian/patches: + - 02_default-config removed, replaced by a config snippet. + * debian/01_debian.conf: + - add config snippet for Debian specific config + * debian/lightdm.install: + - install 01_debian.conf to /usr/share/lightdm/lightdm.conf.d/ + + -- Yves-Alexis Perez <corsac@debian.org> Thu, 07 Nov 2013 10:20:11 +0100 + +lightdm (1.8.3-1) unstable; urgency=low + + * New upstream release. + * debian/rules: + - enable all hardening flags. + + -- Yves-Alexis Perez <corsac@debian.org> Thu, 31 Oct 2013 09:31:16 +0100 + +lightdm (1.8.2-1) unstable; urgency=low + + * New upstream release. + * debian/patches: + - 01_set-default-path, 02_default-config, 05_debianize-pam-files + refreshed. + - 03_quit-plymouth disabled for now, to check if problem is really fixed + upstream. + * debian/control: + - rename liblightdm-qt-2-0 to liblightdm-qt-3-0 to match updated soname. + + -- Yves-Alexis Perez <corsac@debian.org> Sun, 20 Oct 2013 20:45:55 +0200 + +lightdm (1.6.3-1) unstable; urgency=low + + * New upstream release. + + -- Yves-Alexis Perez <corsac@debian.org> Wed, 09 Oct 2013 21:22:43 +0200 + +lightdm (1.6.2-1) unstable; urgency=low + + [ Yves-Alexis Perez ] + * debian/po: + - update pl.po, thanks Michał Kułach. closes: #711378 + * New upstream release. + - fix wrong permissions on .Xauthority file and don't pollute homedir with + temporary files. closes: #721744 + * debian/watch updated to track 1.6 branch. + * debian/control: + - update standards version to 3.9.4. + + [ Evgeni Golov ] + * Correct Vcs-* URLs to point to anonscm.debian.org + + -- Yves-Alexis Perez <corsac@debian.org> Wed, 11 Sep 2013 07:41:13 +0200 + +lightdm (1.6.0-3) unstable; urgency=low + + * debian/control: + - drop valac-0.18 dependency for now since it's not available in sid + anyway. closes: #707176 + + -- Yves-Alexis Perez <corsac@debian.org> Sat, 11 May 2013 23:48:35 +0200 + +lightdm (1.6.0-2) unstable; urgency=low + + [ Niv Sardi ] + * Build with GIR + + [ Yves-Alexis Perez ] + * Upload to unstable. + * debian/rules: + - hardening=+pie segfaults but +bindnow does work so keep it enabled. + * debian/docs removed: stop shipping NEWS file since it's the same as + changelog. + + -- Yves-Alexis Perez <corsac@debian.org> Sun, 05 May 2013 14:09:23 +0200 + +lightdm (1.6.0-1) experimental; urgency=low + + * New upstream release. + + -- Yves-Alexis Perez <corsac@debian.org> Wed, 17 Apr 2013 22:06:36 +0200 + +lightdm (1.5.3-1) experimental; urgency=low + + * New upstream unstable release. + * debian/docs: ship NEWS file. closes: #689870 + * debian/watch: + - support .xz tarballs. + * debian/patches: + - 01_set-default-path, 03_quit-plymouth, 04_dont-add-pkglibexecdir-path + and 05_debianize-pam-files refreshed. + * debian/control: + - add build-dep on libgcrypt11-dev. + * debian/rules: + - disable pie hardening flags for now, it segfaults at startup. + - fix gdmflexiserver removal + - fix permissions on apparmor profiles. + * debian/lightdm.install: + - install apparmor profiles. + + -- Yves-Alexis Perez <corsac@debian.org> Sun, 07 Apr 2013 14:30:05 +0200 + +lightdm (1.4.0-1) experimental; urgency=low + + * New upstream release. + * debian/patches: + - 01_set-default-path, 02_default-config and + 04_dont-add-pkglibexecdir-path refreshed for new release. + - 05_debianize-pam-files added, Debianize the lightdm and + lightdm-autologin pam config files. + * debian/control: + - suggests upower. closes: #679538 + - make lightdm depends on lightdm-gtk-greeter | lightdm-greeter, thanks + Ralf Jung for the report. closes: #684714 + - add build-dep on itstool. + * debian/lightdm.install: + - stop installing lightdm upstart script since it's broken. closes: #679409 + - install /u/s/help.* + - install PAM files + * debian/rules: + - stop installing own PAM files. + * debian/*.pam: drop obsolete PAM files. + + -- Yves-Alexis Perez <corsac@debian.org> Sun, 07 Oct 2012 09:16:34 +0200 + +lightdm (1.2.2-3) unstable; urgency=low + + * debian/lightdm.pam: + - enable pam_loginuid. closes: #677435 + * debian/lightdm.lightdm-autologin.pam added, support auto-login when + configured in /etc/lightdm/lightdm.conf. closes: #636104 + * debian/rules: + - install both pam files. + + -- Yves-Alexis Perez <corsac@debian.org> Mon, 18 Jun 2012 21:13:57 +0200 + +lightdm (1.2.2-2) unstable; urgency=low + + * debian/rules: + - re-enable tests now that gcc-4.7 has been fixed. + + -- Yves-Alexis Perez <corsac@debian.org> Wed, 13 Jun 2012 19:51:16 +0200 + +lightdm (1.2.2-1) unstable; urgency=low + + * Upload to unstable. + * New upstream release. closes: #673036 + * debian/rules: + - build with --parallel. + - disable silent rules so build logs are useful. + - disable building test for now since it fails with gcc-4.7. + * debian/*.lintian-overrides added, override warning for hardening + checks, we do enable build flags. + + -- Yves-Alexis Perez <corsac@debian.org> Tue, 15 May 2012 22:44:04 +0200 + +lightdm (1.2.0-1) experimental; urgency=low + + [ Yves-Alexis Perez ] + * New upstream release. + - don't leak fds to child processes. closes: #658678 + * debian/po: + - da.po updated, thanks to “Joe Dalton”. closes: #650946 + * debian/control: + - add Provides: on x-display-manager. closes: #654343 + - liblightdm-gobject-dev requires libdbus-glib-1-dev and libxklavier-dev + so add dependencies. + - drop lightdm-{gtk,qt}-greeter packages since they have been moved to + standalone packages. + - rename lightdm-qt-1-0 package to -2-0 to follow soname bump. + - drop dh-autoreconf build-dep. + - fix liblightdm*-dev package not depending on the library package itself. + - update standards version to 3.9.3. + * debian/watch updated for new tarballs location. + * debian/patches: + - 01_set-default-path refreshed. + - 02_default-config.patch refreshed + + use lightdm-greeter as greeter name, which is provided as an + alternative by the various greeters. + - 04_default-gtk-greeter-config dropped since lightm-gtk-greeter has been + moved to standalone package. + - 06_move-progs-to-pkglibexecdir dropped, included upstream. + - 07_CVE-2011-4105 dropped, code doesn't exist anymore. + - 08_CVE-2011-3153 dropped, included upstream. + * debian/rules: + - don't install libsystem as it's only useful for tests. + - drop autoreconf since we don't need it anymore. + * debian/lightdm-{gtk,qt}-greeter.{config.install.templates,postinst,prerm} + dropped. + * debian/lightdm.pam: + - add selinux lines, thanks Laurent Bigonville. closes: #664805 + + [ Lionel Le Folgoc ] + * debian/patches: add missing DEP3 headers. + + -- Yves-Alexis Perez <corsac@debian.org> Fri, 06 Apr 2012 21:32:13 +0200 + +lightdm (1.0.6-3) unstable; urgency=low + + * debian/patches: + - 07_CVE-2011-4105 refreshed, use AC_USE_SYSTEM_EXTENSIONS in configure.ac + so GNU extensions are used even on kFreeBSD. closes: #649633 + * debian/rules: + - explicitly disable introspection. It seems only enabled on kFreeBSD + builds for some reason. + + -- Yves-Alexis Perez <corsac@debian.org> Sat, 26 Nov 2011 09:34:47 +0100 + +lightdm (1.0.6-2) unstable; urgency=high + + * urgency=high for security fixes. + * debian/patches: + - 07_CVE-2011-4105 added, make sure the file is not a link when chowning + it. (CVE-2011-4105) + - 08_CVE-2011-3153 added, fix information disclosure by droping privileges + before reading and re-writing ~/.dmrc. + + -- Yves-Alexis Perez <corsac@debian.org> Tue, 15 Nov 2011 21:39:30 +0100 + +lightdm (1.0.6-1) unstable; urgency=high + + * New upstream release, urgency=high for security fix. + - fix .Xauthority ownership using lchown() (CVE-2011-4105) + + -- Yves-Alexis Perez <corsac@debian.org> Fri, 04 Nov 2011 20:54:52 +0100 + +lightdm (1.0.4-1) unstable; urgency=low + + * New upstream release. + * debian/patches: + - 01_set-default-path refreshed. + + -- Yves-Alexis Perez <corsac@debian.org> Wed, 26 Oct 2011 07:29:19 +0200 + +lightdm (1.0.3-1) unstable; urgency=low + + * New upstream release. + * debian/watch updated to only track stable releases. + * debian/patches: + - 01_set-default-path and 05_dont-add-pkglibexecdir-path refreshed for new + upstream release. + - 06_move-lightdm-set-defaults-to-pkglibexecdir renamed to + 06_move-progs-to-pkglibexecdir, use the same patch to move + lightdm-guest-session-wrapper to pkglibexecdir and refresh the original + patch for new upstream. + * debian/lightdm.install: + - install lightdm-guest-session-wrapper. + + -- Yves-Alexis Perez <corsac@debian.org> Sat, 08 Oct 2011 13:39:15 +0200 + +lightdm (1.0.2-1) unstable; urgency=low + + * New upstream release. + - don't use autologin pam service, fix startup. closes: #643844 + * debian/control: + - add recommends on policykit-1 to greeters. closes: #643292 + * debian/patches: + - 05_dont-add-pkglibexecdir-path refreshed for new upstream release. + + -- Yves-Alexis Perez <corsac@debian.org> Thu, 06 Oct 2011 07:41:40 +0200 + +lightdm (1.0.0-3) unstable; urgency=low + + * debian/lightdm-{gtk,qt}.{postinst,prerm}: + - don't use dpkg-architecture since it's in dpkg-dev. closes: #643792 + + -- Yves-Alexis Perez <corsac@debian.org> Thu, 29 Sep 2011 22:26:18 +0200 + +lightdm (1.0.0-2) unstable; urgency=low + + * debian/rules: + - correctly enable pie and bindnow. + - use a variable for multi-arch path instead of *. + - use autoreconf dh addon + * debian/control: + - add build-dep on dh-autoreconf and gtk-doc-tools + * debian/patches: + - 06_move-lightdm-set-defaults-to-pkglibexecdir added, move + lightdm-set-defaults to pkglibexecdir instead of libexecdir. + * debian/lightdm-{gtk,qt}-greeter.{postinst,prerm}: + - use variable for multi-arch path instead of *. + - update lightdm-set-defaults path to re-add lightdm folder. + + -- Yves-Alexis Perez <corsac@debian.org> Thu, 29 Sep 2011 12:09:35 +0200 + +lightdm (1.0.0-1) unstable; urgency=low + + * New upstream release. + * debian/patches: + - all patches refreshed + - 02_default-config: explicitly disable tcp listen. + * debian/rules: + - drop all hardening rules now done by dh in compat mode 9, but manually + add pie and bindnow. + - add -Wl,--as-needed -Wl,-O1 to LDFLAGS. + - update gdmflexiserver path for multi-arch paths. + * debian/compat bumped to 9. + * debian/control: + - added build-deb on dpkg-dev (>= 1.16.1) for hardening support. + - dropped hardening-includes from build-depends, now superseded + - update debhelper build-dep to 9 for compat mode v9. + - add Pre-Depends: ${misc:Pre-Depends} to the lib packages. + - add Recommends: on gnome-icon-theme to gtk greeter. closes: #643291 + * debian/liblightdm-gobject-1-0.install, + debian/liblightdm-gobject-dev.install, debian/liblightdm-qt-1-0.install, + debian/liblightdm-qt-dev.install, debian/lightdm.install: + - update to use multi-arch folders. + * debian/lightdm.install: + - in v9 compat mode, libexecdir doesn't have the package name added so + update in consequence + * debian/liblightdm*.{postinst,prerm}: + - update path to lightdm-set-defaults. + * debian/lightdm.postinst: + - don't fail if one can't reload dbus, like in a chroot. closes: #642295 + + -- Yves-Alexis Perez <corsac@debian.org> Thu, 29 Sep 2011 07:39:18 +0200 + +lightdm (0.9.7-1) unstable; urgency=low + + * New upstream release. + - fix consolekit session issues. + + -- Yves-Alexis Perez <corsac@debian.org> Fri, 16 Sep 2011 08:01:12 +0200 + +lightdm (0.9.6-1) unstable; urgency=low + + * New upstream release: + - don't write user files as root to prevent symlinks attacks + [CVE-2011-3349] closes: #639151 + * debian/patches: + - 01_set-default-path, 02_default-config, 03_quit-plymouth, + 04_default-gtk-greeter-config refreshed. + - 05_always-export-XAUTHORITY dropped, included upstream. + - 05_dont-add-pkglibexecdir-path added, don't add /usr/lib/lightdm/lightdm + to the PATH, it's ugly. + * debian/rules: + - don't install gdmflexiserver script for now until the PATH issue is + solved. + * debian/lightdm.install + - install lightdm-set-default and dm-tool there. + * debian/lightdm-{gtk,qt}-greeter.{config,templates,postinst,prerm}: + - provide a way to select the current greeter through debconf. Other + packages providing a greeter use the same templates/config to register + themselves in debconf. + * debian/control: + - add suggests on accountsservice. + + -- Yves-Alexis Perez <corsac@debian.org> Thu, 15 Sep 2011 11:36:21 +0200 + +lightdm (0.9.2-3) unstable; urgency=low + + * debian/patches: + - 05_always-export-XAUTHORITY added, always export path to xauth file. + * debian/lightdm-xsession.desktop: + - provide a default xsession desktop file. closes: #636111 + + -- Yves-Alexis Perez <corsac@debian.org> Sat, 06 Aug 2011 11:34:57 +0200 + +lightdm (0.9.2-2) unstable; urgency=low + + * debian/control; + - use real package name in greeter dependency. closes: #636020 + - recommends desktop-base (for default background) and + gnome-theme-standards (for Adwaita GTK+ 3 theme) in GTK+ greeter. + * debian/patches: + - 04_default-gtk-greeter-config added, tune GTK+ greeter config to match + Debian themes. + + -- Yves-Alexis Perez <corsac@debian.org> Sat, 30 Jul 2011 20:03:59 +0200 + +lightdm (0.9.2-1) unstable; urgency=low + + * New upstream release. + * debian/lightdm.install: + - install locale files in lightdm package. + * debian/rules: + - set greeter user at build time. + * debian/control: + - rename the greeter packages to fit what's in Ubuntu. + - lightdm-vala doesn't provide a greeter anymore. + * debian/lightdm{,-gtk-greeter}.install: + - ship GTK+ greeter config file in the lightdm-gtk-greeter package. + * debian/lightdm.{config,templates} and debian/po debconf files added from + Ubuntu package. + + -- Yves-Alexis Perez <corsac@debian.org> Fri, 29 Jul 2011 20:32:36 +0200 + +lightdm (0.9.0-1) unstable; urgency=low + + * Initial release. closes: #615591 + + -- Yves-Alexis Perez <corsac@debian.org> Thu, 28 Jul 2011 22:39:44 +0200 |