From 182d0f82c8fd1d6d144cca71477924bc74bfc6f9 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 4 Dec 2025 13:32:35 +0000 Subject: [PATCH] Import from AlmaLinux stable repository --- .gitignore | 2 +- .rng-tools.metadata | 2 +- SOURCES/2-rt-revert-build-randstat.patch | 23 +---------------------- SOURCES/rngd.sysconfig | 2 +- SPECS/rng-tools.spec | 18 +++++++++++++++--- 5 files changed, 19 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index d46928a..40d81d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/rng-tools-6.16.tar.gz +SOURCES/rng-tools-6.17.tar.gz diff --git a/.rng-tools.metadata b/.rng-tools.metadata index 8ff5d7f..1904b4d 100644 --- a/.rng-tools.metadata +++ b/.rng-tools.metadata @@ -1 +1 @@ -8487beef3dfc81bc0cef48b0e160996009ccbc4f SOURCES/rng-tools-6.16.tar.gz +c950c97cf54d902559df02458ae205d9c7bb4fa6 SOURCES/rng-tools-6.17.tar.gz diff --git a/SOURCES/2-rt-revert-build-randstat.patch b/SOURCES/2-rt-revert-build-randstat.patch index c784c64..001450c 100644 --- a/SOURCES/2-rt-revert-build-randstat.patch +++ b/SOURCES/2-rt-revert-build-randstat.patch @@ -8,30 +8,9 @@ This reverts commit 2ce93190cb0111fcab2f622a539689d70960643a. Signed-off-by: Vladis Dronov --- - .gitignore | 3 +-- contrib/Makefile.am | 5 +++-- - 2 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) -diff --git .gitignore .gitignore -index 943fa2b..5dc334d 100644 ---- .gitignore -+++ .gitignore -@@ -1,6 +1,6 @@ - *.a - *.o --.deps/ -+/.deps/ - /aclocal.m4 - /ar-lib - /autom4te.cache/ -@@ -10,7 +10,6 @@ - /config.status - /config.sub - /configure --/contrib/randstat - /depcomp - /install-sh - /missing diff --git contrib/Makefile.am contrib/Makefile.am index a81fb0e..18c4fbc 100644 --- contrib/Makefile.am diff --git a/SOURCES/rngd.sysconfig b/SOURCES/rngd.sysconfig index cce3c6e..d640847 100644 --- a/SOURCES/rngd.sysconfig +++ b/SOURCES/rngd.sysconfig @@ -1,3 +1,3 @@ # Optional arguments passed to rngd. See rngd(8) and # https://bugzilla.redhat.com/show_bug.cgi?id=1252175#c21 -RNGD_ARGS="--fill-watermark=0 -x pkcs11 -x nist -x qrypt -D daemon:daemon" +RNGD_ARGS="--fill-watermark=0 -x pkcs11 -x nist -x qrypt -x namedpipe -x jitter -D daemon:daemon" diff --git a/SPECS/rng-tools.spec b/SPECS/rng-tools.spec index e0d090e..b0ed921 100644 --- a/SPECS/rng-tools.spec +++ b/SPECS/rng-tools.spec @@ -11,9 +11,9 @@ Summary: Random number generator related utilities Name: rng-tools -Version: 6.16 -Release: 1%{?dist} -License: GPLv2+ +Version: 6.17 +Release: 2%{?dist} +License: GPL-2.0-or-later URL: https://github.com/nhorman/rng-tools Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Source1: rngd.service @@ -104,6 +104,18 @@ install -D %{SOURCE2} -m0644 %{buildroot}%{_sysconfdir}/sysconfig/rngd %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/rngd %changelog +* Thu Jun 26 2025 Vladis Dronov - 6.17-2 +- Disable jitter entropy source by default (RHEL-91119) + +* Fri Oct 25 2024 Vladis Dronov - 6.17-1 +- Add Intel CET IBT instrumentation to assembly code +- Update to the upstream v6.17 @ ac43f912 (RHEL-64951) + +* Sat Mar 30 2024 Vladis Dronov - 6.16-7 +- Update to the upstream v6.16 + tip of origin/master @ 98cf8d63 (RHEL-30953) +- Use proper SPDX license identifiers +- Fix a test failure + * Thu Mar 02 2023 Vladis Dronov - 6.16-1 - Update to the upstream v6.16 + tip of origin/master @ 0e560296 (bz 2174916) - Get rid of text relocations in -fPIE build