[Pkg-nagios-changes] [pkg-nsca] branch master updated (b1f1ec4 -> a317237)

Bas Couwenberg sebastic at debian.org
Fri Dec 9 17:24:30 UTC 2016


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

sebastic pushed a change to branch master
in repository pkg-nsca.

      from  b1f1ec4   Add upstream patch to fix NSCA close/POLLNVAL/accept bug causing hang.
       new  5ec308a   Use Icinga instead of Nagios (nagios3 removed from Debian).
       new  613adda   Change nagios-plugins dependencies to monitoring-plugins.
       new  b3e132f   Add Italian translation of debconf messages by Beatrice Torracca. (closes: #737216)
       new  ebd4c6b   Add Brazilian Portuguese debconf templates translation by Adriano Rafael Gomes. (closes: #824332)
       new  e7bfb17   Add patch by Xiwen Cheng to fix potential buffer overflow. (closes: #685455)
       new  8765616   Add patch to change PID directory from /var/run to /var/run/nagios.
       new  b0d6cb7   Mark patches as Forwarded.
       new  9e1d17e   Imported Upstream version 2.9.2
       new  df38d86   Merge tag 'upstream/2.9.2'
       new  6a9c7cb   New upstream release.
       new  a317237   Drop patches included upstream. Refresh remaining patches.

The 11 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:
 .gitignore                                         |   15 +
 Changelog                                          |    8 +
 config.guess                                       |    0
 config.sub                                         |    0
 configure                                          | 9224 +++++++++-----------
 configure.in => configure.ac                       |    8 +-
 debian/changelog                                   |   29 +-
 debian/control                                     |    4 +-
 debian/nsca.config                                 |    6 +-
 debian/nsca.postinst                               |    6 +-
 debian/patches/01_send_nsca.cfg.patch              |   17 +-
 debian/patches/02_nsca_foreground.patch            |   83 +-
 debian/patches/03_errors_to_stderr.patch           |  261 +-
 debian/patches/04_nsca.cfg_nagios_vs_nagios.patch  |    5 +-
 debian/patches/05_spelling-errors.patch            |   19 +-
 debian/patches/06_open-arguments.patch             |   15 -
 debian/patches/07_signal-handler.patch             |  118 -
 ..._race-condition-when-opening-command-file.patch |   80 -
 .../patches/09_reserved-identifier-violation.patch |   18 -
 ...sca-close-POLLNVAL-accept-bug-causes-hang.patch |   37 -
 .../patches/11_fix-potential-buffer-overflow.patch |   18 +
 debian/patches/12_pid-directory.patch              |   16 +
 debian/patches/series                              |    7 +-
 debian/po/it.po                                    |   54 +
 debian/po/{da.po => pt_BR.po}                      |   36 +-
 include/common.h                                   |  288 +-
 include/config.h.in                                |    1 +
 include/netutils.h                                 |   90 +-
 include/nsca.h                                     |  120 +-
 include/utils.h                                    |  146 +-
 install-sh                                         |    0
 nsca.spec                                          |    4 +-
 nsca_tests/NSCATest.pm                             |  184 +-
 nsca_tests/basic.t                                 |    0
 nsca_tests/multiple.t                              |    0
 nsca_tests/runtests                                |    0
 nsca_tests/simultaneous.t                          |    0
 src/netutils.c                                     |  550 +-
 src/nsca.c                                         | 3295 +++----
 src/send_nsca.c                                    | 1246 +--
 src/utils.c                                        | 1024 +--
 subst.in                                           |    0
 update-version                                     |   12 +-
 43 files changed, 7817 insertions(+), 9227 deletions(-)
 create mode 100644 .gitignore
 mode change 100644 => 100755 config.guess
 mode change 100644 => 100755 config.sub
 rename configure.in => configure.ac (98%)
 delete mode 100644 debian/patches/06_open-arguments.patch
 delete mode 100644 debian/patches/07_signal-handler.patch
 delete mode 100644 debian/patches/08_race-condition-when-opening-command-file.patch
 delete mode 100644 debian/patches/09_reserved-identifier-violation.patch
 delete mode 100644 debian/patches/10_nsca-close-POLLNVAL-accept-bug-causes-hang.patch
 create mode 100644 debian/patches/11_fix-potential-buffer-overflow.patch
 create mode 100644 debian/patches/12_pid-directory.patch
 create mode 100644 debian/po/it.po
 copy debian/po/{da.po => pt_BR.po} (50%)
 mode change 100644 => 100755 install-sh
 mode change 100644 => 100755 nsca_tests/basic.t
 mode change 100644 => 100755 nsca_tests/multiple.t
 mode change 100644 => 100755 nsca_tests/runtests
 mode change 100644 => 100755 nsca_tests/simultaneous.t
 mode change 100644 => 100755 subst.in
 mode change 100644 => 100755 update-version

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



More information about the Pkg-nagios-changes mailing list