diff --git a/libnettle.changes b/libnettle.changes index 8c0bcbc..8015701 100644 --- a/libnettle.changes +++ b/libnettle.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Feb 18 09:24:00 UTC 2021 - Andreas Stieger + +- GNU Nettle 3.7.1: + * Fix bug in chacha counter update logic (ppc64 and ppc64el) + * Restore support for big-endian ARM platforms + * Fix corner case bug in ECDSA verify, it would produce incorrect + result in the unlikely case of an all-zero message hash + * Support for pbkdf2_hmac_sha384 and pbkdf2_hmac_sha512 + * Remove poorly performing ARM Neon code for doing single-block + Salsa20 and Chacha + ------------------------------------------------------------------- Mon Jan 4 20:39:20 UTC 2021 - Andreas Stieger diff --git a/libnettle.spec b/libnettle.spec index 2e19e6c..e4d72ce 100644 --- a/libnettle.spec +++ b/libnettle.spec @@ -19,7 +19,7 @@ %define soname 8 %define hogweed_soname 6 Name: libnettle -Version: 3.7 +Version: 3.7.1 Release: 0 Summary: Cryptographic Library License: LGPL-2.1-or-later AND GPL-2.0-or-later diff --git a/nettle-3.7.1.tar.gz b/nettle-3.7.1.tar.gz new file mode 100644 index 0000000..dfbe2a3 --- /dev/null +++ b/nettle-3.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156621427c7b00a75ff9b34b770b95d34f80ef7a55c3407de94b16cbf436c42e +size 2380974 diff --git a/nettle-3.7.1.tar.gz.sig b/nettle-3.7.1.tar.gz.sig new file mode 100644 index 0000000..923e442 Binary files /dev/null and b/nettle-3.7.1.tar.gz.sig differ diff --git a/nettle-3.7.tar.gz b/nettle-3.7.tar.gz deleted file mode 100644 index 18c03e8..0000000 --- a/nettle-3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f001f64eb444bf13dd91bceccbc20acbc60c4311d6e2b20878452eb9a9cec75a -size 2375067 diff --git a/nettle-3.7.tar.gz.sig b/nettle-3.7.tar.gz.sig deleted file mode 100644 index cc36c79..0000000 Binary files a/nettle-3.7.tar.gz.sig and /dev/null differ