diff options
author | tpaul <tpaul@pkgsrc.org> | 2018-08-06 05:01:26 +0000 |
---|---|---|
committer | tpaul <tpaul@pkgsrc.org> | 2018-08-06 05:01:26 +0000 |
commit | 2aa481b4b6ffe60b96bb7564f49ab770b3b65290 (patch) | |
tree | f44e13dbb77bdb06d4550525358d901fb68109c0 /sysutils/salt/Makefile | |
parent | 7a46dcdd8694f48a93491c3c432c7585936289f5 (diff) | |
download | pkgsrc-2aa481b4b6ffe60b96bb7564f49ab770b3b65290.tar.gz |
Update salt to 2018.3.2
pkgsrc changes:
- Add patch for NetBSD 8 support
- Update patches to note they can be removed in the next release
- Fix existing patch so it doesn't crash when running with swap enabled
Changes:
Version 2018.3.2 is a bugfix release for 2018.3.0.
The 2018.3.2 release contains only a small number of fixes, which are
detailed below.
This release fixes two critical issues.
The first is Issue #48038, which is a critical bug that occurs in a
multi-syndic setup where the same job is run multiple times on a minion.
The second issue is #48130. This bug appears in certain setups where the
Master reports a Minion time-out, even though the job is still running
on the Minion.
Both of these issues have been fixed with this release.
Diffstat (limited to 'sysutils/salt/Makefile')
-rw-r--r-- | sysutils/salt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index 857a5e863fa..078844789c1 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2018/06/20 15:00:15 tpaul Exp $ +# $NetBSD: Makefile,v 1.65 2018/08/06 05:01:26 tpaul Exp $ -DISTNAME= salt-2018.3.1 -PKGREVISION= 2 +DISTNAME= salt-2018.3.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_PYPI:=s/salt/} |