Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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/imap: rebuild against libressl-2.6 | Natanael Copa | 2017-11-09 | 1 | -1/+1 |
| | |||||
* | main/imap: modernize abuild | tmpfile | 2017-06-09 | 1 | -21/+9 |
| | |||||
* | main/imap: include linkage.c | Natanael Copa | 2017-05-17 | 1 | -1/+2 |
| | | | | needed by asterisk. ref #4840 | ||||
* | main/imap: use http mirror for source | Natanael Copa | 2017-04-21 | 1 | -1/+1 |
| | |||||
* | main/imap: rebuild against libressl 2.5 | Natanael Copa | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | main/imap: fix linking of c-client | Natanael Copa | 2016-10-10 | 3 | -44/+25 |
| | | | | | we need to add the libs at the end otherwise will --as-needed remove the ssl libs and we end up with an underlinked c-client library. | ||||
* | main/imap: rebuild against libressl | Natanael Copa | 2016-10-10 | 1 | -3/+4 |
| | |||||
* | imap: move symlink to -dev | Natanael Copa | 2015-06-05 | 1 | -7/+9 |
| | |||||
* | main/imap: update license tag | Fabian Affolter | 2014-03-03 | 1 | -2/+11 |
| | |||||
* | main/imap: upgrade to 2007f | Natanael Copa | 2011-07-25 | 1 | -3/+3 |
| | |||||
* | 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/imap: added fix for ldflags from gentoo | Natanael Copa | 2010-08-25 | 2 | -2/+40 |
| | |||||
* | main/imap: move .so to -dev package | Natanael Copa | 2010-07-14 | 1 | -1/+1 |
| | | | | ref #384 | ||||
* | main/[various]: rebuild against openssl-1.0 | Natanael Copa | 2010-05-14 | 1 | -1/+1 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/imap: only dynamic c-client lib | Natanael Copa | 2009-11-09 | 1 | -5/+4 |
| | |||||
* | main/imap: c-client subpkg | Natanael Copa | 2009-11-09 | 3 | -7/+492 |
| | | | | | * added annotations patch * dynamically linked .so library for c-client | ||||
* | main/imap: avoid text relocations by adding -fPIC | Natanael Copa | 2009-11-09 | 1 | -2/+3 |
| | | | | This fixes #202 | ||||
* | main/imap: new aport | Natanael Copa | 2009-09-07 | 1 | -0/+41 |
An IMAP/POP server http://www.washington.edu/imap uses inetd/xinetd so no init.d script. We are mostly interested in the client library which is needed by php. |