Accepting request 932273 from Linux-PAM
OBS-URL: https://build.opensuse.org/request/show/932273 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam?expand=0&rev=118
This commit is contained in:
commit
b078a3cfed
@ -9,10 +9,10 @@ set -o errexit
|
|||||||
|
|
||||||
echo -n "Checking login.defs variables in pam... " >&2
|
echo -n "Checking login.defs variables in pam... " >&2
|
||||||
grep -rh LOGIN_DEFS . |
|
grep -rh LOGIN_DEFS . |
|
||||||
sed -n 's/^.*search_key *([A-Za-z_]*, *[A-Z_]*LOGIN_DEFS, *"\([A-Z0-9_]*\)").*$/\1/p' |
|
sed -n 's/CRYPTO_KEY/\"HMAC_CRYPTO_ALGO\"/g;s/^.*search_key *([A-Za-z_]*, *[A-Z_]*LOGIN_DEFS, *"\([A-Z0-9_]*\)").*$/\1/p' |
|
||||||
LC_ALL=C sort -u >pam-login_defs-vars.lst
|
LC_ALL=C sort -u >pam-login_defs-vars.lst
|
||||||
|
|
||||||
if test $(sha1sum pam-login_defs-vars.lst | sed 's/ .*$//') != e9750fd874b9b55fc151d424ae048050e3858d57 ; then
|
if test $(sha1sum pam-login_defs-vars.lst | sed 's/ .*$//') != cda62ec4158236270a5a30ba1875fa2795926f23 ; then
|
||||||
|
|
||||||
echo "does not match!" >&2
|
echo "does not match!" >&2
|
||||||
echo "Checksum is: $(sha1sum pam-login_defs-vars.lst | sed 's/ .*$//')" >&2
|
echo "Checksum is: $(sha1sum pam-login_defs-vars.lst | sed 's/ .*$//')" >&2
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 17 04:14:18 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
||||||
|
|
||||||
|
- Update pam-login_defs-check.sh regexp and
|
||||||
|
login_defs-support-for-pam symbol to version 1.5.2
|
||||||
|
(new variable HMAC_CRYPTO_ALGO).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 2 20:32:04 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
Tue Nov 2 20:32:04 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
2
pam.spec
2
pam.spec
@ -66,7 +66,7 @@ Requires(post): permissions
|
|||||||
# All login.defs variables require support from shadow side.
|
# All login.defs variables require support from shadow side.
|
||||||
# Upgrade this symbol version only if new variables appear!
|
# Upgrade this symbol version only if new variables appear!
|
||||||
# Verify by shadow-login_defs-check.sh from shadow source package.
|
# Verify by shadow-login_defs-check.sh from shadow source package.
|
||||||
Recommends: login_defs-support-for-pam >= 1.3.1
|
Recommends: login_defs-support-for-pam >= 1.5.2
|
||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
BuildRequires: pkgconfig(libeconf)
|
BuildRequires: pkgconfig(libeconf)
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user