head 1.4;
access;
symbols
pkgsrc-2024Q3:1.3.0.14
pkgsrc-2024Q3-base:1.3
pkgsrc-2024Q2:1.3.0.12
pkgsrc-2024Q2-base:1.3
pkgsrc-2024Q1:1.3.0.10
pkgsrc-2024Q1-base:1.3
pkgsrc-2023Q4:1.3.0.8
pkgsrc-2023Q4-base:1.3
pkgsrc-2023Q3:1.3.0.6
pkgsrc-2023Q3-base:1.3
pkgsrc-2023Q2:1.3.0.4
pkgsrc-2023Q2-base:1.3
pkgsrc-2023Q1:1.3.0.2
pkgsrc-2023Q1-base:1.3
pkgsrc-2022Q4:1.2.0.16
pkgsrc-2022Q4-base:1.2
pkgsrc-2022Q3:1.2.0.14
pkgsrc-2022Q3-base:1.2
pkgsrc-2022Q2:1.2.0.12
pkgsrc-2022Q2-base:1.2
pkgsrc-2022Q1:1.2.0.10
pkgsrc-2022Q1-base:1.2
pkgsrc-2021Q4:1.2.0.8
pkgsrc-2021Q4-base:1.2
pkgsrc-2021Q3:1.2.0.6
pkgsrc-2021Q3-base:1.2
pkgsrc-2021Q2:1.2.0.4
pkgsrc-2021Q2-base:1.2
pkgsrc-2021Q1:1.2.0.2
pkgsrc-2021Q1-base:1.2;
locks; strict;
comment @// @;
1.4
date 2024.11.22.15.31.29; author ryoon; state dead;
branches;
next 1.3;
commitid U1iCBeeuP6ISHEyF;
1.3
date 2023.01.22.17.34.20; author ryoon; state Exp;
branches;
next 1.2;
commitid VyjPTi9ewVPgVyaE;
1.2
date 2021.01.17.13.22.26; author wiz; state Exp;
branches;
next 1.1;
commitid CxizHIYVwqUw95EC;
1.1
date 2021.01.15.00.37.17; author wiz; state Exp;
branches;
next ;
commitid wH57GdvbJdc9ZKDC;
desc
@@
1.4
log
@net/icinga2: Update to 2.12.11
Changelog:
2.12.11:
This security release fixes a TLS certificate validation bypass.
Given the severity of that issue, users are advised to upgrade all nodes immediately.
Security: fix TLS certificate validation bypass. CVE-2024-49369
Security: update OpenSSL shipped on Windows to v3.0.15.
Windows: sign MSI packages with a certificate the OS trusts by default.
2.12.10:
This security release updates Boost and OpenSSL libraries bundled on Windows
and repairs broken SELinux policies.
Security
Windows: update bundled OpenSSL to v1.1.1t. #9686
Bugfixes
SELinux: fix user and domain creation by explicitly setting the role. #9689
Enhancements
Windows: update bundled Boost to v1.81. #9686
@
text
@$NetBSD: patch-lib_remote_httpserverconnection.cpp,v 1.3 2023/01/22 17:34:20 ryoon Exp $
--- lib/remote/httpserverconnection.cpp.orig 2022-06-29 17:15:18.000000000 +0000
+++ lib/remote/httpserverconnection.cpp
@@@@ -32,7 +32,7 @@@@
using namespace icinga;
-auto const l_ServerHeader ("Icinga/" + Application::GetAppVersion());
+auto const l_ServerHeader (("Icinga/" + Application::GetAppVersion()).CStr());
HttpServerConnection::HttpServerConnection(const String& identity, bool authenticated, const SharedBad Request
") + errorMsg + "
") + ec.message() + ""; - response.set(http::field::content_length, response.body().size()); + response.content_length(response.body().size()); } d31 1 a31 1 response.set(http::field::connection, "close"); @ 1.1 log @net/icinga2: import icinga2-2.12.3 Packaged by Edgar Fuß for pkgsrc-wip. Icinga 2 is an open source monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting. Scalable and extensible, Icinga 2 can monitor large, complex environments across multiple locations. @ text @d1 1 a1 1 $NetBSD: patch-lib_remote_httpserverconnection.cpp $ a3 1 @