diff --git a/libnettle.changes b/libnettle.changes index 0fab06d..5d6e126 100644 --- a/libnettle.changes +++ b/libnettle.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Apr 26 19:43:52 UTC 2015 - astieger@suse.com + +- nettle 3.1.1 + Non-critical bugfix release, binary compatible to 3.1 + * By accident, nettle-3.1 disabled the assembly code for the + secp_224r1 and secp_521r1 elliptic curves on all x86_64 + configurations, making signature operations on those curves + 10%-30% slower. This code is now re-enabled. + * The x86_64 assembly implementation of gcm hashing has been + fixed to work with the Sun/Oracle assembler. + ------------------------------------------------------------------- Thu Apr 23 09:31:06 UTC 2015 - vpereira@suse.com diff --git a/libnettle.spec b/libnettle.spec index 76dec89..8841d12 100644 --- a/libnettle.spec +++ b/libnettle.spec @@ -19,7 +19,7 @@ %define soname 6 %define hogweed_soname 4 Name: libnettle -Version: 3.1 +Version: 3.1.1 Release: 0 Summary: Cryptographic Library License: LGPL-2.1+ and GPL-2.0+ diff --git a/nettle-3.1.1.tar.gz b/nettle-3.1.1.tar.gz new file mode 100644 index 0000000..4d1e508 --- /dev/null +++ b/nettle-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd4d25d64d8ddcb85d0d897572af73b05b4d163c6cc49438a5bfbb8ff293d4c +size 1851876 diff --git a/nettle-3.1.1.tar.gz.sig b/nettle-3.1.1.tar.gz.sig new file mode 100644 index 0000000..fbb00b9 Binary files /dev/null and b/nettle-3.1.1.tar.gz.sig differ diff --git a/nettle-3.1.tar.gz b/nettle-3.1.tar.gz deleted file mode 100644 index e2b777b..0000000 --- a/nettle-3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6859d4ec88e70805590af9862b4b8c43a2d1fc7991df0a7a711b1e7ca9fc9d3 -size 1851489 diff --git a/nettle-3.1.tar.gz.sig b/nettle-3.1.tar.gz.sig deleted file mode 100644 index b9f4374..0000000 Binary files a/nettle-3.1.tar.gz.sig and /dev/null differ