head 1.3; access; symbols 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.3 date 2023.01.22.17.34.20; author ryoon; state dead; 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.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 @$NetBSD: patch-lib_perfdata_influxdbwriter.cpp,v 1.2 2021/01/17 13:22:26 wiz Exp $ Support Boost 1.74 when setting HTTP headers Upstream Issue #8185, Pull Request #8575, commit 339b37a985b5f67ce5f0d2e02211d2c5b98a5d45 --- lib/perfdata/influxdbwriter.cpp.orig 2020-08-03 15:43:47.000000000 +0200 +++ lib/perfdata/influxdbwriter.cpp 2021-01-14 19:25:50.874644996 +0100 @@@@ -505,7 +505,7 @@@@ request.set(http::field::host, url->GetHost() + ":" + url->GetPort()); request.body() = body; - request.set(http::field::content_length, request.body().size()); + request.content_length(request.body().size()); try { if (stream.first) { @ 1.2 log @icinga2: fix build/package on macOS From MAINTAINER Edgar Fuß. @ text @d1 1 a1 1 $NetBSD: patch-lib_perfdata_influxdbwriter.cpp,v 1.1 2021/01/15 00:37:17 wiz Exp $ @ 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_perfdata_influxdbwriter.cpp $ a3 1 @