Gunnar Beutner
ad33dcb07a
Release version 2.3.9
2015-08-26 11:33:26 +02:00
Gunnar Beutner
1f2768ead2
Release version 2.3.8
2015-07-20 13:29:41 +02:00
Michael Friedrich
072263901c
Release version 2.3.7
2015-07-15 10:46:51 +02:00
Michael Friedrich
6c1d50edf9
Release version 2.3.6
2015-07-08 10:17:44 +02:00
Michael Friedrich
eac73e1ad1
Require openssl1 on sles11sp3 from Security Module
...
There is a severe problem with SSL certificate verification
described in #9549 which renders client communication
unusable. The OpenSSL 0.9.8j version in SLES11 is buggy
and does not allow to verify clients on the master,
nor does a manual openssl verification work.
We'll therefore switch to the openssl1 package provided
by the SLES 11 Security Module and link against their
working API in order to resolve the problem in clusters
and client setups.
fixes #9549
2015-07-06 13:47:48 +02:00
Michael Friedrich
807c6885b1
Fix faulty if condition in spec file
...
refs #8842
refs #9559
2015-07-06 13:46:34 +02:00
Michael Friedrich
88a635e84a
Require g++ 4.7 on sles11sp3
...
refs #8842
fixes #9559
2015-07-06 13:46:23 +02:00
Michael Friedrich
d563c85625
spec: Only require libmysqlclient-devel on sles11sp3
...
fixes #9558
2015-07-05 15:15:43 +02:00
Gunnar Beutner
a02684651a
Release version 2.3.5
2015-06-17 11:08:05 +02:00
Dirk Goetz
99d57ba981
SPEC: Give group write permissions for perfdata dir
...
fixes #9187
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-27 14:30:04 +02:00
Gunnar Beutner
13087dbec0
Release version 2.3.4
2015-04-20 11:44:20 +02:00
Gunnar Beutner
73c7881cc3
Release version 2.3.3
2015-03-26 09:50:40 +01:00
Gunnar Beutner
2fc40398c2
Release version 2.3.2
2015-03-12 16:00:33 +01:00
Gunnar Beutner
2083eec43d
Release version 2.3.1
2015-03-12 13:27:11 +01:00
Gunnar Beutner
6176d3bc8c
Release version 2.3.0
2015-03-09 12:53:15 +01:00
Gunnar Beutner
6495e85760
Enable unity builds by default
2015-03-01 01:28:17 +01:00
Gunnar Beutner
a6f29e0f64
Change file type for ido-*.conf to config in the RPM spec file
...
fixes #8397
2015-02-25 09:30:51 +01:00
Gunnar Beutner
4452711b1d
Release version 2.2.4
2015-02-05 10:54:46 +01:00
Gunnar Beutner
090aae0630
Use the %build_icinga_org RPM macro for package dependencies which are specific to build.icinga.org
...
fixes #8128
2015-02-05 10:16:05 +01:00
Michael Friedrich
78bfd0204c
Update copyright year
2015-01-22 12:00:23 +01:00
Tobias von der Krone
1fd2f09bae
Use https://www.icinga.org as Icinga website url
...
For consistency use https://www.icinga.org for Icinga website url (beside
Copyright information) in all files
fixes 8222
2015-01-15 09:24:36 +01:00
Gunnar Beutner
a20d168340
Remove libreadline support
...
fixes #8168
2015-01-13 14:45:38 +01:00
Gunnar Beutner
98989719ee
Move the ido-{my,pg}sql.conf config files into the icinga2-ido-{my,pg}sql packages
...
fixes #7925
2015-01-12 14:54:14 +01:00
Michael Friedrich
2280e20995
Update documentation for v2.2.3
2015-01-09 14:58:33 +01:00
Gunnar Beutner
c433284d27
Improve error reporting
...
fixes #8136
refs #6070
2014-12-20 15:29:04 +01:00
Tim Hardeck
6206f78ef0
Exclude prepare-dirs from bin package
...
Prepare-dirs on i586 platforms end up in the same directory as the
other lib files so it would get automatically included in the bin
package. To prevent this only "*.so*" files are included in the bin
package from this directory.
fixes #8126
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-12-19 13:10:09 +01:00
Gunnar Beutner
09e4641947
Update RPM spec file to use the boost153 package on RHEL 5 and SLES 11 SP3
2014-12-17 18:49:24 +01:00
Gunnar Beutner
c90c8919ca
Fix the dependency nightmare that is libreadline
...
refs #8091
2014-12-17 10:24:13 +01:00
Gunnar Beutner
3436dbc697
Fix incorrect package name for SLES/openSUSE
...
refs #8091
2014-12-17 09:30:54 +01:00
Gunnar Beutner
d82defe6a9
Add readline support for the "repl" command
...
fixes #8091
2014-12-16 13:26:26 +01:00
Gunnar Beutner
afe4919169
Update the documentation and RPM spec file for 2.2.2
2014-12-16 11:33:14 +01:00
Gunnar Beutner
bd7b2f30ef
Validate configuration files during reload
...
fixes #7045
2014-12-11 09:27:31 +01:00
Michael Friedrich
8b8bed6744
spec: Fix icinga2-ido-* description
2014-12-09 17:17:53 +01:00
Gunnar Beutner
e583eced58
Use the boost packages from packages.icinga.org
2014-12-05 14:21:27 +01:00
Tim Hardeck
6c1ec9e8c0
Move set_permission statement from common to bin
...
/var/run/icinga2/cmd was moved from common to bin in Icinga 2.2.0 but
the set_permission statement wasn't moved to bin.
fixes #7914
2014-12-02 08:33:14 +01:00
Tim Hardeck
198417043b
Add missing /usr/lib/icinga2 directory to rpm spec
...
Make sure that the _libexec directory is part of the rpm package
"common".
refs #7913
2014-12-01 19:54:41 +01:00
Tim Hardeck
2615425449
Use _libexecdir instead of static path
...
Instead of the static file path /usr/lib/icinga2/ the macro _libexecdir
is used, which is defined at the beginning.
refs #7913
2014-12-01 19:53:11 +01:00
Gunnar Beutner
63df189ffe
Update documentation for 2.2.1
...
fixes #7903
2014-12-01 13:24:06 +01:00
Tim Hardeck
3c84824883
Run systemd macros in the correct rpm scripts
...
The systemd Icinga service was moved from the package bin to common in
2.2.0 but most rpm scripts like postun, preun and so on weren't adapted
accordingly.
fixes #7738
2014-11-27 15:22:52 +01:00
Gunnar Beutner
7ee0eef562
Move the icinga2-prepare-dirs script to /usr/lib
...
fixes #7786
2014-11-27 14:47:51 +01:00
Gunnar Beutner
3cfe877feb
Remove the BuildRequires for yajl-devel (on RHEL 6) because their package is broken
...
refs #7463
2014-11-27 09:53:37 +01:00
Gunnar Beutner
16b044bda4
Add build dependency for yajl in the spec file
...
fixes #7463
2014-11-26 16:40:05 +01:00
Tim Hardeck
ee89f54679
Remove icinga-prepare-dirs from icinga-bin package
...
`icinga-prepare-dirs` was part of the package common and bin. Since it
was added with 2.2.0 to common with a man page I would expect this to be
the right place so I removed it from bin.
fixes #7740
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-11-20 21:03:56 +01:00
Gunnar Beutner
c0639c5bca
Release version 2.2.0
2014-11-17 10:52:21 +01:00
Gunnar Beutner
fb4f919aee
Build fix for RHEL 5
2014-11-17 10:23:11 +01:00
Gunnar Beutner
db1cd8dc38
Fix CFLAGS/CXXFLAGS in the RPM spec file
...
fixes #7678
2014-11-14 10:30:14 +01:00
Gunnar Beutner
287bde6689
Turn on verbose builds for the RPM
2014-11-14 06:37:30 +01:00
Gunnar Beutner
5e1099394a
Remove the migrate-hosts script
...
fixes #7398
2014-11-13 11:15:55 +01:00
Gunnar Beutner
187d443447
Implement support for thin mutexes
...
refs #7622
2014-11-09 16:54:33 +01:00
Michael Friedrich
3f91e5358c
Revamp sample configuration: add NodeName host, move services into apply rules schema
...
fixes #7594
2014-11-07 04:13:45 +01:00