svn commit: r413718 - branches/2016Q2/sysutils/ansible
Matthew Seaman
matthew at FreeBSD.org
Thu Apr 21 07:32:50 UTC 2016
Author: matthew
Date: Thu Apr 21 07:32:49 2016
New Revision: 413718
URL: https://svnweb.freebsd.org/changeset/ports/413718
Log:
MFH: r413687
Security update to 2.0.2.0
Amongst many other updates, this addresses CVE-2016-3096, which is a
predictable temporary file name vulnerability that affects users of
LXC containers.
ChangeLog: https://raw.githubusercontent.com/ansible/ansible/v2.0.2.0-1/CHANGELOG.md
PR: 208932
Submitted by: lifanov at mail.lifanov.com (maintainer)
Security: 253c6889-06f0-11e6-925f-6805ca0b3d42
Approved by: ports-secteam (junovitch)
Modified:
branches/2016Q2/sysutils/ansible/Makefile
branches/2016Q2/sysutils/ansible/distinfo
Directory Properties:
branches/2016Q2/ (props changed)
Modified: branches/2016Q2/sysutils/ansible/Makefile
==============================================================================
--- branches/2016Q2/sysutils/ansible/Makefile Thu Apr 21 07:29:02 2016 (r413717)
+++ branches/2016Q2/sysutils/ansible/Makefile Thu Apr 21 07:32:49 2016 (r413718)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ansible
-PORTVERSION?= 2.0.1.0
+PORTVERSION?= 2.0.2.0
CATEGORIES= sysutils python
MASTER_SITES= http://releases.ansible.com/ansible/
Modified: branches/2016Q2/sysutils/ansible/distinfo
==============================================================================
--- branches/2016Q2/sysutils/ansible/distinfo Thu Apr 21 07:29:02 2016 (r413717)
+++ branches/2016Q2/sysutils/ansible/distinfo Thu Apr 21 07:32:49 2016 (r413718)
@@ -1,2 +1,2 @@
-SHA256 (ansible-2.0.1.0.tar.gz) = cddc4fa6af4c1be6cd1d6634de1bd0397abad921c76b32cab6722c042744ee5d
-SIZE (ansible-2.0.1.0.tar.gz) = 1510155
+SHA256 (ansible-2.0.2.0.tar.gz) = 373a2e50319d90da50948e3faf1c033464b7302200e0199da8981d24646d4387
+SIZE (ansible-2.0.2.0.tar.gz) = 1516681
More information about the svn-ports-branches
mailing list