Skip to content

Commit 43891df

Browse files
Jason Schonbergkraj
authored andcommitted
c-ares: upgrade 1.30.0 -> 1.31.0
Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.31.0 Changes: Enable Query Cache by default. PR openembedded#786 Bugfixes: Enhance Windows DNS configuration change detection to also detect manual DNS configuration changes. PR openembedded#785 Various legacy MacOS Build fixes. Issue openembedded#782 Ndots value of zero in resolv.conf was not being honored. 852a60a Watt-32 build support had been broken for some time. PR openembedded#781 Distribute ares_dns_rec_type_tostr manpage. PR openembedded#778 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent a489d2c commit 43891df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

meta-oe/recipes-support/c-ares/c-ares_1.30.0.bb renamed to meta-oe/recipes-support/c-ares/c-ares_1.31.0.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ SECTION = "libs"
55
LICENSE = "MIT"
66
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2047e36c793a8e9c3d3f4b66f8934a19"
77

8-
SRC_URI = "https://github.com/c-ares/c-ares/releases/download/v1.30.0/${BPN}-${PV}.tar.gz \
8+
SRC_URI = "https://github.com/c-ares/c-ares/releases/download/v1.31.0/${BPN}-${PV}.tar.gz \
99
file://run-ptest"
10-
SRC_URI[sha256sum] = "4fea312112021bcef081203b1ea020109842feb58cd8a36a3d3f7e0d8bc1138c"
10+
SRC_URI[sha256sum] = "0167a33dba96ca8de29f3f598b1e6cabe531799269fd63d0153aa0e6f5efeabd"
1111

1212
PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
1313
PACKAGECONFIG[manpages] = ""

0 commit comments

Comments
 (0)