Systemd/hwdb
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
..
.gitattributes hwdb: ignore whitespace in downloaded files 2018-03-02 12:09:52 +01:00
.gitignore hwdb: also add the source files to git 2017-10-02 13:19:22 +02:00
20-OUI.hwdb hwdb: update hwdb 2019-04-08 11:42:16 +02:00
20-acpi-vendor.hwdb Update UEFI URLs (#12260) 2019-04-09 18:37:46 +02:00
20-acpi-vendor.hwdb.patch Update UEFI URLs (#12260) 2019-04-09 18:37:46 +02:00
20-bluetooth-vendor-product.hwdb hwdb: Update database of Bluetooth company identifiers 2016-10-20 10:24:18 +02:00
20-net-ifname.hwdb fix typo in iDRAC network interface name: irdac->idrac 2014-02-25 14:05:20 +01:00
20-pci-classes.hwdb hwdb: update from upstream 2018-06-13 14:20:03 +02:00
20-pci-vendor-model.hwdb hwdb: update hwdb 2019-04-08 11:42:16 +02:00
20-sdio-classes.hwdb hwdb: update 2019-01-22 11:12:14 +01:00
20-sdio-vendor-model.hwdb hwdb: update 2019-01-22 11:12:14 +01:00
20-usb-classes.hwdb hwdb: update 2014-07-03 16:28:57 +02:00
20-usb-vendor-model.hwdb hwdb: update for v242 2019-03-25 14:52:38 +01:00
20-vmbus-class.hwdb hwdb: add support for VMBUS guids (#8677) 2018-04-09 22:25:08 +02:00
60-evdev.hwdb hwdb: add touchpad resolutions for 2015-2017 MacBook(Pro)'s. (#11874) 2019-03-05 17:52:22 +10:00
60-input-id.hwdb hwdb: label the trackpoint on IBM UltraNav keyboard as a pointing stick (#11934) 2019-03-11 09:00:03 +10:00
60-keyboard.hwdb hwdb: Fix micmute on ASUS FX503VD 2019-04-01 19:14:49 +02:00
60-sensor.hwdb hwdb: Add accelerometer orientation quirk for the Teclast F6 Pro 2019-04-05 16:52:12 +09:00
70-joystick.hwdb hwdb: Add ID_INPUT_JOYSTICK_INTEGRATION property (#5413) 2017-06-26 12:17:36 +02:00
70-mouse.hwdb Change Razer Abyssus DPI in 70-mouse.hwdb (#12029) 2019-03-19 10:30:22 +10:00
70-pointingstick.hwdb hwdb: Add hwdb entry for X220 tablet (#10036) 2018-09-08 15:18:44 +09:00
70-touchpad.hwdb hwdb: invert the USB touchpad integration assumption (#7161) 2017-10-23 10:20:16 +02:00
acpi-update.py Update UEFI URLs (#12260) 2019-04-09 18:37:46 +02:00
acpi_id_registry.html update hwdb 2019-02-14 11:03:06 +01:00
ids_parser.py hwdb: make ids_parser.py compatible with pyparsing-2.3.0+ 2019-03-21 20:10:57 +01:00
ma-large.txt hwdb: update hwdb 2019-04-08 11:42:16 +02:00
ma-medium.txt hwdb: update hwdb 2019-04-08 11:42:16 +02:00
ma-small.txt hwdb: update hwdb 2019-04-08 11:42:16 +02:00
meson.build meson: disable _all_ tests when -Dtests=false 2018-09-13 12:07:34 +02:00
parse_hwdb.py tree-wide: drop header for emacs from python scripts 2018-12-10 03:17:33 +09:00
pci.ids hwdb: update hwdb 2019-04-08 11:42:16 +02:00
pnp_id_registry.html update hwdb 2019-02-14 11:03:06 +01:00
sdio.ids hwdb/sdio.ids: add BCM43438 + minor rewording of class name 2019-01-02 08:21:54 +01:00
usb.ids hwdb: update for v242 2019-03-25 14:52:38 +01:00