pkgsrc/archivers
adam 65b32309fa xz: updated to 5.2.5
5.2.5:
* liblzma:

    - Fixed several C99/C11 conformance bugs. Now the code is clean
      under gcc/clang -fsanitize=undefined. Some of these changes
      might have a negative effect on performance with old GCC
      versions or compilers other than GCC and Clang. The configure
      option --enable-unsafe-type-punning can be used to (mostly)
      restore the old behavior but it shouldn't normally be used.

    - Improved API documentation of lzma_properties_decode().

    - Added a very minor encoder speed optimization.

* xz:

    - Fixed a crash in "xz -dcfv not_an_xz_file". All four options
      were required to trigger it. The crash occurred in the
      progress indicator code when xz was in passthru mode where
      xz works like "cat".

    - Fixed an integer overflow with 32-bit off_t. It could happen
      when decompressing a file that has a long run of zero bytes
      which xz would try to write as a sparse file. Since the build
      system enables large file support by default, off_t is
      normally 64-bit even on 32-bit systems.

    - Fixes for --flush-timeout:
        * Fix semi-busy-waiting.
        * Avoid unneeded flushes when no new input has arrived
          since the previous flush was completed.

    - Added a special case for 32-bit xz: If --memlimit-compress is
      used to specify a limit that exceeds 4020 MiB, the limit will
      be set to 4020 MiB. The values "0" and "max" aren't affected
      by this and neither is decompression. This hack can be
      helpful when a 32-bit xz has access to 4 GiB address space
      but the specified memlimit exceeds 4 GiB. This can happen
      e.g. with some scripts.

    - Capsicum sandbox is now enabled by default where available
      (FreeBSD >= 10). The sandbox debug messages (xz -vv) were
      removed since they seemed to be more annoying than useful.

    - DOS build now requires DJGPP 2.05 instead of 2.04beta.
      A workaround for a locale problem with DJGPP 2.05 was added.

* xzgrep and other scripts:

    - Added a configure option --enable-path-for-scripts=PREFIX.
      It is disabled by default except on Solaris where the default
      is /usr/xpg4/bin. See INSTALL for details.

    - Added a workaround for a POSIX shell detection problem on
      Solaris.

* Build systems:

    - Added preliminary build instructions for z/OS. See INSTALL
      section 1.2.9.

    - Experimental CMake support was added. It should work to build
      static liblzma on a few operating systems. It may or may not
      work to build shared liblzma. On some platforms it can build
      xz and xzdec too but those are only for testing. See the
      comment in the beginning of CMakeLists.txt for details.

    - Visual Studio project files were updated.
      WindowsTargetPlatformVersion was removed from VS2017 files
      and set to "10.0" in the added VS2019 files. In the future
      the VS project files will be removed when CMake support is
      good enough.

    - New #defines in config.h: HAVE___BUILTIN_ASSUME_ALIGNED,
      HAVE___BUILTIN_BSWAPXX, and TUKLIB_USE_UNSAFE_TYPE_PUNNING.

    - autogen.sh has a new optional dependency on po4a and a new
      option --no-po4a to skip that step. This matters only if one
      wants to remake the build files. po4a is used to update the
      translated man pages but as long as the man pages haven't
      been modified, there's nothing to update and one can use
      --no-po4a to avoid the dependency on po4a.

* Translations:

    - XZ Utils translations are now handled by the Translation
      Project: https://translationproject.org/domain/xz.html

    - All man pages are now included in German too.

    - New xz translations: Brazilian Portuguese, Finnish,
      Hungarian, Chinese (simplified), Chinese (traditional),
      and Danish (partial translation)

    - Updated xz translations: French, German, Italian, and Polish

    - Unfortunately a few new xz translations weren't included due
      to technical problems like too long lines in --help output or
      misaligned column headings in tables. In the future, many of
      these strings will be split and e.g. the table column
      alignment will be handled in software. This should make the
      strings easier to translate.
