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
This commit is contained in:
parent
f2f5b71355
commit
d17646e16b
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4aa142e908b0053082d7729fc0155dc90dbe71c8ef5f50f30034805ed5c92c72
|
||||
size 1113274
|
3
nettle-2.7.tar.gz
Normal file
3
nettle-2.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c294ea133c05382cc2effb1734d49f4abeb1ad8515543a333de49a11422cd4d6
|
||||
size 1557615
|
Loading…
Reference in New Issue
Block a user