Packages changed:
  gegl-unstable
  gstreamer-editing-services (1.8.2 -> 1.8.3)
  gstreamer-validate (1.8.2 -> 1.8.3)
  hexchat
  libstorage (2.26.6 -> 2.26.8)
  ntp
  perl-Variable-Magic (0.59 -> 0.60)
  python-keyring (9.0 -> 9.3.1)
  python3-gst (1.8.2 -> 1.8.3)
  vm-install (0.8.56 -> 0.8.57)
  yast2-kdump (3.1.40 -> 3.1.41)
  yast2-network (3.1.168 -> 3.1.169)
  yast2-users (3.1.56 -> 3.1.57)
  zsh

=== Details ===

==== gegl-unstable ====
Subpackages: gegl-0_3 libgegl-0_3-0

- Add gegl-unstable-include-stdlib.patch: include stdlib.h for
  realpath().

==== gstreamer-editing-services ====
Version update (1.8.2 -> 1.8.3)
Subpackages: libges-1_0-0 typelib-1_0-GES-1_0

- Update to version 1.8.3 (boo#996937):
  + Revert 3 commits:
  - "video-source: Expose deinterlace-[fields, mode, tff] child
    properties".
  - "container: Handle setting children properties that need
    prefixing".
  - "formatter: Prefix all children properties in the XML
    formatter".

==== gstreamer-validate ====
Version update (1.8.2 -> 1.8.3)
Subpackages: libgstvalidate-1_0-0

- Update to version 1.8.3 (boo#996937):
  + Fix Validate plugin paths mixup.
  + No execute ON_ADDITION if a previous action is executed
    playback_time.
- Drop gstreamer-validate-correctplugindir.patch: Fixed upstream.

==== hexchat ====
Subpackages: hexchat-lang

- Modified migrate-configuration-from-xchat.patch
  Add hexchat-migrate-sh
  Realizing the migration job with shell script(bnc#989961)

==== libstorage ====
Version update (2.26.6 -> 2.26.8)
Subpackages: libstorage-ruby libstorage7

- improved message for creating volumes with a filesystem but
  without a mountpoint (bsc#996208)
- 2.26.8
- merged pull request to not set boot flag on DASDs (see
  bsc#935127)
- 2.26.7

==== ntp ====
Subpackages: ntp-doc

- Keep the parent process alive until the daemon has finished
  initialisation, to make sure that the PID file exists when the
  parent returns (ntp-daemonize.patch).
- Update to 4.2.8p8 (bsc#982056):
  * CVE-2016-4953, bsc#982065: Bad authentication demobilizes
    ephemeral associations.
  * CVE-2016-4954, bsc#982066: Processing spoofed server packets.
  * CVE-2016-4955, bsc#982067: Autokey association reset.
  * CVE-2016-4956, bsc#982068: Broadcast interleave.
  * CVE-2016-4957, bsc#982064: CRYPTO_NAK crash.
- Change the process name of the forking DNS worker process to
  avoid the impression that ntpd is started twice.
  (bsc#979302, ntp-processname.patch).
- Don't ignore SIGCHILD because it breaks wait()
  (boo#981422, ntp-sigchld.patch).
- ntp-wait does not accept fractional seconds, so use 1 instead of
  0.2 in ntp-wait.service (boo#979981).
- Separate the creation of ntp.keys and key #1 in it to avoid
  problems when upgrading installations that have the file, but
  no key #1, which is needed e.g. by "rcntp addserver".
- Fix the TZ offset output of sntp during DST.
  (bsc#951559, ntp-sntp-dst.patch)
- Add /var/db/ntp-kod (bsc#916617).
- Add ntp-ENOBUFS.patch to limit a warning that might happen
  quite a lot on loaded systems (bsc#956773).
- Don't wait for 11 minutes to restart ntpd when it has died
  (boo#894031).
- Update to 4.2.8p7 (bsc#977446):
  * CVE-2016-1547, bsc#977459:
    Validate crypto-NAKs, AKA: CRYPTO-NAK DoS.
  * CVE-2016-1548, bsc#977461: Interleave-pivot
  * CVE-2016-1549, bsc#977451:
    Sybil vulnerability: ephemeral association attack.
  * CVE-2016-1550, bsc#977464: Improve NTP security against buffer
    comparison timing attacks.
  * CVE-2016-1551, bsc#977450:
    Refclock impersonation vulnerability
  * CVE-2016-2516, bsc#977452: Duplicate IPs on unconfig
    directives will cause an assertion botch in ntpd.
  * CVE-2016-2517, bsc#977455: remote configuration trustedkey/
    requestkey/controlkey values are not properly validated.
  * CVE-2016-2518, bsc#977457: Crafted addpeer with hmode > 7
    causes array wraparound with MATCH_ASSOC.
  * CVE-2016-2519, bsc#977458: ctl_getitem() return value not
    always checked.
  * integrate ntp-fork.patch
  * Improve the fixes for:
    CVE-2015-7704, CVE-2015-7705, CVE-2015-7974
- Restrict the parser in the startup script to the first
  occurrance of "keys" and "controlkey" in ntp.conf (boo#957226).
- Depend on pps-tools-devel to provide timepps.h header to enable
  Linux PPSAPI support to make GPS devices usefull. (boo#977563)
- CVE-2015-8158, bsc#962966: potential infinite loop in ntpq
- CVE-2015-8138, bsc#963002: Zero Origin Timestamp Bypass
- CVE-2015-7978, bsc#963000: Stack exhaustion in recursive
  traversal of restriction list.
- CVE-2015-7979, bsc#962784: off-path denial of service on
  authenticated broadcast mode
- CVE-2015-7977, bsc#962970: restriction list NULL pointer
  dereference
- CVE-2015-7976, bsc#962802: 'ntpq saveconfig' command allows
  dangerous characters in filenames
- CVE-2015-7975, bsc#962988: nextvar() missing length check in ntpq
- CVE-2015-7974, bsc#962960: Missing key check allows impersonation
  between authenticated peers
- CVE-2015-7973, bsc#962995: replay attack on authenticated
  broadcast mode
- CVE-2015-5300, bsc#951629: MITM attacker can force ntpd to make
  a step larger than the panic threshold
- update to 4.2.8p6
  * fixes low- and medium-severity vulnerabilities
    4.2.8p6: CVE-2015-8158 CVE-2015-8138 CVE-2015-7978
    CVE-2015-7979 CVE-2015-7977 CVE-2015-7976 CVE-2015-7975
    CVE-2015-7974 CVE-2015-7973
    4.2.8p5: CVE-2015-5300
  * bug fixes
- Explicitely run /usr/sbin/sntp to synchronize in start-ntpd. When
  run as cron job, /usr/sbin/ is not in the path, which caused the
  synchronization to fail. (boo#962318)
- Fix ntp-4.2.6p2-ntpq-speedup-782060.patch to not pick arbitraty
  port numbers (bsc#782060).
- Update to 4.2.8p4 to fix several security issues (bsc#951608):
  * CVE-2015-7871: NAK to the Future: Symmetric association
    authentication bypass via crypto-NAK
  * CVE-2015-7855: decodenetnum() will ASSERT botch instead of
    returning FAIL on some bogus values
  * CVE-2015-7854: Password Length Memory Corruption Vulnerability
  * CVE-2015-7853: Invalid length data provided by a custom
    refclock driver could cause a buffer overflow
  * CVE-2015-7852 ntpq atoascii() Memory Corruption Vulnerability
  * CVE-2015-7851 saveconfig Directory Traversal Vulnerability
  * CVE-2015-7850 remote config logfile-keyfile
  * CVE-2015-7849 trusted key use-after-free
  * CVE-2015-7848 mode 7 loop counter underrun
  * CVE-2015-7701 Slow memory leak in CRYPTO_ASSOC
  * CVE-2015-7703 configuration directives "pidfile" and
    "driftfile" should only be allowed locally
  * CVE-2015-7704, CVE-2015-7705 Clients that receive a KoD should
    validate the origin timestamp field
  * CVE-2015-7691, CVE-2015-7692, CVE-2015-7702 Incomplete autokey
    data packet length checks
  * obsoletes ntp-memlock.patch.
- Add a controlkey line to /etc/ntp.conf if one does not already
  exist, to allow runtime configuration via ntpq.
- Use SHA1 instead of MD5 for symmetric keys (bsc#905885).
- Improve runtime configuration:
  * Read keytype from ntp.conf
  * Don't write ntp keys to syslog.
- Fix legacy action scripts to pass on command line arguments.
- Remove ntp.1.gz, it wasn't installed anymore.
- Remove ntp-4.2.7-rh-manpages.tar.gz and only keep ntptime.8.gz.
  The rest is partially irrelevant, partially redundant and
  potentially outdated (bsc#942587).
- Remove "kod" from the restrict line in ntp.conf (bsc#944300).
- Add "addserver" as a new legacy action.
- Fix the comment regarding addserver in ntp.conf (bnc#910063).
- Use ntpq instead of deprecated ntpdc in start-ntpd (bnc#936327).
- Add a controlkey to ntp.conf to make the above work.
- Don't let "keysdir" lines in ntp.conf trigger the "keys" parser.
- Disable mode 7 (ntpdc) again, now that we don't use it anymore.
- Update to version 4.2.8p3 which incorporates all security fixes
  and most other patches we have so far (fate#319040).
  More information on:
  http://archive.ntp.org/ntp4/ChangeLog-stable
- Disable chroot by default (bnc#926510).
- Enable ntpdc for backwards compatibility (bnc#920238).
- update to 4.2.8p2
  * fixes CVE-2015-1798, CVE-2015-1799 (medium-severity
    vulnerabilities involving private key authentication)
  * bug fixes and enhancements
  * New script: update-leap
- /bin/logger is needed for runtime configuration (bnc#924451).
- update to 4.2.8p1
  * fixes CVE-2014-9297, CVE-2014-9298
  * over 30 bugfixes and improvements
- update to 4.2.8
  * fixes CVE-2014-9293, CVE-2014-9294, CVE-2014-9295, CVE-2014-9296
  * changed Internal NTP Era counters
  * ntpdc responses disabled by default
  * over 1100 issues resolved between the 4.2.6 branch and 4.2.8
- adjusted patches to fit 4.2.8p1:
  ntp-segfault_on_invalid_device.patch bnc#506908.diff MOD_NANO.diff
- removed obsolete / now-in-upstream patches:
  ntpd-maxmonmen.patch ntp-code-cleanup.patch ntp-sntp-recverr.patch
  bnc#817893.patch ntp-CVE-2014-9295.patch ntp-CVE-2014-9296.patch
- changes to spec file:
  * added --datadir (for private perl module needed by ntp scripts)
    and --html-dir (html docs now get installed by "make install")
    to configure options
  * script ntp-wait has moved in source tree
- *.service: Do not start ntpd when running on containers
  or when CAP_SYS_TIME was dropped from the default capability
  set ( see SYSTEMD-SYSTEM.CONF(5) for details)
- Explicitely run /usr/sbin/sntp to synchronize in start-ntpd. When
  run as cron job, /usr/sbin/ is not in the path, which caused the
  synchronization to fail. (boo#901751)
- Add ntp.NetworkManager: install NetworkManager dipatcher hook:
  if the DHCP Server delivers NTP Servers, accept those and
  configure NTP using the information (boo#900982).
- Enable avahi support
- bnc#910764: VU#852879 ntp security fixes
  * A potential remote code execution problem was found inside
    ntpd. The functions crypto_recv() (when using autokey
    authentication), ctl_putdata(), and configure() where updated
    to avoid buffer overflows that could be
    exploited. (CVE-2014-9295)
  * Furthermore a problem inside the ntpd error handling was found
    that is missing a return statement. This could also lead to a
    potentially attack vector. (CVE-2014-9296)
- ntp-CVE-2014-9295.patch and ntp-CVE-2014-9296.patch will be
  obsoleted by the upcoming update to version 4.2.8.
- fix typo in version check regarding
  /usr/lib/initscripts/legacy-actions to fix build for <= 13.1
- Re-enable the ntptimeset legacy init script action (bnc#893406).
- conf.ntpd.service: Must run with PrivateTmp set to true
- Ensure systemd services conflict with systemd-timesyncd.service
  present in upcoming systemd releases.
- Try to fix broken migration from openSUSE-13.1
- Forward-port some bugs that got fixed for SLE11 (bnc#831311):
  * bnc#817893
  * bnc#482349
  * bnc#817893.patch
- Cleanup with spec cleaner for better readability
- Remove conditionals for < 12.2 distros as it does not work on
  them anyway.
- fix start-ntpd again: service is now called ntpd, not ntp
- Remove /var/run/ntp from the package:
  http://lists.opensuse.org/opensuse-packaging/2014-04/msg00046.html
- Fix Provides/Obsoletes of package aliases.
- Add /usr/sbin/rc* links.
- Stay enabled across sysv to systemd migrations (bnc#875490).
- fix "start-ntp addserver": start-ntp has no "status" method
- Remove empty insserv call whic hhad only caused an error message
- Correct 50-ntp.list to include ntpd.service
- Restart nptd if failed or aborted (FATE#315133)
- Service unit files are no executables
- Use correct ntp-wait script from source tar ball (bnc#864193)
- Implement new ntp-wait.service to provide time-sync.target
- A few cleanups on the new start script of ntpd
- Add missing systemd %pre macro
- Add systemd configuration and start script
- bnc#863815, ntp-sntp-recverr.patch: Get sntp to recognize socket
  errors, so that it skips unreachable destinations immediately
  instead of trying to reach them for more than five minutes
  before finally timing out.
  This patch will probably be obsoleted by the next major upgrade,
  because the current development release takes a different
  approach to get a quick answer from one of the specified servers.
- CVE-2013-5211, bnc#857195: restrict query, configuration,
  modification access from world by default. Avoids that ntp can
  be used as a DDoS amplifier.
- bnc#838458 ntp start script does not update /var/lib/ntp/etc/localtime file if /etc/localtime is symlink
- Build with -DOPENSSL_LOAD_CONF , ntp must respect and use
  the system's openssl configuration.
- fix build with automake-1.13
- bnc#797351 - ntpd "listen-on" directive support is missing/broken;
  unable to restrict/secure listening IPs
- bnc#793012 - NTP default to 'sync time on startup' conflicts with NetworkManager
- disable Undisciplined Local Clock in default conf file (bnc#784760)
- Speedup ntpq (bnc#782060)
  +ntp-4.2.6p2-ntpq-speedup-782060.patch
- bnc#450196 - ext3 - recovering journal on / on first boot on new kernel/fresh system updates
- bnc#774553 - ntp initscript: hwclock: With --noadjfile, you must specify either --utc or --localtime
- logrotate is not strictly required for operation of ntp so change
  it to Suggested. That way the minimal installation doesn't draw in
  cron and postfix.
- Created the correct link to /run/ntp
-  Openssl wanted but not properly detected, fixed.
- license update: (MIT and BSD-3-Clause and BSD-4-Clause) and GPL-2.0
  Properly categorise licenses and sync with Fedora declaration
- bnc#758253 - L3: ntp fails if host has more than 1024 IP-addresses
  ntp#1180 - ntpd won't start with more than 1000 interfaces
- Remove superfluous remove of acconfig.h while build.
- BuildRequire autoconf to avoid implicit dependency for post-11.4 systems.
- Remove call to suse_update_config macro for post-11.4 systems.
- BuildRequire fdupes for post-10.1 systems.
- Do not call autoreconf for pre-10.2 systems.
- Update to version 4.2.6p5.
  - ntpd
  * Updated "nic" and "interface" IPv6 address handling to prevent
    mismatches with localhost [::1] and wildcard [::] which resulted from
    using the address/prefix format (e.g. fe80::/64)
  * Fix orphan mode stratum incorrectly counting to infinity
  * Orphan parent selection metric updated to includes missing ntohl()
  * Non-printable stratum 16 refid no longer sent to ntp
  * Duplicate ephemeral associations suppressed for broadcastclient and
    multicastclient without broadcastdelay
  * Exclude undetermined sys_refid from use in loopback TEST12
  * Exclude MODE_SERVER responses from KoD rate limiting
  * Include root delay in clock_update() sys_rootdisp calculations
  * get_systime() updated to exclude sys_residual offset (which only
    affected bits "below" sys_tick, the precision threshold)
  * sys.peer jitter weighting corrected in sys_jitter calculation
  - ntpq
  * -n option extended to include the billboard "server" column
  * IPv6 addresses in the local column truncated to prevent overruns
- Update to version 4.2.6p4.
  - Build system
  * Fix checking for struct rtattr
  * Upgrade required version of autogen and libopts for building
    from our source code repository
  - ntpd
  * Back-ported several fixes for Coverity warnings from ntp-dev
  * Fix a rare boundary condition in UNLINK_EXPR_SLIST()
  * Allow "logconfig =allall" configuration directive
  * Bind tentative IPv6 addresses on Linux
  * Correct WWVB/Spectracom driver to timestamp CR instead of LF
  * Improved tally bit handling to prevent incorrect ntpq peer status reports
  * Exclude the Undisciplined Local Clock and ACTS drivers from the initial
    candidate list unless they are designated a "prefer peer"
  * Prevent the consideration of Undisciplined Local Clock or ACTS drivers for
    selection during the 'tos orphanwait' period·
  * Prefer an Orphan Mode Parent over the Undisciplined Local Clock or ACTS
    drivers
  * Improved support of the Parse Refclock trusttime flag in Meinberg mode
  * Back-port utility routines from ntp-dev: mprintf(), emalloc_zero()
  * Code cleanup in libntpq
  - ntpdc
  * Fix timerstats reporting
  - ntpdate
  * Reduce time required to set clock
  * Allow a timeout greater than 2 seconds
  - sntp
  * Backward incompatible command-line option change:
  - l/--filelog changed -l/--logfile (to be consistent with ntpd)
  - Documentation
  * Update html2man. Fix some tags in the .html files
  * Distribute ntp-wait.html
- Remove superfluously used NTPD_PID_NOPREFIX from init script.
- Refresh patches to apply with no offset.
- bnc#730374 - Hardware Clock does not get synchronized
- add libtool as buildrequire to avoid implicit dependency
- bnc#656509 - don't use --bind on /var/lib/ntp/proc
- bnc#699724 - ntpdate was replaced with a dud script
- The default timeout for sntp is to long. This can stop booting
- bnc#689070 - ntp post install script always removes /etc/sysconfig/ntp
- bnc#688529 - (ntp) ntpq and ntpdc command history broken
- bnc#695598 - "Started sntp" in /var/log/messages
- fix "rcntp ntptimeset"
  * never try to syncronize with local clocks (127.127.*), which led to
    sntp blocking until timeout elapsed (and probably blocking boot
    sequence for ~5 min per device..)
- fix DOS line breaks in some doc files
- fix/improve init script
  * related to bugzilla 688132
  * "rcntp ntptimeset" could not parse servers from ntp.conf when IP proto
    was specified (server [-4|-6] hostname)
  * "rcntp ntptimeset" is now using ip proto parameter (-4|-6) if it's set in
    NTPD_OPTIONS and skip servers where the opposite proto is defined
- replace remove-ntpdate.diff with sed script
- don't effectively zap existing /etc/sysconfig/ntp
- while at it, simplify /etc/sysconfig/ntp update
- improve NTP_PARSE_DEVICE documentation for /etc/sysconfig/ntp
- refresh all patches with offsets and fuzz
- updated the sntp syntax also in our ntpdate script (bnc#658255#c2)
- update to version 4.2.6p3
  * main feature, it really ! updates the time, old version was
    miscalculating the offset based on t21 and t34
- require $network startup before ntp. This is not enforced via
  $network_fs when no nfs and cifs is enabled
- bnc#657194 - compile with --enable-ntp-signd
- bnc#658799 - ntp init script makes /proc readonly, blocking login
- bnc#658255 - ntpd is not working and sntp complains about unknown options
- update to 4.2.6p2
  * Major code clean up.
    1. The protostats statistics files have been very useful in exposing
    little twitches and turns when something hiccups, like a broken PPS
    signal. Most of what used to be syslog messages are now repackaged as
    protostats messages with optional syslog as well.
    2. Close inspection of the clock discipline behavior at long poll
    intervals (36 h) showed it not doing as well as it should.
    3. Autokey. The enhanced error checking was becoming a major pain. A way was found
    to toss out gobs of ugly fat code and replace the function with a much simpler
    and more comprehensive scheme.
    4. The interface code for the kernel PPS signal was not in sync with the
    kernel code itself. Some error checks were duplicated and some ineffective.
    5. The flake restrict bit turned out to be really interesting, especially
    with symmtric modes and of those especially those using Autokey.
  * Documentation updates
- New old feature: sync time on startup. If not needed NTPD_FORCE_SYNC_ON_STARTUP must
  be set to no in /etc/sysconfig/ntp
- Handle /var/run as tmpfs
- Set time by starting ntp via ntptimeset
- rcntp timeset now gets the time via sntp inmediately
- fix read-only mount of proc in chroot
- bnc#574885 - XEN is using many network interfaces and stopping and
  restarting XEN instances results in ntpd error "Cannot find existing
  interface for address ...".
- enable parallel build
- update to ntp-4.2.4p8 to fix bnc#550316 - VUL-0: ntp DoS
- bnc#557716 - NTP PLL does not converge based on
  https://support.ntp.org/bugs/show_bug.cgi?id=1219
- Also fix multiple mount on multiple "rcntp start" invocations
- Really fix the multiple mount bug in ntp init script (bnc#517222)
- bnc#517222 ? Minor patch for ntp init-script
- Add ntp-4.2.4p7-autoconf.patch to fix build failure.
- bnc#515629 - NM_ONLINE_TIMEOUT does not work with parallel boot
- bnc#521044 - ntp init script: /etc/init.d/ntp: line 70: return: can
  only `return' from a function or sourced script
- bnc#506908 - ntptrace doesn't work as non root user
- update to 4.2.4p7:
  * [Sec 1151] Remote exploit if autokey is enabled - CVE-2009-1252.
  * [Bug 1187] Update the copyright date.
  * [Bug 1191] ntpd fails on Win2000 - "Address already in use" after fix for [Sec 1149].
  * ntp.isc.org -> ntp.org cleanup.
  * [Bug 1178] Use prior FORCE_DNSRETRY behavior as needed at runtime,
  add configure --enable-ignore-dns-errors to be even more stubborn
  * [Bug 784] Make --enable-linuxcaps the default when available
  * [Bug 1179] error messages for -u/--user and -i lacking droproot
  * Updated JJY reference clock driver from Takao Abe
  * [Bug 1071] Log a message and exit before trying to use FD_SET with a
  descriptor larger than FD_SETSIZE, which will corrupt memory
  * On corruption of the iface list head in add_interface, log and exit
  * [Bug 1172] 4.2.4p7-RC{3,4} fail to build on linux.
  * flock-build script unportable 'set -m' use removed
  * [Bug 1167] use gcc -Winit-self only if it is understood
  * [Bug 787] Bug fixes for 64-bit time_t on Windows
  * [Bug 813] Conditional naming of Event
  * [Bug 1147] System errors should be logged to msyslog()
  * [Bug 1155] Fix compile problem on Windows with VS2005
  * [Bug 1156] lock_thread_to_processor() should be declared in header
  * [Bug 1157] quiet OpenSSL warnings, clean up configure.ac
  * [Bug 1158] support for aix6.1
  * [Bug 1160] MacOS X is like BSD regarding F_SETOWN
  * [Sec 1144] limited buffer overflow in ntpq.  CVE-2009-0159
  * [Sec 1149] use SO_EXCLUSIVEADDRUSE on Windows
  * [Bug 1131] UDP sockets should not use SIGPOLL on Solaris.
  * build system email address cleanup
  * [Bug 774] parsesolaris.c does not compile under the new Solaris
  * [Bug 873] Windows serial refclock proper TTY line discipline emulation
  * [Bug 1014] Enable building with VC9 (in Visual Studio 2008,
  Visual C++ 2008, or SDK)
  * [Bug 1117] Deferred interface binding under Windows works only correctly
  if FORCE_DNSRETRY is defined
  * [BUG 1124] Lock QueryPerformanceCounter() client threads to same CPU
  * DPRINTF macro made safer, always evaluates to a statement and will not
  misassociate an else which follows the macro.
- bnc#468685 - ntpd causes 16 wakeups per second
- bnc#492304 - ntpd man page refers to package xntp-doc (which does not exist)
- bnc#495496 ? ntp misses prereq: /sbin/chkconfig

==== perl-Variable-Magic ====
Version update (0.59 -> 0.60)

- updated to 0.60
  see /usr/share/doc/packages/perl-Variable-Magic/Changes
  0.60    2016-09-06 22:30 UTC
    + Chg : A large chunk of boilerplate XS code, which is also used in
    other XS modules, has been factored out of the main .xs file
    to a collection of .h files in the xsh subdirectory.
    + Fix : [RT #128989] : Bleadperl v5.25.3-266-g1d7e644 breaks V::M.
    Len magic is no longer called for negative array indices
    fetches, so the relevant tests are now skipped.
    Thanks Andreas Koenig for reporting.

==== python-keyring ====
Version update (9.0 -> 9.3.1)

- update to 9.3.1:
  * Link to the new Gitter chat room is now in the
    readme.
  * Issue #235: ``kwallet`` backend now returns
    string objects instead of ``dbus.String`` objects,
    for less surprising reprs.
  * Minor doc fixes.
- update to 9.3:
  9.3
---
  * Pull Request #226: In SecretService backend, unlock
  individual entries.
  9.2.1
-----
  * Issue #230: Don't rely on dbus-python and instead
  defer to SecretStorage to describe the installation
  requirements.
  9.2
---
  * Issue #231 via #233: On Linux, ``secretstorage``
  is now a declared dependency, allowing recommended
  keyring to work simply after installation.
  9.1
---
  * Issue #83 via #229: ``kwallet`` backend now stores
  the service name as a folder name in the backend rather
  than storing all passwords in a Python folder.
- Adjust Requires
- Use pypi.io for Source url

==== python3-gst ====
Version update (1.8.2 -> 1.8.3)

- Update to version 1.8.3 (boo#996937):
  + No changes, versionbump only.

==== vm-install ====
Version update (0.8.56 -> 0.8.57)

- bsc#989468 - vm-install does not support aarch64
- Version 0.8.57

==== yast2-kdump ====
Version update (3.1.40 -> 3.1.41)

- AutoYaST: Write <general> and <crash_kernel> sections correctly.
  Imported settings will not be overwritten by proposal.
  (bnc#995750)
- 3.1.41

==== yast2-network ====
Version update (3.1.168 -> 3.1.169)

- bnc#988157
  - disable DHCP autoconfiguration in installer when an interface
    configuration is provided via linuxrc
- 3.1.169

==== yast2-users ====
Version update (3.1.56 -> 3.1.57)

- AutoYaST: Ignore Users without UID while checking for duplicate
  UIDs (bnc#996823)
- 3.1.57

==== zsh ====

- Read /etc/profile as zsh again.