From 18e971c2bad746b8aff65c2a8807e2f492b69db3a57f41fdb9a09a82a49bea2e Mon Sep 17 00:00:00 2001 From: Paolo Perego Date: Wed, 13 Oct 2021 09:20:10 +0000 Subject: [PATCH] Accepting request 925028 from home:pperego:branches:security - Update to version 1.2.0 (released 2021-09-22) * Added support for EdDSA keys. * Added support for SSH ed25519-sk keys. * Added authenticator filtering based on user verification options. * Fixed an issue with privilege restoration on MacOS. * Fixed an issue where credentials created with pamu2fcfg 1.0.8 or earlier were not handled correctly if their origin and appid differed. * Miscellaneous improvements to the documentation. * Miscellaneous minor bug fixes found by fuzzing. - Fix for bsc#1190961 - Removed hardcoded library pathnames using %{_pam_moduledir} OBS-URL: https://build.opensuse.org/request/show/925028 OBS-URL: https://build.opensuse.org/package/show/security/pam_u2f?expand=0&rev=20 --- pam_u2f-1.1.1.tar.gz | 3 --- pam_u2f-1.1.1.tar.gz.sig | Bin 119 -> 0 bytes pam_u2f-1.2.0.tar.gz | 3 +++ pam_u2f-1.2.0.tar.gz.sig | Bin 0 -> 119 bytes pam_u2f.changes | 14 ++++++++++++++ pam_u2f.spec | 6 +++--- 6 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 pam_u2f-1.1.1.tar.gz delete mode 100644 pam_u2f-1.1.1.tar.gz.sig create mode 100644 pam_u2f-1.2.0.tar.gz create mode 100644 pam_u2f-1.2.0.tar.gz.sig diff --git a/pam_u2f-1.1.1.tar.gz b/pam_u2f-1.1.1.tar.gz deleted file mode 100644 index 14d3cc2..0000000 --- a/pam_u2f-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7d62340c4f49e19cca93a0d0f398e48befd3eea8f1d70cebb7f8b71f3bce38a -size 429822 diff --git a/pam_u2f-1.1.1.tar.gz.sig b/pam_u2f-1.1.1.tar.gz.sig deleted file mode 100644 index 416fef0ce632a88165e6b7f96a3bc629190ea844819a8dcbdf16c893f4bef274..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGVvrS6WZ7K6{9klI#uDMD+%mRVo==WE*jCKSl(6J^ECUy(08C__7sLM~ zZvno-pP#<(U9;S3{<<~ur%3pplv%26yZ=|iwGTfPq8S+;A7nmvTH$<9$h%mfdrGhO VcwMq!Hcs2GlGZJ7sMYBg699AoG_3#t diff --git a/pam_u2f-1.2.0.tar.gz b/pam_u2f-1.2.0.tar.gz new file mode 100644 index 0000000..b15a7f9 --- /dev/null +++ b/pam_u2f-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2303e6f99b1fde8ee3c3ab28a4de2da6ddd225c953693e845d6b2d8388221fb3 +size 442214 diff --git a/pam_u2f-1.2.0.tar.gz.sig b/pam_u2f-1.2.0.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..7a112824debf4bc9cf04651954e9325d474e39e8a6e70e54cce2dd20f70a001e GIT binary patch literal 119 zcmeAuWnmEGVvrS6WZ7K6{9klI#uDMD+%mRVo==WE*jCKSl<0Nch=Ge!048#M1tY_D z`D@PEkse|qflb>lO}5u<%ssVT@Aa{olK}@O*qZoRG5nQSUy(nd`5TvR&B0^?9yR{V UdB2U$?6~!G2dBa + +- Update to version 1.2.0 (released 2021-09-22) + * Added support for EdDSA keys. + * Added support for SSH ed25519-sk keys. + * Added authenticator filtering based on user verification options. + * Fixed an issue with privilege restoration on MacOS. + * Fixed an issue where credentials created with pamu2fcfg 1.0.8 or earlier were not handled correctly if their origin and appid differed. + * Miscellaneous improvements to the documentation. + * Miscellaneous minor bug fixes found by fuzzing. + +- Fix for bsc#1190961 - Removed hardcoded library pathnames using %{_pam_moduledir} + ------------------------------------------------------------------- Thu May 20 13:04:05 UTC 2021 - Torsten Gruner diff --git a/pam_u2f.spec b/pam_u2f.spec index 9474fe8..f6f467f 100644 --- a/pam_u2f.spec +++ b/pam_u2f.spec @@ -17,7 +17,7 @@ Name: pam_u2f -Version: 1.1.1 +Version: 1.2.0 Release: 0 Summary: U2F authentication integration into PAM License: BSD-2-Clause @@ -40,7 +40,7 @@ authentication infrastructure. %setup -q %build -%configure --with-pam-dir=/%{_lib}/security \ +%configure --with-pam-dir=%{_pam_moduledir} \ --disable-static make %{?_smp_mflags} @@ -54,6 +54,6 @@ find %{buildroot} -type f -name "*.la" -delete -print %doc AUTHORS NEWS ChangeLog README %{_bindir}/pamu2fcfg %{_mandir}/man?/* -/%{_lib}/security/pam_u2f.so +%{_pam_moduledir}/pam_u2f.so %changelog