Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/logrotate: upgrade to 3.15.0, added -openrc subpkg | Francesco Colista | 2018-12-26 | 1 | -3/+3 |
| | |||||
* | main/logrotate: upgrade to 3.14.0, clarify license, modernize | prspkt | 2018-03-11 | 1 | -13/+12 |
| | |||||
* | [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/logrotate: upgrade to 3.13.0 | Natanael Copa | 2017-10-31 | 1 | -2/+2 |
| | |||||
* | main/logrotate: upgrade to 3.12.3 | Natanael Copa | 2017-07-03 | 1 | -2/+2 |
| | |||||
* | main/logrotate: upgrade to 3.12.2 | Ivan Tham | 2017-05-03 | 1 | -10/+2 |
| | |||||
* | main/logrotate: upgrade to 3.11.0 | Sören Tempel | 2016-12-22 | 1 | -19/+19 |
| | |||||
* | main/logrotate: upgrade to 3.10.0 | Carlo Landmeter | 2016-08-11 | 1 | -12/+18 |
| | |||||
* | main/logrotate: new upstream version 3.9.2 | Christian Kampka | 2016-03-27 | 1 | -9/+7 |
| | |||||
* | main/logrotate: add tabooext for .apk-new files | Stuart Cardall | 2016-03-25 | 1 | -4/+4 |
| | | | | this stops /etc/logrotate.d/*.apk-new files from being run. | ||||
* | main/logrotate: update urls | Sören Tempel | 2016-01-19 | 1 | -13/+9 |
| | | | | | https://fedorahosted.org/logrotate/ states that logrotate upstream has been moved to GitHub. The old trac page is no longer updated. | ||||
* | main/logrotate: rotate /var/log/messages by default | Kaarle Ritvanen | 2016-01-02 | 1 | -4/+4 |
| | |||||
* | main/logrotate: specify license | Fabian Affolter | 2015-08-06 | 1 | -2/+2 |
| | |||||
* | main/logrotate: upgrade to 3.9.1 | Natanael Copa | 2015-07-23 | 1 | -4/+4 |
| | |||||
* | main/logrotate: upgrade to 3.8.9 | Natanael Copa | 2015-04-27 | 1 | -9/+13 |
| | |||||
* | main/logrotate: upgrade to 3.8.8 | Natanael Copa | 2014-11-12 | 1 | -18/+20 |
| | |||||
* | main/logrotate: upgrade to 3.8.7 | Natanael Copa | 2013-10-28 | 1 | -4/+4 |
| | |||||
* | main/logrotate: upgrade to 3.8.6 | Natanael Copa | 2013-08-19 | 1 | -4/+4 |
| | |||||
* | main/logrotate: remove wget from makedepends | Natanael Copa | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | main/logrotate: upgrade to 3.8.5 | prymeroot | 2013-06-29 | 1 | -5/+5 |
| | |||||
* | main/logrotate: upgrade to 3.8.4 | Bartłomiej Piotrowski | 2013-05-06 | 1 | -2/+16 |
| | |||||
* | main/logrotate: upgrade to 3.8.3 | Bartłomiej Piotrowski | 2013-02-16 | 1 | -2/+2 |
| | |||||
* | main/logrotate: add support for cpulimit | Natanael Copa | 2012-09-28 | 1 | -4/+11 |
| | | | | | | | | If package cpulimit is installed, then apply the cpulimit specified in CPULIMIT in /etc/conf.d/logrotate This helps monitoring software to not trigger high CPU load alarms when rotating logs. | ||||
* | main/logrotate: upgrade to 3.8.2 | Bartłomiej Piotrowski | 2012-08-04 | 1 | -2/+2 |
| | |||||
* | main/logrotate: upgrade to 3.8.1 | Natanael Copa | 2011-10-03 | 1 | -2/+2 |
| | |||||
* | main/logrotate: upgrade to 3.8.0 | Natanael Copa | 2011-07-11 | 1 | -3/+3 |
| | |||||
* | main/logrotate: security fixes | Natanael Copa | 2011-04-05 | 1 | -1/+7 |
| | | | | fix CVE-2011-1154, CVE-2011-1155 and CVE-2011-1098 | ||||
* | 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/logrotate: upgrade to 3.7.9 | Natanael Copa | 2010-10-14 | 1 | -4/+4 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/logrotate: include the /etc/logrotate.d dir | Natanael Copa | 2010-03-10 | 1 | -2/+6 |
| | | | | fixes #315 | ||||
* | main/logrotate: install cron script in /etc/periodic/daily | Natanael Copa | 2009-07-24 | 1 | -6/+9 |
| | | | | | | fixes #83 also create a working default config | ||||
* | moved extra/* to main/ | Natanael Copa | 2009-07-24 | 1 | -0/+23 |
and fixed misc build issues |