pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/powerdns-recursor



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Oct  4 04:28:39 UTC 2024

Modified Files:
        pkgsrc/net/powerdns-recursor: distinfo
Added Files:
        pkgsrc/net/powerdns-recursor/patches: patch-uuid-utils.cc

Log Message:
net/powerdns-recursor: Fix build with Boost 1.86.0


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/net/powerdns-recursor/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/net/powerdns-recursor/patches/patch-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-recursor/distinfo
diff -u pkgsrc/net/powerdns-recursor/distinfo:1.40 pkgsrc/net/powerdns-recursor/distinfo:1.41
--- pkgsrc/net/powerdns-recursor/distinfo:1.40  Thu Sep 29 12:47:31 2022
+++ pkgsrc/net/powerdns-recursor/distinfo       Fri Oct  4 04:28:39 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.40 2022/09/29 12:47:31 jperkin Exp $
+$NetBSD: distinfo,v 1.41 2024/10/04 04:28:39 ryoon Exp $
 
 BLAKE2s (pdns-recursor-4.7.3.tar.bz2) = e5de87edce1ef60555d6c4b3d908cdf25fccb00e7ef6812046ece974e0a51cc9
 SHA512 (pdns-recursor-4.7.3.tar.bz2) = e7d9fa32dd53e9b382689e6e735f35b12dbd9f2bb0e8b3031ab58f53a61b5cdc947cb5e857a991768afd1b403bc02d20d434dded5800be450ad45368c9d1dc0e
@@ -7,4 +7,5 @@ SHA1 (patch-dns.hh) = 7e9c1b10a066a605b7
 SHA1 (patch-ext_json11_json11.cpp) = 2de8ea8b51556bd3e3c1a88f681697eff239ab1a
 SHA1 (patch-portsmplexer.cc) = 46d762b82ec2dd0ba67dab744f5f4531f09c6dec
 SHA1 (patch-qtype.hh) = 567c9f36fa0b414e605e6788ba5b7a9f293476a5
+SHA1 (patch-uuid-utils.cc) = 903123f51f79df017b268012e50e6820a75dee01
 SHA1 (patch-version.cc) = 26226a02198edd9d8890a5199ee5a8051334fe41

Added files:

Index: pkgsrc/net/powerdns-recursor/patches/patch-uuid-utils.cc
diff -u /dev/null pkgsrc/net/powerdns-recursor/patches/patch-uuid-utils.cc:1.1
--- /dev/null   Fri Oct  4 04:28:39 2024
+++ pkgsrc/net/powerdns-recursor/patches/patch-uuid-utils.cc    Fri Oct  4 04:28:39 2024
@@ -0,0 +1,12 @@
+$NetBSD: patch-uuid-utils.cc,v 1.1 2024/10/04 04:28:39 ryoon Exp $
+
+--- uuid-utils.cc.orig 2024-10-02 21:34:37.539770071 +0000
++++ 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