[Pkg-cron-devel] [pkg-cron] branch master updated (e529379 -> 79fc563)
Javier Fernandez-Sanguino Pen~a
jfs at moszumanska.debian.org
Fri Oct 24 14:34:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
jfs pushed a change to branch master
in repository pkg-cron.
from e529379 Use case-insensitive comparison in charset selection
new 934bd6b Change systemd definition in order for the daemon to read an honor /etc/default/cron (Closes: #754279)
new 43a88ab Document changes in preparation for upload
new 79fc563 Add files missing after merge (?)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
debian/README.debian | 37 ++
debian/changelog | 6 +-
debian/cron-se.dirs | 2 +
debian/cron-se.install | 3 +
debian/cron-se.overrides | 2 +
debian/cron-se.postinst | 21 +
debian/cron-se.postrm | 20 +
debian/cron-se.preinst | 11 +
debian/cron-se.prerm | 12 +
debian/cron.service | 3 +-
debian/examples/{cron-stats.pl => stats-cron.pl} | 53 +--
.../proper_use_streerno_bug_470587.diff | 153 +++++++
.../patches-from-bts/sensible_editor_482284.diff | 12 +
debian/patches/features/add-helpmsg-to-new-crontab | 62 +++
.../features/allow-running-cron-in-foreground | 51 +++
debian/patches/features/auditlog-support | 82 ++++
debian/patches/features/backport-envparser | 148 +++++++
debian/patches/features/better-debugging-support | 90 ++++
debian/patches/features/confirm-crontab-deletion | 94 ++++
debian/patches/features/control-header-output | 53 +++
.../patches/features/crontab-refuse-eof-without-nl | 43 ++
.../patches/features/debian-logging-configuration | 204 +++++++++
debian/patches/features/debian-paths-and-commands | 84 ++++
debian/patches/features/debian-specific-issues | 38 ++
debian/patches/features/dont-die-on-missing-dirs | 84 ++++
debian/patches/features/dont-fail-on-missing-MTA | 58 +++
debian/patches/features/iso-time-format | 60 +++
debian/patches/features/mailcmd-dont-timeout | 447 +++++++++++++++++++
debian/patches/features/no-argument-is-stdin | 23 +
debian/patches/features/option-log-completed-jobs | 77 ++++
debian/patches/features/pam-env-support | 69 +++
debian/patches/features/pam-support | 99 +++++
debian/patches/features/properly-handle-time-skips | 486 +++++++++++++++++++++
.../patches/features/recover-from-broken-symlinks | 65 +++
debian/patches/features/run-on-reboot | 56 +++
.../features/security-make-crontab-setgid-crontab | 377 ++++++++++++++++
debian/patches/features/selinux-support | 304 +++++++++++++
debian/patches/features/set-contenttype-in-mail | 131 ++++++
.../patches/features/support-for-drop.d-directory | 334 ++++++++++++++
debian/patches/features/swap-both-uid-and-gid | 36 ++
debian/patches/fixes/abort-crontabs-with-errors | 39 ++
debian/patches/fixes/allow-crontab-by-users | 36 ++
debian/patches/fixes/allow-editors-with-tmpfiles | 311 +++++++++++++
debian/patches/fixes/check-for-broken-command | 26 ++
debian/patches/fixes/check-for-full-disk | 53 +++
debian/patches/fixes/compilation-issues | 23 +
.../fixes/correct-flag-setting-in-crontab-entry | 48 ++
debian/patches/fixes/correct-use-of-error-messages | 152 +++++++
debian/patches/fixes/crontab-entry-parsing | 38 ++
debian/patches/fixes/crontab-file-parsing | 59 +++
debian/patches/fixes/crontab-time-parsing | 22 +
.../patches/fixes/dont-give-root-on-repeated-edits | 53 +++
debian/patches/fixes/dont-log-temp-files | 17 +
debian/patches/fixes/drop-privileges | 119 +++++
debian/patches/fixes/general-coding-errors | 161 +++++++
debian/patches/fixes/general-platform-issues | 194 ++++++++
debian/patches/fixes/handle-escapes-in-commands | 48 ++
debian/patches/fixes/limit-args-for-commands | 35 ++
debian/patches/fixes/make-it-buildable | 66 +++
debian/patches/fixes/memory-management-issues | 300 +++++++++++++
.../patches/fixes/missing-or-broken-defs-and-decls | 27 ++
debian/patches/fixes/parse-envvars-correctly | 156 +++++++
debian/patches/fixes/prevent-tmpfiles-attack | 113 +++++
debian/patches/fixes/proper-handling-of-stdstreams | 68 +++
.../patches/fixes/properly-wait-for-spawned-editor | 93 ++++
.../patches/fixes/protect-against-buffer-overflows | 387 ++++++++++++++++
.../patches/fixes/root-does-not-override-allowdeny | 40 ++
.../patches/fixes/set-umask-while-editing-crontab | 33 ++
debian/patches/fixes/signal-handling-issues | 89 ++++
.../fixes/tolerate-empty-editor-and-visual-envs | 28 ++
debian/patches/fixes/use-stdlib-for-time | 61 +++
debian/patches/fixes/various-mail-fixes | 97 ++++
debian/patches/other/DEAD-CODE | 18 +
debian/patches/other/changes-to-cron-8 | 158 +++++++
debian/patches/other/changes-to-crontab-1 | 170 +++++++
debian/patches/other/changes-to-crontab-5 | 268 ++++++++++++
debian/patches/other/changes-to-upstream-README | 17 +
debian/patches/series | 62 +++
debian/standard.daily | 134 ++++++
debian/standard.monthly | 4 +
80 files changed, 7768 insertions(+), 45 deletions(-)
create mode 100644 debian/README.debian
create mode 100644 debian/cron-se.dirs
create mode 100644 debian/cron-se.install
create mode 100644 debian/cron-se.overrides
create mode 100644 debian/cron-se.postinst
create mode 100644 debian/cron-se.postrm
create mode 100644 debian/cron-se.preinst
create mode 100644 debian/cron-se.prerm
copy debian/examples/{cron-stats.pl => stats-cron.pl} (87%)
mode change 100755 => 100644
create mode 100644 debian/patches-from-bts/proper_use_streerno_bug_470587.diff
create mode 100644 debian/patches-from-bts/sensible_editor_482284.diff
create mode 100644 debian/patches/features/add-helpmsg-to-new-crontab
create mode 100644 debian/patches/features/allow-running-cron-in-foreground
create mode 100644 debian/patches/features/auditlog-support
create mode 100644 debian/patches/features/backport-envparser
create mode 100644 debian/patches/features/better-debugging-support
create mode 100644 debian/patches/features/confirm-crontab-deletion
create mode 100644 debian/patches/features/control-header-output
create mode 100644 debian/patches/features/crontab-refuse-eof-without-nl
create mode 100644 debian/patches/features/debian-logging-configuration
create mode 100644 debian/patches/features/debian-paths-and-commands
create mode 100644 debian/patches/features/debian-specific-issues
create mode 100644 debian/patches/features/dont-die-on-missing-dirs
create mode 100644 debian/patches/features/dont-fail-on-missing-MTA
create mode 100644 debian/patches/features/iso-time-format
create mode 100644 debian/patches/features/mailcmd-dont-timeout
create mode 100644 debian/patches/features/no-argument-is-stdin
create mode 100644 debian/patches/features/option-log-completed-jobs
create mode 100644 debian/patches/features/pam-env-support
create mode 100644 debian/patches/features/pam-support
create mode 100644 debian/patches/features/properly-handle-time-skips
create mode 100644 debian/patches/features/recover-from-broken-symlinks
create mode 100644 debian/patches/features/run-on-reboot
create mode 100644 debian/patches/features/security-make-crontab-setgid-crontab
create mode 100644 debian/patches/features/selinux-support
create mode 100644 debian/patches/features/set-contenttype-in-mail
create mode 100644 debian/patches/features/support-for-drop.d-directory
create mode 100644 debian/patches/features/swap-both-uid-and-gid
create mode 100644 debian/patches/fixes/abort-crontabs-with-errors
create mode 100644 debian/patches/fixes/allow-crontab-by-users
create mode 100644 debian/patches/fixes/allow-editors-with-tmpfiles
create mode 100644 debian/patches/fixes/check-for-broken-command
create mode 100644 debian/patches/fixes/check-for-full-disk
create mode 100644 debian/patches/fixes/compilation-issues
create mode 100644 debian/patches/fixes/correct-flag-setting-in-crontab-entry
create mode 100644 debian/patches/fixes/correct-use-of-error-messages
create mode 100644 debian/patches/fixes/crontab-entry-parsing
create mode 100644 debian/patches/fixes/crontab-file-parsing
create mode 100644 debian/patches/fixes/crontab-time-parsing
create mode 100644 debian/patches/fixes/dont-give-root-on-repeated-edits
create mode 100644 debian/patches/fixes/dont-log-temp-files
create mode 100644 debian/patches/fixes/drop-privileges
create mode 100644 debian/patches/fixes/general-coding-errors
create mode 100644 debian/patches/fixes/general-platform-issues
create mode 100644 debian/patches/fixes/handle-escapes-in-commands
create mode 100644 debian/patches/fixes/limit-args-for-commands
create mode 100644 debian/patches/fixes/make-it-buildable
create mode 100644 debian/patches/fixes/memory-management-issues
create mode 100644 debian/patches/fixes/missing-or-broken-defs-and-decls
create mode 100644 debian/patches/fixes/parse-envvars-correctly
create mode 100644 debian/patches/fixes/prevent-tmpfiles-attack
create mode 100644 debian/patches/fixes/proper-handling-of-stdstreams
create mode 100644 debian/patches/fixes/properly-wait-for-spawned-editor
create mode 100644 debian/patches/fixes/protect-against-buffer-overflows
create mode 100644 debian/patches/fixes/root-does-not-override-allowdeny
create mode 100644 debian/patches/fixes/set-umask-while-editing-crontab
create mode 100644 debian/patches/fixes/signal-handling-issues
create mode 100644 debian/patches/fixes/tolerate-empty-editor-and-visual-envs
create mode 100644 debian/patches/fixes/use-stdlib-for-time
create mode 100644 debian/patches/fixes/various-mail-fixes
create mode 100644 debian/patches/other/DEAD-CODE
create mode 100644 debian/patches/other/changes-to-cron-8
create mode 100644 debian/patches/other/changes-to-crontab-1
create mode 100644 debian/patches/other/changes-to-crontab-5
create mode 100644 debian/patches/other/changes-to-upstream-README
create mode 100644 debian/patches/series
create mode 100644 debian/standard.daily
create mode 100644 debian/standard.monthly
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cron/pkg-cron.git
More information about the Pkg-cron-devel
mailing list