From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: Re: [PATCH] gnu: gnu/packages/emacs.scm add tls for elpa.gnu.org Date: Wed, 22 Jun 2016 21:58:11 +0300 Message-ID: <20160622185811.GB6267@debian-netbook> References: <20160611180906.GB7214@khazad-dum> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="98e8jtXdkpgskNou" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFnM3-0002m3-HU for guix-devel@gnu.org; Wed, 22 Jun 2016 14:58:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFnLy-0007JX-Fu for guix-devel@gnu.org; Wed, 22 Jun 2016 14:58:26 -0400 Received: from flashner.co.il ([178.62.234.194]:49576) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFnLy-0007IG-2a for guix-devel@gnu.org; Wed, 22 Jun 2016 14:58:22 -0400 Received: from debian-netbook (85.65.166.137.dynamic.barak-online.net [85.65.166.137]) by flashner.co.il (Postfix) with ESMTPSA id AA49240237 for ; Wed, 22 Jun 2016 18:58:13 +0000 (UTC) Content-Disposition: inline In-Reply-To: <20160611180906.GB7214@khazad-dum> 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: guix-devel@gnu.org --98e8jtXdkpgskNou Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm getting an error that the patch won't apply. Can you resend it? Thanks. On Sat, Jun 11, 2016 at 06:09:06PM +0000, ng0 wrote: > This patch adds rewrites from http to https for > elpa.gnu.org in gnu/packages/emacs.scm >=20 > Split off from this thread: > https://lists.gnu.org/archive/html/guix-devel/2016-06/msg00384.html >=20 >=20 > From 7195a4446d19fee379e339b65e674413ec4398a7 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sat, 11 Jun 2016 18:02:40 +0000 > Subject: [PATCH] gnu: emacs.scm: Rewrite http to https for elpa.gnu.org >=20 > * Change sources with http://elpa.gnu.org/ to > https://elpa.gnu.org/ (uses Lets Encrypt CA) > --- > gnu/packages/emacs.scm | 23 ++++++++++++----------- > 1 file changed, 12 insertions(+), 11 deletions(-) >=20 > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 1f1d201..765747e 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -12,6 +12,7 @@ > ;;; Copyright =C2=A9 2016 Efraim Flashner > ;;; Copyright =C2=A9 2016 David Thompson > ;;; Copyright =C2=A9 2016 Matthew Jordan > +;;; Copyright =C2=A9 2016 ng0 > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -626,7 +627,7 @@ programs.") > (version "1.0.4") > (source (origin > (method url-fetch) > - (uri (string-append "http://elpa.gnu.org/packages/let-alis= t-" > + (uri (string-append "https://elpa.gnu.org/packages/let-ali= st-" > version ".el")) > (sha256 > (base32 > @@ -655,7 +656,7 @@ programs.") > (emacs-byte-compile-directory lispdir) > #t)))) > (native-inputs `(("emacs" ,emacs-minimal))) > - (home-page "http://elpa.gnu.org/packages/let-alist.html") > + (home-page "https://elpa.gnu.org/packages/let-alist.html") > (synopsis "Easily let-bind values of an assoc-list by their names") > (description > "This package offers a single Emacs Lisp macro, @code{let-alist}. = This > @@ -988,13 +989,13 @@ mode, Rmail, Gnus, MH-E, and VM). BBDB is fully cu= stomizable.") > (version "1.9") > (source (origin > (method url-fetch) > - (uri (string-append "http://elpa.gnu.org/packages/async-" > + (uri (string-append "https://elpa.gnu.org/packages/async-" > version ".tar")) > (sha256 > (base32 > "1ip5nc8xyln5szvqwp6wqva9xr84pn8ssn3nnphrszr19y4js2bm"))= )) > (build-system emacs-build-system) > - (home-page "http://elpa.gnu.org/packages/async.html") > + (home-page "https://elpa.gnu.org/packages/async.html") > (synopsis "Asynchronous processing in Emacs") > (description > "This package provides the ability to call asynchronous functions a= nd > @@ -1011,7 +1012,7 @@ as a library for other Emacs packages.") > (origin > (method url-fetch) > (uri (string-append > - "http://elpa.gnu.org/packages/auctex-" > + "https://elpa.gnu.org/packages/auctex-" > version > ".tar")) > (sha256 > @@ -1258,7 +1259,7 @@ source code using IPython.") > (version "0.9") > (source (origin > (method url-fetch) > - (uri (string-append "http://elpa.gnu.org/packages/debbugs-" > + (uri (string-append "https://elpa.gnu.org/packages/debbugs= -" > version ".tar")) > (sha256 > (base32 > @@ -1266,7 +1267,7 @@ source code using IPython.") > (build-system emacs-build-system) > (propagated-inputs > `(("emacs-async" ,emacs-async))) > - (home-page "http://elpa.gnu.org/packages/debbugs.html") > + (home-page "https://elpa.gnu.org/packages/debbugs.html") > (synopsis "Access the Debbugs bug tracker in Emacs") > (description > "This package lets you access the @uref{http://bugs.gnu.org,GNU Bug > @@ -1700,7 +1701,7 @@ The purpose of this library is to wrap all the quir= ks and hassle of > (version "0.1.1") > (source (origin > (method url-fetch) > - (uri (string-append "http://elpa.gnu.org/packages/queue-" > + (uri (string-append "https://elpa.gnu.org/packages/queue-" > version ".el")) > (sha256 > (base32 > @@ -1743,7 +1744,7 @@ be removed from the front. This type of data struc= ture is sometimes called an > (version "1.7.1") > (source (origin > (method url-fetch) > - (uri (string-append "http://elpa.gnu.org/packages/spinner-" > + (uri (string-append "https://elpa.gnu.org/packages/spinner= -" > version ".el")) > (sha256 > (base32 > @@ -1762,13 +1763,13 @@ ongoing operations.") > (version "2.15") > (source (origin > (method url-fetch) > - (uri (string-append "http://elpa.gnu.org/packages/seq-" > + (uri (string-append "https://elpa.gnu.org/packages/seq-" > version ".tar")) > (sha256 > (base32 > "09wi1765bmn7i8fg6ajjfaxgs4ipc42d58zx2fdqpidrdg9c7q73"))= )) > (build-system emacs-build-system) > - (home-page "http://elpa.gnu.org/packages/seq.html") > + (home-page "https://elpa.gnu.org/packages/seq.html") > (synopsis "Sequence manipulation functions for Emacs") > (description > "This Emacs library provides sequence-manipulation functions that > -- > 2.7.3 >=20 >=20 > -- > =E2=99=A5=E2=92=B6 ng0 > For non-prism friendly talk find me on > psyced.org / loupsycedyglgamf.onion > From 7195a4446d19fee379e339b65e674413ec4398a7 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sat, 11 Jun 2016 18:02:40 +0000 > Subject: [PATCH] gnu: emacs.scm: Rewrite http to https for elpa.gnu.org >=20 > * Change sources with http://elpa.gnu.org/ to > https://elpa.gnu.org/ (uses Lets Encrypt CA) > --- > gnu/packages/emacs.scm | 23 ++++++++++++----------- > 1 file changed, 12 insertions(+), 11 deletions(-) >=20 > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 1f1d201..765747e 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -12,6 +12,7 @@ > ;;; Copyright =C2=A9 2016 Efraim Flashner > ;;; Copyright =C2=A9 2016 David Thompson > ;;; Copyright =C2=A9 2016 Matthew Jordan > +;;; Copyright =C2=A9 2016 ng0 > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -626,7 +627,7 @@ programs.") > (version "1.0.4") > (source (origin > (method url-fetch) > - (uri (string-append "http://elpa.gnu.org/packages/let-alis= t-" > + (uri (string-append "https://elpa.gnu.org/packages/let-ali= st-" > version ".el")) > (sha256 > (base32 > @@ -655,7 +656,7 @@ programs.") > (emacs-byte-compile-directory lispdir) > #t)))) > (native-inputs `(("emacs" ,emacs-minimal))) > - (home-page "http://elpa.gnu.org/packages/let-alist.html") > + (home-page "https://elpa.gnu.org/packages/let-alist.html") > (synopsis "Easily let-bind values of an assoc-list by their names") > (description > "This package offers a single Emacs Lisp macro, @code{let-alist}. = This > @@ -988,13 +989,13 @@ mode, Rmail, Gnus, MH-E, and VM). BBDB is fully cu= stomizable.") > (version "1.9") > (source (origin > (method url-fetch) > - (uri (string-append "http://elpa.gnu.org/packages/async-" > + (uri (string-append "https://elpa.gnu.org/packages/async-" > version ".tar")) > (sha256 > (base32 > "1ip5nc8xyln5szvqwp6wqva9xr84pn8ssn3nnphrszr19y4js2bm"))= )) > (build-system emacs-build-system) > - (home-page "http://elpa.gnu.org/packages/async.html") > + (home-page "https://elpa.gnu.org/packages/async.html") > (synopsis "Asynchronous processing in Emacs") > (description > "This package provides the ability to call asynchronous functions a= nd > @@ -1011,7 +1012,7 @@ as a library for other Emacs packages.") > (origin > (method url-fetch) > (uri (string-append > - "http://elpa.gnu.org/packages/auctex-" > + "https://elpa.gnu.org/packages/auctex-" > version > ".tar")) > (sha256 > @@ -1258,7 +1259,7 @@ source code using IPython.") > (version "0.9") > (source (origin > (method url-fetch) > - (uri (string-append "http://elpa.gnu.org/packages/debbugs-" > + (uri (string-append "https://elpa.gnu.org/packages/debbugs= -" > version ".tar")) > (sha256 > (base32 > @@ -1266,7 +1267,7 @@ source code using IPython.") > (build-system emacs-build-system) > (propagated-inputs > `(("emacs-async" ,emacs-async))) > - (home-page "http://elpa.gnu.org/packages/debbugs.html") > + (home-page "https://elpa.gnu.org/packages/debbugs.html") > (synopsis "Access the Debbugs bug tracker in Emacs") > (description > "This package lets you access the @uref{http://bugs.gnu.org,GNU Bug > @@ -1700,7 +1701,7 @@ The purpose of this library is to wrap all the quir= ks and hassle of > (version "0.1.1") > (source (origin > (method url-fetch) > - (uri (string-append "http://elpa.gnu.org/packages/queue-" > + (uri (string-append "https://elpa.gnu.org/packages/queue-" > version ".el")) > (sha256 > (base32 > @@ -1743,7 +1744,7 @@ be removed from the front. This type of data struc= ture is sometimes called an > (version "1.7.1") > (source (origin > (method url-fetch) > - (uri (string-append "http://elpa.gnu.org/packages/spinner-" > + (uri (string-append "https://elpa.gnu.org/packages/spinner= -" > version ".el")) > (sha256 > (base32 > @@ -1762,13 +1763,13 @@ ongoing operations.") > (version "2.15") > (source (origin > (method url-fetch) > - (uri (string-append "http://elpa.gnu.org/packages/seq-" > + (uri (string-append "https://elpa.gnu.org/packages/seq-" > version ".tar")) > (sha256 > (base32 > "09wi1765bmn7i8fg6ajjfaxgs4ipc42d58zx2fdqpidrdg9c7q73"))= )) > (build-system emacs-build-system) > - (home-page "http://elpa.gnu.org/packages/seq.html") > + (home-page "https://elpa.gnu.org/packages/seq.html") > (synopsis "Sequence manipulation functions for Emacs") > (description > "This Emacs library provides sequence-manipulation functions that > --=20 > 2.7.3 >=20 --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --98e8jtXdkpgskNou Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJXat/AAAoJEPTB05F+rO6TD0YQAJEAESPOtZ4ox2EQK4uSnqSh 149r/v/VqKo8t36pobriZdJJYqZHqx5v6pW3nUMe3YvVlDbgi3Zfw8ji8E7tPXMY 0ggJ6WQ5yAOD7jyoK2Ruqj89uQeXZOmUlOtkMIXx33+JvmiJXttdrEZXsuFpFBz8 m/EJiC2E7TE9ocOGAhjhjAijg/uY5zMApIWKWLHm5UlpUAGEZydYOjG/C+yJSw8S pzk6IQAuLmo04ltNQx9w1EdKsPQfGtBNffL6cMdwv5O59TMIOxX1GQId7BdGG9f5 3PYnNkMmpsE+DIzUw9xT16YxjrCWgYRW3Pjv3BzWbAz6Tgi82wvQNJ6rfSfhynnw 9Fa6+7dMXBwHkyWfSbr7m/LHq06xq1UhQbSZ9c6yfmeX42dmuqSGaW1JTRW70fPY 7sSCwA7IcM3O/VhBeQJP9RBEa45aHSnfuO3Ws5lAIzLTd7gqVrtuFy6BYtDgcvxX W5+G9sd68Ke27ZcadJW1UyydwdKNIjAyrftFw1VlRMkI+Hl2YnYbNvU4OTnlXNmH yJ6QUVJev9YtVrSVzdzp+aJfVHfhbDwWrhYVavtGegKcV85orfBRiyVpKjoy6ALT +6AOtfTCvMt5yXBNG1DwSo4owz89pkg4A9xvv5svoHcTfJqbd9o+4a0mG2MF91ZN uZ03XZbxrRQ0WntpxCOi =NPqA -----END PGP SIGNATURE----- --98e8jtXdkpgskNou--