diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-18 22:13:00 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-18 22:26:58 +0100 |
commit | 9adb7c18c4707e89084824854d4e8cce3157df6e (patch) | |
tree | 0df57b2d688ae65a1dc99137a4e4b91f81438e4d /sysutils/slurm-wlm/files/patch-src_common_conmgr.c | |
parent | science/siesta: Update WWW (diff) |
sysutils/slurm-wlm: upgrade to 23.11.1
Releases notes at <https://www.schedmd.com/news.php>.
Remark: MySQL is no more an option.
Security: CVE-2023-49933 through CVE-2023-49938
Differential Revision: <https://reviews.freebsd.org/D42764>
Diffstat (limited to 'sysutils/slurm-wlm/files/patch-src_common_conmgr.c')
-rw-r--r-- | sysutils/slurm-wlm/files/patch-src_common_conmgr.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/slurm-wlm/files/patch-src_common_conmgr.c b/sysutils/slurm-wlm/files/patch-src_common_conmgr.c new file mode 100644 index 000000000000..4a536f2854cc --- /dev/null +++ b/sysutils/slurm-wlm/files/patch-src_common_conmgr.c @@ -0,0 +1,11 @@ +--- src/common/conmgr.c.orig 2023-11-21 22:33:29 UTC ++++ src/common/conmgr.c +@@ -47,6 +47,8 @@ + #include <sys/stat.h> + #include <sys/types.h> + #include <sys/un.h> ++#include <sys/param.h> ++#include <sys/ucred.h> + #include <time.h> + #include <unistd.h> + |