mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_SCAPY
|
||||
bool "python-scapy"
|
||||
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB
|
||||
help
|
||||
Scapy: interactive packet manipulation tool.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/scapy/json
|
||||
md5 01e52ff5d1f04364e17fc2d42872282e scapy-2.4.4.tar.gz
|
||||
sha256 ecfd7a14cd9c3ef0eb08d28d5bb71d97219edff1454ccbdff229f676b27900ee scapy-2.4.4.tar.gz
|
||||
md5 54072af118e9291b6c7898b4ea87cdaf scapy-2.4.5.tar.gz
|
||||
sha256 bc707e3604784496b6665a9e5b2a69c36cc9fb032af4864b29051531b24c8593 scapy-2.4.5.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE
|
||||
|
||||
@@ -4,11 +4,13 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SCAPY_VERSION = 2.4.4
|
||||
PYTHON_SCAPY_VERSION = 2.4.5
|
||||
PYTHON_SCAPY_SOURCE = scapy-$(PYTHON_SCAPY_VERSION).tar.gz
|
||||
PYTHON_SCAPY_SITE = https://files.pythonhosted.org/packages/c6/8f/438d4d0bab4c8e22906a7401dd082b4c0f914daf2bbdc7e7e8390d81a5c3
|
||||
PYTHON_SCAPY_SITE = https://files.pythonhosted.org/packages/85/47/c919432ca258f354bb2c1e645623f891603f185bfc7563d4a21f6432e7ed
|
||||
PYTHON_SCAPY_SETUP_TYPE = setuptools
|
||||
PYTHON_SCAPY_LICENSE = GPL-2.0
|
||||
PYTHON_SCAPY_LICENSE_FILES = LICENSE
|
||||
PYTHON_SCAPY_CPE_ID_VENDOR = scapy
|
||||
PYTHON_SCAPY_CPE_ID_PRODUCT = scapy
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user