updated to nettle 3.4
This commit is contained in:
parent
2ec204e2de
commit
2fb41d1329
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,3 +5,6 @@ nettle-1.15.tar.gz
|
|||||||
/nettle-3.1.1-hobbled.tar.gz
|
/nettle-3.1.1-hobbled.tar.gz
|
||||||
/nettle-3.2-hobbled.tar.xz
|
/nettle-3.2-hobbled.tar.xz
|
||||||
/nettle-3.3-hobbled.tar.xz
|
/nettle-3.3-hobbled.tar.xz
|
||||||
|
/nettle-3.4.tar.gz.sig
|
||||||
|
/nettle-3.4.tar.gz
|
||||||
|
/nettle-3.4-hobbled.tar.xz
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
diff --git a/version.h.in b/version.h.in
|
|
||||||
index cf429f2..da0ad15 100644
|
|
||||||
--- a/version.h.in
|
|
||||||
+++ b/version.h.in
|
|
||||||
@@ -45,12 +45,6 @@ extern "C" {
|
|
||||||
|
|
||||||
#define NETTLE_USE_MINI_GMP @NETTLE_USE_MINI_GMP@
|
|
||||||
|
|
||||||
-/* We need a preprocessor constant for GMP_NUMB_BITS, simply using
|
|
||||||
- sizeof(mp_limb_t) * CHAR_BIT is not good enough. */
|
|
||||||
-#if NETTLE_USE_MINI_GMP
|
|
||||||
-# define GMP_NUMB_BITS @GMP_NUMB_BITS@
|
|
||||||
-#endif
|
|
||||||
-
|
|
||||||
int
|
|
||||||
nettle_version_major (void);
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: nettle
|
Name: nettle
|
||||||
Version: 3.3
|
Version: 3.4
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A low-level cryptographic library
|
Summary: A low-level cryptographic library
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -9,7 +9,6 @@ URL: http://www.lysator.liu.se/~nisse/nettle/
|
|||||||
Source0: %{name}-%{version}-hobbled.tar.xz
|
Source0: %{name}-%{version}-hobbled.tar.xz
|
||||||
#Source0: http://www.lysator.liu.se/~nisse/archive/%{name}-%{version}.tar.gz
|
#Source0: http://www.lysator.liu.se/~nisse/archive/%{name}-%{version}.tar.gz
|
||||||
Patch0: nettle-3.3-remove-ecc-testsuite.patch
|
Patch0: nettle-3.3-remove-ecc-testsuite.patch
|
||||||
Patch1: nettle-3.2-version-h.patch
|
|
||||||
|
|
||||||
BuildRequires: gmp-devel, m4
|
BuildRequires: gmp-devel, m4
|
||||||
BuildRequires: libtool, automake, autoconf, gettext-devel
|
BuildRequires: libtool, automake, autoconf, gettext-devel
|
||||||
@ -45,7 +44,6 @@ sed s/ggdb3/g/ -i configure
|
|||||||
sed 's/ecc-192.c//g' -i Makefile.in
|
sed 's/ecc-192.c//g' -i Makefile.in
|
||||||
sed 's/ecc-224.c//g' -i Makefile.in
|
sed 's/ecc-224.c//g' -i Makefile.in
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -ifv
|
autoreconf -ifv
|
||||||
@ -103,6 +101,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 20 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.4-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Wed Aug 09 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.3-5
|
* Wed Aug 09 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.3-5
|
||||||
- Removed executables from the library to allow parallel installation
|
- Removed executables from the library to allow parallel installation
|
||||||
of x86-64 and x86 packages. The executables had testing purpose, and
|
of x86-64 and x86 packages. The executables had testing purpose, and
|
||||||
|
Loading…
Reference in New Issue
Block a user