Skip to content

libqmi: Upgrade to 1.34.0 release#748

Closed
capiman wants to merge 2 commits into
openembedded:masterfrom
capiman:patch-1
Closed

libqmi: Upgrade to 1.34.0 release#748
capiman wants to merge 2 commits into
openembedded:masterfrom
capiman:patch-1

Conversation

@capiman
Copy link
Copy Markdown
Contributor

@capiman capiman commented Oct 16, 2023

Switch libqmi from 1.32.4 to 1.34.0

Switch libqmi from 1.32.4 to 1.34.0
@shr-project
Copy link
Copy Markdown
Contributor

This doesn't do anything as you didn't update SRCREV, also follow the commit summary convention and put "libqmi: " prefix at the beginning.

@capiman capiman changed the title Update and rename libqmi_1.32.4.bb to libqmi_1.34.0.bb libqmi: Update and rename libqmi_1.32.4.bb to libqmi_1.34.0.bb Oct 16, 2023
@capiman capiman changed the title libqmi: Update and rename libqmi_1.32.4.bb to libqmi_1.34.0.bb libqmi: Upgrade to 1.34.0 release Oct 16, 2023
@capiman capiman closed this Oct 16, 2023
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 7, 2025
Changelog : https://github.com/c-ares/c-ares/releases/tag/cares-1_29_0

Features:

    When using ARES_OPT_EVENT_THREAD, automatically reload system configuration
    when network conditions change. PR openembedded#759
    Apple: reimplement DNS configuration reading to more accurately pull DNS
    settings. PR openembedded#750
    Add observability into DNS server health via a server state callback, invoked
    whenever a query finishes. PR openembedded#744
    Add server failover retry behavior, where failed servers are retried with
    small probability after a minimum delay. PR openembedded#731

Changes:

    Mark ares_channel_t * as const in more places in the public API. PR openembedded#758

Bugfixes:

    Due to a logic flaw dns name compression writing was not properly implemented
    which would result in the name prefix not being written for a partial match.
    This could cause issues in various record types such as MX records when using
    the deprecated API. Regression introduced in 1.28.0. Issue openembedded#757
    Revert OpenBSD SOCK_DNS flag, it doesn't do what the docs say it does and
    causes c-ares to become non-functional. PR openembedded#754
    ares_getnameinfo(): loosen validation on salen parameter. Issue openembedded#752
    cmake: Android requires C99. PR openembedded#748
    ares_queue_wait_empty() does not honor timeout_ms >= 0. Issue openembedded#742

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 7, 2025
Changelog : https://github.com/c-ares/c-ares/releases/tag/cares-1_29_0

Features:

    When using ARES_OPT_EVENT_THREAD, automatically reload system configuration
    when network conditions change. PR openembedded#759
    Apple: reimplement DNS configuration reading to more accurately pull DNS
    settings. PR openembedded#750
    Add observability into DNS server health via a server state callback, invoked
    whenever a query finishes. PR openembedded#744
    Add server failover retry behavior, where failed servers are retried with
    small probability after a minimum delay. PR openembedded#731

Changes:

    Mark ares_channel_t * as const in more places in the public API. PR openembedded#758

Bugfixes:

    Due to a logic flaw dns name compression writing was not properly implemented
    which would result in the name prefix not being written for a partial match.
    This could cause issues in various record types such as MX records when using
    the deprecated API. Regression introduced in 1.28.0. Issue openembedded#757
    Revert OpenBSD SOCK_DNS flag, it doesn't do what the docs say it does and
    causes c-ares to become non-functional. PR openembedded#754
    ares_getnameinfo(): loosen validation on salen parameter. Issue openembedded#752
    cmake: Android requires C99. PR openembedded#748
    ares_queue_wait_empty() does not honor timeout_ms >= 0. Issue openembedded#742

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 7, 2025
Changelog : https://github.com/c-ares/c-ares/releases/tag/cares-1_29_0

Features:

    When using ARES_OPT_EVENT_THREAD, automatically reload system configuration
    when network conditions change. PR openembedded#759
    Apple: reimplement DNS configuration reading to more accurately pull DNS
    settings. PR openembedded#750
    Add observability into DNS server health via a server state callback, invoked
    whenever a query finishes. PR openembedded#744
    Add server failover retry behavior, where failed servers are retried with
    small probability after a minimum delay. PR openembedded#731

Changes:

    Mark ares_channel_t * as const in more places in the public API. PR openembedded#758

