<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/external/unbound, branch v0.8.8.6</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.8.8.6</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.8.8.6'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2014-12-04T21:10:49Z</updated>
<entry>
<title>update unbound from upstream</title>
<updated>2014-12-04T21:10:49Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2014-12-04T21:10:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=831933425b3406310e70476dc56e822f7ae3c549'/>
<id>urn:sha1:831933425b3406310e70476dc56e822f7ae3c549</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mingw: copy required libraries to the build tree</title>
<updated>2014-11-18T22:03:14Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-11-18T22:03:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de4fc405769c2554630c49a3be8c253bb8dfaa8a'/>
<id>urn:sha1:de4fc405769c2554630c49a3be8c253bb8dfaa8a</id>
<content type='text'>
These are found as shared libraries and need to be copied so that PATH
manipulation isn't necessary outside of an msys shell.
</content>
</entry>
<entry>
<title>unbound: fix getaddrinfo detection for 32-bit windows</title>
<updated>2014-10-24T21:40:52Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-24T21:39:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c696492549e1750727fa0735c75c8aa090e534b7'/>
<id>urn:sha1:c696492549e1750727fa0735c75c8aa090e534b7</id>
<content type='text'>
On Windows, getaddrinfo is part of the Windows API and as such is
__stdcall, not __cdecl, so check_function_exists fails because the
declaration doesn't match the mangling __stdcall has. Instead, use a
header to include the symbol as declared on the system and use
check_symbol_exists instead.

Tested-By: greatwolf on IRC
</content>
</entry>
<entry>
<title>unbound: fix type checking</title>
<updated>2014-10-24T19:30:44Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-24T19:30:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4b6515cfb59bb9d118b57f8ede4f67ea49dfbb23'/>
<id>urn:sha1:4b6515cfb59bb9d118b57f8ede4f67ea49dfbb23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unbound: plumb the libdir up</title>
<updated>2014-10-24T19:29:56Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-24T19:29:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d43a20f8f41b0d10b09a7cd6e1940d4eca41a125'/>
<id>urn:sha1:d43a20f8f41b0d10b09a7cd6e1940d4eca41a125</id>
<content type='text'>
This is necessary for static builds where the linking is passed around
to dependent targets, but the library is lost.
</content>
</entry>
<entry>
<title>cmake: support 2.8.7</title>
<updated>2014-10-24T19:29:51Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-24T18:48:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7d708e422397fb0ba8ac29855eb27964115e7217'/>
<id>urn:sha1:7d708e422397fb0ba8ac29855eb27964115e7217</id>
<content type='text'>
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer
versions prefer PUBLIC and PRIVATE instead, but still support the LINK_
prefix.
</content>
</entry>
<entry>
<title>unbound: import cmake build system</title>
<updated>2014-10-23T20:42:35Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-21T22:39:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=abbd5c0bdb5541aa8c75beea9e8a119297b6d76f'/>
<id>urn:sha1:abbd5c0bdb5541aa8c75beea9e8a119297b6d76f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for mingw not playing nicely with libunbound configure, fix for correctly finding static libs on various operating systems</title>
<updated>2014-10-06T20:29:07Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2014-10-06T20:29:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2cf94c1321438eb66ffefca547b74f746d7c283a'/>
<id>urn:sha1:2cf94c1321438eb66ffefca547b74f746d7c283a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added unbound to external deps</title>
<updated>2014-10-05T21:44:31Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2014-10-05T21:44:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9ef094b356b4da7542c3cab898dac7e135b76903'/>
<id>urn:sha1:9ef094b356b4da7542c3cab898dac7e135b76903</id>
<content type='text'>
</content>
</entry>
</feed>
