mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
Updated ShredOS to Buildroot 2025.11, kernel 6.18.0
This commit is contained in:
@@ -17,7 +17,6 @@ if BR2_PACKAGE_PYTHON_WEB2PY
|
||||
config BR2_PACKAGE_PYTHON_WEB2PY_INSTALL_ADMIN
|
||||
bool "install admin panel application"
|
||||
default y
|
||||
select BR2_PACKAGE_HOST_PYTHON3
|
||||
# web2py will use pydal to generate the password (below), and that
|
||||
# uses hashlib.pbkdf2_hmac(), which is only available when python
|
||||
# is built with openssl since 3.12 (previously, there was a slow
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# sha256 locally computed
|
||||
sha256 2221840e4ef2c1e3810017921b2a72f2d5d1f888ca1f771cf7263bfead60570c python-web2py-2.27.1.tar.gz
|
||||
sha256 2aae96826184a492bc799add49aed7b29036e7aba2d2294fb65053bd30fe55fe LICENSE
|
||||
sha256 12669396396044f68a3f0ae9c44137f1a3b327c26e963f52b5e8b2bb20c51561 python-web2py-v3.0.11-git4.tar.gz
|
||||
sha256 2aae96826184a492bc799add49aed7b29036e7aba2d2294fb65053bd30fe55fe LICENSE.web2py.txt
|
||||
|
||||
@@ -4,10 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WEB2PY_VERSION = 2.27.1
|
||||
PYTHON_WEB2PY_SITE = $(call github,web2py,web2py,v$(PYTHON_WEB2PY_VERSION))
|
||||
PYTHON_WEB2PY_VERSION = v3.0.11
|
||||
PYTHON_WEB2PY_SITE = https://github.com/web2py/web2py.git
|
||||
PYTHON_WEB2PY_SITE_METHOD = git
|
||||
PYTHON_WEB2PY_GIT_SUBMODULES = YES
|
||||
PYTHON_WEB2PY_LICENSE = LGPL-3.0
|
||||
PYTHON_WEB2PY_LICENSE_FILES = LICENSE
|
||||
PYTHON_WEB2PY_LICENSE_FILES = LICENSE.web2py.txt
|
||||
PYTHON_WEB2PY_CPE_ID_VENDOR = web2py
|
||||
PYTHON_WEB2PY_CPE_ID_PRODUCT = web2py
|
||||
PYTHON_WEB2PY_DEPENDENCIES = host-python3 python3 \
|
||||
|
||||
Reference in New Issue
Block a user