A Program for Compressing Files
http://tukaani.org/xz/
The xz command is a very powerful program for compressing files.
* Average compression ratio of LZMA is about 30% better than that of
gzip, and 15% better than that of bzip2.
* Decompression speed is only little slower than that of gzip, being
two to five times faster than bzip2.
* In fast mode, compresses faster than bzip2 with a comparable
compression ratio.
* Achieving the best compression ratios takes four to even twelve
times longer than with bzip2. However. this doesn't affect
decompressing speed.
* Very similar command line interface to what gzip and bzip2 have.
- Devel package for openSUSE:Factory
-
11
derived packages
- Links to openSUSE:Factory / xz
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Base:System/xz && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000091 91 Bytes | |
xz-5.6.3.tar.xz | 0001328224 1.27 MB | |
xz-5.6.3.tar.xz.sig | 0000000566 566 Bytes | |
xz.changes | 0000056048 54.7 KB | |
xz.keyring | 0000003151 3.08 KB | |
xz.spec | 0000006201 6.06 KB | |
xznew | 0000004675 4.57 KB | |
xznew.1 | 0000000954 954 Bytes |
Latest Revision
buildservice-autocommit
accepted
request 1216709
from
Antonio Teixeira (ateixeira)
(revision 168)
baserev update by copy to link target
Comments 1
Hello I am well aware of the backdoored issue that's recently been discoled with xz. I was wondering if its possible to provide an update to version 5.6.1 with the backdoor no longer there. As in, the fix from upstream as stated here from Arch Linux https://gitlab.archlinux.org/archlinux/packaging/packages/xz/-/commit/7c652d0757eb139de80ae38ff02a9cf235629739
Perhaps even switch from Github to another source https://git.tukaani.org/ if possible.