[Pkg-nagios-changes] [pkg-nagios3] branch master updated (bf5522e -> ef11292)
Alexander Wirt
formorer at debian.org
Fri Jan 3 22:51:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
formorer pushed a change to branch master
in repository pkg-nagios3.
from bf5522e Enable cgi module for apache 2.4
new 744e794 Stick to 3.x for now
new 5d1f7c2 Imported Upstream version 3.5.1
new f67a10d Merge tag 'upstream/3.5.1'
new 203bcec Remove patch from list for now
new 43e7d66 Remove obsolete patches
new 65bee9b Move to quilt
new 77d98da Remove dpatch dependency
new 63dacfb Bump standards version
new 053130c Take care that /var/run/nagios3 is created at boot time
new cfca1db Remove leading 'a' from description
new 057dfb9 Remove dpatch from rules file
new de834df Move /var/run/nagios3 creation to initscript
new ee6422c Make 3.0 quilt more vcs friendly
new c88bef8 don't let nagios call home. This fixes CVE-2013-4214.
new 828c43f Bump standards version.
new 611d0f9 Don't ship folder in /var/run
new f4c50a3 Finalize changelog
new ef11292 Reenable php fix patch
The 18 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 | 3 +
Changelog | 44 +
THANKS | 1 +
base/checks.c | 100 +-
base/config.c | 30 +-
base/events.c | 60 +-
base/logging.c | 139 +-
base/nagios.c | 16 +-
base/nagiostats.c | 2 +-
base/notifications.c | 62 +-
base/utils.c | 324 +-
cgi/cgiauth.c | 2 +-
cgi/cgiutils.c | 227 +-
cgi/cmd.c | 2 +-
cgi/config.c | 5 +-
cgi/getcgi.c | 254 +-
cgi/history.c | 24 +-
cgi/status.c | 280 +-
cgi/tac.c | 2 +-
common/comments.c | 2 +-
common/downtime.c | 272 +-
common/macros.c | 198 +-
configure | 8 +-
configure.in | 6 +-
contrib/p1.pl | 2 +-
debian/changelog | 22 +
debian/control | 7 +-
debian/nagios3-cgi.dirs | 1 -
debian/nagios3-common.dirs | 1 -
debian/nagios3-common.nagios3.init | 16 +-
debian/nagios3-common.postinst | 1 -
debian/patches/00list | 13 -
debian/patches/10_p1_pl_shebang.dpatch | 18 -
debian/patches/10_p1_pl_shebang.patch | 12 +
debian/patches/30_fix_p1_debug_path.dpatch | 19 -
...ious_dollar_signs_added_to_command_lines.dpatch | 20 -
...rious_dollar_signs_added_to_command_lines.patch | 14 +
...debianize.dpatch => 50_cgi.cfg-debianize.patch} | 14 +-
...nize.dpatch => 51_commands.cfg-debianize.patch} | 44 +-
...ianize.dpatch => 52_nagios.cfg-debianize.patch} | 22 +-
debian/patches/55_strip_logarchivepath.dpatch | 18 -
debian/patches/55_strip_logarchivepath.patch | 13 +
debian/patches/60_fix_p1.pl_patch_mini_epn.dpatch | 19 -
debian/patches/60_fix_p1.pl_patch_mini_epn.patch | 13 +
debian/patches/70_fix_eventhandler_paths.dpatch | 125 -
debian/patches/70_fix_eventhandler_paths.patch | 111 +
debian/patches/80_dont_call_home.patch | 4685 ++++++++++++++++++++
debian/patches/80_fix_encoding_trends.cgi.dpatch | 20 -
debian/patches/90_fix_forced_servicechecks.dpatch | 20 -
.../patches/95_security_statuswml_SA35543.dpatch | 59 -
...ime-Handle-loading-effective-downtime-fr.dpatch | 74 -
debian/patches/99_fix_php_warning.dpatch | 60 -
debian/patches/99_fix_php_warning.patch | 20 +
debian/patches/99_remove_update-check.dpatch | 49 -
debian/patches/99_security_cve_2012_6096.dpatch | 128 -
...h => 99_security_status_cgi_servicegroup.patch} | 28 +-
debian/patches/series | 10 +
debian/rules | 20 +-
debian/source/format | 2 +-
debian/source/local-options | 1 +
debian/watch | 2 +-
html/main.php | 8 +-
include/broker.h | 1 -
include/cgiutils.h | 1 -
include/comments.h | 1 -
include/common.h | 4 +-
include/config.h.in | 10 +
include/downtime.h | 17 +-
include/getcgi.h | 22 +
include/logging.h | 1 +
include/macros.h | 1 -
include/nagios.h | 33 +-
include/nebcallbacks.h | 1 -
include/nebmods.h | 1 -
include/nebstructs.h | 1 -
include/objects.h | 1 -
module/helloworld.c | 2 +
nagios.spec | 2 +-
sample-config/nagios.cfg.in | 12 +
update-version | 4 +-
xdata/xdddefault.c | 51 +-
xdata/xdddefault.h | 4 +-
xdata/xodtemplate.c | 21 +-
xdata/xpddefault.c | 41 +-
xdata/xpddefault.h | 2 +
xdata/xrddefault.c | 16 +-
xdata/xsddefault.c | 16 +-
87 files changed, 6651 insertions(+), 1389 deletions(-)
delete mode 100644 debian/patches/00list
delete mode 100755 debian/patches/10_p1_pl_shebang.dpatch
create mode 100644 debian/patches/10_p1_pl_shebang.patch
delete mode 100755 debian/patches/30_fix_p1_debug_path.dpatch
delete mode 100755 debian/patches/40_fix_spurious_dollar_signs_added_to_command_lines.dpatch
create mode 100644 debian/patches/40_fix_spurious_dollar_signs_added_to_command_lines.patch
rename debian/patches/{50_cgi.cfg-debianize.dpatch => 50_cgi.cfg-debianize.patch} (70%)
mode change 100755 => 100644
rename debian/patches/{51_commands.cfg-debianize.dpatch => 51_commands.cfg-debianize.patch} (92%)
mode change 100755 => 100644
rename debian/patches/{52_nagios.cfg-debianize.dpatch => 52_nagios.cfg-debianize.patch} (87%)
mode change 100755 => 100644
delete mode 100755 debian/patches/55_strip_logarchivepath.dpatch
create mode 100644 debian/patches/55_strip_logarchivepath.patch
delete mode 100755 debian/patches/60_fix_p1.pl_patch_mini_epn.dpatch
create mode 100644 debian/patches/60_fix_p1.pl_patch_mini_epn.patch
delete mode 100755 debian/patches/70_fix_eventhandler_paths.dpatch
create mode 100644 debian/patches/70_fix_eventhandler_paths.patch
create mode 100644 debian/patches/80_dont_call_home.patch
delete mode 100755 debian/patches/80_fix_encoding_trends.cgi.dpatch
delete mode 100755 debian/patches/90_fix_forced_servicechecks.dpatch
delete mode 100755 debian/patches/95_security_statuswml_SA35543.dpatch
delete mode 100755 debian/patches/999_daemon-downtime-Handle-loading-effective-downtime-fr.dpatch
delete mode 100755 debian/patches/99_fix_php_warning.dpatch
create mode 100644 debian/patches/99_fix_php_warning.patch
delete mode 100755 debian/patches/99_remove_update-check.dpatch
delete mode 100755 debian/patches/99_security_cve_2012_6096.dpatch
rename debian/patches/{99_security_status_cgi_servicegroup.dpatch => 99_security_status_cgi_servicegroup.patch} (58%)
mode change 100755 => 100644
create mode 100644 debian/patches/series
create mode 100644 debian/source/local-options
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios3.git
More information about the Pkg-nagios-changes
mailing list