Skip to content

uutils-coreutils: upgrade 0.5.0 -> 0.6.0#1024

Closed
Ecordonnier wants to merge 1 commit into
openembedded:masterfrom
Ecordonnier:eco/uutils-0.6.0
Closed

uutils-coreutils: upgrade 0.5.0 -> 0.6.0#1024
Ecordonnier wants to merge 1 commit into
openembedded:masterfrom
Ecordonnier:eco/uutils-0.6.0

Conversation

@Ecordonnier
Copy link
Copy Markdown
Contributor

@anujm1
Copy link
Copy Markdown
Contributor

anujm1 commented Feb 5, 2026

Can you please send this to mailing list instead: https://git.openembedded.org/meta-openembedded/tree/meta-oe/README.md

@Ecordonnier
Copy link
Copy Markdown
Contributor Author

Can you please send this to mailing list instead: https://git.openembedded.org/meta-openembedded/tree/meta-oe/README.md

Why? Are github PRs not supported any more for meta-openembedded?

@anujm1
Copy link
Copy Markdown
Contributor

anujm1 commented Feb 5, 2026

Why? Are github PRs not supported any more for meta-openembedded?

I don't think they were ever supported. Maintainers look at PRs sometimes but that is not an expected workflow. The README I linked to explains why.

@Ecordonnier
Copy link
Copy Markdown
Contributor Author

Ecordonnier commented Feb 5, 2026

Why? Are github PRs not supported any more for meta-openembedded?

I don't think they were ever supported. Maintainers look at PRs sometimes but that is not an expected workflow. The README I linked to explains why.

It has been de facto an accepted workflow for years, and the patch I've sent was added to master-next shortly after the github PR was opened. gmail app passwords / OAuth2 is forbidden for third party applications by default by many companies, and makes "git send-email" impossible to use by default without a lot of extra effort requiring IT exceptions, so I would recommend to keep accepting github PRs to avoid creating a significant barrier to entry for contributors.

@Ecordonnier
Copy link
Copy Markdown
Contributor Author

Merged as 5ff9251

@Ecordonnier Ecordonnier closed this Feb 6, 2026
troth pushed a commit to troth/meta-openembedded that referenced this pull request Mar 11, 2026
Upgrade to release 1.9.0:

