pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/dnsdist



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Oct  4 04:09:29 UTC 2024

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

Log Message:
net/dnsdist: Fix build with Boost 1.86.0


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/dnsdist/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/dnsdist/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/dnsdist/distinfo
diff -u pkgsrc/net/dnsdist/distinfo:1.14 pkgsrc/net/dnsdist/distinfo:1.15
--- pkgsrc/net/dnsdist/distinfo:1.14    Tue Aug 22 20:31:36 2023
+++ pkgsrc/net/dnsdist/distinfo Fri Oct  4 04:09:29 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2023/08/22 20:31:36 adam Exp $
+$NetBSD: distinfo,v 1.15 2024/10/04 04:09:29 ryoon Exp $
 
 BLAKE2s (dnsdist-1.8.0.tar.bz2) = df588b2f19ab27b71e7e7132385bc6b12e8f48bd51e22d493753926d3557a592
 SHA512 (dnsdist-1.8.0.tar.bz2) = 426db3e83729bd2f8a8c8b1c02d719c6618acc0aec09d1f2670c159d441c1cad2fdc85c5ffe919e76d1b1e8e24198bf29133802cb857dfacde2dfed2532001f1
@@ -10,3 +10,4 @@ SHA1 (patch-dnsdist.cc) = c6007886a4cc5e
 SHA1 (patch-ext_json11_json11.cpp) = 9fb12578d80103b8b92e984a483cbda98fd83db8
 SHA1 (patch-iputils.hh) = 09207cd894162d634cd832f12209e38a0c253624
 SHA1 (patch-qtype.hh) = 66c6c06fc6c6e770b049508b1f60a274a378ff89
+SHA1 (patch-uuid-utils.cc) = 242518202a26dd399c0409929e821f324e9c1305

Added files:

Index: pkgsrc/net/dnsdist/patches/patch-uuid-utils.cc
diff -u /dev/null pkgsrc/net/dnsdist/patches/patch-uuid-utils.cc:1.1
--- /dev/null   Fri Oct  4 04:09:29 2024
+++ pkgsrc/net/dnsdist/patches/patch-uuid-utils.cc      Fri Oct  4 04:09:29 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-uuid-utils.cc,v 1.1 2024/10/04 04:09:29 ryoon Exp $
+
+* Fix build with boost-1.86.0.
+  From: https://github.com/PowerDNS/pdns/commit/eed56000b1d68ac083b8e8bea4ff0ea30a1579c4
+
+--- uuid-utils.cc.orig 2024-10-02 02:33:19.524896798 +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