[Buildroot] [git commit] package/libsodium: bump version to 1.0.20
Julien Olivain
ju.o at free.fr
Thu Oct 16 19:53:32 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=aba023cf4f7a404c07b21a7f7c5a6ad41844caf4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Release notes:
https://github.com/jedisct1/libsodium/releases/tag/1.0.19-RELEASE
https://github.com/jedisct1/libsodium/releases/tag/1.0.20-RELEASE
Updated license hash due to copyright year bumps:
https://github.com/jedisct1/libsodium/commits/1.0.20-RELEASE/LICENSE
(1.0.18 was released in 2019.)
Needed to fix build error with python-pynacl 1.6.0, currently under
review: https://patchwork.ozlabs.org/project/buildroot/patch/20251013175513.86276-17-bernd@kuhls.net/
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/libsodium/libsodium.hash | 6 +++---
package/libsodium/libsodium.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/libsodium/libsodium.hash b/package/libsodium/libsodium.hash
index 37c1a620b6..ae4765a2ab 100644
--- a/package/libsodium/libsodium.hash
+++ b/package/libsodium/libsodium.hash
@@ -1,4 +1,4 @@
# Locally calculated after checking Minisign signature
-# https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz.minisig
-sha256 6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1 libsodium-1.0.18.tar.gz
-sha256 dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af LICENSE
+# https://download.libsodium.org/libsodium/releases/libsodium-1.0.20.tar.gz.minisig
+sha256 ebb65ef6ca439333c2bb41a0c1990587288da07f6c7fd07cb3a18cc18d30ce19 libsodium-1.0.20.tar.gz
+sha256 43964d976a6db3fb986af689d05f8ca0e9971878bccae709750dac8fdc4a99cf LICENSE
diff --git a/package/libsodium/libsodium.mk b/package/libsodium/libsodium.mk
index a8e0f79149..7dd763e145 100644
--- a/package/libsodium/libsodium.mk
+++ b/package/libsodium/libsodium.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBSODIUM_VERSION = 1.0.18
+LIBSODIUM_VERSION = 1.0.20
LIBSODIUM_SITE = https://download.libsodium.org/libsodium/releases
LIBSODIUM_LICENSE = ISC
LIBSODIUM_LICENSE_FILES = LICENSE
More information about the buildroot
mailing list