diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-20 04:58:41 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-20 04:58:41 +0000 |
commit | f6b2c0506af5f3e16ef7ce8ae70ba80dc5b7305e (patch) | |
tree | 3b13d8aa63dbf52378ecdfa510e8cb88f6348d1a /x11-misc/lightdm/ChangeLog | |
parent | Removed old versions (diff) | |
download | gentoo-2-f6b2c0506af5f3e16ef7ce8ae70ba80dc5b7305e.tar.gz gentoo-2-f6b2c0506af5f3e16ef7ce8ae70ba80dc5b7305e.tar.bz2 gentoo-2-f6b2c0506af5f3e16ef7ce8ae70ba80dc5b7305e.zip |
Stop using custom pam.d files from $FILESDIR and use pamd_mimic to properly use system-local-login. This is now safe because /etc/pam.d/system-login pam_ck_connector.so line has the "nox11" argument in place. This will also be required for systemd compability (pam_systemd.so) wrt #372229. Fix building with sys-devel/gcc >= 4.7.0 wrt #412369 by Alphat-PC and Kacper Kowalik. tidy, drop unused sed, etc
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/lightdm/ChangeLog')
-rw-r--r-- | x11-misc/lightdm/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/x11-misc/lightdm/ChangeLog b/x11-misc/lightdm/ChangeLog index 374ebb47bbc5..0d1e0ab48667 100644 --- a/x11-misc/lightdm/ChangeLog +++ b/x11-misc/lightdm/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for x11-misc/lightdm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.41 2012/06/04 23:23:38 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.42 2012/06/20 04:58:41 ssuominen Exp $ + +*lightdm-1.2.2-r2 (20 Jun 2012) + + 20 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> +lightdm-1.2.2-r2.ebuild: + Stop using custom pam.d files from $FILESDIR and use pamd_mimic to properly + use system-local-login. This is now safe because /etc/pam.d/system-login + pam_ck_connector.so line has the "nox11" argument in place. This will also be + required for systemd compability (pam_systemd.so) wrt #372229. Fix building + with sys-devel/gcc >= 4.7.0 wrt #412369 by Alphat-PC and Kacper Kowalik. 04 Jun 2012; Markos Chandras <hwoarang@gentoo.org> lightdm-1.0.11.ebuild, lightdm-1.2.2-r1.ebuild, lightdm-1.2.2.ebuild: |