meta-openembedded/meta-oe
Jason Schonberg adb57d702b
c-ares: upgrade 1.33.1 -> 1.34.1
Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.1

This release fixes a packaging issue.

Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.0

Features:

    adig: read arguments from adigrc. PR #856
    Add new pending write callback optimization via ares_set_pending_write_cb. PR #857
    New function ares_process_fds(). PR #875
    Failed servers should be probed rather than redirecting queries which could
    cause unexpected latency. PR #877
    adig: rework command line arguments to mimic dig from bind. PR #890
    Add new method for overriding network functions
    ares_set_socket_function_ex() to properly support all new functionality. PR #894
    Fix regression with custom socket callbacks due to DNS cookie support. PR #895
    ares_socket: set IP_BIND_ADDRESS_NO_PORT on ares_set_local_ip* tcp sockets PR #887
    URI parser/writer for ares_set_servers_csv()/ares_get_servers_csv(). PR #882

Changes:

    Connection handling modularization. PR #857, PR #876
    Expose library/utility functions to tools. PR #860
    Remove ares__ prefix, just use ares_ for internal functions. PR #872

Bugfixes:

    fix: potential WIN32_LEAN_AND_MEAN redefinition. PR #869
    Fix googletest v1.15 compatibility. PR #874
    Fix pkgconfig thread dependencies. PR #884

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-03-31 14:42:08 -07:00
..
classes image_types_verity.bbclass: Optionally create hash data in separate file 2025-03-27 17:05:46 -07:00
conf Drop styhead from LAYERSERIES_COMPAT 2025-03-31 07:41:47 -07:00
dynamic-layers netplan: upgrade 1.1.1 -> 1.1.2 2025-03-31 14:42:06 -07:00
files libgpiod: Add gpio-manager/gpio to static IDs 2025-03-15 23:05:31 -07:00
lib/oeqa/selftest/cases
licenses openldap: make license match spdx identifier 2025-02-04 20:25:51 -08:00
recipes-benchmark iperf2: Add _GNU_SOURCE in checksums.c 2025-03-28 19:40:58 -07:00
recipes-bsp flashrom: upgrade 1.4.0 -> 1.5.1 2025-03-25 09:33:51 -07:00
recipes-connectivity krb5: Backport additional fixes to build on clang 2025-03-25 18:30:53 -07:00
recipes-core opencl-clhpp: Update to 2024.05.08 2025-03-29 08:24:01 -07:00
recipes-crypto fsverity-utils: upgrade 1.5 -> 1.6 2025-03-20 09:04:50 -07:00
recipes-dbs rocksdb: upgrade 9.0.0 -> 9.10.0 2025-03-11 19:35:32 -07:00
recipes-devtools luajit: Remove dangling patch file 2025-03-31 14:42:07 -07:00
recipes-extended mozjs: Remove dangling patch file 2025-03-31 14:42:07 -07:00
recipes-gnome adw-gtk3: upgrade 5.6 -> 5.7 2025-03-25 09:33:50 -07:00
recipes-graphics imlib2: upgrade 1.12.3 -> 1.12.4 2025-03-25 09:33:51 -07:00
recipes-kernel crash: Fix build for 32bit targets 2025-03-26 13:13:47 -07:00
recipes-multimedia mpv: build libmpv by default 2025-03-31 14:42:05 -07:00
recipes-navigation geos: upgrade 3.12.1 -> 3.13.1 2025-03-20 09:04:50 -07:00
recipes-networking/cyrus-sasl Drop unnecessary SRC_URI md5sum from the recipes in meta-oe. 2024-11-05 19:19:22 -08:00
recipes-printing qpdf: upgrade 11.10.1 -> 12.0.0 2025-03-25 14:57:20 -07:00
recipes-security usbguard: Patch for protobuf 30.0 API changes 2025-03-13 09:50:12 -07:00
recipes-shells recipes: Fix variable assignment whitespace 2025-03-20 08:46:56 -07:00
recipes-support c-ares: upgrade 1.33.1 -> 1.34.1 2025-03-31 14:42:08 -07:00
recipes-test googletest: fix build with gcc-15 2025-03-21 11:07:34 -07:00
COPYING.MIT
README.md README.md: Hint at "git request-pull" 2024-09-14 08:43:55 -07:00
SECURITY.md meta: Add SECURITY.md file to all layers 2024-11-23 09:00:14 -08:00

meta-oe

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git branch: master

luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed packages to fullfit this might have different names on different host distributions e.g. on archlinux based distributions install prerequisites like below

pacman -S lib32-gcc-libs lib32-glibc

Ubuntu sudo apt-get install gcc-multilib linux-libc-dev:i386

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like: 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"'

You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded to share your patches, this is preferred for patch sets consisting of more than one patch.

Note, it is discouraged to send patches via GitHub pull request system. Such patches get less attention from developers and can be mishandled or not reviewed properly. Please use emails instead. For exemple, you can use 'git request-pull' to generate an email referencing your git repository.

Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, 'git fetch ' works the same on all of them. We recommend GitHub because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

layer maintainer: Khem Raj raj.khem@gmail.com