git: 5872ec4d82c2 - main - sysutils/pxp-agent: Update to 1.15.16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Dec 2021 18:19:14 UTC
The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=5872ec4d82c290f5552099df18ebb7f8f92d2b4a commit 5872ec4d82c290f5552099df18ebb7f8f92d2b4a Author: Romain Tartière <romain@FreeBSD.org> AuthorDate: 2021-12-24 18:00:16 +0000 Commit: Romain Tartière <romain@FreeBSD.org> CommitDate: 2021-12-27 18:18:40 +0000 sysutils/pxp-agent: Update to 1.15.16 With hat: puppet --- sysutils/pxp-agent/Makefile | 2 +- sysutils/pxp-agent/distinfo | 6 +++--- .../files/patch-lib_tests_unit_action__request__test.cc | 17 ----------------- 3 files changed, 4 insertions(+), 21 deletions(-) diff --git a/sysutils/pxp-agent/Makefile b/sysutils/pxp-agent/Makefile index 776a8a39168b..e369ebcea9b5 100644 --- a/sysutils/pxp-agent/Makefile +++ b/sysutils/pxp-agent/Makefile @@ -1,5 +1,5 @@ PORTNAME= pxp-agent -PORTVERSION= 1.15.15 +PORTVERSION= 1.15.16 CATEGORIES= sysutils MAINTAINER= puppet@FreeBSD.org diff --git a/sysutils/pxp-agent/distinfo b/sysutils/pxp-agent/distinfo index 96c438040b3b..5b102a76cb21 100644 --- a/sysutils/pxp-agent/distinfo +++ b/sysutils/pxp-agent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634098906 -SHA256 (puppetlabs-pxp-agent-1.15.15_GH0.tar.gz) = 416d207678b0dcf89c235598cab5239b2f34c110eedd1629caa142ec5628a873 -SIZE (puppetlabs-pxp-agent-1.15.15_GH0.tar.gz) = 318635 +TIMESTAMP = 1640368129 +SHA256 (puppetlabs-pxp-agent-1.15.16_GH0.tar.gz) = 2028f17390bda4dc6f5fb29ca9a345ca3aa6e5fdebc71d5712d29c13c76267e1 +SIZE (puppetlabs-pxp-agent-1.15.16_GH0.tar.gz) = 318842 diff --git a/sysutils/pxp-agent/files/patch-lib_tests_unit_action__request__test.cc b/sysutils/pxp-agent/files/patch-lib_tests_unit_action__request__test.cc deleted file mode 100644 index e340234eeec1..000000000000 --- a/sysutils/pxp-agent/files/patch-lib_tests_unit_action__request__test.cc +++ /dev/null @@ -1,17 +0,0 @@ ---- lib/tests/unit/action_request_test.cc.orig 2021-05-16 22:32:47 UTC -+++ lib/tests/unit/action_request_test.cc -@@ -38,12 +38,14 @@ TEST_CASE("ActionRequest::ActionRequest", "[request]") - ActionRequest::Error); - } - -+ /* Does not compile with a modern compiler - SECTION("throw a ActionRequest::Error if binary data") { - const PCPClient::ParsedChunks p_c { envelope, "bin data", debug, 0 }; - - REQUIRE_THROWS_AS(ActionRequest(RequestType::Blocking, p_c), - ActionRequest::Error); - } -+ */ - - SECTION("throw a ActionRequest::Error if invalid data") { - const PCPClient::ParsedChunks p_c { envelope, false, debug, 0 };