pkgsrc/archivers/xz
adam 43fe8cb9cf xz: updated to 5.2.4
5.2.4:

* liblzma:
    - Allow 0 as memory usage limit instead of returning
      LZMA_PROG_ERROR. Now 0 is treated as if 1 byte was specified,
      which effectively is the same as 0.

    - Use "noexcept" keyword instead of "throw()" in the public
      headers when a C++11 (or newer standard) compiler is used.

    - Added a portability fix for recent Intel C Compilers.

    - Microsoft Visual Studio build files have been moved under
      windows/vs2013 and windows/vs2017.

* xz:
    - Fix "xz --list --robot missing_or_bad_file.xz" which would
      try to print an unitialized string and thus produce garbage
      output. Since the exit status is non-zero, most uses of such
      a command won't try to interpret the garbage output.

    - "xz --list foo.xz" could print "Internal error (bug)" in a
      corner case where a specific memory usage limit had been set.
2018-06-05 22:28:38 +00:00
..
patches Updated archivers/xz to 5.2.3 2017-01-01 08:24:44 +00:00
buildlink3.mk
builtin.mk Provide liblzma.pc for builtin case 2018-04-29 21:18:16 +00:00
DESCR
distinfo xz: updated to 5.2.4 2018-06-05 22:28:38 +00:00
Makefile xz: updated to 5.2.4 2018-06-05 22:28:38 +00:00
options.mk xz: Only enable nls by default if msgfmt is builtin. 2018-01-12 11:35:28 +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