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
@@ -11,12 +11,12 @@
11
11
  },
12
12
  "chef_packages": {
13
13
  "chef": {
14
- "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/chef-15.8.23/lib",
15
- "version": "15.8.23"
14
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib",
15
+ "version": "16.6.14"
16
16
  },
17
17
  "ohai": {
18
- "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/ohai-15.7.4/lib/ohai",
19
- "version": "15.7.4"
18
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai",
19
+ "version": "16.6.5"
20
20
  }
21
21
  },
22
22
  "command": {
@@ -83,12 +83,12 @@
83
83
  },
84
84
  "/dev/xvda1": {
85
85
  "fs_type": "ext4",
86
- "inodes_available": "472313",
87
- "inodes_percent_used": "9%",
88
- "inodes_used": "43783",
89
- "kb_available": "6659232",
86
+ "inodes_available": "475237",
87
+ "inodes_percent_used": "8%",
88
+ "inodes_used": "40859",
89
+ "kb_available": "6817912",
90
90
  "kb_size": "8062380",
91
- "kb_used": "973892",
91
+ "kb_used": "815212",
92
92
  "mount_options": [
93
93
  "rw",
94
94
  "relatime",
@@ -98,9 +98,9 @@
98
98
  "mounts": [
99
99
  "/"
100
100
  ],
101
- "percent_used": "13%",
101
+ "percent_used": "11%",
102
102
  "total_inodes": "516096",
103
- "uuid": "78a35998-521b-4a27-b49c-e81ff6fc8676"
103
+ "uuid": "aa6db44b-6dc8-468c-ab82-110bf8b323a0"
104
104
  },
105
105
  "/dev/xvda14": {
106
106
  "mounts": []
@@ -125,7 +125,7 @@
125
125
  "/boot/efi"
126
126
  ],
127
127
  "percent_used": "1%",
128
- "uuid": "955E-DB46"
128
+ "uuid": "2D44-D2EA"
129
129
  },
130
130
  "bpf": {
131
131
  "fs_type": "bpf",
@@ -149,20 +149,20 @@
149
149
  "nodev",
150
150
  "noexec",
151
151
  "relatime",
152
- "devices"
152
+ "freezer"
153
153
  ],
154
154
  "mounts": [
155
155
  "/sys/fs/cgroup/systemd",
156
+ "/sys/fs/cgroup/cpuset",
157
+ "/sys/fs/cgroup/net_cls,net_prio",
156
158
  "/sys/fs/cgroup/cpu,cpuacct",
157
- "/sys/fs/cgroup/freezer",
159
+ "/sys/fs/cgroup/devices",
158
160
  "/sys/fs/cgroup/rdma",
161
+ "/sys/fs/cgroup/memory",
162
+ "/sys/fs/cgroup/pids",
159
163
  "/sys/fs/cgroup/perf_event",
160
164
  "/sys/fs/cgroup/blkio",
161
- "/sys/fs/cgroup/pids",
162
- "/sys/fs/cgroup/cpuset",
163
- "/sys/fs/cgroup/memory",
164
- "/sys/fs/cgroup/net_cls,net_prio",
165
- "/sys/fs/cgroup/devices"
165
+ "/sys/fs/cgroup/freezer"
166
166
  ]
167
167
  },
168
168
  "cgroup2": {
@@ -282,13 +282,13 @@
282
282
  "mount_options": [
283
283
  "rw",
284
284
  "relatime",
285
- "fd=33",
285
+ "fd=31",
286
286
  "pgrp=1",
287
287
  "timeout=0",
288
288
  "minproto=5",
289
289
  "maxproto=5",
290
290
  "direct",
291
- "pipe_ino=10206"
291
+ "pipe_ino=9331"
292
292
  ],
293
293
  "mounts": [
294
294
  "/proc/sys/fs/binfmt_misc"
@@ -296,18 +296,18 @@
296
296
  },
297
297
  "tmpfs": {
298
298
  "fs_type": "tmpfs",
299
- "inodes_available": "126073",
299
+ "inodes_available": "126398",
300
300
  "inodes_percent_used": "1%",
301
301
  "inodes_used": "4",
302
- "kb_available": "100860",
303
- "kb_size": "100860",
302
+ "kb_available": "101120",
303
+ "kb_size": "101120",
304
304
  "kb_used": "0",
305
305
  "mount_options": [
306
306
  "rw",
307
307
  "nosuid",
308
308
  "nodev",
309
309
  "relatime",
310
- "size=100860k",
310
+ "size=101120k",
311
311
  "mode=700",
312
312
  "uid=1000",
313
313
  "gid=1000"
@@ -320,29 +320,29 @@
320
320
  "/run/user/1000"
321
321
  ],
322
322
  "percent_used": "0%",
323
- "total_inodes": "126077"
323
+ "total_inodes": "126402"
324
324
  },
325
325
  "udev": {
326
326
  "fs_type": "devtmpfs",
327
- "inodes_available": "122091",
327
+ "inodes_available": "124006",
328
328
  "inodes_percent_used": "1%",
329
- "inodes_used": "297",
330
- "kb_available": "489552",
331
- "kb_size": "489552",
329
+ "inodes_used": "275",
330
+ "kb_available": "497124",
331
+ "kb_size": "497124",
332
332
  "kb_used": "0",
333
333
  "mount_options": [
334
334
  "rw",
335
335
  "nosuid",
336
336
  "relatime",
337
- "size=489552k",
338
- "nr_inodes=122388",
337
+ "size=497124k",
338
+ "nr_inodes=124281",
339
339
  "mode=755"
340
340
  ],
341
341
  "mounts": [
342
342
  "/dev"
343
343
  ],
344
344
  "percent_used": "0%",
345
- "total_inodes": "122388"
345
+ "total_inodes": "124281"
346
346
  }
347
347
  },
348
348
  "by_mountpoint": {
@@ -351,21 +351,21 @@
351
351
  "/dev/xvda1"
352
352
  ],
353
353
  "fs_type": "ext4",
354
- "inodes_available": "472313",
355
- "inodes_percent_used": "9%",
356
- "inodes_used": "43783",
357
- "kb_available": "6659232",
354
+ "inodes_available": "475237",
355
+ "inodes_percent_used": "8%",
356
+ "inodes_used": "40859",
357
+ "kb_available": "6817912",
358
358
  "kb_size": "8062380",
359
- "kb_used": "973892",
359
+ "kb_used": "815212",
360
360
  "mount_options": [
361
361
  "rw",
362
362
  "relatime",
363
363
  "discard",
364
364
  "errors=remount-ro"
365
365
  ],
366
- "percent_used": "13%",
366
+ "percent_used": "11%",
367
367
  "total_inodes": "516096",
368
- "uuid": "78a35998-521b-4a27-b49c-e81ff6fc8676"
368
+ "uuid": "aa6db44b-6dc8-468c-ab82-110bf8b323a0"
369
369
  },
370
370
  "/boot/efi": {
371
371
  "devices": [
@@ -387,29 +387,29 @@
387
387
  "errors=remount-ro"
388
388
  ],
389
389
  "percent_used": "1%",
390
- "uuid": "955E-DB46"
390
+ "uuid": "2D44-D2EA"
391
391
  },
