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:           Mon Feb  2 09:48:56 UTC 2026

Modified Files:
        pkgsrc/net/icinga2: Makefile distinfo

Log Message:
icinga2: updated to 2.15.2

2.15.2 (2026-01-29)

This security release fixes a problem in the Icinga 2 Windows MSI that did not
set proper permissions for `%ProgramData%\icinga2\var`. Additionally, it includes
two minor bug fixes regarding our SELinux policy and updates the OpenSSL version
shipped on Windows.

* CVE-2026-24413: Fix permissions of `%ProgramData%\icinga2\var` on Windows.
* Windows: Update to OpenSSL 3.0.19.
* SELinux: Fix policy to allow `logrotate` to execute the `icinga2` binary in order to send `SIGUSR1` for log rotation.
* SELinux: Fix policy to allow `icinga2` to send `SIGTERM` to nagios plugins processes on timeout.
* doc: Update Windows development docs to use Visual Studio 2022 instead of 2019.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/icinga2/Makefile
cvs rdiff -u -r1.9 -r1.10 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.21 pkgsrc/net/icinga2/Makefile:1.22
--- pkgsrc/net/icinga2/Makefile:1.21    Sun Oct 19 13:49:29 2025
+++ pkgsrc/net/icinga2/Makefile Mon Feb  2 09:48:56 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2025/10/19 13:49:29 adam Exp $
+# $NetBSD: Makefile,v 1.22 2026/02/02 09:48:56 adam Exp $
 
-DISTNAME=      icinga2-2.15.1
+DISTNAME=      icinga2-2.15.2
 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.9 pkgsrc/net/icinga2/distinfo:1.10
--- pkgsrc/net/icinga2/distinfo:1.9     Sun Oct 19 13:49:29 2025
+++ pkgsrc/net/icinga2/distinfo Mon Feb  2 09:48:56 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2025/10/19 13:49:29 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/02/02 09:48:56 adam Exp $
 
-BLAKE2s (icinga2-2.15.1.tar.gz) = e52b3663c5c74786c7ea1af93564af94e0d814c061114bb9bb018fc34de37103
-SHA512 (icinga2-2.15.1.tar.gz) = f3107b377e59257cdd6cabc978d2280f423e4419c5f70e43a2a62940993e2a4ef3e41c0d02566729854b7f3387034fd4161c6d82e68a28233f460d6a1cef7551
-Size (icinga2-2.15.1.tar.gz) = 9454711 bytes
+BLAKE2s (icinga2-2.15.2.tar.gz) = 803813b96a1da499d858f4d8a16ff2aacf4cdc75ea06baa133cb1d528e404033
+SHA512 (icinga2-2.15.2.tar.gz) = f83976c39408a18cea5834039d2442b88cde25fe39ec32672fb6c4cd048942fd0f3b17ed36abcd7e7cd5624a24a28184364ed28df90c8703f45cbc0df5f65a4b
+Size (icinga2-2.15.2.tar.gz) = 9454903 bytes
 SHA1 (patch-third-party_cmake_FindMySQL.cmake) = a33567c30db47c4fab379f1b7c358174dd85fdd3



Home | Main Index | Thread Index | Old Index