This update includes the following new features:
- Add support for postgresql 10 (fate#325659)
This update fixes the following issues:
py26-compat-salt:
-
Update Salt version to 2016.11.10
-
CVE-2018-15750: Fixed directory traversal vulnerability in salt-api (bsc#1113698).
-
CVE-2018-15751: Fixed remote authentication bypass in salt-api(netapi) that allows to execute arbitrary commands (bsc#1113699).
-
Fix wrong recurse behavior on for linux_acl.present (bsc#1106164)
-
Adding backport for string arg normalization and fix for SUSE ES os
-
Prepend current directory when path is just filename (bsc#1095942)
smdba:
- Add support for postgresql 10 (fate#325659)
spacecmd:
- Show group id on group_details (bsc#1111542)
- State channels handling: Existing commands configchannel_create and configchannel_import were updated
while system_scheduleapplyconfigchannels and configchannel_updateinitsls were added.
spacewalk:
- Add support for postgresql10 (fate#325659)
spacewalk-backend:
- Channels to be actually un-subscribed from the assigned systems when being removed
using spacewalk-remove-channel tool(bsc#1104120)
spacewalk-branding:
- New messages are added for XMLRPC API for state channels
spacewalk-doc-indexes:
- Use nutch-core dependency instead of nutch
spacewalk-java:
- Change Requires to allow installing with both Tomcat 8 (SLE-12SP3) and 9 (SLE12-SP4)
- Fix typo in messages (bsc#1111249)
- Remove restrictions on SUSE Manager Channel subscriptions (bsc#1105724)
- Added shortcut for editing Software Channel
- Fix NullPointerException when refreshing deleted software channel (bsc#1094992)
- Add last_boot to listSystems() API call
- Check valid postgresql database version
- Fix displayed number of systems requiring reboot in Tasks pane (bsc#1106875)
- Changed localization strings for file summaries (bsc#1090676)
- Added menu item entries for creating/deleting file preservation lists (bsc#1034030)
- Better error handling when a websocket connection...