Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-24 | unbound: update to get the redefinition fix | moneromooo-monero | 1 | -0/+0 | |
2018-09-29 | Update unbound submodule to 7f23967 | iDunk5400 | 1 | -0/+0 | |
Fixes building in MSYS2 with openssl 1.1.1 | |||||
2018-07-06 | Build: bump unbound to 1.7.3 | anonimal | 1 | -0/+0 | |
2018-03-18 | Unbound: add git submodule for unbound | anonimal | 1 | -0/+0 | |
2018-03-18 | Unbound: remove unbound from in-tree source | anonimal | 1 | -245/+0 | |
We'll instead use a git submodule to pull from our unbound repo. | |||||
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2018-01-14 | unbound: always build with -fPIC | moneromooo-monero | 1 | -0/+1 | |
2017-12-23 | unbound: enable SHA1 | moneromooo-monero | 1 | -0/+1 | |
Fixes the unit test failure about SHA1 being unavailable, and hopefully the monerod complaints about not being able to verify DNSSEC. Thanks to iDunk for the remote Windows testing. | |||||
2017-11-14 | make this build on SunOS/Solaris | Pavel Maryanov | 1 | -0/+5 | |
2017-10-27 | Updated OpenBSD build instructions and fixed libressl linking issue | ston1th | 1 | -0/+9 | |
Issue: #2575 Build instructions for OpenBSD 6.2: * boost (built with clang) * cppzmq Fixed a issue, where cmake was not able to find and link against libressl in unbound. restored OpenBSD 5.8 build instructions | |||||
2017-06-17 | Upgrade unbound library | Erik de Castro Lopo | 1 | -8/+12 | |
These files were pulled from the 1.6.3 release tarball. This new version builds against OpenSSL version 1.1 which will be the default in the new Debian Stable which is due to be released RealSoonNow (tm). | |||||
2017-04-03 | IOS CMAKE build settings | Jaquee | 1 | -1/+6 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-21 | cmakify openssl | Riccardo Spagni | 1 | -16/+0 | |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -2/+2 | |
Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared. | |||||
2016-09-03 | cmake: split BUILD_GUI_DEPS option into two | redfish | 1 | -1/+1 | |
The split is to make this software more packageable. 'make install' is used by the package building scripts, and should not be installing vendored dependencies onto the system. | |||||
2016-09-03 | gui/libwallet_merged: libunbound is one more dependency | Ilya Kitaev | 1 | -0/+6 | |
2016-02-12 | cmake: Include OpenSSL libraries in static linking | warptangent | 1 | -0/+6 | |
2016-01-11 | Cleanup symbol clashes, stdlib header | Howard Chu | 1 | -1/+1 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-12-31 | isblank doesn't need a special case test | Howard Chu | 1 | -6/+1 | |
2015-12-30 | fix missing unbound tests | Riccardo Spagni | 1 | -1/+6 | |
2015-12-30 | update unbound, fix unbound openssl issue on OS X | Riccardo Spagni | 1 | -0/+9 | |
2015-10-05 | unbound: do not try to link against libevent | moneromooo-monero | 1 | -15/+1 | |
It is now not needed anymore, as we use minievent instead | |||||
2015-04-07 | Merge BlockchainDB into upstream | Thomas Winget | 1 | -0/+28 | |
2015-04-06 | updated unbound cmake for static builds | Riccardo Spagni | 1 | -1/+1 | |
2015-04-05 | minor CMakeLists fix for Unbound, ldns -> sldns | Riccardo Spagni | 1 | -7/+7 | |
2015-04-04 | reinstate accidentally removed CMakeLists | Riccardo Spagni | 1 | -0/+201 | |
2015-04-02 | update unbound from upstream | Riccardo Spagni | 1 | -201/+0 | |
2015-03-17 | fixed msys2 / mingw folders based on architecture, added license to unbound ↵ | Riccardo Spagni | 1 | -0/+28 | |
CMakeList as that is not part of standard Unbound | |||||
2014-11-18 | mingw: copy required libraries to the build tree | Ben Boeckel | 1 | -0/+16 | |
These are found as shared libraries and need to be copied so that PATH manipulation isn't necessary outside of an msys shell. | |||||
2014-10-24 | unbound: plumb the libdir up | Ben Boeckel | 1 | -0/+5 | |
This is necessary for static builds where the linking is passed around to dependent targets, but the library is lost. | |||||
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 1 | -4/+4 | |
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix. | |||||
2014-10-23 | unbound: import cmake build system | Ben Boeckel | 1 | -0/+180 | |