fix tst-pam_unix5 test case failure

(cherry picked from commit b13f3459ffe182fa5a94c928fa8f7bc6c3a6f30e)
This commit is contained in:
dongyuzhen 2024-12-27 17:14:27 +08:00 committed by openeuler-sync-bot
parent 364a971136
commit f6636d485a
2 changed files with 5 additions and 2 deletions

View File

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

View File

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