public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom spot Callaway <spotaws@amazon.com>
To: git-commits@fedoraproject.org
Subject: [rpms/slurm] epel10: fix patch to check for network byte order, which htonl just forced
Date: Wed, 22 Jul 2026 07:55:51 GMT [thread overview]
Message-ID: <178470695148.1.3609978619132569071.rpms-slurm-e236bb5b4af5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/slurm
Branch : epel10
Commit : e236bb5b4af5138ea48671bdf6936af08cf47909
Author : Tom spot Callaway <spotaws@amazon.com>
Date : 2026-03-16T15:14:56-04:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/slurm/c/e236bb5b4af5138ea48671bdf6936af08cf47909?branch=epel10
Log:
fix patch to check for network byte order, which htonl just forced
---
diff --git a/slurm-25.11.4-dns_test-s390-fix.patch b/slurm-25.11.4-dns_test-s390-fix.patch
index f0b8e48..fe463a4 100644
--- a/slurm-25.11.4-dns_test-s390-fix.patch
+++ b/slurm-25.11.4-dns_test-s390-fix.patch
@@ -7,8 +7,8 @@ diff -up slurm-25.11.4/testsuite/slurm_unit/common/dns-test.c.s390 slurm-25.11.4
#endif /* INADDR_DUMMY */
- tip4(0xee10eea1, 44, "161.238.16.238:44");
- tip4(0xee10eea1, 0, "161.238.16.238");
-+ tip4(htonl(0xee10eea1), 44, "161.238.16.238:44");
-+ tip4(htonl(0xee10eea1), 0, "161.238.16.238");
++ tip4(htonl(0xee10eea1), 44, "238.16.238.161:44");
++ tip4(htonl(0xee10eea1), 0, "238.16.238.161");
tip6({ { { 0 } } }, 0, "[::]");
tip6({ { { 0 } } }, 50, "[::]:50");
reply other threads:[~2026-07-22 7:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178470695148.1.3609978619132569071.rpms-slurm-e236bb5b4af5@fedoraproject.org \
--to=spotaws@amazon.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox