2019-07-08 20:54:22 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
salt: Limit to python27.
There are reports of some modules failing with Python 3.x so best to be more
compatible for now. Bump PKGREVISION.
|
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
|
2019-02-28 11:21:21 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message:
salt: updated to 2019.2.0
2019.2.0:
- NON-BACKWARD-COMPATIBLE CHANGE TO YAML RENDERER
- ANSIBLE PLAYBOOK STATE AND EXECUTION MODULES
- NETWORK AUTOMATION
- NEW DOCKER PROXY MINION
- GRAINS DICTIONARY PASSED INTO CUSTOM GRAINS
- MORE PRECISE VIRTUAL GRAIN
- CONFIGURABLE MODULE ENVIRONMENT
- “VIRTUAL PACKAGE” SUPPORT DROPPED FOR APT
- MINION STARTUP EVENTS
- FAILHARD CHANGES
- PASS THROUGH OPTIONS TO FILE.SERIALIZE STATE
- FILE.PATCH STATE REWRITTEN
- NEW NO_PROXY MINION CONFIGURATION
- CHANGES TO SLACK ENGINE
- ENHANCEMENTS TO WTMP BEACON
|
2018-10-25 11:08:37 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message:
salt: updated to 2018.3.3
SALT 2018.3.3
CVE-2018-15751 Remote command execution and incorrect access control when using \
salt-api.
CVE-2018-15750 Directory traversal vulnerability when using salt-api. Allows an \
attacker to determine what files exist on a server when querying /run or \
/events.
Improves timezone detection by using the pytz module.
The tojson filter (from Jinja 2.9 and later) has been ported to Salt, and will \
be used when this filter is not available. This allows older LTS releases such \
as CentOS 7 and Ubuntu 14.04 to use this filter.
|
2018-10-23 15:42:44 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
salt: Work around a check-wrkref failure.
|
2018-08-06 07:01:26 by Travis Paul | Files touched by this commit (5) |
Log message:
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.
|
2018-06-20 17:00:16 by Travis Paul | Files touched by this commit (3) |
Log message:
salt: fix broken patch
bump PKGREVISION
ok <maya>
|
2018-06-20 13:50:56 by Travis Paul | Files touched by this commit (4) | |
Log message:
salt: don't crash if no swap is configured, apply pkgin module fixes
patches/patch-salt_grains_core.py:
- Reapply patch in a NetBSD/OpenBSD specific code block after package update
to 2018.3.1, from PR pkg/53278
- upstream pull #47600
patches/patch-salt_modules_pkgin.py:
- Apply patch in pkgin specific code block from PR pkg/53344
- upstream pull #47814
bump PKGREVISION
ok <leot>
|
2018-06-16 17:23:35 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
salt: updated to 2018.3.1
Version 2018.3.1 is a bugfix release for 2018.3.0.
|
2018-06-16 16:17:21 by Benny Siegert | Files touched by this commit (1) |
Log message:
Add missing dependency on py-psutil.
From Travis Paul in PR pkg/53366.
|