commit
e01748a40c
@ -1,47 +0,0 @@
|
||||
diff --git a/lib/src/util/bsd/scoped_ifaddrs.cc b/lib/src/util/bsd/scoped_ifaddrs.cc
|
||||
index d61d8a4..fbbea6d 100644
|
||||
--- a/lib/src/util/bsd/scoped_ifaddrs.cc
|
||||
+++ b/lib/src/util/bsd/scoped_ifaddrs.cc
|
||||
@@ -1,3 +1,4 @@
|
||||
+#include <cstddef>
|
||||
#include <internal/util/bsd/scoped_ifaddrs.hpp>
|
||||
|
||||
using namespace std;
|
||||
diff --git a/lib/src/util/posix/scoped_addrinfo.cc b/lib/src/util/posix/scoped_addrinfo.cc
|
||||
index 1dc60b4..bf5bf00 100644
|
||||
--- a/lib/src/util/posix/scoped_addrinfo.cc
|
||||
+++ b/lib/src/util/posix/scoped_addrinfo.cc
|
||||
@@ -1,3 +1,5 @@
|
||||
+#include <cstddef>
|
||||
+
|
||||
#include <internal/util/posix/scoped_addrinfo.hpp>
|
||||
|
||||
using namespace std;
|
||||
diff --git a/lib/src/util/posix/scoped_bio.cc b/lib/src/util/posix/scoped_bio.cc
|
||||
index cdf25d6..dfb7f09 100644
|
||||
--- a/lib/src/util/posix/scoped_bio.cc
|
||||
+++ b/lib/src/util/posix/scoped_bio.cc
|
||||
@@ -1,4 +1,5 @@
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
+#include <cstddef>
|
||||
#include <internal/util/posix/scoped_bio.hpp>
|
||||
|
||||
using namespace std;
|
||||
diff --git a/lib/src/util/posix/scoped_descriptor.cc b/lib/src/util/posix/scoped_descriptor.cc
|
||||
index 3ba2d4e..7a131d3 100644
|
||||
--- a/lib/src/util/posix/scoped_descriptor.cc
|
||||
+++ b/lib/src/util/posix/scoped_descriptor.cc
|
||||
@@ -1,3 +1,4 @@
|
||||
+#include <cstddef>
|
||||
#include <internal/util/posix/scoped_descriptor.hpp>
|
||||
|
||||
using namespace std;
|
||||
diff --git a/lib/src/util/scoped_file.cc b/lib/src/util/scoped_file.cc
|
||||
index 440d8e3..2369987 100644
|
||||
--- a/lib/src/util/scoped_file.cc
|
||||
+++ b/lib/src/util/scoped_file.cc
|
||||
@@ -1,3 +1,4 @@
|
||||
+#include <cstddef>
|
||||
#include <internal/util/scoped_file.hpp>
|
||||
#include <boost/nowide/cstdio.hpp>
|
||||
|
@ -1,11 +0,0 @@
|
||||
diff --git a/cmake/FindCPPHOCON.cmake b/cmake/FindCPPHOCON.cmake
|
||||
index 00ba8bd..0df0a51 100644
|
||||
--- a/cmake/FindCPPHOCON.cmake
|
||||
+++ b/cmake/FindCPPHOCON.cmake
|
||||
@@ -1,5 +1,5 @@
|
||||
include(FindDependency)
|
||||
-find_dependency(CPPHOCON DISPLAY "cpp-hocon" HEADERS "hocon/config.hpp" LIBRARIES "libcpp-hocon.a")
|
||||
+find_dependency(CPPHOCON DISPLAY "cpp-hocon" HEADERS "hocon/config.hpp" LIBRARIES "libcpp-hocon.so")
|
||||
|
||||
include(FeatureSummary)
|
||||
set_package_properties(CPPHOCON PROPERTIES DESCRIPTION "A C++ parser for the HOCON configuration language" URL "https://github.com/puppetlabs/cpp-hocon")
|
@ -1,2 +1,3 @@
|
||||
SHA512 (facter-3.14.7.tar.gz) = df7c3343d0330e749915f34ab655141b7db5a4a0501c1ee6b2d59f7ffea0a13339ae9885b7555c429d7901532a2f7b23cb36b25594f357f9b41da4cdc750c7df
|
||||
SHA512 (facter-3.14.7.tar.gz.asc) = 3ff074a639146d0550d75bbfd6e3b60acfd76c8b13242eda3035f0b8ea12ebe28948b9c822ae707c85c6a511c7cc107c72446466d7c28fe8b7a62238f0cd7b96
|
||||
SHA512 (facter-4.2.0.gem) = 6897c8a0cafa29c3afb19a7095d073fd7b85f99203427371946a850a12ab33f98bef5c1fb5e75b8713893570b9b01f4889790f55d83821dbd93cf668645f1abd
|
||||
SHA512 (facter-4.2.0.gem.asc) = 30ff5c1c1936345d983fa7a4a7217086598bd672aeaf8c262a4a4c95a71e3db44347421c756ac8b71a5261f21036c1603e5f0cdd5888c41ff736b12c1ea43a44
|
||||
SHA512 (puppet-gpg-signing-key-20250406.pub) = 571abab24c87f039d1e5194894f4c00784f39d4a57c2860de81fedd6a2d8e3ed222d845e8a852e3dc893557947bb200b2965fe15fc881f8f1932af9b5f061d09
|
||||
|
Loading…
Reference in new issue