| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The CPU_OR macro has been made compatible with GLIBC on -CURRENT,
the FreeBSD specific alternative is therefore no longer required.
While here pass --disable-slurmrestd to prevent the auto-configure
script from attempting to build slurmrestd if glib is found by
auto-configure (it does not build on FreeBSD due to Linux specific
headers and shell features provided by Bash but by the /bin/sh in
FreeBSD).
This port has numerous build issues when not building in a clean
jail (i.e. on a system with a previous version installed or with
other software that is detected by auto-configure).
The port revision is not bumped since these changes do not modify
the package that is generated.
|
|
|
|
|
| |
Add latest patch set (too numerous to cover, see RELEASE_NOTES in the dist)
Remove upstreamed patches
|
|
|
|
|
|
|
|
| |
PR: 252567
Submitted by: thierry
Notes:
svn path=/head/; revision=562629
|
|
|
|
|
|
|
|
|
|
| |
Also minor improvements to example slurm.conf
PR: 252495
Reported by: thierry
Notes:
svn path=/head/; revision=560733
|
|
|
|
|
|
|
|
|
|
| |
Fixes runtime regression caused by r546150
Reported by: jrm
MFH: 2020Q4
Notes:
svn path=/head/; revision=557295
|
|
|
|
|
|
|
|
|
|
|
| |
PR opened upstream
Make sure patch files have meaningful names
PR: 251471
Reported by: greg@unrelenting.technology
Notes:
svn path=/head/; revision=556796
|
|
|
|
|
|
|
|
|
|
| |
Add two patches based on upstream changes to fix the build of
sysutils/slurm-wlm with -fno-common, which is the default with llvm 11.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum)
Notes:
svn path=/head/; revision=546150
|
|
|
|
|
|
|
| |
Fixes an oversight in a new patch for 20.02.1
Notes:
svn path=/head/; revision=531764
|
|
|
|
|
|
|
|
|
| |
Numerous bug fixes and enhancements
Reported by: portscout
Notes:
svn path=/head/; revision=531468
|
|
|
|
|
|
|
|
| |
PR: ports/244508
Submitted by: dim
Notes:
svn path=/head/; revision=528464
|
|
|
|
|
|
|
|
|
|
| |
Fix recent CVEs
Clean up config file example patches
Reported by: pkgsrc-security
Notes:
svn path=/head/; revision=523858
|
|
|
|
|
|
|
|
| |
Disables linux-specific code when using jobacct_gather/linux for now.
Long-term solution is to revamp job accounting code for FreeBSD.
Notes:
svn path=/head/; revision=512031
|
|
|
|
|
|
|
|
| |
Resolves CVE-2019-12838
Add NOT_FOR_ARCHS since upstream has deprecated 32-bit architectures
Notes:
svn path=/head/; revision=507030
|
|
|
|
|
|
|
|
|
| |
Improve default settings for FreeBSD
Reviewed by: jrm
Notes:
svn path=/head/; revision=501674
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix build when WITHOUT_KERBEROS is used by patching files to remove
'#include <roken.h>'. [1]
- Fix configure when PREFIX is set to something other than /usr/local. The
check for man2html is hard-coded to search /usr/bin and
/usr/local/bin. [2]
PR: 225989
Submitted by: tijl [1] jwb [2]
Notes:
svn path=/head/; revision=462368
|
|
|
|
|
|
|
| |
Upstream changes: https://github.com/SchedMD/slurm/blob/slurm-17.02/NEWS
Notes:
svn path=/head/; revision=444989
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
default slurm.conf, silence QA warning about liblz4, patch to make
/usr/bin/mail the default.
- Fix task affinity. The reinplace for cpuset_setaffinity should not have
been removed as it was not one of the patches incorporated upstream.
- The MYSQL and GTK2 options were not functioning properly when off. If
mysql and gtk2 were installed during configure phase, slurm would build
sview and mysql support whether or not the options were selected.
Poudriere will not catch this sort of problem. I tested by installing
with all options enabled so that all possible dependencies would be
installed, and then rebuilding with all options off. No QA warnings in
either case now.
- Remove the outdated files/slurm.conf.sample. Install a patched version
of the included slurm.conf file instead.
- Patch to make /usr/bin/mail the default, so that mail will work out of
the box instead of requiring an override in slurm.conf.
- Silence a QA warning about liblz4 by adding archivers/liblz4 to
LIB_DEPENDS.
PR: 218044
Submitted by: bacon4000@gmail.com
Approved by: swills (mentor, implicit)
Notes:
svn path=/head/; revision=436851
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove patch that has been incorporated upstream.
No release notes are to be found.
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8834
Notes:
svn path=/head/; revision=428849
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes in Slurm 16.05.6:
https://github.com/SchedMD/slurm/blob/master/NEWS
Port changes: Added a patch to fix a build issue. The patch was also
accepted upstream and should appear in the next Slurm release.
Reviewed by: mat
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8411
Notes:
svn path=/head/; revision=425171
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add readline to USES (bin/sacctmgr now links to libreadline and
libhistory)
- Remove Cray node features patch now that it has been incorporated
upstream
- Update pkg-plist
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8095
Notes:
svn path=/head/; revision=423031
|
|
|
|
|
|
|
|
|
|
| |
PR: 210648
Changes: https://github.com/SchedMD/slurm/blob/master/NEWS
Reported by: w.schwarzenfeld@utanet.at
Submitted by: Joseph Mingrone <jrm@ftfl.ca> (maintainer)
Notes:
svn path=/head/; revision=420833
|
|
|
|
|
|
|
|
| |
PR: 209587
Submitted by: Joseph Mingrone <jrm@ftfl.ca> (maintainer)
Notes:
svn path=/head/; revision=415515
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/SchedMD/slurm/blob/921064fefd9cb3ea3e997e0f79a3c016c8d30c7c/RELEASE_NOTES
PR: 207967
Notes:
svn path=/head/; revision=411292
|
|
Update to 14.11.8
Upstream is standardizing on "slurm-wlm", so we are renaming the port
accordingly.
PR: 200381
Approved by: maintainer
Notes:
svn path=/head/; revision=393090
|