From d17646e16b6042fd1548fabe158e7d4391b957578c447d6a8b8ec6f8cb08c47e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 16 May 2013 14:12:37 +0000 Subject: [PATCH] Accepting request 175855 from devel:libraries:c_c++ - Update to version 2.7 * Support for the GOST R 34.11-94 hash algorithm * Support for SHA3 * Support for PKCS #5 PBKDF2 * Fixed a small memory leak in nettle_realloc and nettle_xrealloc. * x86_64 assembly for SHA256, SHA512, and SHA3 * ARM assembly code for several additional algorithms, including AES, Salsa20, and the SHA family of hash functions. * Support for 12-round salsa20, "salsa20r12", as specified by eSTREAM. * Support for UMAC, including x86_64 and ARM assembly. * Support for ECDSA signatures. Elliptic curve operations over the following curves: secp192r1, secp224r1, secp256r1, secp384r1 and secp521r1, including x86_64 and ARM assembly for the most important primitives. - Depend on makeinfo for info file generation. - Don't disable static libs, they are needed at build time. OBS-URL: https://build.opensuse.org/request/show/175855 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=12 --- libnettle.changes | 23 +++++++++++++++++++++++ libnettle.spec | 9 +++++---- nettle-2.5.tar.gz | 3 --- nettle-2.7.tar.gz | 3 +++ 4 files changed, 31 insertions(+), 7 deletions(-) delete mode 100644 nettle-2.5.tar.gz create mode 100644 nettle-2.7.tar.gz diff --git a/libnettle.changes b/libnettle.changes index 171df26..d8933ac 100644 --- a/libnettle.changes +++ b/libnettle.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu May 16 11:39:47 UTC 2013 - idonmez@suse.com + +- Update to version 2.7 + * Support for the GOST R 34.11-94 hash algorithm + * Support for SHA3 + * Support for PKCS #5 PBKDF2 + * Fixed a small memory leak in nettle_realloc and + nettle_xrealloc. + * x86_64 assembly for SHA256, SHA512, and SHA3 + * ARM assembly code for several additional algorithms, + including AES, Salsa20, and the SHA family of hash + functions. + * Support for 12-round salsa20, "salsa20r12", as specified by + eSTREAM. + * Support for UMAC, including x86_64 and ARM assembly. + * Support for ECDSA signatures. Elliptic curve operations over + the following curves: secp192r1, secp224r1, secp256r1, + secp384r1 and secp521r1, including x86_64 and ARM assembly + for the most important primitives. +- Depend on makeinfo for info file generation. +- Don't disable static libs, they are needed at build time. + ------------------------------------------------------------------- Sun Nov 25 14:54:46 UTC 2012 - andreas.stieger@gmx.de diff --git a/libnettle.spec b/libnettle.spec index 5ad817d..48ffc6c 100644 --- a/libnettle.spec +++ b/libnettle.spec @@ -2,7 +2,7 @@ # # spec file for package libnettle # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,17 @@ Name: libnettle -Version: 2.5 +Version: 2.7 Release: 0 %define soname 4 %define hogweed_soname 2 Summary: Cryptographic Library License: LGPL-2.1+ and GPL-2.0+ Group: System/Libraries -Source0: ftp://ftp.lysator.liu.se/pub/security/lsh/nettle-%{version}.tar.gz +Source0: http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz Source1: baselibs.conf BuildRequires: gmp-devel +BuildRequires: makeinfo BuildRequires: pkgconfig PreReq: %install_info_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -93,7 +94,7 @@ operations using the nettle library. %setup -q -n "nettle-%{version}" %build -%configure --disable-static +%configure make %{?_smp_mflags} diff --git a/nettle-2.5.tar.gz b/nettle-2.5.tar.gz deleted file mode 100644 index 6f57bfa..0000000 --- a/nettle-2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aa142e908b0053082d7729fc0155dc90dbe71c8ef5f50f30034805ed5c92c72 -size 1113274 diff --git a/nettle-2.7.tar.gz b/nettle-2.7.tar.gz new file mode 100644 index 0000000..a629509 --- /dev/null +++ b/nettle-2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c294ea133c05382cc2effb1734d49f4abeb1ad8515543a333de49a11422cd4d6 +size 1557615