]> git.pld-linux.org Git - packages/ntop.git/blame - ieee-oui.patch
Release 9 (by relup.sh)
[packages/ntop.git] / ieee-oui.patch
CommitLineData
e38ae664
JR
1diff -urNp -x '*.orig' ntop-5.0.1.org/Makefile.am ntop-5.0.1/Makefile.am
2--- ntop-5.0.1.org/Makefile.am 2021-10-05 21:40:21.302499543 +0200
3+++ ntop-5.0.1/Makefile.am 2021-10-05 21:40:21.552501388 +0200
4@@ -64,9 +64,12 @@ ETTER_PASSIVE = $(ETTER_PASSIVE_FILE).gz
5 ETTER_PASSIVE_DOWNLOAD_FROM = "http://ettercap.cvs.sourceforge.net/ettercap/ettercap_ng/share"
6 ETTER_PASSIVE_DOWNLOAD_PARMS = "rev=HEAD"
9d96f8b2
ER
7
8+OUI_FILES = \
9+ oui.txt.gz
10+
11 NTOPDATA = ntop-cert.pem \
12 $(ETTER_PASSIVE) \
13- oui.txt.gz \
783f074a 14+ $(OUI_FILES) \
9d96f8b2 15 specialMAC.txt.gz \
e38ae664
JR
16 GeoIPASNum.dat \
17 GeoLiteCity.dat
This page took 0.03324 seconds and 4 git commands to generate.