# ChangeLog for sys-process/cronbase # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 # (auto-generated from git log) *cronbase-0.3.7 (09 Aug 2015) *cronbase-0.3.6 (09 Aug 2015) *cronbase-0.3.5-r1 (09 Aug 2015) *cronbase-0.3.4 (09 Aug 2015) *cronbase-0.3.3 (09 Aug 2015) 09 Aug 2015; Robin H. Johnson +cronbase-0.3.3.ebuild, +cronbase-0.3.4.ebuild, +cronbase-0.3.5-r1.ebuild, +cronbase-0.3.6.ebuild, +cronbase-0.3.7.ebuild, +files/run-crons-0.3.3, +files/run-crons-0.3.4, +files/run-crons-0.3.5, +files/run-crons-0.3.6, +files/run-crons-0.3.7, +metadata.xml: proj/gentoo: Initial commit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed 09 Aug 2015; Ulrich Müller files/run-crons-0.3.3, files/run-crons-0.3.4, files/run-crons-0.3.5, files/run-crons-0.3.6, files/run-crons-0.3.7: [QA] Remove executable bit from files, bug 550434. 10 Aug 2015; Mike Frysinger files/run-crons-0.3.3, files/run-crons-0.3.4, files/run-crons-0.3.5, files/run-crons-0.3.6, files/run-crons-0.3.7: cronbase: run-crons: use standard comment header in all files If people want changelogs/history, they can look at the VCS. *cronbase-0.3.7-r1 (19 Aug 2015) 19 Aug 2015; Mike Frysinger -cronbase-0.3.7.ebuild, +cronbase-0.3.7-r1.ebuild, files/run-crons-0.3.7: fix lockdir path #557620 24 Aug 2015; Justin Lecher cronbase-0.3.3.ebuild, cronbase-0.3.4.ebuild, cronbase-0.3.5-r1.ebuild, cronbase-0.3.6.ebuild, cronbase-0.3.7-r1.ebuild, metadata.xml: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher 24 Aug 2015; Mike Gilbert metadata.xml: Revert DOCTYPE SYSTEM https changes in metadata.xml repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720 14 Jan 2016; Markus Meier cronbase-0.3.7-r1.ebuild: arm stable, bug #571134 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm" 15 Jan 2016; Agostino Sarubbo cronbase-0.3.7-r1.ebuild: amd64 stable wrt bug #571134 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo 17 Jan 2016; Agostino Sarubbo cronbase-0.3.7-r1.ebuild: ppc stable wrt bug #571134 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo 24 Jan 2016; Jeroen Roovers cronbase-0.3.7-r1.ebuild: Stable for HPPA PPC64 (bug #571134). Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches 24 Jan 2016; Michał Górny metadata.xml: Replace all herds with appropriate projects (GLEP 67) Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded. 24 Jan 2016; Michał Górny metadata.xml: Set appropriate maintainer types in metadata.xml (GLEP 67) 01 Feb 2016; Tobias Klausmann cronbase-0.3.7-r1.ebuild: add alpha keyword Gentoo-Bug: 571134 Package-Manager: portage-2.2.27 14 Feb 2016; Agostino Sarubbo cronbase-0.3.7-r1.ebuild: x86 stable wrt bug #571134 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo 15 Mar 2016; Mike Frysinger cronbase-0.3.7-r1.ebuild: mark arm64/ia64/m68k/s390/sh/sparc stable #571134 15 Mar 2016; Mike Frysinger -cronbase-0.3.3.ebuild, -cronbase-0.3.4.ebuild, -cronbase-0.3.5-r1.ebuild, -cronbase-0.3.6.ebuild, -files/run-crons-0.3.3, -files/run-crons-0.3.4, -files/run-crons-0.3.5, -files/run-crons-0.3.6: drop old <0.3.7 versions *cronbase-0.3.7-r2 (30 Sep 2016) 30 Sep 2016; Tobias Klausmann -cronbase-0.3.7-r1.ebuild, +cronbase-0.3.7-r2.ebuild, files/run-crons-0.3.7: avoid bash complaining about null bytes Newer versions of bash warn about null bytes in command substitutions, so run-crons would generate mails with messages like this: /usr/sbin/run-crons: line 59: warning: command substitution: ignored null byte in input /usr/sbin/run-crons: line 59: warning: command substitution: ignored null byte in input /usr/sbin/run-crons: line 60: warning: command substitution: ignored null byte in input /usr/sbin/run-crons: line 60: warning: command substitution: ignored null byte in input Since the warning is not useful and the resultant string has its null bytes deleted, we might as well delete them with tr and get rid of the warning. *cronbase-0.3.7-r3 (30 Sep 2016) 30 Sep 2016; Tobias Klausmann -cronbase-0.3.7-r2.ebuild, +cronbase-0.3.7-r3.ebuild, files/run-crons-0.3.7: second attempt at fixing bug 595492 In the case of a stale lockfile, the old code still produces error messages: /usr/sbin/run-crons: line 61: /proc/6450/cmdline: No such file or directory This change should dodge that scenario. *cronbase-0.3.7-r4 (02 Oct 2016) 02 Oct 2016; Tobias Klausmann -cronbase-0.3.7-r3.ebuild, +cronbase-0.3.7-r4.ebuild, files/run-crons-0.3.7: More fixes The tr approach is racy, even with the test -r before it. Since tr can't be told to read from a file and we can't redirect the subshell's warning message, switch to sed and a file argument, then redirect stderr of that. *cronbase-0.3.7-r5 (03 Oct 2016) 03 Oct 2016; Tobias Klausmann -cronbase-0.3.7-r4.ebuild, +cronbase-0.3.7-r5.ebuild, files/run-crons-0.3.7: Fix the parall-job check once and for all. Thanks to Dan Goodliffe for suggesting this approach. Gentoo-Bug: 595492 *cronbase-0.3.7-r6 (15 Nov 2016) 15 Nov 2016; Mike Frysinger -cronbase-0.3.7-r5.ebuild, +cronbase-0.3.7-r6.ebuild, files/run-crons-0.3.7: fix non-POSIX shell code #595492