summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2025-02-09 20:03:12 +0100
committerJulian Brost2025-02-09 20:03:39 +0100
commit33133e584479274cf7cc0c4590735e6df2c00c9a (patch)
treef6695428aa229b5c0797a52f6985c04d92f9aac6
parentd7d0fea907b653c070c3ac7f765166b1ed9b2110 (diff)
downloadaur-icinga2.tar.gz
new version 2.14.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--icinga2.changelog4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c6544a7a086..37f633e69a2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icinga2
pkgdesc = An open source host, service and network monitoring program
- pkgver = 2.14.3
+ pkgver = 2.14.5
pkgrel = 1
url = https://icinga.com/
install = icinga2.install
@@ -48,10 +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.14.3.tar.gz
+ source = https://github.com/Icinga/icinga2/archive/v2.14.5.tar.gz
source = icinga2.tmpfiles
source = icinga2.sysusers
- sha256sums = 8cde20f8d8f66228fd66b4b4cef0deb0e60cf8d2a0ddc94c4cf54df5bec7db33
+ sha256sums = 9ab744de272ce17a871298116bd8029400a08563664f07ad1e52d2fa73d6929f
sha256sums = 1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c
sha256sums = 2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810
diff --git a/PKGBUILD b/PKGBUILD
index e897bd6eb640..d90b064d1fe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: bebehei <bebe@bebehei.de>
pkgname=icinga2
-pkgver=2.14.3
+pkgver=2.14.5
pkgrel=1
pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
@@ -47,7 +47,7 @@ changelog="icinga2.changelog"
source=("https://github.com/Icinga/$pkgname/archive/v$pkgver.tar.gz"
"$pkgname.tmpfiles"
"$pkgname.sysusers")
-sha256sums=('8cde20f8d8f66228fd66b4b4cef0deb0e60cf8d2a0ddc94c4cf54df5bec7db33'
+sha256sums=('9ab744de272ce17a871298116bd8029400a08563664f07ad1e52d2fa73d6929f'
'1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c'
'2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810')
diff --git a/icinga2.changelog b/icinga2.changelog
index d763f26d23ef..c9379877fbb9 100644
--- a/icinga2.changelog
+++ b/icinga2.changelog
@@ -1,3 +1,7 @@
+2.14.5-1
+ - New upstream version 2.14.5
+ - Build with Boost 1.86 (can't build with 1.87)
+
2.14.3-1
- New upstream version 2.14.3
- Security: Fix TLS certificate validation bypass (CVE-2024-49369)