diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2017-08-26 08:44:14 +0000 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2017-08-26 08:44:14 +0000 |
commit | adf333dfd23a56fc1fc9fb079783e60f80c7e3b1 (patch) | |
tree | 79fb17102c5d5ff9c6c62ac7f33ced5c4f40af81 | |
parent | d26d750f7c15e8b6ab1efade5ebb36ee00c2293c (diff) | |
download | FreeBSD-ports-adf333dfd23a56fc1fc9fb079783e60f80c7e3b1.zip FreeBSD-ports-adf333dfd23a56fc1fc9fb079783e60f80c7e3b1.tar.gz |
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
-rw-r--r-- | sysutils/py-salt/Makefile | 2 | ||||
-rw-r--r-- | sysutils/py-salt/distinfo | 6 | ||||
-rw-r--r-- | sysutils/py-salt/pkg-plist | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile index 0a0e110..b8bbda6 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2016.11.5 +PORTVERSION= 2016.11.7 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-salt/distinfo b/sysutils/py-salt/distinfo index f7a61aa..e0bfe17 100644 --- a/sysutils/py-salt/distinfo +++ b/sysutils/py-salt/distinfo @@ -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 diff --git a/sysutils/py-salt/pkg-plist b/sysutils/py-salt/pkg-plist index 4a9f27b..506af4b 100644 --- a/sysutils/py-salt/pkg-plist +++ b/sysutils/py-salt/pkg-plist @@ -1,5 +1,5 @@ -%%ETCDIR%%/master.sample -%%ETCDIR%%/minion.sample +@sample %%ETCDIR%%/master.sample +@sample %%ETCDIR%%/minion.sample %%PYTHON_SITELIBDIR%%/salt/_syspaths.py %%PYTHON_SITELIBDIR%%/salt/_syspaths.pyc %%PYTHON_SITELIBDIR%%/salt/_syspaths.pyo |