]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libsodium: Update to version 1.0.21
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 7 Apr 2026 15:10:51 +0000 (17:10 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 7 Apr 2026 16:36:34 +0000 (16:36 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/libsodium
lfs/libsodium

index baa63e2592ca06eb30b9bbbc1bd2ed7c58145a08..423fabba115672df17fbd8c9e342ec9890b81852 100644 (file)
@@ -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
 #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
index 07c13adca95b2cc88b9353f06d26209d638f2c91..acd4a72dcc3d7cc3f885758787a7af9489e4508f 100644 (file)
@@ -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)