all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: ed: Replace with 1.14.1 [fixes security issues].
@ 2017-01-12 20:13 Marius Bakke
  2017-01-12 20:53 ` John Darrington
  2017-01-12 21:50 ` Leo Famulari
  0 siblings, 2 replies; 11+ messages in thread
From: Marius Bakke @ 2017-01-12 20:13 UTC (permalink / raw)
  To: guix-devel; +Cc: Marius Bakke

* gnu/packages/ed.scm (ed-1.14.1): New variable.
(ed)[replacement]: New field.
---
 gnu/packages/ed.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/ed.scm b/gnu/packages/ed.scm
index 3668aac19..c51a4b82f 100644
--- a/gnu/packages/ed.scm
+++ b/gnu/packages/ed.scm
@@ -28,6 +28,7 @@
 (define-public ed
   (package
     (name "ed")
+    (replacement ed-1.14.1)
     (version "1.13")
     (source (origin
              (method url-fetch)
@@ -55,3 +56,15 @@ interactively and via shell scripts.  Its method of command input allows
 complex tasks to be performed in an automated way.  GNU ed offers several
 extensions over the standard utility.")
     (license gpl3+)))
+
+(define ed-1.14.1
+  (package (inherit ed)
+           (source
+            (let ((version "1.14.1"))
+              (origin
+                (method url-fetch)
+                (uri (string-append "mirror://gnu/ed/ed-"
+                                    version ".tar.lz"))
+                (sha256
+                 (base32
+                  "0ajm69pma7gigddlrq2qi4dsllz9vhm8gqwpkcdagdd2yaw7xfgz")))))))
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-01-14 17:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-12 20:13 [PATCH] gnu: ed: Replace with 1.14.1 [fixes security issues] Marius Bakke
2017-01-12 20:53 ` John Darrington
2017-01-12 20:58   ` Marius Bakke
2017-01-12 21:50 ` Leo Famulari
2017-01-12 21:56   ` Marius Bakke
2017-01-12 22:17     ` Leo Famulari
2017-01-12 22:30       ` Marius Bakke
2017-01-13 13:07       ` Ludovic Courtès
2017-01-13 13:20         ` Marius Bakke
2017-01-13 17:44         ` Mark H Weaver
2017-01-14 17:50           ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.