summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2023-04-04 20:28:59 +0200
committerJulian Brost2023-04-04 20:30:15 +0200
commit4a3c1dad0fd3d519085ff548ba2cde4ba4b7d1fa (patch)
tree3dc4233109c6756d8a49755567eef384ca9f2bc2
parent63b0b4d5f7bfb0da26bb4a6b4a1a255d97c65fc2 (diff)
downloadaur-4a3c1dad0fd3d519085ff548ba2cde4ba4b7d1fa.tar.gz
new version 2.13.7-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
-rw-r--r--icinga2.changelog3
3 files changed, 10 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e863a3f573e4..cbec0b8d76f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icinga2
pkgdesc = An open source host, service and network monitoring program
- pkgver = 2.13.6
- pkgrel = 2
+ pkgver = 2.13.7
+ pkgrel = 1
url = https://icinga.com/
install = icinga2.install
changelog = icinga2.changelog
@@ -48,12 +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.13.6.tar.gz
- source = https://github.com/Icinga/icinga2/pull/9624.patch
+ source = https://github.com/Icinga/icinga2/archive/v2.13.7.tar.gz
source = icinga2.tmpfiles
source = icinga2.sysusers
- sha256sums = 11ea79d4d5c9840cfed19e459f2c9c0bd674add67b0ed9160fb3d7ad3e74fbc2
- sha256sums = 95a729bda8c368e15c89ceb98d45cfcd8048d28cb8659eeb79adc07724a4dcf5
+ sha256sums = 8a37b7731b30127c01de8ac4cd2372b2b3a06a3972d896fd206454f6e5b136b4
sha256sums = 1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c
sha256sums = 2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810
diff --git a/PKGBUILD b/PKGBUILD
index b3c2bff07455..c4aa4571d6da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: bebehei <bebe@bebehei.de>
pkgname=icinga2
-pkgver=2.13.6
-pkgrel=2
+pkgver=2.13.7
+pkgrel=1
pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
arch=('i686' 'x86_64')
@@ -45,20 +45,12 @@ backup=(etc/default/icinga2
install='icinga2.install'
changelog="icinga2.changelog"
source=("https://github.com/Icinga/$pkgname/archive/v$pkgver.tar.gz"
- 'https://github.com/Icinga/icinga2/pull/9624.patch'
"$pkgname.tmpfiles"
"$pkgname.sysusers")
-sha256sums=('11ea79d4d5c9840cfed19e459f2c9c0bd674add67b0ed9160fb3d7ad3e74fbc2'
- '95a729bda8c368e15c89ceb98d45cfcd8048d28cb8659eeb79adc07724a4dcf5'
+sha256sums=('8a37b7731b30127c01de8ac4cd2372b2b3a06a3972d896fd206454f6e5b136b4'
'1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c'
'2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810')
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-
- patch -p1 < ../9624.patch
-}
-
build() {
mkdir -p "$srcdir/$pkgname-$pkgver/build"
cd "$srcdir/$pkgname-$pkgver/build"
diff --git a/icinga2.changelog b/icinga2.changelog
index ffb6dce9fca4..13abf84f80eb 100644
--- a/icinga2.changelog
+++ b/icinga2.changelog
@@ -1,3 +1,6 @@
+2.13.7-1
+ - New upstream version 2.13.7
+
2.13.6-2
- Add patch to support Boost 1.81