392
392
  "/dev": {
393
393
  "devices": [
394
394
  "udev"
395
395
  ],
396
396
  "fs_type": "devtmpfs",
397
- "inodes_available": "122091",
397
+ "inodes_available": "124006",
398
398
  "inodes_percent_used": "1%",
399
- "inodes_used": "297",
400
- "kb_available": "489552",
401
- "kb_size": "489552",
399
+ "inodes_used": "275",
400
+ "kb_available": "497124",
401
+ "kb_size": "497124",
402
402
  "kb_used": "0",
403
403
  "mount_options": [
404
404
  "rw",
405
405
  "nosuid",
406
406
  "relatime",
407
- "size=489552k",
408
- "nr_inodes=122388",
407
+ "size=497124k",
408
+ "nr_inodes=124281",
409
409
  "mode=755"
410
410
  ],
411
411
  "percent_used": "0%",
412
- "total_inodes": "122388"
412
+ "total_inodes": "124281"
413
413
  },
414
414
  "/dev/hugepages": {
415
415
  "devices": [
@@ -452,11 +452,11 @@
452
452
  "tmpfs"
453
453
  ],
454
454
  "fs_type": "tmpfs",
455
- "inodes_available": "126076",
455
+ "inodes_available": "126401",
456
456
  "inodes_percent_used": "1%",
457
457
  "inodes_used": "1",
458
- "kb_available": "504308",
459
- "kb_size": "504308",
458
+ "kb_available": "505608",
459
+ "kb_size": "505608",
460
460
  "kb_used": "0",
461
461
  "mount_options": [
462
462
  "rw",
@@ -464,7 +464,7 @@
464
464
  "nodev"
465
465
  ],
466
466
  "percent_used": "0%",
467
- "total_inodes": "126077"
467
+ "total_inodes": "126402"
468
468
  },
469
469
  "/proc": {
470
470
  "devices": [
@@ -487,13 +487,13 @@
487
487
  "mount_options": [
488
488
  "rw",
489
489
  "relatime",
490
- "fd=33",
490
+ "fd=31",
491
491
  "pgrp=1",
492
492
  "timeout=0",
493
493
  "minproto=5",
494
494
  "maxproto=5",
495
495
  "direct",
496
- "pipe_ino=10206"
496
+ "pipe_ino=9331"
497
497
  ]
498
498
  },
499
499
  "/run": {
@@ -501,29 +501,29 @@
501
501
  "tmpfs"
502
502
  ],
503
503
  "fs_type": "tmpfs",
504
- "inodes_available": "125703",
504
+ "inodes_available": "126046",
505
505
  "inodes_percent_used": "1%",
506
- "inodes_used": "374",
507
- "kb_available": "97984",
508
- "kb_size": "100864",
509
- "kb_used": "2880",
506
+ "inodes_used": "356",
507
+ "kb_available": "98252",
508
+ "kb_size": "101124",
509
+ "kb_used": "2872",
510
510
  "mount_options": [
511
511
  "rw",
512
512
  "nosuid",
513
513
  "noexec",
514
514
  "relatime",
515
- "size=100864k",
515
+ "size=101124k",
516
516
  "mode=755"
517
517
  ],
518
518
  "percent_used": "3%",
519
- "total_inodes": "126077"
519
+ "total_inodes": "126402"
520
520
  },
521
521
  "/run/lock": {
522
522
  "devices": [
523
523
  "tmpfs"
524
524
  ],
525
525
  "fs_type": "tmpfs",
526
- "inodes_available": "126075",
526
+ "inodes_available": "126400",
527
527
  "inodes_percent_used": "1%",
528
528
  "inodes_used": "2",
529
529
  "kb_available": "5120",
@@ -538,31 +538,31 @@
538
538
  "size=5120k"
539
539
  ],
540
540
  "percent_used": "0%",
541
- "total_inodes": "126077"
541
+ "total_inodes": "126402"
542
542
  },
543
543
  "/run/user/1000": {
544
544
  "devices": [
545
545
  "tmpfs"
546
546
  ],
547
547
  "fs_type": "tmpfs",
548
- "inodes_available": "126073",
548
+ "inodes_available": "126398",
549
549
  "inodes_percent_used": "1%",
550
550
  "inodes_used": "4",
551
- "kb_available": "100860",
552
- "kb_size": "100860",
551
+ "kb_available": "101120",
552
+ "kb_size": "101120",
553
553
  "kb_used": "0",
554
554
  "mount_options": [
555
555
  "rw",
556
556
  "nosuid",
557
557
  "nodev",
558
558
  "relatime",
559
- "size=100860k",
559
+ "size=101120k",
560
560
  "mode=700",
561
561
  "uid=1000",
562
562
  "gid=1000"
563
563
  ],
564
564
  "percent_used": "0%",
565
- "total_inodes": "126077"
565
+ "total_inodes": "126402"
566
566
  },
567
567
  "/sys": {
568
568
  "devices": [
@@ -596,11 +596,11 @@
596
596
  "tmpfs"
597
597
  ],
598
598
  "fs_type": "tmpfs",
599
- "inodes_available": "126060",
599
+ "inodes_available": "126385",
600
600
  "inodes_percent_used": "1%",
601
601
  "inodes_used": "17",
602
- "kb_available": "504308",
603
- "kb_size": "504308",
602
+ "kb_available": "505608",
603
+ "kb_size": "505608",
604
604
  "kb_used": "0",
605
605
  "mount_options": [
606
606
  "ro",
@@ -610,7 +610,7 @@
610
610
  "mode=755"
611
611
  ],
612
612
  "percent_used": "0%",
613
- "total_inodes": "126077"
613
+ "total_inodes": "126402"
614
614
  },
