summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2021-07-15 23:46:31 +0200
committerJulian Brost2021-07-15 23:46:31 +0200
commit3dee92d4e501e1daa15033b4639e9cb99d66d055 (patch)
treef7192ef68352664af91ddb3266805cec13f7b1f1
parentd2e292c192fecb1db4ccacab105c56ac485ac5ea (diff)
downloadaur-3dee92d4e501e1daa15033b4639e9cb99d66d055.tar.gz
new version 2.12.5-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
-rw-r--r--icinga2.changelog7
3 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c8ead1943f9..3ff74918cc13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icinga2
pkgdesc = An open source host, service and network monitoring program
- pkgver = 2.12.4
+ pkgver = 2.12.5
pkgrel = 1
url = http://www.icinga.org
install = icinga2.install
@@ -48,12 +48,11 @@ 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.4.tar.gz
+ source = https://github.com/Icinga/icinga2/archive/v2.12.5.tar.gz
source = icinga2.tmpfiles
source = icinga2.sysusers
- sha256sums = 40c9ffbddb83fd2aa5d947d574f3e4ae25bb8f49b952dfa3e4b2bd036c7eaff7
+ sha256sums = f5bdc6057eb5a4fde4c1f359f9b7dde6e8bc8c795601b18532010609c660221b
sha256sums = 1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c
sha256sums = 2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810
pkgname = icinga2
-
diff --git a/PKGBUILD b/PKGBUILD
index da953a267901..5185e72b1788 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: bebehei <bebe@bebehei.de>
pkgname=icinga2
-pkgver=2.12.4
+pkgver=2.12.5
pkgrel=1
pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
@@ -46,7 +46,7 @@ changelog="icinga2.changelog"
source=("https://github.com/Icinga/$pkgname/archive/v$pkgver.tar.gz"
"$pkgname.tmpfiles"
"$pkgname.sysusers")
-sha256sums=('40c9ffbddb83fd2aa5d947d574f3e4ae25bb8f49b952dfa3e4b2bd036c7eaff7'
+sha256sums=('f5bdc6057eb5a4fde4c1f359f9b7dde6e8bc8c795601b18532010609c660221b'
'1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c'
'2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810')
diff --git a/icinga2.changelog b/icinga2.changelog
index c6771b543855..deed8fea4398 100644
--- a/icinga2.changelog
+++ b/icinga2.changelog
@@ -1,3 +1,10 @@
+2.12.5-1
+ - New upstream version 2.12.5
+ - Security: PKI ticket salt exposed via API, potentially allowing privilege
+ escalation for authenticated API users (CVE-2021-32739)
+ - Security: Passwords used to access external services inadvertently exposed
+ through API (CVE-2021-32743)
+
2.12.4-1
- New upstream version 2.12.4