Accepting request 1118570 from home:dimstar:Factory

- Update to version 2.9.3:
  * Handle Linux glibc allocation errors in binding routines (CVE-2022-47022).
  * Fix hwloc-calc when searching objects on heterogeneous memory platforms,
  * Fix hwloc_get_next_child() when there are some memory-side caches.
  * Don't crash if the topology is empty because Linux cgroups are wrong.
  * Improve some hwloc-bind warnings in case of command-line parsing errors.
  * Many documentation improvements all over the place, including:
    + hwloc_topology_restrict() and hwloc_topology_insert_group() may reorder
      children, causing the logical indexes of objects to change.

  * Documentation improvements

OBS-URL: https://build.opensuse.org/request/show/1118570
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=68
This commit is contained in:
Dirk Mueller 2023-10-19 08:50:54 +00:00 committed by Git OBS Bridge
parent 97472e4659
commit 1a3c1d6295
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a87fdf677f8b00b567d229b6320bf6b25c693edaa43e0b85268d999d6b060cf
size 6976699

BIN
hwloc-2.9.3.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Oct 18 11:26:32 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.9.3:
* Handle Linux glibc allocation errors in binding routines (CVE-2022-47022).
* Fix hwloc-calc when searching objects on heterogeneous memory platforms,
* Fix hwloc_get_next_child() when there are some memory-side caches.
* Don't crash if the topology is empty because Linux cgroups are wrong.
* Improve some hwloc-bind warnings in case of command-line parsing errors.
* Many documentation improvements all over the place, including:
+ hwloc_topology_restrict() and hwloc_topology_insert_group() may reorder
children, causing the logical indexes of objects to change.
-------------------------------------------------------------------
Sun Jul 16 08:09:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
@ -11,7 +25,7 @@ Sun Jul 16 08:09:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
topologies.
* Fix size units in hwloc-annotate.
* Improve bitmap reallocation error management in many functions.
* Documentation improvements
* Documentation improvements
-------------------------------------------------------------------
Tue Jun 20 20:22:08 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -29,7 +29,7 @@
%global lname libhwloc15
Name: hwloc
Version: 2.9.2
Version: 2.9.3
Release: 0
Summary: Portable Hardware Locality
License: BSD-3-Clause