Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7E1997A16F for ; Fri, 3 Mar 2017 09:29:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EEE82855CA; Fri, 3 Mar 2017 09:29:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E4F3855B7 for ; Fri, 3 Mar 2017 09:29:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7rUQySjR5E5l for ; Fri, 3 Mar 2017 09:29:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0B46D8556F for ; Fri, 3 Mar 2017 09:29:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 06061FBE4; Fri, 3 Mar 2017 09:29:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148853338994260" MIME-Version: 1.0 Date: Fri, 3 Mar 2017 09:29:49 +0000 From: "Stephen Borrill" Subject: CVS commit: pkgsrc/sysutils/salt To: pkgsrc-changes@NetBSD.org Reply-To: sborrill@netbsd.org X-Mailer: log_accum Message-Id: <20170303092949.06061FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148853338994260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sborrill Date: Fri Mar 3 09:29:48 UTC 2017 Modified Files: pkgsrc/sysutils/salt: Makefile distinfo Removed Files: pkgsrc/sysutils/salt/patches: patch-salt_utils_network.py Log Message: Update to 2016.11.3. Lots of bug fixes (too many to list individually), but of note is a pull up of previous pkgsrc patch for NetBSD support. Full changelog here: https://docs.saltstack.com/en/latest/topics/releases/2016.11.3.html To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/sysutils/salt/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/salt/distinfo cvs rdiff -u -r1.5 -r0 \ pkgsrc/sysutils/salt/patches/patch-salt_utils_network.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148853338994260 Content-Disposition: inline Content-Length: 1708 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/salt/Makefile diff -u pkgsrc/sysutils/salt/Makefile:1.47 pkgsrc/sysutils/salt/Makefile:1.48 --- pkgsrc/sysutils/salt/Makefile:1.47 Thu Feb 9 15:01:20 2017 +++ pkgsrc/sysutils/salt/Makefile Fri Mar 3 09:29:48 2017 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2017/02/09 15:01:20 sborrill Exp $ +# $NetBSD: Makefile,v 1.48 2017/03/03 09:29:48 sborrill Exp $ -DISTNAME= salt-2016.11.2 -PKGREVISION= 2 +DISTNAME= salt-2016.11.3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_PYPI:=s/salt/} Index: pkgsrc/sysutils/salt/distinfo diff -u pkgsrc/sysutils/salt/distinfo:1.24 pkgsrc/sysutils/salt/distinfo:1.25 --- pkgsrc/sysutils/salt/distinfo:1.24 Mon Feb 6 12:48:18 2017 +++ pkgsrc/sysutils/salt/distinfo Fri Mar 3 09:29:48 2017 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.24 2017/02/06 12:48:18 sborrill Exp $ +$NetBSD: distinfo,v 1.25 2017/03/03 09:29:48 sborrill Exp $ -SHA1 (salt-2016.11.2.tar.gz) = 00cc3ad1af9e40e4cfa2572c45058e3342944413 -RMD160 (salt-2016.11.2.tar.gz) = cd6b75fb78e9bf52116c05866682a49cb96f67d2 -SHA512 (salt-2016.11.2.tar.gz) = 0dbc861424643af664edd2d9cb8bcbde7e9bcf7c1d202a5e844af83c21dc2d75fd7034db27dffc58dc2a6e47cfe2ea2c42e2a9af867c7ca78f93166eb4fd03ad -Size (salt-2016.11.2.tar.gz) = 9114042 bytes -SHA1 (patch-salt_utils_network.py) = 54a1b8fb53b6b65aa6c07b39506e2c1dcd57b54a +SHA1 (salt-2016.11.3.tar.gz) = c9735d68ad2574b9b8ba1bea720c06e22c4b0277 +RMD160 (salt-2016.11.3.tar.gz) = 9d58a8d549f724c6b920914b711c414c4b7f3d03 +SHA512 (salt-2016.11.3.tar.gz) = 24bc75c50b4d6bd38a6f2dedc0a8c12142cc1b9d551455e49ea0ede405c78eb6a939f741dd8c0cbb8f206937ee69582bebe2fc127a24a4c2cf06cf3c3c16e507 +Size (salt-2016.11.3.tar.gz) = 9163351 bytes --_----------=_148853338994260--