summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2014-01-06 01:09:43 +0100
committerDan Fandrich <danf@mageia.org>2014-01-06 01:09:43 +0100
commita37e5f3a4e0fd64661f4d9ebf94146e7e5b49137 (patch)
tree6986df23128b5af4b057d8a80a248981e6487ec0
parentb3ef6a39c68b97bb1b9cbf1423f8a0ca60eb1f08 (diff)
downloadldetect-lst-a37e5f3a4e0fd64661f4d9ebf94146e7e5b49137.tar
ldetect-lst-a37e5f3a4e0fd64661f4d9ebf94146e7e5b49137.tar.gz
ldetect-lst-a37e5f3a4e0fd64661f4d9ebf94146e7e5b49137.tar.bz2
ldetect-lst-a37e5f3a4e0fd64661f4d9ebf94146e7e5b49137.tar.xz
ldetect-lst-a37e5f3a4e0fd64661f4d9ebf94146e7e5b49137.zip
updated URL on autogenerated files; download files compressed
also converted AUTHORS to UTF-8
-rw-r--r--AUTHORS2
-rw-r--r--lst/Makefile10
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 <danny@mailmij.org>
Daouda Lo
Dave Seff <dseff1@nyc.rr.com>
Erwan Velu
-Fançois Pons
+Fançois Pons
Frederic Lepied
Funda Wang
Gary Brack <gbrack@huey.jpl.nasa.gov>
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