Updated ShredOS to Buildroot 2025.11, kernel 6.18.0

This commit is contained in:
PartialVolume
2026-01-06 22:53:29 +00:00
parent 47dc200bc9
commit c525a2ff71
5119 changed files with 72535 additions and 22216 deletions

View File

@@ -6,4 +6,4 @@ config BR2_PACKAGE_PYTHON_MSGPACK
This package provides a pure python library for reading
and writing MessagePack data.
https://pypi.python.org/pypi/msgpack-python/
https://pypi.org/project/msgpack/

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/msgpack/json
md5 e5769d4ab610491ac561c84fde4cf4a7 msgpack-1.1.0.tar.gz
sha256 dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e msgpack-1.1.0.tar.gz
md5 abcd18fded80a89c486c0446f112eb06 msgpack-1.1.1.tar.gz
sha256 77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd msgpack-1.1.1.tar.gz
# Locally computed sha256 checksums
sha256 492dedba85da5872f78e6091bcd1fea474d660d35acb4dee964b8aab3f007427 COPYING

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_MSGPACK_VERSION = 1.1.0
PYTHON_MSGPACK_VERSION = 1.1.1
PYTHON_MSGPACK_SOURCE = msgpack-$(PYTHON_MSGPACK_VERSION).tar.gz
PYTHON_MSGPACK_SITE = https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f
PYTHON_MSGPACK_SITE = https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614
PYTHON_MSGPACK_LICENSE = Apache-2.0
PYTHON_MSGPACK_LICENSE_FILES = COPYING
PYTHON_MSGPACK_SETUP_TYPE = setuptools