8 Commits

Author SHA1 Message Date
Carlo Landmeter
48c4e66267 community/suricata: rebuild against hiredis 2019-01-02 09:31:46 +00:00
Leonardo Arena
cd752a29a9 community/suricata: use GNU wget
/usr/bin/wget -qO - https://rules.emergingthreats.net/open/suricata-4.0/emerging.rules.tar.gz | tar -x -z -C /home/buildozer/aports/community/suricata/pkg/suricata/etc/suricata/ -f -
ssl_client: rules.emergingthreats.net: TLS connect failed
wget: error getting response: Connection reset by peer
gzip: invalid magic
tar: Child returned status 1
tar: Error is not recoverable: exiting now
make[1]: *** [Makefile:931: install-rules] Error 2
2018-12-26 11:08:38 +00:00
Leonardo Arena
77a5963622 community/suricata: rebuild against nss-3.38 2018-07-11 10:34:36 +00:00
Roberto Oliveira
d14ee26983 community/suricata: upgrade to 4.0.4 2018-03-19 22:42: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
Roberto Oliveira
33ccddbdee community/suricata: upgrade to 4.0.3 2017-12-11 12:36:06 +00:00
Steve McMaster
c7745c47fa community/suricata: New upstream release 4.0.1 2017-10-27 13:27:00 +00:00
Steve McMaster
53f015d9a9 community/suricata: Move from testing to community 2017-08-25 21:05:05 +00:00