summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2020-08-19 12:39:06 +0200
committerJulian Brost2020-08-19 12:39:06 +0200
commit0a232ef1ca0c3bb00f7ce4359d75f7893b6af205 (patch)
treef5cae86c957a03c7142579531e58f02ae22602c6
parenta95742b41973e4f14e0326e4e202d3ceac74a1d2 (diff)
downloadaur-0a232ef1ca0c3bb00f7ce4359d75f7893b6af205.tar.gz
new version 2.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
-rw-r--r--icinga2.changelog3
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2eaf7c8e7878..0f42e8f888c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icinga2
pkgdesc = An open source host, service and network monitoring program
- pkgver = 2.11.4
+ pkgver = 2.12.0
pkgrel = 1
url = http://www.icinga.org
install = icinga2.install
@@ -47,11 +47,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.11.4.tar.gz
+ source = https://github.com/Icinga/icinga2/archive/v2.12.0.tar.gz
source = https://www.boost.org/patches/1_72_0/0001-revert-cease-dependence-on-range.patch
source = icinga2.tmpfiles
source = icinga2.sysusers
- sha256sums = a762523233d3748f3f16901202593ce979698c6ee059e962efbf0a2621693cd7
+ sha256sums = 47b409755ded2752a13c3f5fd62dab0411c3e1069653b3c099e8276528d96f7c
sha256sums = da7950df251a9d785a84c0092fb7ac4f68f6872c6172cccb303a5453e0ef98fd
sha256sums = 1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c
sha256sums = 2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810
diff --git a/PKGBUILD b/PKGBUILD
index e2d56a6653be..38457f2d03b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: bebehei <bebe@bebehei.de>
pkgname=icinga2
-pkgver=2.11.4
+pkgver=2.12.0
pkgrel=1
pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
@@ -24,6 +24,7 @@ backup=(etc/default/icinga2
etc/icinga2/features-available/elasticsearch.conf
etc/icinga2/features-available/gelf.conf
etc/icinga2/features-available/graphite.conf
+ etc/icinga2/features-available/icingadb.conf
etc/icinga2/features-available/ido-mysql.conf
etc/icinga2/features-available/ido-pgsql.conf
etc/icinga2/features-available/influxdb.conf
@@ -46,7 +47,7 @@ source=("https://github.com/Icinga/$pkgname/archive/v$pkgver.tar.gz"
'https://www.boost.org/patches/1_72_0/0001-revert-cease-dependence-on-range.patch'
"$pkgname.tmpfiles"
"$pkgname.sysusers")
-sha256sums=('a762523233d3748f3f16901202593ce979698c6ee059e962efbf0a2621693cd7'
+sha256sums=('47b409755ded2752a13c3f5fd62dab0411c3e1069653b3c099e8276528d96f7c'
'da7950df251a9d785a84c0092fb7ac4f68f6872c6172cccb303a5453e0ef98fd'
'1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c'
'2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810')
diff --git a/icinga2.changelog b/icinga2.changelog
index d5707f39bfd3..7b74a373b1a5 100644
--- a/icinga2.changelog
+++ b/icinga2.changelog
@@ -1,3 +1,6 @@
+2.12.0-1
+ - New upstream version 2.12.0
+
2.11.4-1
- New upstream version 2.11.4