diff options
author | adam <adam> | 2011-02-09 09:12:16 +0000 |
---|---|---|
committer | adam <adam> | 2011-02-09 09:12:16 +0000 |
commit | fe3eabc4040e1c9ee50599ead39dbc725de2044c (patch) | |
tree | 175b9891704529ccbafed514cd5b0921e66557d8 /archivers | |
parent | 375b1adea6cf34118a3a9c207fb8169b57b83656 (diff) | |
download | pkgsrc-fe3eabc4040e1c9ee50599ead39dbc725de2044c.tar.gz |
Changes 5.0.1:
* xz --force now (de)compresses files that have setuid, setgid,
The man page had it documented this way already, but the code
had a bug.
* gzip and bzip2 support in xzdiff was fixed.
* Portability fixes
* Minor fix to Czech translation
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/xz/Makefile | 4 | ||||
-rw-r--r-- | archivers/xz/PLIST | 4 | ||||
-rw-r--r-- | archivers/xz/builtin.mk | 4 | ||||
-rw-r--r-- | archivers/xz/distinfo | 8 |
4 files changed, 11 insertions, 9 deletions
diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile index 56d33f0275f..c7a56a1be06 100644 --- a/archivers/xz/Makefile +++ b/archivers/xz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2010/11/03 14:21:49 adam Exp $ +# $NetBSD: Makefile,v 1.8 2011/02/09 09:12:16 adam Exp $ -DISTNAME= xz-5.0.0 +DISTNAME= xz-5.0.1 CATEGORIES= archivers MASTER_SITES= http://tukaani.org/xz/ EXTRACT_SUFX= .tar.bz2 diff --git a/archivers/xz/PLIST b/archivers/xz/PLIST index 7867d66cf2f..3ee57123270 100644 --- a/archivers/xz/PLIST +++ b/archivers/xz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2010/11/03 14:21:49 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2011/02/09 09:12:16 adam Exp $ bin/lzcat bin/lzcmp bin/lzdiff @@ -69,6 +69,8 @@ share/doc/xz/NEWS share/doc/xz/README share/doc/xz/THANKS share/doc/xz/TODO +share/doc/xz/examples/xz_pipe_comp.c +share/doc/xz/examples/xz_pipe_decomp.c share/doc/xz/faq.txt share/doc/xz/history.txt share/doc/xz/lzma-file-format.txt diff --git a/archivers/xz/builtin.mk b/archivers/xz/builtin.mk index a7d4c4e4255..101a842389c 100644 --- a/archivers/xz/builtin.mk +++ b/archivers/xz/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.1 2010/08/25 10:44:40 obache Exp $ +# $NetBSD: builtin.mk,v 1.2 2011/02/09 09:12:16 adam Exp $ BUILTIN_PKG:= xz @@ -44,7 +44,7 @@ BUILTIN_VERSION.xz!= \ BUILTIN_PKG.xz= xz-${BUILTIN_VERSION.xz} .endif -MAKEVARS+= BUILTIN_PKG.xz +MAKEVARS+= BUILTIN_PKG.xz ### ### Determine whether we should use the built-in implementation if it diff --git a/archivers/xz/distinfo b/archivers/xz/distinfo index d8f1416133c..7c95c5cf7a6 100644 --- a/archivers/xz/distinfo +++ b/archivers/xz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/11/03 14:21:49 adam Exp $ +$NetBSD: distinfo,v 1.6 2011/02/09 09:12:16 adam Exp $ -SHA1 (xz-5.0.0.tar.bz2) = 6bc5a6054a8f71ed48b29fff94b2e5c6a1b59650 -RMD160 (xz-5.0.0.tar.bz2) = 11aae2085907c74874ef8086f64b79b5e387abab -Size (xz-5.0.0.tar.bz2) = 1003920 bytes +SHA1 (xz-5.0.1.tar.bz2) = a87cef4f299fbeab60f2b2f18966d851eabc9661 +RMD160 (xz-5.0.1.tar.bz2) = 424f3d2be307d0bb876678e12ad351e82a9f855d +Size (xz-5.0.1.tar.bz2) = 1005959 bytes |