From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSrtm-0006Hd-A8 for guix-patches@gnu.org; Sat, 23 Dec 2017 17:04:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSrtj-0001s4-0S for guix-patches@gnu.org; Sat, 23 Dec 2017 17:04:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40997) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSrti-0001rk-S9 for guix-patches@gnu.org; Sat, 23 Dec 2017 17:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eSrti-0004xU-Gw for guix-patches@gnu.org; Sat, 23 Dec 2017 17:04:02 -0500 Subject: [bug#29830] suckless: Use https for suckless.org to address permanent redirects. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSrt6-000643-N9 for guix-patches@gnu.org; Sat, 23 Dec 2017 17:03:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSrt2-0001Ey-M0 for guix-patches@gnu.org; Sat, 23 Dec 2017 17:03:24 -0500 Received: from aibo.runbox.com ([91.220.196.211]:52014) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSrt2-0001DB-9r for guix-patches@gnu.org; Sat, 23 Dec 2017 17:03:20 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eSrsz-0003T1-Tz for guix-patches@gnu.org; Sat, 23 Dec 2017 23:03:18 +0100 Received: from dslb-088-078-030-078.088.078.pools.vodafone-ip.de ([88.78.30.78] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eSrsm-0004tf-Pb for guix-patches@gnu.org; Sat, 23 Dec 2017 23:03:05 +0100 Date: Sat, 23 Dec 2017 22:03:03 +0000 From: ng0 Message-ID: <20171223220303.lz7adxvq3zy7e4sm@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="pudl2ai6inetruew" Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 29830@debbugs.gnu.org --pudl2ai6inetruew Content-Type: multipart/mixed; boundary="k5czh2gzeauq66mz" Content-Disposition: inline --k5czh2gzeauq66mz Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable See commit message. --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is --k5czh2gzeauq66mz Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-suckless-Use-https-URLs.patch" Content-Transfer-Encoding: quoted-printable =46rom efa667dfb5dcdc45eed10e4034ea88621404b69c Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 23 Dec 2017 21:53:40 +0000 Subject: [PATCH] gnu: suckless: Use https URLs. All suckless.org hosted URLs are now permanent redirects to https. * gnu/packages/suckless.scm (blind)[source]: Use https. (dwm)[source]: Likewise. (dmenu)[source]: Likewise. (slock)[source]: Likewise. (st)[source]: Likewise. (surf)[source]: Likewise. (sent)[source]: Likewise. * gnu/packages/suckless (blind)[home-page]: Use https. (dwm)[source]: Likewise. (dmenu)[source]: Likewise. (slock)[source]: Likewise. (st)[source]: Likewise. (surf)[source]: Likewise. (sent)[source]: Likewise. --- gnu/packages/suckless.scm | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index 4a7c1e604..a5f2256af 100644 --- a/gnu/packages/suckless.scm +++ b/gnu/packages/suckless.scm @@ -2,7 +2,7 @@ ;;; Copyright =C2=A9 2013 Cyril Roelandt ;;; Copyright =C2=A9 2015 Amirouche Boubekki ;;; Copyright =C2=A9 2016 Al McElrath -;;; Copyright =C2=A9 2016, 2017 ng0 +;;; Copyright =C2=A9 2016, 2017 ng0 ;;; Copyright =C2=A9 2015 Dmitry Bogatov ;;; Copyright =C2=A9 2015 Leo Famulari ;;; Copyright =C2=A9 2016 Eric Bavier @@ -53,7 +53,7 @@ (version "1.0") (source (origin (method url-fetch) - (uri (string-append "http://dl.suckless.org/tools/blind-" + (uri (string-append "https://dl.suckless.org/tools/blind-" version ".tar.gz")) (sha256 (base32 @@ -68,7 +68,7 @@ (modify-phases %standard-phases (delete 'configure)))) ; no configure script (synopsis "Command line video editing utilities") - (home-page "http://tools.suckless.org/blind/") + (home-page "https://tools.suckless.org/blind/") (description "Blind is a collection of command line video editing utilities. It u= ses a custom raw video format with a simple container.") @@ -80,7 +80,7 @@ a custom raw video format with a simple container.") (version "6.1") (source (origin (method url-fetch) - (uri (string-append "http://dl.suckless.org/dwm/dwm-" + (uri (string-append "https://dl.suckless.org/dwm/dwm-" version ".tar.gz")) (sha256 (base32 "1zkmwb6df6m254shx06ly90c0q4jl70skk1pvkixpb7hcxhwbxn= 2")))) @@ -126,7 +126,7 @@ a custom raw video format with a simple container.") ("libx11" ,libx11) ("libxft" ,libxft) ("libxinerama" ,libxinerama))) - (home-page "http://dwm.suckless.org/") + (home-page "https://dwm.suckless.org/") (synopsis "Dynamic window manager") (description "dwm is a dynamic window manager for X. It manages windows in tiled, @@ -140,7 +140,7 @@ optimising the environment for the application in use a= nd the task performed.") (version "4.7") (source (origin (method url-fetch) - (uri (string-append "http://dl.suckless.org/tools/dmenu-" + (uri (string-append "https://dl.suckless.org/tools/dmenu-" version ".tar.gz")) (sha256 (base32 @@ -160,7 +160,7 @@ optimising the environment for the application in use a= nd the task performed.") ("libxft" ,libxft) ("libx11" ,libx11) ("libxinerama" ,libxinerama))) - (home-page "http://tools.suckless.org/dmenu/") + (home-page "https://tools.suckless.org/dmenu/") (synopsis "Dynamic menu") (description "A dynamic menu for X, originally designed for dwm. It manages large @@ -201,7 +201,7 @@ numbers of user-defined menu items efficiently.") (version "1.4") (source (origin (method url-fetch) - (uri (string-append "http://dl.suckless.org/tools/slock-" + (uri (string-append "https://dl.suckless.org/tools/slock-" version ".tar.gz")) (sha256 (base32 @@ -217,7 +217,7 @@ numbers of user-defined menu items efficiently.") ("libxext" ,libxext) ("libxinerama" ,libxinerama) ("libxrandr" ,libxrandr))) - (home-page "http://tools.suckless.org/slock/") + (home-page "https://tools.suckless.org/slock/") (synopsis "Simple X session lock") (description "Simple X session lock with trivial feedback on password entry.") @@ -230,7 +230,7 @@ numbers of user-defined menu items efficiently.") (source (origin (method url-fetch) - (uri (string-append "http://dl.suckless.org/st/st-" + (uri (string-append "https://dl.suckless.org/st/st-" version ".tar.gz")) (sha256 (base32 @@ -254,7 +254,7 @@ numbers of user-defined menu items efficiently.") ("fontconfig" ,fontconfig) ("freetype" ,freetype))) (native-inputs `(("pkg-config" ,pkg-config))) - (home-page "http://st.suckless.org/") + (home-page "https://st.suckless.org/") (synopsis "Simple terminal emulator") (description "St implements a simple and lightweight terminal emulator. It @@ -270,7 +270,7 @@ drawing.") (source (origin (method url-fetch) - (uri (string-append "http://dl.suckless.org/surf/surf-" + (uri (string-append "https://dl.suckless.org/surf/surf-" version ".tar.gz")) (sha256 (base32 @@ -298,7 +298,7 @@ drawing.") ("xprop" ,xprop))) (native-inputs `(("pkg-config" ,pkg-config))) - (home-page "http://surf.suckless.org/") + (home-page "https://surf.suckless.org/") (synopsis "Simple web browser") (description "Surf is a simple web browser based on WebKit/GTK+. It is able to @@ -313,7 +313,7 @@ point surf to another URI by setting its XProperties.") (version "0.2") (source (origin (method url-fetch) - (uri (string-append "http://dl.suckless.org/tools/sent-" + (uri (string-append "https://dl.suckless.org/tools/sent-" version ".tar.gz")) (sha256 (base32 @@ -345,7 +345,7 @@ presentations. Each paragraph represents a slide in th= e presentation. Especially for presentations using the Takahashi method this is very nice = and allows you to write down the presentation for a quick lightning talk withi= n a few minutes.") - (home-page "http://tools.suckless.org/sent") + (home-page "https://tools.suckless.org/sent") (license license:x11))) =20 (define-public xbattmon --=20 2.15.1 --k5czh2gzeauq66mz-- --pudl2ai6inetruew Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlo+0pcACgkQ4i+bv+40 hYjeiw/8CnmxH6YfecMbGvbjjdEF82Apc7usVf1Sx+9YAAX+HNx2BhJZm1+haLnV JhGUwCSVp7U5x0jNGZA9Ynk75v4+GrU7TPm256/N9vwNNLKk4dz1bU7VlyMRz9ZY ETyvX9hQfy2bCcRo4j65kaRSORo9HX2RaZMrNPfm8nt+IfcYLGbwN8LbXFxSYNpA SwaGyE3g/75ReNAwm6BxS2x8vujjinvI2p72jxrBVWzk6RLNA6rLq13ZiDCbvlSJ 4+KmkFpIOfkCgeEE+x0hVWp/p8tgKS+yb3ee2vLDuJBB5mJNvpDk2zA7DYQYhwO5 7D2PT4uRms9B2vkfkxLFQOWESYegydgD5IwHcfWi/diwkQuwKlxca2qSDbFFyE9e yoRRmJfg2a+8QjYW5FUgNigZ2+LV8RKlIZuevn43boZ7NbjgzT+cdbv2VFNgci6+ hBZHl5Ln74IzHZYIK6MhTdYjuto6d0ZNigGgO6IkIT1I2yNvQaT2mZYLOlnsKsnZ o1/k5nMxTFjYdtg1GAb2F1SGI0yPFaRqZ+6BhfkOuezesL90Mq1lOOJgqqOFwsMS JKbsq19UI7V7SH7X/gkatL/oSZVxtmeBG24xSc/VydiqXAwxYOthixmy++03TOwT aD6yAwGEgxKvT1vIatvcmMeVAuYk8b+3vPEe2JNpEZEmpJ2/c9g= =Ex7A -----END PGP SIGNATURE----- --pudl2ai6inetruew--