Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7850856591 
								
							 
						 
						
							
							
								
								gnu: c-blosc: Build with external libraries and without AVX2.  
							
							... 
							
							
							
							* 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. 
							
						 
						
							2021-11-17 20:45:54 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c181e83fba 
								
							 
						 
						
							
							
								
								gnu: Remove duplicate python-google-brotli package.  
							
							... 
							
							
							
							* 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. 
							
						 
						
							2021-10-13 01:20:20 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								28b5ef1159 
								
							 
						 
						
							
							
								
								gnu: Rename google-brotli back to brotli.  
							
							... 
							
							
							
							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. 
							
						 
						
							2021-10-13 01:20:19 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8452772433 
								
							 
						 
						
							
							
								
								gnu: quazip: Update to 1.1.  
							
							... 
							
							
							
							* 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. 
							
						 
						
							2021-10-06 01:44:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								766b779404 
								
							 
						 
						
							
							
								
								gnu: ncompress: Cross-compile.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (ncompress)[arguments]: Use CC-FOR-TARGET. 
							
						 
						
							2021-10-04 16:01:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								09c3d1c1ff 
								
							 
						 
						
							
							
								
								gnu: ncompress: Update to 5.0.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (ncompress): Update to 5.0. 
							
						 
						
							2021-10-04 16:01:17 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d68898d1db 
								
							 
						 
						
							
							
								
								gnu: squashfs-tools-ng: Update to 1.1.3.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (squashfs-tools-ng): Update to 1.1.3. 
							
						 
						
							2021-10-03 19:23:49 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f9e5d04fc2 
								
							 
						 
						
							
							
								
								gnu: Add libdeflate.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (libdeflate): New variable. 
							
						 
						
							2021-09-06 14:48:23 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Maxim Cournoyer 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								448de3966e 
								
							 
						 
						
							
							
								
								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> 
							
						 
						
							2021-08-03 14:32:01 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Maxim Cournoyer 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								84fa28234f 
								
							 
						 
						
							
							
								
								gnu: Add zchunk.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (zchunk): New variable. 
							
						 
						
							2021-07-29 22:03:33 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a296b9e0fe 
								
							 
						 
						
							
							
								
								gnu: tarlz: Update to 0.21.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (tarlz): Update to 0.21. 
							
						 
						
							2021-07-04 16:29:16 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5b35276140 
								
							 
						 
						
							
							
								
								gnu: libzip: Support Zstandard.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (libzip)[native-inputs]: Add pkg-config.
[inputs]: Add zstd:lib. 
							
						 
						
							2021-07-01 20:42:13 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								85c54e0e7c 
								
							 
						 
						
							
							
								
								gnu: libzip: Update to 1.8.0.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (libzip): Update to 1.8.0. 
							
						 
						
							2021-07-01 20:42:13 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								460392d1f0 
								
							 
						 
						
							
							
								
								gnu: Add squashfs-tools-ng.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (squashfs-tools-ng): New public variable. 
							
						 
						
							2021-07-01 04:27:17 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a7e0266c9b 
								
							 
						 
						
							
							
								
								gnu: squashfs-tools: Update description.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (squashfs-tools)[description]:
Don't mention zlib; compact discs; youth. 
							
						 
						
							2021-07-01 04:27:12 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8339c70b96 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2021-07-01 03:39:44 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a94aef3f8d 
								
							 
						 
						
							
							
								
								gnu: Add snappy-with-clang6.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (snappy-with-clang6): New variable. 
							
						 
						
							2021-06-14 16:05:07 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Maxim Cournoyer 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ea0a51071e 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2021-06-14 00:24:42 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5372f7dd5a 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2021-06-11 00:37:14 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								30508a4f74 
								
							 
						 
						
							
							
								
								gnu: squashfs-tools: Support Zstandard compression.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (squashfs-tools)[arguments]:
Add "ZSTD_SUPPORT=1" to #:make-flags.
[inputs]: Add zstd:lib. 
							
						 
						
							2021-06-11 00:37:13 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d037bf0294 
								
							 
						 
						
							
							
								
								gnu: squashfs-tools: Build from upstream git.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (squashfs-tools)[source]: Use GIT-FETCH
and GIT-FILE-NAME. 
							
						 
						
							2021-06-11 00:37:13 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								38c892f605 
								
							 
						 
						
							
							
								
								gnu: libjcat: Update to 0.1.8.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (libjcat): Update to 0.1.8. 
							
						 
						
							2021-05-29 16:09:49 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9351b2a481 
								
							 
						 
						
							
							
								
								gnu: squashfs-tools: Prepare for GCC 10.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (squashfs-tools)[source](modules, snippet): New
