Skip to content

Commit 7e7553a

Browse files
Jason Schonbergkraj
Jason Schonberg
authored andcommitted
c-ares: upgrade 1.32.3 -> 1.33.0
License-Update: Still MIT licensed. Just removed a header from the license file. c-ares/c-ares@595cf21 Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.33.0 Features: Add DNS cookie support (RFC7873 + RFC9018) to help prevent off-path cache poisoning attacks. PR openembedded#833 Implement TCP FastOpen (TFO) RFC7413, which will make TCP reconnects 0-RTT on supported systems. PR openembedded#840 Changes: Reorganize source tree. PR openembedded#822 Refactoring of connection handling to prevent code duplication. PR openembedded#839 New dynamic array data structure to prevent simple logic flaws in array handling in various code paths. PR openembedded#841 Bugfixes: ares_destroy() race condition during shutdown due to missing lock. PR openembedded#831 Android: Preserve thread name after attaching it to JVM. PR openembedded#838 Windows UWP (Store) support fix. PR openembedded#845 Signed-off-by: Jason Schonberg <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent a711680 commit 7e7553a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta-oe/recipes-support/c-ares/c-ares_1.32.3.bb renamed to meta-oe/recipes-support/c-ares/c-ares_1.33.0.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ SUMMARY = "c-ares is a C library that resolves names asynchronously."
33
HOMEPAGE = "https://c-ares.org/"
44
SECTION = "libs"
55
LICENSE = "MIT"
6-
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2047e36c793a8e9c3d3f4b66f8934a19"
6+
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=d3e72a10e08191f2ca1be3f3228d78f3"
77

88
SRC_URI = "https://github.com/c-ares/c-ares/releases/download/v${PV}/${BPN}-${PV}.tar.gz \
99
file://run-ptest"
10-
SRC_URI[sha256sum] = "5f02cc809aac3f6cc5edc1fac6c4423fd5616d7406ce47b904c24adf0ff2cd0f"
10+
SRC_URI[sha256sum] = "3e41df2f172041eb4ecb754a464c11ccc5046b2a1c8b1d6a40dac45d3a3b2346"
1111

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

0 commit comments

Comments
 (0)