Date: Thu, 12 Jan 2017 23:32:32 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431332 - head/sysutils/slurm-wlm Message-ID: <201701122332.v0CNWWfi028547@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Thu Jan 12 23:32:32 2017 New Revision: 431332 URL: https://svnweb.freebsd.org/changeset/ports/431332 Log: 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 Modified: head/sysutils/slurm-wlm/Makefile head/sysutils/slurm-wlm/distinfo head/sysutils/slurm-wlm/pkg-plist Modified: head/sysutils/slurm-wlm/Makefile ============================================================================== --- head/sysutils/slurm-wlm/Makefile Thu Jan 12 23:23:19 2017 (r431331) +++ head/sysutils/slurm-wlm/Makefile Thu Jan 12 23:32:32 2017 (r431332) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= slurm -PORTVERSION= 16.05.7 +PORTVERSION= 16.05.8 CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/latest/ \ http://www.schedmd.com/download/archive/ \ Modified: head/sysutils/slurm-wlm/distinfo ============================================================================== --- head/sysutils/slurm-wlm/distinfo Thu Jan 12 23:23:19 2017 (r431331) +++ head/sysutils/slurm-wlm/distinfo Thu Jan 12 23:32:32 2017 (r431332) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482011049 -SHA256 (slurm-16.05.7.tar.bz2) = 3f6fd318b246995fa3798c1a577e72edd90dfb4dce7b288ec67e88945c4a7643 -SIZE (slurm-16.05.7.tar.bz2) = 6085429 +TIMESTAMP = 1484250118 +SHA256 (slurm-16.05.8.tar.bz2) = 449ffbfe4098405743f073445a3344c8d083960d8e4bff959d9bc5224b475a97 +SIZE (slurm-16.05.8.tar.bz2) = 6098636 Modified: head/sysutils/slurm-wlm/pkg-plist ============================================================================== --- head/sysutils/slurm-wlm/pkg-plist Thu Jan 12 23:23:19 2017 (r431331) +++ head/sysutils/slurm-wlm/pkg-plist Thu Jan 12 23:32:32 2017 (r431332) @@ -417,7 +417,6 @@ man/man5/nonstop.conf.5.gz man/man5/slurm.conf.5.gz man/man5/slurmdbd.conf.5.gz man/man5/topology.conf.5.gz -man/man5/wiki.conf.5.gz man/man8/slurmctld.8.gz man/man8/slurmd.8.gz man/man8/slurmdbd.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701122332.v0CNWWfi028547>