615
615
  "/sys/fs/cgroup/blkio": {
616
616
  "devices": [
@@ -827,12 +827,12 @@
827
827
  "/dev/xvda1,/": {
828
828
  "device": "/dev/xvda1",
829
829
  "fs_type": "ext4",
830
- "inodes_available": "472313",
831
- "inodes_percent_used": "9%",
832
- "inodes_used": "43783",
833
- "kb_available": "6659232",
830
+ "inodes_available": "475237",
831
+ "inodes_percent_used": "8%",
832
+ "inodes_used": "40859",
833
+ "kb_available": "6817912",
834
834
  "kb_size": "8062380",
835
- "kb_used": "973892",
835
+ "kb_used": "815212",
836
836
  "mount": "/",
837
837
  "mount_options": [
838
838
  "rw",
@@ -840,9 +840,9 @@
840
840
  "discard",
841
841
  "errors=remount-ro"
842
842
  ],
843
- "percent_used": "13%",
843
+ "percent_used": "11%",
844
844
  "total_inodes": "516096",
845
- "uuid": "78a35998-521b-4a27-b49c-e81ff6fc8676"
845
+ "uuid": "aa6db44b-6dc8-468c-ab82-110bf8b323a0"
846
846
  },
847
847
  "/dev/xvda14,": {
848
848
  "device": "/dev/xvda14"
@@ -866,7 +866,7 @@
866
866
  "errors=remount-ro"
867
867
  ],
868
868
  "percent_used": "1%",
869
- "uuid": "955E-DB46"
869
+ "uuid": "2D44-D2EA"
870
870
  },
871
871
  "bpf,/sys/fs/bpf": {
872
872
  "device": "bpf",
@@ -1137,23 +1137,23 @@
1137
1137
  "mount_options": [
1138
1138
  "rw",
1139
1139
  "relatime",
1140
- "fd=33",
1140
+ "fd=31",
1141
1141
  "pgrp=1",
1142
1142
  "timeout=0",
1143
1143
  "minproto=5",
1144
1144
  "maxproto=5",
1145
1145
  "direct",
1146
- "pipe_ino=10206"
1146
+ "pipe_ino=9331"
1147
1147
  ]
1148
1148
  },
1149
1149
  "tmpfs,/dev/shm": {
1150
1150
  "device": "tmpfs",
1151
1151
  "fs_type": "tmpfs",
1152
- "inodes_available": "126076",
1152
+ "inodes_available": "126401",
1153
1153
  "inodes_percent_used": "1%",
1154
1154
  "inodes_used": "1",
1155
- "kb_available": "504308",
1156
- "kb_size": "504308",
1155
+ "kb_available": "505608",
1156
+ "kb_size": "505608",
1157
1157
  "kb_used": "0",
1158
1158
  "mount": "/dev/shm",
1159
1159
  "mount_options": [
@@ -1162,33 +1162,33 @@
1162
1162
  "nodev"
1163
1163
  ],
1164
1164
  "percent_used": "0%",
1165
- "total_inodes": "126077"
1165
+ "total_inodes": "126402"
1166
1166
  },
1167
1167
  "tmpfs,/run": {
1168
1168
  "device": "tmpfs",
1169
1169
  "fs_type": "tmpfs",
1170
- "inodes_available": "125703",
1170
+ "inodes_available": "126046",
1171
1171
  "inodes_percent_used": "1%",
1172
- "inodes_used": "374",
1173
- "kb_available": "97984",
1174
- "kb_size": "100864",
1175
- "kb_used": "2880",
1172
+ "inodes_used": "356",
1173
+ "kb_available": "98252",
1174
+ "kb_size": "101124",
1175
+ "kb_used": "2872",
1176
1176
  "mount": "/run",
1177
1177
  "mount_options": [
1178
1178
  "rw",
1179
1179
  "nosuid",
1180
1180
  "noexec",
1181
1181
  "relatime",
1182
- "size=100864k",
1182
+ "size=101124k",
1183
1183
  "mode=755"
1184
1184
  ],
1185
1185
  "percent_used": "3%",
1186
- "total_inodes": "126077"
1186
+ "total_inodes": "126402"
1187
1187
  },
1188
1188
  "tmpfs,/run/lock": {
1189
1189
  "device": "tmpfs",
1190
1190
  "fs_type": "tmpfs",
1191
- "inodes_available": "126075",
1191
+ "inodes_available": "126400",
1192
1192
  "inodes_percent_used": "1%",
1193
1193
  "inodes_used": "2",
1194
1194
  "kb_available": "5120",
@@ -1204,16 +1204,16 @@
1204
1204
  "size=5120k"
1205
1205
  ],
1206
1206
  "percent_used": "0%",
1207
- "total_inodes": "126077"
1207
+ "total_inodes": "126402"
1208
1208
  },
1209
1209
  "tmpfs,/run/user/1000": {
1210
1210
  "device": "tmpfs",
1211
1211
  "fs_type": "tmpfs",
1212
- "inodes_available": "126073",
1212
+ "inodes_available": "126398",
1213
1213
  "inodes_percent_used": "1%",
1214
1214
  "inodes_used": "4",
1215
- "kb_available": "100860",
1216
- "kb_size": "100860",
1215
+ "kb_available": "101120",
1216
+ "kb_size": "101120",
1217
1217
  "kb_used": "0",
1218
1218
  "mount": "/run/user/1000",
1219
1219
  "mount_options": [
@@ -1221,22 +1221,22 @@
1221
1221
  "nosuid",
1222
1222
  "nodev",
1223
1223
  "relatime",
1224
- "size=100860k",
1224
+ "size=101120k",
1225
1225
  "mode=700",
1226
1226
  "uid=1000",
1227
1227
  "gid=1000"
1228
1228
  ],
1229
1229
  "percent_used": "0%",
1230
- "total_inodes": "126077"
1230
+ "total_inodes": "126402"
1231
1231
  },
1232
1232
  "tmpfs,/sys/fs/cgroup": {
1233
1233
  "device": "tmpfs",
1234
1234
  "fs_type": "tmpfs",
1235
- "inodes_available": "126060",
1235
+ "inodes_available": "126385",
1236
1236
  "inodes_percent_used": "1%",
1237
1237
  "inodes_used": "17",
1238
- "kb_available": "504308",
1239
- "kb_size": "504308",
1238
+ "kb_available": "505608",
1239
+ "kb_size": "505608",
1240
1240
  "kb_used": "0",
1241
1241
  "mount": "/sys/fs/cgroup",
1242
1242
  "mount_options": [
@@ -1247,28 +1247,28 @@
1247
1247
  "mode=755"
1248
1248
  ],
1249
1249
  "percent_used": "0%",
1250
- "total_inodes": "126077"
1250
+ "total_inodes": "126402"
1251
1251
  },
1252
1252
  "udev,/dev": {
1253
1253
  "device": "udev",
1254
1254
  "fs_type": "devtmpfs",
1255
- "inodes_available": "122091",
1255
+ "inodes_available": "124006",
1256
1256
  "inodes_percent_used": "1%",
1257
- "inodes_used": "297",
1258
- "kb_available": "489552",
1259
- "kb_size": "489552",
1257
+ "inodes_used": "275",
1258
+ "kb_available": "497124",
1259
+ "kb_size": "497124",
1260
1260
  "kb_used": "0",
1261
1261
  "mount": "/dev",
1262
1262
  "mount_options": [
1263
1263
  "rw",
1264
1264
  "nosuid",
1265
1265
  "relatime",
1266
- "size=489552k",
1267
- "nr_inodes=122388",
1266
+ "size=497124k",
1267
+ "nr_inodes=124281",
1268
1268
  "mode=755"
1269
1269
  ],
1270
1270
  "percent_used": "0%",
1271
- "total_inodes": "122388"
1271
+ "total_inodes": "124281"
1272
1272
  }
1273
1273
  }
1274
1274
  },
@@ -1312,10 +1312,6 @@
1312
1312
  "refcount": "0",
1313
1313
  "size": "16384"
1314
1314
  },
1315
- "cirrus": {
1316
- "refcount": "1",
1317
- "size": "28672"
1318
- },
1319
1315
  "crc16": {
1320
1316
  "refcount": "1",
1321
1317
  "size": "16384"
@@ -1344,34 +1340,22 @@
1344
1340
  "refcount": "1",
1345
1341
  "size": "16384"
1346
1342
  },
1347
- "drm": {
1348
- "refcount": "4",
1349
- "size": "495616"
1350
- },
1351
- "drm_kms_helper": {
1352
- "refcount": "1",
1353
- "size": "208896"
1354
- },
1355
1343
  "ecb": {
1356
1344
  "refcount": "0",
1357
1345
  "size": "16384"
1358
1346
  },
1359
1347
  "evdev": {
1360
1348
  "refcount": "3",
1361
- "size": "28672"
1349
+ "size": "24576"
1362
1350
  },
1363
1351
  "ext4": {
1364
1352
  "refcount": "1",
1365
- "size": "737280"
1353
+ "size": "741376"
1366
1354
  },
1367
1355
  "fat": {
1368
1356
  "refcount": "1",
1369
1357
  "size": "86016"
1370
1358
  },
