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_base_string.hpp,v 1.3 2023/01/22 17:34:20 ryoon Exp $ Fix build with Boost 1.81.0 From: https://github.com/Icinga/icinga2/commit/5bcbc96e221bb3aafc370449941bfbd70939915c --- lib/base/string.hpp.orig 2022-06-29 17:15:18.000000000 +0000 +++ lib/base/string.hpp @@@@ -5,6 +5,7 @@@@ #include "base/i2-base.hpp" #include "base/object.hpp" +#include #include #include #include @@@@ -72,7 +73,7 @@@@ public: bool operator<(const String& rhs) const; operator const std::string&() const; - operator boost::string_view() const; + operator boost::beast::string_view() const; const char *CStr() const; @ 1.3 log @icinga2: Update to 2.12.9 * Remove some patches backported from upstream. * Fix build with Boost 1.81.0. Changelog: Not available for 2.12.9 @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @icinga2: fix build/package on macOS From MAINTAINER Edgar Fuß. @ text @d1 1 a1 1 $NetBSD: patch-lib_base_string.hpp,v 1.1 2021/01/15 00:37:17 wiz Exp $ d3 2 a4 2 Support Boost 1.74 when setting HTTP headers Upstream Issue #8185, Pull Request #8575, commit eab07a7318f9e42157bc21d86585340d762759e7 d6 1 a6 1 --- lib/base/string.hpp.orig d8 2 a9 1 @@@@ -6,6 +6,7 @@@@ d12 1 d14 1 a14 1 +#include d16 1 a16 3 #include @@@@ -71,6 +72,7 @@@@ public: d20 2 a21 1 + operator boost::string_view() const; @ 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_base_string.hpp $ a3 1 @