[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/18: gnu: zstd: Absorb grafted replacement.
From: |
guix-commits |
Subject: |
03/18: gnu: zstd: Absorb grafted replacement. |
Date: |
Sun, 6 Jun 2021 15:26:54 -0400 (EDT) |
lfam pushed a commit to branch wip-ungrafting
in repository guix.
commit b03b718062469f72861ae5cfe045b293e2ea003b
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon May 17 11:27:13 2021 -0400
gnu: zstd: Absorb grafted replacement.
* gnu/packages/compression.scm (zstd)[source]: Use
"zstd-CVE-2021-24031_CVE-2021-24032.patch".
[replacement]: Remove field.
(zstd/fixed): Remove variable.
---
gnu/packages/compression.scm | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 33d0517..23a8710 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1446,9 +1446,9 @@ or junctions, and always follows hard links.")
(method url-fetch)
(uri (string-append
"https://github.com/facebook/zstd/releases/download/"
"v" version "/zstd-" version ".tar.gz"))
+ (patches (search-patches "zstd-CVE-2021-24031_CVE-2021-24032.patch"))
(sha256
(base32 "05ckxap00qvc0j51d3ci38150cxsw82w7s9zgd5fgzspnzmp1vsr"))))
- (replacement zstd/fixed)
(build-system gnu-build-system)
(outputs '("out" ;1.2MiB executables and documentation
"lib" ;1.2MiB shared library and headers
@@ -1508,17 +1508,6 @@ speed.")
license:public-domain ; zlibWrapper/examples/fitblk*
license:zlib)))) ; zlibWrapper/{gz*.c,gzguts.h}
-(define zstd/fixed
- (package
- (inherit zstd)
- (source
- (origin
- (inherit (package-source zstd))
- (patches
- (search-patches
- ;; From Ubuntu focal-security
- "zstd-CVE-2021-24031_CVE-2021-24032.patch"))))))
-
(define-public pzstd
(package/inherit zstd
(name "pzstd")
- branch wip-ungrafting created (now 1406e2c), guix-commits, 2021/06/06
- 01/18: gnu: postgresql: Absorb grafted replacement., guix-commits, 2021/06/06
- 03/18: gnu: zstd: Absorb grafted replacement.,
guix-commits <=
- 02/18: gnu: OpenLDAP: Absorb grafted replacement., guix-commits, 2021/06/06
- 05/18: gnu: glib: Absorb grafted replacement., guix-commits, 2021/06/06
- 06/18: gnu: libtiff: Absorb grafted replacement., guix-commits, 2021/06/06
- 07/18: gnu: c-ares: Absorb grafted replacement., guix-commits, 2021/06/06
- 08/18: gnu: unzip: Absorb grafted replacement., guix-commits, 2021/06/06
- 12/18: gnu: python-pygments: Absorb grafted replacement., guix-commits, 2021/06/06
- 13/18: gnu: SQLite: Absorb grafted replacement., guix-commits, 2021/06/06
- 04/18: gnu: zziplib: Absorb grafted replacement., guix-commits, 2021/06/06
- 11/18: gnu: python-urllib3: Absorb grafted replacement., guix-commits, 2021/06/06
- 09/18: gnu: MariaDB: Absorb grafted replacement., guix-commits, 2021/06/06