From owner-svn-ports-all@freebsd.org Sun May 3 06:20:13 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7AAD12D5423; Sun, 3 May 2020 06:20:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49FG7K2kHKz4J8N; Sun, 3 May 2020 06:20:13 +0000 (UTC) (envelope-from pi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58CB5698B; Sun, 3 May 2020 06:20:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0436KDJS023466; Sun, 3 May 2020 06:20:13 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0436KDWv023464; Sun, 3 May 2020 06:20:13 GMT (envelope-from pi@FreeBSD.org) Message-Id: <202005030620.0436KDWv023464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 3 May 2020 06:20:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r533746 - branches/2020Q2/sysutils/py-salt X-SVN-Group: ports-branches X-SVN-Commit-Author: pi X-SVN-Commit-Paths: branches/2020Q2/sysutils/py-salt X-SVN-Commit-Revision: 533746 X-SVN-Commit-Repository: ports 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.29 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: Sun, 03 May 2020 06:20:13 -0000 Author: pi Date: Sun May 3 06:20:12 2020 New Revision: 533746 URL: https://svnweb.freebsd.org/changeset/ports/533746 Log: MFH: r533533 sysutils/py-salt: update 2019.2.3 -> 2019.2.4 - fix two CVE found in the Salt Master PR: 246061 Submitted by: Christer Edwards (maintainer) Relnotes: https://docs.saltstack.com/en/latest/topics/releases/2019.2.4.html Approved by: portmgr (security blanket) Modified: branches/2020Q2/sysutils/py-salt/Makefile branches/2020Q2/sysutils/py-salt/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/sysutils/py-salt/Makefile ============================================================================== --- branches/2020Q2/sysutils/py-salt/Makefile Sun May 3 05:55:24 2020 (r533745) +++ branches/2020Q2/sysutils/py-salt/Makefile Sun May 3 06:20:12 2020 (r533746) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2019.2.3 +PORTVERSION= 2019.2.4 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -85,9 +85,7 @@ post-patch: .for file in conf/minion conf/master doc/man/salt-key.1 \ doc/man/salt-cp.1 doc/man/salt-minion.1 doc/man/salt-syndic.1 \ doc/man/salt-master.1 doc/man/salt-run.1 doc/man/salt.7 doc/man/salt.1 \ - doc/man/salt-call.1 \ - salt/modules/mysql.py salt/utils/parsers.py salt/modules/tls.py \ - salt/modules/postgres.py salt/utils/migrations.py + doc/man/salt-call.1 salt/modules/mysql.py salt/modules/tls.py salt/modules/postgres.py @${REINPLACE_CMD} -e 's|/etc/salt|${ETCDIR}|' \ -e 's|/srv/salt|${ETCDIR}/states|' \ -e 's|/srv/pillar|${ETCDIR}/pillar|' ${WRKSRC}/${file} Modified: branches/2020Q2/sysutils/py-salt/distinfo ============================================================================== --- branches/2020Q2/sysutils/py-salt/distinfo Sun May 3 05:55:24 2020 (r533745) +++ branches/2020Q2/sysutils/py-salt/distinfo Sun May 3 06:20:12 2020 (r533746) @@ -1,3 +1,3 @@ -TIMESTAMP = 1583539877 -SHA256 (salt-2019.2.3.tar.gz) = 7497e7dbfd4dc3799bbbc8da63da98b8301bbb644150f3905fe5775a7d81271a -SIZE (salt-2019.2.3.tar.gz) = 14572686 +TIMESTAMP = 1588189291 +SHA256 (salt-2019.2.4.tar.gz) = afeb1c95db61c9008f95259c0b27e525c8a9957cbc6f51c40e824a92637d2847 +SIZE (salt-2019.2.4.tar.gz) = 14572556