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

@@ -0,0 +1,11 @@
config BR2_PACKAGE_PYTHON_WAITRESS
bool "python-waitress"
help
Waitress WSGI server.
Waitress is a production-quality pure-Python WSGI server
with very acceptable performance. It has no dependencies
except ones which live in the Python standard library.
It supports HTTP/1.0 and HTTP/1.1.
https://github.com/Pylons/waitress

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/waitress/json
md5 da30daf4544fafe0f43e1ba4a1830bf5 waitress-3.0.2.tar.gz
sha256 682aaaf2af0c44ada4abfb70ded36393f0e307f4ab9456a215ce0020baefc31f waitress-3.0.2.tar.gz
# Locally computed sha256 checksums
sha256 3e671db11df687516cc1db5b3d65e4aa383eaca3c20cea3faf53a0f7335d0a3c LICENSE.txt

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-waitress
#
################################################################################
PYTHON_WAITRESS_VERSION = 3.0.2
PYTHON_WAITRESS_SOURCE = waitress-$(PYTHON_WAITRESS_VERSION).tar.gz
PYTHON_WAITRESS_SITE = https://files.pythonhosted.org/packages/bf/cb/04ddb054f45faa306a230769e868c28b8065ea196891f09004ebace5b184
PYTHON_WAITRESS_SETUP_TYPE = setuptools
PYTHON_WAITRESS_LICENSE = ZPL-2.1
PYTHON_WAITRESS_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))