Update to the upstream v6.17
Add Intel CET IBT instrumentation to assembly code Resolves: RHEL-64951 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
This commit is contained in:
parent
c09731cddf
commit
b7c302a483
@ -11,8 +11,8 @@
|
||||
|
||||
Summary: Random number generator related utilities
|
||||
Name: rng-tools
|
||||
Version: 6.16
|
||||
Release: 7%{?dist}
|
||||
Version: 6.17
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/nhorman/rng-tools
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
@ -104,8 +104,13 @@ install -D %{SOURCE2} -m0644 %{buildroot}%{_sysconfdir}/sysconfig/rngd
|
||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/rngd
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
@ -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 -D daemon:daemon"
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rng-tools-6.16.tar.gz) = 132f7defdeb576771b3665bcd364a6ba4384f29f455a95cc5d8fe28c14bbbaad5b792639a900d16e776a80483b28b7b03a403a6171a8408e6362eeed204d65fb
|
||||
SHA512 (rng-tools-6.17.tar.gz) = 32d2d18b9ff13976f6af0011d89fe962fac41761e66eeb24a54f372c7068c8f665537aab6b396e432954d52101b56cd73ac27d27f6a59937d48fc549d9b71421
|
||||
|
Loading…
Reference in New Issue
Block a user