notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/slurm-wlm/pkg-plist

Number of commits found: 21

Wednesday, 24 Apr 2024
21:21 Piotr Kubaj (pkubaj) search for other commits by this committer
sysutils/slurm-wlm: fix build on powerpc64*

While here, also enable ofed libraries which don't seem to be experimental
anymore.
commit hash: b1e6d53ca84c39a466d21c43bb7ac503bd9635e5 commit hash: b1e6d53ca84c39a466d21c43bb7ac503bd9635e5 commit hash: b1e6d53ca84c39a466d21c43bb7ac503bd9635e5 commit hash: b1e6d53ca84c39a466d21c43bb7ac503bd9635e5 b1e6d53
Tuesday, 30 Jan 2024
11:49 Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/slurm-wlm: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: c8857bc81b876f040cd49863be3445f9f023b5da commit hash: c8857bc81b876f040cd49863be3445f9f023b5da commit hash: c8857bc81b876f040cd49863be3445f9f023b5da commit hash: c8857bc81b876f040cd49863be3445f9f023b5da c8857bc
Wednesday, 20 Dec 2023
11:09 Thierry Thomas (thierry) search for other commits by this committer
sysutils/slurm-wlm: fix plist without HDF5

Reported by:	leres@
commit hash: 032d1bda3e7b86c97ee93dbe839b6f1ea2863419 commit hash: 032d1bda3e7b86c97ee93dbe839b6f1ea2863419 commit hash: 032d1bda3e7b86c97ee93dbe839b6f1ea2863419 commit hash: 032d1bda3e7b86c97ee93dbe839b6f1ea2863419 032d1bd
Monday, 18 Dec 2023
21:26 Thierry Thomas (thierry) search for other commits by this committer
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>
commit hash: 9adb7c18c4707e89084824854d4e8cce3157df6e commit hash: 9adb7c18c4707e89084824854d4e8cce3157df6e commit hash: 9adb7c18c4707e89084824854d4e8cce3157df6e commit hash: 9adb7c18c4707e89084824854d4e8cce3157df6e 9adb7c1
Thursday, 24 Jun 2021
21:52 Jason W. Bacon (jwb) search for other commits by this committer
sysutils/slurm-wlm: Update to 20.02.7

Add latest patch set (too numerous to cover, see RELEASE_NOTES in the dist)
Remove upstreamed patches
commit hash: 287eab190236e73e6455835fe15253fee62e3f42 commit hash: 287eab190236e73e6455835fe15253fee62e3f42 commit hash: 287eab190236e73e6455835fe15253fee62e3f42 commit hash: 287eab190236e73e6455835fe15253fee62e3f42 287eab1
Sunday, 12 Apr 2020
00:57 jwb search for other commits by this committer
sysutils/slurm-wlm: Upgrade to 20.02.1

Numerous bug fixes and enhancements

Reported by:    portscout
Original commitRevision:531468 
Thursday, 23 Jan 2020
01:52 jwb search for other commits by this committer
sysutils/slurm-wlm: Upgrade to 19.05.5

Fix recent CVEs
Clean up config file example patches

Reported by:    pkgsrc-security
Original commitRevision:523858 
Sunday, 21 Jul 2019
00:10 jwb search for other commits by this committer
sysutils/slurm-wlm: Upgrade to 19.05.1-2

Resolves CVE-2019-12838
Add NOT_FOR_ARCHS since upstream has deprecated 32-bit architectures
Original commitRevision:507030 
Wednesday, 15 May 2019
01:34 jwb search for other commits by this committer
sysutils/slurm-wlm: Upgrade to 18.08.7

Improve default settings for FreeBSD

Reviewed by:    jrm
Original commitRevision:501674 
Monday, 3 Jul 2017
20:40 jrm search for other commits by this committer
sysutils/slurm-wlm: Update to version 17.02.5

Upstream changes: https://github.com/SchedMD/slurm/blob/slurm-17.02/NEWS
Original commitRevision:444989 
Friday, 24 Mar 2017
18:52 jrm search for other commits by this committer
sysutils/slurm-wlm: Fix task affinity, mysql and gtk2 options, update
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)
Original commitRevision:436851 
Friday, 13 Jan 2017
12:46 antoine search for other commits by this committer
Fix packaging
Original commitRevision:431371 
Thursday, 12 Jan 2017
23:32 jrm search for other commits by this committer
sysutils/slurm-wlm: Update to version 16.05.8.

