1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00
Paul Menzel 55a37d7117 Update UEFI URLs (#12260)
* 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,'
2019-04-09 18:37:46 +02:00
..
2019-04-09 18:37:46 +02:00
2019-04-08 11:42:16 +02:00
2018-06-13 14:20:03 +02:00
2019-04-08 11:42:16 +02:00
2019-01-22 11:12:14 +01:00
2019-01-22 11:12:14 +01:00
2014-07-03 16:28:57 +02:00
2019-03-25 14:52:38 +01:00
2019-02-14 11:03:06 +01:00
2019-04-09 18:37:46 +02:00
2019-04-08 11:42:16 +02:00
2019-04-08 11:42:16 +02:00
2019-04-08 11:42:16 +02:00
2019-04-08 11:42:16 +02:00
2019-02-14 11:03:06 +01:00
2019-03-25 14:52:38 +01:00