From 1a3c1d62959c26a2c8f9c070431b77411e4a5bd22c882ac7c588fe568e3711fa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 19 Oct 2023 08:50:54 +0000 Subject: [PATCH] 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 --- hwloc-2.9.2.tar.bz2 | 3 --- hwloc-2.9.3.tar.bz2 | 3 +++ hwloc.changes | 16 +++++++++++++++- hwloc.spec | 2 +- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 hwloc-2.9.2.tar.bz2 create mode 100644 hwloc-2.9.3.tar.bz2 diff --git a/hwloc-2.9.2.tar.bz2 b/hwloc-2.9.2.tar.bz2 deleted file mode 100644 index 8a4064f..0000000 --- a/hwloc-2.9.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a87fdf677f8b00b567d229b6320bf6b25c693edaa43e0b85268d999d6b060cf -size 6976699 diff --git a/hwloc-2.9.3.tar.bz2 b/hwloc-2.9.3.tar.bz2 new file mode 100644 index 0000000..a3896b7 --- /dev/null +++ b/hwloc-2.9.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4062ce556f6d3451fc177ffb8673a2120f81df6835dea6a21a90fbdfff0dec +size 6986142 diff --git a/hwloc.changes b/hwloc.changes index e446f9e..4058f5f 100644 --- a/hwloc.changes +++ b/hwloc.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Oct 18 11:26:32 UTC 2023 - Dominique Leuenberger + +- 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 @@ -11,7 +25,7 @@ Sun Jul 16 08:09:41 UTC 2023 - Dirk Müller 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 diff --git a/hwloc.spec b/hwloc.spec index 8a77153..4e618eb 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -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