diff --git a/debian/changelog b/debian/changelog index d07f6256..8447c00c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ shadow (1:4.1.4.3-1) UNRELEASED; urgency=low + debian/patches/008_su_no_sanitize_env - Updated patches: + debian/patches/523_su_arguments_are_no_more_concatenated_by_default + + debian/patches/542_useradd-O_option - Added support for dates already specified as a number of days since Epoch in useradd, usermod and chage. Closes: #562221 - This also allows, in the chage interactive mode, to specify -1 as the diff --git a/debian/patches/542_useradd-O_option b/debian/patches/542_useradd-O_option index 44b24348..9a2bb13c 100644 --- a/debian/patches/542_useradd-O_option +++ b/debian/patches/542_useradd-O_option @@ -25,11 +25,11 @@ Status wrt upstream: not included as this is just specific }; while ((c = getopt_long (argc, argv, #ifdef WITH_SELINUX -- "b:c:d:De:f:g:G:k:K:lmMNop:rs:u:UZ:", -+ "b:c:d:De:f:g:G:k:O:K:lmMNop:rs:u:UZ:", +- "b:c:d:De:f:g:G:hk:K:lmMNop:rs:u:UZ:", ++ "b:c:d:De:f:g:G:hk:O:K:lmMNop:rs:u:UZ:", #else -- "b:c:d:De:f:g:G:k:K:lmMNop:rs:u:U", -+ "b:c:d:De:f:g:G:k:O:K:lmMNop:rs:u:U", +- "b:c:d:De:f:g:G:hk:K:lmMNop:rs:u:U", ++ "b:c:d:De:f:g:G:hk:O:K:lmMNop:rs:u:U", #endif long_options, NULL)) != -1) { switch (c) {