<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/getdns/patches, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2023-05-01T10:36:00Z</updated>
<entry>
<title>getdns: fix compilation with OPENSSL_NO_DEPRECATED</title>
<updated>2023-05-01T10:36:00Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-02-21T14:54:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2fed4c089598b38d86531087fc41782f27c23c26'/>
<id>urn:sha1:2fed4c089598b38d86531087fc41782f27c23c26</id>
<content type='text'>
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 &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>getdns: bump to 1.7.0</title>
<updated>2021-06-11T14:38:42Z</updated>
<author>
<name>Rui Salvaterra</name>
</author>
<published>2021-06-08T16:16:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0261cd097226b7b8aca0c3053b69763ea4b4815c'/>
<id>urn:sha1:0261cd097226b7b8aca0c3053b69763ea4b4815c</id>
<content type='text'>
Remove obsolete patches.

Signed-off-by: Rui Salvaterra &lt;rsalvaterra@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
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 &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>getdns: Fix TLS V1.3 Ciphersuites option in Stubby</title>
<updated>2021-02-01T11:38:48Z</updated>
<author>
<name>Harris K Kusuma</name>
</author>
<published>2021-02-01T11:06:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=342526f14203f79396d83130f0a368319f627e8b'/>
<id>urn:sha1:342526f14203f79396d83130f0a368319f627e8b</id>
<content type='text'>
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 &lt;igharris.kk@gmail.com&gt;
</content>
</entry>
<entry>
<title>getdns: fix compilation without deprecated OpenSSL APIs</title>
<updated>2020-08-05T02:14:21Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-02T22:05:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=490a4eff1988a4d03d14d38ca48a1a563a8310e0'/>
<id>urn:sha1:490a4eff1988a4d03d14d38ca48a1a563a8310e0</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>getdns: fix compilation without deprecated OpenSSL APIs</title>
<updated>2020-07-07T21:57:59Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-07T21:57:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=26c7488d358f63e66c0add394c445026245f8cfe'/>
<id>urn:sha1:26c7488d358f63e66c0add394c445026245f8cfe</id>
<content type='text'>
Since DSA is enabled, dsa.h is needed. Normally this header is included
implicitly with engine.h but with OPENSSL_API_COMPAT &gt;= 0x10100000L ,
this is not so.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>getdns: update to version 1.6.0</title>
<updated>2020-07-05T11:27:01Z</updated>
<author>
<name>Jonathan G. Underwood</name>
</author>
<published>2020-07-01T20:09:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=171c2e2cf495258335640ad52b46de550e471d43'/>
<id>urn:sha1:171c2e2cf495258335640ad52b46de550e471d43</id>
<content type='text'>
This update also:
    - enables parallel builds
    - moves to the CMake build system
    - removes the redundant InstallDev stanza

Signed-off-by: Jonathan G. Underwood &lt;jonathan.underwood@gmail.com&gt;
</content>
</entry>
<entry>
<title>getdns: update to version 1.5.0</title>
<updated>2019-01-20T15:25:33Z</updated>
<author>
<name>Jonathan G. Underwood</name>
</author>
<published>2019-01-03T01:16:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=92bfd4a85a48cdcc996da90c27081c362253a393'/>
<id>urn:sha1:92bfd4a85a48cdcc996da90c27081c362253a393</id>
<content type='text'>
Signed-off-by: Jonathan G. Underwood &lt;jonathan.underwood@gmail.com&gt;
</content>
</entry>
<entry>
<title>getdns: Bump to 1.4.2</title>
<updated>2018-05-13T11:21:49Z</updated>
<author>
<name>David Mora</name>
</author>
<published>2018-05-11T19:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ba923ce93e0f2ef4b4afed5b683e10e8b8d13c45'/>
<id>urn:sha1:ba923ce93e0f2ef4b4afed5b683e10e8b8d13c45</id>
<content type='text'>
Update to new upstream version. Needed to add a patch provided by upstream to compile with musl.

Signed-off-by: David Mora &lt;iamperson347+public@gmail.com&gt;
</content>
</entry>
</feed>
