This repository was archived by the owner on Jan 15, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +24
-15
lines changed
Expand file tree Collapse file tree 9 files changed +24
-15
lines changed Original file line number Diff line number Diff line change 2323
2424* Mailinglists have been migrated to icinga.org. Please check https://www.icinga.org/support for details!
2525
26+ 1.11.8 - 22/12/2016
27+
28+ SECURITY FIXES
29+
30+ * Fix possible root privilege escalation during opening logs (CVE-2016-9566) #13709
31+
32+ Icinga is **not** vulnerable to CVE-2016-9565 since we do not provide any PHP
33+ files nor external advertising RSS feeds inside the Classic UI.
34+
2635
27361.11.7 - 03/09/2014
2837
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ MKDIR=/bin/mkdir
8888# ##############################
8989# Global
9090# ##############################
91- ICINGA_VERSION =1.11.7
91+ ICINGA_VERSION =1.11.8
9292
9393CP =@CP@
9494
Original file line number Diff line number Diff line change @@ -2507,9 +2507,9 @@ ac_config_headers="$ac_config_headers include/config.h"
25072507
25082508
25092509PKG_NAME=icinga-core
2510- PKG_VERSION=" 1.11.7 "
2510+ PKG_VERSION=" 1.11.8 "
25112511PKG_HOME_URL=" http://www.icinga.org/"
2512- PKG_REL_DATE=" 09-03-2014 "
2512+ PKG_REL_DATE=" 12-22-2016 "
25132513
25142514ac_aux_dir=
25152515for ac_dir in " $srcdir " " $srcdir /.." " $srcdir /../.." ; do
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ AC_CONFIG_HEADER(include/config.h)
99AC_PREFIX_DEFAULT ( / usr/local/icinga )
1010
1111PKG_NAME=icinga-core
12- PKG_VERSION="1.11.7 "
12+ PKG_VERSION="1.11.8 "
1313PKG_HOME_URL="http://www.icinga.org/"
14- PKG_REL_DATE="09-03-2014 "
14+ PKG_REL_DATE="12-22-2016 "
1515
1616dnl Figure out how to invoke "install" and what install options to use.
1717AC_PROG_INSTALL
Original file line number Diff line number Diff line change 1818</ div >
1919
2020< div id ="currentversioninfo ">
21- < div class ="version "> Version 1.11.7 </ div >
22- < div class ="releasedate "> September 03, 2014 </ div >
23- < div class ="whatsnew "> < a href ="docs/en/whatsnew.html "> Read what's new in Icinga 1.11.7 </ a > </ div >
21+ < div class ="version "> Version 1.11.8 </ div >
22+ < div class ="releasedate "> December 22, 2016 </ div >
23+ < div class ="whatsnew "> < a href ="docs/en/whatsnew.html "> Read what's new in Icinga 1.11.8 </ a > </ div >
2424</ div >
2525
2626< div id ="developer ">
Original file line number Diff line number Diff line change 5454
5555Summary: Open Source host, service and network monitoring program
5656Name: icinga
57- Version: 1.11.7
57+ Version: 1.11.8
5858Release: %{revision }%{?dist }
5959License: GPLv2
6060Group: Applications/System
Original file line number Diff line number Diff line change 2727#define PROGRAM_NAME "Icinga"
2828#define PROGRAM_NAME_UC "ICINGA"
2929#define PROGRAM_NAME_LC "icinga"
30- #define PROGRAM_VERSION "1.11.7 "
31- #define PROGRAM_MODIFICATION_DATE "09-03-2014 "
30+ #define PROGRAM_VERSION "1.11.8 "
31+ #define PROGRAM_MODIFICATION_DATE "12-22-2016 "
3232
3333/*#define DEBUG_CHECK_IPC 1 */
3434/*#define DEBUG_CHECK_IPC2 1*/
Original file line number Diff line number Diff line change 2222#define LOG2IDO_NAME "LOG2IDO"
2323
2424/* only one space for update-version matching */
25- #define IDO_DATE "09-03-2014 "
26- #define IDO_VERSION "1.11.7 "
25+ #define IDO_DATE "12-22-2016 "
26+ #define IDO_VERSION "1.11.8 "
2727
2828#define IDO_SCHEMA_VERSION "1.11.7"
2929
Original file line number Diff line number Diff line change 1010fi
1111
1212# Current version number
13- CURRENTVERSION=1.11.7
13+ CURRENTVERSION=1.11.8
1414
1515# Last date
16- LASTDATE=09-03-2014
16+ LASTDATE=12-22-2016
1717
1818if [ " x$1 " = " x" ]
1919then
You can’t perform that action at this time.
0 commit comments