<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/external/CMakeLists.txt, branch v0.9.3</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.9.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-03-21T17:37:07Z</updated>
<entry>
<title>fix building on FreeBSD</title>
<updated>2016-03-21T17:37:07Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-03-21T17:37:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=40974b155e5ef48bead0989e80fe17366029491b'/>
<id>urn:sha1:40974b155e5ef48bead0989e80fe17366029491b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: Include OpenSSL libraries in static linking</title>
<updated>2016-02-13T00:54:14Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-13T00:52:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9832d18dcaf664750758f5f0afb73097cfdfa9c8'/>
<id>urn:sha1:9832d18dcaf664750758f5f0afb73097cfdfa9c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: Fix unbound config compile settings</title>
<updated>2016-02-12T23:02:06Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-12T20:36:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7205210b0f6c3648361a9a0b2c17f1b6e7163ad9'/>
<id>urn:sha1:7205210b0f6c3648361a9a0b2c17f1b6e7163ad9</id>
<content type='text'>
This allows the OpenSSL function checks to compile in unbound's CMake
configuration.

Otherwise, the functions SHA256() and EVP_sha512() won't be called from
libunbound as possible algorithms.

They had not been compiling because static OpenSSL libraries were being
used, along with lack of -ldl. The static library preference is
unnecessary for the checks, so use default suffixes ordering for
CMAKE_FIND_LIBRARY_SUFFIXES when building unbound.

Related files:
configure_checks.cmake
external/unbound/validator/val_secalgo.c
  secalgo_ds_digest(), setup_key_digest()
</content>
</entry>
<entry>
<title>let miniupnp's cmakelist handle defaults</title>
<updated>2015-12-31T13:15:57Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T13:15:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=88b0fb14c8573e9445b6d622b1102603d8a00237'/>
<id>urn:sha1:88b0fb14c8573e9445b6d622b1102603d8a00237</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated copyright year</title>
<updated>2015-12-31T06:39:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de0392685063d93dbdad3a6b1a2712eaf94dd51a'/>
<id>urn:sha1:de0392685063d93dbdad3a6b1a2712eaf94dd51a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge upstream into blockchain</title>
<updated>2015-03-29T13:58:18Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2015-03-29T13:58:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=94cb295db4fad7ab3deb0fe50bab4bc9223665c0'/>
<id>urn:sha1:94cb295db4fad7ab3deb0fe50bab4bc9223665c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix cmake miniupnpc typo</title>
<updated>2015-03-26T11:28:31Z</updated>
<author>
<name>meshpoint</name>
<email>point@hyperboria.name</email>
</author>
<published>2015-03-26T11:28:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c9424c131663a0928170543bcd6233ce1251e96d'/>
<id>urn:sha1:c9424c131663a0928170543bcd6233ce1251e96d</id>
<content type='text'>
which matters on case-sensitive filesystems</content>
</entry>
<entry>
<title>Move db_drivers/ to external/</title>
<updated>2015-03-17T22:55:24Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2015-03-17T22:55:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6e9e8ab6205fe072355bd020690dbdc2d3259bf8'/>
<id>urn:sha1:6e9e8ab6205fe072355bd020690dbdc2d3259bf8</id>
<content type='text'>
Also change LMDB Cmake variables to CACHE rather than upgrading them
through several parent scopes.
</content>
</entry>
<entry>
<title>Revert "Moved db_drivers/ into external/ for consistency"</title>
<updated>2015-03-17T22:03:11Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2015-03-17T22:03:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=11e815761f31b84d96c37cc621c58669ce0c3d1b'/>
<id>urn:sha1:11e815761f31b84d96c37cc621c58669ce0c3d1b</id>
<content type='text'>
This reverts commit b21335642e75b35d3b178a754f4cdb2314989cd1.
</content>
</entry>
<entry>
<title>Revert "Build fixed, goofed up some CMake"</title>
<updated>2015-03-17T22:01:25Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2015-03-17T22:01:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=daf2a8f6cb9e76535af354f97fbb803d35e8c786'/>
<id>urn:sha1:daf2a8f6cb9e76535af354f97fbb803d35e8c786</id>
<content type='text'>
This reverts commit 8b82f3c57ffdc4dc190f4755c61d74d8359c8c0f.
</content>
</entry>
</feed>
