20 Commits

Author SHA1 Message Date
J0WI
16f8ceb8e2 testing: (Bulk change) Update urls to https using HTTPS Everywhere and bump pkgrel 2018-10-06 17:19:31 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
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/
2017-12-30 21:05:50 +01:00
Natanael Copa
f9c2c35f20 testing/fwknop: rebuild against gpgme-1.8.0 2017-02-16 12:16:07 +00:00
Christian Kampka
f706cc8dfa testing/fwknop: new upstream version 2.6.9 2016-06-30 22:02:26 +02:00
Francesco Colista
e0c4447934 testing/fwknop: upgrade to 2.6.8 2016-04-15 09:01:25 +00:00
Sören Tempel
3cf1f6aadb testing/fwknop: minor indention fix 2015-10-25 14:47:43 +01:00
Christian Kampka
d8b21b6b8a testing/fwknop: upgrade to 2.6.7 2015-10-25 14:47:17 +01:00
Bartłomiej Piotrowski
b4a13e7314 Do not delete *.la files manually
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
2015-09-10 13:59:03 +02:00
Francesco Colista
5d9820d50a testing/fwknop: fixed checksum, bump pkgrel 2015-06-30 11:26:26 +00:00
Stuart Cardall
c0bb8a5aee testing/fwknop: fix initd
This fixes a possible failure to start on boot:

pcap_open_live() error: eth0: That device is not up
2015-06-30 11:25:10 +00:00
Stuart Cardall
935b94e606 testing/fwknop: update to 2.6.6 2015-04-30 10:27:49 +02:00
Natanael Copa
f5fc6f8a5e main/fwknop: disable AFL fuzzing
seems that the --enable-afl-fuzzing makes it malfunction so we disable
it for now.

fixes #3751
2015-04-23 09:55:44 +00:00
Stuart Cardall
4fdc6ee2a5 testing/fwknop: update to 2.6.5
Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
2015-02-24 08:53:50 +00:00
Stuart Cardall
79ec102ae1 testing/fwknopd: update to 2.6.4 2014-11-27 10:36:20 +00:00
Natanael Copa
7fafc2f716 Revert "testing/fwknop: upgrade to 2.6.3"
This reverts commit 50b2e6e430d82d345be349f59cb835e437d30661.
2014-11-27 10:36:08 +00:00
Fabian Affolter
50b2e6e430 testing/fwknop: upgrade to 2.6.3 2014-11-27 07:53:58 +00:00
Fabian Affolter
863902fda9 testing/fwknop: upgrade to 2.6.2 2014-05-21 08:42:55 +00:00
IT Offshore
c136e3fa80 testing/FWKNOP - version bump to 2.6.0
FWKNOP version bump to 2.6.0
2014-02-05 19:12:53 +00:00
IT Offshore
84c2517366 FWKNOP - adding notes to access.conf
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.
2013-11-22 14:59:40 +00:00
Natanael Copa
f6ba5a7b8e testing/fwknop: new aport
A Single Packet Authorization (SPA) implementation
http://www.cipherdyne.org/fwknop/
2013-11-21 10:27:20 +00:00