pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/ansible



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jun 25 13:21:03 UTC 2015

Modified Files:
        pkgsrc/sysutils/ansible: Makefile distinfo
        pkgsrc/sysutils/ansible/patches: patch-examples_ansible.cfg
            patch-lib_ansible_callbacks.py patch-lib_ansible_constants.py
            patch-library-system-ping patch-library_database_riak
            patch-library_monitoring_nagios patch-library_packaging_pkgin
            patch-library_system_setup
Added Files:
        pkgsrc/sysutils/ansible/patches:
            patch-lib_ansible_module__utils_facts.py

Log Message:
Fix a couple of issues:

 - pkgin changed its output delimiter from a space to ';' when outputting
   to a non-tty, breaking various configuration management systems which
   relied on the previous behaviour.  Handle both types in ansible until
   NetBSDfr/pkgin#46 is resolved.

 - OS X 10.10 changed the behaviour of sysctl(8) to hide certain entries
   unless they are explicitly named.  Apply patch to fix hw.model and
   hw.usermem from https://github.com/ansible/ansible/pull/8171/files

Clean up patches while here.  Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/ansible/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/ansible/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/sysutils/ansible/patches/patch-examples_ansible.cfg
cvs rdiff -u -r1.4 -r1.5 \
    pkgsrc/sysutils/ansible/patches/patch-lib_ansible_callbacks.py
cvs rdiff -u -r1.6 -r1.7 \
    pkgsrc/sysutils/ansible/patches/patch-lib_ansible_constants.py
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/sysutils/ansible/patches/patch-lib_ansible_module__utils_facts.py
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/sysutils/ansible/patches/patch-library-system-ping \
    pkgsrc/sysutils/ansible/patches/patch-library_database_riak \
    pkgsrc/sysutils/ansible/patches/patch-library_monitoring_nagios \
    pkgsrc/sysutils/ansible/patches/patch-library_packaging_pkgin \
    pkgsrc/sysutils/ansible/patches/patch-library_system_setup

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index