Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-14 | make this build on SunOS/Solaris | Pavel Maryanov | 1 | -0/+5 | |
2017-06-17 | Upgrade unbound library | Erik de Castro Lopo | 1 | -1/+9 | |
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). | |||||
2016-01-12 | There has never been any such function "fnctl" | Howard Chu | 1 | -1/+0 | |
It was only a typo of fcntl. Get rid of this test. | |||||
2015-12-30 | fix missing unbound tests | Riccardo Spagni | 1 | -0/+3 | |
2015-12-30 | update unbound, fix unbound openssl issue on OS X | Riccardo Spagni | 1 | -1/+2 | |
2015-04-06 | updated unbound cmake for static builds | Riccardo Spagni | 1 | -0/+3 | |
2014-10-24 | unbound: fix getaddrinfo detection for 32-bit windows | Ben Boeckel | 1 | -1/+11 | |
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 | |||||
2014-10-24 | unbound: fix type checking | Ben Boeckel | 1 | -2/+2 | |
2014-10-23 | unbound: import cmake build system | Ben Boeckel | 1 | -0/+208 | |