Skip to content

Commit 40f7270

Browse files
Jason Schonbergkraj
authored andcommitted
c-ares: upgrade 1.34.3 -> 1.34.4
Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.4 Changes: QNX Port: Port to QNX 8, add primary config reading support, add CI build. PR openembedded#934, PR openembedded#937, PR openembedded#938 Bugfixes: Empty TXT records were not being preserved. PR openembedded#922 docs: update deprecation notices for ares_create_query() and ares_mkquery(). PR openembedded#910 license: some files weren't properly updated. PR openembedded#920 Fix bind local device regression from 1.34.0. PR openembedded#929, PR openembedded#931, PR openembedded#935 CMake: set policy version to prevent deprecation warnings. PR openembedded#932 CMake: shared and static library names should be the same on unix platforms like autotools uses. PR openembedded#933 Update to latest autoconf archive macros for enhanced system compatibility. PR openembedded#936 Signed-off-by: Jason Schonberg <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 8caa9d9 commit 40f7270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-oe/recipes-support/c-ares/c-ares_1.34.3.bb renamed to meta-oe/recipes-support/c-ares/c-ares_1.34.4.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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] = "26e1f7771da23e42a18fdf1e58912a396629e53a2ac71b130af93bbcfb90adbe"
10+
SRC_URI[sha256sum] = "fa38dbed659ee4cc5a32df5e27deda575fa6852c79a72ba1af85de35a6ae222f"
1111

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

0 commit comments

Comments
 (0)