aboutsummaryrefslogtreecommitdiff
path: root/net/scapy/Makefile
Commit message (Collapse)AuthorAge
* scapy: update to 2.4.4Rosen Penev2020-09-20
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* scapy: Use Python packaging, PyPI downloadJeffery To2020-04-29
| | | | | | | This updates the package to use the default Python package build recipe, adds a src package, and changes to download from PyPI (using pypi.mk). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python3: Rename canned recipes in python3-package.mkJeffery To2020-04-19
| | | | | | | This renames "internal" recipes to use the Python3/ prefix and clarifies the names (RunTarget to Run, Mod to ModSetup, Shebang to FixShebang). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* scapy: fix PKG_LICENSE_FILESW. Michael Petullo2019-09-15
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* scapy: update to 2.4.3W. Michael Petullo2019-09-14
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* scapy: update to 2.4.2 and make use of Python 3W. Michael Petullo2019-05-03
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* scapy: Update to 2.4.0 and change URLs to newRosen Penev2018-08-03
| | | | | Development has moved to GitHub Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* treewide: fix incorrect *_BUILD_DEPENDSMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | Build depends refer to source package names, not binary package names. In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of a source package's binary packages; as the corresponding source packages are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to refer to the correct source package name. Dependency of mysql-server is adjusted from libncursesw to libncurses (as libncursesw is a virtual package provided by libncurses), so the build dependency on ncurses is emitted unconditionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* scapy: update to 2.3.1W. Michael Petullo2015-12-30
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* scapy: add new packageW. Michael Petullo2015-09-20
Signed-off-by: W. Michael Petullo <mike@flyn.org>