Hello community,

here is the log from the commit of package pam_u2f for openSUSE:Factory checked 
in at 2020-10-18 16:35:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam_u2f (Old)
 and      /work/SRC/openSUSE:Factory/.pam_u2f.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam_u2f"

Sun Oct 18 16:35:16 2020 rev:7 rq:842289 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam_u2f/pam_u2f.changes  2019-06-05 
11:46:35.142989450 +0200
+++ /work/SRC/openSUSE:Factory/.pam_u2f.new.3486/pam_u2f.changes        
2020-10-18 16:35:23.156863737 +0200
@@ -1,0 +2,14 @@
+Thu Oct 15 17:59:59 UTC 2020 - Ismail Dönmez <idon...@suse.com>
+
+- Update to version 1.1.0
+  * Add support to FIDO2 (move from libu2f-host+libu2f-server to libfido2)
+  * Add support to User Verification
+  * Add support to PIN Verification
+  * Add support to Resident Credentials
+  * Add support to SSH credential format
+- Drop libu2f-host and libu2f-server BuildRequires
+- Add BuildRequires on pkgconfig(libfido2)
+- Add explicit BuildRequires on pkgconfig(libcrypto), this was being
+  pulled down implicitly before.
+
+-------------------------------------------------------------------

Old:
----
  pam_u2f-1.0.8.tar.gz
  pam_u2f-1.0.8.tar.gz.sig

New:
----
  pam_u2f-1.1.0.tar.gz
  pam_u2f-1.1.0.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pam_u2f.spec ++++++
--- /var/tmp/diff_new_pack.jKC8bL/_old  2020-10-18 16:35:24.524864345 +0200
+++ /var/tmp/diff_new_pack.jKC8bL/_new  2020-10-18 16:35:24.524864345 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_u2f
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           pam_u2f
-Version:        1.0.8
+Version:        1.1.0
 Release:        0
 Summary:        U2F authentication integration into PAM
 License:        BSD-2-Clause
@@ -28,8 +28,8 @@
 Source2:        baselib.conf
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(u2f-host)
-BuildRequires:  pkgconfig(u2f-server)
+BuildRequires:  pkgconfig(libcrypto)
+BuildRequires:  pkgconfig(libfido2)
 
 %description
 The PAM U2F module provides a way to integrate the Yubikey
@@ -40,11 +40,13 @@
 %setup -q
 
 %build
-%configure --with-pam-dir=/%{_lib}/security --disable-static 
--disable-silent-rules
+%configure --with-pam-dir=/%{_lib}/security \
+           --disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install %{?_smp_mflags}
+
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %files

++++++ pam_u2f-1.0.8.tar.gz -> pam_u2f-1.1.0.tar.gz ++++++
++++ 9306 lines of diff (skipped)


Reply via email to