From 7ef6ae723cd78cc528721067b77c6230ea1d3e34 Mon Sep 17 00:00:00 2001 From: Philip Kovacs Date: Mon, 25 May 2020 15:10:55 -0400 Subject: [PATCH 1/3] Release of 19.05.7 --- slurm.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/slurm.spec b/slurm.spec index b70f943..0e6ac74 100644 --- a/slurm.spec +++ b/slurm.spec @@ -15,7 +15,7 @@ %endif Name: slurm -Version: 19.05.6 +Version: 19.05.7 Release: 1%{?dist} Summary: Simple Linux Utility for Resource Management License: GPLv2 and BSD @@ -694,6 +694,9 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod %systemd_postun_with_restart slurmdbd.service %changelog +* Mon May 25 2020 Philip Kovacs - 19.05.7-1 +- Release of 19.05.7 + * Mon Mar 30 2020 Philip Kovacs - 19.05.6-1 - Release of 19.05.6 diff --git a/sources b/sources index 0cfa84d..715a17c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (slurm-19.05.6.tar.bz2) = 83ee22b763dd27f13fbb372449cd074df2177357812582473c28ecd4dac803365c8814b6f8a0928ac31325d1a0ba439b25c02a92d79132205244506a728fe583 +SHA512 (slurm-19.05.7.tar.bz2) = c9e6897702b3cf57e0c2abb16fe5c5af4c2b67e7384947c1501aa4b376d89dd07e171eaebdb20d701f4f473af6be7a54baab153cd421d215a5e8b0bb73d278d7 From 74e4c53483d0b4e18f56477b0dac0ae277b35253 Mon Sep 17 00:00:00 2001 From: Philip Kovacs Date: Tue, 17 Nov 2020 18:44:21 -0500 Subject: [PATCH 2/3] Release of 19.05.8 Closes security issues CVE-2020-27745 and CVE-2020-27746 --- slurm.spec | 6 +++++- sources | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/slurm.spec b/slurm.spec index 0e6ac74..577404a 100644 --- a/slurm.spec +++ b/slurm.spec @@ -15,7 +15,7 @@ %endif Name: slurm -Version: 19.05.7 +Version: 19.05.8 Release: 1%{?dist} Summary: Simple Linux Utility for Resource Management License: GPLv2 and BSD @@ -694,6 +694,10 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod %systemd_postun_with_restart slurmdbd.service %changelog +* Mon May 25 2020 Philip Kovacs - 19.05.8-1 +- Release of 19.05.8 +- Closes security issues CVE-2020-27745 and CVE-2020-27746 + * Mon May 25 2020 Philip Kovacs - 19.05.7-1 - Release of 19.05.7 diff --git a/sources b/sources index 715a17c..29b7d2b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (slurm-19.05.7.tar.bz2) = c9e6897702b3cf57e0c2abb16fe5c5af4c2b67e7384947c1501aa4b376d89dd07e171eaebdb20d701f4f473af6be7a54baab153cd421d215a5e8b0bb73d278d7 +SHA512 (slurm-19.05.8.tar.bz2) = 9e00a54673ef650cc3dbb09c2305abdca9fbbae0a776e8f67b5cf2120b6ff058fbc20cb902e366347a55540d647aec503a8263e86f8da86162c8b96f12d040c1 From 738e908b7d22f59f186960d0d400e91738066208 Mon Sep 17 00:00:00 2001 From: Philip Kovacs Date: Tue, 17 Nov 2020 18:54:39 -0500 Subject: [PATCH 3/3] Fix changelog date --- slurm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slurm.spec b/slurm.spec index 577404a..037bf98 100644 --- a/slurm.spec +++ b/slurm.spec @@ -694,7 +694,7 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod %systemd_postun_with_restart slurmdbd.service %changelog -* Mon May 25 2020 Philip Kovacs - 19.05.8-1 +* Tue Nov 17 2020 Philip Kovacs - 19.05.8-1 - Release of 19.05.8 - Closes security issues CVE-2020-27745 and CVE-2020-27746