Add patch fixing Cavebear Ethernet manufacturer listings location
PR: ports/161964 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
This commit is contained in:
parent
d3a6edc475
commit
b52eb78513
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284311
2 changed files with 15 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= ndpmon
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt ipv6
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.4/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
|
14
net-mgmt/ndpmon/files/patch-plugins_mac__resolv_make-manuf
Normal file
14
net-mgmt/ndpmon/files/patch-plugins_mac__resolv_make-manuf
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- plugins/mac_resolv/make-manuf.orig
|
||||
+++ plugins/mac_resolv/make-manuf
|
||||
@@ -27,7 +27,7 @@
|
||||
$outfile = "manuf";
|
||||
$inheader = 1;
|
||||
$ieee_url = "http://standards.ieee.org/regauth/oui/oui_public.txt";
|
||||
-$cb_url = "http://www.cavebear.com/CaveBear/Ethernet/Ethernet.txt";
|
||||
+$cb_url = "http://www.cavebear.com/archive/cavebear/Ethernet/Ethernet.txt";
|
||||
%oui_list = ();
|
||||
$hp = "[0-9a-fA-F]{2}";
|
||||
$oui_re = "$hp:$hp:$hp";
|
Loading…
Reference in a new issue