sthen
d776045f21
update mac-vendor table, regen patches while there
2019-07-03 20:38:57 +00:00
sthen
9c6e9626b9
s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
...
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
c51c3db402
update mac-vendor db
2019-05-13 11:01:10 +00:00
sthen
d37d2b807a
update mac-vendor database
...
tweak generation (revert mistaken commit in last update, read in as utf-8,
additional output format)
2019-01-28 16:36:37 +00:00
sthen
4b7ef47729
update mac-vendor list
2018-12-05 16:04:56 +00:00
sthen
bc7c32656c
update mac vendor database
2018-09-20 23:33:44 +00:00
sthen
ce709292f4
update mac-vendor list
2018-08-10 21:14:41 +00:00
sthen
9630163819
update MAC vendor database
2018-06-02 22:30:11 +00:00
espie
6dac1535fe
@extra stuff is under PREFIX by default, even though it accepts absolute
...
paths.
2018-05-27 09:34:51 +00:00
espie
b8666490a2
TRUEPREFIX => PREFIX
...
extra does not need the PREFIX but... this doesn't require a bump
2018-05-26 15:03:50 +00:00
sthen
78da28a5ab
update IAB listing
2018-03-15 01:09:48 +00:00
sthen
9e8ec9ae62
update OUI databases
2017-11-03 10:38:18 +00:00
sthen
629dd11149
update MAC vendor table
2017-08-29 11:41:20 +00:00
sthen
a23e7e25cb
update OUI vendor database
2017-05-17 13:59:41 +00:00
sthen
a5eccdac86
update mac address db
2017-03-15 09:43:08 +00:00
sthen
63dde5c5b3
update mac-vendor listing
2017-02-08 10:53:48 +00:00
sthen
927a061fc1
update mac vendors
2016-11-15 14:01:05 +00:00
sthen
bbb49d6bbb
update MAC vendor database
2016-10-07 10:20:31 +00:00
sthen
1ed66a9321
update MAC address vendor listings
2016-07-09 12:05:40 +00:00
sthen
f529ae85d5
update mac address db
2016-04-29 14:21:52 +00:00
sthen
e45ced7334
update mac-vendor file
2016-03-11 11:28:26 +00:00
jasper
71dde715ec
missing bump after HOMEPAGE change
2016-01-21 18:08:06 +00:00
sthen
e9776a5b9d
new HOMEPAGE/MASTER_SITES for arp-scan
2016-01-20 15:29:30 +00:00
sthen
0e2f406ad4
update to new mac address databases
2016-01-02 22:42:23 +00:00
sthen
97889e162c
switch my distfiles mirror to https
2015-12-03 21:24:29 +00:00
sthen
7fafdb3197
install unofficial.csv file with a few known non-official MAC address prefixes
2015-11-03 16:18:33 +00:00
sthen
8f71aadbd5
bdep on p5-Text-CSV
2015-11-03 15:52:18 +00:00
sthen
af889a6535
move mac address databases to a subpackage, and generate it based on the newer
...
CSVs which include MA-S (32-bit vendor), MA-M (28-bit vendor) as well as the
old standard 24-bit vendors.
2015-11-03 15:51:24 +00:00
sthen
0e6daa3cfd
update ethernet vendor list
2015-10-08 22:41:38 +00:00
sthen
691c83f9b2
Bump some ports which reference if_msghdr in their source, so that package
...
updates are triggered. This is following the struct if_data ABI change a few
days ago; if_msghdr has an embedded if_data. Some may be unnecessary, but
some are definitely needed and bumps are cheaper than debugging.
Problem reported with wpa_supplicant by Mikolaj Kucharski.
2015-10-08 21:19:21 +00:00
sthen
c4d420979b
update arp-scan's OUI list
...
patch to return a nicer error message for !root
2015-04-14 14:17:20 +00:00
sthen
8e03bb25d1
update oui-iab listing
2014-10-13 15:19:49 +00:00
sthen
036a38d959
update mac vendor listings
2014-07-09 22:54:19 +00:00
sthen
77cda483d0
update mac vendor list
2014-05-15 14:25:45 +00:00
sthen
cea7c61adb
update MAC address vendor list
2014-02-04 12:54:44 +00:00
sthen
96fd6e652b
update iab/oui files
2013-12-10 15:31:28 +00:00
gsoares
b536dca63b
update to 1.9; OK sthen@ (MAINTAINER)
2013-08-15 20:28:55 +00:00
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
sthen
fa9d5a00a1
update to a more recent OUI list
2013-03-03 21:28:15 +00:00
sthen
913fa727f2
sync OUI database
2012-09-11 14:54:05 +00:00
sthen
b7a1eae9f4
update vendor lists
2012-06-04 11:01:48 +00:00
sthen
1225972fc7
arp-scan no longer needs groff, as mandoc can now handle the alignment
...
of the table headings (thanks to schwarze@).
2012-05-26 22:47:03 +00:00
sthen
c2549ce5e5
tweak maintainer target to patch the OUI/name db to fix the ridiculous
...
"Oracle Corporation" entries and update the package using a regenerated
list.
2012-05-16 13:22:17 +00:00
espie
5b6b92cc32
missing BUILD_DEPENDENCY
2012-05-14 14:59:58 +00:00
sthen
f64f15fae4
fix -u in arp-scan's update scripts, fix URLs, use newer iab/oui databases
2012-05-08 11:04:27 +00:00
sthen
79463be252
bump; if.h changed
2011-11-15 23:02:23 +00:00
sthen
ea0ae38022
- update arp-scan to 1.8, from Gleydson Soares
...
(license has changed to GPLv3-or-higher)
- use "@comment no checksum" for vendor lists which the
supplied tools can update
- use @sample for mac-vendor.txt, it's user-editable
ok jasper@
2011-03-03 09:47:50 +00:00
espie
0397d65db0
new depends
2010-11-19 22:31:32 +00:00
espie
47ff75aa46
USE_GROFF=Yes
2010-10-18 18:36:45 +00:00
sthen
d1c6f80880
use REVISION, checked with before/after make show=PKGNAMES (plus some
...
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00