Mailinglist Archive: opensuse-commit (910 mails)
| < Previous | Next > |
commit nagios for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 03 Mar 2009 22:33:55 +0100
- Message-id: <20090303213355.33970678179@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package nagios for openSUSE:Factory
checked in at Tue Mar 3 22:33:55 CET 2009.
--------
--- nagios/nagios.changes 2008-12-16 16:02:42.000000000 +0100
+++ nagios/nagios.changes 2009-03-03 14:06:10.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 3 14:05:41 CET 2009 - cschneemann@xxxxxxx
+
+- changed rcnagios to delete control characters from values
+ BNC #480747
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nagios.spec ++++++
--- /var/tmp/diff_new_pack.v21580/_old 2009-03-03 22:32:28.000000000 +0100
+++ /var/tmp/diff_new_pack.v21580/_new 2009-03-03 22:32:28.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package nagios (Version 3.0.6)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
Name: nagios
Summary: The Nagios Network Monitor
Version: 3.0.6
-Release: 1
+Release: 2
Url: http://www.nagios.org/
License: GPL v2 or later
Group: System/Monitoring
@@ -473,6 +473,9 @@
%_includedir/%realname/*
%changelog
+* Tue Mar 03 2009 cschneemann@xxxxxxx
+- changed rcnagios to delete control characters from values
+ BNC #480747
* Tue Dec 09 2008 cschneemann@xxxxxxx
- update to 3.0.6:
+ Fix for CGI submission of external commands (writing newlines
++++++ rcnagios ++++++
--- /var/tmp/diff_new_pack.v21580/_old 2009-03-03 22:32:28.000000000 +0100
+++ /var/tmp/diff_new_pack.v21580/_new 2009-03-03 22:32:28.000000000 +0100
@@ -49,9 +49,9 @@
# grab a config option
function get_var() {
if [ -n "$2" ]; then
- set -- `grep ^$1 $2 | sed 's@=@ @'`
+ set -- `grep ^$1 $2 | sed 's@=@ @' | tr -d '[:cntrl:]'`
else
- set -- `grep ^$1 $NAGIOS_CFG | sed 's@=@ @'`
+ set -- `grep ^$1 $NAGIOS_CFG | sed 's@=@ @' | tr -d '[:cntrl:]'`
fi
shift # remove first ARG => search-string
echo $*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |