diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-31 08:59:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-31 08:59:11 +0000 |
commit | 5c7f8e02627ec59227c5723b7ae9218645f16de0 (patch) | |
tree | 3a5f698e179a3a270e5d95e8b505e7b759dd8ff7 /archivers/xz/Makefile | |
parent | b3c6e064a7d176e549223ab2d1af9f856705ef1b (diff) | |
download | pkgsrc-5c7f8e02627ec59227c5723b7ae9218645f16de0.tar.gz |
Update to 4.999.9beta:
XZ Utils 4.999.9beta was released on 2009-08-27. Among many less
important changes, this release fixes a data corruption in the
compression code. (The bug was specific to XZ Utils and was not
present in 7-Zip or LZMA SDK.) Everyone using an older version of
XZ Utils should upgrade.
This is the last beta release before XZ Utils 5.0.0. No big changes
are planned before the first stable release.
Diffstat (limited to 'archivers/xz/Makefile')
-rw-r--r-- | archivers/xz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile index eb540892c9c..fe40bf289c8 100644 --- a/archivers/xz/Makefile +++ b/archivers/xz/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2009/08/23 09:23:28 obache Exp $ +# $NetBSD: Makefile,v 1.3 2009/08/31 08:59:11 wiz Exp $ # -DISTNAME= xz-4.999.8beta +DISTNAME= xz-4.999.9beta CATEGORIES= archivers MASTER_SITES= http://tukaani.org/xz/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tukaani.org/xz/ COMMENT= XZ utilities -#LICENSE= public-domain AND gnu-gpl-v2 AND gnu-lgpl-v2.1 +LICENSE= public-domain AND gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |