pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/xz
Module Name: pkgsrc
Committed By: adam
Date: Mon Mar 20 08:47:24 UTC 2023
Modified Files:
pkgsrc/archivers/xz: Makefile PLIST distinfo
Log Message:
xz: updated to 5.4.2
5.4.2 (2023-03-18)
* All fixes from 5.2.11 that were not included in 5.4.1.
* If xz is built with support for the Capsicum sandbox but running
in an environment that doesn't support Capsicum, xz now runs
normally without sandboxing instead of exiting with an error.
* liblzma:
- Documentation was updated to improve the style, consistency,
and completeness of the liblzma API headers.
- The Doxygen-generated HTML documentation for the liblzma API
header files is now included in the source release and is
installed as part of "make install". All JavaScript is
removed to simplify license compliance and to reduce the
install size.
- Fixed a minor bug in lzma_str_from_filters() that produced
too many filters in the output string instead of reporting
an error if the input array had more than four filters. This
bug did not affect xz.
* Build systems:
- autogen.sh now invokes the doxygen tool via the new wrapper
script doxygen/update-doxygen, unless the command line option
--no-doxygen is used.
- Added microlzma_encoder.c and microlzma_decoder.c to the
VS project files for Windows and to the CMake build. These
should have been included in 5.3.2alpha.
* Tests:
- Added a test to the CMake build that was forgotten in the
previous release.
- Added and refactored a few tests.
* Translations:
- Updated the Brazilian Portuguese translation.
- Added Brazilian Portuguese man page translation.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/archivers/xz/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/archivers/xz/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/archivers/xz/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/xz/Makefile
diff -u pkgsrc/archivers/xz/Makefile:1.36 pkgsrc/archivers/xz/Makefile:1.37
--- pkgsrc/archivers/xz/Makefile:1.36 Thu Jan 12 10:20:33 2023
+++ pkgsrc/archivers/xz/Makefile Mon Mar 20 08:47:24 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2023/01/12 10:20:33 adam Exp $
+# $NetBSD: Makefile,v 1.37 2023/03/20 08:47:24 adam Exp $
-DISTNAME= xz-5.4.1
+DISTNAME= xz-5.4.2
CATEGORIES= archivers
MASTER_SITES= https://tukaani.org/xz/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/archivers/xz/PLIST
diff -u pkgsrc/archivers/xz/PLIST:1.15 pkgsrc/archivers/xz/PLIST:1.16
--- pkgsrc/archivers/xz/PLIST:1.15 Thu Jan 12 10:20:33 2023
+++ pkgsrc/archivers/xz/PLIST Mon Mar 20 08:47:24 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2023/01/12 10:20:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2023/03/20 08:47:24 adam Exp $
bin/lzcat
bin/lzcmp
bin/lzdiff
@@ -122,6 +122,28 @@ man/man1/xzfgrep.1
man/man1/xzgrep.1
man/man1/xzless.1
man/man1/xzmore.1
+${PLIST.nls}man/pt_BR/man1/lzcat.1
+${PLIST.nls}man/pt_BR/man1/lzcmp.1
+${PLIST.nls}man/pt_BR/man1/lzdiff.1
+${PLIST.nls}man/pt_BR/man1/lzegrep.1
+${PLIST.nls}man/pt_BR/man1/lzfgrep.1
+${PLIST.nls}man/pt_BR/man1/lzgrep.1
+${PLIST.nls}man/pt_BR/man1/lzless.1
+${PLIST.nls}man/pt_BR/man1/lzma.1
+${PLIST.nls}man/pt_BR/man1/lzmadec.1
+${PLIST.nls}man/pt_BR/man1/lzmore.1
+${PLIST.nls}man/pt_BR/man1/unlzma.1
+${PLIST.nls}man/pt_BR/man1/unxz.1
+${PLIST.nls}man/pt_BR/man1/xz.1
+${PLIST.nls}man/pt_BR/man1/xzcat.1
+${PLIST.nls}man/pt_BR/man1/xzcmp.1
+${PLIST.nls}man/pt_BR/man1/xzdec.1
+${PLIST.nls}man/pt_BR/man1/xzdiff.1
+${PLIST.nls}man/pt_BR/man1/xzegrep.1
+${PLIST.nls}man/pt_BR/man1/xzfgrep.1
+${PLIST.nls}man/pt_BR/man1/xzgrep.1
+${PLIST.nls}man/pt_BR/man1/xzless.1
+${PLIST.nls}man/pt_BR/man1/xzmore.1
${PLIST.nls}man/ro/man1/lzcat.1
${PLIST.nls}man/ro/man1/lzcmp.1
${PLIST.nls}man/ro/man1/lzdiff.1
@@ -173,6 +195,73 @@ share/doc/xz/NEWS
share/doc/xz/README
share/doc/xz/THANKS
share/doc/xz/TODO
+share/doc/xz/api/annotated.html
+share/doc/xz/api/base_8h.html
+share/doc/xz/api/bc_s.png
+share/doc/xz/api/bc_sd.png
+share/doc/xz/api/bcj_8h.html
+share/doc/xz/api/bdwn.png
+share/doc/xz/api/block_8h.html
+share/doc/xz/api/check_8h.html
+share/doc/xz/api/classes.html
+share/doc/xz/api/closed.png
+share/doc/xz/api/container_8h.html
+share/doc/xz/api/delta_8h.html
+share/doc/xz/api/dir_b17a1d403082bd69a703ed987cf158fb.html
+share/doc/xz/api/doc.png
+share/doc/xz/api/docd.png
+share/doc/xz/api/doxygen.css
+share/doc/xz/api/doxygen.svg
+share/doc/xz/api/files.html
+share/doc/xz/api/filter_8h.html
+share/doc/xz/api/folderclosed.png
+share/doc/xz/api/folderopen.png
+share/doc/xz/api/functions.html
+share/doc/xz/api/functions_vars.html
+share/doc/xz/api/globals.html
+share/doc/xz/api/globals_defs.html
+share/doc/xz/api/globals_enum.html
+share/doc/xz/api/globals_eval.html
+share/doc/xz/api/globals_func.html
+share/doc/xz/api/globals_type.html
+share/doc/xz/api/hardware_8h.html
+share/doc/xz/api/index.html
+share/doc/xz/api/index_8h.html
+share/doc/xz/api/index__hash_8h.html
+share/doc/xz/api/lzma12_8h.html
+share/doc/xz/api/lzma_8h.html
+share/doc/xz/api/nav_f.png
+share/doc/xz/api/nav_fd.png
+share/doc/xz/api/nav_g.png
+share/doc/xz/api/nav_h.png
+share/doc/xz/api/nav_hd.png
+share/doc/xz/api/open.png
+share/doc/xz/api/splitbar.png
+share/doc/xz/api/splitbard.png
+share/doc/xz/api/stream__flags_8h.html
+share/doc/xz/api/structlzma__allocator.html
+share/doc/xz/api/structlzma__block.html
+share/doc/xz/api/structlzma__filter.html
+share/doc/xz/api/structlzma__index__iter.html
+share/doc/xz/api/structlzma__mt.html
+share/doc/xz/api/structlzma__options__bcj.html
+share/doc/xz/api/structlzma__options__delta.html
+share/doc/xz/api/structlzma__options__lzma.html
+share/doc/xz/api/structlzma__stream.html
+share/doc/xz/api/structlzma__stream__flags.html
+share/doc/xz/api/sync_off.png
+share/doc/xz/api/sync_on.png
+share/doc/xz/api/tab_a.png
+share/doc/xz/api/tab_ad.png
+share/doc/xz/api/tab_b.png
+share/doc/xz/api/tab_bd.png
+share/doc/xz/api/tab_h.png
+share/doc/xz/api/tab_hd.png
+share/doc/xz/api/tab_s.png
+share/doc/xz/api/tab_sd.png
+share/doc/xz/api/tabs.css
+share/doc/xz/api/version_8h.html
+share/doc/xz/api/vli_8h.html
share/doc/xz/examples/00_README.txt
share/doc/xz/examples/01_compress_easy.c
share/doc/xz/examples/02_decompress.c
Index: pkgsrc/archivers/xz/distinfo
diff -u pkgsrc/archivers/xz/distinfo:1.28 pkgsrc/archivers/xz/distinfo:1.29
--- pkgsrc/archivers/xz/distinfo:1.28 Thu Jan 12 10:20:33 2023
+++ pkgsrc/archivers/xz/distinfo Mon Mar 20 08:47:24 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2023/01/12 10:20:33 adam Exp $
+$NetBSD: distinfo,v 1.29 2023/03/20 08:47:24 adam Exp $
-BLAKE2s (xz-5.4.1.tar.bz2) = eefb060255af4a060265e41ecbde7ef068b113bec8f621295bddffa32132dbc9
-SHA512 (xz-5.4.1.tar.bz2) = 5a98d40c94ce496047f4dae7844252e91018c5259e7d3bd4bab0f7c8772c82ff137b0a8a263b9a6038bab893af4500009a6f14787aa1f969156fcdceb365203e
-Size (xz-5.4.1.tar.bz2) = 1934128 bytes
+BLAKE2s (xz-5.4.2.tar.bz2) = 89a0e6ac5f96c1e3306fac34f83cc833ab61979edb13823b841ff9afe67fb5ed
+SHA512 (xz-5.4.2.tar.bz2) = 33ae65cbca77e37e3ca2497c69acaa338a8aaa278201f29512b9ec387825d13bcb459fcfdd403cfd03ae46f97d261748dfb9e5282977aa93ee68137a16471700
+Size (xz-5.4.2.tar.bz2) = 2063576 bytes
SHA1 (patch-src_xz_Makefile.in) = b9360c7b2b34159028fb8b84339aa2faf3922287
Home |
Main Index |
Thread Index |
Old Index