Go to file
Danilo Spinella fb12922800 Accepting request 1043472 from home:dirkmueller:Factory
- update to 5.2.10:
    * xz: Don't modify argv[] when parsing the --memlimit* and
      --block-list command line options. This fixes confusing
      arguments in process listing (like "ps auxf").
    * GNU/Linux only: Use __has_attribute(__symver__) to detect if
      that attribute is supported. This fixes build on Mandriva where
      Clang is patched to define __GNUC__ to 11 by default (instead
      of 4 as used by Clang upstream).
    * liblzma:
        - Fixed an infinite loop in LZMA encoder initialization
          if dict_size >= 2 GiB.
        - Fixed two cases of invalid free() that can happen if
          a tiny allocation fails in encoder re-initialization
          or in lzma_filters_update(). These bugs had some
          similarities with the bug fixed in 5.2.7.
        - Fixed lzma_block_encoder() not allowing the use of
          LZMA_SYNC_FLUSH with lzma_code() even though it was
          documented to be supported. The sync-flush code in
          the Block encoder was already used internally via
          lzma_stream_encoder(), so this was just a missing flag
          in the lzma_block_encoder() API function.
        - GNU/Linux only: Don't put symbol versions into static
          liblzma as it breaks things in some cases (and even if
          it didn't break anything, symbol versions in static
          libraries are useless anyway). The downside of the fix
          is that if the configure options --with-pic or --without-pic
          are used then it's not possible to build both shared and
          static liblzma at the same time on GNU/Linux anymore;
          with those options --disable-static or --disable-shared
          must be used too.

OBS-URL: https://build.opensuse.org/request/show/1043472
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=121
2022-12-19 14:42:33 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=1 2009-02-10 04:05:14 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=1 2009-02-10 04:05:14 +00:00
baselibs.conf - Use gzipped archive to prevent a build cycle on older targets 2013-11-25 12:18:05 +00:00
xz-5.2.10.tar.gz Accepting request 1043472 from home:dirkmueller:Factory 2022-12-19 14:42:33 +00:00
xz-5.2.10.tar.gz.sig Accepting request 1043472 from home:dirkmueller:Factory 2022-12-19 14:42:33 +00:00
xz.changes Accepting request 1043472 from home:dirkmueller:Factory 2022-12-19 14:42:33 +00:00
xz.keyring - Use gzipped archive to prevent a build cycle on older targets 2013-11-25 12:18:05 +00:00
xz.spec Accepting request 1043472 from home:dirkmueller:Factory 2022-12-19 14:42:33 +00:00
xznew fix minor typo 2015-11-10 15:05:35 +00:00
xznew.1 Accepting request 343469 from home:frispete:tools 2015-11-10 14:52:35 +00:00