From a37e5f3a4e0fd64661f4d9ebf94146e7e5b49137 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 6 Jan 2014 01:09:43 +0100 Subject: updated URL on autogenerated files; download files compressed also converted AUTHORS to UTF-8 --- AUTHORS | 2 +- lst/Makefile | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index e4a627f0..ed7c84c8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -25,7 +25,7 @@ Danny Tholen Daouda Lo Dave Seff Erwan Velu -Fançois Pons +Fançois Pons Frederic Lepied Funda Wang Gary Brack diff --git a/lst/Makefile b/lst/Makefile index 0e59c396..1281f21c 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -47,20 +47,20 @@ $(TABLES3): gzip -vc9 ScannerDB > ScannerDB.gz new-usb-ids: - @curl -O http://www.linux-usb.org/usb.ids + @curl --compressed -O http://www.linux-usb.org/usb.ids new-pci-ids: - @curl -O http://pciids.sourceforge.net/pci.ids + @curl --compressed -O http://pciids.sourceforge.net/pci.ids new-oui-txt: - @curl -O http://standards.ieee.org/develop/regauth/oui/oui.txt + @curl --compressed -O http://standards.ieee.org/develop/regauth/oui/oui.txt install: $(TMP_TABLES) $(TABLES3) for i in $(TABLES); do \ mkdir -p $(dir)/$$i.d ; \ (echo "# This file was created:" `date '+%Y-%m-%d %H:%M:%S (%z)'` ; \ - echo "# !! The latest version is available via SVN at" ; \ - echo "# http://svn.mandriva.com/svn/soft/ldetect-lst/" ; \ + echo "# !! The latest version is available via git at" ; \ + echo "# http://gitweb.mageia.org/software/ldetect-lst/" ; \ cat $$i.tmp \ ) > $(dir)/$$i.d/90default.lst; done -- cgit v1.2.1