Packages changed: arpwatch ghostscript (9.26a -> 9.27) nano (4.1 -> 4.2) orc (0.4.28 -> 0.4.29) python-setuptools (41.0.0 -> 41.0.1) python-xcffib (0.7.0 -> 0.8.0) schroedinger supermin vim (8.1.1198 -> 8.1.1282) yast2-trans (84.87.20190427.78ab7fa405 -> 84.87.20190504.69fe46292b) zip === Details === ==== arpwatch ==== - add 0001-Ignore-802.1Q-frames.patch to fix log spam on networks with configured VLANs. (deb#625796) ==== ghostscript ==== Version update (9.26a -> 9.27) Subpackages: ghostscript-x11 - Version upgrade to 9.27 Highlights in this release include: * We (i.e. Ghostscript upstream) have extensively cleaned up the Postscript name space: removing access to internal and/or undocumented Postscript operators, procedures and data. This has benefits for security and maintainability. Incompatible changes: The process of "tidying" the Postscript name space should have removed only non-standard and undocumented operators. Nevertheless, it is possible that any integrations or utilities that rely on those non-standard and undocumented operators may stop working, or may change behaviour. If you encounter such a case, please contact us (i.e. Ghostscript upstream) - (either the #ghostscript IRC channel, or the gs-devel mailing list would be best), and we'll work with you to either find an alternative solution. * Fontmap can now reference invidual fonts in a TrueType Collection for font subsitution. Previously, a Fontmap entry could only reference a TrueType collection and use the default (first) font. Now, the Fontmap syntax allows for specifying a specific index in a TTC. See the comments at the top of (the default) Fontmap.GS for details. * The usual round of bug fixes, compatibility changes, and incremental improvements. IMPORTANT: It is our intention, within the next 12 months (ideally sooner, in time for the next release) to make SAFER the default mode of operation. For many users this will have no effect, since they use SAFER explicitly, but some niche uses which rely on SAFER being disabled may need to start explicitly adding the "-dNOSAFER" option. IMPORTANT: We (i.e. Ghostscript upstream) are in the process of forking LittleCMS. LCMS2 is not thread safe, and cannot be made thread safe without breaking the ABI. Our fork will be thread safe, and include performance enhancements (these changes have all be been offered and rejected upstream). We will maintain compatibility between Ghostscript and LCMS2 for a time, but not in perpetuity. Our fork will be available as its own package separately from Ghostscript (and MuPDF). For a release summary see: http://www.ghostscript.com/doc/9.27/News.htm For details see the News.htm and History9.htm files. The Ghostscript 9.27 release should fix (cf. the entry below dated 'Fri Sep 14 10:47:33 CEST 2018' what "should fix" means) in particular those security issues: * CVE-2019-3838 forceput in DefineResource is still accessible https://bugzilla.suse.com/show_bug.cgi?id=1129186 bsc#1129186 https://bugs.ghostscript.com/show_bug.cgi?id=700576 * CVE-2019-3835: superexec operator is available https://bugzilla.suse.com/show_bug.cgi?id=1129180 bsc#1129180 https://bugs.ghostscript.com/show_bug.cgi?id=700585 - ghostscript-2.26-subclassing-devices-fix-put_image-method.patch is no longer needed because it is fixed in the upstream sources. ==== nano ==== Version update (4.1 -> 4.2) Subpackages: nano-lang - Update to version 4.2: + The integrated spell checker does not crash when 'spell' is missing. + Option --breaklonglines works also when --ignorercfiles is used. + Automatic hard-wrapping is more persistent in pushing words to the same overflow line. ==== orc ==== Version update (0.4.28 -> 0.4.29) - Update to version 0.4.29: + PowerPC: Support ELFv2 ABI (A. Wilcox) and ppc64le. + Mips backend: only enable if the DSPr2 ASE is present. + Windows and MSVC build fixes. + orccpu-arm: Allow 'cpuinfo' fallback on non-android. + pkg-config file for orc-test library. + orcc: add --decorator command line argument to add function decorators in header files. + meson: - Make orcc detectable from other subprojects. - Add options to disable tests, docs, benchmarks, examples, tools, etc. - Misc. other fixes. - Pass orc-test=disabled, examples=disabled and tests=disabled to meson, and drop meson_tests. Tests consistantly fails on the buildservice and consistantly succedes when building locally, hence trying to build them on the obs is pointless. ==== python-setuptools ==== Version update (41.0.0 -> 41.0.1) Subpackages: python2-setuptools python3-setuptools - update to version 41.0.1: * #1671: Fixed issue with the PEP 517 backend that prevented building a wheel when the dist/ directory contained existing .whl files. * #1709: In test.paths_on_python_path, avoid adding unnecessary duplicates to the PYTHONPATH. * #1741: In package_index, now honor "current directory" during a checkout of git and hg repositories under Windows ==== python-xcffib ==== Version update (0.7.0 -> 0.8.0) - version update to 0.8.0 * Fix few more instances of inefficient struct format ==== schroedinger ==== - Fix building with new orc by skiping testsuite subfolder as we are not executing the tests anyway - Update URL - Adjust the Sources URL - Run spec-cleaner ==== supermin ==== - Added tar as software dependency. ==== vim ==== Version update (8.1.1198 -> 8.1.1282) Subpackages: gvim vim-data vim-data-common - Updated to version 8.1.1282, fixes the following problems - refresh disable-unreliable-tests.patch * Bracketed paste may remain active after Vim exists, because the terminal emulater restores the setting. * No test for :abclear. * Old style comments in debugger source. * Output of :command is hard to read. * Always get regexp debugging logs when building with -DDEBUG. * Some autocmd tests are old style. * Output of :command with address completion is not nice. * A BufReadPre autocommand may cause the cursor to move. * User command parsing and listing not properly tested. * Some compilers give warning messages. * Links to repository use wrong file name. * Clever compiler warns for buffer being too small. * Support for user commands is spread out. No good reason to make user commands optional. * Not all user command code is tested. * Signal PWR is not tested. * "make clean" in top dir does not cleanup indent test output. * Old style tests. * "make clean" does not remove generated src/po files. * Mouse middle click is not tested. * MS-Windows: no space reserved for font quality name. * Cannot set a directory for a tab page. * Not checking for NULL return from alloc(). * Build fails on MS-Windows. * Filtering does not work when listing marks. * Middle mouse click test fails without a clipboard. * {not in Vi} remarks get in the way of useful help text. * Duplicate entries in the generate .desktop files. (Ralf Schandl) * Not possible to process tags with a function. * Warning for posix_openpt() not declared. (Tony Mechelynck) * A lot of code is shared between vim.exe and gvim.exe. * Asking about existing swap file unnecessarily. * Cannot build tiny version. * Compiler warnings for using STRLEN() value. * sjiscorr.c not found in shadow directory. (Tony Mechelynck) * Error for using "compl", reserved word in C++. * MS-Windows: compiler warning for sprintf() format. * Key with byte sequence containing CSI does not work. * Runtime desktop files are overwritten by build. (Tony Mechelynck) * Ex command info contains confusing information. * No cmdline redraw when tabpages have different 'cmdheight'. * Compiler warnings for incomplete switch statement. (Tony Mechelynck) * No tests for CTRL-mouse-click. * ":copen 10" sets height in full-height window. (Daniel Hahler) * Cannot handle negative mouse coordinate from urxvt. * Urxvt mouse codes are not tested. * No test for dec mouse. * Compiler warning for uninitialized variable. * No test for netterm mouse. * No test for completion of mapping keys. * Not all mapping completion is tested. * Mapping completion test fails. * Mapping completion contains dead code. * Building desktop files fails on FreeBSD. (Adam Weinberger) * Cannot navigate through errors relative to the cursor. * The "N files to edit" message can not be surpressed. * Crash when exiting early. (Ralf Schandl) * Comparing with pointer instead of value. * No error for quickfix commands with negative range. * Cannot simulate a mouse click in a test. * Mouse clicks in WinBar not tested. * Crash when closing window from WinBar click. (Ben Jackson) * When GPM mouse support is enabled double clicks in xterm do not work. * Winbar test doesn't test enough. * Cannot check if GPM mouse support is working. * Map completion test fails in GUI. * Cannot see current match position. * Compiler warnings for use of STRNCPY(). (John Marriott) * Click on WinBar of other window not tested. * Compiler warning in direct write code. * After :unmenu can still execute the menu with :emenu. * Cannot navigate to errors before/after the cursor. * Cannot combine text properties with syntax highlighting. * Missing screenshot update. * Missing change for "combine" field. * Cannot set 'spellang' to "sr@latin". (Bojan Stipic) * Cannot specify a count with :chistory. * Running make in src/po leaves LINGUAS file behind. (Ken Takata) ==== yast2-trans ==== Version update (84.87.20190427.78ab7fa405 -> 84.87.20190504.69fe46292b) Subpackages: yast2-trans-af yast2-trans-ar yast2-trans-bg yast2-trans-bn yast2-trans-bs yast2-trans-ca yast2-trans-cs yast2-trans-cy yast2-trans-da yast2-trans-de yast2-trans-el yast2-trans-en yast2-trans-en_GB yast2-trans-en_US yast2-trans-es yast2-trans-et yast2-trans-fa yast2-trans-fi yast2-trans-fr yast2-trans-gl yast2-trans-gu yast2-trans-hi yast2-trans-hr yast2-trans-hu yast2-trans-id yast2-trans-it yast2-trans-ja yast2-trans-jv yast2-trans-ka yast2-trans-km yast2-trans-ko yast2-trans-lo yast2-trans-lt yast2-trans-mk yast2-trans-mr yast2-trans-nb yast2-trans-nl yast2-trans-pa yast2-trans-pl yast2-trans-pt yast2-trans-pt_BR yast2-trans-ro yast2-trans-ru yast2-trans-si yast2-trans-sk yast2-trans-sl yast2-trans-sr yast2-trans-sv yast2-trans-ta yast2-trans-th yast2-trans-tr yast2-trans-uk yast2-trans-vi yast2-trans-wa yast2-trans-xh yast2-trans-zh_CN yast2-trans-zh_TW yast2-trans-zu - Update to version 84.87.20190504.69fe46292b: * Translated using Weblate (Slovak) * Translated using Weblate (Danish) * Translated using Weblate (Catalan) * Translated using Weblate (Catalan) * Translated using Weblate (Catalan) * New POT for text domain 'storage'. * Translated using Weblate (Slovak) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Japanese) * Translated using Weblate (German) * Translated using Weblate (Czech) * Translated using Weblate (Chinese (Taiwan)) * Translated using Weblate (Catalan) * Translated using Weblate (Chinese (Taiwan)) * Translated using Weblate (Dutch) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (German) * Translated using Weblate (Persian) * Translated using Weblate (Slovak) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Japanese) * Translated using Weblate (Dutch) * Translated using Weblate (Czech) * Translated using Weblate (Chinese (Taiwan)) * Translated using Weblate (Catalan) * Translated using Weblate (Slovak) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (German) * Translated using Weblate (Catalan) * Translated using Weblate (Chinese (Taiwan)) * Translated using Weblate (Persian) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Dutch) * Translated using Weblate (Slovak) * Translated using Weblate (Japanese) * Translated using Weblate (Czech) * Translated using Weblate (Lithuanian) * Translated using Weblate (Czech) * Translated using Weblate (Slovak) * Translated using Weblate (Japanese) * Translated using Weblate (Czech) * New POT for text domain 'update'. * New POT for text domain 'storage'. * New POT for text domain 'packager'. * New POT for text domain 'control'. * New POT for text domain 'autoinst'. * Translated using Weblate (Spanish) * Translated using Weblate (Slovak) * Translated using Weblate (Lithuanian) * Translated using Weblate (Japanese) * Translated using Weblate (Italian) * Translated using Weblate (Czech) * Translated using Weblate (Catalan) * Translated using Weblate (Spanish) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Italian) * Translated using Weblate (Lithuanian) * Translated using Weblate (Lithuanian) * Translated using Weblate (Spanish) * Translated using Weblate (Slovak) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Japanese) * Translated using Weblate (Italian) * Translated using Weblate (German) * Translated using Weblate (Czech) * Translated using Weblate (Catalan) * Translated using Weblate (Lithuanian) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Japanese) * Translated using Weblate (German) * Translated using Weblate (Czech) * Translated using Weblate (Catalan) * Translated using Weblate (Lithuanian) * New POT for text domain 'firewall'. * New POT for text domain 'cluster'. * New POT for text domain 'bootloader'. ==== zip ==== - Add reproducible.patch to allow to override mtime values stored in .zip (boo#1047218) - Add zip-3.0-fix-doc.patch for the --strip-extra param