From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 6 14:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 41C4B97 for ; Sat, 6 Jul 2013 14:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2772319B3 for ; Sat, 6 Jul 2013 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r66Eo0NU007683 for ; Sat, 6 Jul 2013 14:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r66Eo0iQ007682; Sat, 6 Jul 2013 14:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 6 Jul 2013 14:50:00 GMT Resent-Message-Id: <201307061450.r66Eo0iQ007682@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikolai Lifanov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CC6D3FFE for ; Sat, 6 Jul 2013 14:43:49 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) by mx1.freebsd.org (Postfix) with ESMTP id BF079199F for ; Sat, 6 Jul 2013 14:43:49 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 1001) id BE1B61A346C; Sat, 6 Jul 2013 14:43:43 +0000 (UTC) Message-Id: <20130706144343.BE1B61A346C@mail.lifanov.com> Date: Sat, 6 Jul 2013 14:43:43 +0000 (UTC) From: Nikolai Lifanov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/180347: [maintainer] [patch] [update] sysutils/ansible 1.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nikolai Lifanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jul 2013 14:50:01 -0000 >Number: 180347 >Category: ports >Synopsis: [maintainer] [patch] [update] sysutils/ansible 1.2.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: Sat Jul 06 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nikolai Lifanov >Release: FreeBSD 9.1-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD mail.lifanov.com 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update sysutils/ansible: 1.2.1 -> 1.2.2 Changes: https://raw.github.com/ansible/ansible/release1.2.2/CHANGELOG.md In ansible 1.2.1 release, host key checking was enabled on default. This was slow with paramiko. This was slow enough with paramiko to warrant a same-day release of 1.2.2, in which it can be disabled independently of openssh. This patch also updates WWW: to the new (1.2+) website. >How-To-Repeat: >Fix: Apply this patch. --- patch.txt begins here --- Index: sysutils/ansible/Makefile =================================================================== --- sysutils/ansible/Makefile (revision 322394) +++ sysutils/ansible/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= sysutils python MASTER_SITES= http://ansibleworks.com/releases/ Index: sysutils/ansible/distinfo =================================================================== --- sysutils/ansible/distinfo (revision 322394) +++ sysutils/ansible/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.2.1.tar.gz) = 92354d8320fd53ffc291b5ee7b47bef5a907c4479c8ce55 12ca8ae89998bf166 -SIZE (ansible-1.2.1.tar.gz) = 363574 +SHA256 (ansible-1.2.2.tar.gz) = 2d5a4a1e21f3543cc96293743ad981cca5df9f9abda62c0 a31d144f3ddaf71a3 +SIZE (ansible-1.2.2.tar.gz) = 363877 Index: sysutils/ansible/pkg-descr =================================================================== --- sysutils/ansible/pkg-descr (revision 322394) +++ sysutils/ansible/pkg-descr (working copy) @@ -1,4 +1,4 @@ Ansible is a radically simple configuration-management, deployment, task-execution, and multinode orchestration framework. -WWW: http://ansible.cc/ +WWW: http://ansibleworks.com/ --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: