pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/salt Update sysutils/salt to 2016.3.3. As us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17b3092a50fb
branches:  trunk
changeset: 352875:17b3092a50fb
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Sep 19 13:34:37 2016 +0000

description:
Update sysutils/salt to 2016.3.3.  As usual the changelogs are far too long
to be useful, but are available here:

  https://docs.saltstack.com/en/latest/topics/releases/2016.3.2.html
  https://docs.saltstack.com/en/latest/topics/releases/2016.3.3.html

Based on joyent/pkgsrc#410 from Filip Chabik.

diffstat:

 sysutils/salt/Makefile                             |   4 +-
 sysutils/salt/PLIST                                |   5 ++-
 sysutils/salt/distinfo                             |  14 ++++----
 sysutils/salt/patches/patch-salt_modules_status.py |  10 +++---
 sysutils/salt/patches/patch-salt_utils_network.py  |  32 +++++++++++-----------
 5 files changed, 34 insertions(+), 31 deletions(-)

diffs (125 lines):

diff -r 5661e8e0cc6e -r 17b3092a50fb sysutils/salt/Makefile
--- a/sysutils/salt/Makefile    Mon Sep 19 13:22:21 2016 +0000
+++ b/sysutils/salt/Makefile    Mon Sep 19 13:34:37 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2016/07/21 17:05:39 jperkin Exp $
+# $NetBSD: Makefile,v 1.42 2016/09/19 13:34:37 jperkin Exp $
 
-DISTNAME=      salt-2016.3.1
+DISTNAME=      salt-2016.3.4
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/salt/}
 
diff -r 5661e8e0cc6e -r 17b3092a50fb sysutils/salt/PLIST
--- a/sysutils/salt/PLIST       Mon Sep 19 13:22:21 2016 +0000
+++ b/sysutils/salt/PLIST       Mon Sep 19 13:34:37 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2016/07/21 17:05:39 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.17 2016/09/19 13:34:37 jperkin Exp $
 bin/salt
 bin/salt-api
 bin/salt-call
@@ -983,6 +983,9 @@
 ${PYSITELIB}/salt/modules/inspectlib/exceptions.py
 ${PYSITELIB}/salt/modules/inspectlib/exceptions.pyc
 ${PYSITELIB}/salt/modules/inspectlib/exceptions.pyo
+${PYSITELIB}/salt/modules/inspectlib/kiwiproc.py
+${PYSITELIB}/salt/modules/inspectlib/kiwiproc.pyc
+${PYSITELIB}/salt/modules/inspectlib/kiwiproc.pyo
 ${PYSITELIB}/salt/modules/inspectlib/query.py
 ${PYSITELIB}/salt/modules/inspectlib/query.pyc
 ${PYSITELIB}/salt/modules/inspectlib/query.pyo
diff -r 5661e8e0cc6e -r 17b3092a50fb sysutils/salt/distinfo
--- a/sysutils/salt/distinfo    Mon Sep 19 13:22:21 2016 +0000
+++ b/sysutils/salt/distinfo    Mon Sep 19 13:34:37 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.21 2016/07/21 17:05:39 jperkin Exp $
+$NetBSD: distinfo,v 1.22 2016/09/19 13:34:37 jperkin Exp $
 
-SHA1 (salt-2016.3.1.tar.gz) = 501f32fd42077ad3c21b684b5ea91cbf710e90d7
-RMD160 (salt-2016.3.1.tar.gz) = dba0017b707e484b4fbf88e4705c40beebbca62b
-SHA512 (salt-2016.3.1.tar.gz) = 74122020a83df79171b9aa3bc311d1b16930140ec6b063c888d41e10fb8e696f69188b62cf925045b40d8b8fe713759de08978b08bc3b8e1f12722de3a8ddb7b
-Size (salt-2016.3.1.tar.gz) = 7932479 bytes
-SHA1 (patch-salt_modules_status.py) = f444cce79e2b0edd79066d7c78e807556d191f98
+SHA1 (salt-2016.3.3.tar.gz) = 9c52a7401c0600cc422ccaa2406909bd6ac71db0
+RMD160 (salt-2016.3.3.tar.gz) = 66f5b1615d59d200f82184a142a1a0597fe877ff
+SHA512 (salt-2016.3.3.tar.gz) = 46a8f8b3213e4cc02eaed95e7fc28ce224fe07fe2aea39b68ff3e97043021951558f04690f7043510c8dfb62d76fe82192d67de6151c7f1076a23c0f8d796c9e
+Size (salt-2016.3.3.tar.gz) = 7952361 bytes
+SHA1 (patch-salt_modules_status.py) = 4b2bec94a8554c656baa227ad973b71d2a56d48d
 SHA1 (patch-salt_utils_____init____.py) = 61f11da63f26af69334f3eca957d596486396ab0
