Changed packages: ==== Mesa ==== Version update (10.5.4 -> 10.5.5) Subpackages: Mesa-32bit Mesa-devel Mesa-dri-devel Mesa-libEGL-devel Mesa-libEGL1 Mesa-libEGL1-32bit Mesa-libGL-devel Mesa-libGL1 Mesa-libGL1-32bit Mesa-libGLESv1_CM-devel Mesa-libGLESv1_CM1 Mesa-libGLESv2-2 Mesa-libGLESv2-devel Mesa-libglapi-devel Mesa-libglapi0 Mesa-libglapi0-32bit libOSMesa-devel libOSMesa9 libOSMesa9-32bit libgbm-devel libgbm1 libgbm1-32bit libvdpau_nouveau libvdpau_r300 libvdpau_r600 libvdpau_radeonsi libwayland-egl-devel libwayland-egl1 libxatracker2 - Update to 10.5.5 * fdo#88521 - GLBenchmark 2.7 TRex renders with artifacts on Gen8 with !UXA * fdo#89455 - [NVC0/Gallium] Unigine Heaven black and white boxes * fdo#89689 - [Regression] Weston on DRM backend won't start with new version of mesa * fdo#90130 - gl_PrimitiveId seems to reset at 340 * i965: Add XRGB8888 format to intel_screen_make_configs * r300: do not link against libdrm_intel * nvc0/ir: flush denorms to zero in non-compute shaders * gk110/ir: fix set with a register dest to not auto-set the abs flag * nvc0/ir: fix predicated PFETCH emission * nv50/ir: fix asFlow() const helper for OP_JOIN * i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions. * i965: Disallow linear blits that are not cacheline aligned. * draw: fix prim ids when there's no gs - BuildIgnore python so that it is not sucked in by coincidence * The python-base provides enough python functionalities necessary for build. ==== autogen ==== Version update (5.18.4 -> 5.18.5) - No longer call autoreconf - Update info files dependencies - Refresh partially upstreamed autogen-build_ldpath.patch - Update to 5.18.5 * Guile 1.6 is now obsolete. 1.7/8 or newer from now on. Fixed issues with Guile managed locale string processing. (It keeps getting better and better all the time and I must keep adjusting over and over all the time.) * more Guile-config somersaults config/misc.def: sometimes, "pkg-config --cflags-only-I" yields multiple directories for Guile and that incantation is the only way to find libguile/version.h and that header is the only way to determine the micro version and the micro version is the best way to check for certain types of breakage. (Testing is too convoluted.) * for-each handler functions may now be able to free (or not) the file text via the "handler-frees" attribute. ==== freetype2-devel ==== Subpackages: libfreetype6 libfreetype6-32bit - Enable the bz2 compression in freetype2 - Remove patch overflow.patch from freetype2.spec where it is not applied. - Run spec-cleaner on the spec file. - Update to version 2.5.5 * IMPORTANT BUG FIXES - Handling of uncompressed PCF files works again (bug introduced in version 2.5.4). - Drop freetype2-2.5.3-fix-pcf.patch, merged upstream - Update to version 2.5.4 * IMPORTANT BUG FIXES - A variant of vulnerability CVE-2014-2240 was identified (cf. http://savannah.nongnu.org/bugs/?43661) and fixed in the new CFF driver. All users should upgrade. - The new auto-hinter code using HarfBuzz crashed for some invalid fonts. - Many fixes to better protect against malformed input. * IMPORTANT CHANGES - Full auto-hinter support of the Devanagari script. - Experimental auto-hinter support of the Telugu script. - CFF stem darkening behaviour can now be controlled at build time using the eight macros CFF_CONFIG_OPTION_DARKENING_PARAMETER_{X,Y}{1,2,3,4} . - Some fields in the `FT_Bitmap' structure have been changed from signed to unsigned type, which better reflects the actual usage. It is also an additional means to protect against malformed input. This change doesn't break the ABI; however, it might cause compiler warnings. * MISCELLANEOUS - Improvements to the auto-hinter's algorithm to recognize stems and local extrema. - Function `FT_Get_SubGlyph_Info' always returned an error even in case of success. - Version 2.5.1 introduced major bugs in the cjk part of the auto-hinter, which are now fixed. - The `FT_Sfnt_Tag' enumeration values have been changed to uppercase, e.g. `FT_SFNT_HEAD'. The lowercase variants are deprecated. This is for orthogonality with all other enumeration (and enumeration-like) values in FreeType. - `cmake' now supports builds of FreeType as an OS X framework and for iOS. - Improved project files for vc2010, introducing a property file - The documentation generator for the API reference has been updated to produce better HTML code (with proper CSS). At the same time, the documentation got a better structure. - The FT_LOAD_BITMAP_CROP flag is obsolete; it is not used by any driver. - The TrueType DELTAP[123] bytecode instructions now work in subpixel hinting mode as described in the ClearType whitepaper (i.e., for touched points in the non-subpixel direction). - Many small improvements to the internal arithmetic routines. - Rebase don-t-mark-libpng-as-required-library.patch, bugzilla-308961-cmex-workaround.patch, freetype2-subpixel.patch, freetype2-bitmap-foundry.patch and overflow.patch - Add freetype2-2.5.3-fix-pcf.patch from upstream to resolve http://savannah.nongnu.org/bugs/?43774, "Freetype 2.5.4 does not load ungzipped PCF fonts" - Improve don-t-mark-libpng-as-required-library.patch: also handle Requires.private case (freetype does not include png headers) - Update to version 2.5.3 * IMPORTANT BUG FIXES - A vulnerability was identified and fixed in the new CFF driver (cf. http://savannah.nongnu.org/bugs/?41697; it doesn't have a CVE number yet). All users should upgrade. - More bug fixes related to correct positioning of composite glyphs. - Many fixes to better protect against malformed input. * IMPORTANT CHANGES - FreeType can now use the HarfBuzz library to greatly improve the auto-hinting of fonts that use OpenType features: Many glyphs that are part of such features but don't have cmap entries are now handled properly, for example small caps or superscripts. Define the configuration macro FT_CONFIG_OPTION_USE_HARFBUZZ to activate HarfBuzz support. You need HarfBuzz version 0.9.19 or newer. Note that HarfBuzz depends on FreeType; this currently causes a chicken-and-egg problem that can be solved as follows in case HarfBuzz is not yet installed on your system. 1. Compile and install FreeType without the configuration macro FT_CONFIG_OPTION_USE_HARFBUZZ. 2. Compile and install HarfBuzz. 3. Define macro FT_CONFIG_OPTION_USE_HARFBUZZ, then compile and install FreeType again. With FreeType's `configure' script the procedure boils down to configure, build, and install Freetype, then configure, compile, and install HarfBuzz, then configure, compile, and install FreeType again (after executing `make distclean'). - All libraries FreeType depends on are now checked using the `pkg-config' configuration files first, followed by alternative methods. - The new value `auto' for the various `--with-XXX' library options (for example `--with-harfbuzz=auto') makes the `configure' script automatically link to the libraries it finds. This is now the default. - In case FreeType's `configure' script can't find a library, you can pass environment variables to circumvent pkg-config, and those variables have been harmonized as a consequence of the changes mentioned above: LIBZ -> removed; use LIBZ_CFLAGS and LIBZ_LIBS LIBBZ2 -> removed; use BZIP2_CFLAGS and BZIP2_LIBS LIBPNG_LDFLAGS -> LIBPNG_LIBS `./configure --help' shows all available environment variables. - The `freetype-config' script now understands option `--static' to emit static linking information. - Due to buildsystem changes, rename and rebase don-t-mark-libpng-as-required-library-in-freetype-co.patch to don-t-mark-libpng-as-required-library.patch - Added patches: * don-t-mark-libpng-as-required-library-in-freetype-co.patch: it's private in pkgconfig file, and causes issues in downstream packages - As per patch, remove libpng-devel Requires from devel package - freetype2 pkgconfig now includes -lpng16; make sure freetype2-devel Requires libpng-devel - Update to version 2.5.2 * Fixed bug that made FreeType crash on some popular (but not fully conformant) fonts like `ahronbd.ttf' * Another round of improvements to correct positioning and hinting of composite glyphs in TrueType fonts * Fixed bug introduced in version 2.5.1: handling embedded bitmap strikes of TrueType fonts, caused garbage display under some circumstances * Fixed `ftgrid' demo program compilation in non-development builds - Droped fix-compile-in-non-debug.patch, included in this release - Update to version 2.5.1 * For some WinFNT files, the last glyph wasn't displayed but incorrectly marked as invalid. * The vertical size of glyphs was incorrectly set after a call to `FT_GlyphSlot_Embolden', resulting in clipped glyphs. * Many fields of the `PCLT' table in SFNT based fonts (if accessed with `FT_Get_Sfnt_Table') were computed incorrectly. * In TrueType fonts, hinting of composite glyphs could sometimes deliver incorrect positions of components or even distorted shapes. * WOFF font format support has been added. * The auto-hinter now supports Hebrew. Greek and Cyrillic support has been improved. * Support for the forthcoming `OS/2' SFNT table version 5, as can be found e.g. in the `Sitka' font family for Windows 8.1. * The header file layout has been changed. After installation, all files are now located in `/include/freetype2'. Applications that use (a) `freetype-config' or FreeType's `pkg-config' file to get the include directory for the compiler, and (b) the documented way for header inclusion like [#]include or #include FT_FREETYPE_H don't need any change to the source code. * The stem darkening feature of the new CFF engine can now be fine-tuned with the new `darkening-parameters' property. * `ftgrid' has been updated to toggle various engines with the `H' key, similar to `ftview' and `ftdiff'. * The functionality of `ttdebug' has been greatly enhanced. . It now displays twilight, storage, and control value data; key * Better support of ARMv7 and x86_64 processors. * Apple's `sbix' color bitmap format is now supported. * Improved auto-hinter rendering for many TrueType fonts, especially in the range 20-40ppem. * A new face flag `FT_FACE_FLAG_COLOR' has been added (to be accessed with the macro `FT_HAS_COLOR'). * `FT_Gzip_Uncompress' (modeled after zlib's `uncompress' function) has been added; this is a by-product of the newly added WOFF support. * Support for a build with `cmake' has been contributed by John Cary . * Support for x64 builds with Visual C++ has been contributed by Kenneth Miller * Manual pages for most demo programs have been added. * The GETINFO bytecode instruction for TrueType fonts was buggy if used to retrieve subpixel hinting information. It was necessary to set selector bit 6 to get results for selector bits 7-10, which is wrong. * Improved computation of emulated vertical metrics for TrueType fonts. * Fixed horizontal start-up position of vertical phantom points in TrueType bytecode. - Rebase freetype2-subpixel.patch to current release - Added fix-compile-in-non-debug.patch, fixes release build of ftdemos - Added overflow.patch for resolving post-build-check detected error: I: Statement is overflowing a buffer - Update to version 2.5.0.1 * The cache manager function `FTC_Manager_Reset' didn't flush the cache. * Behdad Esfahbod (on behalf of Google) contributed support for color embedded bitmaps (eg. color emoji). * The old FreeType CFF engine is now disabled by default. * All code related to macro FT_CONFIG_OPTION_OLD_INTERNALS has been removed. * The property API (`FT_Property_Get' and `FT_Property_Set') is now declared as stable. * Another round of TrueType subpixel hinting fixes. * 64bit compilation of the new CFF engine was buggy. * Some fixes to improve robustness in memory-tight situations. - Add dependency on libpng-devel for color emoji support. - Drop freetype-new-cff-engine.patch, upstream now. - Library and tools must be compiled with large file support in 32 bit archs just like the rest of system. - Update to version 2.4.12 * A new CFF rendering engine from Adobe * The macro FT_CONFIG_OPTION_OLD_INTERNALS is no longer set by default. - freetype-new-cff-engine.patch: Enable the new CFF engine by default. - Drop freetype2-no_rpath.patch, not needed. - Rediffed patches. - CVE-2012-5668.patch, CVE-2012-5669.patch, CVE-2012-5670.patch nothing to do. - Update to version 2.4.11 * Some vulnerabilities in the BDF implementation have been fixed. * Support for OpenType collections (OTC) has been added. * Pure CFF fonts within an SFNT wrapper are now supported. * Minor rendering improvements to the auto-hinter. * `FT_GlyphSlot_Oblique' now uses a shear angle of 12°. - Modify freetype2-subpixel.patch for new subpixel hinting option. - Drop fix-build.patch: no longer needed - Update to version 2.4.10 * Incremental glyph loading as needed by ghostscript was broken. * A new function `FT_Outline_EmboldenXY' * The glyph spacing computation in `FT_GlyphSlot_Embolden' (and similar code in `ftview') has been improved. * Minor improvements to the TrueType bytecode interpreter and glyph loader, the auto-hinter, and the B/W rasterizer. - USe -std=gnu99 in all targets not only on ARM - Unbreak SLE builds - Update to version 2.4.9 * Fixes CVE-2012-1126, CVE-2012-1127, CVE-2012-1128, CVE-2012-1129, CVE-2012-1130, CVE-2012-1131, CVE-2012-1132, CVE-2012-1133, CVE-2012-1134, CVE-2012-1135, CVE-2012-1136, CVE-2012-1137, CVE-2012-1138, CVE-2012-1139, CVE-2012-1140, CVE-2012-1141, CVE-2012-1142, CVE-2012-1143, CVE-2012-1144 * The `ENCODING -1 ' format of BDF fonts is now supported. * For BDF fonts, support for the whole Unicode encoding range has been added. * Better TTF support for x_ppem != y_ppem. * `FT_Get_Advances' sometimes returned bogus values. - license update: SUSE-Freetype or GPL-2.0+ Use SUSE- proprietary prefix until upstream spdx.org accepts Freetype as official license - Ran spec-cleaner - Add devel-static provides to devel package (shared library policy) - provide libfreetype.la for older distros; otherwise it breaks too many package builds in M17N repo - fix build on FACTORY by owning aclocal dir - Update to version 2.4.8 * Some vulnerabilities in handling CID-keyed PostScript fonts have been fixed; see CVE-2011-3439 * Chris Liddell contributed a new API, `FT_Get_PS_Font_Value', to retrieve most of the dictionary keys in Type 1 fonts. - Update to version 2.4.7 * Some vulnerabilities in handling Type 1 fonts have been fixed; see CVE-2011-3256. * FreeType now properly handles ZapfDingbats glyph names while constructing a Unicode character map (for fonts which don't have one). - Update to version 2.4.6 * For TrueType based fonts, the ascender and descender values were incorrect sometimes (off by a pixel if the ppem value was not a multiple of 5). Depending on the use you might now experience a different layout; the change should result in better, more consistent line spacing. * Fix CVE-2011-0226 which causes a vulnerability while handling Type 1 fonts. * BDF fonts containing glyphs with negative values for ENCODING were incorrectly rejected. This bug has been introduced in FreeType version 2.2.0. * The behaviour of FT_STROKER_LINEJOIN_BEVEL has been corrected. * A new line join style, FT_STROKER_LINEJOIN_MITER_FIXED, has been introduced to support PostScript and PDF miter joins. * FT_STROKER_LINEJOIN_MITER_VARIABLE has been introduced as an alias for FT_STROKER_LINEJOIN_MITER. * Various stroking glitches has been fixed * SFNT bitmap fonts which contain an outline glyph for `.notdef' only no longer set the FT_FACE_FLAG_SCALABLE flag. - Drop bnc704612_othersubr.diff, applied upstream - added bnc704612_othersubr.diff, CVE-2011-0226, bnc#704612. - Clean spec file - Disable static libraries - Drop unneeded use_unix.diff - Disable newly introduced bzip2 support, it seems to create problems with subpixel rendering - Update to version 2.4.5 * A rendering regression for second-order Bézier curves has been fixed, introduced in 2.4.3. * If autohinting is not explicitly disabled, FreeType now uses the autohinter if a TrueType based font doesn't contain native hints. * The load flag FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH has been made redundant and is simply ignored; this means that FreeType now ignores the global advance width value in TrueType fonts. * `FT_Sfnt_Table_Info' can now return the number of SFNT tables of a font. * Support for PCF files compressed with bzip2 has been contributed by Joel Klinghed. To make this work, the OS must provide a bzip2 library. * Again some fixes to better handle broken fonts. * Some improvements to the B/W rasterizer. * Fixes to the cache module to improve robustness. * Just Fill Bugs contributed (experimental) code to compute blue zones for CJK Ideographs, improving the alignment of horizontal stems at the top or bottom edges. - Dropped the following patches: * bnc628213_1797.diff (fixed upstream) * bnc641580_CVE-2010-3311.diff (fixed upstream) * ft2-stream-compat.diff (only needed for SLE8->SLE9 update) - Add libbz2-devel to BuildRequires to enable bzip2 support - bnc#647375: CVE-2010-3855.diff already fixed upstream. - bnc#647375: CVE-2010-3814.diff already fixed upstream. - several old patches got lost, reapplying: * added bnc641580_CVE-2010-3311.diff for bnc#641580 * bnc633943_CVE-2010-3054 nothing to do. * bnc633938_CVE-2010-3053 nothing to do. - exclude *.a *.la files from -devel package - Updated to version 2.4.4: * [truetype] better multi-threading support * [truetype] identify the tricky fonts by cvt/fpgm/prep checksums; some Latin TrueType fonts are still expected to be unhinted * [type1] fix matrix normalization * [type1] improve guard against malformed data * [ftsmooth] improve rendering * [ftraster] fix rendering - Updated to version 2.4.3: + Fix rendering of certain cubic, S-shaped arcs. This regression has been introduced in version 2.4.0. + Handling of broken fonts has been further improved. - bnc#628213: added bnc628213_1797.diff - bnc#629447: CVE-2010-2805..8 are already fixed in upstream 2.4.2 - bnc#619562: CVE-2010-2497,2498,2499,2500,2519,2520 dito. - updated to version 2.4.2: Another serious bug in the CFF font module has been found, together with more exploitable vulnerabilities in the T42 font driver. - updated to version 2.4.1: * major version up * bytecode interpreter is enabled as default in the upstream * doc-reference is redundant, removed - reenable bitmap foundaries (bnc#596559) - buildrequire pkg-config to fix provides - Adjust baselibs.conf for changes - fix obsoletes/provides - leave freetype2 behind and only go with shared library package - Fix baselibs.conf for renamed libs - update to version 2.3.12: brings considerable improvements for b/w rasterizing of hinted TrueType fonts at small sizes, see NEWS for more details - fixed build without sysvinit in the build system - disable no longer compiling patch that should be upstream or dead - split out shared library policy package - remove old patches - add baselibs.conf as a source - make -std=gnu99 cfalgs to be ARM-specific - updated patches to apply with fuzz=0 - ARM build needs -std=gnu99 in CFLAGS - updated to version 2.3.8: * see URLs below http://www.freetype.org/index2.html#release-freetype-2.3.8 http://sourceforge.net/project/shownotes.php?group_id=3157&release_id=653641 - updated to version 2.3.9: * see URLs below http://www.freetype.org/index2.html#release-freetype-2.3.9 http://sourceforge.net/project/shownotes.php?group_id=3157&release_id=667610 - fix builds with older distros - require zlib-devel- from freetype2-devel- bnc#519192 - fixed integer overflows [bnc#485889] CVE-2009-0946 - freetype2 has subpixel rendering enabled [bnc#478407] ==== kde-print-manager ==== - Re-order the preamble, especially ensure that Version: is set before it's being used as a macro to obsolete old versions. ==== libXft-devel ==== Subpackages: libXft2 libXft2-32bit - added baselibs.conf as source to specfile ==== logrotate ==== - Enable Persistent timer since we are now in systemd 219. ==== libmono-2_0-1 ==== Version update (4.0.1 -> 4.0.1.43) Subpackages: libmono-2_0-devel libmonoboehm-2_0-1 libmonoboehm-2_0-devel libmonosgen-2_0-1 mono-core mono-data mono-data-sqlite mono-extras mono-mvc mono-wcf mono-web mono-winforms mono-winfxcore - Update to version 4.0.1.43: * fixed bugs: 29459, 29898, 29667, 28557, 29177, 28847, 28209, 26998, 29039 and more * fixes in mono profiler - Add mono-bug-30171.patch to fix BinaryReader bug with Unicode encoding - Removed amd64-tramp-size.patch (fix included in 4.0.1.43 release) - Add mono-bug-28777.patch to fix a DeflateStream bug, should fix KeePass problems ==== perl-List-MoreUtils ==== Version update (0.410 -> 0.412) - updated to 0.412 see /usr/share/doc/packages/perl-List-MoreUtils/Changes 0.412 2015-05-19 - release 0.411_001 without further changes 0.411_001 2015-05-11 - move generation of test endpoints to author stage as requested per issue/#9 - add a rough guide for contributors - fix rt#103251 to avoid removing bundled stuff by accident - Fix compilation errors under cl (Thanks to jddurand) ==== strace ==== - Disable libunwind support on aarch64 (../strace: Can't initiate libunwind: Input/output error) ==== timezone ==== Version update (2015c -> 2015d) - tzcode-zic-empty-comp.diff: Replaced by more sophisticated fix from upstream - tzcode-zic-empty-comp.diff: Fix check for empty components in absolute path - Fix post-install script to overwrite the temporary file when attempting to create /etc/localtime as a hard link [bsc#928841] - timezone update 2015d [bsc#928584, bsc#928246] * Egypt announced it is off DST indefinitely * zic has some minor performance improvements - tzcode-fromname.patch, tzcode-link.diff, tzcode-symlink.patch, tzcode-zic.diff, tzdata-china.diff: Rebase ==== timezone-java ==== Version update (2015c -> 2015d) - tzcode-zic-empty-comp.diff: Replaced by more sophisticated fix from upstream - tzcode-zic-empty-comp.diff: Fix check for empty components in absolute path - Fix post-install script to overwrite the temporary file when attempting to create /etc/localtime as a hard link [bsc#928841] - timezone update 2015d [bsc#928584, bsc#928246] * Egypt announced it is off DST indefinitely * zic has some minor performance improvements - tzcode-fromname.patch, tzcode-link.diff, tzcode-symlink.patch, tzcode-zic.diff, tzdata-china.diff: Rebase ==== libxmmsclient-glib1 ==== Subpackages: libxmmsclient6 xmms2 xmms2-plugin-base - Add xmms-ruby2.2.patch: Update for Ruby 2.2: Use RbConfig instead of deprecated Config. ==== yast2-bootloader ==== Version update (3.1.127 -> 3.1.128) - Disable os-prober for Power boo#931653 - 3.1.128 ==== zypper ==== Version update (1.12.0 -> 1.12.1) Subpackages: zypper-aptitude zypper-log - Update zypper-po.tar.bz2 - Update zypper-po.tar.bz2 - man: clarify zypper download description (fixes #68) - fix table sort (bnc#832519) - aptitude: install all package name mappings - aptitude: re-order rules - aptitude: apply fedora rules to centos and redhat - aptitude: require zypper - aptitude: add os-specific package-maps - aptitude: add os_is function - aptitude: add generic python package mapping - only use ANSI codes on terminals (bnc#925678) - Don't use color in XML mode. - version 1.12.1 Removed packages: Added packages: