aboutsummaryrefslogtreecommitdiffstats
path: root/main/logrotate
Commit message (Collapse)AuthorAgeFilesLines
* main/logrotate: upgrade to 3.14.0, clarify license, modernizeprspkt2018-03-111-13/+12
|
* [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/logrotate: upgrade to 3.13.0Natanael Copa2017-10-311-2/+2
|
* main/logrotate: upgrade to 3.12.3Natanael Copa2017-07-031-2/+2
|
* main/logrotate: upgrade to 3.12.2Ivan Tham2017-05-031-10/+2
|
* main/logrotate: upgrade to 3.11.0Sören Tempel2016-12-222-27/+19
|
* main/logrotate: add missing patchCarlo Landmeter2016-08-111-0/+8
|
* main/logrotate: upgrade to 3.10.0Carlo Landmeter2016-08-111-12/+18
|
* main/logrotate: new upstream version 3.9.2Christian Kampka2016-03-271-9/+7
|
* main/logrotate: add tabooext for .apk-new filesStuart Cardall2016-03-252-4/+7
| | | | this stops /etc/logrotate.d/*.apk-new files from being run.
* main/logrotate: update urlsSören Tempel2016-01-191-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 defaultKaarle Ritvanen2016-01-022-4/+7
|
* main/logrotate: specify licenseFabian Affolter2015-08-061-2/+2
|
* main/logrotate: upgrade to 3.9.1Natanael Copa2015-07-231-4/+4
|
* main/logrotate: upgrade to 3.8.9Natanael Copa2015-04-272-41/+13
|
* main/logrotate: upgrade to 3.8.8Natanael Copa2014-11-125-335/+52
|
* main/logrotate: upgrade to 3.8.7Natanael Copa2013-10-281-4/+4
|
* main/logrotate: upgrade to 3.8.6Natanael Copa2013-08-191-4/+4
|
* main/logrotate: remove wget from makedependsNatanael Copa2013-07-011-1/+1
|
* main/logrotate: upgrade to 3.8.5prymeroot2013-06-291-5/+5
|
* main/logrotate: upgrade to 3.8.4Bartłomiej Piotrowski2013-05-061-2/+16
|
* main/logrotate: upgrade to 3.8.3Bartłomiej Piotrowski2013-02-161-2/+2
|
* main/logrotate: add support for cpulimitNatanael Copa2012-09-283-4/+31
| | | | | | | | 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.2Bartłomiej Piotrowski2012-08-041-2/+2
|
* main/logrotate: upgrade to 3.8.1Natanael Copa2011-10-031-2/+2
|
* main/logrotate: upgrade to 3.8.0Natanael Copa2011-07-111-3/+3
|
* main/logrotate: security fixesNatanael Copa2011-04-054-1/+324
| | | | fix CVE-2011-1154, CVE-2011-1155 and CVE-2011-1098
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/logrotate: upgrade to 3.7.9Natanael Copa2010-10-141-4/+4
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/logrotate: include the /etc/logrotate.d dirNatanael Copa2010-03-101-2/+6
| | | | fixes #315
* main/logrotate: install cron script in /etc/periodic/dailyNatanael Copa2009-07-242-6/+29
| | | | | | fixes #83 also create a working default config
* moved extra/* to main/Natanael Copa2009-07-241-0/+23
and fixed misc build issues