diff --git a/add-sm3-crypt-support.patch b/add-sm3-crypt-support.patch index eef922f806636ad43ab3b6b7493eb5f63b5f800b..e8fef1a681e633f186c8716dd318ccff5a817366 100644 --- a/add-sm3-crypt-support.patch +++ b/add-sm3-crypt-support.patch @@ -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=$? diff --git a/pam.spec b/pam.spec index b9f3475b302884c94db14cfb167f94e4b2bd62d9..51dca257e155ae1e5d0844a447d834545a696a92 100644 --- a/pam.spec +++ b/pam.spec @@ -4,7 +4,7 @@ %define _pamconfdir %{_sysconfdir}/pam.d Name: pam Version: 1.5.3 -Release: 8 +Release: 9 Summary: Pluggable Authentication Modules for Linux License: BSD-3-Clause AND GPL-2.0-or-later URL: http://www.linux-pam.org/ @@ -167,6 +167,9 @@ rm -fr $RPM_BUILD_ROOT/usr/share/doc/pam %changelog +* Fri Dec 27 2024 dongyuzhen - 1.5.3-9 +- fix tst-pam_unix5 test case failure + * Tue Dec 17 2024 dongyuzhen - 1.5.3-8 - fix CVE-2024-10041