summaryrefslogtreecommitdiff
path: root/gnu/packages/compression.scm
Commit message (Collapse)AuthorAge
* gnu: Add libcbor.Ahmad Jarara2021-12-01
| | | | | | * gnu/packages/compression.scm (libcbor): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: squashfs-tools: Update to 4.5.Tobias Geerinckx-Rice2021-11-30
| | | | * gnu/packages/compression.scm (squashfs-tools): Update to 4.5.
* gnu: quazip@1: Update to 1.2.Tobias Geerinckx-Rice2021-11-30
| | | | * gnu/packages/compression.scm (quazip): Update to 1.2.
* gnu: c-blosc: Build with external libraries and without AVX2.Ricardo Wurmus2021-11-17
| | | | | | | * gnu/packages/compression.scm (c-blosc)[inputs]: Add lz4, snappy, zlib, and zstd. [arguments]: Disable building with AVX2 instructions; prefer our compression packages over bundled sources.
* gnu: Remove duplicate python-google-brotli package.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | * gnu/packages/python-compression.scm (python-brotli): Delete duplicate variable. * gnu/packages/compression.scm (python-google-brotli): Redefine as a deprecated-package, with… (python-brotli): …as the canonical variable. * gnu/packages/fonts.scm (font-meera-inimai)[native-inputs]: Adjust accordingly.
* gnu: Rename google-brotli back to brotli.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | | | | | | | | | | | Sorry for the noise, but good riddance. Our nonstandard name for this package has caused confusion since it was added. For example, the duplicate python-brotli and python-google-brotli packages added later, with the latter name making even less sense. The Python packages will be fixed in the next commit. * gnu/packages/compression.scm (google-brotli): Redefine as a deprecated-package, with… (brotli): …restored to canonical status. (python-google-brotli)[inherit]: Adjust accordingly. * gnu/packages/databases.scm (apache-arrow)[inputs]: Adjust accordingly. * gnu/packages/fontutils.scm (woff2)[inputs]: Likewise. * gnu/packages/gnome.scm (libsoup)[propagated-inputs]: Likewise. * gnu/packages/networking (wireshark)[inputs]: Likewise. * gnu/packages/node.scm (node-lts)[arguments, native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-imagecodecs)[inputs]: Likewise.
* gnu: quazip: Update to 1.1.Tobias Geerinckx-Rice2021-10-06
| | | | | | * gnu/packages/compression.scm (quazip): Redefine as an heir to the… (quazip-0): …new name of the previous package definition. Adjust all packages with quazip as input to use quazip-0.
* gnu: ncompress: Cross-compile.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/compression.scm (ncompress)[arguments]: Use CC-FOR-TARGET.
* gnu: ncompress: Update to 5.0.Tobias Geerinckx-Rice2021-10-04
| | | | * gnu/packages/compression.scm (ncompress): Update to 5.0.
* gnu: squashfs-tools-ng: Update to 1.1.3.Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/compression.scm (squashfs-tools-ng): Update to 1.1.3.
* gnu: Add libdeflate.Ricardo Wurmus2021-09-06
| | | | * gnu/packages/compression.scm (libdeflate): New variable.
* gnu: zchunk: Patch references to the 'zstd' command line tool.Maxim Cournoyer2021-08-03
| | | | | | | | | | | Fixes https://issues.guix.gnu.org/49795. * gnu/packages/compression.scm (zchunk) [phases]{patch-paths}: New phase. [inputs]: Add zstd. [propagated-inputs]: Relabel the zstd "lib" as "zstd:lib". Reported-by: Christopher Howard <christopher@librehacker.com>
* gnu: Add zchunk.Maxim Cournoyer2021-07-29
| | | | * gnu/packages/compression.scm (zchunk): New variable.
* gnu: tarlz: Update to 0.21.Tobias Geerinckx-Rice2021-07-04
| | | | * gnu/packages/compression.scm (tarlz): Update to 0.21.
* gnu: libzip: Support Zstandard.Tobias Geerinckx-Rice2021-07-01
| | | | | * gnu/packages/compression.scm (libzip)[native-inputs]: Add pkg-config. [inputs]: Add zstd:lib.
* gnu: libzip: Update to 1.8.0.Tobias Geerinckx-Rice2021-07-01
| | | | * gnu/packages/compression.scm (libzip): Update to 1.8.0.
* gnu: Add squashfs-tools-ng.Tobias Geerinckx-Rice2021-07-01
| | | | * gnu/packages/compression.scm (squashfs-tools-ng): New public variable.
* gnu: squashfs-tools: Update description.Tobias Geerinckx-Rice2021-07-01
| | | | | * gnu/packages/compression.scm (squashfs-tools)[description]: Don't mention zlib; compact discs; youth.
* gnu: squashfs-tools: Update to 4.4-git.1.Tobias Geerinckx-Rice2021-07-01
| | | | | * gnu/packages/compression.scm (squashfs-tools): Update to 4.4-git.1. [source]: Remove obsolete snippet.
* gnu: Add snappy-with-clang6.Ricardo Wurmus2021-06-14
| | | | * gnu/packages/compression.scm (snappy-with-clang6): New variable.
* gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
* gnu: squashfs-tools: Install some documentation.Tobias Geerinckx-Rice2021-06-11
| | | | | * gnu/packages/compression.scm (squashfs-tools)[arguments]: Add a new 'install-documentation phase. Remove an obsolete #t whilst here.
* gnu: squashfs-tools: Support Zstandard compression.Tobias Geerinckx-Rice2021-06-11
| | | | | | * gnu/packages/compression.scm (squashfs-tools)[arguments]: Add "ZSTD_SUPPORT=1" to #:make-flags. [inputs]: Add zstd:lib.
* gnu: squashfs-tools: Build from upstream git.Tobias Geerinckx-Rice2021-06-11
| | | | | * gnu/packages/compression.scm (squashfs-tools)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: libjcat: Update to 0.1.8.Tobias Geerinckx-Rice2021-05-29
| | | | * gnu/packages/compression.scm (libjcat): Update to 0.1.8.
* gnu: squashfs-tools: Prepare for GCC 10.Marius Bakke2021-05-23
| | | | | * gnu/packages/compression.scm (squashfs-tools)[source](modules, snippet): New fields.
* gnu: sharutils: 'which' is a native input.Marius Bakke2021-05-22
| | | | | * gnu/packages/compression.scm (sharutils)[inputs]: Rename to ... [native-inputs]: ... this.
* gnu: sharutils: Prepare for GCC 10.Marius Bakke2021-05-22
| | | | | | * gnu/packages/compression.scm (sharutils)[source](snippet): Add substitution to avoid duplicate header definitions. [arguments]: Remove trailing #t.
* gnu: snappy: Update to 1.1.9.Tobias Geerinckx-Rice2021-05-13
| | | | | | | | | | * gnu/packages/compression.scm (snappy): Update to 1.1.9. [source]: Add another patch. [arguments]: Add new #:configure-flags and an 'unpack-third_party-subprojects phase. [native-inputs]: Add the sources for benchmark and googletests. * gnu/packages/patches/snappy-add-inline-for-GCC.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: libjcat: Update to 0.1.7.Tobias Geerinckx-Rice2021-05-13
| | | | * gnu/packages/compression.scm (libjcat): Update to 0.1.7.
* gnu: zziplib/fixed: Add missing library symlinks.Efraim Flashner2021-03-30
| | | | | | | | Fixes <https://bugs.gnu.org/47212>, <https://bugs.gnu.org/47448>, <https://bugs.gnu.org/47492>. * gnu/packages/compression.scm (zziplib/fixed)[arguments]: Add new phase to create missing library symlinks.
* gnu: zstd: Downgrade to 1.4.4 and make security graft saner.Léo Le Bouter2021-03-30
| | | | | | | | * gnu/packages/patches/zstd-CVE-2021-24031_CVE-2021-24032.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/compression.scm (zstd-1.4.9): Remove. (zstd/fixed): New variable. Apply patch. (zstd)[replacement]: Graft with zstd/fixed.
* gnu: upx: Fix CVE-2021-20285.Léo Le Bouter2021-03-26
| | | | | | * gnu/packages/patches/upx-CVE-2021-20285.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/compression.scm (upx): Apply patch.
* gnu: pzstd: Update to 1.4.9 [fixes CVE-2021-24032].Léo Le Bouter2021-03-17
| | | | | | * gnu/packages/compression.scm (pzstd): Use 'package/inherit' over zstd so any graft applied to zstd cascades onto pzstd which is built from the same source.
* gnu: unzip/fixed: Make private.Léo Le Bouter2021-03-15
| | | | | * gnu/packages/compression.scm (unzip/fixed): Use define instead of define-public.
* gnu: gzstream: Add PIC flag.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/compression.scm (gzstream) [arguments]: Add phase 'use-pic.
* gun: unzip/fixed: Fix tests on 32-bit systems.Léo Le Bouter2021-03-14
| | | | | | * gnu/packages/patches/unzip-32bit-zipbomb-fix.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/compression.scm (unzip/fixed): Apply patch.
* gnu: unzip: Fix patch name.Efraim Flashner2021-03-14
| | | | | | This is what happens when you push without testing your changes :/ * gnu/packages/compression.scm (unzip)[source]: Adjust patch name.
* gnu: unzip: Add patches from Fedora [security fixes].Léo Le Bouter2021-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Non-exhaustively fixes CVE-2016-9844, CVE-2018-1000035, CVE-2018-18384, and CVE-2019-13232. * gnu/packages/patches/unzip-COVSCAN-fix-unterminated-string.patch, gnu/packages/patches/unzip-CVE-2016-9844.patch, gnu/packages/patches/unzip-CVE-2018-1000035.patch, gnu/packages/patches/unzip-CVE-2018-18384.patch, gnu/packages/patches/unzip-case-insensitive.patch, gnu/packages/patches/unzip-alt-iconv-utf8-print.patch, gnu/packages/patches/unzip-alt-iconv-utf8.patch, gnu/packages/patches/unzip-close.patch, gnu/packages/patches/unzip-exec-shield.patch, gnu/packages/patches/unzip-fix-recmatch.patch, gnu/packages/patches/unzip-manpage-fix.patch, gnu/packages/patches/unzip-overflow.patch, gnu/packages/patches/unzip-symlink.patch, gnu/packages/patches/unzip-timestamp.patch, gnu/packages/patches/unzip-valgrind.patch, gnu/packages/patches/unzip-x-option.patch, gnu/packages/patches/unzip-zipbomb-manpage.patch, gnu/packages/patches/unzip-zipbomb-part1.patch, gnu/packages/patches/unzip-zipbomb-part2.patch, gnu/packages/patches/unzip-zipbomb-part3.patch: New patches. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/compression.scm (unzip/fixed): New variable. Apply patches. (unzip)[replacement]: Graft.
* gnu: Remove bsdiff.Léo Le Bouter2021-03-13
| | | | | | | | As discussed in <https://lists.gnu.org/archive/html/guix-devel/2021-03/msg00154.html>, remove because of unpatched CVE-2020-14315 with no non-FreeBSD patch in sight. * gnu/packages/compression.scm (bsdiff): Remove.
* gnu: zstd-1.4.9: Fix i686-linux and arm/aarch64-linux builds.Léo Le Bouter2021-03-11
| | | | | | | | | | It's only a graft added for security so disabling tests on there seems acceptable. See: <https://lists.gnu.org/archive/html/guix-devel/2021-03/msg00130.html>. * gnu/packages/compression.scm (zstd-1.4.9)[arguments]: Substitute keyword arguments of 'zstd' to disable tests.
* gnu: zziplib: Update to 0.13.72 [security fixes].Léo Le Bouter2021-03-10
| | | | | | | Non-exhaustively, fixes CVE-2018-16548 and CVE-2018-17828. * gnu/packages/compression.scm (zziplib/fixed): New variable. (zziplib)[replacement]: Graft.
* gnu: bsdiff: Fix CVE-2014-9862.Léo Le Bouter2021-03-10
| | | | | | * gnu/packages/patches/bsdiff-CVE-2014-9862.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/compression.scm (bsdiff): Apply it.
* gnu: lrzip: Update to 0.641.Tobias Geerinckx-Rice2021-03-09
| | | | * gnu/packages/compression.scm (lrzip): Update to 0.641.
* gnu: zstd: Update to 1.4.9 [security fixes].Léo Le Bouter2021-03-06
| | | | | | | | Fixes CVE-2021-24031 and CVE-2021-24032. * gnu/packages/compression.scm (zstd-1.4.9): New variable. * gnu/packages/compression.scm (zstd): Update to 1.4.9. [replacement]: Graft with 'zstd-1.4.9'.
* gnu: pigz: Update to 2.6.Tobias Geerinckx-Rice2021-03-04
| | | | * gnu/packages/compression.scm (pigz): Update to 2.6.
* gnu: clzip: Update to 1.12.Tobias Geerinckx-Rice2021-03-04
| | | | * gnu/packages/compression.scm (clzip): Update to 1.12.
* gnu: lrzip: Update to 0.640.Vincent Legoll2021-02-20
| | | | | | | | | | * gnu/packages/compression.scm (lrzip): Update to 0.640. [source]: Remove obsolete patch 'lrzip-CVE-2017-8842.patch'. [inputs]: Add lz4. * gnu/packages/patches/lrzip-CVE-2017-8842.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: xarchiver: Update to 0.5.4.17.Tobias Geerinckx-Rice2021-02-15
| | | | * gnu/packages/compression.scm (xarchiver): Update to 0.5.4.17.
* gnu: libjcat: Update to 0.1.6.Tobias Geerinckx-Rice2021-02-15
| | | | * gnu/packages/compression.scm (libjcat): Update to 0.1.6.