fields. 
							
						 
						
							2021-05-23 17:49:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								de47177400 
								
							 
						 
						
							
							
								
								gnu: sharutils: 'which' is a native input.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (sharutils)[inputs]: Rename to ...
[native-inputs]: ... this. 
							
						 
						
							2021-05-22 16:04:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9fe4e45be7 
								
							 
						 
						
							
							
								
								gnu: sharutils: Prepare for GCC 10.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (sharutils)[source](snippet): Add substitution
to avoid duplicate header definitions.
[arguments]: Remove trailing #t. 
							
						 
						
							2021-05-22 16:04:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bd1c5fe46b 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2021-05-13 00:32:21 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f5a0c6baba 
								
							 
						 
						
							
							
								
								gnu: libjcat: Update to 0.1.7.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (libjcat): Update to 0.1.7. 
							
						 
						
							2021-05-13 00:32:20 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Efraim Flashner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9098745b18 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2021-03-30 11:04:33 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Léo Le Bouter 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9feef62b73 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2021-03-30 02:21:25 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Léo Le Bouter 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								53dd99bc0b 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2021-03-26 22:52:33 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Léo Le Bouter 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b26f958620 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2021-03-17 10:58:29 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Léo Le Bouter 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								cddf0b8955 
								
							 
						 
						
							
							
								
								gnu: unzip/fixed: Make private.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (unzip/fixed): Use define instead of
define-public. 
							
						 
						
							2021-03-15 12:22:17 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lars-Dominik Braun 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ee4ba54271 
								
							 
						 
						
							
							
								
								gnu: gzstream: Add PIC flag.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (gzstream) [arguments]: Add phase 'use-pic. 
							
						 
						
							2021-03-15 10:53:04 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Léo Le Bouter 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								703843922a 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2021-03-14 09:09:45 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Efraim Flashner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								699a56e3a3 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2021-03-14 09:27:43 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Léo Le Bouter 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								31d289a475 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2021-03-14 06:11:20 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Léo Le Bouter 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								373c7b5791 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2021-03-13 02:31:53 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Léo Le Bouter 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2bcfb944bd 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2021-03-11 02:58:28 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Léo Le Bouter 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f7fdafeff5 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2021-03-10 10:59:12 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Léo Le Bouter 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b66fc0a64b 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2021-03-10 09:54:27 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2e6d40b373 
								
							 
						 
						
							
							
								
								gnu: lrzip: Update to 0.641.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (lrzip): Update to 0.641. 
							
						 
						
							2021-03-09 15:24:50 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Léo Le Bouter 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6f873731a0 
								
							 
						 
						
							
							
								
								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'. 
							
						 
						
							2021-03-06 02:42:34 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								69f75ce198 
								
							 
						 
						
							
							
								
								gnu: pigz: Update to 2.6.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (pigz): Update to 2.6. 
							
						 
						
							2021-03-04 17:07:49 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								afeb2e27bb 
								
							 
						 
						
							
							
								
								gnu: clzip: Update to 1.12.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (clzip): Update to 1.12. 
							
						 
						
							2021-03-04 17:07:48 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vincent Legoll 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								51697aab42 
								
							 
						 
						
							
							
								
								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> 
							
						 
						
							2021-02-20 13:40:54 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								43e09b4340 
								
							 
						 
						
							
							
								
								gnu: xarchiver: Update to 0.5.4.17.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (xarchiver): Update to 0.5.4.17. 
							
						 
						
							2021-02-15 18:09:39 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								26688b8dc4 
								
							 
						 
						
							
							
								
								gnu: libjcat: Update to 0.1.6.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (libjcat): Update to 0.1.6. 
							
						 
						
							2021-02-15 18:09:39 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4bf11e250d 
								
							 
						 
						
							
							
								
								gnu: lunzip: Update to 1.12.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (lunzip): Update to 1.12. 
							
						 
						
							2021-02-15 18:09:39 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Léo Le Bouter 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								78bbf6c443 
								
							 
						 
						
							
							
								
								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> 
							
						 
						
							2021-02-11 17:25:08 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Côté 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e7195e83c8 
								
							 
						 
						
							
							
								
								gnu: tarlz: Update to 0.19.  
							
							... 
							
							
							
							* gnu/packages/compression.scm (tarlz): Update to 0.19.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> 
							
						 
						
							2021-02-04 14:33:11 +01:00