From 370ac32279ab6a33ce051355370d162fe53ae6d040cceb8748edc4e3a1d14fcf Mon Sep 17 00:00:00 2001 From: Ana Guerrero Date: Wed, 18 Nov 2020 09:57:56 +0000 Subject: [PATCH] Accepting request 849252 from home:anag:branches:network:cluster - Updated to 20.02.6, addresses two security fixes: * PMIx - fix potential buffer overflows from use of unpackmem(). CVE-2020-27745 (bsc#1178890) * X11 forwarding - fix potential leak of the magic cookie when sent as an argument to the xauth command. CVE-2020-27746 (bsc#1178891) - And many other bugfixes, full log and details available at: * https://lists.schedmd.com/pipermail/slurm-announce/2020/000045.html OBS-URL: https://build.opensuse.org/request/show/849252 OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=158 --- slurm-20.02.5.tar.bz2 | 3 --- slurm-20.02.6.tar.bz2 | 3 +++ slurm.changes | 11 +++++++++++ slurm.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 slurm-20.02.5.tar.bz2 create mode 100644 slurm-20.02.6.tar.bz2 diff --git a/slurm-20.02.5.tar.bz2 b/slurm-20.02.5.tar.bz2 deleted file mode 100644 index 2e38cd3..0000000 --- a/slurm-20.02.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c32a7a32010a526bb8a303df1df081c79dbe15423576543a73c65bdd33301723 -size 6325393 diff --git a/slurm-20.02.6.tar.bz2 b/slurm-20.02.6.tar.bz2 new file mode 100644 index 0000000..1ba1f39 --- /dev/null +++ b/slurm-20.02.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019ccdee6f9cd794ba1417ee4db04aa3780b66e5495a1275c3d278eb9f34274a +size 6361077 diff --git a/slurm.changes b/slurm.changes index 03ebc19..1b7ba99 100644 --- a/slurm.changes +++ b/slurm.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Nov 18 08:40:59 UTC 2020 - Ana Guerrero Lopez + +- Updated to 20.02.6, addresses two security fixes: + * PMIx - fix potential buffer overflows from use of unpackmem(). + CVE-2020-27745 (bsc#1178890) + * X11 forwarding - fix potential leak of the magic cookie when sent as an + argument to the xauth command. CVE-2020-27746 (bsc#1178891) +- And many other bugfixes, full log and details available at: + * https://lists.schedmd.com/pipermail/slurm-announce/2020/000045.html + ------------------------------------------------------------------- Thu Oct 29 12:35:18 UTC 2020 - Ana Guerrero Lopez diff --git a/slurm.spec b/slurm.spec index e55dff3..eaef17f 100644 --- a/slurm.spec +++ b/slurm.spec @@ -18,7 +18,7 @@ # Check file META in sources: update so_version to (API_CURRENT - API_AGE) %define so_version 35 -%define ver 20.02.5 +%define ver 20.02.6 %define _ver _20_02 %define dl_ver %{ver} # so-version is 0 and seems to be stable