aboutsummaryrefslogtreecommitdiff
path: root/libs/getdns/patches
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: bump to 1.7.0Rui Salvaterra2021-06-11
| | | | | | Remove obsolete patches. Signed-off-by: Rui Salvaterra <rsalvaterra@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: 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: 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: update to version 1.5.0Jonathan G. Underwood2019-01-20
| | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@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>