[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_SCAPY
bool "python-scapy"
select BR2_PACKAGE_PYTHON3_ZLIB
help
Scapy: interactive packet manipulation tool.
http://www.secdev.org/projects/scapy

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/scapy/json
md5 54072af118e9291b6c7898b4ea87cdaf scapy-2.4.5.tar.gz
sha256 bc707e3604784496b6665a9e5b2a69c36cc9fb032af4864b29051531b24c8593 scapy-2.4.5.tar.gz
# Locally computed sha256 checksums
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE

View File

@ -0,0 +1,16 @@
################################################################################
#
# python-scapy
#
################################################################################
PYTHON_SCAPY_VERSION = 2.4.5
PYTHON_SCAPY_SOURCE = scapy-$(PYTHON_SCAPY_VERSION).tar.gz
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))