]> git.pld-linux.org Git - packages/ntop.git/blob - ieee-oui.patch
Release 9 (by relup.sh)
[packages/ntop.git] / ieee-oui.patch
1 diff -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"
7  
8 +OUI_FILES = \
9 +       oui.txt.gz
10 +
11  NTOPDATA = ntop-cert.pem \
12             $(ETTER_PASSIVE) \
13 -           oui.txt.gz \
14 +           $(OUI_FILES) \
15             specialMAC.txt.gz \
16            GeoIPASNum.dat \
17            GeoLiteCity.dat
This page took 0.094642 seconds and 3 git commands to generate.