|
|
nagios Changelog, 1.128.2.66, 1.128.2.67 configure, 1.82.2.17, 1.82.2.18 co: msg#00129
|
Subject: |
nagios Changelog, 1.128.2.66, 1.128.2.67 configure, 1.82.2.17, 1.82.2.18 configure.in, 1.82.2.17, 1.82.2.18 nagios.spec, 1.32.2.10, 1.32.2.11 update-version, 1.16.2.12, 1.16.2.13 |
Update of /cvsroot/nagios/nagios
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23928
Modified Files:
Tag: nagios-2-x-bugfixes
Changelog configure configure.in nagios.spec update-version
Log Message:
Fix for potential XSS vulnerability in CGIs, added program version to CGIs,
prep for new release
Index: Changelog
===================================================================
RCS file: /cvsroot/nagios/nagios/Changelog,v
retrieving revision 1.128.2.66
retrieving revision 1.128.2.67
diff -C2 -d -r1.128.2.66 -r1.128.2.67
*** Changelog 20 Oct 2007 23:18:28 -0000 1.128.2.66
--- Changelog 21 Oct 2007 14:39:50 -0000 1.128.2.67
***************
*** 16,19 ****
--- 16,21 ----
* Bug fix with attempting to access an uninitalized mutex if external
commands are disabled
* Fix for keeping service checks in the event queue when active service
checks are disabled globally
+ * Fix for a potential cross site scripting vulnerability in the CGIs
+ * Program version is now displayed in CGIs
Index: nagios.spec
===================================================================
RCS file: /cvsroot/nagios/nagios/nagios.spec,v
retrieving revision 1.32.2.10
retrieving revision 1.32.2.11
diff -C2 -d -r1.32.2.10 -r1.32.2.11
*** nagios.spec 10 Apr 2007 15:08:32 -0000 1.32.2.10
--- nagios.spec 21 Oct 2007 14:39:51 -0000 1.32.2.11
***************
*** 1,4 ****
%define name nagios
! %define version 2.9
%define release 1.fc4.test
%define nsusr nagios
--- 1,4 ----
%define name nagios
! %define version 2.10
%define release 1.fc4.test
%define nsusr nagios
Index: configure
===================================================================
RCS file: /cvsroot/nagios/nagios/configure,v
retrieving revision 1.82.2.17
retrieving revision 1.82.2.18
diff -C2 -d -r1.82.2.17 -r1.82.2.18
*** configure 23 Apr 2007 15:44:25 -0000 1.82.2.17
--- configure 21 Oct 2007 14:39:50 -0000 1.82.2.18
***************
*** 1313,1319 ****
PKG_NAME=nagios
! PKG_VERSION="2.9"
PKG_HOME_URL="http://www.nagios.org/"
! PKG_REL_DATE="04-10-2007"
ac_aux_dir=
--- 1313,1319 ----
PKG_NAME=nagios
! PKG_VERSION="2.10"
PKG_HOME_URL="http://www.nagios.org/"
! PKG_REL_DATE="10-21-2007"
ac_aux_dir=
Index: update-version
===================================================================
RCS file: /cvsroot/nagios/nagios/update-version,v
retrieving revision 1.16.2.12
retrieving revision 1.16.2.13
diff -C2 -d -r1.16.2.12 -r1.16.2.13
*** update-version 10 Apr 2007 15:08:32 -0000 1.16.2.12
--- update-version 21 Oct 2007 14:39:51 -0000 1.16.2.13
***************
*** 11,18 ****
# Current version number
! CURRENTVERSION=2.9
# Last date
! LASTDATE=04-10-2007
if [ "x$1" = "x" ]
--- 11,18 ----
# Current version number
! CURRENTVERSION=2.10
# Last date
! LASTDATE=10-21-2007
if [ "x$1" = "x" ]
Index: configure.in
===================================================================
RCS file: /cvsroot/nagios/nagios/configure.in,v
retrieving revision 1.82.2.17
retrieving revision 1.82.2.18
diff -C2 -d -r1.82.2.17 -r1.82.2.18
*** configure.in 23 Apr 2007 15:44:26 -0000 1.82.2.17
--- configure.in 21 Oct 2007 14:39:51 -0000 1.82.2.18
***************
*** 10,16 ****
PKG_NAME=nagios
! PKG_VERSION="2.9"
PKG_HOME_URL="http://www.nagios.org/"
! PKG_REL_DATE="04-10-2007"
dnl Figure out how to invoke "install" and what install options to use.
--- 10,16 ----
PKG_NAME=nagios
! PKG_VERSION="2.10"
PKG_HOME_URL="http://www.nagios.org/"
! PKG_REL_DATE="10-21-2007"
dnl Figure out how to invoke "install" and what install options to use.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
|
| |