From owner-svn-ports-all@freebsd.org Thu Jan 12 23:32:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB742CA9366; Thu, 12 Jan 2017 23:32:33 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 961D018FA; Thu, 12 Jan 2017 23:32:33 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0CNWWSx028550; Thu, 12 Jan 2017 23:32:32 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0CNWWfi028547; Thu, 12 Jan 2017 23:32:32 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201701122332.v0CNWWfi028547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Thu, 12 Jan 2017 23:32:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431332 - head/sysutils/slurm-wlm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2017 23:32:33 -0000 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