summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2021-09-14 00:22:05 +0200
committerJulian Brost2021-09-14 00:22:05 +0200
commit63f52478a5ce9ba8d8293df28e64b8b6f34d194b (patch)
treeab0bb51f84e1b2e84affa040767d023fbe42e1e6
parent3dee92d4e501e1daa15033b4639e9cb99d66d055 (diff)
downloadaur-63f52478a5ce9ba8d8293df28e64b8b6f34d194b.tar.gz
new version 2.13.1-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
-rw-r--r--icinga2.changelog5
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ff74918cc13..04dc3653033f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icinga2
pkgdesc = An open source host, service and network monitoring program
- pkgver = 2.12.5
+ pkgver = 2.13.1
pkgrel = 1
url = http://www.icinga.org
install = icinga2.install
@@ -35,6 +35,7 @@ pkgbase = icinga2
backup = etc/icinga2/features-available/ido-mysql.conf
backup = etc/icinga2/features-available/ido-pgsql.conf
backup = etc/icinga2/features-available/influxdb.conf
+ backup = etc/icinga2/features-available/influxdb2.conf
backup = etc/icinga2/features-available/livestatus.conf
backup = etc/icinga2/features-available/mainlog.conf
backup = etc/icinga2/features-available/notification.conf
@@ -48,10 +49,10 @@ pkgbase = icinga2
backup = etc/icinga2/scripts/mail-service-notification.sh
backup = etc/icinga2/zones.conf
backup = etc/logrotate.d/icinga2
- source = https://github.com/Icinga/icinga2/archive/v2.12.5.tar.gz
+ source = https://github.com/Icinga/icinga2/archive/v2.13.1.tar.gz
source = icinga2.tmpfiles
source = icinga2.sysusers
- sha256sums = f5bdc6057eb5a4fde4c1f359f9b7dde6e8bc8c795601b18532010609c660221b
+ sha256sums = 06f751e3481c0958f6000d11a4e24d42393cb7722af22b740f68a491bdffd41a
sha256sums = 1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c
sha256sums = 2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810
diff --git a/PKGBUILD b/PKGBUILD
index 5185e72b1788..a6745fac30ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: bebehei <bebe@bebehei.de>
pkgname=icinga2
-pkgver=2.12.5
+pkgver=2.13.1
pkgrel=1
pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
@@ -28,6 +28,7 @@ backup=(etc/default/icinga2
etc/icinga2/features-available/ido-mysql.conf
etc/icinga2/features-available/ido-pgsql.conf
etc/icinga2/features-available/influxdb.conf
+ etc/icinga2/features-available/influxdb2.conf
etc/icinga2/features-available/livestatus.conf
etc/icinga2/features-available/mainlog.conf
etc/icinga2/features-available/notification.conf
@@ -46,7 +47,7 @@ changelog="icinga2.changelog"
source=("https://github.com/Icinga/$pkgname/archive/v$pkgver.tar.gz"
"$pkgname.tmpfiles"
"$pkgname.sysusers")
-sha256sums=('f5bdc6057eb5a4fde4c1f359f9b7dde6e8bc8c795601b18532010609c660221b'
+sha256sums=('06f751e3481c0958f6000d11a4e24d42393cb7722af22b740f68a491bdffd41a'
'1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c'
'2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810')
diff --git a/icinga2.changelog b/icinga2.changelog
index deed8fea4398..be3599bd4056 100644
--- a/icinga2.changelog
+++ b/icinga2.changelog
@@ -1,3 +1,8 @@
+2.13.1-1
+ - New upstream version 2.13.1
+ - Security: Add TLS server certificate validation to ElasticsearchWriter,
+ GelfWriter, InfluxdbWriter and Influxdb2Writer (CVE-2021-37698)
+
2.12.5-1
- New upstream version 2.12.5
- Security: PKI ticket salt exposed via API, potentially allowing privilege