unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: guix-devel@gnu.org
Cc: Marius Bakke <mbakke@fastmail.com>
Subject: [PATCH] gnu: ed: Replace with 1.14.1 [fixes security issues].
Date: Thu, 12 Jan 2017 21:13:53 +0100	[thread overview]
Message-ID: <20170112201353.29406-1-mbakke@fastmail.com> (raw)

* 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

             reply	other threads:[~2017-01-12 20:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-12 20:13 Marius Bakke [this message]
2017-01-12 20:53 ` [PATCH] gnu: ed: Replace with 1.14.1 [fixes security issues] 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170112201353.29406-1-mbakke@fastmail.com \
    --to=mbakke@fastmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).