summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2021-12-24 08:00:16 -1000
committerRomain Tartière <romain@FreeBSD.org>2021-12-27 08:18:40 -1000
commit5872ec4d82c290f5552099df18ebb7f8f92d2b4a (patch)
treefba89e096a24950d4d960817d0af77927a38c016 /sysutils
parent46db66e49e6b4d19e96bca8838d37ea3385cca07 (diff)
downloadfreebsd-ports-5872ec4d82c290f5552099df18ebb7f8f92d2b4a.zip
sysutils/pxp-agent: Update to 1.15.16
With hat: puppet
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pxp-agent/Makefile2
-rw-r--r--sysutils/pxp-agent/distinfo6
-rw-r--r--sysutils/pxp-agent/files/patch-lib_tests_unit_action__request__test.cc17
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 };