From: Mike Frysinger Date: Fri, 22 Apr 2016 17:36:04 +0000 (-0400) Subject: use https for pci.ids X-Git-Tag: hwids-20160801~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4aed58da90e505d69959046a259c1b5d57353689;p=oweals%2Fhwids.git use https for pci.ids --- diff --git a/Makefile b/Makefile index a2893cb..a22795c 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ install: $(INSTALL_TARGETS-yes) # OUI/IAB: https://regauth.standards.ieee.org/standards-ra-web/pub/view.html#registries fetch: - $(Q)curl -z pci.ids -o pci.ids -R http://pci-ids.ucw.cz/v2.2/pci.ids + $(Q)curl -z pci.ids -o pci.ids -R https://pci-ids.ucw.cz/v2.2/pci.ids $(Q)curl -z usb.ids -o usb.ids -R http://www.linux-usb.org/usb.ids $(Q)curl -z oui.txt -o oui.txt -R http://standards-oui.ieee.org/oui/oui.txt $(Q)curl -z ma-medium.txt -o ma-medium.txt -R http://standards-oui.ieee.org/oui28/mam.txt