pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/powerdns
Module Name: pkgsrc
Committed By: ryoon
Date: Fri Oct 4 04:27:20 UTC 2024
Modified Files:
pkgsrc/net/powerdns: distinfo
Added Files:
pkgsrc/net/powerdns/patches: patch-pdns_uuid-utils.cc
Log Message:
net/powerdns: Fix build with Boost 1.86.0
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/net/powerdns/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/powerdns/patches/patch-pdns_uuid-utils.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/powerdns/distinfo
diff -u pkgsrc/net/powerdns/distinfo:1.49 pkgsrc/net/powerdns/distinfo:1.50
--- pkgsrc/net/powerdns/distinfo:1.49 Fri Jul 14 11:49:26 2023
+++ pkgsrc/net/powerdns/distinfo Fri Oct 4 04:27:20 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.49 2023/07/14 11:49:26 nia Exp $
+$NetBSD: distinfo,v 1.50 2024/10/04 04:27:20 ryoon Exp $
BLAKE2s (pdns-4.6.4.tar.bz2) = 4c29e8ea41013fb06790da5c9c4ac8460b2e27acbd713508bbd80832e9f1bf80
SHA512 (pdns-4.6.4.tar.bz2) = b05c880e1dad7cf83cb17d74c331206487bea14d7f56bc21a70d65ad2704ce71258ff055f3008fb5af2c8cfc4fbd7d09333c47c046ca306d3fdb307f203230b5
@@ -9,4 +9,5 @@ SHA1 (patch-pdns_dnsscope.cc) = b289b750
SHA1 (patch-pdns_iputils.cc) = 06b58c59034454b2c6788f28d412215ca801c5cf
SHA1 (patch-pdns_lock.hh) = c4a5c59955b808c7a04700b32a39235dc0888285
SHA1 (patch-pdns_qtype.hh) = 7bf40a1ace0525c6611967985fe45951eb57957e
+SHA1 (patch-pdns_uuid-utils.cc) = 9c7ada4aa04379d7155c478585c44841d1a4fcf6
SHA1 (patch-pdns_version.cc) = 25917c329dafa34e657fa31c7a9abd99110bb4b0
Added files:
Index: pkgsrc/net/powerdns/patches/patch-pdns_uuid-utils.cc
diff -u /dev/null pkgsrc/net/powerdns/patches/patch-pdns_uuid-utils.cc:1.1
--- /dev/null Fri Oct 4 04:27:20 2024
+++ pkgsrc/net/powerdns/patches/patch-pdns_uuid-utils.cc Fri Oct 4 04:27:20 2024
@@ -0,0 +1,12 @@
+$NetBSD: patch-pdns_uuid-utils.cc,v 1.1 2024/10/04 04:27:20 ryoon Exp $
+
+--- pdns/uuid-utils.cc.orig 2024-10-02 21:29:12.123938202 +0000
++++ pdns/uuid-utils.cc
+@@ -30,6 +30,7 @@
+ #endif /* BOOST_PENDING_INTEGER_LOG2_HPP */
+ #endif /* BOOST_VERSION */
+
++#include <boost/random/mersenne_twister.hpp>
+ #include <boost/uuid/uuid_generators.hpp>
+
+ // The default of:
Home |
Main Index |
Thread Index |
Old Index