libsodium: Update to version 1.0.21
Commit Message
- Update from version 1.0.20 to 1.0.21
- Update of rootfile
- Changelog
1.0.21
This point release includes all the changes from 1.0.20-stable, which
include a security fix for the `crypto_core_ed25519_is_valid_point()`
function, as well as two new sets of functions:
- The new `crypto_ipcrypt_*` functions implement mechanisms for securely
encrypting and anonymizing IP addresses as specified in https://ipcrypt-std.github.io
- The `sodium_bin2ip` and `sodium_ip2bin` helper functions have been added
to complement the `crypto_ipcrypt_*` functions and easily convert addresses
between bytes and strings.
- XOF: the `crypto_xof_shake*` and `crypto_xof_turboshake*` functions
are standard extendable output functions. From input of any length, they can
derive output of any length with the same properties as hash functions. These
primitives are required by many post-quantum mechanisms, but can also be used
for a wide range of applications, including key derivation, session encryption
and more.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/libsodium | 8 +++++++-
lfs/libsodium | 6 +++---
2 files changed, 10 insertions(+), 4 deletions(-)
@@ -16,6 +16,7 @@
#usr/include/sodium/crypto_core_ed25519.h
#usr/include/sodium/crypto_core_hchacha20.h
#usr/include/sodium/crypto_core_hsalsa20.h
+#usr/include/sodium/crypto_core_keccak1600.h
#usr/include/sodium/crypto_core_ristretto255.h
#usr/include/sodium/crypto_core_salsa20.h
#usr/include/sodium/crypto_core_salsa2012.h
@@ -25,6 +26,7 @@
#usr/include/sodium/crypto_hash.h
#usr/include/sodium/crypto_hash_sha256.h
#usr/include/sodium/crypto_hash_sha512.h
+#usr/include/sodium/crypto_ipcrypt.h
#usr/include/sodium/crypto_kdf.h
#usr/include/sodium/crypto_kdf_blake2b.h
#usr/include/sodium/crypto_kdf_hkdf_sha256.h
@@ -59,6 +61,10 @@
#usr/include/sodium/crypto_verify_16.h
#usr/include/sodium/crypto_verify_32.h
#usr/include/sodium/crypto_verify_64.h
+#usr/include/sodium/crypto_xof_shake128.h
+#usr/include/sodium/crypto_xof_shake256.h
+#usr/include/sodium/crypto_xof_turboshake128.h
+#usr/include/sodium/crypto_xof_turboshake256.h
#usr/include/sodium/export.h
#usr/include/sodium/randombytes.h
#usr/include/sodium/randombytes_internal_random.h
@@ -69,5 +75,5 @@
#usr/lib/libsodium.la
#usr/lib/libsodium.so
usr/lib/libsodium.so.26
-usr/lib/libsodium.so.26.2.0
+usr/lib/libsodium.so.26.3.0
#usr/lib/pkgconfig/libsodium.pc
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2026 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 1.0.20
+VER = 1.0.21
THISAPP = libsodium-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 2f1d8b2dc8a65f95433132b12bdccb7e0e4750326b05c4f42ddd3a74bf568faa2515384bfe94bba2ef420aff35c515d3d44945ea5a68f72e6a73b3a9b5bb234c
+$(DL_FILE)_BLAKE2 = df68159bbf0b5198ab185e93857b4f07af1d4aa7ffd178b7cb78ff5b020b6ee93ab5c3e71f59812b79906ff4df19e42845435c2bc22bbe8b0a0804076b0ddd05
install : $(TARGET)