[Pkg-nagios-changes] [pkg-mod-gearman] branch master updated (bbcbbea -> 5cfbe3b)

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


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

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

      from  bbcbbea   Update packaging VCS headers
       new  6f3ba3e   Adopting mod-gearman
       new  f5a9ef4   Limit watch file to mod-gearman v1.x releases.
       new  bb16310   Imported Upstream version 1.5.5
       new  c6ee4b9   Merge tag 'upstream/1.5.5'
       new  5cfbe3b   Snapshot changelog.

The 5 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 ++++----
 debian/changelog                  |   22 +
 debian/control                    |    2 +-
 debian/watch                      |    2 +-
 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 +-
 52 files changed, 4473 insertions(+), 2506 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