[Pkg-xfce-commits] r8201 - in /goodies/trunk/lightdm/debian: changelog patches/03_fix-pam_chauthtok-call.patch patches/series

Yves-Alexis Perez corsac at moszumanska.debian.org
Sun Feb 2 13:15:21 UTC 2014


Author: corsac
Date: Sun Feb  2 13:15:21 2014
New Revision: 8201

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8201
Log:
* debian/patches:
  - 03_fix-pam_chauthtok-call added, pass PAM_CHANGE_EXPIRED_AUTHTOK to the
    pam_chauthtok() call.                                     closes: #735670

Added:
    goodies/trunk/lightdm/debian/patches/03_fix-pam_chauthtok-call.patch
Modified:
    goodies/trunk/lightdm/debian/changelog
    goodies/trunk/lightdm/debian/patches/series

Modified: goodies/trunk/lightdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/changelog?rev=8201&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/changelog	(original)
+++ goodies/trunk/lightdm/debian/changelog	Sun Feb  2 13:15:21 2014
@@ -1,3 +1,11 @@
+lightdm (1.8.6-2) UNRELEASED; 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 at debian.org>  Sun, 02 Feb 2014 14:09:25 +0100
+
 lightdm (1.8.6-1) unstable; urgency=medium
 
   * New upstream release.

Added: goodies/trunk/lightdm/debian/patches/03_fix-pam_chauthtok-call.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/patches/03_fix-pam_chauthtok-call.patch?rev=8201&op=file
==============================================================================
--- goodies/trunk/lightdm/debian/patches/03_fix-pam_chauthtok-call.patch	(added)
+++ goodies/trunk/lightdm/debian/patches/03_fix-pam_chauthtok-call.patch	Sun Feb  2 13:15:21 2014
@@ -0,0 +1,11 @@
+--- a/src/session-child.c
++++ b/src/session-child.c
+@@ -336,7 +336,7 @@ session_child_run (int argc, char **argv
+         if (authentication_result == PAM_SUCCESS)
+             authentication_result = pam_acct_mgmt (pam_handle, 0);
+         if (authentication_result == PAM_NEW_AUTHTOK_REQD)
+-            authentication_result = pam_chauthtok (pam_handle, 0);
++            authentication_result = pam_chauthtok (pam_handle, PAM_CHANGE_EXPIRED_AUTHTOK);
+     }
+     else
+         authentication_result = PAM_SUCCESS;

Modified: goodies/trunk/lightdm/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/patches/series?rev=8201&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/patches/series	(original)
+++ goodies/trunk/lightdm/debian/patches/series	Sun Feb  2 13:15:21 2014
@@ -1,5 +1,6 @@
 01_set-default-path.patch
 02_fix-apparmor-profile.patch
+03_fix-pam_chauthtok-call.patch
 04_dont-add-pkglibexecdir-path.patch
 05_debianize-pam-files.patch
 06_allow_libpamsystemd_and_ck_together.patch




More information about the Pkg-xfce-commits mailing list