Import from AlmaLinux stable repository
This commit is contained in:
parent
f73a44c8f9
commit
182d0f82c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/rng-tools-6.16.tar.gz
|
||||
SOURCES/rng-tools-6.17.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
8487beef3dfc81bc0cef48b0e160996009ccbc4f SOURCES/rng-tools-6.16.tar.gz
|
||||
c950c97cf54d902559df02458ae205d9c7bb4fa6 SOURCES/rng-tools-6.17.tar.gz
|
||||
|
||||
@ -8,30 +8,9 @@ This reverts commit 2ce93190cb0111fcab2f622a539689d70960643a.
|
||||
|
||||
Signed-off-by: Vladis Dronov <vdronov@redhat.com>
|
||||
---
|
||||
.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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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 <vdronov@redhat.com> - 6.17-2
|
||||
- Disable jitter entropy source by default (RHEL-91119)
|
||||
|
||||
* Fri Oct 25 2024 Vladis Dronov <vdronov@redhat.com> - 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 <vdronov@redhat.com> - 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 <vdronov@redhat.com> - 6.16-1
|
||||
- Update to the upstream v6.16 + tip of origin/master @ 0e560296 (bz 2174916)
|
||||
- Get rid of text relocations in -fPIE build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user