Packages changed:
  krb5 (1.17 -> 1.17.1)
  libxcrypt
  perl
  vim (8.1.2383 -> 8.2.0000)

=== Details ===

==== krb5 ====
Version update (1.17 -> 1.17.1)

- Upgrade to 1.17.1
  * Fix a bug preventing "addprinc -randkey -kvno" from working in kadmin.
  * Fix a bug preventing time skew correction from working when a KCM
    credential cache is used.

==== libxcrypt ====

- gcc10.patch: fix build with gcc10 (bsc#1158192)

==== perl ====
Subpackages: perl-base

- Fix incorrect prefix removal in rpm macro %perl_gen_filelist (boo#1152247)

==== vim ====
Version update (8.1.2383 -> 8.2.0000)
Subpackages: vim-data-common

- Update to version 8.2.0000
  * make depend" does not work correctly for libvterm.
  * Crash when calling popup_close() in win_execute()
  * With a long file name the hit-enter prompt appears.
  * bufnr('$') is wrong after recycling popup buffer.
  * loading menus sets v:errmsg.
  * popup menu flickers if an info popup is used.
  * Crash when evaluating expression with error.
  * Function argument copied unnecessarily.
  * syntax menu and build instructions outdated.
  * matchadd_conceal test fails under valgrind.
  * :cexpr does not handle | in expression.
  * Use // comments where appropriate.
  * 'wincolor' is not used for 'listchars'.
  * Opening cmdline window with feedkeys() does not work.