- 1.9.0
  - Remove Python 3.8 support (EOL), add Python 3.13 (5f25030)
  - Remove localhost and 127.0.0.1 from default NO_PROXY list (openembedded#994)
  - Support IPv6 CIDRs in the no_proxy option (openembedded#1033)
  - Fix thread safety condition in `teardown()` to improve `run_forever()` (openembedded#1015)
  - Fix openembedded#1024 by chunking data, recursion in on_error callback, thread leak in `_stop_ping_thread()`, avoid implicit None in `recv()` (openembedded#1036)
  - Avoid bare except clauses for better error handling (openembedded#1036)
  - Fix async (openembedded#983)
  - Resolve mypy type errors (openembedded#996, openembedded#1006, 813d570)
  - Test coverage improvements (openembedded#1035, openembedded#1036)
  - flake8 linting improvements (openembedded#1034)

- 1.8.0
  - Added `on_reconnect` parameter to WebSocketApp to handle callback ambiguity (openembedded#972)
  - Improve handling of SSLEOFError and use reconnect bool (openembedded#961)
  - Minor linting and docs CI build upgrades (981c00e, 75ba91a, bec2608)

License-Update: copyright years refreshed

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Mar 16, 2026
Upgrade to release 1.9.0:

- 1.9.0
  - Remove Python 3.8 support (EOL), add Python 3.13 (5f25030)
  - Remove localhost and 127.0.0.1 from default NO_PROXY list (openembedded#994)
  - Support IPv6 CIDRs in the no_proxy option (openembedded#1033)
  - Fix thread safety condition in `teardown()` to improve `run_forever()` (openembedded#1015)
  - Fix openembedded#1024 by chunking data, recursion in on_error callback, thread leak in `_stop_ping_thread()`, avoid implicit None in `recv()` (openembedded#1036)
  - Avoid bare except clauses for better error handling (openembedded#1036)
  - Fix async (openembedded#983)
  - Resolve mypy type errors (openembedded#996, openembedded#1006, 813d570)
  - Test coverage improvements (openembedded#1035, openembedded#1036)
  - flake8 linting improvements (openembedded#1034)

- 1.8.0
  - Added `on_reconnect` parameter to WebSocketApp to handle callback ambiguity (openembedded#972)
  - Improve handling of SSLEOFError and use reconnect bool (openembedded#961)
  - Minor linting and docs CI build upgrades (981c00e, 75ba91a, bec2608)

License-Update: copyright years refreshed

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Mar 16, 2026
Upgrade to release 1.9.0:

- 1.9.0
  - Remove Python 3.8 support (EOL), add Python 3.13 (5f25030)
  - Remove localhost and 127.0.0.1 from default NO_PROXY list (openembedded#994)
  - Support IPv6 CIDRs in the no_proxy option (openembedded#1033)
  - Fix thread safety condition in `teardown()` to improve `run_forever()` (openembedded#1015)
  - Fix openembedded#1024 by chunking data, recursion in on_error callback, thread leak in `_stop_ping_thread()`, avoid implicit None in `recv()` (openembedded#1036)
  - Avoid bare except clauses for better error handling (openembedded#1036)
  - Fix async (openembedded#983)
  - Resolve mypy type errors (openembedded#996, openembedded#1006, 813d570)
  - Test coverage improvements (openembedded#1035, openembedded#1036)
  - flake8 linting improvements (openembedded#1034)

- 1.8.0
  - Added `on_reconnect` parameter to WebSocketApp to handle callback ambiguity (openembedded#972)
  - Improve handling of SSLEOFError and use reconnect bool (openembedded#961)
  - Minor linting and docs CI build upgrades (981c00e, 75ba91a, bec2608)

License-Update: copyright years refreshed

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
troth pushed a commit to troth/meta-openembedded that referenced this pull request Mar 17, 2026
Upgrade to release 1.9.0:

- 1.9.0
  - Remove Python 3.8 support (EOL), add Python 3.13 (5f25030)
  - Remove localhost and 127.0.0.1 from default NO_PROXY list (openembedded#994)
  - Support IPv6 CIDRs in the no_proxy option (openembedded#1033)
  - Fix thread safety condition in `teardown()` to improve `run_forever()` (openembedded#1015)
  - Fix openembedded#1024 by chunking data, recursion in on_error callback, thread leak in `_stop_ping_thread()`, avoid implicit None in `recv()` (openembedded#1036)
  - Avoid bare except clauses for better error handling (openembedded#1036)
  - Fix async (openembedded#983)
  - Resolve mypy type errors (openembedded#996, openembedded#1006, 813d570)
  - Test coverage improvements (openembedded#1035, openembedded#1036)
  - flake8 linting improvements (openembedded#1034)

- 1.8.0
  - Added `on_reconnect` parameter to WebSocketApp to handle callback ambiguity (openembedded#972)
  - Improve handling of SSLEOFError and use reconnect bool (openembedded#961)
  - Minor linting and docs CI build upgrades (981c00e, 75ba91a, bec2608)

License-Update: copyright years refreshed

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Mar 17, 2026
Upgrade to release 1.9.0:

- 1.9.0
  - Remove Python 3.8 support (EOL), add Python 3.13 (5f25030)
  - Remove localhost and 127.0.0.1 from default NO_PROXY list (openembedded#994)
  - Support IPv6 CIDRs in the no_proxy option (openembedded#1033)
  - Fix thread safety condition in `teardown()` to improve `run_forever()` (openembedded#1015)
  - Fix openembedded#1024 by chunking data, recursion in on_error callback, thread leak in `_stop_ping_thread()`, avoid implicit None in `recv()` (openembedded#1036)
  - Avoid bare except clauses for better error handling (openembedded#1036)
  - Fix async (openembedded#983)
  - Resolve mypy type errors (openembedded#996, openembedded#1006, 813d570)
  - Test coverage improvements (openembedded#1035, openembedded#1036)
  - flake8 linting improvements (openembedded#1034)

- 1.8.0
  - Added `on_reconnect` parameter to WebSocketApp to handle callback ambiguity (openembedded#972)
  - Improve handling of SSLEOFError and use reconnect bool (openembedded#961)
  - Minor linting and docs CI build upgrades (981c00e, 75ba91a, bec2608)

License-Update: copyright years refreshed

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Mar 17, 2026
Upgrade to release 1.9.0:

- 1.9.0
  - Remove Python 3.8 support (EOL), add Python 3.13 (5f25030)
  - Remove localhost and 127.0.0.1 from default NO_PROXY list (openembedded#994)
  - Support IPv6 CIDRs in the no_proxy option (openembedded#1033)
  - Fix thread safety condition in `teardown()` to improve `run_forever()` (openembedded#1015)
  - Fix openembedded#1024 by chunking data, recursion in on_error callback, thread leak in `_stop_ping_thread()`, avoid implicit None in `recv()` (openembedded#1036)
  - Avoid bare except clauses for better error handling (openembedded#1036)
  - Fix async (openembedded#983)
  - Resolve mypy type errors (openembedded#996, openembedded#1006, 813d570)
  - Test coverage improvements (openembedded#1035, openembedded#1036)
  - flake8 linting improvements (openembedded#1034)

- 1.8.0
  - Added `on_reconnect` parameter to WebSocketApp to handle callback ambiguity (openembedded#972)
  - Improve handling of SSLEOFError and use reconnect bool (openembedded#961)
  - Minor linting and docs CI build upgrades (981c00e, 75ba91a, bec2608)

License-Update: copyright years refreshed

Signed-off-by: Ryan Eatmon <reatmon@ti.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