2020-05-03 10:10:43 +00:00
..
9e Replace non-working HOMEPAGE. 2017-07-30 22:40:34 +00:00
advancecomp advancecomp: Avoid compiler warnings due to redefining bswap* on NetBSD. 2019-10-04 18:08:07 +00:00
afio
arc Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
archangel Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
arj all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
ark Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
arqiver archivers/arqiver 2020-04-22 08:30:13 +00:00
atool all: migrate several HOMEPAGEs to https 2020-01-18 23:29:55 +00:00
bicom Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
bmap-tools PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
brotli brotli: Use shared libraries for linking the main executable 2019-04-19 17:56:52 +00:00
bsdtar archivers/bsdtar: avoid circular dependency with PKG_DEVELOPER checks 2020-03-12 20:50:30 +00:00
bunzip Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
bzip2 archivers: align variable assignments 2019-11-02 22:54:25 +00:00
cabextract cabextract: update to 1.9.1. 2019-03-25 22:47:02 +00:00
dact all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
dar dar: Do not overwrite BUILDLINK_TRANSFORM 2020-03-23 11:50:22 +00:00
engrampa Update all MATE packages (except system-monitor) to 1.24.0. 2020-04-05 16:05:39 +00:00
fastjar archivers/fastjar: suppress USE_TOOLS+=perl warning 2020-04-26 13:27:41 +00:00
fcrackzip
freeze all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
gcpio gcpio: fix packaging failure 2020-02-21 16:21:34 +00:00
go-xz Revbump all Go packages after default version switch to 1.14. 2020-04-12 11:01:29 +00:00
gsharutils all: migrate several HOMEPAGEs to https 2020-01-18 23:29:55 +00:00
gtar all: migrate several HOMEPAGEs to https 2020-01-18 23:29:55 +00:00
gtar-base gtar: fix build on SunOS 2019-05-02 20:27:42 +00:00
gtar-info
gzip all: migrate several HOMEPAGEs to https 2020-01-18 23:29:55 +00:00
gzrecover all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ha
heirloom-tar
hpack hpack: use -std=gnu89 for older GNU inline semantics. 2019-08-05 19:21:12 +00:00
hs-tar Import tar-0.5.1.1 from wip 2020-01-19 00:58:38 +00:00
hs-zip-archive Import zip-archive-0.4.1 from wip 2020-01-17 19:01:49 +00:00
hs-zlib Update to zlib-0.6.2.1 2019-12-29 23:20:52 +00:00
innoextract *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
jamjar Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
karchive Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
lbrate Comment out dead sites. 2017-08-16 20:45:30 +00:00
lcab Comment out dead sites. 2017-08-16 20:45:30 +00:00
lha archivers: align variable assignments 2019-11-02 22:54:25 +00:00
lhasa all: migrate several HOMEPAGEs to https 2020-01-18 23:29:55 +00:00
libaec archivers/libaec: import libaec-1.0.4 2019-04-29 15:51:23 +00:00
libarchive all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
libcomprex *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
liblzo all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
libmspack Update libmspack to 0.10.1alpha 2019-08-05 13:39:24 +00:00
libunrar archivers: align variable assignments 2019-11-02 22:54:25 +00:00
libzip *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
lrzip lrzip: Update MAINTAINERship to tm@NetBSD.org email address 2018-12-11 08:45:30 +00:00
lz4 all: migrate several HOMEPAGEs to https 2020-01-18 23:29:55 +00:00
lz4json Honor LDFLAGS. 2017-07-06 14:11:29 +00:00
lzip all: migrate several HOMEPAGEs to https 2020-01-18 23:29:55 +00:00
lziprecover all: migrate several HOMEPAGEs to https 2020-01-18 23:29:55 +00:00
lzma all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
lzmalib all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
lzo all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
lzop all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
macutil
makeself Update makeself to 2.4.0. 2019-01-18 22:08:16 +00:00
minizip minizip: Re-enable using fopen64 on Linux only 2020-04-01 10:46:24 +00:00
mousetar
mscompress
nomarch Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
nulib2 archivers: align variable assignments 2019-11-02 22:54:25 +00:00
ocaml-bz2 archivers: align variable assignments 2019-11-02 22:54:25 +00:00
ocaml-decompress archivers: align variable assignments 2019-11-02 22:54:25 +00:00
ocaml-zip archivers: align variable assignments 2019-11-02 22:54:25 +00:00
p5-Archive-Any Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Archive-Any-Lite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Archive-Extract - Update to 0.86 2019-12-06 13:26:27 +00:00
p5-Archive-Peek Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Archive-Tar (archivers/p5-Archive-Tar) Updated 2.3.2 to 2.3.6 2020-03-01 01:23:46 +00:00
p5-Archive-Tar-Wrapper (archivers/p5-Archive-Tar-Wrapper) Updated from 0.33 to 0.37 2019-11-04 03:37:54 +00:00
p5-Archive-Zip Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Compress-Bzip2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Compress-LZMA-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p7zip all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
par2 archivers/par2: update to 0.8.1. 2020-02-09 15:36:52 +00:00
pax all: migrate several HOMEPAGEs to https 2020-01-18 23:29:55 +00:00
pbzip2 Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
pdbar Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
php-bz2
php-pecl-zip archivers/php-pecl-zip: add package version 1.18.2 2020-03-23 15:29:34 +00:00
php-zip *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
php-zlib *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
pigz all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ppmd all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ppunpack
py-brotli py-brotli: Import py-brotli-1.0.7 as archivers/py-brotli 2019-12-17 10:15:37 +00:00
py-brotlipy 0.7.0: 2017-06-21 09:41:38 +00:00
py-bz2file py-bz2file: added version 0.98 2019-01-09 10:28:19 +00:00
py-czipfile archivers: align variable assignments 2019-11-02 22:54:25 +00:00
py-lhafile Removed unused line 2018-02-08 16:44:11 +00:00
py-libarchive-c py-libarchive-c: updated to 2.9 2019-12-11 13:46:46 +00:00
py-lz4 archivers/py-lz4: fix path to py-test 2020-04-26 13:29:50 +00:00
py-rarfile py-rarfile: updated to 3.1 2019-09-16 08:56:17 +00:00
py-yuicompressor Reset maintainer 2017-09-16 19:26:41 +00:00
py-zipp py-zipp: py-jaraco.itertools is only a test dependency. 2020-03-12 07:51:23 +00:00
py-zipp1 py-zipp1: let it build for Python 3.x 2020-03-12 15:20:36 +00:00
py-zipstream py-zipstream: Add version 1.1.4 2019-11-03 01:06:10 +00:00
py-zstandard py-zstandard: updated to 0.13.0 2019-12-29 16:53:13 +00:00
R-zip (archivers/R-zip) Updated to 2.0.4 2020-02-15 23:56:34 +00:00
rar
rox-archive all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
ruby-archive-tar-minitar archivers/ruby-archive-tar-minitar: update to 0.8 2019-10-22 07:33:37 +00:00
ruby-bz2
ruby-ffi-libarchive archivers/ruby-ffi-libarchive: update to 1.0.0 2020-01-18 13:16:10 +00:00
ruby-libarchive Recursive revision bump for archivers/libarchive. 2017-05-29 11:09:45 +00:00
ruby-minitar archivers/ruby-minitar: update to 0.9 2019-10-22 07:29:24 +00:00
ruby-minitar-cli archivers/ruby-minitar-cli: update to 0.8 2019-10-22 07:30:39 +00:00
ruby-mixlib-archive archivers/ruby-mixlib-archive: update to 1.0.5 2020-01-18 15:06:12 +00:00
ruby-xz archivers/ruby-xz: remove redundant SUBST block 2020-04-25 19:56:49 +00:00
ruby-zip archivers/ruby-zip: update to 2.3.0 2020-03-15 15:52:07 +00:00
rzip all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
sarab all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
squsq
star star: Update to 1.6.1nb5 2020-03-04 11:35:10 +00:00
szip szip: fix typo 2020-03-01 03:01:19 +00:00
torrentzip archivers: align variable assignments 2019-11-02 22:54:25 +00:00
unace archivers: align variable assignments 2019-11-02 22:54:25 +00:00
unace-bin archivers: align variable assignments 2019-11-02 22:54:25 +00:00
unalz Fix building with newer zlib; clean-up 2017-06-26 09:48:34 +00:00
unarj archivers: align variable assignments 2019-11-02 22:54:25 +00:00
undms
unlzx
unrar unrar: drop maintainership 2020-04-14 12:33:21 +00:00
unshield *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
unzip unzip: Apply a patch from CVE-2018-18384 2019-07-15 14:08:03 +00:00
unzoo archivers/unzoo: fix out-of-bounds read when matching non-ASCII 2020-03-26 22:29:47 +00:00
upx Ignore inconsistent indentation with clang 2020-04-18 22:02:28 +00:00
xbin archivers: align variable assignments 2019-11-02 22:54:25 +00:00
xfce4-thunar-archive librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
xmill Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
xpk Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
xz xz: updated to 5.2.5 2020-05-03 10:10:43 +00:00
zip
zoo
zopfli (archivers/zopfli) Updated 1.0.1 to 1.0.3, ChangeLog not easily found 2020-02-29 15:56:39 +00:00
zstd zstd: CHECK_PORTABILITY_SKIP in test suite 2020-03-12 17:34:26 +00:00
zutils (archivers/zutils) Updated 1.6 to 1.8 2020-02-29 16:19:50 +00:00
zziplib archivers: align variable assignments 2019-11-02 22:54:25 +00:00
Makefile archivers: Add minizip 2020-03-31 10:25:28 +00:00