From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Karetnikov Subject: [PATCH] openssh: Add another mirror. Date: Sat, 12 Apr 2014 16:29:37 +0400 Message-ID: <878urabuj2.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYx9I-0007YI-2T for guix-devel@gnu.org; Sat, 12 Apr 2014 08:35:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYx9H-0001qy-63 for guix-devel@gnu.org; Sat, 12 Apr 2014 08:35:08 -0400 Received: from [2a01:7e00::f03c:91ff:fedf:181] (port=51452 helo=cooksoni.karetnikov.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYx9H-0001kR-0E for guix-devel@gnu.org; Sat, 12 Apr 2014 08:35:07 -0400 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable The original mirror doesn=E2=80=99t respond. Please verify and push. --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-openssh-Add-another-mirror.patch Content-Transfer-Encoding: quoted-printable From=20cbac7ff6ef8f7c02d01331b77511ba8c9dadc45d Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Sat, 12 Apr 2014 16:18:45 +0400 Subject: [PATCH] openssh: Add another mirror. * gnu/packages/ssh.scm (openssh): Add the mirror. =2D-- gnu/packages/ssh.scm | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index a952890..08677e8 100644 =2D-- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -141,9 +141,11 @@ a server that supports the SSH-2 protocol.") (version "6.6p1") (source (origin (method url-fetch) =2D (uri (string-append =2D "ftp://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portabl= e/openssh-" =2D version ".tar.gz")) + (uri (let ((tail (string-append name "-" version ".tar.gz"))) + (list (string-append "ftp://ftp.fr.openbsd.org/pub/Open= BSD/OpenSSH/portable/" + tail) + (string-append "ftp://ftp2.fr.openbsd.org/pub/Ope= nBSD/OpenSSH/portable/" + tail)))) (sha256 (base32 "1fq3w86q05y5nn6z878wm312k0svaprw8k007188fd259dkg1ha8= ")))) (build-system gnu-build-system) =2D-=20 1.7.2.5 --=-=-=-- --==-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBAgAGBQJTSTG0AAoJEM+IQzI9IQ38tpYP/RGth8oN3SR5eek7zXG2Jjfh P1jBaFyEibpsMUmySk8UYIa0BgZZvbx+7WlAmscGlS6rtsS3JNoq1S3PzSOeP6qI us7EDnM0xjKsA9IL/ZUzNndR7JiFaQAGrzUkHWw+AQ2zCYn27QbjdzJmI1fXGENX T5NkQcxGW4svV/Csq6JAQp4fu5FCNAz9l5DdhXjEMeIWuUCjsdXK+VgYlVPZHvZk Q9X+0MQyMEkJalpjBOHeUF3FizHx7T4O2Vg1pyIaSolWv/Y7XDwZ0Kht3TLniKmA erABkpNrnfdrkFKyuV9GZOvbMHD/wMHgKTY0tMf9+Nf5ywapXcTy4EYhV2qjX67U 7/A+LBa+Txha3uTTQi8y48GR8kBMfWGndiSaDpmnKrdvgpnH32AkVpRpq36WDd80 cQ98Fjstzz0cU2q/bqVm+H4AJjnUcW9794Ycx40dGoaCWbvO4U9HTVBD8UGhTAtf GmWScbUnJm1MEmJeoLqLpFa5tOzLfUrvu+prig9fhfRYvrk/qrtnjBcWDh9a5Fuf f/dElA21njvVaQ6gMbG6GuTZwIqWPLx/fUcl7zTO99WTKCnX7HDx+TcL3d1XYWbm Kn6Fx9BXiZyy9ao426Ovb3XcIqvncouIH3u6Jm8gy2YfH445mhzqimUzBPk2GY/1 oagY5LMmo7c+UOs8U9rY =qF3S -----END PGP SIGNATURE----- --==-=-=--