summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2020-12-15 16:21:49 +0100
committerJulian Brost2020-12-15 16:21:49 +0100
commite277445df06469d59cc7a7b8afe1cb15f9744025 (patch)
tree1d188f42bcb1d9bf1fa7221b6cb6203843e8a9ac
parent10c11a8bd0259dc393985071f865977d2d35efca (diff)
downloadaur-e277445df06469d59cc7a7b8afe1cb15f9744025.tar.gz
new version 2.12.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--icinga2.changelog5
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5040059cd450..e8e7d7220083 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icinga2
pkgdesc = An open source host, service and network monitoring program
- pkgver = 2.12.2
- pkgrel = 2
+ pkgver = 2.12.3
+ pkgrel = 1
url = http://www.icinga.org
install = icinga2.install
changelog = icinga2.changelog
@@ -48,13 +48,13 @@ 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.2.tar.gz
+ source = https://github.com/Icinga/icinga2/archive/v2.12.3.tar.gz
source = https://patch-diff.githubusercontent.com/raw/Icinga/icinga2/pull/8184.patch
source = https://patch-diff.githubusercontent.com/raw/Icinga/icinga2/pull/8190.patch
source = https://patch-diff.githubusercontent.com/raw/Icinga/icinga2/pull/8191.patch
source = icinga2.tmpfiles
source = icinga2.sysusers
- sha256sums = de453549440d469c173b2f6183e5230b1db7a62878ce0a20455ece5f73518e0e
+ sha256sums = 56387d5e047df04fd91fdb8db3124eb09325c7377fbcaa11ef063147db816dfb
sha256sums = dc1a2530d1c2c311826443cebaaa3c307f400e6a995414c654f4e6b94ec8b885
sha256sums = 4f033a9a1bf74fe81eeda553e8d249ddc30fbb7c09a7edb37c3ce6dbad332958
sha256sums = ec60024196c381debb6caa759f5d8e1750f5039f5b3689d822009643da6fd6cb
diff --git a/PKGBUILD b/PKGBUILD
index 3eb0c3dddf6b..5a10344fe1ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: bebehei <bebe@bebehei.de>
pkgname=icinga2
-pkgver=2.12.2
-pkgrel=2
+pkgver=2.12.3
+pkgrel=1
pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
arch=('i686' 'x86_64')
@@ -49,7 +49,7 @@ source=("https://github.com/Icinga/$pkgname/archive/v$pkgver.tar.gz"
'https://patch-diff.githubusercontent.com/raw/Icinga/icinga2/pull/8191.patch'
"$pkgname.tmpfiles"
"$pkgname.sysusers")
-sha256sums=('de453549440d469c173b2f6183e5230b1db7a62878ce0a20455ece5f73518e0e'
+sha256sums=('56387d5e047df04fd91fdb8db3124eb09325c7377fbcaa11ef063147db816dfb'
'dc1a2530d1c2c311826443cebaaa3c307f400e6a995414c654f4e6b94ec8b885'
'4f033a9a1bf74fe81eeda553e8d249ddc30fbb7c09a7edb37c3ce6dbad332958'
'ec60024196c381debb6caa759f5d8e1750f5039f5b3689d822009643da6fd6cb'
diff --git a/icinga2.changelog b/icinga2.changelog
index 219f1f06299d..de0e03823cb5 100644
--- a/icinga2.changelog
+++ b/icinga2.changelog
@@ -1,3 +1,8 @@
+2.12.3-1
+ - New upstream version 2.12.3
+ - Security: Fix that revoked certificates due for renewal will automatically
+ be renewed ignoring the CRL (CVE-2020-29663)
+
2.12.2-2
- Fix build with boost 1.74