diff options
author | sborrill <sborrill@pkgsrc.org> | 2017-08-21 10:28:29 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2017-08-21 10:28:29 +0000 |
commit | 892579f5e856e9718d1afff1ec36b4882347634a (patch) | |
tree | 7e4bc1ba8e34c9c8d04b6d21e6478daab25717e9 /sysutils/salt/Makefile | |
parent | 2a1fed7d0dd6406cd7b4aeb20e8f24c4a1f61c97 (diff) | |
download | pkgsrc-892579f5e856e9718d1afff1ec36b4882347634a.tar.gz |
Update to 2017.7.1. Changelog here:
https://docs.saltstack.com/en/latest/topics/releases/2017.7.1.html
Includes a fix for CVE-2017-12791
Diffstat (limited to 'sysutils/salt/Makefile')
-rw-r--r-- | sysutils/salt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index fcfada91249..e82728ed8b9 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2017/08/01 12:09:57 sborrill Exp $ +# $NetBSD: Makefile,v 1.54 2017/08/21 10:28:29 sborrill Exp $ -DISTNAME= salt-2017.7.0 +DISTNAME= salt-2017.7.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_PYPI:=s/salt/} |