unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29830] suckless: Use https for suckless.org to address permanent redirects.
@ 2017-12-23 22:03 ng0
  2017-12-23 22:19 ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 5+ messages in thread
From: ng0 @ 2017-12-23 22:03 UTC (permalink / raw)
  To: 29830


[-- Attachment #1.1: Type: text/plain, Size: 143 bytes --]

See commit message.
-- 
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
  WWW: https://n0.is

[-- Attachment #1.2: 0001-gnu-suckless-Use-https-URLs.patch --]
[-- Type: text/plain, Size: 7036 bytes --]

From efa667dfb5dcdc45eed10e4034ea88621404b69c Mon Sep 17 00:00:00 2001
From: ng0 <ng0@n0.is>
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 © 2013 Cyril Roelandt <tipecaml@gmail.com>
 ;;; Copyright © 2015 Amirouche Boubekki <amirouche@hypermove.net>
 ;;; Copyright © 2016 Al McElrath <hello@yrns.org>
-;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org>
+;;; Copyright © 2016, 2017 ng0 <ng0@n0.is>
 ;;; Copyright © 2015 Dmitry Bogatov <KAction@gnu.org>
 ;;; Copyright © 2015 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
@@ -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 uses
 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 "1zkmwb6df6m254shx06ly90c0q4jl70skk1pvkixpb7hcxhwbxn2"))))
@@ -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 and 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 and 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 the 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 within a
 few minutes.")
-    (home-page "http://tools.suckless.org/sent")
+    (home-page "https://tools.suckless.org/sent")
     (license license:x11)))
 
 (define-public xbattmon
-- 
2.15.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#29830] suckless: Use https for suckless.org to address permanent redirects.
  2017-12-23 22:03 [bug#29830] suckless: Use https for suckless.org to address permanent redirects ng0
@ 2017-12-23 22:19 ` Tobias Geerinckx-Rice
  2017-12-23 22:36   ` ng0
  0 siblings, 1 reply; 5+ messages in thread
From: Tobias Geerinckx-Rice @ 2017-12-23 22:19 UTC (permalink / raw)
  To: ng0, 29830


[-- Attachment #1.1: Type: text/plain, Size: 627 bytes --]

ng0,

ng0 wrote on 23/12/17 at 23:03:
> From efa667dfb5dcdc45eed10e4034ea88621404b69c Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@n0.is>
> 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.

Consider this pushed with a tweaked commit message once I finish testing
some other queued patches.

Are you working on this now, or are you merely trickling out finished
patches? I ask because I had a very similar one ready to go, also
changing all HTTP->HTTPS redirects to HTTPS :-/

Kind regards,

T G-R


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 248 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#29830] suckless: Use https for suckless.org to address permanent redirects.
  2017-12-23 22:19 ` Tobias Geerinckx-Rice
@ 2017-12-23 22:36   ` ng0
  2017-12-23 22:38     ` ng0
  2017-12-23 23:02     ` bug#29830: " Tobias Geerinckx-Rice
  0 siblings, 2 replies; 5+ messages in thread
From: ng0 @ 2017-12-23 22:36 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 29830

[-- Attachment #1: Type: text/plain, Size: 1099 bytes --]

Tobias Geerinckx-Rice transcribed 1.8K bytes:
> ng0,
> 
> ng0 wrote on 23/12/17 at 23:03:
> > From efa667dfb5dcdc45eed10e4034ea88621404b69c Mon Sep 17 00:00:00 2001
> > From: ng0 <ng0@n0.is>
> > 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.
> 
> Consider this pushed with a tweaked commit message once I finish testing
> some other queued patches.
> 
> Are you working on this now, or are you merely trickling out finished
> patches? I ask because I had a very similar one ready to go, also
> changing all HTTP->HTTPS redirects to HTTPS :-/
> 
> Kind regards,
> 
> T G-R
> 

I've pushed what I had, but there are many more left.
I don't plan to work on much more for the next weeks,
just maybe the people.mozilla.org issue. I've contacted
some upstream authors of software where the entire homepages
disappeared without a trace.
-- 
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
  WWW: https://n0.is

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#29830] suckless: Use https for suckless.org to address permanent redirects.
  2017-12-23 22:36   ` ng0
@ 2017-12-23 22:38     ` ng0
  2017-12-23 23:02     ` bug#29830: " Tobias Geerinckx-Rice
  1 sibling, 0 replies; 5+ messages in thread
From: ng0 @ 2017-12-23 22:38 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 29830

[-- Attachment #1: Type: text/plain, Size: 1469 bytes --]

ng0 transcribed 2.1K bytes:
> Tobias Geerinckx-Rice transcribed 1.8K bytes:
> > ng0,
> > 
> > ng0 wrote on 23/12/17 at 23:03:
> > > From efa667dfb5dcdc45eed10e4034ea88621404b69c Mon Sep 17 00:00:00 2001
> > > From: ng0 <ng0@n0.is>
> > > 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.
> > 
> > Consider this pushed with a tweaked commit message once I finish testing
> > some other queued patches.
> > 
> > Are you working on this now, or are you merely trickling out finished
> > patches? I ask because I had a very similar one ready to go, also
> > changing all HTTP->HTTPS redirects to HTTPS :-/
> > 
> > Kind regards,
> > 
> > T G-R
> > 
> 
> I've pushed what I had, but there are many more left.

Sorry: I pushed out -> send via email <- what I had here, localy.
I am aware that many more are left, but I don't intend to work on them
now.

> I don't plan to work on much more for the next weeks,
> just maybe the people.mozilla.org issue. I've contacted
> some upstream authors of software where the entire homepages
> disappeared without a trace.
> -- 
> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
>   WWW: https://n0.is



-- 
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
  WWW: https://n0.is

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#29830: suckless: Use https for suckless.org to address permanent redirects.
  2017-12-23 22:36   ` ng0
  2017-12-23 22:38     ` ng0
@ 2017-12-23 23:02     ` Tobias Geerinckx-Rice
  1 sibling, 0 replies; 5+ messages in thread
From: Tobias Geerinckx-Rice @ 2017-12-23 23:02 UTC (permalink / raw)
  To: ng0; +Cc: 29830-done


[-- Attachment #1.1: Type: text/plain, Size: 668 bytes --]

ng0 wrote on 23/12/17 at 23:36:
> I've pushed what I had,

Great, then we haven't duplicated any effort beyond suckless.scm.

> but there are many more left.

Yeah. Like you, I was planning on opening a single bug with all
home-page patches, but I'll just commit what I have within the next few
days.

> I don't plan to work on much more for the next weeks,
> just maybe the people.mozilla.org issue. I've contacted
> some upstream authors of software where the entire homepages
> disappeared without a trace.

Then you've done more hard research than I have. Thanks!

Pushed as 51cfdf90a1c533b411953e797fb0c0d69c3f0757.

Kind regards,

T G-R


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 248 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-12-23 23:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-23 22:03 [bug#29830] suckless: Use https for suckless.org to address permanent redirects ng0
2017-12-23 22:19 ` Tobias Geerinckx-Rice
2017-12-23 22:36   ` ng0
2017-12-23 22:38     ` ng0
2017-12-23 23:02     ` bug#29830: " Tobias Geerinckx-Rice

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).