]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Update UEFI URLs (#12260)
authorPaul Menzel <pmenzel@molgen.mpg.de>
Tue, 9 Apr 2019 16:37:46 +0000 (18:37 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 9 Apr 2019 16:37:46 +0000 (18:37 +0200)
* Use more secure https://www.uefi.org

http://www.uefi.org directs to https://uefi.org/, so this saves one
redirect.

    $ curl -I http://www.uefi.org
    HTTP/1.1 302 Found
    Server: nginx
    Date: Tue, 09 Apr 2019 14:54:46 GMT
    Content-Type: text/html; charset=iso-8859-1
    Connection: keep-alive
    X-Content-Type-Options: nosniff
    Location: https://uefi.org/
    Cache-Control: max-age=1209600
    Expires: Tue, 23 Apr 2019 14:54:46 GMT

Run the command below to update all occurrences.

    git grep -l http://www.uefi.org | xargs sed -i 's,http://www.uefi.org,https://www.uefi.org,'

* Use https://uefi.org to save redirect

Save one redirect by using the target location.

    $ curl -I https://www.uefi.org
    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 09 Apr 2019 14:55:42 GMT
    Content-Type: text/html; charset=iso-8859-1
    Connection: keep-alive
    X-Content-Type-Options: nosniff
    Location: https://uefi.org/
    Cache-Control: max-age=1209600
    Expires: Tue, 23 Apr 2019 14:55:42 GMT

Run the command below to update all occurrences.

    git grep -l https://www.uefi.org | xargs sed -i 's,https://www.uefi.org,https://uefi.org,'

hwdb/20-acpi-vendor.hwdb
hwdb/20-acpi-vendor.hwdb.patch
hwdb/acpi-update.py
man/systemd-gpt-auto-generator.xml
tools/meson-hwdb-update.sh

index 962820772093873b2a4b109f32967b471c747fe9..bd6c106f8a5b4559c01713d8f3beb447768142d0 100644 (file)
@@ -1,8 +1,8 @@
 # This file is part of systemd.
 #
 # Data imported from:
-#     http://www.uefi.org/uefi-pnp-export
-#     http://www.uefi.org/uefi-acpi-export
+#     https://uefi.org/uefi-pnp-export
+#     https://uefi.org/uefi-acpi-export
 #
 # With various additions from other sources
 
index 8371f5295b92d9f25672f84ab75799996d08ff81..fdd9efcf39aff73e5bbe09a0462f6c045af485f8 100644 (file)
@@ -2,8 +2,8 @@
 +++ 20-acpi-vendor.hwdb        2019-04-08 11:36:50.735757868 +0200
 @@ -3,6 +3,8 @@
  # Data imported from:
- #     http://www.uefi.org/uefi-pnp-export
- #     http://www.uefi.org/uefi-acpi-export
+ #     https://uefi.org/uefi-pnp-export
+ #     https://uefi.org/uefi-acpi-export
 +#
 +# With various additions from other sources
  
index 2c23b057fb2c43d9d286f2547c002b7c259c087f..7bdd3f93d8724ca687f72a9fbe8240fab79e201f 100755 (executable)
@@ -72,8 +72,8 @@ b = open("pnp_id_registry.html")
 print('# This file is part of systemd.\n'
       '#\n'
       '# Data imported from:\n'
-      '#     http://www.uefi.org/uefi-pnp-export\n'
-      '#     http://www.uefi.org/uefi-acpi-export')
+      '#     https://uefi.org/uefi-pnp-export\n'
+      '#     https://uefi.org/uefi-acpi-export')
 
 read_table(a)
 read_table(b)
index 352575f1f260fc7eeca4562d03e138c324aab63a..0d6d4e307e39c13b5243f1acb5349e930ad8f55d 100644 (file)
@@ -35,7 +35,7 @@
     root, <filename>/home/</filename>, <filename>/srv/</filename>, the EFI System Partition, the Extended
     Boot Loader Partition and swap partitions and creates mount and swap units for them, based on the
     partition type GUIDs of GUID partition tables (GPT), see <ulink
-    url="http://www.uefi.org/specifications">UEFI Specification</ulink>, chapter 5.  It implements the <ulink
+    url="https://uefi.org/specifications">UEFI Specification</ulink>, chapter 5.  It implements the <ulink
     url="https://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/">Discoverable Partitions
     Specification</ulink>. Note that this generator has no effect on non-GPT systems, and on specific mount
     points that are directories already containing files. Also, on systems where the units are explicitly
index f9ef24171974b25c74c897cde73038d5ce9a0a52..8bdc58ac7f637295506cd65cec8becfe9eb33fd4 100755 (executable)
@@ -20,8 +20,8 @@ if [ "${2:-}" != "-n" ]; then (
         curl -L -o ma-large.txt 'http://standards-oui.ieee.org/oui/oui.txt'
         curl -L -o ma-medium.txt 'http://standards-oui.ieee.org/oui28/mam.txt'
         curl -L -o ma-small.txt 'http://standards-oui.ieee.org/oui36/oui36.txt'
-        curl -L -o pnp_id_registry.html 'http://www.uefi.org/uefi-pnp-export'
-        curl -L -o acpi_id_registry.html 'http://www.uefi.org/uefi-acpi-export'
+        curl -L -o pnp_id_registry.html 'https://uefi.org/uefi-pnp-export'
+        curl -L -o acpi_id_registry.html 'https://uefi.org/uefi-acpi-export'
 ) fi
 
 set -x