From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: Re: [PATCH] gnu: ed: Replace with 1.14.1 [fixes security issues]. Date: Thu, 12 Jan 2017 21:53:19 +0100 Message-ID: <20170112205318.GA5115@jocasta.intra> References: <20170112201353.29406-1-mbakke@fastmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRmNP-0003pR-Il for guix-devel@gnu.org; Thu, 12 Jan 2017 15:53:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRmNL-0004Af-9L for guix-devel@gnu.org; Thu, 12 Jan 2017 15:53:39 -0500 Received: from de.cellform.com ([88.217.224.109]:55877 helo=jocasta.intra) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cRmNL-00047F-0j for guix-devel@gnu.org; Thu, 12 Jan 2017 15:53:35 -0500 Content-Disposition: inline In-Reply-To: <20170112201353.29406-1-mbakke@fastmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Marius Bakke Cc: guix-devel@gnu.org --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Why bother with the replacement? Why not just upgrade it? J' On Thu, Jan 12, 2017 at 09:13:53PM +0100, Marius Bakke wrote: * gnu/packages/ed.scm (ed-1.14.1): New variable. (ed)[replacement]: New field. --- gnu/packages/ed.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+) =20 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 sev= eral 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 + "0ajm69pma7gigddlrq2qi4dsllz9vhm8gqwpkcdagdd2yaw7xf= gz"))))))) --=20 2.11.0 =20 --=20 Avoid eavesdropping. Send strong encrypted email. PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key. --huq684BweRXVnRxX Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlh37L4ACgkQimdxnC3oJ7P6igCfTi1auron1aS3c8QvMZei5bUa zBIAnim9pacjeNRhi/FNp3Uovd4XMknD =kt38 -----END PGP SIGNATURE----- --huq684BweRXVnRxX--