pkgsrc/archivers/xz
mef 8e8fa19720 Updated archivers/xz to 5.2.3
-----------------------------
5.2.3 (2016-12-30)
    * xz:
        - Always close a file before trying to delete it to avoid
          problems on some operating system and file system combinations.

        - Fixed copying of file timestamps on Windows.

        - Added experimental (disabled by default) sandbox support using
          Capsicum (FreeBSD >= 10). See --enable-sandbox in INSTALL.

    * C99/C11 conformance fixes to liblzma. The issues affected at least
      some builds using link-time optimizations.

    * Fixed bugs in the rarely-used function lzma_index_dup().

    * Use of external SHA-256 code is now disabled by default.
      It can still be enabled by passing --enable-external-sha256
      to configure. The reasons to disable it by default (see INSTALL
      for more details):

        - Some OS-specific SHA-256 implementations conflict with
          OpenSSL and cause problems in programs that link against both
          liblzma and libcrypto. At least FreeBSD 10 and MINIX 3.3.0
          are affected.

        - The internal SHA-256 is faster than the SHA-256 code in
          some operating systems.

    * Changed CPU core count detection to use sched_getaffinity() on
      GNU/Linux and GNU/kFreeBSD.

    * Fixes to the build-system and xz to make xz buildable even when
      encoders, decoders, or threading have been disabled from libilzma
      using configure options. These fixes added two new #defines to
      config.h: HAVE_ENCODERS and HAVE_DECODERS.
2017-01-01 08:24:44 +00:00
..
patches Updated archivers/xz to 5.2.3 2017-01-01 08:24:44 +00:00
buildlink3.mk
builtin.mk No need to set BUILDLINK_PREFIX.xz here. 2014-05-22 12:10:52 +00:00
DESCR
distinfo Updated archivers/xz to 5.2.3 2017-01-01 08:24:44 +00:00
Makefile Updated archivers/xz to 5.2.3 2017-01-01 08:24:44 +00:00
options.mk revert previous, should probably be handled in gettext-tools like 2015-10-03 14:57:10 +00:00
PLIST Changes 5.2.0: 2014-12-30 06:37:35 +00:00
PLIST.Cygwin Rename filename of PLIST for Cygwin, PLIST.cygwin to PLIST.Cygwin. 2013-09-16 03:45:30 +00:00