Commit 3ecdf2a5 authored by Alexander A. Klimov's avatar Alexander A. Klimov Committed by Krzysztof Kozlowski

ARM: s3c24xx: Replace HTTP links with HTTPS ones

Rationale:
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.

Deterministic algorithm:
For each file:
  If not .svg:
    For each line:
      If doesn't contain `\bxmlns\b`:
        For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:
	  If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:
            If both the HTTP and HTTPS versions
            return 200 OK and serve the same content:
              Replace HTTP with HTTPS.
Signed-off-by: default avatarAlexander A. Klimov <grandmaster@al2klimov.de>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent f7f611f2
...@@ -267,7 +267,7 @@ config MACH_TCT_HAMMER ...@@ -267,7 +267,7 @@ config MACH_TCT_HAMMER
select S3C_DEV_USB_HOST select S3C_DEV_USB_HOST
help help
Say Y here if you are using the TinCanTools Hammer Board Say Y here if you are using the TinCanTools Hammer Board
<http://www.tincantools.com> <https://www.tincantools.com>
config MACH_VR1000 config MACH_VR1000
bool "Thorcom VR1000" bool "Thorcom VR1000"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Copyright (c) 2003-2005 Simtec Electronics // Copyright (c) 2003-2005 Simtec Electronics
// Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
// //
// http://www.handhelds.org/projects/h1940.html // https://www.handhelds.org/projects/h1940.html
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
// Weibing <http://weibing.blogbus.com> and // Weibing <http://weibing.blogbus.com> and
// Michel Pollet <buserror@gmail.com> // Michel Pollet <buserror@gmail.com>
// //
// For product information, visit http://code.google.com/p/mini2440/ // For product information, visit https://code.google.com/p/mini2440/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
// Copyright (c) 2005-2008 Christer Weinigel <christer@weinigel.se> // Copyright (c) 2005-2008 Christer Weinigel <christer@weinigel.se>
// //
// There is a wiki with more information about the n30 port at // There is a wiki with more information about the n30 port at
// http://handhelds.org/moin/moin.cgi/AcerN30Documentation . // https://handhelds.org/moin/moin.cgi/AcerN30Documentation .
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Copyright (c) 2003-2004 Simtec Electronics // Copyright (c) 2003-2004 Simtec Electronics
// Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
// //
// http://www.handhelds.org/projects/rx3715.html // https://www.handhelds.org/projects/rx3715.html
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment