fauxhai-ng 8.0.0 → 8.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/bin/fauxhai +8 -8
  3. data/lib/.DS_Store +0 -0
  4. data/lib/fauxhai.rb +5 -5
  5. data/lib/fauxhai/.DS_Store +0 -0
  6. data/lib/fauxhai/fetcher.rb +9 -8
  7. data/lib/fauxhai/mocker.rb +14 -14
  8. data/lib/fauxhai/platforms/.DS_Store +0 -0
  9. data/lib/fauxhai/platforms/amazon/.DS_Store +0 -0
  10. data/lib/fauxhai/platforms/amazon/2.json +683 -660
  11. data/lib/fauxhai/platforms/amazon/2016.03.json +135 -135
  12. data/lib/fauxhai/platforms/amazon/2016.09.json +134 -134
  13. data/lib/fauxhai/platforms/amazon/2017.03.json +125 -125
  14. data/lib/fauxhai/platforms/amazon/2017.09.json +112 -112
  15. data/lib/fauxhai/platforms/amazon/2018.03.json +544 -551
  16. data/lib/fauxhai/platforms/centos/.DS_Store +0 -0
  17. data/lib/fauxhai/platforms/centos/5.11.json +1 -0
  18. data/lib/fauxhai/platforms/centos/6.10.json +314 -314
  19. data/lib/fauxhai/platforms/centos/6.9.json +1 -0
  20. data/lib/fauxhai/platforms/centos/7.5.1804.json +1 -0
  21. data/lib/fauxhai/platforms/centos/7.6.1810.json +40 -40
  22. data/lib/fauxhai/platforms/centos/7.7.1908.json +1512 -7517
  23. data/lib/fauxhai/platforms/centos/7.8.2003.json +3797 -0
  24. data/lib/fauxhai/platforms/centos/8.json +1229 -2348
  25. data/lib/fauxhai/platforms/debian/10.json +420 -208
  26. data/lib/fauxhai/platforms/debian/8.11.json +1 -0
  27. data/lib/fauxhai/platforms/debian/9.11.json +53 -44
  28. data/lib/fauxhai/platforms/debian/{8.10.json → 9.12.json} +994 -1644
  29. data/lib/fauxhai/platforms/debian/9.8.json +52 -42
  30. data/lib/fauxhai/platforms/debian/9.9.json +55 -45
  31. data/lib/fauxhai/platforms/fedora/29.json +1 -1
  32. data/lib/fauxhai/platforms/fedora/30.json +514 -506
  33. data/lib/fauxhai/platforms/fedora/31.json +734 -712
  34. data/lib/fauxhai/platforms/fedora/32.json +3547 -0
  35. data/lib/fauxhai/platforms/mac_os_x/10.15.json +268 -392
  36. data/lib/fauxhai/platforms/opensuse/15.0.json +4383 -37
  37. data/lib/fauxhai/platforms/opensuse/15.1.json +5775 -0
  38. data/lib/fauxhai/platforms/opensuse/15.2.json +5961 -0
  39. data/lib/fauxhai/platforms/oracle/5.11.json +1 -0
  40. data/lib/fauxhai/platforms/oracle/6.10.json +19 -19
  41. data/lib/fauxhai/platforms/oracle/6.9.json +1 -0
  42. data/lib/fauxhai/platforms/oracle/7.5.json +480 -496
  43. data/lib/fauxhai/platforms/oracle/7.6.json +39 -39
  44. data/lib/fauxhai/platforms/redhat/.DS_Store +0 -0
  45. data/lib/fauxhai/platforms/redhat/5.11.json +1 -0
  46. data/lib/fauxhai/platforms/redhat/6.10.json +49 -40
  47. data/lib/fauxhai/platforms/redhat/6.9.json +40 -31
  48. data/lib/fauxhai/platforms/redhat/7.4.json +57 -48
  49. data/lib/fauxhai/platforms/redhat/7.5.json +55 -45
  50. data/lib/fauxhai/platforms/redhat/7.6.json +508 -657
  51. data/lib/fauxhai/platforms/redhat/7.7.json +58 -49
  52. data/lib/fauxhai/platforms/redhat/7.8.json +3954 -0
  53. data/lib/fauxhai/platforms/redhat/8.json +942 -908
  54. data/lib/fauxhai/platforms/suse/.DS_Store +0 -0
  55. data/lib/fauxhai/platforms/suse/12.3.json +38 -40
  56. data/lib/fauxhai/platforms/suse/12.4.json +50 -52
  57. data/lib/fauxhai/platforms/suse/12.5.json +5922 -0
  58. data/lib/fauxhai/platforms/suse/15.json +999 -1001
  59. data/lib/fauxhai/platforms/ubuntu/.DS_Store +0 -0
  60. data/lib/fauxhai/platforms/ubuntu/16.04.json +291 -278
  61. data/lib/fauxhai/platforms/ubuntu/18.04.json +384 -377
  62. data/lib/fauxhai/platforms/ubuntu/20.04.json +4144 -0
  63. data/lib/fauxhai/runner.rb +27 -27
  64. data/lib/fauxhai/runner/default.rb +128 -128
  65. data/lib/fauxhai/runner/windows.rb +77 -77
  66. data/lib/fauxhai/version.rb +1 -1
  67. metadata +14 -18
  68. data/lib/fauxhai/platforms/aix/.DS_Store +0 -0
  69. data/lib/fauxhai/platforms/clearos/.DS_Store +0 -0
  70. data/lib/fauxhai/platforms/debian/8.9.json +0 -3614
  71. data/lib/fauxhai/platforms/freebsd/.DS_Store +0 -0
  72. data/lib/fauxhai/platforms/gentoo/.DS_Store +0 -0
  73. data/lib/fauxhai/platforms/linuxmint/.DS_Store +0 -0
  74. data/lib/fauxhai/platforms/mac_os_x/.DS_Store +0 -0
  75. data/lib/fauxhai/platforms/openbsd/.DS_Store +0 -0
  76. data/lib/fauxhai/platforms/raspbian/.DS_Store +0 -0
  77. data/lib/fauxhai/platforms/solaris2/.DS_Store +0 -0
  78. data/lib/fauxhai/platforms/windows/.DS_Store +0 -0
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "chef_packages": {
3
3
  "chef": {
4
- "chef_root": "/opt/chef-workstation/embedded/lib/ruby/gems/2.6.0/gems/chef-15.3.14/lib",
5
- "version": "15.3.14"
4
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.0.257/lib",
5
+ "version": "16.0.257"
6
6
  },
7
7
  "ohai": {
8
- "ohai_root": "/opt/chef-workstation/embedded/lib/ruby/gems/2.6.0/gems/ohai-15.3.1/lib/ohai",
9
- "version": "15.3.1"
8
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.0.20/lib/ohai",
9
+ "version": "16.0.20"
10
10
  }
11
11
  },
