Commit graph

15 commits

Author SHA1 Message Date
Leo
ec4e35bcdc main/acf-*: fix checksum 2021-05-15 11:07:53 -03:00
TBK
5fb965e1e1 main/acf-*: modernize
- Clarify license
- Disable check()
- Switch source to gitlab.alpinelinux.org
- General cleanup
2021-02-06 04:10:10 +00:00
Mengyang Li
9f0bcad831 acf: fix links for acf-* packages
change all git.alpinelinux.org/cgit/acf/acf
to -> gitlab.alpinelinux.org/acf/acf-clamsmtp
2021-01-04 09:55:28 +00:00
J0WI
d2bfb22c8e main: (Bulk change) Update source urls to https using HTTPS Everywhere 2018-10-06 17:10:04 +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
Jakub Jirutka
730cdcef69 main/*: fix homepage url and source from http:// to https://
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
2017-11-19 14:16:51 +01:00
Ted Trask
7b8d41699a main/acf-freeradius3: upgrade to 0.3.1 2017-02-22 15:16:30 +00:00
Ted Trask
fd88daf468 main/acf-: Update incorrect url for all ACF packages 2016-09-30 14:04:55 +00:00
Ted Trask
c82794a828 main/acf-*: Remove lua dependency and bump pkgrel
Lua dependency was causing lua5.1 to be installed unnecessarily
2016-01-24 16:18:26 +00:00
Ted Trask
9cd6e6ee47 main/acf-freeradius3: upgrade to 0.3.0 2016-01-18 18:43:57 +00:00
Ted Trask
0998c3def3 main/acf-freeradius3: upgrade to 0.2.0 2015-11-02 14:27:01 +00:00
Natanael Copa
965547367d main/acf-freeradius3: fix depends
freeradius3 was renamed to freeradius
2015-10-30 09:29:30 +00:00
Sören Tempel
53679caf4f don't prefix GPL version number with a dash
This conforms to wiki documentation regarding package creation:
http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
2015-10-03 13:19:51 +02:00
Ted Trask
66a15344ac main/acf-freeradius3: upgrade to 0.1.1 2014-10-01 14:21:28 +00:00
Ted Trask
6c358ec326 main/acf-freeradius3: new aport
ACF module for freeradius3
2014-09-18 13:41:45 +00:00