Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/amavisd-new: fix dependency for inet6 | Natanael Copa | 2018-08-22 | 1 | -1/+2 |
| | | | | ref #9323 | ||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -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/amavisd-new: modernize openrc scripts | Elias Werberich | 2017-09-01 | 1 | -6/+13 |
| | |||||
* | main/[various]: fix trailing whitespace | tmpfile | 2017-07-10 | 1 | -3/+3 |
| | |||||
* | main/amavisd-new: fix dependencies | Valery Kartel | 2017-02-08 | 1 | -2/+2 |
| | |||||
* | main/amavisd-new: upgrade to 2.11.0 | Leonardo Arena | 2016-09-16 | 1 | -5/+5 |
| | |||||
* | main/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | main/amavisd-new: more depends added | Leonardo Arena | 2015-06-10 | 1 | -5/+6 |
| | |||||
* | main/amavisd-new: add perl-net-libidn as depend | Leonardo Arena | 2015-06-10 | 1 | -3/+3 |
| | |||||
* | main/amavisd-new: fix depends | Leonardo Arena | 2015-05-06 | 1 | -3/+5 |
| | |||||
* | main/amavisd-new: upgrade to 2.10.1 | Leonardo Arena | 2015-05-01 | 1 | -8/+8 |
| | |||||
* | main/amavisd-new: upgrade to 2.9.1 | Leonardo Arena | 2014-09-23 | 1 | -5/+5 |
| | |||||
* | main/amavisd-new: specify licenses | Fabian Affolter | 2013-10-31 | 1 | -3/+4 |
| | |||||
* | main/amavisd-new: set permissions in package, use /sbin/nologin | Natanael Copa | 2013-09-03 | 1 | -2/+12 |
| | |||||
* | main/amavisd-new: upgrade to 2.8.1 | Leonardo Arena | 2013-07-03 | 1 | -2/+4 |
| | |||||
* | main/amavisd-new: upgrade to 2.8.0 | Leonardo Arena | 2012-07-06 | 1 | -2/+2 |
| | |||||
* | main/amavisd-new: upgrade to 2.7.0 | Leonardo Arena | 2011-12-13 | 1 | -4/+4 |
| | |||||
* | APKBUILDs email update | Leonardo Arena | 2011-11-22 | 1 | -2/+2 |
| | |||||
* | main: mass-rebuild of packages missing arch in .PKGINFO | Natanael Copa | 2011-03-31 | 1 | -1/+1 |
| | | | | this is needed for apk-tools-2.1 migration | ||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/amavisd-new: bump pkgrel so we get rid of uclibc dep | Natanael Copa | 2010-06-22 | 1 | -1/+1 |
| | |||||
* | main/[various]: let abuild detect shared objects dependencies | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/amavisd-new: pre-install and existing user | Natanael Copa | 2009-10-02 | 1 | -1/+1 |
| | | | | | | pre-install script should not fail if user and group exists. fixes #175 | ||||
* | main/amavisd-new: upgrade to 2.6.4 | Leonardo Arena | 2009-08-21 | 1 | -3/+3 |
| | |||||
* | main/amavisd-new: create users in pre-install, set perms in post-install | Natanael Copa | 2009-08-19 | 1 | -11/+6 |
| | | | | | remove use of users in APKBUILD, we still dont support this, but will later | ||||
* | main/amavis: do not change $HOME | Natanael Copa | 2009-07-24 | 1 | -1/+2 |
| | | | | abuild-sign fails to find the users private key if $HOME is changed. | ||||
* | moved extra/* to main/ | Natanael Copa | 2009-07-24 | 1 | -0/+50 |
and fixed misc build issues |