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,26 +1,26 @@ PORTNAME= pxp-agent -PORTVERSION= 1.15.15 +PORTVERSION= 1.15.16 CATEGORIES= sysutils MAINTAINER= puppet@FreeBSD.org COMMENT= PCP eXecution Protocol Agent LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= liblibcpp-pcp-client.so:net/cpp-pcp-client \ libboost_thread.so:devel/boost-libs \ liblibcpp-hocon.so:devel/cpp-hocon \ libleatherman_util.so:devel/leatherman USES= cmake compiler:c++11-lang shebangfix ssl USE_GITHUB= yes GH_ACCOUNT= puppetlabs CMAKE_OFF= ENABLE_CXX_WERROR LDFLAGS+= -lthr SHEBANG_FILES= exe/apply_ruby_shim.rb ruby_OLD_CMD= /opt/puppetlabs/puppet/bin/ruby .include 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 };