jasper
cc0ebf4c39
also fix argument order for 'vmctl start' when creating a new vm
2020-07-26 13:05:24 +00:00
jasper
f44b9933a3
Fix order of argument for 'vmctl create'
...
Diagnosed by tb@, patch from martingot@protonmail.com
thanks!
2020-07-26 12:45:58 +00:00
jasper
d5d1a06045
Attempt to use gpg2 first, falling back to gpg
2020-07-25 09:25:32 +00:00
florian
a3e2e12f8b
Replace cgi.escape with html.escape. The former has been deprecated since
...
python 3.2 and removed in 3.8. html.escape is the recommended drop-in
fix.
OK sthen, bket
2020-07-15 10:29:15 +00:00
florian
170605c53d
Fix sysctl state.
...
OK kn, jasper
2020-07-09 08:15:12 +00:00
jasper
3aab882a73
stop passing GSSAPIAuthentication to ssh(1) which isn't understood and only results
...
in a message getting logged to stderr
2020-07-06 17:17:13 +00:00
jasper
326f184d6a
- update to salt-3001
...
https://docs.saltstack.com/en/master/topics/releases/3001.html
from Uwe Werler
2020-07-02 19:04:32 +00:00
jasper
bdad9ddb7c
address a few deprecation warnings; from upstream
2020-05-20 12:38:20 +00:00
florian
e071f4050f
Update to salt stack 3000.3.
...
All the heavy lifting for updating from 2018.3 to 3000.1 by robert.
Trivial rebasing & updating to 3000.1 -> 3000.3 by me.
"Please commit" robert
OK robert, jasper
2020-05-14 16:47:27 +00:00
robert
abaf66394a
apply better patches for the CVE-2020-11652 CVE from
...
https://github.com/rossengeorgiev/salt-security-backports
ok naddy@, sthen@
2020-05-06 18:54:08 +00:00
robert
63530a4cbf
backport patches for two security issues:
...
commit f47e4856497231eb672da2ce0df3e641581d47e6
Author: Daniel A. Wozniak <dwozniak@saltstack.com>
Date: Mon Apr 13 06:41:04 2020 +0000
Fix CVE-2020-11651
Resolve issue which allows access to un-intended methods in the
ClearFuncs class of the salt-master process
commit 7bd0ab195fbec4f34523dad11149f741c154e2b7
Author: Daniel A. Wozniak <dwozniak@saltstack.com>
Date: Mon Apr 13 06:44:58 2020 +0000
Fix CVE-2020-11652
Sanitize paths in ClearFuncs methods provided by salt-master. This
ensures we do not allow access to un-intended files and directories.
ok sthen@, jasper@
2020-05-01 08:01:08 +00:00
jasper
df48dc5abd
fix use of deprecated functions after the py-git2-0.27.4 update
...
pointed out by florian@
2019-02-28 16:34:59 +00:00
jasper
0a83c4c061
update to salt-2018.3.3
2019-01-28 19:25:27 +00:00
jasper
2d12e72a76
update to salt-2018.3.2
2018-07-09 12:28:05 +00:00
jasper
ed98ae7fcd
don't crash when calling swapctl fails, i.e. when there's no swap configured
...
spotted by juanfra@
2018-05-17 12:51:10 +00:00
robert
7c24292864
fix path to zabbix_send to be able to use zabbix as a returner
...
ok jasper@
2018-04-25 17:16:19 +00:00
jasper
8134ad9721
update to salt-2018.3.0
...
https://docs.saltstack.com/en/latest/topics/releases/2018.3.0.html
2018-04-25 10:02:48 +00:00
jasper
c6ef4fb01d
unbreak starting a salt_proxy through beacons
...
ok aja@ (MAINTAINER)
2018-01-27 15:09:30 +00:00
jasper
8294703cea
fix crash when unable to apply a value with sysctl
...
ok aja@ (MAINTAINER)
2018-01-02 18:54:22 +00:00
jasper
5cbccc86a7
- fix latest_version
for installed packages
...
- have purge pass '-cqq' to pkg_delete to actually purge packages
- implement support for upgrading packages on openbsd
ok aja@ (MAINTAINER)
2017-12-20 16:21:46 +00:00
jasper
efb088afd3
- implement status.w for OpenBSD
...
- tweak status.meminfo to use more descriptive fields
all the status module changes have also been merged upstream now
ok aja@ (MAINTAINER)
2017-12-18 21:06:02 +00:00
jasper
9e45944c51
Add OpenBSD support to:
...
- status.cpuinfo
- status.cpustats
- status.meminfo
- status.netstats
- status.version
ok aja@ (MAINTAINER)
2017-12-10 12:46:49 +00:00
jasper
d168dce8ae
remove usage of option (GSSAPIAuthentication) that's not supported by our ssh client
...
and breaks salt-ssh otherwise.
ok aja@ (MAINTAINER)
2017-12-06 12:24:02 +00:00
ajacoutot
0ebd959aad
Update to salt-2016.11.0.
2016-11-23 09:41:20 +00:00
ajacoutot
793a5adac7
Update to salt-2016.3.2.
2016-07-30 14:27:29 +00:00
ajacoutot
7df0fcb7e7
Merged upstream.
2016-07-11 14:24:32 +00:00
ajacoutot
1faa677fbb
Unbreak archive.extracted.
...
adapted from a diff by Florian Ermisch
2016-07-10 08:50:35 +00:00
ajacoutot
a4663c34bf
Pushed upstream.
2016-06-16 16:37:23 +00:00
ajacoutot
e4b29076a5
Unbreak mount.active.
...
reported by viq
2016-06-16 08:53:47 +00:00
ajacoutot
049611ef33
Update to salt-2016.3.0.
2016-05-26 12:22:40 +00:00
ajacoutot
22a9a2ba06
Fix a few warnings (from upstream).
2016-04-07 17:15:32 +00:00
ajacoutot
8378e7860c
Update to salt-2015.8.1.
2015-10-14 18:21:31 +00:00
ajacoutot
d2b3c77ff8
Don't check for proxy in the individual is_linux/is_windows/etc functions.
...
This breaks too many things. -- from upstream
bogus output reported by viq, thanks!
2015-09-26 09:13:26 +00:00
ajacoutot
63f288aa19
Update to salt-2015.8.0.
2015-09-11 07:19:12 +00:00
ajacoutot
65fb303cb8
Pushed upstream.
2015-07-15 19:43:26 +00:00
ajacoutot
32b2ccd260
Use new rcctl syntax.
2015-07-15 03:09:35 +00:00
ajacoutot
0beacb410f
Update to salt-2015.5.3.
2015-07-11 16:29:25 +00:00
ajacoutot
d9730dd4ef
Better patch.
2015-07-08 08:16:18 +00:00
ajacoutot
0b9f5f67ba
Unbreak service.enable.
...
python_shell now defaults to False but we need it enabled in this case to
combine commands.
from "viq", thanks!
2015-07-07 11:25:51 +00:00
ajacoutot
02e9fb7392
Unbreak rcctl(1) usage.
2015-07-03 12:08:14 +00:00
ajacoutot
efe758d488
Merged upstream.
2015-06-05 15:25:07 +00:00
ajacoutot
2a431ac341
Add _openbsd_remotes_on(). That's an helper function that allows us to
...
get rid of the lsof(8) dependency.
2015-06-05 10:39:25 +00:00
ajacoutot
933a58e16e
Update to salt-2015.5.1.
2015-05-24 07:37:23 +00:00
ajacoutot
3fc7998607
Merged upstream.
2015-05-08 07:46:17 +00:00
ajacoutot
d0c4c2d18d
Update to salt-2015.5.0.
2015-05-07 09:15:55 +00:00
ajacoutot
3e5a5a2600
Update to salt-2014.7.3.
2015-03-27 14:40:04 +00:00
ajacoutot
fbe8ccaa4b
Update to salt-2014.7.2.
2015-02-13 07:03:44 +00:00
ajacoutot
eebeead54e
Update to salt-2014.7.1.
2015-01-16 13:19:48 +00:00
ajacoutot
b0c8a1f488
Update to salt-2014.7.0.
2015-01-07 09:57:39 +00:00
ajacoutot
f15307ef5a
Update to salt-2014.1.12.
2014-10-11 08:42:46 +00:00