Tag patches as fixed in the next release.
Next release will be 4.1.0-1. #451518 and #451521 will also be closed by this new release.
This commit is contained in:
Vendored
+22
@@ -1,3 +1,25 @@
|
||||
shadow (1:4.1.0-1) UNRELEASED; urgency=low
|
||||
|
||||
* New upstream release. This closes the following bugs:
|
||||
- usermod: Make usermod options independent of the argument order.
|
||||
Closes: #451518
|
||||
- login: Improve logging of login when the user's passwd entry could not
|
||||
be retrieved. Closes: #451521
|
||||
- Remove patches applied upstream:
|
||||
+ 468_duplicate_passwd_struct_before_usage
|
||||
+ 495_salt_stack_smash
|
||||
+ 397_non_numerical_identifier
|
||||
+ 405_su_no_pam_end_before_exec
|
||||
+ 493_pwck_no_SHADOWPWD
|
||||
+ 497_newgrp_primary_group
|
||||
+ 409_man_generate_from_PO
|
||||
+ 410_newgrp_man_mention_sg
|
||||
+ 411_chpasswd_document_no_pam
|
||||
+ 494_passwd_lock
|
||||
+ 417_passwd_warndays
|
||||
|
||||
-- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net> Sat, 17 Nov 2007 18:33:26 +0100
|
||||
|
||||
shadow (1:4.0.18.2-1) unstable; urgency=low
|
||||
|
||||
* The "Vacherin" release.
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ anyway.
|
||||
|
||||
Fixes: #412061
|
||||
|
||||
Status wrt upstream: not reported yet.
|
||||
Status wrt upstream: Will be fixed in 4.0.19.
|
||||
|
||||
Index: shadow-4.0.18.1/src/su.c
|
||||
===================================================================
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ Goal: Build the translated man pages at build time.
|
||||
Note: Translators must list the manpages which are translated in the
|
||||
man_MANS (and man_nopam) variables.
|
||||
|
||||
Status wrt upstream: not reported yet.
|
||||
Status wrt upstream: Will be fixed in 4.0.19.
|
||||
|
||||
Index: shadow-4.0.18.2/man/Makefile.am
|
||||
===================================================================
|
||||
|
||||
+1
-2
@@ -4,8 +4,7 @@ Fixes: #396690
|
||||
|
||||
Note:
|
||||
|
||||
Status wrt upstream: not applied yet. Tomasz applied the same for
|
||||
su(1) but not for newgrp(1)
|
||||
Status wrt upstream: Will be fixed in 4.0.19.
|
||||
|
||||
Index: shadow-4.0.18.1/man/newgrp.1.xml
|
||||
===================================================================
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
Goal: Document that chpasswd foes not use PAM.
|
||||
Goal: Document that chpasswd does not use PAM.
|
||||
Fixes: #396726
|
||||
|
||||
Status wrt upstream: Not reported yet.
|
||||
Status wrt upstream: Will be fixed in 4.0.19.
|
||||
|
||||
Note: Even when PAM support is activated in chpasswd, this patch is valid. The
|
||||
PAM support is only for the authentication of the caller.
|
||||
|
||||
Vendored
+1
-1
@@ -2,7 +2,7 @@ Goal: Use "warndays as long option for "-w" and not "warning"
|
||||
|
||||
Fixes: #445481
|
||||
|
||||
Status wrt upstream: Not reported yet. Should be applied
|
||||
Status wrt upstream: Will be fixed in 4.0.19.
|
||||
|
||||
Note:
|
||||
|
||||
|
||||
+2
-1
@@ -25,7 +25,8 @@ Goal:
|
||||
|
||||
Fixes: #341230
|
||||
|
||||
Status wrt upstream:
|
||||
Status wrt upstream: Fixed differently in 4.0.19. (all the getpwnam, ...
|
||||
reviewed)
|
||||
|
||||
Index: shadow-4.0.18.1/src/chfn.c
|
||||
===================================================================
|
||||
|
||||
Vendored
+1
-1
@@ -2,7 +2,7 @@ Goal: SHADOWPWD is now assumed (no more defined).
|
||||
|
||||
Fixes: pwck do not detect missing users in /etc/shadow.
|
||||
|
||||
Status wrt upstream: Not proposed to upstream yet.
|
||||
Status wrt upstream: Will be fixed in 4.0.19.
|
||||
|
||||
Index: shadow-4.0.18.1/src/pwck.c
|
||||
===================================================================
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,5 @@
|
||||
Status wrt upstream: Will be fixed in 4.0.19.
|
||||
|
||||
Index: shadow-4.0.18.1/man/passwd.1.xml
|
||||
===================================================================
|
||||
--- shadow-4.0.18.1.orig/man/passwd.1.xml 2007-06-21 02:04:59.531851133 +0200
|
||||
|
||||
Vendored
+2
-1
@@ -6,7 +6,8 @@ Fix: #377825
|
||||
|
||||
Author: Colin Watson <cjwatson@debian.org>
|
||||
|
||||
Status wrt upstream: reported, not applied yet
|
||||
Status wrt upstream: Will be fixed in 4.0.19
|
||||
This upstream section changed a lot.
|
||||
|
||||
Index: shadow-4.0.18.1/libmisc/salt.c
|
||||
===================================================================
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ Goal: Do not request a password when a user uses newgrp to switch to her
|
||||
|
||||
Fixes: #396691
|
||||
|
||||
Status wrt upstream: not forwarded yet.
|
||||
Status wrt upstream: Will be fixed in 4.0.19
|
||||
|
||||
Index: shadow-4.0.18.1/src/newgrp.c
|
||||
===================================================================
|
||||
|
||||
Vendored
-11
@@ -21,7 +21,6 @@
|
||||
463_login_delay_obeys_to_PAM
|
||||
467_useradd_-r_LSB
|
||||
466_fflush-prompt
|
||||
468_duplicate_passwd_struct_before_usage
|
||||
523_su_arguments_are_concatenated
|
||||
523_su_arguments_are_no_more_concatenated_by_default
|
||||
479_chowntty_debug
|
||||
@@ -32,21 +31,11 @@
|
||||
487_passwd_chauthtok_failed_message
|
||||
403_fix_PATH-MAX_hurd
|
||||
508_nologin_in_usr_sbin
|
||||
495_salt_stack_smash
|
||||
496_login_init_session
|
||||
397_non_numerical_identifier
|
||||
405_su_no_pam_end_before_exec
|
||||
493_pwck_no_SHADOWPWD
|
||||
505_useradd_recommend_adduser
|
||||
406_vipw_resume_properly
|
||||
497_newgrp_primary_group
|
||||
407_adduser_disable_PUG_with-n
|
||||
408_passwd_check_arguments
|
||||
409_man_generate_from_PO
|
||||
410_newgrp_man_mention_sg
|
||||
411_chpasswd_document_no_pam
|
||||
412_lastlog_-u_numerical_range
|
||||
414_remove-unwise-advices
|
||||
494_passwd_lock
|
||||
415_login_put-echoctl-back
|
||||
417_passwd_warndays
|
||||
|
||||
Reference in New Issue
Block a user