aboutsummaryrefslogtreecommitdiff
path: root/libs/getdns
Commit message (Collapse)AuthorAge
* getdns: fix compilation with OPENSSL_NO_DEPRECATEDAndre Heider2023-05-01
| | | | | | | | | | | | SSL_get_peer_certificate() is deprecated, OpenSSL v3.0 added SSL_get0_peer_certificate() and SSL_get1_peer_certificate(). Use the latter since the return value is explicitely X509_free()ed here, see [0]. [0] https://www.openssl.org/docs/manmaster/man3/SSL_get_peer_certificate.html Signed-off-by: Andre Heider <a.heider@gmail.com>
* getdns: Update to 1.7.3Aquila Cooper2023-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog from upstream (https://github.com/getdnsapi/getdns/releases/tag/v1.7.3): * 2022-12-22: Version 1.7.3 * PR getdnsapi/getdns#532: Increase CMake required version 3.5 -> 3.20, because we need cmake_path for Absolute paths in pkg-config (See Issue getdnsapi/getdns#517) Thanks Gabriel Ganne * Updated to Stubby 0.4.3 quickfix release * 2022-08-19: Version 1.7.2 * Stubby updated to 0.4.2 quickfix release * 2022-08-19: Version 1.7.1 * Always send the `dot` ALPN when using DoT * Strengthen version determination for Libidn2 during cmake processing (thanks jpbion). * Fix for issue in UDP stream selection in case of timeouts. Thanks Shikha Sharma * Fix using asterisk in ipstr for any address. Thanks uzlonewolf. * Issue getdnsapi/stubby#295: rdata not correctly written for validation for certain RR type. Also, set default built type to RelWithDebInfo and expose CFLAGS via GETDNS_BUILD_CFLAGS define and via getdns_context_get_api_information() * Issue getdnsapi/getdns#524: Bug fixes from submodules' upstream? Thanks Johnnyslee * Issue getdnsapi/getdns#517: Allow Absolute path CMAKE_INSTALL_{INCLUDE,LIB}DIR in pkg-config files. Thanks Alex Shpilkin * Issue getdnsapi/getdns#512: Update README.md to show correct PGP key location. Thanks Katze Prior. Signed-off-by: Aquila Cooper <aquila@cpr.is>
* getdns: add optional support for libevent2Rui Salvaterra2022-01-03
| | | | Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* getdns: clean up the configuration menuRui Salvaterra2022-01-03
| | | | Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* getdns: remove maintainerJonathan G. Underwood2021-06-13
| | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* getdns: bump to 1.7.0Rui Salvaterra2021-06-11
| | | | | | Remove obsolete patches. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* treewide: build CMake projects with NinjaRosen Penev2021-03-27
| | | | | | | | | | | | | | | | | | | | faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* getdns: disable static linking of getdns utilitiesJonathan G. Underwood2021-02-07
| | | | | | This fixes issue #13361. Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* getdns: Fix TLS V1.3 Ciphersuites option in StubbyHarris K Kusuma2021-02-01
| | | | | | | | | | | Description : Fix typo in CMAKE getdns included files, so Stubby can use TLS v1.3 with chipersuites options ON. This solve issue that's written in here : https://github.com/getdnsapi/stubby/issues/240 https://github.com/getdnsapi/stubby/issues/257 Signed-off-by: Harris K Kusuma <igharris.kk@gmail.com>
* getdns: fix compilation without deprecated OpenSSL APIsRosen Penev2020-08-04
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* getdns: fix compilation without deprecated OpenSSL APIsRosen Penev2020-07-07
| | | | | | | | Since DSA is enabled, dsa.h is needed. Normally this header is included implicitly with engine.h but with OPENSSL_API_COMPAT >= 0x10100000L , this is not so. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* getdns: properly remove libbsd supportRosen Penev2020-07-07
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* getdns: update to version 1.6.0Jonathan G. Underwood2020-07-05
| | | | | | | | | This update also: - enables parallel builds - moves to the CMake build system - removes the redundant InstallDev stanza Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* getdns: fix library double packingAlexander Ryzhov2019-06-06
| | | | Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
* getdns: update to version 1.5.2Jonathan G. Underwood2019-05-10
| | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* getdns: update to version 1.5.0Jonathan G. Underwood2019-01-20
| | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* getdns: Remove iamperson347 from maintainerDavid Mora2018-12-30
| | | I am no longer able to support maintaining the getdns lib for openwrt. I suggest Jonathan Underwood <jonathan.underwood@gmail.com> as a replacement.
* getdns: add note for remove libbsd dependencyGuo Li2018-09-25
| | | | Signed-off-by: Guo Li <uxgood.org@gmail.com>
* getdns: remove libbsd dependencyGuo Li2018-09-25
| | | | Signed-off-by: Guo Li <uxgood.org@gmail.com>
* getdns: fix missing libbsd dependencyGuo Li2018-09-25
| | | | Signed-off-by: Guo Li <uxgood.org@gmail.com>
* getdns: Bump to 1.4.2David Mora2018-05-13
| | | | | | Update to new upstream version. Needed to add a patch provided by upstream to compile with musl. Signed-off-by: David Mora <iamperson347+public@gmail.com>
* getdns: Package update to replace libidn support with libidn2David Mora2018-04-17
| | | | | | Package update to replace libidn support with libidn2 Signed-off-by: David Mora <iamperson347+public@gmail.com>
* gettdns: Bump to 1.4.1 plus fixesDavid Mora2018-03-13
| | | | | | Makefile needed to be updated specify ssl dir Signed-off-by: David Mora <iamperson347+public@gmail.com>
* getdns: Initial commit of openwrt package for getdns libraryDavid Mora2018-01-29
Signed-off-by: David Mora <iamperson347+public@gmail.com>