Date: Sat, 6 Jul 2013 14:43:43 +0000 (UTC) From: Nikolai Lifanov <lifanov@mail.lifanov.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/180347: [maintainer] [patch] [update] sysutils/ansible 1.2.2 Message-ID: <20130706144343.BE1B61A346C@mail.lifanov.com> Resent-Message-ID: <201307061450.r66Eo0iQ007682@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130706144343.BE1B61A346C>