diff --git a/add-sm3-crypt-support.patch b/add-sm3-crypt-support.patch index d98358986c9159b2b0c4f3a81907cbcb4e7267ef..be746778ebf4b9cec30c9840fb4df6918ddf9eb5 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 55dc2a7a9b110b3064ef02e29902261635abd186..bd8fb265eb3d4718116afa5e2ac0fd098c1ba82f 100644 --- a/pam.spec +++ b/pam.spec @@ -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 - 1.5.2-11 +- fix tst-pam_unix5 test case failure + * Tue Dec 17 2024 dongyuzhen - 1.5.2-10 - fix CVE-2024-10041