aboutsummaryrefslogtreecommitdiffstats
path: root/main/coova-chilli/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-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/
* main/coova-chilli: upgrade to 1.4, modernize APKBUILDFrancesco Colista2017-12-021-28/+20
| | | | | | | enabled miniportal added check() fixed confd with the right parameters Fixes #3102
* main/coova-chilli: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/coova-chilli: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/[various]: no need update_config_subTuan M. Hoang2017-04-111-1/+0
| | | | New packages do not have config.sub anymore
* main/coova-chilli: upgrade to 1.3.2 and use libresslNatanael Copa2016-10-101-24/+19
|
* main/coova-chilli: leave maintainershipLeonardo Arena2016-08-301-1/+1
|
* main/[various]: Bump pkgrel for .pre-install scripts fixes.Przemyslaw Pawelczyk2016-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * main/dovecot: Properly set primary group in .pre-install. main/dovecot/dovecot.pre-install * main/{npre,postgrey}: Properly set primary group in .pre-install. main/nrpe/nrpe.pre-install main/postgrey/postgrey.pre-install * main/ympd: Reorder arguments in .pre-install as in da4e96aacef5. main/ympd/ympd.pre-install * main/znc: Reorder arguments in .pre-install as in da4e96aacef5. main/znc/znc.pre-install * main/aports-build: Reorder arguments in .pre-install as in da4e96aacef5. main/aports-build/aports-build.pre-install * main/atheme-iris: Fix overlooked consistency issue as in a60b9f07dee0. main/atheme-iris/atheme-iris.pre-install * main/[various]: Add group and use it as primary in .pre-* scripts. main/apache2/apache2.pre-install main/aports-build/aports-build.pre-install main/atheme-iris/atheme-iris.pre-install main/clamav/clamav-db.pre-install main/clamsmtp/clamsmtp.pre-install main/clamsmtp/clamsmtp.pre-upgrade main/coova-chilli/coova-chilli.pre-install main/dhcp/dhcp.pre-install main/djbdns/dnscache.pre-install main/djbdns/tinydns.pre-install main/ez-ipupdate/ez-ipupdate.pre-install main/fetchmail/fetchmail.pre-install main/freeswitch/freeswitch.pre-install main/gitolite/gitolite.pre-install main/gnats/gnats.pre-install main/gross/gross.pre-install main/icecast/icecast.pre-install main/memcached/memcached.pre-install main/ngircd/ngircd.pre-install main/openntpd/openntpd.pre-install main/snort/snort.pre-install main/squid/squid.pre-install main/squid/squid.pre-upgrade main/transmission/transmission-daemon.pre-install main/znc/znc.pre-install
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* main/coova-chilli: fix source urlChristian Kampka2015-11-091-5/+5
|
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* coova-chilli: add linux-headersCarlo Landmeter2015-04-281-1/+2
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-281-1/+1
|
* main/coova-chilli: Added suid option to APKBUILDScrumpyJack2014-11-061-0/+1
|
* main/coova-chilli: build fixes for muslNatanael Copa2014-05-011-4/+12
|
* main/coova-chilli: specify licenseFabian Affolter2013-10-301-8/+6
|
* main/coova-chilli: build fix for sysinfo redeclarationNatanael Copa2013-10-281-6/+11
| | | | http://lists.coova.org/pipermail/chilli/2013-August/002347.html
* main/[various]: update config.sub (and remove charset.alias)Timo Teräs2013-09-291-0/+1
| | | | | | for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required.
* main/coova-chilli: use /sbin/nologin as shellNatanael Copa2013-09-041-1/+1
|
* main/coova-chilli: use /sbin/nologin as shellNatanael Copa2013-09-031-0/+4
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+6
|
* main/coova-chilli: automake --add-missing build fixNatanael Copa2013-07-181-1/+1
|
* main/coova-chilli: upgrade to 1.3.0, removed post-install scriptFrancesco Colista2013-01-231-4/+7
|
* main/coova-chilli: fix building against automake-1.13Natanael Copa2012-12-311-7/+10
|
* main/coova-chilli: rename *.install scripts toLeonardo Arena2012-03-281-1/+1
|
* main/coova-chilli: upgrade to 1.2.9Francesco Colista2012-01-311-5/+23
|
* main/coova-chilli: added --enable-largelimits flagFrancesco Colista2011-11-271-2/+3
|
* APKBUILDs email updateLeonardo Arena2011-11-221-1/+1
|
* main/coova-chilli: enable --layer3 flagFrancesco Colista2011-07-191-1/+2
|
* main/coova-chilli: upgrade to 1.2.8Francesco Colista2011-07-181-3/+3
|
* main/coova-chilli: remove *.laNatanael Copa2011-07-011-2/+3
|
* main/coova-chilli: upgrade to 1.2.7Leonardo Arena2011-06-211-3/+3
|
* testing/coova-chilli: move to mainLeonardo Arena2011-02-251-0/+51