[Pkg-cron-devel] [pkg-cron] branch master updated (79fc563 -> 9bc55b1)

Javier Fernandez-Sanguino Pen~a jfs at moszumanska.debian.org
Fri Oct 24 14:50:22 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  79fc563   Add files missing after merge (?)
       new  9bc55b1   Remove (again) files that crept in the merge and had been already removed (or renamed) in 2011.

The 1 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/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/examples/stats-cron.pl                      | 357 ---------------
 .../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 ---
 76 files changed, 7970 deletions(-)
 delete mode 100644 debian/README.debian
 delete mode 100644 debian/cron-se.dirs
 delete mode 100644 debian/cron-se.install
 delete mode 100644 debian/cron-se.overrides
 delete mode 100644 debian/cron-se.postinst
 delete mode 100644 debian/cron-se.postrm
 delete mode 100644 debian/cron-se.preinst
 delete mode 100644 debian/cron-se.prerm
 delete mode 100644 debian/examples/stats-cron.pl
 delete mode 100644 debian/patches-from-bts/proper_use_streerno_bug_470587.diff
 delete mode 100644 debian/patches-from-bts/sensible_editor_482284.diff
 delete mode 100644 debian/patches/features/add-helpmsg-to-new-crontab
 delete mode 100644 debian/patches/features/allow-running-cron-in-foreground
 delete mode 100644 debian/patches/features/auditlog-support
 delete mode 100644 debian/patches/features/backport-envparser
 delete mode 100644 debian/patches/features/better-debugging-support
 delete mode 100644 debian/patches/features/confirm-crontab-deletion
 delete mode 100644 debian/patches/features/control-header-output
 delete mode 100644 debian/patches/features/crontab-refuse-eof-without-nl
 delete mode 100644 debian/patches/features/debian-logging-configuration
 delete mode 100644 debian/patches/features/debian-paths-and-commands
 delete mode 100644 debian/patches/features/debian-specific-issues
 delete mode 100644 debian/patches/features/dont-die-on-missing-dirs
 delete mode 100644 debian/patches/features/dont-fail-on-missing-MTA
 delete mode 100644 debian/patches/features/iso-time-format
 delete mode 100644 debian/patches/features/mailcmd-dont-timeout
 delete mode 100644 debian/patches/features/no-argument-is-stdin
 delete mode 100644 debian/patches/features/option-log-completed-jobs
 delete mode 100644 debian/patches/features/pam-env-support
 delete mode 100644 debian/patches/features/pam-support
 delete mode 100644 debian/patches/features/properly-handle-time-skips
 delete mode 100644 debian/patches/features/recover-from-broken-symlinks
 delete mode 100644 debian/patches/features/run-on-reboot
 delete mode 100644 debian/patches/features/security-make-crontab-setgid-crontab
 delete mode 100644 debian/patches/features/selinux-support
 delete mode 100644 debian/patches/features/set-contenttype-in-mail
 delete mode 100644 debian/patches/features/support-for-drop.d-directory
 delete mode 100644 debian/patches/features/swap-both-uid-and-gid
 delete mode 100644 debian/patches/fixes/abort-crontabs-with-errors
 delete mode 100644 debian/patches/fixes/allow-crontab-by-users
 delete mode 100644 debian/patches/fixes/allow-editors-with-tmpfiles
 delete mode 100644 debian/patches/fixes/check-for-broken-command
 delete mode 100644 debian/patches/fixes/check-for-full-disk
 delete mode 100644 debian/patches/fixes/compilation-issues
 delete mode 100644 debian/patches/fixes/correct-flag-setting-in-crontab-entry
 delete mode 100644 debian/patches/fixes/correct-use-of-error-messages
 delete mode 100644 debian/patches/fixes/crontab-entry-parsing
 delete mode 100644 debian/patches/fixes/crontab-file-parsing
 delete mode 100644 debian/patches/fixes/crontab-time-parsing
 delete mode 100644 debian/patches/fixes/dont-give-root-on-repeated-edits
 delete mode 100644 debian/patches/fixes/dont-log-temp-files
 delete mode 100644 debian/patches/fixes/drop-privileges
 delete mode 100644 debian/patches/fixes/general-coding-errors
 delete mode 100644 debian/patches/fixes/general-platform-issues
 delete mode 100644 debian/patches/fixes/handle-escapes-in-commands
 delete mode 100644 debian/patches/fixes/limit-args-for-commands
 delete mode 100644 debian/patches/fixes/make-it-buildable
 delete mode 100644 debian/patches/fixes/memory-management-issues
 delete mode 100644 debian/patches/fixes/missing-or-broken-defs-and-decls
 delete mode 100644 debian/patches/fixes/parse-envvars-correctly
 delete mode 100644 debian/patches/fixes/prevent-tmpfiles-attack
 delete mode 100644 debian/patches/fixes/proper-handling-of-stdstreams
 delete mode 100644 debian/patches/fixes/properly-wait-for-spawned-editor
 delete mode 100644 debian/patches/fixes/protect-against-buffer-overflows
 delete mode 100644 debian/patches/fixes/root-does-not-override-allowdeny
 delete mode 100644 debian/patches/fixes/set-umask-while-editing-crontab
 delete mode 100644 debian/patches/fixes/signal-handling-issues
 delete mode 100644 debian/patches/fixes/tolerate-empty-editor-and-visual-envs
 delete mode 100644 debian/patches/fixes/use-stdlib-for-time
 delete mode 100644 debian/patches/fixes/various-mail-fixes
 delete mode 100644 debian/patches/other/DEAD-CODE
 delete mode 100644 debian/patches/other/changes-to-cron-8
 delete mode 100644 debian/patches/other/changes-to-crontab-1
 delete mode 100644 debian/patches/other/changes-to-crontab-5
 delete mode 100644 debian/patches/other/changes-to-upstream-README
 delete mode 100644 debian/patches/series

-- 
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