Package Release Info

pmix-3.2.5-bp160.1.5

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libmca_common_dstore1
libpmix2
pmix
pmix-devel
pmix-headers
pmix-mca-params
pmix-plugin-munge
pmix-plugins
pmix-test

Change Logs

* Wed Jun 26 2024 Nicolas Morey <nicolas.morey@suse.com>
- Disable build for 32b architectures
* Sun Feb 18 2024 Andrea Manzini <andrea.manzini@suse.com>
- Update to 3.2.5:
  * fix for CVE-2023-41915: Do not follow links when doing "chown"
- Update to 3.2.4:
  * Must spawn something in tests
  * direct: ptl/base: retry recv when it encounter EAGAIN or EWOULDBLOCK
  * direct: Make abort on component not found optional
- dropped patch Fix-a-potential-vulnerability-which-allows-chown-on-user-created-links.patch
  as already included in upstream
* Tue Sep 12 2023 Egbert Eich <eich@suse.com>
- Fix a potential vulnerability where a `chown` may follow a
  user-created link:
  Fix-a-potential-vulnerability-which-allows-chown-on-user-created-links.patch
  (CVE-2023-41915, bsc#1215190).
* Tue Mar 21 2023 Egbert Eich <eich@suse.com>
- Move the requirement for pmix-runtime-config to libpmix2 and make
  it version-independent (bsc#1209473).
- Install pmix-plugin-munge if munge is installed.
- Use correct prerequisite name: pmix-plugin-munge not pmix-plugins-munge
* Mon Mar 20 2023 Dominique Leuenberger <dimstar@opensuse.org>
- The devel package must require the actual library libpmix2.
* Fri Mar 17 2023 Christian Goll <cgoll@suse.com>
- removed library plugin for slurm as a fix was applied there,
  (bsc#1209260)
* Tue Mar 14 2023 Egbert Eich <eich@suse.com>
- Create library plugin for Slurm: it contains the libpmix.so
  link which normally goes into the devel package - without
  the headers (bsc#1209260).
* Mon Jul 11 2022 Egbert Eich <eich@suse.com>
- Separate out psec munge plugin to avoid dependency creep.
* Wed Jul 06 2022 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Enable build on i686 and armv7
- Move test files to %{_libexecdir}/pmix/tests to avoid conflicts
  on 32 bits systems
* Sat Jul 02 2022 Egbert Eich <eich@suse.com>
- Provide Pmix tests in a test package to give users the
  opportunity to test their setup. This is particularly
  useful for Slurm.