Fixed SHA3 implementation to conform to published version
Resolves: rhbz#1252935
This commit is contained in:
parent
af9aba9672
commit
f39703a486
4137
nettle-3.1.1-sha3-fix.patch
Normal file
4137
nettle-3.1.1-sha3-fix.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
Name: nettle
|
||||
Version: 3.1.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A low-level cryptographic library
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -9,6 +9,7 @@ URL: http://www.lysator.liu.se/~nisse/nettle/
|
||||
Source0: %{name}-%{version}-hobbled.tar.gz
|
||||
#Source0: http://www.lysator.liu.se/~nisse/archive/%{name}-%{version}.tar.gz
|
||||
Patch0: nettle-3.1.1-remove-ecc-testsuite.patch
|
||||
Patch1: nettle-3.1.1-sha3-fix.patch
|
||||
|
||||
BuildRequires: gmp-devel m4 texinfo-tex texlive-dvips ghostscript
|
||||
|
||||
@ -43,6 +44,7 @@ sed s/ggdb3/g/ -i configure
|
||||
sed 's/ecc-192.c//g' -i Makefile.in
|
||||
sed 's/ecc-224.c//g' -i Makefile.in
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure --enable-shared
|
||||
@ -98,6 +100,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 22 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.1.1-4
|
||||
- Fixed SHA3 implementation to conform to published version (#1252935)
|
||||
|
||||
* Sun Aug 2 2015 Peter Robinson <pbrobinson@fedoraproject.org> 3.1.1-3
|
||||
- No need to ship license in devel too
|
||||
- Drop ChangeLog as details are in NEWS
|
||||
|
Loading…
Reference in New Issue
Block a user