Bugfixes:

    Due to a logic flaw dns name compression writing was not properly implemented
    which would result in the name prefix not being written for a partial match.
    This could cause issues in various record types such as MX records when using
    the deprecated API. Regression introduced in 1.28.0. Issue openembedded#757
    Revert OpenBSD SOCK_DNS flag, it doesn't do what the docs say it does and
    causes c-ares to become non-functional. PR openembedded#754
    ares_getnameinfo(): loosen validation on salen parameter. Issue openembedded#752
    cmake: Android requires C99. PR openembedded#748
    ares_queue_wait_empty() does not honor timeout_ms >= 0. Issue openembedded#742

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 7, 2025
Changelog : https://github.com/c-ares/c-ares/releases/tag/cares-1_29_0

Features:

    When using ARES_OPT_EVENT_THREAD, automatically reload system configuration
    when network conditions change. PR openembedded#759
    Apple: reimplement DNS configuration reading to more accurately pull DNS
    settings. PR openembedded#750
    Add observability into DNS server health via a server state callback, invoked
    whenever a query finishes. PR openembedded#744
    Add server failover retry behavior, where failed servers are retried with
    small probability after a minimum delay. PR openembedded#731

Changes:

    Mark ares_channel_t * as const in more places in the public API. PR openembedded#758

Bugfixes:

    Due to a logic flaw dns name compression writing was not properly implemented
    which would result in the name prefix not being written for a partial match.
    This could cause issues in various record types such as MX records when using
    the deprecated API. Regression introduced in 1.28.0. Issue openembedded#757
    Revert OpenBSD SOCK_DNS flag, it doesn't do what the docs say it does and
    causes c-ares to become non-functional. PR openembedded#754
    ares_getnameinfo(): loosen validation on salen parameter. Issue openembedded#752
    cmake: Android requires C99. PR openembedded#748
    ares_queue_wait_empty() does not honor timeout_ms >= 0. Issue openembedded#742

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 8, 2025
Changelog : https://github.com/c-ares/c-ares/releases/tag/cares-1_29_0

Features:

    When using ARES_OPT_EVENT_THREAD, automatically reload system configuration
    when network conditions change. PR openembedded#759
    Apple: reimplement DNS configuration reading to more accurately pull DNS
    settings. PR openembedded#750
    Add observability into DNS server health via a server state callback, invoked
    whenever a query finishes. PR openembedded#744
    Add server failover retry behavior, where failed servers are retried with
    small probability after a minimum delay. PR openembedded#731

Changes:

    Mark ares_channel_t * as const in more places in the public API. PR openembedded#758

Bugfixes:

    Due to a logic flaw dns name compression writing was not properly implemented
    which would result in the name prefix not being written for a partial match.
    This could cause issues in various record types such as MX records when using
    the deprecated API. Regression introduced in 1.28.0. Issue openembedded#757
    Revert OpenBSD SOCK_DNS flag, it doesn't do what the docs say it does and
    causes c-ares to become non-functional. PR openembedded#754
    ares_getnameinfo(): loosen validation on salen parameter. Issue openembedded#752
    cmake: Android requires C99. PR openembedded#748
    ares_queue_wait_empty() does not honor timeout_ms >= 0. Issue openembedded#742

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request May 13, 2026
Changelog:
===========
- Fix stack-buffer-overflow in Hunzip::getline
- Fix stack overflow in compound_check on Hungarian dictionaries
  under certain conditions
- Fix UB when SFX condition starts with '^' (#1095)
- Bounds-check continuation bytes in u8_u16 (#1110)
- oss-fuzz timeout/OOM hardenings
- Fix openembedded#715 CHECKCOMPOUNDCASE considers digits uppercase
- Fix openembedded#748 hzip: cannot write file
- Fix openembedded#1024 std::string bounds check
- Fix openembedded#1044 tools/analyze crash
- Fix #1076 flags 65520/65521 wrongly rejected
- Fix #1058 don't suggest the input word as its own correction
- Fix openembedded#1002 exact word marked as a near miss
- Fix tdf#125600 dotted-I regression
- Partial Unicode table refresh for Mc combining marks (#1057)
- Add Hunspell_add_with_flags / Hunspell::add_with_flags
- New SPELL_BEST_SUG flag, MAXBREAKDEPTH limit
- Replace clock() with std::chrono for suggestion time limits (openembedded#716)
- Improve exception safety (openembedded#587)
- Document analyze/stem/generate requirements (openembedded#554)
- Report iconv direction on private dic load failures (openembedded#619)
- Show dic load errors unconditionally (openembedded#1012)
- Rename es_EU to eu (#1113)
- Build fixes: out-of-tree, Windows ARM64, MSVC hzip tmpfile (openembedded#919),
  --disable-shared with mingw32 (openembedded#698), iconv on msys2 (openembedded#723),
  ncurses with separate tinfo
- New fuzzers: hzfuzzer, persdicfuzzer, parserfuzzer, affdicfuzzer
- Coverity-flagged fixes
- Merge in weblate translations

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.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