[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/14: gnu: file: Incorporate grafted changes.
From: |
guix-commits |
Subject: |
01/14: gnu: file: Incorporate grafted changes. |
Date: |
Thu, 7 Feb 2019 18:02:42 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit cc43d807c08af02d31770a011881990d46428737
Author: Marius Bakke <address@hidden>
Date: Thu Feb 7 21:28:38 2019 +0100
gnu: file: Incorporate grafted changes.
* gnu/packages/file.scm (file)[replacement]: Remove.
[source](patches): New field.
(file/fixed): Remove variable.
---
gnu/packages/file.scm | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm
index 4518c8d..24ed37a 100644
--- a/gnu/packages/file.scm
+++ b/gnu/packages/file.scm
@@ -31,11 +31,11 @@
(package
(name "file")
(version "5.33")
- (replacement file/fixed)
(source (origin
(method url-fetch)
(uri (string-append "ftp://ftp.astron.com/pub/file/file-"
version ".tar.gz"))
+ (patches (search-patches "file-CVE-2018-10360.patch"))
(sha256
(base32
"1iipnwjkag7q04zjkaqic41r9nlw0ml6mhqian6qkkbisb1whlhw"))))
@@ -53,10 +53,3 @@ extensions to tell you the type of a file, but looks at the
actual contents
of the file. This package provides the libmagic library.")
(license bsd-2)
(home-page "https://www.darwinsys.com/file/")))
-
-(define file/fixed
- (package
- (inherit file)
- (source
- (origin (inherit (package-source file))
- (patches (search-patches "file-CVE-2018-10360.patch"))))))
- branch core-updates updated (8ad8568 -> df2bf40), guix-commits, 2019/02/07
- 01/14: gnu: file: Incorporate grafted changes.,
guix-commits <=
- 02/14: gnu: sqlite: Remove graft for 3.26.0., guix-commits, 2019/02/07
- 03/14: gnu: python2: Incorporate grafted changes., guix-commits, 2019/02/07
- 05/14: gnu: bison: Update to 3.3.2., guix-commits, 2019/02/07
- 07/14: gnu: binutils: Update to 2.32., guix-commits, 2019/02/07
- 04/14: gnu: libarchive: Remove graft for 3.3.3., guix-commits, 2019/02/07
- 13/14: gnu: libxml2: Update to 2.9.9., guix-commits, 2019/02/07
- 10/14: gnu: pcre2: Update to 10.32., guix-commits, 2019/02/07
- 11/14: gnu: python: Update to 3.7.2., guix-commits, 2019/02/07
- 12/14: gnu: openssl: Update to 1.0.2q., guix-commits, 2019/02/07
- 14/14: gnu: libxslt: Update to 1.1.33., guix-commits, 2019/02/07