[Pkg-shadow-commits] r2399 - in debian/trunk/debian: . patches

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Sep 13 17:46:58 UTC 2008


Author: nekral-guest
Date: 2008-09-13 17:46:57 +0000 (Sat, 13 Sep 2008)
New Revision: 2399

Removed:
   debian/trunk/debian/patches/487_passwd_chauthtok_failed_message
Modified:
   debian/trunk/debian/changelog
   debian/trunk/debian/patches/series
Log:
    - Remove patches applied upstream:
      + debian/patches/487_passwd_chauthtok_failed_message


Modified: debian/trunk/debian/changelog
===================================================================
--- debian/trunk/debian/changelog	2008-09-13 17:45:51 UTC (rev 2398)
+++ debian/trunk/debian/changelog	2008-09-13 17:46:57 UTC (rev 2399)
@@ -5,6 +5,7 @@
     - Remove patches applied upstream:
       + debian/patches/434_login_stop_checking_args_after--
       + debian/patches/491_configure.in_friendly_selinux_detection
+      + debian/patches/487_passwd_chauthtok_failed_message
     - Updated patches:
       + debian/patches/431_su_uid_0_not_root
       + debian/patches/463_login_delay_obeys_to_PAM

Deleted: debian/trunk/debian/patches/487_passwd_chauthtok_failed_message
===================================================================
--- debian/trunk/debian/patches/487_passwd_chauthtok_failed_message	2008-09-13 17:45:51 UTC (rev 2398)
+++ debian/trunk/debian/patches/487_passwd_chauthtok_failed_message	2008-09-13 17:46:57 UTC (rev 2399)
@@ -1,20 +0,0 @@
-Goal: Be more verbose and indicate that the password was not changed when
-      pam_chauthtok fails (in addition to the PAM error, which may not be
-      comprehensible for the users)
-
-Fixes: #352137
-
-Status wrt upstream: Applied upstream.
-
-Index: shadow-4.1.0/libmisc/pam_pass.c
-===================================================================
---- shadow-4.1.0.orig/libmisc/pam_pass.c
-+++ shadow-4.1.0/libmisc/pam_pass.c
-@@ -38,6 +38,7 @@
- 	ret = pam_chauthtok (pamh, flags);
- 	if (ret != PAM_SUCCESS) {
- 		fprintf (stderr, _("passwd: %s\n"), pam_strerror (pamh, ret));
-+		fprintf (stderr, _("passwd: password unchanged\n"));
- 		pam_end (pamh, ret);
- 		exit (10);	/* XXX */
- 	}

Modified: debian/trunk/debian/patches/series
===================================================================
--- debian/trunk/debian/patches/series	2008-09-13 17:45:51 UTC (rev 2398)
+++ debian/trunk/debian/patches/series	2008-09-13 17:46:57 UTC (rev 2399)
@@ -22,7 +22,6 @@
 579_chowntty_debug
 483_su_fakelogin_wrong_arg0
 592_manpages_typos
-487_passwd_chauthtok_failed_message
 403_fix_PATH-MAX_hurd
 508_nologin_in_usr_sbin
 505_useradd_recommend_adduser




More information about the Pkg-shadow-commits mailing list