Hello community,

here is the log from the commit of package libu2f-host for openSUSE:Factory 
checked in at 2016-02-22 08:57:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libu2f-host (Old)
 and      /work/SRC/openSUSE:Factory/.libu2f-host.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libu2f-host"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libu2f-host/libu2f-host.changes  2015-10-14 
16:44:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libu2f-host.new/libu2f-host.changes     
2016-02-22 08:58:04.000000000 +0100
@@ -1,0 +2,14 @@
+Thu Feb 18 11:57:06 UTC 2016 - t.gru...@katodev.de
+
+- Version 1.1.0 (released 2016-02-15)
+  - Add udev rules for more devices.
+  - Don’t return success when no data is received.
+  - Fix typos.
+  - Make send_apdu send data like chrome does.
+  - Don’t release json object that we don’t own no more.
+  - Don’t do memcmp on uninitialized memory.
+  - Add u2fh_authenticate2() and u2fh_register2().
+  - Remove base64 padding (required by spec).
+  - Use unsigned ints to prevent buffer overflows.
+
+-------------------------------------------------------------------

Old:
----
  libu2f-host-1.0.0.tar.xz
  libu2f-host-1.0.0.tar.xz.sig

New:
----
  libu2f-host-1.1.0.tar.xz
  libu2f-host-1.1.0.tar.xz.sig

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

Other differences:
------------------
++++++ libu2f-host.spec ++++++
--- /var/tmp/diff_new_pack.o2W12o/_old  2016-02-22 08:58:05.000000000 +0100
+++ /var/tmp/diff_new_pack.o2W12o/_new  2016-02-22 08:58:05.000000000 +0100
@@ -18,7 +18,7 @@
 
 %define soname  0
 Name:           libu2f-host
-Version:        1.0.0
+Version:        1.1.0
 Release:        0
 Summary:        Yubico Universal 2nd Factor (U2F) Host C Library
 License:        GPL-3.0+
@@ -79,14 +79,12 @@
 %setup -q
 
 %build
-%configure --disable-static --with-openssl
+%configure --disable-static --with-openssl --with-udevrulesdir=%{_udevrulesdir}
 make   %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 find %{buildroot} -type f -name "*.la" -delete -print
-mkdir -pv %{buildroot}%{_udevrulesdir}
-install -D -m 644  ${RPM_BUILD_DIR}/%{name}-%{version}/70-u2f.rules 
%{buildroot}%{_udevrulesdir}
 
 %post
 %{?udev_rules_update:%udev_rules_update}
@@ -112,7 +110,7 @@
 %files -n %{name}%{soname}
 %defattr(-,root,root)
 %{_libdir}/%{name}.so.%{soname}
-%{_libdir}/%{name}.so.%{soname}.0.5
+%{_libdir}/%{name}.so.%{soname}.1.0
 
 %files -n %{name}-devel
 %defattr(-,root,root)

++++++ libu2f-host-1.0.0.tar.xz -> libu2f-host-1.1.0.tar.xz ++++++
++++ 5533 lines of diff (skipped)


Reply via email to