svn commit: r448754 - branches/2017Q3/sysutils/py-salt

Ben Woods woodsb02 at FreeBSD.org
Sat Aug 26 08:44:16 UTC 2017


Author: woodsb02
Date: Sat Aug 26 08:44:14 2017
New Revision: 448754
URL: https://svnweb.freebsd.org/changeset/ports/448754

Log:
  sysutils/py-salt: Update to 2016.11.7
  
  - Includes fix for security vulnerability CVE-2017-12791
  - Use @sample for the master and minion config files.
  
  PR:		220869
  PR:		217780
  Approved by:	ports-secteam (delphij)
  Security:	CVE-2017-12791
  Security:	https://vuxml.freebsd.org/freebsd/3531141d-a708-477c-954a-2a0549e49ca9.html

Modified:
  branches/2017Q3/sysutils/py-salt/Makefile
  branches/2017Q3/sysutils/py-salt/distinfo
  branches/2017Q3/sysutils/py-salt/pkg-plist

Modified: branches/2017Q3/sysutils/py-salt/Makefile
==============================================================================
--- branches/2017Q3/sysutils/py-salt/Makefile	Sat Aug 26 07:51:59 2017	(r448753)
+++ branches/2017Q3/sysutils/py-salt/Makefile	Sat Aug 26 08:44:14 2017	(r448754)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	salt
-PORTVERSION=	2016.11.5
+PORTVERSION=	2016.11.7
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: branches/2017Q3/sysutils/py-salt/distinfo
==============================================================================
--- branches/2017Q3/sysutils/py-salt/distinfo	Sat Aug 26 07:51:59 2017	(r448753)
+++ branches/2017Q3/sysutils/py-salt/distinfo	Sat Aug 26 08:44:14 2017	(r448754)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494685735
-SHA256 (salt-2016.11.5.tar.gz) = b81427a4a3e47a98726f948bdc16a5b6b366f93fdac0b2c817e8f87d9036f8be
-SIZE (salt-2016.11.5.tar.gz) = 9246550
+TIMESTAMP = 1503735745
+SHA256 (salt-2016.11.7.tar.gz) = 279fa5bd73b5616620f628234575140f91df28b0d40d931569f179efabf27a2d
+SIZE (salt-2016.11.7.tar.gz) = 9409315

Modified: branches/2017Q3/sysutils/py-salt/pkg-plist
==============================================================================
--- branches/2017Q3/sysutils/py-salt/pkg-plist	Sat Aug 26 07:51:59 2017	(r448753)
+++ branches/2017Q3/sysutils/py-salt/pkg-plist	Sat Aug 26 08:44:14 2017	(r448754)
@@ -1,5 +1,5 @@
-%%ETCDIR%%/master.sample
-%%ETCDIR%%/minion.sample
+ at sample %%ETCDIR%%/master.sample
+ at sample %%ETCDIR%%/minion.sample
 %%PYTHON_SITELIBDIR%%/salt/_syspaths.py
 %%PYTHON_SITELIBDIR%%/salt/_syspaths.pyc
 %%PYTHON_SITELIBDIR%%/salt/_syspaths.pyo


More information about the svn-ports-branches mailing list