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
This commit is contained in:
Paolo Perego 2021-10-13 09:20:10 +00:00 committed by Git OBS Bridge
parent 66962c2bd0
commit 18e971c2ba
6 changed files with 20 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7d62340c4f49e19cca93a0d0f398e48befd3eea8f1d70cebb7f8b71f3bce38a
size 429822

Binary file not shown.

3
pam_u2f-1.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2303e6f99b1fde8ee3c3ab28a4de2da6ddd225c953693e845d6b2d8388221fb3
size 442214

BIN
pam_u2f-1.2.0.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Oct 13 08:05:40 UTC 2021 - Paolo Perego <paolo.perego@suse.com>
- 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 <t.gruner@katodev.de>

View File

@ -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