|
Revision tags: v3.14.0, v3.13.0, v3.12.0, v3.11.1, v3.11.0 |
|
| #
7ec58f1c |
| 23-Jul-2023 |
Martin Mares <[email protected]> |
update-pciids: Report itself as an user agent, version included
Unfortunately, this leads to the User-Agent not containing version of curl/wget/lynx we used.
|
| #
b6e558fb |
| 22-Jul-2023 |
Martin Mares <[email protected]> |
update-pciids: Re-compress pci.ids if needed
Previously, if pciutils were configured with compression of pci.ids, update-pciids downloaded the gzipped version. Now, it downloads the most compressed
update-pciids: Re-compress pci.ids if needed
Previously, if pciutils were configured with compression of pci.ids, update-pciids downloaded the gzipped version. Now, it downloads the most compressed version for which tools are found installed, and recompresses it to gzip if needed.
show more ...
|
| #
327b6e8a |
| 22-Jul-2023 |
Martin Mares <[email protected]> |
update-pciids: Add support for xz compression
|
|
Revision tags: v3.10.0 |
|
| #
85f05a7c |
| 04-Mar-2023 |
Martin Mares <[email protected]> |
Use "command -v" instead of "which"
Apparently, people started considering "which" obsolete. I still consider "which" rather useful and definitely more comfortable to type than "command -v".
Still,
Use "command -v" instead of "which"
Apparently, people started considering "which" obsolete. I still consider "which" rather useful and definitely more comfortable to type than "command -v".
Still, "command -v" should be more portable, so let us use it. I wonder which of the ancient systems which we are still supporting will be broken by this change...
show more ...
|
|
Revision tags: v3.9.0, v3.8.0 |
|
| #
b6a0091e |
| 23-Sep-2020 |
Guillem Jover <[email protected]> |
update-pciids: Make the backup with a hardlink instead of a move
If we move the file while making a backup, we can end up with no pci.ids database in case the next step fails.
|
| #
bae18059 |
| 23-Sep-2020 |
Guillem Jover <[email protected]> |
update-pciids: Fix spacing style
Fix code alignment by using a hard-tab instead of 4 spaces. Add a blank line after set -e.
|
| #
20e206ec |
| 23-Sep-2020 |
Guillem Jover <[email protected]> |
update-pciids: Move quiet setting after set -e
We should set -e as the first thing to catch any errors, so move the quiet setup after the other variables setup.
|
|
Revision tags: v3.7.0, v3.6.4, v3.6.3 |
|
| #
e2d84e91 |
| 14-Oct-2018 |
Martin Mares <[email protected]> |
update-pciids: Download pci.ids over HTTPS
|
|
Revision tags: v3.6.2, v3.6.1, v3.6.0, v3.5.6, v3.5.5, v3.5.4, v3.5.3, v3.5.2, v3.5.1, v3.5.0, v3.4.1, v3.4.0, v3.3.1, v3.3.0, v3.2.1, v3.2.0, v3.1.10 |
|
| #
43391150 |
| 20-May-2012 |
Ville Skyttä <[email protected]> |
Fix syntax error when PCI_COMPRESSED_IDS is empty.
|
|
Revision tags: v3.1.9 |
|
| #
97add73f |
| 14-Jan-2012 |
Martin Mares <[email protected]> |
update-pciids: Download from pci-ids.ucw.cz
|
|
Revision tags: v3.1.8 |
|
| #
50a39c08 |
| 24-Oct-2010 |
Martin Mares <[email protected]> |
update-pciids: Be more friendly to people who tweak the settings
If somebody changes PCI_COMPRESSED_IDS to 0 manually, honor this setting.
Suggested by Guido Trentalancia.
|
|
Revision tags: v3.1.7, v3.1.6, v3.1.5, v3.1.4, v3.1.3, v3.1.2, v3.1.1, v3.1.0, v3.1-alpha3, v3.1-alpha2, v3.1-alpha1, v3.0.3, v3.0.2, v3.0.1 |
|
| #
c7045bf2 |
| 26-Aug-2008 |
Martin Mares <[email protected]> |
Call wget with --no-timestamping.
If --timestamping was set in .wgetrc, wget fails, because it is unable to handle --timestamping and -O simultaneously (for no apparent reason, but the maintainers h
Call wget with --no-timestamping.
If --timestamping was set in .wgetrc, wget fails, because it is unable to handle --timestamping and -O simultaneously (for no apparent reason, but the maintainers have decided that this bug has graduated to a feature, see https://savannah.gnu.org/bugs/?22896).
Thanks to Ville Skytta for pointing that out.
show more ...
|
|
Revision tags: v3.0.0 |
|
| #
d26b5378 |
| 07-Jan-2008 |
Martin Mares <[email protected]> |
Added quiet mode (-q). Clean up uncompressed files left by previous versions of the pciutils. Patch by Mike Frysinger.
|
| #
cc062b4a |
| 09-Sep-2006 |
Martin Mares <[email protected]> |
Added support for compressed pci.ids.
|
| #
1bbdea17 |
| 13-Mar-2006 |
Martin Mares <[email protected]> |
Use curl if available.
git-archimport-id: [email protected]/pciutils--main--2.2--patch-92
|
| #
043ebdee |
| 10-Sep-2005 |
Martin Mares <[email protected]> |
Compatibility changes
git-archimport-id: [email protected]/pciutils--main--2.2--patch-80
|
| #
80b3121a |
| 27-Dec-2003 |
Martin Mares <[email protected]> |
update-pciids should preserve permissions
* update-pciids.sh: Try to preserve permissions of the old file if chmod supports --reference. Should close Debian Bug #223740. git-archimport-id: [email protected]
update-pciids should preserve permissions
* update-pciids.sh: Try to preserve permissions of the old file if chmod supports --reference. Should close Debian Bug #223740. git-archimport-id: [email protected]/pciutils--main--2.2--patch-24
show more ...
|
| #
1b95f396 |
| 04-Jan-2003 |
Martin Mares <[email protected]> |
Added update-pciids.
|