mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/libsodium: bump version to 1.0.20
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@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
2661d9b34f
commit
aba023cf4f
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user