From b75930ba928de47b70464398619927c9f129cf00 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 May 2024 08:57:17 +0200 Subject: update to 1.0.20 --- compat_reports/1.0.19_to_1.0.20/compat_report.html | 699 +++++++++++++++++++++ libsodium-last.spec | 7 +- libsodium.xml | 8 +- 3 files changed, 708 insertions(+), 6 deletions(-) create mode 100644 compat_reports/1.0.19_to_1.0.20/compat_report.html diff --git a/compat_reports/1.0.19_to_1.0.20/compat_report.html b/compat_reports/1.0.19_to_1.0.20/compat_report.html new file mode 100644 index 0000000..f52a437 --- /dev/null +++ b/compat_reports/1.0.19_to_1.0.20/compat_report.html @@ -0,0 +1,699 @@ + + + + + + + + + +libsodium: 1.0.19 to 1.0.20 compatibility report + + + +

API compatibility report for the libsodium library between 1.0.19 and 1.0.20 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibsodium
Version #11.0.19
Version #21.0.20
Archx86_64
GCC Version13
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files67
Total Libraries1
Total Symbols / Types649 / 43
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-1
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1
+ +

Added Symbols  1 


+crypto_kdf_hkdf_sha512.h, libsodium.so.26.2.0
+crypto_kdf_hkdf_sha512_statebytes ( )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


+crypto_pwhash.h
+ +[+] crypto_pwhash_PRIMITIVE +
+ + +
+to the top
+

Header Files  67 


+
+core.h
+crypto_aead_aegis128l.h
+crypto_aead_aegis256.h
+crypto_aead_aes256gcm.h
+crypto_aead_chacha20poly1305.h
+crypto_aead_xchacha20poly1305.h
+crypto_auth.h
+crypto_auth_hmacsha256.h
+crypto_auth_hmacsha512.h
+crypto_auth_hmacsha512256.h
+crypto_box.h
+crypto_box_curve25519xchacha20poly1305.h
+crypto_box_curve25519xsalsa20poly1305.h
+crypto_core_ed25519.h
+crypto_core_hchacha20.h
+crypto_core_hsalsa20.h
+crypto_core_ristretto255.h
+crypto_core_salsa20.h
+crypto_core_salsa2012.h
+crypto_core_salsa208.h
+crypto_generichash.h
+crypto_generichash_blake2b.h
+crypto_hash.h
+crypto_hash_sha256.h
+crypto_hash_sha512.h
+crypto_kdf.h
+crypto_kdf_blake2b.h
+crypto_kdf_hkdf_sha256.h
+crypto_kdf_hkdf_sha512.h
+crypto_kx.h
+crypto_onetimeauth.h
+crypto_onetimeauth_poly1305.h
+crypto_pwhash.h
+crypto_pwhash_argon2i.h
+crypto_pwhash_argon2id.h
+crypto_pwhash_scryptsalsa208sha256.h
+crypto_scalarmult.h
+crypto_scalarmult_curve25519.h
+crypto_scalarmult_ed25519.h
+crypto_scalarmult_ristretto255.h
+crypto_secretbox.h
+crypto_secretbox_xchacha20poly1305.h
+crypto_secretbox_xsalsa20poly1305.h
+crypto_secretstream_xchacha20poly1305.h
+crypto_shorthash.h
+crypto_shorthash_siphash24.h
+crypto_sign.h
+crypto_sign_ed25519.h
+crypto_sign_edwards25519sha512batch.h
+crypto_stream.h
+crypto_stream_chacha20.h
+crypto_stream_salsa20.h
+crypto_stream_salsa2012.h
+crypto_stream_salsa208.h
+crypto_stream_xchacha20.h
+crypto_stream_xsalsa20.h
+crypto_verify_16.h
+crypto_verify_32.h
+crypto_verify_64.h
+export.h
+randombytes.h
+randombytes_internal_random.h
+randombytes_sysrandom.h
+runtime.h
+sodium.h
+utils.h
+version.h
+
+
to the top
+

Libraries  1 


+
+libsodium.so.26.1.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibsodium
Version #11.0.19
Version #21.0.20
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files67
Total Libraries1
Total Symbols / Types652 / 43
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low3
+ + +

Problems with Constants, Low Severity  3 


