summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2021-05-27 18:35:09 +0200
committerJulian Brost2021-05-27 18:35:09 +0200
commitd2e292c192fecb1db4ccacab105c56ac485ac5ea (patch)
tree39ba98188c6de6bfe120fe3a0ea7df17f3714913
parent8cb8567c05baf490f4b21fa28c5463057b1c9243 (diff)
downloadaur-d2e292c192fecb1db4ccacab105c56ac485ac5ea.tar.gz
new version 2.12.4-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD20
-rw-r--r--icinga2.changelog3
3 files changed, 10 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d80086632a8..0c8ead1943f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icinga2
pkgdesc = An open source host, service and network monitoring program
- pkgver = 2.12.3
- pkgrel = 2
+ pkgver = 2.12.4
+ pkgrel = 1
url = http://www.icinga.org
install = icinga2.install
changelog = icinga2.changelog
@@ -48,16 +48,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.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/8191.patch
- source = https://patch-diff.githubusercontent.com/raw/Icinga/icinga2/pull/8575.patch
+ source = https://github.com/Icinga/icinga2/archive/v2.12.4.tar.gz
source = icinga2.tmpfiles
source = icinga2.sysusers
- sha256sums = 56387d5e047df04fd91fdb8db3124eb09325c7377fbcaa11ef063147db816dfb
- sha256sums = dc1a2530d1c2c311826443cebaaa3c307f400e6a995414c654f4e6b94ec8b885
- sha256sums = 297c38f5e682ebed1c399997fa3955dfd383b13ae1a9086e73a5272ab1c995cd
- sha256sums = 51578f037ae87ac5336473199ccf31f0097402eb57e73383fbe9899c09063da8
+ sha256sums = 40c9ffbddb83fd2aa5d947d574f3e4ae25bb8f49b952dfa3e4b2bd036c7eaff7
sha256sums = 1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c
sha256sums = 2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810
diff --git a/PKGBUILD b/PKGBUILD
index 286dacf44285..da953a267901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: bebehei <bebe@bebehei.de>
pkgname=icinga2
-pkgver=2.12.3
-pkgrel=2
+pkgver=2.12.4
+pkgrel=1
pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
arch=('i686' 'x86_64')
@@ -44,26 +44,12 @@ backup=(etc/default/icinga2
install='icinga2.install'
changelog="icinga2.changelog"
source=("https://github.com/Icinga/$pkgname/archive/v$pkgver.tar.gz"
- 'https://patch-diff.githubusercontent.com/raw/Icinga/icinga2/pull/8184.patch'
- 'https://patch-diff.githubusercontent.com/raw/Icinga/icinga2/pull/8191.patch'
- 'https://patch-diff.githubusercontent.com/raw/Icinga/icinga2/pull/8575.patch'
"$pkgname.tmpfiles"
"$pkgname.sysusers")
-sha256sums=('56387d5e047df04fd91fdb8db3124eb09325c7377fbcaa11ef063147db816dfb'
- 'dc1a2530d1c2c311826443cebaaa3c307f400e6a995414c654f4e6b94ec8b885'
- '297c38f5e682ebed1c399997fa3955dfd383b13ae1a9086e73a5272ab1c995cd'
- '51578f037ae87ac5336473199ccf31f0097402eb57e73383fbe9899c09063da8'
+sha256sums=('40c9ffbddb83fd2aa5d947d574f3e4ae25bb8f49b952dfa3e4b2bd036c7eaff7'
'1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c'
'2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810')
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-
- patch -p1 < "$srcdir/8184.patch"
- patch -p1 < "$srcdir/8191.patch"
- patch -p1 < "$srcdir/8575.patch"
-}
-
build() {
mkdir -p "$srcdir/$pkgname-$pkgver/build"
cd "$srcdir/$pkgname-$pkgver/build"
diff --git a/icinga2.changelog b/icinga2.changelog
index cefd85016ab9..c6771b543855 100644
--- a/icinga2.changelog
+++ b/icinga2.changelog
@@ -1,3 +1,6 @@
+2.12.4-1
+ - New upstream version 2.12.4
+
2.12.3-2
- Update patches for builing with boost 1.74+ to those merged upstream