pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/icinga2



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 21 10:31:32 UTC 2026

Modified Files:
        pkgsrc/net/icinga2: Makefile distinfo

Log Message:
icinga2: updated to 2.16.4

2.16.4 (2026-07-16)

This release contains a number of fixes for various smaller but annoying bugs, including one regression regarding API
authentication with certain HTTP client libraries. It also ensures that Icinga 2 is compatible with newer OpenSSL
versions.

Bugfixes

* Track objects deleted at runtime to avoid erroneous recreation when processing the replay log
* Ensure that connecting to endpoints can no longer hang indefinitely, which had stopped it from
  initiating further connection attempts until Icinga 2 was restarted
* Fix a regression introduced with v2.16.0, that broke API authentication for clients
  that only send HTTP Basic Auth credentials after the server requested them
* Improve locking of performance data arrays to prevent possible deadlocks
* Fix high response latency with multiple API requests targeting non-existent hosts or services

Enhancements and Documentation

* Add support for OpenSSL 4.0
* Remove Amazon Linux 2 from the documentation after it has reached its end of life


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/icinga2/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/icinga2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/icinga2/Makefile
diff -u pkgsrc/net/icinga2/Makefile:1.29 pkgsrc/net/icinga2/Makefile:1.30
--- pkgsrc/net/icinga2/Makefile:1.29    Fri Jul  3 07:10:29 2026
+++ pkgsrc/net/icinga2/Makefile Tue Jul 21 10:31:32 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2026/07/03 07:10:29 adam Exp $
+# $NetBSD: Makefile,v 1.30 2026/07/21 10:31:32 adam Exp $
 
-DISTNAME=      icinga2-2.16.3
+DISTNAME=      icinga2-2.16.4
 CATEGORIES=    net sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=icinga/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/net/icinga2/distinfo
diff -u pkgsrc/net/icinga2/distinfo:1.14 pkgsrc/net/icinga2/distinfo:1.15
--- pkgsrc/net/icinga2/distinfo:1.14    Fri Jul  3 07:10:29 2026
+++ pkgsrc/net/icinga2/distinfo Tue Jul 21 10:31:32 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2026/07/03 07:10:29 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/07/21 10:31:32 adam Exp $
 
-BLAKE2s (icinga2-2.16.3.tar.gz) = 9d5b73f10c73d08b9433a131aea07a838d46670b91ac7b924b2d597d662e3462
-SHA512 (icinga2-2.16.3.tar.gz) = 683e718c97e318d6f8b28ff2619fa51b22399074c507ff8190d28add766e659f0ea2737da28bf66bf7de2f9fe6817bfbdc1cd39562ce81eaeff67f2aee51c4bf
-Size (icinga2-2.16.3.tar.gz) = 9583986 bytes
+BLAKE2s (icinga2-2.16.4.tar.gz) = a422fa560a3a51cd40a37a673af93cb8ed2fea25c2db2aa937b395cb504f9d4d
+SHA512 (icinga2-2.16.4.tar.gz) = 90ec50b7f6438e7b7ae04a370c514ed005e3068cef5df5f2fa5ea502d14654287eb18ec4c360a6bccade88dee68b20b2a04c4cd2a6fedfd3548a7ba94996a3b7
+Size (icinga2-2.16.4.tar.gz) = 9585593 bytes
 SHA1 (patch-third-party_cmake_FindMySQL.cmake) = a33567c30db47c4fab379f1b7c358174dd85fdd3



Home | Main Index | Thread Index | Old Index