Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/coreutils: upgrade to 8.31 | J0WI | 2019-03-14 | 1 | -2/+2 |
| | |||||
* | main: (Bulk change) Update source urls to https using HTTPS Everywhere | J0WI | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | main/coreutils: add secfixes comment | Natanael Copa | 2018-08-17 | 1 | -0/+4 |
| | |||||
* | main/coreutils: upgrade to 8.30 | Andy Postnikov | 2018-07-08 | 1 | -3/+3 |
| | |||||
* | main/coreutils: fix chroot | William Pitcock | 2018-02-16 | 1 | -2/+2 |
| | | | | fix #8495 | ||||
* | main/coreutils: modernize, enable single-binary support | William Pitcock | 2018-02-15 | 1 | -10/+23 |
| | | | | (cuts package size down by 4MiB) | ||||
* | main/coreutils: upgrade to 8.29 | Andy Postnikov | 2018-01-02 | 1 | -2/+2 |
| | |||||
* | [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/*: fix homepage url and source from http:// to https:// | Jakub Jirutka | 2017-11-19 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | main/coreutils: upgrade to 8.28 | Natanael Copa | 2017-10-25 | 1 | -2/+2 |
| | |||||
* | main/[various]: set -e build fix | Natanael Copa | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | main/coreutils: upgrade to 8.27 | André Klitzing | 2017-03-09 | 1 | -4/+2 |
| | |||||
* | main/coreutils: Upgrade to 8.26. Modernize APKBUILD. | Przemyslaw Pawelczyk | 2016-12-12 | 1 | -9/+8 |
| | | | | | | Many bugfixes and new tool: b2sum for BLAKE2 digest algorithm. http://git.savannah.gnu.org/cgit/coreutils.git/plain/NEWS?h=v8.26 | ||||
* | main/coreutils: upgrade to 8.25 | Valery Kartel | 2016-01-21 | 2 | -83/+6 |
| | | | | remove upstreamed patch | ||||
* | main/coreutils: upgrade to 8.24 | Natanael Copa | 2015-09-10 | 1 | -4/+4 |
| | |||||
* | main/coreutils: upgrade to 8.23 | Natanael Copa | 2014-07-21 | 1 | -5/+5 |
| | |||||
* | main/coreutils: fix segmentation fault in shuf | Bartłomiej Piotrowski | 2014-03-15 | 2 | -6/+84 |
| | |||||
* | main/coreutils: add perl to makedeps | Bartłomiej Piotrowski | 2013-12-26 | 1 | -1/+1 |
| | |||||
* | main/coreutils: upgrade to 8.22 | Bartłomiej Piotrowski | 2013-12-26 | 1 | -5/+5 |
| | |||||
* | main/coreutils: specify license and enable acl | Fabian Affolter | 2013-10-30 | 1 | -6/+9 |
| | |||||
* | main/coreutils: rebuild with posix_spawn and link to librt | Natanael Copa | 2013-10-16 | 1 | -2/+2 |
| | |||||
* | main/[various]: update config.sub (fixes musl build) | Timo Teräs | 2013-09-27 | 1 | -0/+4 |
| | |||||
* | main/coreutils: enable arch | Natanael Copa | 2013-09-18 | 1 | -2/+2 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -1/+4 |
| | |||||
* | main/coreutils: upgrade to 8.21 | Bartłomiej Piotrowski | 2013-02-16 | 1 | -2/+2 |
| | |||||
* | main/coreutils: add post-deinstall script | Natanael Copa | 2012-12-03 | 2 | -1/+6 |
| | | | | we need restore busybox symlinks early | ||||
* | main/coreutils: upgrade to 8.20 | Natanael Copa | 2012-10-26 | 1 | -2/+2 |
| | |||||
* | main/coreutils: upgrade to 8.19 | Natanael Copa | 2012-08-22 | 1 | -2/+2 |
| | |||||
* | main/coreutils: upgrade to 8.18 | Natanael Copa | 2012-08-14 | 1 | -2/+2 |
| | |||||
* | main/coreutils: upgrade to 8.17 | Natanael Copa | 2012-05-15 | 1 | -2/+2 |
| | |||||
* | main/coreutils: upgrade to 8.16 | Natanael Copa | 2012-05-11 | 1 | -2/+2 |
| | |||||
* | main/coreutils: build fix | Natanael Copa | 2012-01-24 | 1 | -1/+1 |
| | | | | | | configure script hangs unless it uses bash add bash as build dependency for now | ||||
* | main/coreutils: upgrade to 8.15 | Natanael Copa | 2012-01-23 | 1 | -2/+2 |
| | |||||
* | main/coreutils: upgrade to 8.14 | Natanael Copa | 2011-10-13 | 1 | -3/+3 |
| | |||||
* | main/coreutils: upgrade to 8.13 | Natanael Copa | 2011-09-09 | 1 | -3/+3 |
| | |||||
* | main/coreutils: remove upgrade scripts | Natanael Copa | 2011-08-24 | 3 | -6/+2 |
| | | | | busybox links are created by triggers nowdays | ||||
* | main/coreutils: upgrade to 8.12 | Natanael Copa | 2011-05-20 | 1 | -2/+2 |
| | |||||
* | main/coreutils: upgrade to 8.11 | Natanael Copa | 2011-04-17 | 1 | -3/+3 |
| | |||||
* | main/coreutils: remove debug line | Natanael Copa | 2011-04-17 | 1 | -2/+1 |
| | | | | this was never supposed to go into the package | ||||
* | main/coreutils: try match better where busybox places things | Natanael Copa | 2011-04-06 | 1 | -2/+13 |
| | | | | | we default to /usr prefix and move things that busybox has in /bin to /bin and do same with /usr/sbin | ||||
* | main/coreutils: upgrade to 8.10 | Natanael Copa | 2011-02-05 | 1 | -2/+2 |
| | |||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/coreutils: upgrade to 8.9 | Natanael Copa | 2011-01-10 | 1 | -2/+2 |
| | |||||
* | main/coreutils: upgrade to 8.8 | Natanael Copa | 2010-12-23 | 1 | -2/+2 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/coreutils: upgrade to 8.7 | Natanael Copa | 2010-11-15 | 1 | -2/+2 |
| | |||||
* | main/coreutils: upgrade to 8.6 | Natanael Copa | 2010-10-23 | 1 | -3/+3 |
| | |||||
* | main/coreutils: dont install kill since its provided by procps | Natanael Copa | 2010-07-08 | 1 | -2/+4 |
| | |||||
* | main/coreutils: upgrade to 8.5 | Natanael Copa | 2010-05-04 | 1 | -3/+3 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| |