1371
- "floppy": {
1372
- "refcount": "0",
1373
- "size": "86016"
1374
- },
1375
1359
  "fscrypto": {
1376
1360
  "refcount": "1",
1377
1361
  "size": "32768"
@@ -1384,14 +1368,6 @@
1384
1368
  "refcount": "1",
1385
1369
  "size": "16384"
1386
1370
  },
1387
- "i2c_piix4": {
1388
- "refcount": "0",
1389
- "size": "24576"
1390
- },
1391
- "intel_rapl": {
1392
- "refcount": "0",
1393
- "size": "24576"
1394
- },
1395
1371
  "intel_rapl_perf": {
1396
1372
  "refcount": "0",
1397
1373
  "size": "16384"
@@ -1406,7 +1382,7 @@
1406
1382
  },
1407
1383
  "libata": {
1408
1384
  "refcount": "2",
1409
- "size": "270336",
1385
+ "size": "253952",
1410
1386
  "version": "3.00"
1411
1387
  },
1412
1388
  "mbcache": {
@@ -1421,26 +1397,14 @@
1421
1397
  "refcount": "1",
1422
1398
  "size": "20480"
1423
1399
  },
1424
- "psmouse": {
1425
- "refcount": "0",
1426
- "size": "172032"
1427
- },
1428
- "sb_edac": {
1429
- "refcount": "0",
1430
- "size": "24576"
1431
- },
1432
1400
  "scsi_mod": {
1433
1401
  "refcount": "1",
1434
- "size": "249856"
1402
+ "size": "237568"
1435
1403
  },
1436
1404
  "serio_raw": {
1437
1405
  "refcount": "0",
1438
1406
  "size": "16384"
1439
1407
  },
1440
- "ttm": {
1441
- "refcount": "1",
1442
- "size": "131072"
1443
- },
1444
1408
  "vfat": {
1445
1409
  "refcount": "1",
1446
1410
  "size": "20480"
@@ -1461,8 +1425,8 @@
1461
1425
  "name": "Linux",
1462
1426
  "os": "GNU/Linux",
1463
1427
  "processor": "unknown",
1464
- "release": "4.19.0-6-amd64",
1465
- "version": "#1 SMP Debian 4.19.67-2+deb10u1 (2019-09-20)"
1428
+ "release": "4.19.0-9-cloud-amd64",
1429
+ "version": "#1 SMP Debian 4.19.118-2 (2020-04-29)"
1466
1430
  },
1467
1431
  "keys": {
1468
1432
  "ssh": {
@@ -1476,7 +1440,18 @@
1476
1440
  "bin_dir": "/usr/local/bin",
1477
1441
  "gem_bin": "/usr/local/bin/gem",
1478
1442
  "gems_dir": "/usr/local/gems",
1479
- "ruby_bin": "/usr/local/bin/ruby"
1443
+ "host": "x86_64-pc-linux-gnu",
1444
+ "host_cpu": "x86_64",
1445
+ "host_os": "linux-gnu",
1446
+ "host_vendor": "pc",
1447
+ "platform": "x86_64-linux",
1448
+ "release_date": "2020-10-01",
1449
+ "ruby_bin": "/usr/local/bin/ruby",
1450
+ "target": "x86_64-pc-linux-gnu",
1451
+ "target_cpu": "x86_64",
1452
+ "target_os": "linux",
1453
+ "target_vendor": "pc",
1454
+ "version": "2.7.2"
1480
1455
  }
1481
1456
  },
1482
1457
  "lsb": {
@@ -1579,9 +1554,9 @@
1579
1554
  }
1580
1555
  }
1581
1556
  },
1582
- "ohai_time": 1583542821.31107,
1557
+ "ohai_time": 1604985586.654806,
1583
1558
  "os": "linux",
