FreeBSD Bugzilla – Attachment 160476 Details for
Bug 202738
[MAINTAINER] dns/powerdns: Update to 3.4.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 3.4.6
powerdns-3.4.6.patch (text/plain), 2.50 KB, created by
Ralf van der Enden
on 2015-08-29 09:06:08 UTC
(
hide
)
Description:
Update to 3.4.6
Filename:
MIME Type:
Creator:
Ralf van der Enden
Created:
2015-08-29 09:06:08 UTC
Size:
2.50 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 395525) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= powerdns >-PORTVERSION= 3.4.5 >+PORTVERSION= 3.4.6 > CATEGORIES= dns ipv6 > MASTER_SITES= http://downloads.powerdns.com/releases/ > DISTNAME= pdns-${PORTVERSION} >Index: distinfo >=================================================================== >--- distinfo (revision 395525) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (pdns-3.4.5.tar.bz2) = f3e1441532b0af05a6b5efe5346f02d0c55f252fbed62d5b4f2e4a80997c507d >-SIZE (pdns-3.4.5.tar.bz2) = 1337222 >+SHA256 (pdns-3.4.6.tar.bz2) = 80a6a43cabd14db844bce84482ba56d03d46ebfbf96c88689fb3e2185ac286d8 >+SIZE (pdns-3.4.6.tar.bz2) = 1336760 >Index: files/patch-modules__luabackend__lua_functions.cc >=================================================================== >--- files/patch-modules__luabackend__lua_functions.cc (revision 395525) >+++ files/patch-modules__luabackend__lua_functions.cc (working copy) >@@ -4,7 +4,7 @@ > return ret; > } > >-+#ifndef __i386__ >++#if !(defined( __i386__) && defined(__FreeBSD__)) > bool LUABackend::getValueFromTable(lua_State *lua, const std::string& key, time_t& value) { > lua_pushstring(lua, key.c_str()); > lua_gettable(lua, -2); >Index: files/patch-modules__luabackend__luabackend.hh >=================================================================== >--- files/patch-modules__luabackend__luabackend.hh (revision 395525) >+++ files/patch-modules__luabackend__luabackend.hh (working copy) >@@ -4,7 +4,7 @@ > // FUNCTIONS TO THIS BACKEND > bool getValueFromTable(lua_State *lua, const std::string& key, string& value); > bool getValueFromTable(lua_State *lua, uint32_t key, string& value); >-+#ifndef __i386__ >++#if !(defined(__i386__) && defined(__FreeBSD__)) > bool getValueFromTable(lua_State *lua, const std::string& key, time_t& value); > +#endif > bool getValueFromTable(lua_State *lua, const std::string& key, uint32_t& value); >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 395525) >+++ pkg-plist (working copy) >@@ -5,7 +5,6 @@ > bin/zone2sql > sbin/pdns_server > %%TOOLS%%bin/dnsbulktest >-%%TOOLS%%bin/dnsdist > %%TOOLS%%bin/dnsreplay > %%TOOLS%%bin/dnsscan > %%TOOLS%%bin/dnsscope >@@ -29,7 +28,6 @@ > %%LMDB%%bin/zone2lmdb > lib/pdns/libbindbackend.so > lib/pdns/libpipebackend.so >-%%TOOLS%%man/man1/dnsdist.1.gz > %%TOOLS%%man/man1/dnstcpbench.1.gz > %%TOOLS%%man/man1/dnsreplay.1.gz > %%TOOLS%%man/man1/dnsscope.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 202738
: 160476 |
160477