aboutsummaryrefslogtreecommitdiffstats
path: root/main/coreutils
Commit message (Collapse)AuthorAgeFilesLines
* main: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI2018-10-061-1/+1
|
* main/coreutils: add secfixes commentNatanael Copa2018-08-171-0/+4
|
* main/coreutils: upgrade to 8.30Andy Postnikov2018-07-081-3/+3
|
* main/coreutils: fix chrootWilliam Pitcock2018-02-161-2/+2
| | | | fix #8495
* main/coreutils: modernize, enable single-binary supportWilliam Pitcock2018-02-151-10/+23
| | | | (cuts package size down by 4MiB)
* main/coreutils: upgrade to 8.29Andy Postnikov2018-01-021-2/+2
|
* [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/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-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.28Natanael Copa2017-10-251-2/+2
|
* main/[various]: set -e build fixNatanael Copa2017-03-201-1/+1
|
* main/coreutils: upgrade to 8.27André Klitzing2017-03-091-4/+2
|
* main/coreutils: Upgrade to 8.26. Modernize APKBUILD.Przemyslaw Pawelczyk2016-12-121-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.25Valery Kartel2016-01-212-83/+6
| | | | remove upstreamed patch
* main/coreutils: upgrade to 8.24Natanael Copa2015-09-101-4/+4
|
* main/coreutils: upgrade to 8.23Natanael Copa2014-07-211-5/+5
|
* main/coreutils: fix segmentation fault in shufBartłomiej Piotrowski2014-03-152-6/+84
|
* main/coreutils: add perl to makedepsBartłomiej Piotrowski2013-12-261-1/+1
|
* main/coreutils: upgrade to 8.22Bartłomiej Piotrowski2013-12-261-5/+5
|
* main/coreutils: specify license and enable aclFabian Affolter2013-10-301-6/+9
|
* main/coreutils: rebuild with posix_spawn and link to librtNatanael Copa2013-10-161-2/+2
|
* main/[various]: update config.sub (fixes musl build)Timo Teräs2013-09-271-0/+4
|
* main/coreutils: enable archNatanael Copa2013-09-181-2/+2
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+4
|
* main/coreutils: upgrade to 8.21Bartłomiej Piotrowski2013-02-161-2/+2
|
* main/coreutils: add post-deinstall scriptNatanael Copa2012-12-032-1/+6
| | | | we need restore busybox symlinks early
* main/coreutils: upgrade to 8.20Natanael Copa2012-10-261-2/+2
|
* main/coreutils: upgrade to 8.19Natanael Copa2012-08-221-2/+2
|
* main/coreutils: upgrade to 8.18Natanael Copa2012-08-141-2/+2
|
* main/coreutils: upgrade to 8.17Natanael Copa2012-05-151-2/+2
|
* main/coreutils: upgrade to 8.16Natanael Copa2012-05-111-2/+2
|
* main/coreutils: build fixNatanael Copa2012-01-241-1/+1
| | | | | | configure script hangs unless it uses bash add bash as build dependency for now
* main/coreutils: upgrade to 8.15Natanael Copa2012-01-231-2/+2
|
* main/coreutils: upgrade to 8.14Natanael Copa2011-10-131-3/+3
|
* main/coreutils: upgrade to 8.13Natanael Copa2011-09-091-3/+3
|
* main/coreutils: remove upgrade scriptsNatanael Copa2011-08-243-6/+2
| | | | busybox links are created by triggers nowdays
* main/coreutils: upgrade to 8.12Natanael Copa2011-05-201-2/+2
|
* main/coreutils: upgrade to 8.11Natanael Copa2011-04-171-3/+3
|
* main/coreutils: remove debug lineNatanael Copa2011-04-171-2/+1
| | | | this was never supposed to go into the package
* main/coreutils: try match better where busybox places thingsNatanael Copa2011-04-061-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.10Natanael Copa2011-02-051-2/+2
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/coreutils: upgrade to 8.9Natanael Copa2011-01-101-2/+2
|
* main/coreutils: upgrade to 8.8Natanael Copa2010-12-231-2/+2
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/coreutils: upgrade to 8.7Natanael Copa2010-11-151-2/+2
|
* main/coreutils: upgrade to 8.6Natanael Copa2010-10-231-3/+3
|
* main/coreutils: dont install kill since its provided by procpsNatanael Copa2010-07-081-2/+4
|
* main/coreutils: upgrade to 8.5Natanael Copa2010-05-041-3/+3
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/coreutils: install utils in /bin instead of /usr/binNatanael Copa2010-01-261-2/+2
|