Skip to content

Commit

Permalink
c-ares: upgrade 1.30.0 -> 1.31.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jason Schonberg authored and kraj committed Jan 13, 2025
1 parent b98b14d commit 38a9c4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2047e36c793a8e9c3d3f4b66f8934a19"

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

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

0 comments on commit 38a9c4b

Please sign in to comment.