Mon Dec 2 22:55:18 2013 UTC ()
Update ansible to 1.4.1.

Some changes:
 * Many new modules, sorted in the following subdirs:
   cloud commands database files internal inventory messaging
   monitoring net_infrastructure network notification packaging
   source_control system utilities web_infrastructure
 * accelerated mode: An enhanced fireball mode that requires zero
   bootstrapping and fewer requirements plus adds capabilities like
   sudo commands
 * Connection default is now "smart", which discovers if the system
   openssh can support ControlPersist, and uses it if so, if not
   falls back to paramiko
 * external inventory scripts may now return host variables in one
   pass, which allows them to be much more efficient for large numbers
   of hosts (AWS!)
 * "~" now expanded on each component of configured plugin paths
 * Countless feature enhancements and bugfixes

For a full list, see https://github.com/ansible/ansible/blob/devel/CHANGELOG.md


(hubertf)
diff -r1.4326 -r1.4327 pkgsrc/doc/CHANGES-2013

cvs diff -r1.4326 -r1.4327 pkgsrc/doc/CHANGES-2013 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2013 2013/12/02 20:08:53 1.4326
+++ pkgsrc/doc/CHANGES-2013 2013/12/02 22:55:17 1.4327
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2013,v 1.4326 2013/12/02 20:08:53 adam Exp $ 1$NetBSD: CHANGES-2013,v 1.4327 2013/12/02 22:55:17 hubertf Exp $
2 2
3Changes to the packages collection and infrastructure in 2013: 3Changes to the packages collection and infrastructure in 2013:
4 4
5 Updated textproc/mdoclint to 1.18 [jnemeth 2013-01-01] 5 Updated textproc/mdoclint to 1.18 [jnemeth 2013-01-01]
6 Updated graphics/blender to 2.65a [ryoon 2013-01-02] 6 Updated graphics/blender to 2.65a [ryoon 2013-01-02]
7 Updated graphics/fotoxx to 13.01 [ryoon 2013-01-02] 7 Updated graphics/fotoxx to 13.01 [ryoon 2013-01-02]
8 Updated net/aria2 to 1.16.1 [ryoon 2013-01-02] 8 Updated net/aria2 to 1.16.1 [ryoon 2013-01-02]
9 Updated comms/asterisk to 11.1.1 [jnemeth 2013-01-03] 9 Updated comms/asterisk to 11.1.1 [jnemeth 2013-01-03]
10 Updated comms/asterisk to 10.11.1 [jnemeth 2013-01-03] 10 Updated comms/asterisk to 10.11.1 [jnemeth 2013-01-03]
11 Updated comms/asterisk to 1.8.19.1 [jnemeth 2013-01-03] 11 Updated comms/asterisk to 1.8.19.1 [jnemeth 2013-01-03]
12 mk/bsd.pkg.mk: freeze ended for pkgsrc-2012Q4 branch [agc 2013-01-03] 12 mk/bsd.pkg.mk: freeze ended for pkgsrc-2012Q4 branch [agc 2013-01-03]
13 Updated mail/milter-greylist to 4.4.1 [tron 2013-01-03] 13 Updated mail/milter-greylist to 4.4.1 [tron 2013-01-03]
14 Updated www/py-django-mptt to 0.5.5 [adam 2013-01-03] 14 Updated www/py-django-mptt to 0.5.5 [adam 2013-01-03]
@@ -6275,13 +6275,14 @@ Changes to the packages collection and i @@ -6275,13 +6275,14 @@ Changes to the packages collection and i
6275 Updated editors/texmaker to 4.1 [mef 2013-12-02] 6275 Updated editors/texmaker to 4.1 [mef 2013-12-02]
6276 Updated mail/thunderbird to 24.1.1 [richard 2013-12-02] 6276 Updated mail/thunderbird to 24.1.1 [richard 2013-12-02]
6277 Updated devel/mercurial to 2.8.1 [wiz 2013-12-02] 6277 Updated devel/mercurial to 2.8.1 [wiz 2013-12-02]
6278 Updated editors/emacs-snapshot to 24.3.50.20131126 [minskim 2013-12-02] 6278 Updated editors/emacs-snapshot to 24.3.50.20131126 [minskim 2013-12-02]
6279 Removed print/tex-collection-documentation-base-doc [minskim 2013-12-02] 6279 Removed print/tex-collection-documentation-base-doc [minskim 2013-12-02]
6280 Updated print/tex-path to 3.05 [minskim 2013-12-02] 6280 Updated print/tex-path to 3.05 [minskim 2013-12-02]
6281 Updated print/tex-path-doc to 3.05 [minskim 2013-12-02] 6281 Updated print/tex-path-doc to 3.05 [minskim 2013-12-02]
6282 Updated print/tex-ulem to 2013 [minskim 2013-12-02] 6282 Updated print/tex-ulem to 2013 [minskim 2013-12-02]
6283 Updated print/tex-ulem-doc to 2013 [minskim 2013-12-02] 6283 Updated print/tex-ulem-doc to 2013 [minskim 2013-12-02]
6284 Updated print/tex-collection-genericrecommended to 2013 [minskim 2013-12-02] 6284 Updated print/tex-collection-genericrecommended to 2013 [minskim 2013-12-02]
6285 Updated print/tex-collection-genericrecommended-doc to 2013 [minskim 2013-12-02] 6285 Updated print/tex-collection-genericrecommended-doc to 2013 [minskim 2013-12-02]
6286 Updated finance/tex-euro-doc to 1.1pl22191 [minskim 2013-12-02] 6286 Updated finance/tex-euro-doc to 1.1pl22191 [minskim 2013-12-02]
6287 Updated archivers/lhasa to 0.2.0 [adam 2013-12-02] 6287 Updated archivers/lhasa to 0.2.0 [adam 2013-12-02]
 6288 Updated sysutils/ansible to 1.4.1 [hubertf 2013-12-02]