Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2014 21:55:14 -0400 (EDT)
From:      Nikolai Lifanov <lifanov@mail.lifanov.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/190231: [maintainer] [update] [fix] sysutils/ansible 1.6.2
Message-ID:  <20140526015514.78F571B0A5D@mail.lifanov.com>
Resent-Message-ID: <201405260200.s4Q200tF007428@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140526015514.78F571B0A5D>