+crypto_pwhash.h
+ +[+] crypto_pwhash_PRIMITIVE +
+ + +
+version.h
+ +[+] SODIUM_LIBRARY_VERSION_MINOR +
+ + + +[+] SODIUM_VERSION_STRING +
+ + +
+to the top
+

Header Files  67 


+
+core.h
+crypto_aead_aegis128l.h
+crypto_aead_aegis256.h
+crypto_aead_aes256gcm.h
+crypto_aead_chacha20poly1305.h
+crypto_aead_xchacha20poly1305.h
+crypto_auth.h
+crypto_auth_hmacsha256.h
+crypto_auth_hmacsha512.h
+crypto_auth_hmacsha512256.h
+crypto_box.h
+crypto_box_curve25519xchacha20poly1305.h
+crypto_box_curve25519xsalsa20poly1305.h
+crypto_core_ed25519.h
+crypto_core_hchacha20.h
+crypto_core_hsalsa20.h
+crypto_core_ristretto255.h
+crypto_core_salsa20.h
+crypto_core_salsa2012.h
+crypto_core_salsa208.h
+crypto_generichash.h
+crypto_generichash_blake2b.h
+crypto_hash.h
+crypto_hash_sha256.h
+crypto_hash_sha512.h
+crypto_kdf.h
+crypto_kdf_blake2b.h
+crypto_kdf_hkdf_sha256.h
+crypto_kdf_hkdf_sha512.h
+crypto_kx.h
+crypto_onetimeauth.h
+crypto_onetimeauth_poly1305.h
+crypto_pwhash.h
+crypto_pwhash_argon2i.h
+crypto_pwhash_argon2id.h
+crypto_pwhash_scryptsalsa208sha256.h
+crypto_scalarmult.h
+crypto_scalarmult_curve25519.h
+crypto_scalarmult_ed25519.h
+crypto_scalarmult_ristretto255.h
+crypto_secretbox.h
+crypto_secretbox_xchacha20poly1305.h
+crypto_secretbox_xsalsa20poly1305.h
+crypto_secretstream_xchacha20poly1305.h
+crypto_shorthash.h
+crypto_shorthash_siphash24.h
+crypto_sign.h
+crypto_sign_ed25519.h
+crypto_sign_edwards25519sha512batch.h
+crypto_stream.h
+crypto_stream_chacha20.h
+crypto_stream_salsa20.h
+crypto_stream_salsa2012.h
+crypto_stream_salsa208.h
+crypto_stream_xchacha20.h
+crypto_stream_xsalsa20.h
+crypto_verify_16.h
+crypto_verify_32.h
+crypto_verify_64.h
+export.h
+randombytes.h
+randombytes_internal_random.h
+randombytes_sysrandom.h
+runtime.h
+sodium.h
+utils.h
+version.h
+
+
to the top
+

Libraries  1 


+
+libsodium.so.26.1.0
+
+
to the top
+



+ +
+ + diff --git a/libsodium-last.spec b/libsodium-last.spec index 41940a3..76e288b 100644 --- a/libsodium-last.spec +++ b/libsodium-last.spec @@ -24,7 +24,7 @@ Name: %{libname} # Build for parallel install Name: %{libname}%{soname} %endif -Version: 1.0.19 +Version: 1.0.20 Release: 1%{?dist} Summary: The Sodium crypto library Group: System Environment/Libraries @@ -108,7 +108,7 @@ This package can't be installed with system %{libname}-devel. %prep %{?gpgverify:%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'} -%setup -q -n %{libname}-stable +%setup -q -n %{libname}-%{version} %build @@ -154,6 +154,9 @@ make check %changelog +* Mon May 27 2024 Remi Collet - 1.0.20-1 +- update to 1.0.20 + * Wed Sep 13 2023 Remi Collet - 1.0.19-1 - update to 1.0.19 - rename to libsodium26 for new soname diff --git a/libsodium.xml b/libsodium.xml index 0c28ba8..082b600 100644 --- a/libsodium.xml +++ b/libsodium.xml @@ -9,20 +9,20 @@ -1.0.19 +1.0.20 -/opt/libsodium/1.0.19/include/sodium.h -/opt/libsodium/1.0.19/include/sodium +/opt/libsodium/include/sodium.h +/opt/libsodium/include/sodium -/opt/libsodium/1.0.19/lib/libsodium.so +/opt/libsodium/lib/libsodium.so