Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove a bunch of unused patches #797

Merged
merged 7 commits into from
Mar 9, 2024
Merged

Conversation

maxinbjohn
Copy link
Contributor

Remove unused patches from meta-openembedded.

0001-meson-Do-not-define-TOP_SRCDIR.patch was left unused after
updgrade to version 3.6.0. Remove it as part of cleanup.

Signed-off-by: Maxin John <maxin.john@gmail.com>
Remove patches that were left unused after upgrade to version 1.23.1

Signed-off-by: Maxin John <maxin.john@gmail.com>
Though upgrade to 1.20 says this file was removed, it wasn´t done.
Remove it now.

Signed-off-by: Maxin John <maxin.john@gmail.com>
0001-Remove-dead-variable-984.patch was a backport patch that was dropped
after upgrade to version:3.2.9.3. Remove it as part of cleanup

Signed-off-by: Maxin John <maxin.john@gmail.com>
0001-largefile.m4-Update-from-latest-gnulib.patch was dropped during update
to 29.1. Remove that file.

Signed-off-by: Maxin John <maxin.john@gmail.com>
Remove check-GST_GL_HAVE_PLATFORM_GLX.patch as it is no longer used. Rationale:

This issue is 2.40 specific since GLX support is removed [1] from trunk upstream, therefore
this patch wont be needed when upgrading to 2.42+

Signed-off-by: Maxin John <maxin.john@gmail.com>
0001-setup-don-t-use-setuptools-markdown.patch is no longer used here.
Remove it as part of cleanup.

Signed-off-by: Maxin John <maxin.john@gmail.com>
@halstead halstead merged commit 9929ca5 into openembedded:master Mar 9, 2024
@maxinbjohn maxinbjohn deleted the cleanup branch March 10, 2024 06:50
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 15, 2025
Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.32.0

Features:

    Add support for DNS 0x20 to help prevent cache poisoning attacks, enabled
    by specifying ARES_FLAG_DNS0x20. Disabled by default. PR openembedded#800
    Rework query timeout logic to automatically adjust timeouts based on network
    conditions. The timeout specified now is only used as a hint until there
    is enough history to calculate a more valid timeout. PR openembedded#794

Changes:

    DNS RR TXT strings should not be automatically concatenated as there are use
    cases outside of RFC 7208. In order to maintain ABI compliance, the ability
    to retrieve TXT strings concatenated is retained as well as a new API to
    retrieve the individual strings. This restores behavior from c-ares 1.20.0.
    PR openembedded#801
    Clean up header inclusion logic to make hacking on code easier. PR openembedded#797
    GCC/Clang: Enable even more strict warnings to catch more coding flaws. 253bdee
    MSVC: Enable /W4 warning level. PR openembedded#792

Bugfixes:

    Tests: Fix thread race condition in test cases for EventThread. PR openembedded#803
    Windows: Fix building with UNICODE. PR openembedded#802
    Thread Saftey: ares_timeout() was missing lock. 74a64e4
    Fix building with DJGPP (32bit protected mode DOS). PR openembedded#789

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants