Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jitterentropy for openSUSE:Factory 
checked in at 2022-08-03 21:17:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jitterentropy (Old)
 and      /work/SRC/openSUSE:Factory/.jitterentropy.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jitterentropy"

Wed Aug  3 21:17:05 2022 rev:3 rq:992612 version:3.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jitterentropy/jitterentropy.changes      
2021-09-29 20:20:33.303131213 +0200
+++ /work/SRC/openSUSE:Factory/.jitterentropy.new.1533/jitterentropy.changes    
2022-08-03 21:17:23.351550911 +0200
@@ -1,0 +2,15 @@
+Wed Aug  3 14:19:23 UTC 2022 - Marcus Meissner <meiss...@suse.com>
+
+- updated to 3.4.0
+  * enhancement: add API call jent_set_fips_failure_callback as requested by 
Daniel Ojalvo
+  * fix: Change the SHA-3 integration: The entropy pool is now a SHA-3 state.
+It is filled with the time delta containing entropy and auxiliary data that 
does not contain entropy using a SHA update operation. The auxiliary data is 
calculated by a SHA-3 hashing of some varying state data. The time delta that 
contains entropy is measured about the SHA-3 hasing of the auxiliary data. This 
satisfies FIPS 140-3 IG D.K resolutions 4, 6, and 8.
+  * enhancement: add CMake support by Andrew Hopkins
+
+- updated to 3.3.1
+  * fix: bug fix in initialization logic by Vladis Dronov <vdro...@redhat.com>
+  * fix: use __asm__ instead of asm to suit the C11 standard
+
+- added a -devel-static package to be able to link it static.
+
+-------------------------------------------------------------------

Old:
----
  v3.3.0.tar.gz

New:
----
  v3.4.0.tar.gz

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

Other differences:
------------------
++++++ jitterentropy.spec ++++++
--- /var/tmp/diff_new_pack.bGj4rY/_old  2022-08-03 21:17:23.779552034 +0200
+++ /var/tmp/diff_new_pack.bGj4rY/_new  2022-08-03 21:17:23.787552055 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jitterentropy
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:        A userspace library for jitter entropy generation
 License:        BSD-3-Clause OR GPL-2.0-or-later
 Group:          Development/Tools/Other
-Version:        3.3.0
+Version:        3.4.0
 Release:        0
 URL:            https://github.com/smuellerDD/jitterentropy-library
 Source0:        
https://github.com/smuellerDD/jitterentropy-library/archive/refs/tags/v%{version}.tar.gz
@@ -55,6 +55,16 @@
 
 This package contains the development header and library.
 
+%package devel-static
+Summary:        Jitter entropy generator static library
+Group:          Development/Tools/Other
+
+%description devel-static
+The Jitter RNG provides a noise source using the CPU execution
+timing jitter. It depends on a high-resolution time stamp.
+
+This package contains the static library.
+
 %prep
 %autosetup -n jitterentropy-library-%version
 
@@ -62,7 +72,7 @@
 %make_build PREFIX="%_prefix" LIBDIR="%_lib"
 
 %install
-%make_install PREFIX="%_prefix" LIBDIR="%_lib"
+%make_install PREFIX="%_prefix" LIBDIR="%_lib" all install-static
 
 %post -n libjitterentropy3 -p /sbin/ldconfig
 %postun -n libjitterentropy3 -p /sbin/ldconfig
@@ -74,9 +84,13 @@
 %_libdir/libjitterentropy.so
 %_mandir/man3/jitterentropy.3*
 
+%files devel-static
+%license LICENSE.gplv2 LICENSE LICENSE.bsd
+%_libdir/libjitterentropy.a
+
 %files -n libjitterentropy3
 %license LICENSE.gplv2 LICENSE LICENSE.bsd
 %_libdir/libjitterentropy.so.3
-%_libdir/libjitterentropy.so.3.3.0
+%_libdir/libjitterentropy.so.3.4.0
 
 %changelog

++++++ v3.3.0.tar.gz -> v3.4.0.tar.gz ++++++
++++ 1601 lines of diff (skipped)

Reply via email to