emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#30012: closed ([PATCH] gnu: Add iucode-tool.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30012: closed ([PATCH] gnu: Add iucode-tool.)
Date: Mon, 08 Jan 2018 19:16:02 +0000

Your message dated Mon, 08 Jan 2018 20:15:41 +0100
with message-id <address@hidden>
and subject line Re: [bug#30012] [PATCH] gnu: Add iucode-tool.
has caused the debbugs.gnu.org bug report #30012,
regarding [PATCH] gnu: Add iucode-tool.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30012: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30012
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add iucode-tool. Date: Sun, 7 Jan 2018 14:02:54 +0100
From: Marius Bakke <address@hidden>

* gnu/packages/linux.scm (iucode-tool): New public variable.
---
 gnu/packages/linux.scm | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a11a0a039..f4341f501 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016 David Craven <address@hidden>
 ;;; Copyright © 2016 John Darrington <address@hidden>
-;;; Copyright © 2016, 2017 Marius Bakke <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Marius Bakke <address@hidden>
 ;;; Copyright © 2016 Rene Saavedra <address@hidden>
 ;;; Copyright © 2016 Carlos Sánchez de La Lama <address@hidden>
 ;;; Copyright © 2016, 2017 ng0 <address@hidden>
@@ -2427,6 +2427,26 @@ you to access information from temperature, voltage, and 
fan speed sensors.
 It works with most newer systems.")
     (license license:gpl2+)))
 
+(define-public iucode-tool
+  (package
+    (name "iucode-tool")
+    (version "2.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://gitlab.com/iucode-tool/releases";
+                                  "/raw/latest/iucode-tool_" version 
".tar.xz"))
+              (sha256
+               (base32
+                "0w99k1aq1xw148ffk1xykqf60rdbphb1jknw98jcmadq4pwxl44q"))))
+    (build-system gnu-build-system)
+    (home-page "https://gitlab.com/iucode-tool/iucode-tool/wikis/home";)
+    (synopsis "Manipulate Intel microcode bundles")
+    (description
+     "@command{iucode_tool} is a utility to work with microcode packages for
+Intel processors.  It can convert between formats, extract specific versions,
+create a firmware image suitable for the Linux kernel, and more.")
+    (license license:gpl2+)))
+
 (define-public i2c-tools
   (package
     (name "i2c-tools")
-- 
2.15.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30012] [PATCH] gnu: Add iucode-tool. Date: Mon, 08 Jan 2018 20:15:41 +0100 User-agent: Notmuch/0.25.3 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu)
Ludovic Courtès <address@hidden> writes:

> Marius Bakke <address@hidden> skribis:
>
>> From: Marius Bakke <address@hidden>
>>
>> * gnu/packages/linux.scm (iucode-tool): New public variable.
>
> LGTM, thanks!

Pushed, thanks for checking!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]