Skip to content

asio: update to 1.28.0#686

Closed
anagno wants to merge 1 commit into
openembedded:masterfrom
anagno:asio-update
Closed

asio: update to 1.28.0#686
anagno wants to merge 1 commit into
openembedded:masterfrom
anagno:asio-update

Conversation

@anagno

@anagno anagno commented May 9, 2023

Copy link
Copy Markdown
Contributor

Hello Everyone,

Thank you for the great project.

This PR just updates the asio library to the latest released version.

Kind regards,
Vasileios

P.S.:

License-Update: change in the copyright year [1]

[1] chriskohlhoff/asio@8d176a2

License-Update: change in the copyright year [1]

[1] chriskohlhoff/asio@8d176a2

Signed-off-by: Vasileios Anagnostopoulos <anagnwstopoulos@hotmail.com>
@anagno anagno mentioned this pull request May 9, 2023
@kraj

kraj commented May 13, 2023

Copy link
Copy Markdown
Contributor

applied with d0f8afe

@kraj kraj closed this May 13, 2023
pberginkonsult pushed a commit to pberginkonsult/meta-openembedded that referenced this pull request May 22, 2023
Changelog:
==========
Correct timeout in call to poll.poll (openembedded#687)
Revert "Revert "Fix error with select when python process exceeds 1024 open file descriptors"" (openembedded#686)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Mar 31, 2026
Version 1.84.2
--------------

- Closed bugs and merge requests:
  * GtkNotebook.pages GListModel is inaccessible from GJS [openembedded#686, !992, Philip
    Chimento]

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Apr 1, 2026
Version 1.84.2
--------------

- Closed bugs and merge requests:
  * GtkNotebook.pages GListModel is inaccessible from GJS [openembedded#686, !992, Philip
    Chimento]

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
halstead pushed a commit that referenced this pull request May 7, 2026
Version 1.84.2
--------------

- Closed bugs and merge requests:
  * GtkNotebook.pages GListModel is inaccessible from GJS [#686, !992, Philip
    Chimento]

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
(cherry picked from commit 3797a82)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 18, 2026
Changelog:
============
- Support free threaded Python. openembedded#654, openembedded#686
- Dropped support for Python 3.9. openembedded#656
- Fix missing error checks in C code. openembedded#665, openembedded#666, openembedded#667, openembedded#672
- Fix strict_map_key option didn't work for object_pairs_hook. openembedded#673
- Increase DEFAULT_RECURSE_LIMIT of Unpacker to 1024. openembedded#676
- Fix memory leak when Unpacker returns error for invalid input. openembedded#671
- Fix Packer.pack_ext_type() ignored autoreset option. openembedded#663
- Fix Timestamp.from_datetime() returning wrong value for pre-epoch datetimes. openembedded#662
- Fix use-after-free in unpackb() and Unpacker.unpack() for non-contiguous input. openembedded#677
- Fix possible memory leak when calling Unpacker.__init__() several times. openembedded#687

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 18, 2026
Changelog:
============
- Support free threaded Python. openembedded#654, openembedded#686
- Dropped support for Python 3.9. openembedded#656
- Fix missing error checks in C code. openembedded#665, openembedded#666, openembedded#667, openembedded#672
- Fix strict_map_key option didn't work for object_pairs_hook. openembedded#673
- Increase DEFAULT_RECURSE_LIMIT of Unpacker to 1024. openembedded#676
- Fix memory leak when Unpacker returns error for invalid input. openembedded#671
- Fix Packer.pack_ext_type() ignored autoreset option. openembedded#663
- Fix Timestamp.from_datetime() returning wrong value for pre-epoch datetimes. openembedded#662
- Fix use-after-free in unpackb() and Unpacker.unpack() for non-contiguous input. openembedded#677
- Fix possible memory leak when calling Unpacker.__init__() several times. openembedded#687

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 18, 2026
Changelog:
============
- Support free threaded Python. openembedded#654, openembedded#686
- Dropped support for Python 3.9. openembedded#656
- Fix missing error checks in C code. openembedded#665, openembedded#666, openembedded#667, openembedded#672
- Fix strict_map_key option didn't work for object_pairs_hook. openembedded#673
- Increase DEFAULT_RECURSE_LIMIT of Unpacker to 1024. openembedded#676
- Fix memory leak when Unpacker returns error for invalid input. openembedded#671
- Fix Packer.pack_ext_type() ignored autoreset option. openembedded#663
- Fix Timestamp.from_datetime() returning wrong value for pre-epoch datetimes. openembedded#662
- Fix use-after-free in unpackb() and Unpacker.unpack() for non-contiguous input. openembedded#677
- Fix possible memory leak when calling Unpacker.__init__() several times. openembedded#687

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 21, 2026
Changelog:
============
- Support free threaded Python. openembedded#654, openembedded#686
- Dropped support for Python 3.9. openembedded#656
- Fix missing error checks in C code. openembedded#665, openembedded#666, openembedded#667, openembedded#672
- Fix strict_map_key option didn't work for object_pairs_hook. openembedded#673
- Increase DEFAULT_RECURSE_LIMIT of Unpacker to 1024. openembedded#676
- Fix memory leak when Unpacker returns error for invalid input. openembedded#671
- Fix Packer.pack_ext_type() ignored autoreset option. openembedded#663
- Fix Timestamp.from_datetime() returning wrong value for pre-epoch datetimes. openembedded#662
- Fix use-after-free in unpackb() and Unpacker.unpack() for non-contiguous input. openembedded#677
- Fix possible memory leak when calling Unpacker.__init__() several times. openembedded#687

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