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:           Fri Jul  3 07:10:29 UTC 2026

Modified Files:
        pkgsrc/net/icinga2: Makefile distinfo

Log Message:
icinga2: updated to 2.16.3

2.16.3 (2026-07-01)

This is a hotfix release that fixes a regression with the `Json.decode()` DSL function that was introduced in v2.16.2:
The addition of a second argument to the internal `JsonDecode()` function unintentionally leaked into the DSL as a
required argument. This version restores the old and intended behavior of `Json.decode()`.

Changes

* Restore single-argument `Json.decode()` in the DSL
* Add the upgrading documentation for v2.15.1 again, which went missing with the v2.16.0 release


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/icinga2/Makefile
cvs rdiff -u -r1.13 -r1.14 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.28 pkgsrc/net/icinga2/Makefile:1.29
--- pkgsrc/net/icinga2/Makefile:1.28    Mon Jun 29 19:40:41 2026
+++ pkgsrc/net/icinga2/Makefile Fri Jul  3 07:10:29 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2026/06/29 19:40:41 adam Exp $
+# $NetBSD: Makefile,v 1.29 2026/07/03 07:10:29 adam Exp $
 
-DISTNAME=      icinga2-2.16.2
+DISTNAME=      icinga2-2.16.3
 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.13 pkgsrc/net/icinga2/distinfo:1.14
--- pkgsrc/net/icinga2/distinfo:1.13    Mon Jun 29 19:40:41 2026
+++ pkgsrc/net/icinga2/distinfo Fri Jul  3 07:10:29 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2026/06/29 19:40:41 adam Exp $
+$NetBSD: distinfo,v 1.14 2026/07/03 07:10:29 adam Exp $
 
-BLAKE2s (icinga2-2.16.2.tar.gz) = 8647573b1a17c7ddd777a393ecd96fabb00fd4631f585ab1a1bca4f8ceb58702
-SHA512 (icinga2-2.16.2.tar.gz) = 664fb4e4b3a79bf99cf7f253007effd6940a15aa164a1f3aa122f2fc91bae5d9d4c5d732cfa9ca497cf668e4494a6ee1fe42a5ef411709b4e0426e76786576ae
-Size (icinga2-2.16.2.tar.gz) = 9582890 bytes
+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
 SHA1 (patch-third-party_cmake_FindMySQL.cmake) = a33567c30db47c4fab379f1b7c358174dd85fdd3



Home | Main Index | Thread Index | Old Index