11 Commits

Author SHA1 Message Date
Francesco Colista
c107ed195b testing/ossec-hids: upgrade to 3.2.0 2019-03-17 11:52:32 +00:00
Oliver Smith
9d9f981a2c aports: add support for armv7 [skip ci]
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
<https://lists.alpinelinux.org/alpine-devel/6271.html>

It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
2018-09-24 10:19:24 +03:00
Francesco Colista
3159a149be testing/ossec-hids: upgrade to 2.9.3 2018-01-18 13:16:27 +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
tmpfile
77f6dfa126 testing/[various]: fix trailing whitespace 2017-07-10 09:05:20 +00:00
Breno Leitao
955da9c907 testing/ossec-hids: Fix build on non-x86-64 platforms.
Musl lacks a.out.h header, since x86-64 kernel has this file. We do not
have this file, since glib usually have. Once we are on Musl, we lack
this file on non x86-64.

This patch simply switch to the project file definitions instead of
kernel/libc.
2017-05-03 21:25:35 +00:00
Francesco Colista
c3ff0793f4 testing/ossec-hids: disable builds for aarch64 and armhf archs 2016-11-18 11:20:59 +00:00
Francesco Colista
ff3e495276 testing/ossec-hids: fix build on aarch64 2016-11-18 11:12:45 +00:00
Francesco Colista
d169fea9ce testing/ossec-hids: fixed upstream url, again 2016-11-18 10:10:33 +00:00
Francesco Colista
a556e7bdb4 testing/ossec-hids: fixed upstream url 2016-11-18 10:08:09 +00:00
Francesco Colista
e7ab352a8e testing/ossec-hids: new aport 2016-11-18 09:56:44 +00:00