Hello community, here is the log from the commit of package libnettle for openSUSE:Factory checked in at 2013-05-16 16:12:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnettle (Old) and /work/SRC/openSUSE:Factory/.libnettle.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libnettle" Changes: -------- --- /work/SRC/openSUSE:Factory/libnettle/libnettle.changes 2012-11-26 18:59:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libnettle.new/libnettle.changes 2013-05-16 16:12:38.000000000 +0200 @@ -1,0 +2,23 @@ +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. + +------------------------------------------------------------------- Old: ---- nettle-2.5.tar.gz New: ---- nettle-2.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnettle.spec ++++++ --- /var/tmp/diff_new_pack.hjNiNK/_old 2013-05-16 16:12:39.000000000 +0200 +++ /var/tmp/diff_new_pack.hjNiNK/_new 2013-05-16 16:12:39.000000000 +0200 @@ -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 @@ %setup -q -n "nettle-%{version}" %build -%configure --disable-static +%configure make %{?_smp_mflags} ++++++ nettle-2.5.tar.gz -> nettle-2.7.tar.gz ++++++ ++++ 51067 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de