Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/scapy: fix checksum | Leo | 2019-11-22 | 1 | -1/+1 |
| | |||||
* | community/scapy: rebuild against python 3.8 | Natanael Copa | 2019-11-05 | 1 | -4/+4 |
| | |||||
* | community/scapy: fix license | Francesco Colista | 2019-08-08 | 1 | -6/+2 |
| | |||||
* | community/scapy: upgrade to 2.4.3 | Francesco Colista | 2019-08-07 | 1 | -3/+3 |
| | |||||
* | community/scapy: rebuild with Python 3 | J0WI | 2019-07-24 | 1 | -7/+7 |
| | |||||
* | community/scapy: regenerate checksums | Kevin Daudt | 2019-05-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Upstream recreted the archive, changing it's hash. Diff: ```diff diff -rU0 1135075/scapy/__init__.py scapy-2.4.2/scapy/__init__.py --- 1135075/scapy/__init__.py 2019-01-10 19:33:08.000000000 +0100 +++ scapy-2.4.2/scapy/__init__.py 2019-01-10 19:33:08.000000000 +0100 @@ -82 +82 @@ - git_archive_id = 'bad14cb1a (HEAD -> master, tag: v2.4.2)' + git_archive_id = 'bad14cb1a (tag: v2.4.2)' ``` | ||||
* | community/scapy: upgrade to 2.4.2 | Francesco Colista | 2019-01-11 | 1 | -3/+3 |
| | |||||
* | community/scapy: updated APKBUILD, added check() | Francesco Colista | 2018-10-09 | 1 | -3/+8 |
| | |||||
* | community/scapy: upgrade to 2.4.0 | Francesco Colista | 2018-04-01 | 1 | -4/+2 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/ | ||||
* | community/scapy: upgrade to 2.3.3 | Francesco Colista | 2017-01-10 | 1 | -5/+5 |
| | |||||
* | [various] rename dependency python to python2 | Jakub Jirutka | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | community/scapy: moved from testing, cleaned up APKBUILD | Francesco Colista | 2016-08-22 | 2 | -0/+39 |