|
|
bf43d9 |
Name: jitterentropy
|
|
|
4f6901 |
Version: 3.4.0
|
|
|
4f6901 |
Release: 1%{?dist}
|
|
|
bf43d9 |
Summary: Library implementing the jitter entropy source
|
|
|
bf43d9 |
|
|
|
bf43d9 |
License: BSD or GPLv2
|
|
|
bf43d9 |
URL: https://github.com/smuellerDD/jitterentropy-library
|
|
|
bf43d9 |
Source0: %{url}/archive/v%{version}/%{name}-library-%{version}.tar.gz
|
|
|
bf43d9 |
|
|
|
bf43d9 |
BuildRequires: gcc
|
|
|
bf43d9 |
BuildRequires: make
|
|
|
bf43d9 |
|
|
|
bf43d9 |
# Disable Upstream Makefiles debuginfo strip on install
|
|
|
bf43d9 |
Patch0: jitterentropy-rh-makefile.patch
|
|
|
bf43d9 |
|
|
|
bf43d9 |
%description
|
|
|
bf43d9 |
Library implementing the CPU jitter entropy source
|
|
|
bf43d9 |
|
|
|
bf43d9 |
%package devel
|
|
|
bf43d9 |
Summary: Development headers for jitterentropy library
|
|
|
bf43d9 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
bf43d9 |
|
|
|
bf43d9 |
%description devel
|
|
|
bf43d9 |
Development headers and libraries for jitterentropy
|
|
|
bf43d9 |
|
|
|
bf43d9 |
%prep
|
|
|
24d1b4 |
%autosetup -p0 -n %{name}-library-%{version}
|
|
|
bf43d9 |
|
|
|
bf43d9 |
%build
|
|
|
bf43d9 |
%set_build_flags
|
|
|
bf43d9 |
%make_build
|
|
|
bf43d9 |
|
|
|
bf43d9 |
%install
|
|
|
bf43d9 |
mkdir -p %{buildroot}/usr/include/
|
|
|
bf43d9 |
%make_install PREFIX=/usr LIBDIR=%{_lib}
|
|
|
bf43d9 |
|
|
|
bf43d9 |
%files
|
|
|
bf43d9 |
%doc README.md CHANGES.md
|
|
|
bf43d9 |
%license LICENSE LICENSE.bsd LICENSE.gplv2
|
|
|
bf43d9 |
%{_libdir}/libjitterentropy.so.3*
|
|
|
bf43d9 |
|
|
|
bf43d9 |
%files devel
|
|
|
bf43d9 |
%{_includedir}/*
|
|
|
bf43d9 |
%{_libdir}/libjitterentropy.so
|
|
|
bf43d9 |
%{_mandir}/man3/*
|
|
|
bf43d9 |
|
|
|
bf43d9 |
%changelog
|
|
|
4f6901 |
* Tue Apr 26 2022 Vladis Dronov <vdronov@redhat.com> - 3.4.0-1
|
|
|
4f6901 |
- Update to the upstream v3.4.0 @ 2e5019cf (bz 2075978)
|
|
|
4f6901 |
|
|
|
24d1b4 |
* Tue Nov 23 2021 Vladis Dronov <vdronov@redhat.com> - 3.3.1-2
|
|
|
24d1b4 |
- Update to the upstream v3.3.1 @ 887c9871 (bz 2015560)
|
|
|
24d1b4 |
- Fix a security issue found by a covscan in jitterentropy library
|
|
|
24d1b4 |
|
|
|
bf43d9 |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.0.2-3.git.409828cf
|
|
|
bf43d9 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
bf43d9 |
Related: rhbz#1991688
|
|
|
bf43d9 |
|
|
|
bf43d9 |
* Tue Jul 13 2021 Vladis Dronov <vdronov@redhat.com> - 3.0.2-2.git.409828cf
|
|
|
bf43d9 |
- Update to the latest upstream commits upto 409828cf (bz 1973157)
|
|
|
bf43d9 |
- Add clock_gettime() software time source
|
|
|
bf43d9 |
- Add a code for choosing between software and hardware time sources
|
|
|
bf43d9 |
https://github.com/smuellerDD/jitterentropy-library/pull/57
|
|
|
bf43d9 |
https://bugzilla.redhat.com/show_bug.cgi?id=1974132
|
|
|
bf43d9 |
|
|
|
bf43d9 |
* Tue Jul 06 2021 Vladis Dronov <vdronov@redhat.com> - 3.0.2.git.d18d5863-1
|
|
|
bf43d9 |
- Update to the upstream v3.0.2 + tip of origin/master
|
|
|
bf43d9 |
with fixes for an important issue:
|
|
|
bf43d9 |
https://github.com/nhorman/rng-tools/pull/123
|
|
|
bf43d9 |
https://github.com/smuellerDD/jitterentropy-library/issues/37
|
|
|
bf43d9 |
- Add important upstream fixes for the one CPU case (bz 1974132)
|
|
|
bf43d9 |
|
|
|
bf43d9 |
* Fri Jun 18 2021 Vladis Dronov <vdronov@redhat.com> - 3.0.2-1
|
|
|
bf43d9 |
- Update to the upstream v3.0.2 (bz 1973157)
|
|
|
bf43d9 |
- Remove ldconfig_scriptlets
|
|
|
bf43d9 |
|
|
|
bf43d9 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.0-5
|
|
|
bf43d9 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
bf43d9 |
|
|
|
bf43d9 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-4
|
|
|
bf43d9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
bf43d9 |
|
|
|
bf43d9 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-3
|
|
|
bf43d9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
bf43d9 |
|
|
|
bf43d9 |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-2
|
|
|
bf43d9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
bf43d9 |
|
|
|
bf43d9 |
* Thu Sep 26 2019 Neil Horman <nhorman@redhat.com> - 2.2.0-1
|
|
|
bf43d9 |
- Update to latest upstream
|
|
|
bf43d9 |
|
|
|
bf43d9 |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-5
|
|
|
bf43d9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
bf43d9 |
|
|
|
bf43d9 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-4
|
|
|
bf43d9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
bf43d9 |
|
|
|
bf43d9 |
* Fri Sep 21 2018 Neil Horman <nhorman@tuxdriver.com> - 2.1.2-3
|
|
|
bf43d9 |
- Drop static library
|
|
|
bf43d9 |
- Fix up naming
|
|
|
bf43d9 |
- Add gcc buildrequires
|
|
|
bf43d9 |
- Fix files glob
|
|
|
bf43d9 |
|
|
|
bf43d9 |
* Thu Sep 13 2018 Neil Horman <nhorman@tuxdriver.com> - 2.1.2-2
|
|
|
bf43d9 |
- Fixed license
|
|
|
bf43d9 |
- Fixed up some macro usage in spec file
|
|
|
bf43d9 |
- Documented patches
|
|
|
bf43d9 |
- Modified makefile to use $(INSTALL) macro
|
|
|
bf43d9 |
|
|
|
bf43d9 |
* Thu Sep 06 2018 Neil Horman <nhorman@tuxdriver.com> - 2.1.2-1
|
|
|
bf43d9 |
- Initial import
|