import CS jitterentropy-3.5.0-1.el9

This commit is contained in:
eabdullin 2024-09-30 15:43:49 +00:00
parent 48d0b153ee
commit 9402d56e82
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/jitterentropy-library-3.4.1.tar.gz
SOURCES/jitterentropy-library-3.5.0.tar.gz

View File

@ -1 +1 @@
2e3475074ae0c75fc417da553eb70ec160334b18 SOURCES/jitterentropy-library-3.4.1.tar.gz
9d967e78117ffe2235063a651620e2a5bac4e730 SOURCES/jitterentropy-library-3.5.0.tar.gz

View File

@ -1,9 +1,9 @@
Name: jitterentropy
Version: 3.4.1
Release: 2%{?dist}
Version: 3.5.0
Release: 1%{?dist}
Summary: Library implementing the jitter entropy source
License: BSD or GPLv2
License: BSD-3-Clause OR GPL-2.0-only
URL: https://github.com/smuellerDD/jitterentropy-library
Source0: %{url}/archive/v%{version}/%{name}-library-%{version}.tar.gz
@ -45,6 +45,10 @@ mkdir -p %{buildroot}/usr/include/
%{_mandir}/man3/*
%changelog
* Wed Feb 07 2024 Vladis Dronov <vdronov@redhat.com> - 3.5.0-1
- Update to the upstream v3.5.0 @ b178ef6b (RHEL-30957)
- Use proper SPDX license identifiers
* Tue Dec 27 2022 Vladis Dronov <vdronov@redhat.com> - 3.4.1-2
- Update to the upstream v3.4.1 @ 7bf9f85d (bz 2140043)
- Fix a stack corruption on s390x