-SHA1 (patch-salt_utils_network.py) = f217b0c16fcee9044ab1c583209829dc001c4e4b
+SHA1 (patch-salt_utils_network.py) = 13db1609939b8e8390656904af86ba92408bb44a
diff -r 5661e8e0cc6e -r 17b3092a50fb sysutils/salt/patches/patch-salt_modules_status.py
--- a/sysutils/salt/patches/patch-salt_modules_status.py        Mon Sep 19 13:22:21 2016 +0000
+++ b/sysutils/salt/patches/patch-salt_modules_status.py        Mon Sep 19 13:34:37 2016 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-salt_modules_status.py,v 1.2 2016/02/16 01:52:34 khorben Exp $
+$NetBSD: patch-salt_modules_status.py,v 1.3 2016/09/19 13:34:37 jperkin Exp $
 
 Avoid a crash in "status.diskusage" when not on Linux or FreeBSD
 
---- salt/modules/status.py.orig        2016-02-01 19:40:31.000000000 +0000
+--- salt/modules/status.py.orig        2016-08-26 18:55:37.000000000 +0000
 +++ salt/modules/status.py
-@@ -457,6 +457,8 @@ def diskusage(*args):
-             ifile = salt.utils.fopen(procf, 'r').readlines()
-         elif __grains__['kernel'] == 'FreeBSD':
+@@ -603,6 +603,8 @@ def diskusage(*args):
+             ifile = __salt__['cmd.run']('mount -p').splitlines()
+         elif __grains__['kernel'] == 'SunOS':
              ifile = __salt__['cmd.run']('mount -p').splitlines()
 +        else:
 +            ifile = []
diff -r 5661e8e0cc6e -r 17b3092a50fb sysutils/salt/patches/patch-salt_utils_network.py
--- a/sysutils/salt/patches/patch-salt_utils_network.py Mon Sep 19 13:22:21 2016 +0000
+++ b/sysutils/salt/patches/patch-salt_utils_network.py Mon Sep 19 13:34:37 2016 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-salt_utils_network.py,v 1.2 2016/07/21 17:05:39 jperkin Exp $
+$NetBSD: patch-salt_utils_network.py,v 1.3 2016/09/19 13:34:37 jperkin Exp $
 
 Use sockstat(1) on NetBSD
 
---- salt/utils/network.py.orig 2016-06-13 22:17:50.000000000 +0000
+--- salt/utils/network.py.orig 2016-08-26 18:55:37.000000000 +0000
 +++ salt/utils/network.py
 @@ -1086,6 +1086,8 @@ def _remotes_on(port, which_end):
              return _sunos_remotes_on(port, which_end)
@@ -13,17 +13,10 @@
          if salt.utils.is_openbsd():
              return _openbsd_remotes_on(port, which_end)
          if salt.utils.is_windows():
-@@ -1201,6 +1203,65 @@ def _freebsd_remotes_on(port, which_end)
-         if which_end == 'local' and int(lport) != port:  # ignore if local port not port
-             continue
-         if which_end == 'remote' and int(rport) != port:  # ignore if remote port not port
-+            continue
-+
-+        remotes.add(rhost)
-+
-+    return remotes
-+
-+
+@@ -1208,6 +1210,65 @@ def _freebsd_remotes_on(port, which_end)
+     return remotes
+ 
+ 
 +def _netbsd_remotes_on(port, which_end):
 +    '''
 +    Returns set of ipv4 host addresses of remote established connections
@@ -76,6 +69,13 @@
 +        if which_end == 'local' and int(lport) != port:  # ignore if local port not port
 +            continue
 +        if which_end == 'remote' and int(rport) != port:  # ignore if remote port not port
-             continue
- 
-         remotes.add(rhost)
++            continue
++
++        remotes.add(rhost)
++
++    return remotes
++
++
+ def _openbsd_remotes_on(port, which_end):
+     '''
+     OpenBSD specific helper function.



Home | Main Index | Thread Index | Old Index