diff --git a/libnettle.changes b/libnettle.changes index df3a187..d1d4b4c 100644 --- a/libnettle.changes +++ b/libnettle.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Jun 17 06:22:31 UTC 2024 - Pedro Monreal + +- Update to 3.10: + * Bug fixes: + - Add missing hash functions sha512_224 and sha512_256 to the + nettle_get_hashes() list. The name values in the + corresponding nettle_hash structs also changed to use + underscore instead of dash, for consistency. + - Fix a few cases of formally undefined calls to memcpy(dst, + NULL, 0), resulting from valid calls to, e.g., + sha256_update(ctx, 0, NULL). + * New features: + - Support RSA-OAEP encryption. Contributed by Nicolas Mora and Daiki Ueno. + - New function sha3_256_shake_output, new functions + sha3_128_init, sha3_128_update, sha3_128_shake, + sha3_128_shake_output. Contributed by Daiki Ueno. + - Added DRBG-CTR with AES256, contributed by Simon Josefsson. + * Optimizations: + - New combined gcm-aes assembly for powerpc64, contributed by Danny Tsen. + - New sha256 assembly for powerpc64, contributed by Eric Richter. + - Improved performance for powerpc64 AES decrypt, by skipping + subkey transformations that don't suit the vncipher instructions. + - Add arm64 CPU feature detection for Android and for Apple systems, + contributed by Foolbar and Tim Kosse, prespectively. + * Miscellaneous: + - New tests for side-channel silence, based on valgrind. + - Delete all md5 assembly code. Delete all sparc32 assembly code. + ------------------------------------------------------------------- Fri Jun 9 07:00:35 UTC 2023 - Pedro Monreal diff --git a/libnettle.spec b/libnettle.spec index e038f1d..97646e6 100644 --- a/libnettle.spec +++ b/libnettle.spec @@ -1,7 +1,7 @@ # # spec file for package libnettle # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define soname 8 %define hogweed_soname 6 Name: libnettle -Version: 3.9.1 +Version: 3.10 Release: 0 Summary: Cryptographic Library License: GPL-2.0-or-later AND LGPL-2.1-or-later diff --git a/nettle-3.10.tar.gz b/nettle-3.10.tar.gz new file mode 100644 index 0000000..4b00350 --- /dev/null +++ b/nettle-3.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c518adb174e484cb4acea54118f02380c7133771e7e9beb98a0787194ee47c +size 2640485 diff --git a/nettle-3.10.tar.gz.sig b/nettle-3.10.tar.gz.sig new file mode 100644 index 0000000..174abe5 Binary files /dev/null and b/nettle-3.10.tar.gz.sig differ diff --git a/nettle-3.9.1.tar.gz b/nettle-3.9.1.tar.gz deleted file mode 100644 index 9f180b6..0000000 --- a/nettle-3.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccfeff981b0ca71bbd6fbcb054f407c60ffb644389a5be80d6716d5b550c6ce3 -size 2396741 diff --git a/nettle-3.9.1.tar.gz.sig b/nettle-3.9.1.tar.gz.sig deleted file mode 100644 index 709a2cf..0000000 Binary files a/nettle-3.9.1.tar.gz.sig and /dev/null differ