summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2023-01-26 21:24:23 +0100
committerJulian Brost2023-01-26 21:24:23 +0100
commit63b0b4d5f7bfb0da26bb4a6b4a1a255d97c65fc2 (patch)
tree4b6a6d421658e27c3bc7516898f36eb25042fe51
parent77b82a39341c8c7a528dce8bcddce34a5e578f1c (diff)
downloadaur-63b0b4d5f7bfb0da26bb4a6b4a1a255d97c65fc2.tar.gz
new version 2.13.6-2: support Boost 1.81
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
-rw-r--r--icinga2.changelog3
3 files changed, 15 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a488c469a72..e863a3f573e4 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 = 1
+ pkgrel = 2
url = https://icinga.com/
install = icinga2.install
changelog = icinga2.changelog
@@ -49,9 +49,11 @@ pkgbase = icinga2
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 = icinga2.tmpfiles
source = icinga2.sysusers
sha256sums = 11ea79d4d5c9840cfed19e459f2c9c0bd674add67b0ed9160fb3d7ad3e74fbc2
+ sha256sums = 95a729bda8c368e15c89ceb98d45cfcd8048d28cb8659eeb79adc07724a4dcf5
sha256sums = 1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c
sha256sums = 2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810
diff --git a/PKGBUILD b/PKGBUILD
index df7c76577a7d..b3c2bff07455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=icinga2
pkgver=2.13.6
-pkgrel=1
+pkgrel=2
pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
arch=('i686' 'x86_64')
@@ -45,12 +45,20 @@ 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'
'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 6a119f1ef8f0..ffb6dce9fca4 100644
--- a/icinga2.changelog
+++ b/icinga2.changelog
@@ -1,3 +1,6 @@
+2.13.6-2
+ - Add patch to support Boost 1.81
+
2.13.6-1
- New upstream version 2.13.6