From 1536bac0dd26d81e315652929b8bfaff9c136089 Mon Sep 17 00:00:00 2001 From: Generic Rikka Date: Sat, 22 Nov 2025 19:12:47 +0300 Subject: sysutils/slurm-wlm: Update 23.11.7 => 25.11.0 Changelogs: https://github.com/SchedMD/slurm/blob/slurm-25.11/CHANGELOG/slurm-23.11.md https://github.com/SchedMD/slurm/blob/slurm-25.11/CHANGELOG/slurm-24.05.md https://github.com/SchedMD/slurm/blob/slurm-25.11/CHANGELOG/slurm-24.11.md https://github.com/SchedMD/slurm/blob/slurm-25.11/CHANGELOG/slurm-25.05.md https://github.com/SchedMD/slurm/blob/slurm-25.11/CHANGELOG/slurm-25.11.md PR: 289656 289141 289394 --- .../slurm-wlm/files/patch-src_common_xsystemd.c | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 sysutils/slurm-wlm/files/patch-src_common_xsystemd.c (limited to 'sysutils/slurm-wlm/files/patch-src_common_xsystemd.c') diff --git a/sysutils/slurm-wlm/files/patch-src_common_xsystemd.c b/sysutils/slurm-wlm/files/patch-src_common_xsystemd.c deleted file mode 100644 index 91e7dc9b41ac..000000000000 --- a/sysutils/slurm-wlm/files/patch-src_common_xsystemd.c +++ /dev/null @@ -1,25 +0,0 @@ ---- src/common/xsystemd.c.orig 2024-05-21 17:19:51 UTC -+++ src/common/xsystemd.c -@@ -36,6 +36,9 @@ - - #include - #include -+#include -+#include -+#include - - #include "src/common/log.h" - #include "src/common/slurm_protocol_defs.h" -@@ -57,7 +60,12 @@ extern void xsystemd_change_mainpid(pid_t pid) - } - - strlcpy(addr.sun_path, notify_socket, sizeof(addr.sun_path)); -+#if defined(__FreeBSD__) -+ len = (socklen_t)SUN_LEN(&addr); -+ addr.sun_len = (uint8_t)len; -+#else - len = strlen(addr.sun_path) + 1 + sizeof(addr.sun_family); -+#endif - - if ((fd = socket(AF_UNIX, SOCK_DGRAM, 0)) < 0) { - error("%s: socket() failed: %m", __func__); -- cgit v1.2.3