Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 739401 Details for
Bug 813219
sys-apps/hwids-99999999 does not fetch new usb.ids etc.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove -z option from curl invokations
file_813219.txt (text/plain), 1.78 KB, created by
Joakim Tjernlund
on 2021-09-15 10:06:22 UTC
(
hide
)
Description:
remove -z option from curl invokations
Filename:
MIME Type:
Creator:
Joakim Tjernlund
Created:
2021-09-15 10:06:22 UTC
Size:
1.78 KB
patch
obsolete
>--- ./Makefile.org 2021-09-15 11:56:33.024106366 +0200 >+++ ./Makefile 2021-09-15 11:56:37.208874601 +0200 >@@ -57,15 +57,15 @@ > > # 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 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 >- $(Q)curl -z ma-small.txt -o ma-small.txt -R http://standards-oui.ieee.org/oui36/oui36.txt >- $(Q)curl -z iab.txt -o iab.txt -R http://standards-oui.ieee.org/iab/iab.txt >- $(Q)curl -L -z sdio.ids -o sdio.ids -R $(SYSTEMD_SOURCE)/sdio.ids >- $(Q)curl -L -z ids_parser.py -o ids_parser.py -R $(SYSTEMD_SOURCE)/ids_parser.py >- $(Q)for f in $(UDEV_FILES); do curl -L -z udev/$$f -o udev/$$f -R $(SYSTEMD_SOURCE)/$$f; done >+ $(Q)curl -o pci.ids -R http://pci-ids.ucw.cz/v2.2/pci.ids >+ $(Q)curl -o usb.ids -R http://www.linux-usb.org/usb.ids >+ $(Q)curl -o oui.txt -R http://standards-oui.ieee.org/oui/oui.txt >+ $(Q)curl -o ma-medium.txt -R http://standards-oui.ieee.org/oui28/mam.txt >+ $(Q)curl -o ma-small.txt -R http://standards-oui.ieee.org/oui36/oui36.txt >+ $(Q)curl -o iab.txt -R http://standards-oui.ieee.org/iab/iab.txt >+ $(Q)curl -L -o sdio.ids -R $(SYSTEMD_SOURCE)/sdio.ids >+ $(Q)curl -L -o ids_parser.py -R $(SYSTEMD_SOURCE)/ids_parser.py >+ $(Q)for f in $(UDEV_FILES); do curl -L -o udev/$$f -R $(SYSTEMD_SOURCE)/$$f; done > $(Q)$(STATUS) > > PV ?= $(shell ( awk '$$2 == "Date:" { print $$3; nextfile }' pci.ids usb.ids; git log --format=format:%ci -1 -- oui.txt $(addprefix udev/,$(UDEV_FILES)) ids_parser.py | cut -d ' ' -f1; ) | sort | tail -n 1 | tr -d -)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 813219
: 739401