1584
- "os_version": "4.19.0-6-amd64",
1559
+ "os_version": "4.19.0-9-cloud-amd64",
1585
1560
  "packages": {
1586
1561
  "adduser": {
1587
1562
  "arch": "all",
@@ -1595,6 +1570,10 @@
1595
1570
  "arch": "amd64",
1596
1571
  "version": "1.8.2"
1597
1572
  },
1573
+ "apt-listchanges": {
1574
+ "arch": "all",
1575
+ "version": "3.19"
1576
+ },
1598
1577
  "apt-utils": {
1599
1578
  "arch": "amd64",
1600
1579
  "version": "1.8.2"
@@ -1605,7 +1584,7 @@
1605
1584
  },
1606
1585
  "base-files": {
1607
1586
  "arch": "amd64",
1608
- "version": "10.3+deb10u1"
1587
+ "version": "10.3+deb10u4"
1609
1588
  },
1610
1589
  "base-passwd": {
1611
1590
  "arch": "amd64",
@@ -1615,6 +1594,14 @@
1615
1594
  "arch": "amd64",
1616
1595
  "version": "5.0-4"
1617
1596
  },
1597
+ "bash-completion": {
1598
+ "arch": "all",
1599
+ "version": "1:2.8-6"
1600
+ },
1601
+ "bind9-host": {
1602
+ "arch": "amd64",
1603
+ "version": "1:9.11.5.P4+dfsg-5.1"
1604
+ },
1618
1605
  "bsdmainutils": {
1619
1606
  "arch": "amd64",
1620
1607
  "version": "11.1.2+b1"
@@ -1623,13 +1610,17 @@
1623
1610
  "arch": "amd64",
1624
1611
  "version": "1:2.33.1-0.1"
1625
1612
  },
1613
+ "bzip2": {
1614
+ "arch": "amd64",
1615
+ "version": "1.0.6-9.2~deb10u1"
1616
+ },
1626
1617
  "ca-certificates": {
1627
1618
  "arch": "all",
1628
1619
  "version": "20190110"
1629
1620
  },
1630
1621
  "chef": {
1631
1622
  "arch": "amd64",
1632
- "version": "15.8.23-1"
1623
+ "version": "16.6.14-1"
1633
1624
  },
1634
1625
  "chrony": {
1635
1626
  "arch": "amd64",
@@ -1665,7 +1656,11 @@
1665
1656
  },
1666
1657
  "cron": {
1667
1658
  "arch": "amd64",
1668
- "version": "3.0pl1-134"
1659
+ "version": "3.0pl1-134+deb10u1"
1660
+ },
1661
+ "curl": {
1662
+ "arch": "amd64",
1663
+ "version": "7.64.0-4+deb10u1"
1669
1664
  },
1670
1665
  "dash": {
1671
1666
  "arch": "amd64",
@@ -1693,7 +1688,7 @@
1693
1688
  },
1694
1689
  "distro-info-data": {
1695
1690
  "arch": "all",
1696
- "version": "0.41"
1691
+ "version": "0.41+deb10u2"
1697
1692
  },
1698
1693
  "dmsetup": {
1699
1694
  "arch": "amd64",
@@ -1709,7 +1704,11 @@
1709
1704
  },
1710
1705
  "e2fsprogs": {
1711
1706
  "arch": "amd64",
1712
- "version": "1.44.5-1+deb10u2"
1707
+ "version": "1.44.5-1+deb10u3"
1708
+ },
1709
+ "ethtool": {
1710
+ "arch": "amd64",
1711
+ "version": "1:4.19-1"
1713
1712
  },
1714
1713
  "fdisk": {
1715
1714
  "arch": "amd64",
@@ -1717,7 +1716,7 @@
1717
1716
  },
1718
1717
  "file": {
1719
1718
  "arch": "amd64",
1720
- "version": "1:5.35-4"
1719
+ "version": "1:5.35-4+deb10u1"
1721
1720
  },
1722
1721
  "findutils": {
1723
1722
  "arch": "amd64",
@@ -1735,6 +1734,10 @@
1735
1734
  "arch": "amd64",
1736
1735
  "version": "9:1.1.11-3+b2"
1737
1736
  },
1737
+ "geoip-database": {
1738
+ "arch": "all",
1739
+ "version": "20181108-1"
1740
+ },
1738
1741
  "gettext-base": {
1739
1742
  "arch": "amd64",
1740
1743
  "version": "0.19.8.1-9"
@@ -1747,6 +1750,10 @@
1747
1750
  "arch": "amd64",
1748
1751
  "version": "3.3-1"
1749
1752
  },
1753
+ "groff-base": {
1754
+ "arch": "amd64",
1755
+ "version": "1.22.4-3"
1756
+ },
1750
1757
  "grub-cloud-amd64": {
1751
1758
  "arch": "amd64",
1752
1759
  "version": "0.0.4"
@@ -1805,12 +1812,16 @@
1805
1812
  },
1806
1813
  "iputils-ping": {
1807
1814
  "arch": "amd64",
1808
- "version": "3:20180629-2"
1815
+ "version": "3:20180629-2+deb10u1"
1809
1816
  },
1810
1817
  "isc-dhcp-client": {
1811
1818
  "arch": "amd64",
1812
1819
  "version": "4.4.1-2"
1813
1820
  },
1821
+ "iso-codes": {
1822
+ "arch": "all",
1823
+ "version": "4.2-1"
1824
+ },
1814
1825
  "klibc-utils": {
1815
1826
  "arch": "amd64",
1816
1827
  "version": "2.0.6-1"
@@ -1819,6 +1830,10 @@
1819
1830
  "arch": "amd64",
1820
1831
  "version": "26-1"
1821
1832
  },
1833
+ "krb5-locales": {
1834
+ "arch": "all",
1835
+ "version": "1.17-3"
1836
+ },
1822
1837
  "less": {
1823
1838
  "arch": "amd64",
1824
1839
  "version": "487-0.1+b1"
@@ -1859,6 +1874,10 @@
1859
1874
  "arch": "amd64",
1860
1875
  "version": "1:2.8.4-3"
1861
1876
  },
1877
+ "libbind9-161": {
1878
+ "arch": "amd64",
1879
+ "version": "1:9.11.5.P4+dfsg-5.1"
1880
+ },
1862
1881
  "libblkid1": {
1863
1882
  "arch": "amd64",
1864
1883
  "version": "2.33.1-0.1"
@@ -1897,12 +1916,20 @@
1897
1916
  },
1898
1917
  "libcom-err2": {
1899
1918
  "arch": "amd64",
1900
- "version": "1.44.5-1+deb10u2"
1919
+ "version": "1.44.5-1+deb10u3"
1901
1920
  },
1902
1921
  "libcryptsetup12": {
1903
1922
  "arch": "amd64",
1904
1923
  "version": "2:2.1.0-5+deb10u2"
1905
1924
  },
1925
+ "libcurl3-gnutls": {
1926
+ "arch": "amd64",
1927
+ "version": "7.64.0-4+deb10u1"
1928
+ },
1929
+ "libcurl4": {
1930
+ "arch": "amd64",
1931
+ "version": "7.64.0-4+deb10u1"
1932
+ },
1906
1933
  "libdb5.3": {
1907
1934
  "arch": "amd64",
1908
1935
  "version": "5.3.28+dfsg1-0.5"
@@ -1923,6 +1950,10 @@
1923
1950
  "arch": "amd64",
1924
1951
  "version": "1:9.11.5.P4+dfsg-5.1"
1925
1952
  },
1953
+ "libdns1104": {
1954
+ "arch": "amd64",
1955
+ "version": "1:9.11.5.P4+dfsg-5.1"
1956
+ },
1926
1957
  "libedit2": {
1927
1958
  "arch": "amd64",
1928
1959
  "version": "3.1-20181209-1"
@@ -1949,7 +1980,7 @@
1949
1980
  },
1950
1981
  "libext2fs2": {
1951
1982
  "arch": "amd64",
1952
- "version": "1.44.5-1+deb10u2"
1983
+ "version": "1.44.5-1+deb10u3"
1953
1984
  },
1954
1985
  "libfastjson4": {
1955
1986
  "arch": "amd64",
@@ -1965,11 +1996,15 @@
1965
1996
  },
1966
1997
  "libfreetype6": {
1967
1998
  "arch": "amd64",
1968
- "version": "2.9.1-3"
1999
+ "version": "2.9.1-3+deb10u1"
2000
+ },
2001
+ "libfstrm0": {
2002
+ "arch": "amd64",
2003
+ "version": "0.4.0-1"
1969
2004
  },
1970
2005
  "libfuse2": {
1971
2006
  "arch": "amd64",
1972
- "version": "2.9.9-1"
2007
+ "version": "2.9.9-1+deb10u1"
1973
2008
  },
1974
2009
  "libgcc1": {
1975
2010
  "arch": "amd64",
@@ -1979,9 +2014,17 @@
1979
2014
  "arch": "amd64",
1980
2015
  "version": "1.8.4-5"
1981
2016
  },
2017
+ "libgdbm6": {
2018
+ "arch": "amd64",
2019
+ "version": "1.18.1-4"
2020
+ },
2021
+ "libgeoip1": {
2022
+ "arch": "amd64",
2023
+ "version": "1.6.12-1"
2024
+ },
1982
2025
  "libglib2.0-0": {
1983
2026
  "arch": "amd64",
1984
- "version": "2.58.3-2+deb10u1"
2027
+ "version": "2.58.3-2+deb10u2"
1985
2028
  },
1986
2029
  "libgmp10": {
1987
2030
  "arch": "amd64",
@@ -1989,12 +2032,16 @@
1989
2032
  },
1990
2033
  "libgnutls30": {
1991
2034
  "arch": "amd64",
1992
- "version": "3.6.7-4"
2035
+ "version": "3.6.7-4+deb10u3"
1993
2036
  },
1994
2037
  "libgpg-error0": {
1995
2038
  "arch": "amd64",
1996
2039
  "version": "1.35-1"
1997
2040
  },
2041
+ "libgpm2": {
2042
+ "arch": "amd64",
2043
+ "version": "1.20.7-5"
2044
+ },
1998
2045
  "libgssapi-krb5-2": {
1999
2046
  "arch": "amd64",
2000
2047
  "version": "1.17-3"
@@ -2003,13 +2050,17 @@
2003
2050
  "arch": "amd64",
2004
2051
  "version": "3.4.1-1"
2005
2052
  },
2053
+ "libicu63": {
2054
+ "arch": "amd64",
2055
+ "version": "63.1-6+deb10u1"
2056
+ },
2006
2057
  "libidn11": {
2007
2058
  "arch": "amd64",
2008
2059
  "version": "1.33-2.2"
2009
2060
  },
2010
2061
  "libidn2-0": {
2011
2062
  "arch": "amd64",
2012
- "version": "2.0.5-1"
2063
+ "version": "2.0.5-1+deb10u1"
2013
2064
  },
2014
2065
  "libip4tc0": {
2015
2066
  "arch": "amd64",
@@ -2027,6 +2078,18 @@
2027
2078
  "arch": "amd64",
2028
2079
  "version": "1:9.11.5.P4+dfsg-5.1"
2029
2080
  },
2081
+ "libisc1100": {
2082
+ "arch": "amd64",
2083
+ "version": "1:9.11.5.P4+dfsg-5.1"
2084
+ },
2085
+ "libisccc161": {
2086
+ "arch": "amd64",
2087
+ "version": "1:9.11.5.P4+dfsg-5.1"
2088
+ },
2089
+ "libisccfg163": {
2090
+ "arch": "amd64",
2091
+ "version": "1:9.11.5.P4+dfsg-5.1"
2092
+ },
2030
2093
  "libjson-c3": {
2031
2094
  "arch": "amd64",
2032
2095
  "version": "0.12.1+ds-2"
@@ -2055,10 +2118,26 @@
2055
2118
  "arch": "amd64",
2056
2119
  "version": "1.17-3"
2057
2120
  },
2121
+ "libldap-2.4-2": {
2122
+ "arch": "amd64",
2123
+ "version": "2.4.47+dfsg-3+deb10u2"
2124
+ },
2125
+ "libldap-common": {
2126
+ "arch": "all",
2127
+ "version": "2.4.47+dfsg-3+deb10u2"
2128
+ },
2129
+ "liblmdb0": {
2130
+ "arch": "amd64",
2131
+ "version": "0.9.22-1"
2132
+ },
2058
2133
  "liblognorm5": {
2059
2134
  "arch": "amd64",
2060
2135
  "version": "2.0.5-1"
2061
2136
  },
2137
+ "liblwres161": {
2138
+ "arch": "amd64",
2139
+ "version": "1:9.11.5.P4+dfsg-5.1"
2140
+ },
2062
2141
  "liblz4-1": {
2063
2142
  "arch": "amd64",
2064
2143
  "version": "1.8.3-1"
@@ -2069,11 +2148,11 @@
2069
2148
  },
2070
2149
  "libmagic-mgc": {
2071
2150
  "arch": "amd64",
2072
- "version": "1:5.35-4"
2151
+ "version": "1:5.35-4+deb10u1"
2073
2152
  },
2074
2153
  "libmagic1": {
2075
2154
  "arch": "amd64",
2076
- "version": "1:5.35-4"
2155
+ "version": "1:5.35-4+deb10u1"
2077
2156
  },
2078
2157
  "libmnl0": {
2079
2158
  "arch": "amd64",
@@ -2089,11 +2168,11 @@
2089
2168
  },
2090
2169
  "libncurses6": {
2091
2170
  "arch": "amd64",
2092
- "version": "6.1+20181013-2+deb10u1"
2171
+ "version": "6.1+20181013-2+deb10u2"
2093
2172
  },
2094
2173
  "libncursesw6": {
2095
2174
  "arch": "amd64",
2096
- "version": "6.1+20181013-2+deb10u1"
2175
+ "version": "6.1+20181013-2+deb10u2"
2097
2176
  },
2098
2177
  "libnetfilter-conntrack3": {
2099
2178
  "arch": "amd64",
@@ -2115,6 +2194,10 @@
2115
2194
  "arch": "amd64",
2116
2195
  "version": "1.1.2-2"
2117
2196
  },
2197
+ "libnghttp2-14": {
2198
+ "arch": "amd64",
2199
+ "version": "1.36.0-2+deb10u1"
2200
+ },
2118
2201
  "libp11-kit0": {
2119
2202
  "arch": "amd64",
2120
2203
  "version": "0.23.15-2"
@@ -2133,12 +2216,20 @@
2133
2216
  },
2134
2217
  "libpam-systemd": {
2135
2218
  "arch": "amd64",
2136
- "version": "241-7~deb10u1"
2219
+ "version": "241-7~deb10u4"
2137
2220
  },
2138
2221
  "libpam0g": {
2139
2222
  "arch": "amd64",
2140
2223
  "version": "1.3.1-5"
2141
2224
  },
2225
+ "libpcap0.8": {
2226
+ "arch": "amd64",
2227
+ "version": "1.8.1-6"
2228
+ },
2229
+ "libpci3": {
2230
+ "arch": "amd64",
2231
+ "version": "1:3.5.2-1"
2232
+ },
2142
2233
  "libpcre2-8-0": {
2143
2234
  "arch": "amd64",
2144
2235
  "version": "10.32-5"
@@ -2147,6 +2238,10 @@
2147
2238
  "arch": "amd64",
2148
2239
  "version": "2:8.39-12"
2149
2240
  },
2241
+ "libpipeline1": {
2242
+ "arch": "amd64",
2243
+ "version": "1.5.1-2"
2244
+ },
2150
2245
  "libpng16-16": {
2151
2246
  "arch": "amd64",
2152
2247
  "version": "1.6.36-6"
@@ -2159,6 +2254,10 @@
2159
2254
  "arch": "amd64",
2160
2255
  "version": "2:3.3.15-2"
2161
2256
  },
2257
+ "libprotobuf-c1": {
2258
+ "arch": "amd64",
2259
+ "version": "1.3.1-1+b1"
2260
+ },
2162
2261
  "libpsl5": {
2163
2262
  "arch": "amd64",
2164
2263
  "version": "0.20.2-2"
@@ -2173,11 +2272,11 @@
2173
2272
  },
2174
2273
  "libpython2.7-minimal": {
2175
2274
  "arch": "amd64",
2176
- "version": "2.7.16-2"
2275
+ "version": "2.7.16-2+deb10u1"
2177
2276
  },
2178
2277
  "libpython2.7-stdlib": {
2179
2278
  "arch": "amd64",
2180
- "version": "2.7.16-2"
2279
+ "version": "2.7.16-2+deb10u1"
2181
2280
  },
2182
2281
  "libpython3-stdlib": {
2183
2282
  "arch": "amd64",
@@ -2185,16 +2284,32 @@
2185
2284
  },
2186
2285
  "libpython3.7-minimal": {
2187
2286
  "arch": "amd64",
2188
- "version": "3.7.3-2"
2287
+ "version": "3.7.3-2+deb10u1"
2189
2288
  },
2190
2289
  "libpython3.7-stdlib": {
2191
2290
  "arch": "amd64",
2192
- "version": "3.7.3-2"
2291
+ "version": "3.7.3-2+deb10u1"
2193
2292
  },
2194
2293
  "libreadline7": {
2195
2294
  "arch": "amd64",
2196
2295
  "version": "7.0-5"
2197
2296
  },
2297
+ "librtmp1": {
2298
+ "arch": "amd64",
2299
+ "version": "2.4+20151223.gitfa8646d.1-2"
2300
+ },
2301
+ "libsasl2-2": {
2302
+ "arch": "amd64",
2303
+ "version": "2.1.27+dfsg-1+deb10u1"
2304
+ },
2305
+ "libsasl2-modules": {
2306
+ "arch": "amd64",
2307
+ "version": "2.1.27+dfsg-1+deb10u1"
2308
+ },
2309
+ "libsasl2-modules-db": {
2310
+ "arch": "amd64",
2311
+ "version": "2.1.27+dfsg-1+deb10u1"
2312
+ },
2198
2313
  "libseccomp2": {
2199
2314
  "arch": "amd64",
2200
2315
  "version": "2.3.3-4"
@@ -2229,11 +2344,15 @@
2229
2344
  },
2230
2345
  "libss2": {
2231
2346
  "arch": "amd64",
2232
- "version": "1.44.5-1+deb10u2"
2347
+ "version": "1.44.5-1+deb10u3"
2348
+ },
2349
+ "libssh2-1": {
2350
+ "arch": "amd64",
2351
+ "version": "1.8.0-2.1"
2233
2352
  },
2234
2353
  "libssl1.1": {
2235
2354
  "arch": "amd64",
2236
- "version": "1.1.1d-0+deb10u2"
2355
+ "version": "1.1.1d-0+deb10u3"
2237
2356
  },
2238
2357
  "libstdc++6": {
2239
2358
  "arch": "amd64",
@@ -2241,7 +2360,7 @@
2241
2360
  },
2242
2361
  "libsystemd0": {
2243
2362
  "arch": "amd64",
2244
- "version": "241-7~deb10u1"
2363
+ "version": "241-7~deb10u4"
2245
2364
  },
2246
2365
  "libtasn1-6": {
2247
2366
  "arch": "amd64",
@@ -2249,16 +2368,24 @@
2249
2368
  },
2250
2369
  "libtinfo6": {
2251
2370
  "arch": "amd64",
2252
- "version": "6.1+20181013-2+deb10u1"
2371
+ "version": "6.1+20181013-2+deb10u2"
2372
+ },
2373
+ "libuchardet0": {
2374
+ "arch": "amd64",
2375
+ "version": "0.0.6-3"
2253
2376
  },
2254
2377
  "libudev1": {
2255
2378
  "arch": "amd64",
2256
- "version": "241-7~deb10u1"
2379
+ "version": "241-7~deb10u4"
2257
2380
  },
2258
2381
  "libunistring2": {
2259
2382
  "arch": "amd64",
2260
2383
  "version": "0.9.10-1"
2261
2384
  },
2385
+ "libutempter0": {
2386
+ "arch": "amd64",
2387
+ "version": "1.1.6-3"
2388
+ },
2262
2389
  "libuuid1": {
2263
2390
  "arch": "amd64",
2264
2391
  "version": "2.33.1-0.1"
@@ -2267,6 +2394,10 @@
2267
2394
  "arch": "amd64",
2268
2395
  "version": "7.6.q-28"
2269
2396
  },
2397
+ "libxml2": {
2398
+ "arch": "amd64",
2399
+ "version": "2.9.4+dfsg1-7+b3"
2400
+ },
2270
2401
  "libxtables12": {
2271
2402
  "arch": "amd64",
2272
2403
  "version": "1.8.2-4"
@@ -2283,13 +2414,13 @@
2283
2414
  "arch": "all",
2284
2415
  "version": "4.6"
2285
2416
  },
2286
- "linux-image-4.19.0-6-amd64": {
2417
+ "linux-image-4.19.0-9-cloud-amd64": {
2287
2418
  "arch": "amd64",
2288
- "version": "4.19.67-2+deb10u1"
2419
+ "version": "4.19.118-2"
2289
2420
  },
2290
- "linux-image-amd64": {
2421
+ "linux-image-cloud-amd64": {
2291
2422
  "arch": "amd64",
2292
- "version": "4.19+105+deb10u1"
2423
+ "version": "4.19+105+deb10u4"
2293
2424
  },
2294
2425
  "locales": {
2295
2426
  "arch": "all",
@@ -2311,6 +2442,14 @@
2311
2442
  "arch": "all",
2312
2443
  "version": "10.2019051400"
2313
2444
  },
2445
+ "man-db": {
2446
+ "arch": "amd64",
2447
+ "version": "2.8.5-2"
2448
+ },
2449
+ "manpages": {
2450
+ "arch": "all",
2451
+ "version": "4.16-2"
2452
+ },
2314
2453
  "mawk": {
2315
2454
  "arch": "amd64",
2316
2455
  "version": "1.3.3-17+b3"
@@ -2329,11 +2468,11 @@
2329
2468
  },
2330
2469
  "ncurses-base": {
2331
2470
  "arch": "all",
2332
- "version": "6.1+20181013-2+deb10u1"
2471
+ "version": "6.1+20181013-2+deb10u2"
2333
2472
  },
2334
2473
  "ncurses-bin": {
2335
2474
  "arch": "amd64",
2336
- "version": "6.1+20181013-2+deb10u1"
2475
+ "version": "6.1+20181013-2+deb10u2"
2337
2476
  },
2338
2477
  "net-tools": {
2339
2478
  "arch": "amd64",
@@ -2345,24 +2484,28 @@
2345
2484
  },
2346
2485
  "openssh-client": {
2347
2486
  "arch": "amd64",
2348
- "version": "1:7.9p1-10+deb10u1"
2487
+ "version": "1:7.9p1-10+deb10u2"
2349
2488
  },
2350
2489
  "openssh-server": {
2351
2490
  "arch": "amd64",
2352
- "version": "1:7.9p1-10+deb10u1"
2491
+ "version": "1:7.9p1-10+deb10u2"
2353
2492
  },
2354
2493
  "openssh-sftp-server": {
2355
2494
  "arch": "amd64",
2356
- "version": "1:7.9p1-10+deb10u1"
2495
+ "version": "1:7.9p1-10+deb10u2"
2357
2496
  },
2358
2497
  "openssl": {
2359
2498
  "arch": "amd64",
2360
- "version": "1.1.1d-0+deb10u2"
2499
+ "version": "1.1.1d-0+deb10u3"
2361
2500
  },
2362
2501
  "passwd": {
2363
2502
  "arch": "amd64",
2364
2503
  "version": "1:4.5-1.1"
2365
2504
  },
2505
+ "pciutils": {
2506
+ "arch": "amd64",
2507
+ "version": "1:3.5.2-1"
2508
+ },
2366
2509
  "perl-base": {
2367
2510
  "arch": "amd64",
2368
2511
  "version": "5.28.1-6"
@@ -2371,13 +2514,21 @@
2371
2514
  "arch": "amd64",
2372
2515
  "version": "2:3.3.15-2"
2373
2516
  },
2517
+ "psmisc": {
2518
+ "arch": "amd64",
2519
+ "version": "23.2-1"
2520
+ },
2521
+ "publicsuffix": {
2522
+ "arch": "all",
2523
+ "version": "20190415.1030-1"
2524
+ },
2374
2525
  "python": {
2375
2526
  "arch": "amd64",
2376
2527
  "version": "2.7.16-1"
2377
2528
  },
2378
2529
  "python-apt-common": {
2379
2530
  "arch": "all",
2380
- "version": "1.8.4"
2531
+ "version": "1.8.4.1"
2381
2532
  },
2382
2533
  "python-boto": {
2383
2534
  "arch": "all",
@@ -2425,11 +2576,11 @@
2425
2576
  },
2426
2577
  "python2.7": {
2427
2578
  "arch": "amd64",
2428
- "version": "2.7.16-2"
2579
+ "version": "2.7.16-2+deb10u1"
2429
2580
  },
2430
2581
  "python2.7-minimal": {
2431
2582
  "arch": "amd64",
2432
- "version": "2.7.16-2"
2583
+ "version": "2.7.16-2+deb10u1"
2433
2584
  },
2434
2585
  "python3": {
2435
2586
  "arch": "amd64",
@@ -2437,7 +2588,7 @@
2437
2588
  },
2438
2589
  "python3-apt": {
2439
2590
  "arch": "amd64",
2440
- "version": "1.8.4"
2591
+ "version": "1.8.4.1"
2441
2592
  },
2442
2593
  "python3-asn1crypto": {
2443
2594
  "arch": "all",
@@ -2477,7 +2628,7 @@
2477
2628
  },
2478
2629
  "python3-cryptography": {
2479
2630
  "arch": "amd64",
2480
- "version": "2.6.1-3"
2631
+ "version": "2.6.1-3+deb10u2"
2481
2632
  },
2482
2633
  "python3-dateutil": {
2483
2634
  "arch": "all",
@@ -2487,6 +2638,18 @@
2487
2638
  "arch": "amd64",
2488
2639
  "version": "1.2.8-3"
2489
2640
  },
2641
+ "python3-debconf": {
2642
+ "arch": "all",
2643
+ "version": "1.5.71"
2644
+ },
2645
+ "python3-debian": {
2646
+ "arch": "all",
2647
+ "version": "0.1.35"
2648
+ },
2649
+ "python3-debianbts": {
2650
+ "arch": "all",
2651
+ "version": "2.8.2"
2652
+ },
2490
2653
  "python3-distro-info": {
2491
2654
  "arch": "all",
2492
2655
  "version": "0.21"
@@ -2495,6 +2658,10 @@
2495
2658
  "arch": "all",
2496
2659
  "version": "0.14+dfsg-4"
2497
2660
  },
2661
+ "python3-httplib2": {
2662
+ "arch": "all",
2663
+ "version": "0.11.3-2"
2664
+ },
2498
2665
  "python3-idna": {
2499
2666
  "arch": "all",
2500
2667
  "version": "2.6-1"
@@ -2543,6 +2710,18 @@
2543
2710
  "arch": "all",
2544
2711
  "version": "0.4.2-3"
2545
2712
  },
2713
+ "python3-pycurl": {
2714
+ "arch": "amd64",
2715
+ "version": "7.43.0.2-0.1"
2716
+ },
2717
+ "python3-pysimplesoap": {
2718
+ "arch": "all",
2719
+ "version": "1.16.2-1"
2720
+ },
2721
+ "python3-reportbug": {
2722
+ "arch": "all",
2723
+ "version": "7.5.3~deb10u1"
2724
+ },
2546
2725
  "python3-requests": {
2547
2726
  "arch": "all",
2548
2727
  "version": "2.21.0-1"
@@ -2573,24 +2752,32 @@
2573
2752
  },
2574
2753
  "python3.7": {
2575
2754
  "arch": "amd64",
2576
- "version": "3.7.3-2"
2755
+ "version": "3.7.3-2+deb10u1"
2577
2756
  },
2578
2757
  "python3.7-minimal": {
2579
2758
  "arch": "amd64",
2580
- "version": "3.7.3-2"
2759
+ "version": "3.7.3-2+deb10u1"
2581
2760
  },
2582
2761
  "qemu-utils": {
2583
2762
  "arch": "amd64",
2584
- "version": "1:3.1+dfsg-8+deb10u2"
2763
+ "version": "1:3.1+dfsg-8+deb10u5"
2585
2764
  },
2586
2765
  "readline-common": {
2587
2766
  "arch": "all",
2588
2767
  "version": "7.0-5"
2589
2768
  },
2769
+ "reportbug": {
2770
+ "arch": "all",
2771
+ "version": "7.5.3~deb10u1"
2772
+ },
2590
2773
  "rsyslog": {
2591
2774
  "arch": "amd64",
2592
2775
  "version": "8.1901.0-1"
2593
2776
  },
2777
+ "screen": {
2778
+ "arch": "amd64",
2779
+ "version": "4.6.2-3"
2780
+ },
2594
2781
  "sed": {
2595
2782
  "arch": "amd64",
2596
2783
  "version": "4.7-1"
@@ -2603,17 +2790,21 @@
2603
2790
  "arch": "all",
2604
2791
  "version": "1.29"
2605
2792
  },
2793
+ "socat": {
2794
+ "arch": "amd64",
2795
+ "version": "1.7.3.2-2"
2796
+ },
2606
2797
  "sudo": {
2607
2798
  "arch": "amd64",
2608
- "version": "1.8.27-1+deb10u1"
2799
+ "version": "1.8.27-1+deb10u2"
2609
2800
  },
2610
2801
  "systemd": {
2611
2802
  "arch": "amd64",
2612
- "version": "241-7~deb10u1"
2803
+ "version": "241-7~deb10u4"
2613
2804
  },
2614
2805
  "systemd-sysv": {
2615
2806
  "arch": "amd64",
2616
- "version": "241-7~deb10u1"
2807
+ "version": "241-7~deb10u4"
2617
2808
  },
2618
2809
  "sysvinit-utils": {
2619
2810
  "arch": "amd64",
@@ -2623,9 +2814,17 @@
2623
2814
  "arch": "amd64",
2624
2815
  "version": "1.30+dfsg-6"
2625
2816
  },
2817
+ "tcpdump": {
2818
+ "arch": "amd64",
2819
+ "version": "4.9.3-1~deb10u1"
2820
+ },
2821
+ "traceroute": {
2822
+ "arch": "amd64",
2823
+ "version": "1:2.1.0-2"
2824
+ },
2626
2825
  "tzdata": {
2627
2826
  "arch": "all",
2628
- "version": "2019c-0+deb10u1"
2827
+ "version": "2020a-0+deb10u1"
2629
2828
  },
2630
2829
  "ucf": {
2631
2830
  "arch": "all",
@@ -2633,7 +2832,7 @@
2633
2832
  },
2634
2833
  "udev": {
2635
2834
  "arch": "amd64",
2636
- "version": "241-7~deb10u1"
2835
+ "version": "241-7~deb10u4"
2637
2836
  },
2638
2837
  "unattended-upgrades": {
2639
2838
  "arch": "all",
@@ -2643,10 +2842,22 @@
2643
2842
  "arch": "amd64",
2644
2843
  "version": "2.33.1-0.1"
2645
2844
  },
2845
+ "uuid-runtime": {
2846
+ "arch": "amd64",
2847
+ "version": "2.33.1-0.1"
2848
+ },
2849
+ "vim": {
2850
+ "arch": "amd64",
2851
+ "version": "2:8.1.0875-5"
2852
+ },
2646
2853
  "vim-common": {
2647
2854
  "arch": "all",
2648
2855
  "version": "2:8.1.0875-5"
2649
2856
  },
2857
+ "vim-runtime": {
2858
+ "arch": "all",
2859
+ "version": "2:8.1.0875-5"
2860
+ },
2650
2861
  "vim-tiny": {
2651
2862
  "arch": "amd64",
2652
2863
  "version": "2:8.1.0875-5"
@@ -2687,7 +2898,8 @@
2687
2898
  "/bin/rbash",
2688
2899
  "/usr/bin/rbash",
2689
2900
  "/bin/dash",
2690
- "/usr/bin/dash"
2901
+ "/usr/bin/dash",
2902
+ "/usr/bin/screen"
2691
2903
  ],
2692
2904
  "time": {
2693
2905
  "timezone": "GMT"