package/pico{tool,-sdk}: security bump to 2.3.0

For change log, see:
https://github.com/raspberrypi/pico-sdk/releases/tag/2.3.0

Fixes CVE-2026-25833 (via mbedtls udpate in pico-sdk)
Fixes CVE-2026-25834 (via mbedtls udpate in pico-sdk)
Fixes CVE-2026-25835 (via mbedtls udpate in pico-sdk)

Signed-off-by: Sebastian Michel <sebastian.michel@oss.othermo.de>
[Julien: reword commit log]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Sebastian Michel
2026-08-11 13:48:51 +02:00
committed by Julien Olivain
parent 19f9e2688f
commit 6632b05900
4 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
# Locally calculated
sha256 1a6a0f76cf312d528023d093f132e6c67930fc70c360533cf155998cc9594abd pico-sdk-2.2.0-git4.tar.gz
sha256 bbb60e768c1feeb1a4b7155da7361a135cba3ce197cef7cb93a300c559302897 pico-sdk-2.3.0-git4.tar.gz
sha256 483f865953435b66c443dee7558debe3cc3cf8fcbb6a112fd9fc6a795d53f1f6 LICENSE.TXT

View File

@@ -4,7 +4,7 @@
#
################################################################################
PICO_SDK_VERSION = 2.2.0
PICO_SDK_VERSION = 2.3.0
PICO_SDK_SITE = https://github.com/raspberrypi/pico-sdk.git
PICO_SDK_SITE_METHOD = git
PICO_SDK_GIT_SUBMODULES = YES

View File

@@ -1,3 +1,3 @@
# Locally calculated
sha256 42558a239b3b8f99dfcb080300e849a2eacbd0f6571efb6ccc6e259fdfaef22b picotool-2.2.0-a4.tar.gz
sha256 97aaf36800d2317683528cba5762e3d4e7a5de0cba729d28011a6ee94b3b7538 picotool-2.3.0.tar.gz
sha256 483f865953435b66c443dee7558debe3cc3cf8fcbb6a112fd9fc6a795d53f1f6 LICENSE.TXT

View File

@@ -4,7 +4,7 @@
#
################################################################################
PICOTOOL_VERSION = 2.2.0-a4
PICOTOOL_VERSION = 2.3.0
PICOTOOL_SITE = $(call github,raspberrypi,picotool,$(PICOTOOL_VERSION))
PICOTOOL_LICENSE = BSD-3-Clause
PICOTOOL_LICENSE_FILES = LICENSE.TXT