mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-multipart: security bump to version 0.0.22
For release notes, see: https://github.com/Kludex/python-multipart/releases/tag/0.0.22 Fixes: https://www.cve.org/CVERecord?id=CVE-2026-24486 Signed-off-by: Martin Bachmann <martin.bachmann@designwerk.com> [Julien: reword commit log to mark the commit as a security bump] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
49cabda8fb
commit
7756b39d64
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/python_multipart/json
|
||||
md5 fd24645f1b328d5d328e8b10bc2c596c python_multipart-0.0.21.tar.gz
|
||||
sha256 7137ebd4d3bbf70ea1622998f902b97a29434a9e8dc40eb203bbcf7c2a2cba92 python_multipart-0.0.21.tar.gz
|
||||
md5 0debb97a2b5d68f8dd5119bd200f4010 python_multipart-0.0.22.tar.gz
|
||||
sha256 7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58 python_multipart-0.0.22.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a8e833176cd617daf00b9d6d39fa15ca8edebc6d1643079cd2f4893c0c289be2 LICENSE.txt
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MULTIPART_VERSION = 0.0.21
|
||||
PYTHON_MULTIPART_VERSION = 0.0.22
|
||||
PYTHON_MULTIPART_SOURCE = python_multipart-$(PYTHON_MULTIPART_VERSION).tar.gz
|
||||
PYTHON_MULTIPART_SITE = https://files.pythonhosted.org/packages/78/96/804520d0850c7db98e5ccb70282e29208723f0964e88ffd9d0da2f52ea09
|
||||
PYTHON_MULTIPART_SITE = https://files.pythonhosted.org/packages/94/01/979e98d542a70714b0cb2b6728ed0b7c46792b695e3eaec3e20711271ca3
|
||||
PYTHON_MULTIPART_SETUP_TYPE = hatch
|
||||
PYTHON_MULTIPART_LICENSE = Apache-2.0
|
||||
PYTHON_MULTIPART_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
Reference in New Issue
Block a user