From lifanov@mail.lifanov.com  Mon May 26 01:55:20 2014
Return-Path: <lifanov@mail.lifanov.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id A2CFB319
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 May 2014 01:55:20 +0000 (UTC)
Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 916302754
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 May 2014 01:55:20 +0000 (UTC)
Received: by mail.lifanov.com (Postfix, from userid 1001)
	id 78F571B0A5D; Sun, 25 May 2014 21:55:14 -0400 (EDT)
Message-Id: <20140526015514.78F571B0A5D@mail.lifanov.com>
Date: Sun, 25 May 2014 21:55:14 -0400 (EDT)
From: Nikolai Lifanov <lifanov@mail.lifanov.com>
Reply-To: Nikolai Lifanov <lifanov@mail.lifanov.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer] [update] [fix] sysutils/ansible 1.6.2
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         190231
>Category:       ports
>Synopsis:       [maintainer] [update] [fix] sysutils/ansible 1.6.2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 26 02:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Nikolai Lifanov
>Release:        FreeBSD 10.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD mail.lifanov.com 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #0: Tue May 13 18:31:10 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
Please update sysutils/ansible to 1.6.2. This commit is taken shortly after the tag, and includes an important fix
for su usage in FreeBSD (https://github.com/ansible/ansible/pull/7539).

Ansible 1.6.2 changelog: https://raw.githubusercontent.com/ansible/ansible/v1.6.2/CHANGELOG.md

The su issue was reported by Phil Kulin (schors AT gmail DOT com) in a private email.

>How-To-Repeat:
	Tested with poudriere, redports.
>Fix:

--- ansible.diff begins here ---
Index: Makefile
===================================================================
--- Makefile    (revision 355272)
+++ Makefile    (working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=      ansible
-PORTVERSION=   1.6.1
+PORTVERSION=   1.6.2
 CATEGORIES=    sysutils python
 MASTER_SITES=  SF/lifanov-ports-distfiles/sysutils/${PORTNAME}/:icons
 DISTFILES=     ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
@@ -29,7 +29,7 @@
 GH_ACCOUNT=    ${PORTNAME}
 GH_PROJECT=    ${PORTNAME}
 GH_TAGNAME=    ${GH_COMMIT}
-GH_COMMIT=     d4e11c5
+GH_COMMIT=     92f16b3
 
 USE_PYTHON=            2
 USE_PYDISTUTILS=       yes
Index: distinfo
===================================================================
--- distinfo    (revision 355272)
+++ distinfo    (working copy)
@@ -1,4 +1,4 @@
-SHA256 (ansible-1.6.1.tar.gz) = 02cc980c397d6edabd1353d03a943f4a5931018b6d9caa69a513c68743a3a8b2
-SIZE (ansible-1.6.1.tar.gz) = 1171854
+SHA256 (ansible-1.6.2.tar.gz) = d70d0ef11df9119a6300cc5e70f9238d39d5d047ef84d3045344823c0cb164f0
+SIZE (ansible-1.6.2.tar.gz) = 1178718
 SHA256 (ansible.png) = 9bf68abd2c95db4dc8dfc091c0e0e0a9716891f28d157e3f04e541d96e1c6850
 SIZE (ansible.png) = 1160
--- ansible.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:
