update MAC vendors

This commit is contained in:
Anton Keks 2022-12-18 21:32:19 +02:00
parent 9cabaa1291
commit 46acd3ed25
3 changed files with 1851 additions and 144 deletions

View File

@ -1,10 +1,11 @@
Changes in unreleased:
Changes in 3.9.0:
- Mac: bundle Java 17 runtime, so that Java doesn't need to be installed separately
- Mac: change next alive host shortcut to Cmd+N (Cmd+H is conflicting with hide window)
- Windows installer: update bundled Java runtime to 17
- Linux XFCE: execute terminal properly #379
- Faster File Feeder when loading large files #347
- Update SWT for all platforms
- Update MAC vendors
Changes in 3.8.2:
- Allow building if .git is not present (e.g. from source zip) #319

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ if [ "$(uname)" = "Darwin" ]; then
SED_APP='gsed'
fi
curl 'http://standards-oui.ieee.org/oui/oui.txt' |\
curl 'https://standards-oui.ieee.org/oui/oui.txt' |\
fgrep '(base 16)' | $SED_APP -r '
s/\r//g; s/ \(base 16\)\t\t//
s/,? ?(Inc)\.?$//I