Update to the upstream v3.0.2 @409828cf
- Update to the latest upstream commits upto 409828cf - Add clock_gettime() software time source - Add a code for choosing between software and hardware time sources https://github.com/smuellerDD/jitterentropy-library/pull/57 https://bugzilla.redhat.com/show_bug.cgi?id=1974132 Resolves: rhbz#1973157 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
This commit is contained in:
parent
897aa69bbf
commit
f7c19f1c66
@ -1,24 +1,24 @@
|
||||
diff -up Makefile.orig Makefile
|
||||
--- Makefile 2021-04-21 13:39:48.000000000 +0200
|
||||
+++ Makefile 2021-06-17 21:07:39.416998436 +0200
|
||||
--- Makefile 2021-07-13 17:23:42.954652287 +0200
|
||||
+++ Makefile 2021-07-13 17:27:27.958549833 +0200
|
||||
@@ -3,7 +3,7 @@
|
||||
CC ?= gcc
|
||||
#Hardening
|
||||
CFLAGS ?= -fwrapv --param ssp-buffer-size=4 -fvisibility=hidden -fPIE -Wcast-align -Wmissing-field-initializers -Wshadow -Wswitch-enum
|
||||
-CFLAGS +=-Wextra -Wall -pedantic -fPIC -O0 -fwrapv -Wconversion
|
||||
+CFLAGS +=-Wp,-U_FORTIFY_SOURCE -Wextra -Wall -pedantic -fPIC -O0 -fwrapv -Wconversion
|
||||
LDFLAGS +=-Wl,-z,relro,-z,now
|
||||
LDFLAGS +=-Wl,-z,relro,-z,now -lpthread
|
||||
|
||||
GCCVERSIONFORMAT := $(shell echo `$(CC) -dumpversion | sed 's/\./\n/g' | wc -l`)
|
||||
@@ -27,7 +27,7 @@ LIBDIR := lib
|
||||
# include target directory
|
||||
@@ -28,7 +28,7 @@ LIBDIR := lib
|
||||
INCDIR := include
|
||||
SRCDIR := src
|
||||
|
||||
-INSTALL_STRIP ?= install -s
|
||||
+INSTALL ?= install
|
||||
|
||||
NAME := jitterentropy
|
||||
LIBMAJOR=$(shell cat jitterentropy-base.c | grep define | grep MAJVERSION | awk '{print $$3}')
|
||||
LIBMAJOR=$(shell cat $(SRCDIR)/jitterentropy-base.c | grep define | grep MAJVERSION | awk '{print $$3}')
|
||||
@@ -73,25 +73,25 @@ cppcheck:
|
||||
install: install-man install-shared install-includes
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: jitterentropy
|
||||
Version: 3.0.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2.git.409828cf%{?dist}
|
||||
Summary: Library implementing the jitter entropy source
|
||||
|
||||
License: BSD or GPLv2
|
||||
@ -35,8 +35,8 @@ mkdir -p %{buildroot}/usr/include/
|
||||
%make_install PREFIX=/usr LIBDIR=%{_lib}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license COPYING COPYING.bsd COPYING.gplv2
|
||||
%doc README.md CHANGES.md
|
||||
%license LICENSE LICENSE.bsd LICENSE.gplv2
|
||||
%{_libdir}/libjitterentropy.so.3*
|
||||
|
||||
%files devel
|
||||
@ -45,9 +45,23 @@ mkdir -p %{buildroot}/usr/include/
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 13 2021 Vladis Dronov <vdronov@redhat.com> - 3.0.2-2.git.409828cf
|
||||
- Update to the latest upstream commits upto 409828cf (bz 1973157)
|
||||
- Add clock_gettime() software time source
|
||||
- Add a code for choosing between software and hardware time sources
|
||||
https://github.com/smuellerDD/jitterentropy-library/pull/57
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=1974132
|
||||
|
||||
* Tue Jul 06 2021 Vladis Dronov <vdronov@redhat.com> - 3.0.2.git.d18d5863-1
|
||||
- Update to the upstream v3.0.2 + tip of origin/master
|
||||
with fixes for an important issue:
|
||||
https://github.com/nhorman/rng-tools/pull/123
|
||||
https://github.com/smuellerDD/jitterentropy-library/issues/37
|
||||
- Add important upstream fixes for the one CPU case (bz 1974132)
|
||||
|
||||
* Fri Jun 18 2021 Vladis Dronov <vdronov@redhat.com> - 3.0.2-1
|
||||
- Update to the upstream v3.0.2 (bz 1973157)
|
||||
- Remove %ldconfig_scriptlets
|
||||
- Remove ldconfig_scriptlets
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.0-5
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jitterentropy-library-3.0.2.tar.gz) = 7fffae99ac89a64d1fbf0feb698702f704943b2839c65e2b226c973d1c69d185da29a7c8048e3f531c9f0b6dc5be3dc92564a8240d7d81ec03f22f30de3b4b0f
|
||||
SHA512 (jitterentropy-library-3.0.2.tar.gz) = 57ad498048c728da79247d1f93d60b60d4c3a8967a45b6ac0d205457f9f93f1001c9a0359e91588084dd81889a700fcac162e179947f4d68266d59a033a61386
|
||||
|
||||
Loading…
Reference in New Issue
Block a user