From 4aed58da90e505d69959046a259c1b5d57353689 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 22 Apr 2016 13:36:04 -0400 Subject: [PATCH] use https for pci.ids --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1