[Pkg-nagios-changes] [pkg-mod-gearman] branch upstream updated (0cd1b02 -> bb16310)

Bernd Zeimetz bernd at bzed.de
Wed Nov 4 13:48:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

bzed pushed a change to branch upstream
in repository pkg-mod-gearman.

      from  0cd1b02   Imported Upstream version 1.4.14
       new  bb16310   Imported Upstream version 1.5.5

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:
 Changes                           |   33 ++
 Makefile.am                       |   28 +-
 Makefile.in                       |  935 +++++++++++++++++++++++++---------
 README                            |  137 +++--
 aclocal.m4                        |  731 ++++++++++++++++-----------
 common/check_utils.c              |  130 +++--
 common/epn_utils.c                |   12 +-
 common/gearman_utils.c            |   47 +-
 common/gm_alloc.c                 |   55 ++
 common/gm_crypt.c                 |    7 +-
 common/md5.c                      |  134 ++---
 common/utils.c                    |  514 +++++++++++--------
 config.h.in                       |    3 -
 configure                         | 1011 ++++++++++++++++++++-----------------
 configure.ac                      |    2 +-
 contrib/Makefile.in               |    0
 contrib/mod_gearman_mini_epn.c    |  206 ++++----
 depcomp                           |  531 ++++++++++++-------
 docs/README.html                  |  907 ++++++++++++++++++++++-----------
 etc/mod_gearman_neb.conf.in       |    9 +-
 etc/mod_gearman_worker.conf.in    |   11 +
 extras/standalone_worker.conf     |   12 +
 include/common.h                  |   14 +-
 include/gm_alloc.h                |   16 +
 include/polarssl/md5.h            |   50 +-
 include/utils.h                   |   41 +-
 install-sh                        |   35 +-
 missing                           |  461 ++++++-----------
 neb_module/mod_gearman.c          |   64 +--
 neb_module/result_thread.c        |   26 +-
 support/mod_gearman.spec          |   56 +-
 t/01-utils.c                      |   21 +-
 t/02-full.c                       |    9 +-
 t/03-exec_checks.c                |   93 +++-
 t/06-execvp_vs_popen.c            |   70 ++-
 t/{benchmark.t => 09-benchmark.t} |    0
 t/10-large-result.t               |   73 +++
 t/11-alloc.t                      |   43 ++
 t/12-cppcheck.t                   |   28 +
 t/13-tools.t                      |   48 ++
 test-driver                       |  139 +++++
 tools/check_gearman.c             |   31 +-
 tools/gearman_top.c               |   10 +-
 tools/send_gearman.c              |   72 +--
 tools/send_multi.c                |   13 +-
 worker/daemon-systemd.in          |   20 +
 worker/initscript.in              |    1 +
 worker/worker.c                   |   20 +-
 worker/worker_client.c            |   44 +-
 49 files changed, 4449 insertions(+), 2504 deletions(-)
 create mode 100644 common/gm_alloc.c
 create mode 100644 contrib/Makefile.in
 create mode 100644 include/gm_alloc.h
 rename t/{benchmark.t => 09-benchmark.t} (100%)
 create mode 100755 t/10-large-result.t
 create mode 100755 t/11-alloc.t
 create mode 100755 t/12-cppcheck.t
 create mode 100755 t/13-tools.t
 create mode 100755 test-driver
 create mode 100644 worker/daemon-systemd.in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-mod-gearman.git



More information about the Pkg-nagios-changes mailing list