!136 fix tst-pam_unix5 test case failure

From: @jade_t 
Reviewed-by: @houmingyong 
Signed-off-by: @houmingyong
This commit is contained in:
openeuler-ci-bot 2024-12-28 00:54:46 +00:00 committed by Gitee
commit b9f52c02ce
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -347,7 +347,7 @@ index 0000000..a6be19b
+#!/bin/sh +#!/bin/sh
+ +
+# testcase1 modify password, desire password encrypt with sm3 +# testcase1 modify password, desire password encrypt with sm3
+/usr/sbin/useradd -p tstpamunix +/usr/sbin/useradd tstpamunix
+# this run must successfully change the password +# this run must successfully change the password
+./tst-pam_unix5 pass +./tst-pam_unix5 pass
+RET=$? +RET=$?

View File

@ -4,7 +4,7 @@
%define _pamconfdir %{_sysconfdir}/pam.d %define _pamconfdir %{_sysconfdir}/pam.d
Name: pam Name: pam
Version: 1.5.3 Version: 1.5.3
Release: 6 Release: 7
Summary: Pluggable Authentication Modules for Linux Summary: Pluggable Authentication Modules for Linux
License: BSD and GPLv2+ License: BSD and GPLv2+
URL: http://www.linux-pam.org/ URL: http://www.linux-pam.org/
@ -181,6 +181,9 @@ make check
%changelog %changelog
* Fri Dec 27 2024 dongyuzhen <dongyuzhen@h-partners.com> - 1.5.3-7
- fix tst-pam_unix5 test case failure
* Tue Dec 17 2024 dongyuzhen <dongyuzhen@h-partners.com> - 1.5.3-6 * Tue Dec 17 2024 dongyuzhen <dongyuzhen@h-partners.com> - 1.5.3-6
- fix CVE-2024-10041 - fix CVE-2024-10041