svn commit: r533746 - branches/2020Q2/sysutils/py-salt

Kurt Jaeger pi at FreeBSD.org
Sun May 3 06:20:13 UTC 2020


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 <christer.edwards at gmail.com> (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


More information about the svn-ports-all mailing list