12
12
  "command": {
@@ -71,12 +71,12 @@
71
71
  "/dev/disk1s1": {
72
72
  "block_size": 512,
73
73
  "fs_type": "apfs",
74
- "inodes_available": "9762227539",
74
+ "inodes_available": "9761528819",
75
75
  "inodes_percent_used": "0%",
76
- "inodes_used": "5750621",
77
- "kb_available": "146471908",
76
+ "inodes_used": "6449341",
77
+ "kb_available": "27126076",
78
78
  "kb_size": "976797816",
79
- "kb_used": "813447844",
79
+ "kb_used": "936864528",
80
80
  "mount_options": [
81
81
  "local",
82
82
  "journaled",
@@ -85,18 +85,18 @@
85
85
  "mounts": [
86
86
  "/System/Volumes/Data"
87
87
  ],
88
- "percent_used": "85%",
88
+ "percent_used": "98%",
89
89
  "total_inodes": "9767978160"
90
90
  },
91
91
  "/dev/disk1s4": {
92
92
  "block_size": 512,
93
93
  "fs_type": "apfs",
94
- "inodes_available": "9767978155",
94
+ "inodes_available": "9767978159",
95
95
  "inodes_percent_used": "0%",
96
- "inodes_used": "5",
97
- "kb_available": "146471908",
96
+ "inodes_used": "1",
97
+ "kb_available": "27126076",
98
98
  "kb_size": "976797816",
99
- "kb_used": "5598236",
99
+ "kb_used": "1048600",
100
100
  "mount_options": [
101
101
  "local",
102
102
  "journaled",
@@ -111,12 +111,12 @@
111
111
  "/dev/disk1s5": {
112
112
  "block_size": 512,
113
113
  "fs_type": "apfs",
114
- "inodes_available": "9767495894",
114
+ "inodes_available": "9767490685",
115
115
  "inodes_percent_used": "0%",
116
- "inodes_used": "482266",
117
- "kb_available": "146471908",
116
+ "inodes_used": "487475",
117
+ "kb_available": "27126076",
118
118
  "kb_size": "976797816",
119
- "kb_used": "10480348",
119
+ "kb_used": "10959756",
120
120
  "mount_options": [
121
121
  "local",
122
122
  "read-only",
@@ -125,42 +125,18 @@
125
125
  "mounts": [
126
126
  "/"
127
127
  ],
128
- "percent_used": "7%",
129
- "total_inodes": "9767978160"
130
- },
131
- "/dev/disk3s1": {
132
- "block_size": 512,
133
- "fs_type": "hfs",
134
- "inodes_available": "4294967269",
135
- "inodes_percent_used": "0%",
136
- "inodes_used": "10",
137
- "kb_available": "367672",
138
- "kb_size": "511960",
139
- "kb_used": "144288",
140
- "mount_options": [
141
- "local",
142
- "nodev",
143
- "nosuid",
144
- "read-only",
145
- "noowners",
146
- "quarantine",
147
- "mounted by tsmith"
148
- ],
149
- "mounts": [
150
- "/Volumes/Chef Workstation 1"
151
- ],
152
128
  "percent_used": "29%",
153
- "total_inodes": "4294967279"
129
+ "total_inodes": "9767978160"
154
130
  },
155
131
  "devfs": {
156
132
  "block_size": 512,
157
133
  "fs_type": "devfs",
158
134
  "inodes_available": "0",
159
135
  "inodes_percent_used": "100%",
160
- "inodes_used": "674",
136
+ "inodes_used": "672",
161
137
  "kb_available": "0",
162
- "kb_size": "194",
163
- "kb_used": "194",
138
+ "kb_size": "193",
139
+ "kb_used": "193",
164
140
  "mount_options": [
165
141
  "local",
166
142
  "nobrowse"
@@ -169,7 +145,7 @@
169
145
  "/dev"
170
146
  ],
171
147
  "percent_used": "100%",
172
- "total_inodes": "674"
148
+ "total_inodes": "672"
173
149
  },
174
150
  "map auto_home": {
175
151
  "block_size": 512,
@@ -198,18 +174,18 @@
198
174
  "/dev/disk1s5"
199
175
  ],
200
176
  "fs_type": "apfs",
201
- "inodes_available": "9767495894",
177
+ "inodes_available": "9767490685",
202
178
  "inodes_percent_used": "0%",
203
- "inodes_used": "482266",
204
- "kb_available": "146471908",
179
+ "inodes_used": "487475",
180
+ "kb_available": "27126076",
205
181
  "kb_size": "976797816",
206
- "kb_used": "10480348",
182
+ "kb_used": "10959756",
207
183
  "mount_options": [
208
184
  "local",
209
185
  "read-only",
210
186
  "journaled"
211
187
  ],
212
- "percent_used": "7%",
188
+ "percent_used": "29%",
213
189
  "total_inodes": "9767978160"
214
190
  },
215
191
  "/System/Volumes/Data": {
@@ -218,18 +194,18 @@
218
194
  "/dev/disk1s1"
219
195
  ],
220
196
  "fs_type": "apfs",
221
- "inodes_available": "9762227539",
197
+ "inodes_available": "9761528819",
222
198
  "inodes_percent_used": "0%",
223
- "inodes_used": "5750621",
224
- "kb_available": "146471908",
199
+ "inodes_used": "6449341",
200
+ "kb_available": "27126076",
225
201
  "kb_size": "976797816",
226
- "kb_used": "813447844",
202
+ "kb_used": "936864528",
227
203
  "mount_options": [
228
204
  "local",
229
205
  "journaled",
230
206
  "nobrowse"
231
207
  ],
232
- "percent_used": "85%",
208
+ "percent_used": "98%",
233
209
  "total_inodes": "9767978160"
234
210
  },
235
211
  "/System/Volumes/Data/home": {
@@ -251,30 +227,6 @@
251
227
  "percent_used": "100%",
252
228
  "total_inodes": "0"
253
229
  },
254
- "/Volumes/Chef Workstation 1": {
255
- "block_size": 512,
256
- "devices": [
257
- "/dev/disk3s1"
258
- ],
259
- "fs_type": "hfs",
260
- "inodes_available": "4294967269",
261
- "inodes_percent_used": "0%",
262
- "inodes_used": "10",
263
- "kb_available": "367672",
264
- "kb_size": "511960",
265
- "kb_used": "144288",
266
- "mount_options": [
267
- "local",
268
- "nodev",
269
- "nosuid",
270
- "read-only",
271
- "noowners",
272
- "quarantine",
273
- "mounted by tsmith"
274
- ],
275
- "percent_used": "29%",
276
- "total_inodes": "4294967279"
277
- },
278
230
  "/dev": {
279
231
  "block_size": 512,
280
232
  "devices": [
@@ -283,16 +235,16 @@
283
235
  "fs_type": "devfs",
284
236
  "inodes_available": "0",
285
237
  "inodes_percent_used": "100%",
286
- "inodes_used": "674",
238
+ "inodes_used": "672",
287
239
  "kb_available": "0",
288
- "kb_size": "194",
289
- "kb_used": "194",
240
+ "kb_size": "193",
241
+ "kb_used": "193",
290
242
  "mount_options": [
291
243
  "local",
292
244
  "nobrowse"
293
245
  ],
294
246
  "percent_used": "100%",
295
- "total_inodes": "674"
247
+ "total_inodes": "672"
296
248
  },
297
249
  "/private/var/vm": {
298
250
  "block_size": 512,
@@ -300,12 +252,12 @@
300
252
  "/dev/disk1s4"
301
253
  ],
302
254
  "fs_type": "apfs",
303
- "inodes_available": "9767978155",
255
+ "inodes_available": "9767978159",
304
256
  "inodes_percent_used": "0%",
305
- "inodes_used": "5",
306
- "kb_available": "146471908",
257
+ "inodes_used": "1",
258
+ "kb_available": "27126076",
307
259
  "kb_size": "976797816",
308
- "kb_used": "5598236",
260
+ "kb_used": "1048600",
309
261
  "mount_options": [
310
262
  "local",
311
263
  "journaled",
@@ -320,31 +272,31 @@
320
272
  "block_size": 512,
321
273
  "device": "/dev/disk1s1",
322
274
  "fs_type": "apfs",
323
- "inodes_available": "9762227539",
275
+ "inodes_available": "9761528819",
324
276
  "inodes_percent_used": "0%",
325
- "inodes_used": "5750621",
326
- "kb_available": "146471908",
277
+ "inodes_used": "6449341",
278
+ "kb_available": "27126076",
327
279
  "kb_size": "976797816",
328
- "kb_used": "813447844",
280
+ "kb_used": "936864528",
329
281
  "mount": "/System/Volumes/Data",
330
282
  "mount_options": [
331
283
  "local",
332
284
  "journaled",
333
285
  "nobrowse"
334
286
  ],
335
- "percent_used": "85%",
287
+ "percent_used": "98%",
336
288
  "total_inodes": "9767978160"
337
289
  },
338
290
  "/dev/disk1s4,/private/var/vm": {
339
291
  "block_size": 512,
340
292
  "device": "/dev/disk1s4",
341
293
  "fs_type": "apfs",
342
- "inodes_available": "9767978155",
294
+ "inodes_available": "9767978159",
343
295
  "inodes_percent_used": "0%",
344
- "inodes_used": "5",
345
- "kb_available": "146471908",
296
+ "inodes_used": "1",
297
+ "kb_available": "27126076",
346
298
  "kb_size": "976797816",
347
- "kb_used": "5598236",
299
+ "kb_used": "1048600",
348
300
  "mount": "/private/var/vm",
349
301
  "mount_options": [
350
302
  "local",
@@ -358,43 +310,20 @@
358
310
  "block_size": 512,
359
311
  "device": "/dev/disk1s5",
360
312
  "fs_type": "apfs",
361
- "inodes_available": "9767495894",
313
+ "inodes_available": "9767490685",
362
314
  "inodes_percent_used": "0%",
363
- "inodes_used": "482266",
364
- "kb_available": "146471908",
315
+ "inodes_used": "487475",
316
+ "kb_available": "27126076",
365
317
  "kb_size": "976797816",
366
- "kb_used": "10480348",
318
+ "kb_used": "10959756",
367
319
  "mount": "/",
368
320
  "mount_options": [
369
321
  "local",
370
322
  "read-only",
371
323
  "journaled"
372
324
  ],
373
- "percent_used": "7%",
374
- "total_inodes": "9767978160"
375
- },
376
- "/dev/disk3s1,/Volumes/Chef Workstation 1": {
377
- "block_size": 512,
378
- "device": "/dev/disk3s1",
379
- "fs_type": "hfs",
380
- "inodes_available": "4294967269",
381
- "inodes_percent_used": "0%",
382
- "inodes_used": "10",
383
- "kb_available": "367672",
384
- "kb_size": "511960",
385
- "kb_used": "144288",
386
- "mount": "/Volumes/Chef Workstation 1",
387
- "mount_options": [
388
- "local",
389
- "nodev",
390
- "nosuid",
391
- "read-only",
392
- "noowners",
393
- "quarantine",
394
- "mounted by tsmith"
395
- ],
396
325
  "percent_used": "29%",
397
- "total_inodes": "4294967279"
326
+ "total_inodes": "9767978160"
398
327
  },
399
328
  "devfs,/dev": {
400
329
  "block_size": 512,
@@ -402,17 +331,17 @@
402
331
  "fs_type": "devfs",
403
332
  "inodes_available": "0",
404
333
  "inodes_percent_used": "100%",
405
- "inodes_used": "674",
334
+ "inodes_used": "672",
406
335
  "kb_available": "0",
407
- "kb_size": "194",
408
- "kb_used": "194",
336
+ "kb_size": "193",
337
+ "kb_used": "193",
409
338
  "mount": "/dev",
410
339
  "mount_options": [
411
340
  "local",
412
341
  "nobrowse"
413
342
  ],
414
343
  "percent_used": "100%",
415
- "total_inodes": "674"
344
+ "total_inodes": "672"
416
345
  },
417
346
  "map auto_home,/System/Volumes/Data/home": {
418
347
  "block_size": 512,
@@ -443,28 +372,28 @@
443
372
  "machine": "x86_64",
444
373
  "modules": {
445
374
  "com.apple.AGDCPluginDisplayMetrics": {
446
- "index": "174",
375
+ "index": "175",
447
376
  "refcount": "0",
448
377
  "size": 12288,
449
- "version": "4.1.46"
378
+ "version": "5.1.16"
450
379
  },
451
380
  "com.apple.AppleFSCompression.AppleFSCompressionTypeZlib": {
452
- "index": "95",
381
+ "index": "97",
453
382
  "refcount": "0",
454
383
  "size": 49152,
455
384
  "version": "1.0.0"
456
385
  },
457
386
  "com.apple.AppleGPUWrangler": {
458
- "index": "154",
387
+ "index": "153",
459
388
  "refcount": "0",
460
389
  "size": 45056,
461
- "version": "4.1.46"
390
+ "version": "5.1.16"
462
391
  },
463
392
  "com.apple.AppleGraphicsDeviceControl": {
464
393
  "index": "123",
465
394
  "refcount": "9",
466
395
  "size": 40960,
467
- "version": "4.1.46"
396
+ "version": "5.1.16"
468
397
  },
469
398
  "com.apple.AppleSystemPolicy": {
470
399
  "index": "46",
@@ -473,22 +402,22 @@
473
402
  "version": "2.0.0"
474
403
  },
475
404
  "com.apple.BootCache": {
476
- "index": "97",
405
+ "index": "99",
477
406
  "refcount": "0",
478
407
  "size": 57344,
479
408
  "version": "40"
480
409
  },
481
410
  "com.apple.driver.AGDCBacklightControl": {
482
- "index": "161",
411
+ "index": "164",
483
412
  "refcount": "0",
484
413
  "size": 20480,
485
- "version": "4.1.46"
414
+ "version": "5.1.16"
486
415
  },
487
416
  "com.apple.driver.AGPM": {
488
- "index": "167",
417
+ "index": "169",
489
418
  "refcount": "0",
490
- "size": 106496,
491
- "version": "111.1.18"
419
+ "size": 135168,
420
+ "version": "111.4.4"
492
421
  },
493
422
  "com.apple.driver.AppleACPIButtons": {
494
423
  "index": "57",
@@ -499,7 +428,7 @@
499
428
  "com.apple.driver.AppleACPIEC": {
500
429
  "index": "53",
501
430
  "refcount": "0",
502
- "size": 32768,
431
+ "size": 28672,
503
432
  "version": "6.1"
504
433
  },
505
434
  "com.apple.driver.AppleACPIPlatform": {
@@ -515,16 +444,16 @@
515
444
  "version": "1.7"
516
445
  },
517
446
  "com.apple.driver.AppleAVEBridge": {
518
- "index": "137",
447
+ "index": "116",
519
448
  "refcount": "0",
520
449
  "size": 20480,
521
450
  "version": "6.1"
522
451
  },
523
452
  "com.apple.driver.AppleActuatorDriver": {
524
- "index": "144",
453
+ "index": "150",
525
454
  "refcount": "0",
526
455
  "size": 61440,
527
- "version": "3400.35"
456
+ "version": "3440.1"
528
457
  },
529
458
  "com.apple.driver.AppleBCMWLANBusInterfacePCIe": {
530
459
  "index": "91",
@@ -535,26 +464,20 @@
535
464
  "com.apple.driver.AppleBCMWLANCore": {
536
465
  "index": "90",
537
466
  "refcount": "1",
538
- "size": 1900544,
467
+ "size": 1875968,
539
468
  "version": "1.0.0"
540
469
  },
541
- "com.apple.driver.AppleBacklight": {
542
- "index": "153",
543
- "refcount": "0",
544
- "size": 20480,
545
- "version": "170.18"
546
- },
547
470
  "com.apple.driver.AppleBacklightExpert": {
548
- "index": "152",
549
- "refcount": "2",
471
+ "index": "158",
472
+ "refcount": "1",
550
473
  "size": 20480,
551
474
  "version": "1.1.0"
552
475
  },
553
476
  "com.apple.driver.AppleBridgeAudioController": {
554
- "index": "135",
477
+ "index": "140",
555
478
  "refcount": "0",
556
479
  "size": 49152,
557
- "version": "6.25"
480
+ "version": "6.70.3"
558
481
  },
559
482
  "com.apple.driver.AppleBusPowerController": {
560
483
  "index": "18",
@@ -565,17 +488,17 @@
565
488
  "com.apple.driver.AppleCredentialManager": {
566
489
  "index": "39",
567
490
  "refcount": "1",
568
- "size": 323584,
491
+ "size": 331776,
569
492
  "version": "1.0"
570
493
  },
571
494
  "com.apple.driver.AppleEFINVRAM": {
572
- "index": "58",
495
+ "index": "59",
573
496
  "refcount": "1",
574
497
  "size": 57344,
575
498
  "version": "2.1"
576
499
  },
577
500
  "com.apple.driver.AppleEFIRuntime": {
578
- "index": "56",
501
+ "index": "58",
579
502
  "refcount": "1",
580
503
  "size": 20480,
581
504
  "version": "2.1"
@@ -598,50 +521,32 @@
598
521
  "size": 49152,
599
522
  "version": "28.30"
600
523
  },
601
- "com.apple.driver.AppleFIVRDriver": {
602
- "index": "136",
603
- "refcount": "0",
604
- "size": 12288,
605
- "version": "4.1.0"
606
- },
607
- "com.apple.driver.AppleFileSystemDriver": {
608
- "index": "99",
609
- "refcount": "0",
610
- "size": 8192,
611
- "version": "3.0.1"
612
- },
613
524
  "com.apple.driver.AppleGFXHDA": {
614
- "index": "133",
525
+ "index": "132",
615
526
  "refcount": "0",
616
- "size": 471040,
617
- "version": "100.1.421"
527
+ "size": 479232,
528
+ "version": "100.1.426"
618
529
  },
619
530
  "com.apple.driver.AppleGraphicsControl": {
620
- "index": "140",
531
+ "index": "137",
621
532
  "refcount": "2",
622
533
  "size": 12288,
623
- "version": "4.1.46"
534
+ "version": "5.1.16"
624
535
  },
625
536
  "com.apple.driver.AppleGraphicsDevicePolicy": {
626
- "index": "177",
537
+ "index": "179",
627
538
  "refcount": "0",
628
539
  "size": 81920,
629
- "version": "4.1.46"
630
- },
631
- "com.apple.driver.AppleHDAController": {
632
- "index": "156",
633
- "refcount": "0",
634
- "size": 114688,
635
- "version": "283.14"
540
+ "version": "5.1.16"
636
541
  },
637
542
  "com.apple.driver.AppleHIDALSService": {
638
- "index": "149",
543
+ "index": "144",
639
544
  "refcount": "0",
640
545
  "size": 8192,
641
546
  "version": "1"
642
547
  },
643
548
  "com.apple.driver.AppleHIDKeyboard": {
644
- "index": "150",
549
+ "index": "151",
645
550
  "refcount": "0",
646
551
  "size": 45056,
647
552
  "version": "209"
@@ -653,34 +558,34 @@
653
558
  "version": "3.4.4"
654
559
  },
655
560
  "com.apple.driver.AppleHSBluetoothDriver": {
656
- "index": "147",
561
+ "index": "148",
657
562
  "refcount": "1",
658
563
  "size": 57344,
659
- "version": "153"
564
+ "version": "3430.1"
660
565
  },
661
566
  "com.apple.driver.AppleHV": {
662
- "index": "172",
567
+ "index": "173",
663
568
  "refcount": "0",
664
569
  "size": 40960,
665
570
  "version": "1"
666
571
  },
667
572
  "com.apple.driver.AppleInputDeviceSupport": {
668
- "index": "142",
573
+ "index": "145",
669
574
  "refcount": "2",
670
- "size": 106496,
671
- "version": "3400.27"
575
+ "size": 110592,
576
+ "version": "3440.8"
672
577
  },
673
578
  "com.apple.driver.AppleIntelCFLGraphicsFramebuffer": {
674
- "index": "124",
579
+ "index": "142",
675
580
  "refcount": "0",
676
- "size": 2273280,
677
- "version": "14.0.0"
581
+ "size": 2306048,
582
+ "version": "14.0.5"
678
583
  },
679
584
  "com.apple.driver.AppleIntelKBLGraphics": {
680
- "index": "163",
585
+ "index": "162",
681
586
  "refcount": "0",
682
- "size": 995328,
683
- "version": "14.0.0"
587
+ "size": 1007616,
588
+ "version": "14.0.5"
684
589
  },
685
590
  "com.apple.driver.AppleIntelLpssDmac": {
686
591
  "index": "78",
@@ -727,32 +632,32 @@
727
632
  "com.apple.driver.AppleKeyStore": {
728
633
  "index": "42",
729
634
  "refcount": "0",
730
- "size": 503808,
635
+ "size": 516096,
731
636
  "version": "2"
732
637
  },
733
638
  "com.apple.driver.AppleMCCSControl": {
734
- "index": "117",
639
+ "index": "136",
735
640
  "refcount": "0",
736
641
  "size": 61440,
737
- "version": "1.12"
642
+ "version": "1.11"
738
643
  },
739
644
  "com.apple.driver.AppleMobileFileIntegrity": {
740
645
  "index": "32",
741
646
  "refcount": "9",
742
- "size": 139264,
647
+ "size": 163840,
743
648
  "version": "1.0.5"
744
649
  },
745
650
  "com.apple.driver.AppleMultitouchDriver": {
746
- "index": "143",
651
+ "index": "146",
747
652
  "refcount": "2",
748
653
  "size": 163840,
749
- "version": "3400.35"
654
+ "version": "3440.1"
750
655
  },
751
656
  "com.apple.driver.AppleMuxControl2": {
752
- "index": "141",
657
+ "index": "138",
753
658
  "refcount": "0",
754
- "size": 81920,
755
- "version": "4.1.46"
659
+ "size": 86016,
660
+ "version": "5.1.16"
756
661
  },
757
662
  "com.apple.driver.AppleOnboardSerial": {
758
663
  "index": "125",
@@ -774,7 +679,7 @@
774
679
  },
775
680
  "com.apple.driver.AppleSMC": {
776
681
  "index": "15",
777
- "refcount": "13",
682
+ "refcount": "12",
778
683
  "size": 126976,
779
684
  "version": "3.1.9"
780
685
  },
@@ -785,70 +690,58 @@
785
690
  "version": "1.0"
786
691
  },
787
692
  "com.apple.driver.AppleSSE": {
788
- "index": "170",
693
+ "index": "171",
789
694
  "refcount": "0",
790
695
  "size": 45056,
791
696
  "version": "1.0"
792
697
  },
793
698
  "com.apple.driver.AppleSmartBatteryManager": {
794
- "index": "59",
699
+ "index": "56",
795
700
  "refcount": "0",
796
701
  "size": 53248,
797
702
  "version": "161.0.0"
798
703
  },
799
704
  "com.apple.driver.AppleThunderboltDPAdapterFamily": {
800
705
  "index": "81",
801
- "refcount": "3",
706
+ "refcount": "1",
802
707
  "size": 61440,
803
- "version": "6.2.3"
708
+ "version": "6.2.6"
804
709
  },
805
710
  "com.apple.driver.AppleThunderboltDPInAdapter": {
806
711
  "index": "82",
807
712
  "refcount": "0",
808
713
  "size": 24576,
809
- "version": "6.2.3"
810
- },
811
- "com.apple.driver.AppleThunderboltDPOutAdapter": {
812
- "index": "113",
813
- "refcount": "1",
814
- "size": 53248,
815
- "version": "6.2.3"
816
- },
817
- "com.apple.driver.AppleThunderboltEDMSink": {
818
- "index": "114",
819
- "refcount": "0",
820
- "size": 49152,
821
- "version": "4.2.0"
714
+ "version": "6.2.6"
822
715
  },
823
716
  "com.apple.driver.AppleThunderboltIP": {
824
- "index": "151",
717
+ "index": "157",
825
718
  "refcount": "0",
826
719
  "size": 90112,
827
- "version": "3.1.3"
720
+ "version": "3.1.4"
828
721
  },
829
722
  "com.apple.driver.AppleThunderboltNHI": {
830
723
  "index": "74",
831
724
  "refcount": "0",
832
- "size": 159744,
833
- "version": "5.5.8"
725
+ "size": 163840,
726
+ "version": "5.8.6"
834
727
  },
835
728
  "com.apple.driver.AppleThunderboltPCIDownAdapter": {
836
729
  "index": "83",
837
730
  "refcount": "0",
838
731
  "size": 20480,
839
- "version": "2.5.2"
732
+ "version": "2.5.4"
840
733
  },
841
734
  "com.apple.driver.AppleTopCaseHIDEventDriver": {
842
- "index": "148",
735
+ "index": "149",
843
736
  "refcount": "0",
844
737
  "size": 40960,
845
- "version": "153"
738
+ "version": "3430.1"
846
739
  },
847
740
  "com.apple.driver.AppleUSBAudio": {
848
- "index": "189",
741
+ "index": "188",
849
742
  "refcount": "0",
850
743
  "size": 434176,
851
- "version": "320.47"
744
+ "version": "322.2"
852
745
  },
853
746
  "com.apple.driver.AppleUSBHostMergeProperties": {
854
747
  "index": "19",
@@ -860,55 +753,49 @@
860
753
  "index": "41",
861
754
  "refcount": "2",
862
755
  "size": 86016,
863
- "version": "489.11.2"
756
+ "version": "489.101.1"
864
757
  },
865
758
  "com.apple.driver.AppleUpstreamUserClient": {
866
- "index": "168",
759
+ "index": "165",
867
760
  "refcount": "0",
868
761
  "size": 20480,
869
762
  "version": "3.6.8"
870
763
  },
871
764
  "com.apple.driver.AppleVirtIO": {
872
- "index": "92",
765
+ "index": "94",
873
766
  "refcount": "0",
874
- "size": 98304,
767
+ "size": 110592,
875
768
  "version": "1.0"
876
769
  },
877
- "com.apple.driver.AppleXsanScheme": {
878
- "index": "75",
879
- "refcount": "0",
880
- "size": 40960,
881
- "version": "3"
882
- },
883
770
  "com.apple.driver.AudioAUUC": {
884
- "index": "198",
771
+ "index": "192",
885
772
  "refcount": "0",
886
773
  "size": 20480,
887
774
  "version": "1.70"
888
775
  },
889
776
  "com.apple.driver.BCMWLANFirmware4355.Hashstore": {
890
- "index": "102",
777
+ "index": "104",
891
778
  "refcount": "0",
892
779
  "size": 12288,
893
780
  "version": "1"
894
781
  },
895
782
  "com.apple.driver.BCMWLANFirmware4364.Hashstore": {
896
- "index": "101",
783
+ "index": "103",
897
784
  "refcount": "0",
898
- "size": 45056,
785
+ "size": 49152,
899
786
  "version": "1"
900
787
  },
901
788
  "com.apple.driver.BCMWLANFirmware4377.Hashstore": {
902
- "index": "100",
789
+ "index": "102",
903
790
  "refcount": "0",
904
- "size": 24576,
791
+ "size": 28672,
905
792
  "version": "1"
906
793
  },
907
794
  "com.apple.driver.BridgeAudioCommunication": {
908
- "index": "157",
795
+ "index": "152",
909
796
  "refcount": "0",
910
797
  "size": 53248,
911
- "version": "6.25"
798
+ "version": "6.70.3"
912
799
  },
913
800
  "com.apple.driver.DiskImages": {
914
801
  "index": "27",
@@ -922,12 +809,6 @@
922
809
  "size": 114688,
923
810
  "version": "1.0.0"
924
811
  },
925
- "com.apple.driver.IOPlatformPluginLegacy": {
926
- "index": "158",
927
- "refcount": "1",
928
- "size": 73728,
929
- "version": "1.0.0"
930
- },
931
812
  "com.apple.driver.IOSlaveProcessor": {
932
813
  "index": "36",
933
814
  "refcount": "5",
@@ -941,19 +822,19 @@
941
822
  "version": "1"
942
823
  },
943
824
  "com.apple.driver.MaxTranserSizeOverrideDriver": {
944
- "index": "194",
825
+ "index": "198",
945
826
  "refcount": "0",
946
827
  "size": 8192,
947
- "version": "489.11.2"
828
+ "version": "489.101.1"
948
829
  },
949
830
  "com.apple.driver.X86PlatformPlugin": {
950
- "index": "138",
831
+ "index": "139",
951
832
  "refcount": "1",
952
833
  "size": 98304,
953
834
  "version": "1.0.0"
954
835
  },
955
836
  "com.apple.driver.X86PlatformShim": {
956
- "index": "165",
837
+ "index": "167",
957
838
  "refcount": "1",
958
839
  "size": 28672,
959
840
  "version": "1.0.0"
@@ -965,39 +846,33 @@
965
846
  "version": "1.0.4"
966
847
  },
967
848
  "com.apple.driver.pmtelemetry": {
968
- "index": "164",
849
+ "index": "166",
969
850
  "refcount": "0",
970
- "size": 90112,
851
+ "size": 110592,
971
852
  "version": "1"
972
853
  },
973
854
  "com.apple.driver.usb.AppleUSBCommon": {
974
855
  "index": "20",
975
- "refcount": "13",
856
+ "refcount": "12",
976
857
  "size": 57344,
977
858
  "version": "1.0"
978
859
  },
979
860
  "com.apple.driver.usb.AppleUSBHostBillboardDevice": {
980
- "index": "199",
861
+ "index": "203",
981
862
  "refcount": "0",
982
863
  "size": 12288,
983
864
  "version": "1.0"
984
865
  },
985
866
  "com.apple.driver.usb.AppleUSBHostCompositeDevice": {
986
- "index": "103",
867
+ "index": "105",
987
868
  "refcount": "4",
988
869
  "size": 32768,
989
870
  "version": "1.2"
990
871
  },
991
- "com.apple.driver.usb.AppleUSBHostPacketFilter": {
992
- "index": "64",
993
- "refcount": "0",
994
- "size": 24576,
995
- "version": "1.0"
996
- },
997
872
  "com.apple.driver.usb.AppleUSBHub": {
998
- "index": "192",
873
+ "index": "193",
999
874
  "refcount": "0",
1000
- "size": 221184,
875
+ "size": 217088,
1001
876
  "version": "1.2"
1002
877
  },
1003
878
  "com.apple.driver.usb.AppleUSBVHCI": {
@@ -1025,61 +900,61 @@
1025
900
  "version": "1.0"
1026
901
  },
1027
902
  "com.apple.driver.usb.AppleUSBXHCI": {
1028
- "index": "61",
903
+ "index": "63",
1029
904
  "refcount": "1",
1030
905
  "size": 360448,
1031
906
  "version": "1.2"
1032
907
  },
1033
908
  "com.apple.driver.usb.AppleUSBXHCIPCI": {
1034
- "index": "62",
909
+ "index": "64",
1035
910
  "refcount": "0",
1036
- "size": 208896,
911
+ "size": 217088,
1037
912
  "version": "1.2"
1038
913
  },
1039
914
  "com.apple.driver.usb.IOUSBHostHIDDevice": {
1040
- "index": "107",
915
+ "index": "110",
1041
916
  "refcount": "0",
1042
917
  "size": 49152,
1043
918
  "version": "1.2"
1044
919
  },
1045
920
  "com.apple.driver.usb.cdc": {
1046
- "index": "105",
921
+ "index": "107",
1047
922
  "refcount": "3",
1048
923
  "size": 32768,
1049
924
  "version": "5.0.0"
1050
925
  },
1051
926
  "com.apple.driver.usb.cdc.acm": {
1052
- "index": "191",
927
+ "index": "201",
1053
928
  "refcount": "0",
1054
929
  "size": 32768,
1055
930
  "version": "5.0.0"
1056
931
  },
1057
932
  "com.apple.driver.usb.cdc.ecm": {
1058
- "index": "108",
933
+ "index": "196",
1059
934
  "refcount": "0",
1060
935
  "size": 49152,
1061
936
  "version": "5.0.0"
1062
937
  },
1063
938
  "com.apple.driver.usb.cdc.ncm": {
1064
- "index": "106",
939
+ "index": "108",
1065
940
  "refcount": "0",
1066
941
  "size": 69632,
1067
942
  "version": "5.0.0"
1068
943
  },
1069
944
  "com.apple.driver.usb.networking": {
1070
- "index": "104",
945
+ "index": "106",
1071
946
  "refcount": "4",
1072
947
  "size": 32768,
1073
948
  "version": "5.0.0"
1074
949
  },
1075
950
  "com.apple.driver.usb.realtek8153patcher": {
1076
- "index": "193",
951
+ "index": "194",
1077
952
  "refcount": "0",
1078
953
  "size": 20480,
1079
954
  "version": "5.0.0"
1080
955
  },
1081
956
  "com.apple.driver.usb.serial": {
1082
- "index": "190",
957
+ "index": "200",
1083
958
  "refcount": "1",
1084
959
  "size": 24576,
1085
960
  "version": "6.0.0"
@@ -1090,44 +965,44 @@
1090
965
  "size": 36864,
1091
966
  "version": "1"
1092
967
  },
968
+ "com.apple.filesystems.afpfs": {
969
+ "index": "191",
970
+ "refcount": "0",
971
+ "size": 331776,
972
+ "version": "11.2"
973
+ },
1093
974
  "com.apple.filesystems.apfs": {
1094
975
  "index": "76",
1095
976
  "refcount": "1",
1096
- "size": 1200128,
1097
- "version": "1412.11.7"
977
+ "size": 1212416,
978
+ "version": "1412.101.1"
1098
979
  },
1099
980
  "com.apple.filesystems.autofs": {
1100
- "index": "110",
981
+ "index": "112",
1101
982
  "refcount": "0",
1102
983
  "size": 36864,
1103
984
  "version": "3.0"
1104
985
  },
1105
986
  "com.apple.filesystems.hfs.encodings.kext": {
1106
- "index": "93",
1107
- "refcount": "1",
987
+ "index": "95",
988
+ "refcount": "2",
1108
989
  "size": 20480,
1109
990
  "version": "1"
1110
991
  },
1111
992
  "com.apple.filesystems.hfs.kext": {
1112
- "index": "98",
1113
- "refcount": "1",
1114
- "size": 405504,
1115
- "version": "522.0.9"
1116
- },
1117
- "com.apple.filesystems.msdosfs": {
1118
- "index": "188",
993
+ "index": "100",
1119
994
  "refcount": "0",
1120
- "size": 61440,
1121
- "version": "1.10"
995
+ "size": 409600,
996
+ "version": "522.100.5"
1122
997
  },
1123
998
  "com.apple.filesystems.smbfs": {
1124
999
  "index": "187",
1125
1000
  "refcount": "0",
1126
- "size": 417792,
1127
- "version": "3.4"
1001
+ "size": 421888,
1002
+ "version": "3.4.2"
1128
1003
  },
1129
1004
  "com.apple.fileutil": {
1130
- "index": "175",
1005
+ "index": "176",
1131
1006
  "refcount": "0",
1132
1007
  "size": 98304,
1133
1008
  "version": "20.036.15"
@@ -1135,35 +1010,35 @@
1135
1010
  "com.apple.iokit.CoreAnalyticsFamily": {
1136
1011
  "index": "30",
1137
1012
  "refcount": "0",
1138
- "size": 57344,
1013
+ "size": 65536,
1139
1014
  "version": "1"
1140
1015
  },
1141
1016
  "com.apple.iokit.EndpointSecurity": {
1142
1017
  "index": "33",
1143
1018
  "refcount": "0",
1144
- "size": 188416,
1019
+ "size": 262144,
1145
1020
  "version": "1"
1146
1021
  },
1147
1022
  "com.apple.iokit.IOACPIFamily": {
1148
1023
  "index": "12",
1149
- "refcount": "39",
1024
+ "refcount": "37",
1150
1025
  "size": 36864,
1151
1026
  "version": "1.4"
1152
1027
  },
1153
1028
  "com.apple.iokit.IOAVBFamily": {
1154
- "index": "173",
1029
+ "index": "174",
1155
1030
  "refcount": "0",
1156
1031
  "size": 139264,
1157
- "version": "800.17"
1032
+ "version": "840.3"
1158
1033
  },
1159
1034
  "com.apple.iokit.IOAcceleratorFamily2": {
1160
- "index": "122",
1035
+ "index": "141",
1161
1036
  "refcount": "3",
1162
- "size": 798720,
1163
- "version": "438.1.23"
1037
+ "size": 802816,
1038
+ "version": "438.4.5"
1164
1039
  },
1165
1040
  "com.apple.iokit.IOAudioFamily": {
1166
- "index": "132",
1041
+ "index": "93",
1167
1042
  "refcount": "4",
1168
1043
  "size": 258048,
1169
1044
  "version": "300.2"
@@ -1181,34 +1056,28 @@
1181
1056
  "version": "1"
1182
1057
  },
1183
1058
  "com.apple.iokit.IOEthernetAVBController": {
1184
- "index": "111",
1059
+ "index": "114",
1185
1060
  "refcount": "2",
1186
1061
  "size": 28672,
1187
1062
  "version": "1.1.0"
1188
1063
  },
1189
1064
  "com.apple.iokit.IOGraphicsFamily": {
1190
- "index": "115",
1191
- "refcount": "22",
1065
+ "index": "122",
1066
+ "refcount": "20",
1192
1067
  "size": 331776,
1193
- "version": "558.3"
1194
- },
1195
- "com.apple.iokit.IOHDAFamily": {
1196
- "index": "155",
1197
- "refcount": "1",
1198
- "size": 49152,
1199
- "version": "283.14"
1068
+ "version": "575.1"
1200
1069
  },
1201
1070
  "com.apple.iokit.IOHIDFamily": {
1202
1071
  "index": "51",
1203
1072
  "refcount": "10",
1204
- "size": 647168,
1073
+ "size": 655360,
1205
1074
  "version": "2.0.0"
1206
1075
  },
1207
1076
  "com.apple.iokit.IONDRVSupport": {
1208
- "index": "130",
1209
- "refcount": "4",
1077
+ "index": "131",
1078
+ "refcount": "3",
1210
1079
  "size": 57344,
1211
- "version": "558.3"
1080
+ "version": "575.1"
1212
1081
  },
1213
1082
  "com.apple.iokit.IONVMeFamily": {
1214
1083
  "index": "65",
@@ -1224,8 +1093,8 @@
1224
1093
  },
1225
1094
  "com.apple.iokit.IOPCIFamily": {
1226
1095
  "index": "13",
1227
- "refcount": "50",
1228
- "size": 225280,
1096
+ "refcount": "46",
1097
+ "size": 233472,
1229
1098
  "version": "2.9"
1230
1099
  },
1231
1100
  "com.apple.iokit.IOReportFamily": {
@@ -1238,13 +1107,13 @@
1238
1107
  "index": "23",
1239
1108
  "refcount": "5",
1240
1109
  "size": 176128,
1241
- "version": "422.0.2"
1110
+ "version": "422.101.1"
1242
1111
  },
1243
1112
  "com.apple.iokit.IOSCSIBlockCommandsDevice": {
1244
1113
  "index": "40",
1245
1114
  "refcount": "2",
1246
1115
  "size": 102400,
1247
- "version": "422.0.2"
1116
+ "version": "422.101.1"
1248
1117
  },
1249
1118
  "com.apple.iokit.IOSMBusFamily": {
1250
1119
  "index": "52",
@@ -1261,85 +1130,85 @@
1261
1130
  "com.apple.iokit.IOSkywalkFamily": {
1262
1131
  "index": "84",
1263
1132
  "refcount": "5",
1264
- "size": 282624,
1133
+ "size": 290816,
1265
1134
  "version": "1"
1266
1135
  },
1267
1136
  "com.apple.iokit.IOSlowAdaptiveClockingFamily": {
1268
1137
  "index": "118",
1269
1138
  "refcount": "1",
1270
- "size": 20480,
1139
+ "size": 24576,
1271
1140
  "version": "1.0.0"
1272
1141
  },
1273
1142
  "com.apple.iokit.IOStorageFamily": {
1274
1143
  "index": "22",
1275
- "refcount": "11",
1144
+ "refcount": "9",
1276
1145
  "size": 163840,
1277
1146
  "version": "2.1"
1278
1147
  },
1279
1148
  "com.apple.iokit.IOSurface": {
1280
- "index": "94",
1149
+ "index": "96",
1281
1150
  "refcount": "3",
1282
- "size": 188416,
1283
- "version": "269.6"
1151
+ "size": 192512,
1152
+ "version": "269.11"
1284
1153
  },
1285
1154
  "com.apple.iokit.IOThunderboltFamily": {
1286
1155
  "index": "73",
1287
- "refcount": "8",
1156
+ "refcount": "6",
1288
1157
  "size": 999424,
1289
- "version": "7.4.5"
1158
+ "version": "7.6.0"
1290
1159
  },
1291
1160
  "com.apple.iokit.IOTimeSyncFamily": {
1292
1161
  "index": "29",
1293
1162
  "refcount": "3",
1294
1163
  "size": 258048,
1295
- "version": "800.14"
1164
+ "version": "840.3"
1296
1165
  },
1297
1166
  "com.apple.iokit.IOUSBFamily": {
1298
- "index": "63",
1299
- "refcount": "3",
1167
+ "index": "61",
1168
+ "refcount": "2",
1300
1169
  "size": 626688,
1301
1170
  "version": "900.4.2"
1302
1171
  },
1303
1172
  "com.apple.iokit.IOUSBHostFamily": {
1304
1173
  "index": "21",
1305
- "refcount": "26",
1306
- "size": 1015808,
1174
+ "refcount": "25",
1175
+ "size": 1024000,
1307
1176
  "version": "1.2"
1308
1177
  },
1309
1178
  "com.apple.iokit.IOUSBMassStorageDriver": {
1310
1179
  "index": "24",
1311
1180
  "refcount": "1",
1312
- "size": 196608,
1313
- "version": "157.11.2"
1181
+ "size": 212992,
1182
+ "version": "157.101.3"
1314
1183
  },
1315
1184
  "com.apple.iokit.IOUSBUserClient": {
1316
- "index": "178",
1185
+ "index": "177",
1317
1186
  "refcount": "1",
1318
1187
  "size": 12288,
1319
1188
  "version": "900.4.2"
1320
1189
  },
1321
1190
  "com.apple.iokit.IOUserEthernet": {
1322
- "index": "171",
1191
+ "index": "172",
1323
1192
  "refcount": "0",
1324
1193
  "size": 24576,
1325
1194
  "version": "1.0.1"
1326
1195
  },
1327
1196
  "com.apple.iokit.SCSITaskUserClient": {
1328
- "index": "195",
1197
+ "index": "202",
1329
1198
  "refcount": "0",
1330
1199
  "size": 28672,
1331
- "version": "422.0.2"
1200
+ "version": "422.101.1"
1332
1201
  },
1333
1202
  "com.apple.kec.Libm": {
1334
- "index": "10",
1203
+ "index": "9",
1335
1204
  "refcount": "2",
1336
1205
  "size": 65536,
1337
1206
  "version": "1"
1338
1207
  },
1339
1208
  "com.apple.kec.corecrypto": {
1340
- "index": "9",
1209
+ "index": "10",
1341
1210
  "refcount": "13",
1342
- "size": 884736,
1211
+ "size": 905216,
1343
1212
  "version": "1.0"
1344
1213
  },
1345
1214
  "com.apple.kec.pthread": {
@@ -1349,34 +1218,34 @@
1349
1218
  "version": "1"
1350
1219
  },
1351
1220
  "com.apple.kext.AMD9500Controller": {
1352
- "index": "160",
1221
+ "index": "154",
1353
1222
  "refcount": "0",
1354
1223
  "size": 491520,
1355
- "version": "3.0.0"
1224
+ "version": "3.0.8"
1356
1225
  },
1357
1226
  "com.apple.kext.AMDFramebuffer": {
1358
1227
  "index": "185",
1359
1228
  "refcount": "0",
1360
- "size": 176128,
1361
- "version": "3.0.0"
1229
+ "size": 172032,
1230
+ "version": "3.0.8"
1362
1231
  },
1363
1232
  "com.apple.kext.AMDRadeonServiceManager": {
1364
1233
  "index": "180",
1365
1234
  "refcount": "0",
1366
1235
  "size": 20480,
1367
- "version": "3.0.0"
1236
+ "version": "3.0.8"
1368
1237
  },
1369
1238
  "com.apple.kext.AMDRadeonX4000": {
1370
1239
  "index": "182",
1371
1240
  "refcount": "0",
1372
- "size": 4464640,
1373
- "version": "3.0.0"
1241
+ "size": 4534272,
1242
+ "version": "3.0.8"
1374
1243
  },
1375
1244
  "com.apple.kext.AMDRadeonX4000HWServices": {
1376
1245
  "index": "181",
1377
1246
  "refcount": "0",
1378
1247
  "size": 69632,
1379
- "version": "3.0.0"
1248
+ "version": "3.0.8"
1380
1249
  },
1381
1250
  "com.apple.kext.AMDRadeonX4100HWLibs": {
1382
1251
  "index": "183",
@@ -1385,10 +1254,10 @@
1385
1254
  "version": "1.0"
1386
1255
  },
1387
1256
  "com.apple.kext.AMDSupport": {
1388
- "index": "145",
1257
+ "index": "124",
1389
1258
  "refcount": "2",
1390
- "size": 2105344,
1391
- "version": "3.0.0"
1259
+ "size": 2117632,
1260
+ "version": "3.0.8"
1392
1261
  },
1393
1262
  "com.apple.kext.CoreTrust": {
1394
1263
  "index": "31",
@@ -1397,7 +1266,7 @@
1397
1266
  "version": "1"
1398
1267
  },
1399
1268
  "com.apple.kext.triggers": {
1400
- "index": "109",
1269
+ "index": "111",
1401
1270
  "refcount": "2",
1402
1271
  "size": 20480,
1403
1272
  "version": "1.0"
@@ -1406,13 +1275,13 @@
1406
1275
  "index": "48",
1407
1276
  "refcount": "0",
1408
1277
  "size": 40960,
1409
- "version": "302"
1278
+ "version": "303"
1410
1279
  },
1411
1280
  "com.apple.plugin.IOgPTPPlugin": {
1412
- "index": "112",
1281
+ "index": "115",
1413
1282
  "refcount": "1",
1414
- "size": 724992,
1415
- "version": "800.14"
1283
+ "size": 733184,
1284
+ "version": "840.3"
1416
1285
  },
1417
1286
  "com.apple.private.KextAudit": {
1418
1287
  "index": "60",
@@ -1423,9 +1292,15 @@
1423
1292
  "com.apple.security.AppleImage4": {
1424
1293
  "index": "49",
1425
1294
  "refcount": "0",
1426
- "size": 65536,
1295
+ "size": 69632,
1427
1296
  "version": "1"
1428
1297
  },
1298
+ "com.apple.security.SecureRemotePassword": {
1299
+ "index": "190",
1300
+ "refcount": "1",
1301
+ "size": 65536,
1302
+ "version": "1.0"
1303
+ },
1429
1304
  "com.apple.security.TMSafetyNet": {
1430
1305
  "index": "47",
1431
1306
  "refcount": "0",
@@ -1441,45 +1316,45 @@
1441
1316
  "com.apple.security.sandbox": {
1442
1317
  "index": "44",
1443
1318
  "refcount": "2",
1444
- "size": 364544,
1319
+ "size": 368640,
1445
1320
  "version": "300.0"
1446
1321
  },
1447
1322
  "com.apple.vecLib.kext": {
1448
- "index": "131",
1323
+ "index": "92",
1449
1324
  "refcount": "1",
1450
1325
  "size": 704512,
1451
1326
  "version": "1.2.0"
1452
1327
  },
1453
1328
  "org.virtualbox.kext.VBoxDrv": {
1454
- "index": "176",
1329
+ "index": "113",
1455
1330
  "refcount": "3",
1456
- "size": 983040,
1457
- "version": "6.0.12"
1331
+ "size": 987136,
1332
+ "version": "6.1.6"
1458
1333
  },
1459
1334
  "org.virtualbox.kext.VBoxNetAdp": {
1460
1335
  "index": "186",
1461
1336
  "refcount": "0",
1462
1337
  "size": 24576,
1463
- "version": "6.0.12"
1338
+ "version": "6.1.6"
1464
1339
  },
1465
1340
  "org.virtualbox.kext.VBoxNetFlt": {
1466
1341
  "index": "184",
1467
1342
  "refcount": "0",
1468
1343
  "size": 20480,
1469
- "version": "6.0.12"
1344
+ "version": "6.1.6"
1470
1345
  },
1471
1346
  "org.virtualbox.kext.VBoxUSB": {
1472
- "index": "179",
1347
+ "index": "178",
1473
1348
  "refcount": "0",
1474
1349
  "size": 32768,
1475
- "version": "6.0.12"
1350
+ "version": "6.1.6"
1476
1351
  }
1477
1352
  },
1478
1353
  "name": "Darwin",
1479
1354
  "os": "Darwin",
1480
1355
  "processor": "i386",
1481
- "release": "19.0.0",
1482
- "version": "Darwin Kernel Version 19.0.0: Wed Sep 25 21:13:50 PDT 2019; root:xnu-6153.11.26~4/RELEASE_X86_64"
1356
+ "release": "19.4.0",
1357
+ "version": "Darwin Kernel Version 19.4.0: Wed Mar 4 22:28:40 PST 2020; root:xnu-6153.101.6~15/RELEASE_X86_64"
1483
1358
  },
1484
1359
  "keys": {
1485
1360
  "ssh": {
@@ -1493,18 +1368,18 @@
1493
1368
  "bin_dir": "/usr/local/bin",
1494
1369
  "gem_bin": "/usr/local/bin/gem",
1495
1370
  "gems_dir": "/usr/local/gems",
1496
- "host": "x86_64-apple-darwin18.7.0",
1371
+ "host": "x86_64-apple-darwin19.4.0",
1497
1372
  "host_cpu": "x86_64",
1498
- "host_os": "darwin18.7.0",
1373
+ "host_os": "darwin19.4.0",
1499
1374
  "host_vendor": "apple",
1500
- "platform": "x86_64-darwin18",
1501
- "release_date": "2019-10-01",
1375
+ "platform": "x86_64-darwin19",
1376
+ "release_date": "2020-03-31",
1502
1377
  "ruby_bin": "/usr/local/bin/ruby",
1503
- "target": "x86_64-apple-darwin18",
1378
+ "target": "x86_64-apple-darwin19",
1504
1379
  "target_cpu": "x86_64",
1505
- "target_os": "darwin18",
1380
+ "target_os": "darwin19",
1506
1381
  "target_vendor": "apple",
1507
- "version": "2.6.5"
1382
+ "version": "2.7.1"
1508
1383
  }
1509
1384
  },
1510
1385
  "macaddress": "11:11:11:11:11:11",
@@ -1601,13 +1476,13 @@
1601
1476
  }
1602
1477
  }
1603
1478
  },
1604
- "ohai_time": 1570575710.128612,
1479
+ "ohai_time": 1588216088.4460108,
1605
1480
  "os": "darwin",
1606
- "os_version": "19.0.0",
1481
+ "os_version": "19.4.0",
1607
1482
  "platform": "mac_os_x",
1608
- "platform_build": "19A582a",
1483
+ "platform_build": "19E287",
1609
1484
  "platform_family": "mac_os_x",
1610
- "platform_version": "10.15",
1485
+ "platform_version": "10.15.4",
1611
1486
  "root_group": "wheel",
1612
1487
  "shard_seed": 73399073,
1613
1488
  "shells": [
@@ -1616,7 +1491,8 @@
1616
1491
  "/bin/ksh",
1617
1492
  "/bin/sh",
1618
1493
  "/bin/tcsh",
1619
- "/bin/zsh"
1494
+ "/bin/zsh",
1495
+ "/usr/local/bin/fish"
1620
1496
  ],
1621
1497
  "time": {
1622
1498
  "timezone": "GMT"