Age | Commit message (Expand) | Author |
2021-08-03 | gnu: zchunk: Patch references to the 'zstd' command line tool....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>
| Maxim Cournoyer |
2021-07-29 | gnu: Add zchunk....* gnu/packages/compression.scm (zchunk): New variable.
| Maxim Cournoyer |
2021-07-04 | gnu: tarlz: Update to 0.21....* gnu/packages/compression.scm (tarlz): Update to 0.21.
| Tobias Geerinckx-Rice |
2021-07-01 | gnu: libzip: Support Zstandard....* gnu/packages/compression.scm (libzip)[native-inputs]: Add pkg-config.
[inputs]: Add zstd:lib.
| Tobias Geerinckx-Rice |
2021-07-01 | gnu: libzip: Update to 1.8.0....* gnu/packages/compression.scm (libzip): Update to 1.8.0.
| Tobias Geerinckx-Rice |
2021-07-01 | gnu: Add squashfs-tools-ng....* gnu/packages/compression.scm (squashfs-tools-ng): New public variable.
| Tobias Geerinckx-Rice |
2021-07-01 | gnu: squashfs-tools: Update description....* gnu/packages/compression.scm (squashfs-tools)[description]:
Don't mention zlib; compact discs; youth.
| Tobias Geerinckx-Rice |
2021-07-01 | gnu: squashfs-tools: Update to 4.4-git.1....* gnu/packages/compression.scm (squashfs-tools): Update to 4.4-git.1.
[source]: Remove obsolete snippet.
| Tobias Geerinckx-Rice |
2021-06-14 | gnu: Add snappy-with-clang6....* gnu/packages/compression.scm (snappy-with-clang6): New variable.
| Ricardo Wurmus |
2021-06-14 | gnu: Rename qtbase to qtbase-5....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.
| Maxim Cournoyer |
2021-06-11 | gnu: squashfs-tools: Install some documentation....* gnu/packages/compression.scm (squashfs-tools)[arguments]: Add a new
'install-documentation phase. Remove an obsolete #t whilst here.
| Tobias Geerinckx-Rice |
2021-06-11 | gnu: squashfs-tools: Support Zstandard compression....* gnu/packages/compression.scm (squashfs-tools)[arguments]:
Add "ZSTD_SUPPORT=1" to #:make-flags.
[inputs]: Add zstd:lib.
| Tobias Geerinckx-Rice |
2021-06-11 | gnu: squashfs-tools: Build from upstream git....* gnu/packages/compression.scm (squashfs-tools)[source]: Use GIT-FETCH
and GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2021-05-29 | gnu: libjcat: Update to 0.1.8....* gnu/packages/compression.scm (libjcat): Update to 0.1.8.
| Tobias Geerinckx-Rice |
2021-05-23 | gnu: squashfs-tools: Prepare for GCC 10....* gnu/packages/compression.scm (squashfs-tools)[source](modules, snippet): New
fields.
| Marius Bakke |
2021-05-22 | gnu: sharutils: 'which' is a native input....* gnu/packages/compression.scm (sharutils)[inputs]: Rename to ...
[native-inputs]: ... this.
| Marius Bakke |
2021-05-22 | gnu: sharutils: Prepare for GCC 10....* gnu/packages/compression.scm (sharutils)[source](snippet): Add substitution
to avoid duplicate header definitions.
[arguments]: Remove trailing #t.
| Marius Bakke |
2021-05-13 | gnu: snappy: Update to 1.1.9....* 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.
| Tobias Geerinckx-Rice |
2021-05-13 | gnu: libjcat: Update to 0.1.7....* gnu/packages/compression.scm (libjcat): Update to 0.1.7.
| Tobias Geerinckx-Rice |
2021-03-30 | gnu: zziplib/fixed: Add missing library symlinks....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.
| Efraim Flashner |
2021-03-30 | gnu: zstd: Downgrade to 1.4.4 and make security graft saner....* 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.
| Léo Le Bouter |
2021-03-26 | gnu: upx: Fix CVE-2021-20285....* 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.
| Léo Le Bouter |
2021-03-17 | gnu: pzstd: Update to 1.4.9 [fixes CVE-2021-24032]....* 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.
| Léo Le Bouter |
2021-03-15 | gnu: unzip/fixed: Make private....* gnu/packages/compression.scm (unzip/fixed): Use define instead of
define-public.
| Léo Le Bouter |
2021-03-15 | gnu: gzstream: Add PIC flag....* gnu/packages/compression.scm (gzstream) [arguments]: Add phase 'use-pic.
| Lars-Dominik Braun |
2021-03-14 | gun: unzip/fixed: Fix tests on 32-bit systems....* 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.
| Léo Le Bouter |
2021-03-14 | gnu: unzip: Fix patch name....This is what happens when you push without testing your changes :/
* gnu/packages/compression.scm (unzip)[source]: Adjust patch name.
| Efraim Flashner |
2021-03-14 | gnu: unzip: Add patches from Fedora [security fixes]....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.
| Léo Le Bouter |
2021-03-13 | gnu: Remove bsdiff....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.
| Léo Le Bouter |
2021-03-11 | gnu: zstd-1.4.9: Fix i686-linux and arm/aarch64-linux builds....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.
| Léo Le Bouter |
2021-03-10 | gnu: zziplib: Update to 0.13.72 [security fixes]....Non-exhaustively, fixes CVE-2018-16548 and CVE-2018-17828.
* gnu/packages/compression.scm (zziplib/fixed): New variable.
(zziplib)[replacement]: Graft.
| Léo Le Bouter |
2021-03-10 | gnu: bsdiff: Fix CVE-2014-9862....* 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.
| Léo Le Bouter |
2021-03-09 | gnu: lrzip: Update to 0.641....* gnu/packages/compression.scm (lrzip): Update to 0.641.
| Tobias Geerinckx-Rice |
2021-03-06 | gnu: zstd: Update to 1.4.9 [security fixes]....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'.
| Léo Le Bouter |
2021-03-04 | gnu: pigz: Update to 2.6....* gnu/packages/compression.scm (pigz): Update to 2.6.
| Tobias Geerinckx-Rice |
2021-03-04 | gnu: clzip: Update to 1.12....* gnu/packages/compression.scm (clzip): Update to 1.12.
| Tobias Geerinckx-Rice |
2021-02-20 | gnu: lrzip: Update to 0.640....* 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>
| Vincent Legoll |
2021-02-15 | gnu: xarchiver: Update to 0.5.4.17....* gnu/packages/compression.scm (xarchiver): Update to 0.5.4.17.
| Tobias Geerinckx-Rice |
2021-02-15 | gnu: libjcat: Update to 0.1.6....* gnu/packages/compression.scm (libjcat): Update to 0.1.6.
| Tobias Geerinckx-Rice |
2021-02-15 | gnu: lunzip: Update to 1.12....* gnu/packages/compression.scm (lunzip): Update to 1.12.
| Tobias Geerinckx-Rice |
2021-02-11 | gnu: lz4: Disable parallel testing....* gnu/packages/compression.scm (lz4)[arguments]: Set "#:parallel-tests?"
keyword argument to "#f".
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Léo Le Bouter |
2021-02-04 | gnu: tarlz: Update to 0.19....* gnu/packages/compression.scm (tarlz): Update to 0.19.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Antoine Côté |
2021-01-27 | gnu: Add libjcat....* gnu/packages/compression.scm (libjcat): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Léo Le Bouter |
2021-01-20 | gnu: lzlib: Update to 1.12....* gnu/packages/compression.scm (lzlib): Update to 1.12.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vincent Legoll |
2021-01-10 | gnu: zutils: Update to 1.10....* gnu/packages/compression.scm (zutils): Update to 1.10.
| Tobias Geerinckx-Rice |
2021-01-09 | gnu: plzip: Update to 1.9....* gnu/packages/compression.scm (plzip): Update to 1.9.
| Tobias Geerinckx-Rice |
2021-01-06 | gnu: lziprecover: Update to 1.22....* gnu/packages/compression.scm (lziprecover): Update to 1.22.
| Tobias Geerinckx-Rice |
2020-12-18 | gnu: xarchiver: Update to 0.5.4.16....* gnu/packages/compression.scm (xarchiver): Update to 0.5.4.16.
| Tobias Geerinckx-Rice |
2020-12-03 | gnu: google-brotli: Update to 1.0.9 (Fixes CVE-2020-8927)....* gnu/packages/compression.scm (google-brotli): Update to 1.0.9.
[source]: Add snippet to remove unrecognized '-R' flag from pkg-config
files.
| Efraim Flashner |
2020-11-30 | gnu: Add ziptime....* gnu/packages/compression.scm (ziptime): New public variable.
| Tobias Geerinckx-Rice |