Upstream changes in version 16.05.8:

  - Remove StoragePass from being printed out in the slurmdbd log at debug2
    level.
  - Defer PATH search for task program until launch in slurmstepd.
  - Modify regression test1.89 to avoid leaving vestigial job. Also reduce
    logging to reduce likelihood of Expect buffer overflow.
  - Do not PATH search for mult-prog launches if LaunchParamters=test_exec
    is enabled.
  - Fix for possible infinite loop in select/cons_res plugin when trying to
    satisfy a job's ntasks_per_core or socket specification.
  - If job is held for bad constraints make it so once updated the job
    doesn't go into JobAdminHeld.
  - sched/backfill - Fix logic to reserve resources for jobs that require a
    node reboot (i.e. to change KNL mode) in order to start.
  - When unpacking a node or front_end record from state and the protocol
    version is lower than the min version, set it to the min.
  - Remove redundant lookup for part_ptr when updating a reservation's
    nodes.
  - Fix memory and file descriptor leaks in slurmd daemon's sbcast logic.
  - Do not allocate specialized cores to jobs using the --exclusive option.
  - Cancel interactive job if Prolog failure with "PrologFlags=contain" or
    "PrologFlags=alloc" configured. Send new error prolog failure message
    to the salloc or srun command as needed.
  - Prevent possible out-of-bounds read in slurmstepd on an invalid #!
    line.
  - Fix check for PluginDir within slurmctld to work with multiple
    directories.
  - Cancel interactive jobs automatically on communication error to
    launching srun/salloc process.
  - Fix security issue caused by insecure file path handling triggered by
    the failure of a Prolog script. To exploit this a user needs to
    anticipate or cause the Prolog to fail for their job. CVE-2016-10030.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9160
Original commitRevision:431332 
Sunday, 18 Dec 2016
13:50 jrm search for other commits by this committer
sysutils/slurm-wlm: Update to version 16.05.7

- 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
Original commitRevision:428849 
Wednesday, 2 Nov 2016
19:47 jrm search for other commits by this committer
sysutils/slurm-wlm: update to version 16.05.06

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
Original commitRevision:425171 
Saturday, 1 Oct 2016
02:06 jrm search for other commits by this committer
Update sysutils/slurm-wlm to bug-fix-release 16.05.5

  - 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
Original commitRevision:423031 
Thursday, 25 Aug 2016
03:20 pi search for other commits by this committer
sysutils/slurm-wlm: 15.06.12 -> 16.05.4 and fix build hangs

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)
Original commitRevision:420833 
Thursday, 19 May 2016
18:02 pi search for other commits by this committer
sysutils/slurm-wlm: fix doc/plist issue

PR:		209587
Submitted by:	Joseph Mingrone <jrm@ftfl.ca> (maintainer)
Original commitRevision:415515 
Sunday, 15 May 2016
01:48 pi search for other commits by this committer
sysutils/slurm-wlm: improve build on hosts with other ports installed

Slurm will try to install different components based on various
installed libraries. This patch fixes issues where some files are
unexpectedly installed.

PR:		209511
Submitted by:	Joseph Mingrone <jrm@ftfl.ca> (maintainer)
Original commitRevision:415205 
Thursday, 17 Mar 2016
16:39 feld search for other commits by this committer
sysutils/slurm-wlm: Update to 15.08.8

Changelog:	https://github.com/SchedMD/slurm/blob/921064fefd9cb3ea3e997e0f79a3c016c8d30c7c/RELEASE_NOTES

PR:		207967
Original commitRevision:411292 
Tuesday, 28 Jul 2015
18:41 feld search for other commits by this committer
Rename sysutils/slurm-hpc -> sysutils/slurm-wlm
Update to 14.11.8

Upstream is standardizing on "slurm-wlm", so we are renaming the port
accordingly.

PR:		200381
Approved by:	maintainer
Original commitRevision:393090 

Number of commits found: 21