22 Commits

Author SHA256 Message Date
96cdb8daa7 Accepting request 1273628 from devel:libraries:c_c++
- Update to 3.6.3: [bsc#1242050] (forwarded request 1273627 from pmonrealgonzalez)

OBS-URL: https://build.opensuse.org/request/show/1273628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jitterentropy?expand=0&rev=8
2025-05-01 13:22:46 +00:00
5ac1c16b2c - Update to 3.6.3: [bsc#1242050]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=20
2025-04-30 09:15:52 +00:00
3fc7ac6a99 - Update to 3.6.3:
* Correct time stamp processing on AIX
  * Use high-resolution time stamp on Apple Silicon
  * GCD power-up test: consider OSR
  * Remove patches fixed in the update:
    - jitterentropy-fix-a-stack-corruption-on-s390x.patch
  * Rebase patches:
    - jitterentropy-split-internal-header.patch
    - jitterentropy-with-debug.patch
- Update to 3.6.2:
  * Fix RCT re-initialization in jent_read_entropy_safe
  * simplify test code
  * improve keyword portability
- Update to 3.6.1:
  * Add more test code
  * Add support for SunPRO compiler
  * Fix compilation on OpenBSD by replacing sed with tr
  * internal timer: Add support for Apple
  * Various small fixes to compilation to imporve portability
- Update to 3.6.0:
  * Remove bi-modal behavior of conditioning function
  * Make jent_read_entropy_safe safer by retrying the health test
  * Move the version information to make them available at compile time
- Update to 3.5.0:
  * add distinction between intermittent and permanent health failure
  * add compile time option to allow configuring a mask to reduce the
    size of the time stamp used for the APT

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=19
2025-04-30 09:11:57 +00:00
3a56e262ed Accepting request 1147641 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1147641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jitterentropy?expand=0&rev=7
2024-02-21 16:51:59 +00:00
1a31f165bf - jitterentropy-with-debug.patch: build with debuginfo (bsc#1207789)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=17
2024-02-12 16:20:47 +00:00
2f277845a7 - jitterentropy-split-internal-header.patch:
Hide the non-GNUC constructs that are library internal from the 
  exported header. (bsc#1202870)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=16
2024-02-12 16:19:05 +00:00
fc13fe2079 Accepting request 1132447 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1132447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jitterentropy?expand=0&rev=6
2023-12-11 20:49:52 +00:00
258f9a4a90 Accepting request 1131389 from home:Guillaume_G:PAC_BTI
- Make use of distro flags with %set_build_flags

OBS-URL: https://build.opensuse.org/request/show/1131389
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=14
2023-12-11 09:17:18 +00:00
e754ae4523 Accepting request 1073935 from devel:libraries:c_c++
(forwarded request 1073856 from pmonrealgonzalez)

OBS-URL: https://build.opensuse.org/request/show/1073935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jitterentropy?expand=0&rev=5
2023-03-25 17:54:21 +00:00
e4979ea693 Accepting request 1073856 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1073856
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=12
2023-03-23 09:52:59 +00:00
700840eea9 Accepting request 1002712 from devel:libraries:c_c++
- updated to 3.4.1
 * add FIPS 140 hints to man page
 * simplify the test tool to search for optimal configurations
 * fix: jent_loop_shuffle: re-add setting the time that was lost with 3.4.0
 * enhancement: add ARM64 assembler code to read high-res timer

OBS-URL: https://build.opensuse.org/request/show/1002712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jitterentropy?expand=0&rev=4
2022-09-12 17:08:28 +00:00
b2f2ba9a4f OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=10 2022-09-12 07:34:19 +00:00
069bd00fe0 - updated to 3.4.1
* add FIPS 140 hints to man page
 * simplify the test tool to search for optimal configurations
 * fix: jent_loop_shuffle: re-add setting the time that was lost with 3.4.0
 * enhancement: add ARM64 assembler code to read high-res timer

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=9
2022-09-12 07:11:53 +00:00
ecfe60f7bb Accepting request 992612 from devel:libraries:c_c++
- 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 <vdronov@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. (forwarded request 992611 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/992612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jitterentropy?expand=0&rev=3
2022-08-03 19:17:05 +00:00
097b635c0c Accepting request 992611 from home:msmeissn:branches:devel:libraries:c_c++
- 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 <vdronov@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.

OBS-URL: https://build.opensuse.org/request/show/992611
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=7
2022-08-03 16:01:03 +00:00
f31b05d428 Accepting request 922114 from devel:libraries:c_c++
- Trim conjecture from descriptions. (forwarded request 922067 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/922114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jitterentropy?expand=0&rev=2
2021-09-29 18:19:05 +00:00
abfb5339ef Accepting request 922067 from home:jengelh:branches:devel:libraries:c_c++
- Trim conjecture from descriptions.

OBS-URL: https://build.opensuse.org/request/show/922067
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=6
2021-09-29 07:21:30 +00:00
2c2b9e2ed3 Accepting request 921419 from devel:libraries:c_c++
add to factory

OBS-URL: https://build.opensuse.org/request/show/921419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jitterentropy?expand=0&rev=1
2021-09-25 20:51:23 +00:00
af4de4be95 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=4 2021-09-25 10:09:27 +00:00
9a2f2583b1 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=3 2021-09-25 10:09:04 +00:00
9b34b29430 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=2 2021-09-25 10:08:50 +00:00
46d180a197 Accepting request 920653 from home:msmeissn
please add for factory inclusion

OBS-URL: https://build.opensuse.org/request/show/920653
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=1
2021-09-24 13:38:17 +00:00