Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/fwknop: move from testing | Milan P. Stanić | 2019-05-28 | 2 | -65/+0 |
| | | | | take maintainership | ||||
* | testing/fwknop: remove duplicate dependency | Leo | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | testing/fwknop: upgrade to 2.6.10 | Leo | 2019-05-09 | 1 | -33/+19 |
| | |||||
* | testing: (Bulk change) Update urls to https using HTTPS Everywhere and bump ↵ | J0WI | 2018-10-06 | 1 | -2/+2 |
| | | | | pkgrel | ||||
* | [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/ | ||||
* | testing/fwknop: rebuild against gpgme-1.8.0 | Natanael Copa | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | testing/fwknop: new upstream version 2.6.9 | Christian Kampka | 2016-06-30 | 1 | -4/+4 |
| | |||||
* | testing/fwknop: upgrade to 2.6.8 | Francesco Colista | 2016-04-15 | 1 | -5/+5 |
| | |||||
* | testing/fwknop: minor indention fix | Sören Tempel | 2015-10-25 | 1 | -1/+1 |
| | |||||
* | testing/fwknop: upgrade to 2.6.7 | Christian Kampka | 2015-10-25 | 1 | -4/+4 |
| | |||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -1/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | testing/fwknop: fixed checksum, bump pkgrel | Francesco Colista | 2015-06-30 | 1 | -4/+4 |
| | |||||
* | testing/fwknop: fix initd | Stuart Cardall | 2015-06-30 | 1 | -0/+5 |
| | | | | | | This fixes a possible failure to start on boot: pcap_open_live() error: eth0: That device is not up | ||||
* | testing/fwknop: update to 2.6.6 | Stuart Cardall | 2015-04-30 | 2 | -9/+9 |
| | |||||
* | main/fwknop: disable AFL fuzzing | Natanael Copa | 2015-04-23 | 1 | -2/+1 |
| | | | | | | | seems that the --enable-afl-fuzzing makes it malfunction so we disable it for now. fixes #3751 | ||||
* | testing/fwknop: update to 2.6.5 | Stuart Cardall | 2015-02-24 | 1 | -4/+4 |
| | | | | Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org> | ||||
* | testing/fwknopd: update to 2.6.4 | Stuart Cardall | 2014-11-27 | 1 | -4/+5 |
| | |||||
* | Revert "testing/fwknop: upgrade to 2.6.3" | Natanael Copa | 2014-11-27 | 1 | -5/+5 |
| | | | | This reverts commit 50b2e6e430d82d345be349f59cb835e437d30661. | ||||
* | testing/fwknop: upgrade to 2.6.3 | Fabian Affolter | 2014-11-27 | 1 | -5/+5 |
| | |||||
* | testing/fwknop: upgrade to 2.6.2 | Fabian Affolter | 2014-05-21 | 1 | -7/+7 |
| | |||||
* | testing/FWKNOP - version bump to 2.6.0 | IT Offshore | 2014-02-05 | 1 | -4/+4 |
| | | | | FWKNOP version bump to 2.6.0 | ||||
* | FWKNOP - adding notes to access.conf | IT Offshore | 2013-11-22 | 1 | -1/+5 |
| | | | | | | Just a small patch to add 3 lines of notes to /etc/fwknop/access.conf & undocumented GPG_ALLOW_NO_PW so gpg keys are setup correctly in an automated environment. | ||||
* | testing/fwknop: new aport | Natanael Copa | 2013-11-21 | 2 | -0/+71 |
A Single Packet Authorization (SPA) implementation http://www.cipherdyne.org/fwknop/ |