diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-01-13 07:36:14 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-13 10:10:21 -0800 |
commit | 43891df042d014b0992d58f628039985c8a33156 (patch) | |
tree | 88fd8a6e89cab36c22387d6cdbe7f69811fa62aa | |
parent | a489d2c9c9ce0a83583295062d34cb90afad3b9f (diff) | |
download | meta-openembedded-43891df042d014b0992d58f628039985c8a33156.tar.gz |
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 #786
Bugfixes:
Enhance Windows DNS configuration change detection to also detect manual DNS
configuration changes. PR #785
Various legacy MacOS Build fixes. Issue #782
Ndots value of zero in resolv.conf was not being honored. 852a60a
Watt-32 build support had been broken for some time. PR #781
Distribute ares_dns_rec_type_tostr manpage. PR #778
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/c-ares/c-ares_1.31.0.bb (renamed from meta-oe/recipes-support/c-ares/c-ares_1.30.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.30.0.bb b/meta-oe/recipes-support/c-ares/c-ares_1.31.0.bb index 40dc5b09ba..98f6dbb632 100644 --- a/meta-oe/recipes-support/c-ares/c-ares_1.30.0.bb +++ b/meta-oe/recipes-support/c-ares/c-ares_1.31.0.bb | |||
@@ -5,9 +5,9 @@ SECTION = "libs" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2047e36c793a8e9c3d3f4b66f8934a19" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2047e36c793a8e9c3d3f4b66f8934a19" |
7 | 7 | ||
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 \ |
9 | file://run-ptest" | 9 | file://run-ptest" |
10 | SRC_URI[sha256sum] = "4fea312112021bcef081203b1ea020109842feb58cd8a36a3d3f7e0d8bc1138c" | 10 | SRC_URI[sha256sum] = "0167a33dba96ca8de29f3f598b1e6cabe531799269fd63d0153aa0e6f5efeabd" |
11 | 11 | ||
12 | PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" | 12 | PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" |
13 | PACKAGECONFIG[manpages] = "" | 13 | PACKAGECONFIG[manpages] = "" |