fauxhai-ng 8.2.0 → 8.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) 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 +13 -13
  8. data/lib/fauxhai/platforms/.DS_Store +0 -0
  9. data/lib/fauxhai/platforms/amazon/2.json +3128 -3132
  10. data/lib/fauxhai/platforms/amazon/2016.03.json +2323 -2333
  11. data/lib/fauxhai/platforms/amazon/2016.09.json +2356 -2366
  12. data/lib/fauxhai/platforms/amazon/2017.03.json +2329 -2339
  13. data/lib/fauxhai/platforms/amazon/2017.09.json +2370 -2380
  14. data/lib/fauxhai/platforms/amazon/2018.03.json +2403 -2413
  15. data/lib/fauxhai/platforms/centos/6.9.json +1 -0
  16. data/lib/fauxhai/platforms/centos/7.7.1908.json +34 -34
  17. data/lib/fauxhai/platforms/centos/8.json +1153 -841
  18. data/lib/fauxhai/platforms/debian/10.json +31 -31
  19. data/lib/fauxhai/platforms/debian/8.11.json +1 -0
  20. data/lib/fauxhai/platforms/debian/9.11.json +33 -35
  21. data/lib/fauxhai/platforms/debian/{8.10.json → 9.12.json} +984 -1645
  22. data/lib/fauxhai/platforms/debian/9.8.json +36 -37
  23. data/lib/fauxhai/platforms/debian/9.9.json +37 -38
  24. data/lib/fauxhai/platforms/opensuse/15.0.json +1 -0
  25. data/lib/fauxhai/platforms/opensuse/15.1.json +40 -42
  26. data/lib/fauxhai/platforms/oracle/6.10.json +19 -19
  27. data/lib/fauxhai/platforms/oracle/6.9.json +1 -0
  28. data/lib/fauxhai/platforms/oracle/7.5.json +481 -497
  29. data/lib/fauxhai/platforms/suse/12.3.json +38 -40
  30. data/lib/fauxhai/platforms/suse/12.4.json +40 -42
  31. data/lib/fauxhai/platforms/suse/12.5.json +41 -40
  32. data/lib/fauxhai/platforms/suse/15.json +996 -998
  33. data/lib/fauxhai/platforms/ubuntu/.DS_Store +0 -0
  34. data/lib/fauxhai/platforms/ubuntu/16.04.json +2038 -1980
  35. data/lib/fauxhai/platforms/ubuntu/18.04.json +2098 -2110
  36. data/lib/fauxhai/platforms/ubuntu/20.04.json +2353 -2097
  37. data/lib/fauxhai/runner.rb +27 -27
  38. data/lib/fauxhai/runner/default.rb +128 -128
  39. data/lib/fauxhai/runner/windows.rb +77 -77
  40. data/lib/fauxhai/version.rb +1 -1
  41. metadata +6 -7
  42. data/lib/fauxhai/platforms/debian/8.9.json +0 -3614
@@ -11,12 +11,12 @@
11
11
  },
12
12
  "chef_packages": {
13
13
  "chef": {
14
- "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.1.0/lib",
15
- "version": "16.1.0"
14
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.3.45/lib",
15
+ "version": "16.3.45"
16
16
  },
17
17
  "ohai": {
18
- "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.1.1/lib/ohai",
19
- "version": "16.1.1"
18
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.3.2/lib/ohai",
19
+ "version": "16.3.2"
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": "474906",
86
+ "inodes_available": "474893",
87
87
  "inodes_percent_used": "8%",
88
- "inodes_used": "41190",
89
- "kb_available": "6796088",
88
+ "inodes_used": "41203",
89
+ "kb_available": "6812588",
90
90
  "kb_size": "8062380",
91
- "kb_used": "837036",
91
+ "kb_used": "820536",
92
92
  "mount_options": [
93
93
  "rw",
94
94
  "relatime",
@@ -149,20 +149,20 @@
149
149
  "nodev",
150
150
  "noexec",
151
151
  "relatime",
152
- "rdma"
152
+ "blkio"
153
153
  ],
154
154
  "mounts": [
155
155
  "/sys/fs/cgroup/systemd",
156
+ "/sys/fs/cgroup/perf_event",
157
+ "/sys/fs/cgroup/rdma",
158
+ "/sys/fs/cgroup/cpu,cpuacct",
156
159
  "/sys/fs/cgroup/devices",
157
- "/sys/fs/cgroup/net_cls,net_prio",
158
160
  "/sys/fs/cgroup/cpuset",
159
- "/sys/fs/cgroup/blkio",
160
- "/sys/fs/cgroup/perf_event",
161
- "/sys/fs/cgroup/pids",
161
+ "/sys/fs/cgroup/net_cls,net_prio",
162
162
  "/sys/fs/cgroup/freezer",
163
- "/sys/fs/cgroup/cpu,cpuacct",
163
+ "/sys/fs/cgroup/pids",
164
164
  "/sys/fs/cgroup/memory",
165
- "/sys/fs/cgroup/rdma"
165
+ "/sys/fs/cgroup/blkio"
166
166
  ]
167
167
  },
168
168
  "cgroup2": {
@@ -282,13 +282,13 @@
282
282
  "mount_options": [
283
283
  "rw",
284
284
  "relatime",
285
- "fd=29",
285
+ "fd=32",
286
286
  "pgrp=1",
287
287
  "timeout=0",
288
288
  "minproto=5",
289
289
  "maxproto=5",
290
290
  "direct",
291
- "pipe_ino=9327"
291
+ "pipe_ino=9373"
292
292
  ],
293
293
  "mounts": [
294
294
  "/proc/sys/fs/binfmt_misc"
@@ -351,12 +351,12 @@
351
351
  "/dev/xvda1"
352
352
  ],
353
353
  "fs_type": "ext4",
354
- "inodes_available": "474906",
354
+ "inodes_available": "474893",
355
355
  "inodes_percent_used": "8%",
356
- "inodes_used": "41190",
357
- "kb_available": "6796088",
356
+ "inodes_used": "41203",
357
+ "kb_available": "6812588",
358
358
  "kb_size": "8062380",
359
- "kb_used": "837036",
359
+ "kb_used": "820536",
360
360
  "mount_options": [
361
361
  "rw",
362
362
  "relatime",
@@ -487,13 +487,13 @@
487
487
  "mount_options": [
488
488
  "rw",
489
489
  "relatime",
490
- "fd=29",
490
+ "fd=32",
491
491
  "pgrp=1",
492
492
  "timeout=0",
493
493
  "minproto=5",
494
494
  "maxproto=5",
495
495
  "direct",
496
- "pipe_ino=9327"
496
+ "pipe_ino=9373"
497
497
  ]
498
498
  },
499
499
  "/run": {
@@ -827,12 +827,12 @@
827
827
  "/dev/xvda1,/": {
828
828
  "device": "/dev/xvda1",
829
829
  "fs_type": "ext4",
830
- "inodes_available": "474906",
830
+ "inodes_available": "474893",
831
831
  "inodes_percent_used": "8%",
832
- "inodes_used": "41190",
833
- "kb_available": "6796088",
832
+ "inodes_used": "41203",
833
+ "kb_available": "6812588",
834
834
  "kb_size": "8062380",
835
- "kb_used": "837036",
835
+ "kb_used": "820536",
836
836
  "mount": "/",
837
837
  "mount_options": [
838
838
  "rw",
@@ -1137,13 +1137,13 @@
1137
1137
  "mount_options": [
1138
1138
  "rw",
1139
1139
  "relatime",
1140
- "fd=29",
1140
+ "fd=32",
1141
1141
  "pgrp=1",
1142
1142
  "timeout=0",
1143
1143
  "minproto=5",
1144
1144
  "maxproto=5",
1145
1145
  "direct",
1146
- "pipe_ino=9327"
1146
+ "pipe_ino=9373"
1147
1147
  ]
1148
1148
  },
1149
1149
  "tmpfs,/dev/shm": {
@@ -1543,7 +1543,7 @@
1543
1543
  }
1544
1544
  }
1545
1545
  },
1546
- "ohai_time": 1589736676.612922,
1546
+ "ohai_time": 1597357851.1219172,
1547
1547
  "os": "linux",
1548
1548
  "os_version": "4.19.0-9-cloud-amd64",
1549
1549
  "packages": {
@@ -1609,7 +1609,7 @@
1609
1609
  },
1610
1610
  "chef": {
1611
1611
  "arch": "amd64",
1612
- "version": "16.1.0-1"
1612
+ "version": "16.3.45-1"
1613
1613
  },
1614
1614
  "chrony": {
1615
1615
  "arch": "amd64",
@@ -92,6 +92,7 @@
92
92
  "total": 1
93
93
  },
94
94
  "current_user": "fauxhai",
95
+ "deprecated": true,
95
96
  "dmi": {
96
97
  "base_board": {
97
98
  "all_records": [
@@ -10,12 +10,12 @@
10
10
  },
11
11
  "chef_packages": {
12
12
  "chef": {
13
- "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.0.257/lib",
14
- "version": "16.0.257"
13
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.3.45/lib",
14
+ "version": "16.3.45"
15
15
  },
16
16
  "ohai": {
17
- "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.0.20/lib/ohai",
18
- "version": "16.0.20"
17
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.3.2/lib/ohai",
18
+ "version": "16.3.2"
19
19
  }
20
20
  },
21
21
  "command": {
@@ -81,8 +81,6 @@
81
81
  "Address": "0xE8000",
82
82
  "BIOS Revision": "4.2",
83
83
  "Characteristics": {
84
- "EDD is supported": null,
85
- "PCI is supported": null,
86
84
  "Targeted content distribution is supported": null
87
85
  },
88
86
  "ROM Size": "64 kB",
@@ -188,8 +186,8 @@
188
186
  "Manufacturer": "Xen",
189
187
  "Product Name": "HVM domU",
190
188
  "SKU Number": "Not Specified",
191
- "Serial Number": "ec26b34e-4f9c-6158-6cd8-d865b951f595",
192
- "UUID": "EC26B34E-4F9C-6158-6CD8-D865B951F595",
189
+ "Serial Number": "ec25e134-e080-7110-0649-c2b32309880b",
190
+ "UUID": "EC25E134-E080-7110-0649-C2B32309880B",
193
191
  "Version": "4.2.amazon",
194
192
  "Wake-up Type": "Power Switch",
195
193
  "application_identifier": "System Information",
@@ -200,9 +198,9 @@
200
198
  "family": "Not Specified",
201
199
  "manufacturer": "Xen",
202
200
  "product_name": "HVM domU",
203
- "serial_number": "ec26b34e-4f9c-6158-6cd8-d865b951f595",
201
+ "serial_number": "ec25e134-e080-7110-0649-c2b32309880b",
204
202
  "sku_number": "Not Specified",
205
- "uuid": "EC26B34E-4F9C-6158-6CD8-D865B951F595",
203
+ "uuid": "EC25E134-E080-7110-0649-C2B32309880B",
206
204
  "version": "4.2.amazon",
207
205
  "wake_up_type": "Power Switch"
208
206
  }
@@ -215,12 +213,12 @@
215
213
  },
216
214
  "/dev/xvda1": {
217
215
  "fs_type": "ext4",
218
- "inodes_available": "474128",
216
+ "inodes_available": "474202",
219
217
  "inodes_percent_used": "10%",
220
- "inodes_used": "50160",
221
- "kb_available": "6591784",
218
+ "inodes_used": "50086",
219
+ "kb_available": "6608548",
222
220
  "kb_size": "8190392",
223
- "kb_used": "1162848",
221
+ "kb_used": "1146084",
224
222
  "mount_options": [
225
223
  "rw",
226
224
  "relatime",
@@ -243,19 +241,19 @@
243
241
  "nodev",
244
242
  "noexec",
245
243
  "relatime",
246
- "cpuset"
244
+ "pids"
247
245
  ],
248
246
  "mounts": [
249
247
  "/sys/fs/cgroup/systemd",
250
- "/sys/fs/cgroup/perf_event",
248
+ "/sys/fs/cgroup/blkio",
251
249
  "/sys/fs/cgroup/net_cls,net_prio",
252
- "/sys/fs/cgroup/memory",
250
+ "/sys/fs/cgroup/cpu,cpuacct",
253
251
  "/sys/fs/cgroup/devices",
254
252
  "/sys/fs/cgroup/freezer",
255
- "/sys/fs/cgroup/cpu,cpuacct",
256
- "/sys/fs/cgroup/pids",
257
- "/sys/fs/cgroup/blkio",
258
- "/sys/fs/cgroup/cpuset"
253
+ "/sys/fs/cgroup/perf_event",
254
+ "/sys/fs/cgroup/cpuset",
255
+ "/sys/fs/cgroup/memory",
256
+ "/sys/fs/cgroup/pids"
259
257
  ]
260
258
  },
261
259
  "debugfs": {
@@ -360,7 +358,7 @@
360
358
  "mount_options": [
361
359
  "rw",
362
360
  "relatime",
363
- "fd=30",
361
+ "fd=31",
364
362
  "pgrp=1",
365
363
  "timeout=0",
366
364
  "minproto=5",
@@ -429,12 +427,12 @@
429
427
  "/dev/xvda1"
430
428
  ],
431
429
  "fs_type": "ext4",
432
- "inodes_available": "474128",
430
+ "inodes_available": "474202",
433
431
  "inodes_percent_used": "10%",
434
- "inodes_used": "50160",
435
- "kb_available": "6591784",
432
+ "inodes_used": "50086",
433
+ "kb_available": "6608548",
436
434
  "kb_size": "8190392",
437
- "kb_used": "1162848",
435
+ "kb_used": "1146084",
438
436
  "mount_options": [
439
437
  "rw",
440
438
  "relatime",
@@ -543,7 +541,7 @@
543
541
  "mount_options": [
544
542
  "rw",
545
543
  "relatime",
546
- "fd=30",
544
+ "fd=31",
547
545
  "pgrp=1",
548
546
  "timeout=0",
549
547
  "minproto=5",
@@ -842,12 +840,12 @@
842
840
  "/dev/xvda1,/": {
843
841
  "device": "/dev/xvda1",
844
842
  "fs_type": "ext4",
845
- "inodes_available": "474128",
843
+ "inodes_available": "474202",
846
844
  "inodes_percent_used": "10%",
847
- "inodes_used": "50160",
848
- "kb_available": "6591784",
845
+ "inodes_used": "50086",
846
+ "kb_available": "6608548",
849
847
  "kb_size": "8190392",
850
- "kb_used": "1162848",
848
+ "kb_used": "1146084",
851
849
  "mount": "/",
852
850
  "mount_options": [
853
851
  "rw",
@@ -1090,7 +1088,7 @@
1090
1088
  "mount_options": [
1091
1089
  "rw",
1092
1090
  "relatime",
1093
- "fd=30",
1091
+ "fd=31",
1094
1092
  "pgrp=1",
1095
1093
  "timeout=0",
1096
1094
  "minproto=5",
@@ -1528,7 +1526,7 @@
1528
1526
  }
1529
1527
  }
1530
1528
  },
1531
- "ohai_time": 1588214420.057459,
1529
+ "ohai_time": 1597357696.6715193,
1532
1530
  "os": "linux",
1533
1531
  "os_version": "4.9.0-11-amd64",
1534
1532
  "packages": {
@@ -1594,7 +1592,7 @@
1594
1592
  },
1595
1593
  "chef": {
1596
1594
  "arch": "amd64",
1597
- "version": "16.0.257-1"
1595
+ "version": "16.3.45-1"
1598
1596
  },
1599
1597
  "chrony": {
1600
1598
  "arch": "amd64",
@@ -2909,7 +2907,7 @@
2909
2907
  "platform_family": "debian",
2910
2908
  "platform_version": "9",
2911
2909
  "root_group": "root",
2912
- "shard_seed": 202372329,
2910
+ "shard_seed": 176284076,
2913
2911
  "shells": [
2914
2912
  "/bin/sh",
2915
2913
  "/bin/dash",
@@ -1,40 +1,21 @@
1
1
  {
2
2
  "block_device": {
3
- "sda": {
3
+ "xvda": {
4
4
  "logical_block_size": "512",
5
- "model": "VBOX HARDDISK",
6
5
  "physical_block_size": "512",
7
- "queue_depth": "31",
8
6
  "removable": "0",
9
- "rev": "1.0",
10
- "rotational": "1",
11
- "size": "16777216",
12
- "state": "running",
13
- "timeout": "30",
14
- "vendor": "ATA"
15
- },
16
- "sr0": {
17
- "logical_block_size": "512",
18
- "model": "CD-ROM",
19
- "physical_block_size": "512",
20
- "queue_depth": "1",
21
- "removable": "1",
22
- "rev": "1.0",
23
- "rotational": "1",
24
- "size": "2097151",
25
- "state": "running",
26
- "timeout": "30",
27
- "vendor": "VBOX"
7
+ "rotational": "0",
8
+ "size": "16777216"
28
9
  }
29
10
  },
30
11
  "chef_packages": {
31
12
  "chef": {
32
- "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.0.190/lib",
33
- "version": "14.0.190"
13
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.3.45/lib",
14
+ "version": "16.3.45"
34
15
  },
35
16
  "ohai": {
36
- "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.0.31/lib/ohai",
37
- "version": "14.0.31"
17
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.3.2/lib/ohai",
18
+ "version": "16.3.2"
38
19
  }
39
20
  },
40
21
  "command": {
@@ -93,65 +74,31 @@
93
74
  },
94
75
  "current_user": "fauxhai",
95
76
  "dmi": {
96
- "base_board": {
97
- "all_records": [
98
- {
99
- "Asset Tag": "Not Specified",
100
- "Chassis Handle": "0x0003",
101
- "Contained Object Handles": "0",
102
- "Features": {
103
- "Board is a hosting board": null
104
- },
105
- "Location In Chassis": "Not Specified",
106
- "Manufacturer": "Oracle Corporation",
107
- "Product Name": "VirtualBox",
108
- "Serial Number": "0",
109
- "Type": "Motherboard",
110
- "Version": "1.2",
111
- "application_identifier": "Base Board Information",
112
- "record_id": "0x0008",
113
- "size": "2"
114
- }
115
- ],
116
- "asset_tag": "Not Specified",
117
- "chassis_handle": "0x0003",
118
- "contained_object_handles": "0",
119
- "location_in_chassis": "Not Specified",
120
- "manufacturer": "Oracle Corporation",
121
- "product_name": "VirtualBox",
122
- "serial_number": "0",
123
- "type": "Motherboard",
124
- "version": "1.2"
125
- },
126
77
  "bios": {
127
- "address": "0xE0000",
78
+ "address": "0xE8000",
128
79
  "all_records": [
129
80
  {
130
- "Address": "0xE0000",
81
+ "Address": "0xE8000",
82
+ "BIOS Revision": "4.2",
131
83
  "Characteristics": {
132
- "8042 keyboard services are supported (int 9h)": null,
133
- "ACPI is supported": null,
134
- "Boot from CD is supported": null,
135
- "CGA/mono video services are supported (int 10h)": null,
136
- "ISA is supported": null,
137
- "PCI is supported": null,
138
- "Selectable boot is supported": null
84
+ "Targeted content distribution is supported": null
139
85
  },
140
- "ROM Size": "128 kB",
141
- "Release Date": "12/01/2006",
142
- "Runtime Size": "128 kB",
143
- "Vendor": "innotek GmbH",
144
- "Version": "VirtualBox",
86
+ "ROM Size": "64 kB",
87
+ "Release Date": "08/24/2006",
88
+ "Runtime Size": "96 kB",
89
+ "Vendor": "Xen",
90
+ "Version": "4.2.amazon",
145
91
  "application_identifier": "BIOS Information",
146
92
  "record_id": "0x0000",
147
93
  "size": "0"
148
94
  }
149
95
  ],
150
- "release_date": "12/01/2006",
151
- "rom_size": "128 kB",
152
- "runtime_size": "128 kB",
153
- "vendor": "innotek GmbH",
154
- "version": "VirtualBox"
96
+ "bios_revision": "4.2",
97
+ "release_date": "08/24/2006",
98
+ "rom_size": "64 kB",
99
+ "runtime_size": "96 kB",
100
+ "vendor": "Xen",
101
+ "version": "4.2.amazon"
155
102
  },
156
103
  "chassis": {
157
104
  "all_records": [
@@ -159,106 +106,133 @@
159
106
  "Asset Tag": "Not Specified",
160
107
  "Boot-up State": "Safe",
161
108
  "Lock": "Not Present",
162
- "Manufacturer": "Oracle Corporation",
109
+ "Manufacturer": "Xen",
163
110
  "Power Supply State": "Safe",
164
- "Security Status": "None",
111
+ "Security Status": "Unknown",
165
112
  "Serial Number": "Not Specified",
166
113
  "Thermal State": "Safe",
167
114
  "Type": "Other",
168
115
  "Version": "Not Specified",
169
116
  "application_identifier": "Chassis Information",
170
- "record_id": "0x0003",
117
+ "record_id": "0x0300",
171
118
  "size": "3"
172
119
  }
173
120
  ],
174
121
  "asset_tag": "Not Specified",
175
122
  "boot_up_state": "Safe",
176
123
  "lock": "Not Present",
177
- "manufacturer": "Oracle Corporation",
124
+ "manufacturer": "Xen",
178
125
  "power_supply_state": "Safe",
179
- "security_status": "None",
126
+ "security_status": "Unknown",
180
127
  "serial_number": "Not Specified",
181
128
  "thermal_state": "Safe",
182
129
  "type": "Other",
183
130
  "version": "Not Specified"
184
131
  },
185
- "dmidecode_version": "2.12",
132
+ "dmidecode_version": "3.0",
186
133
  "oem_strings": {
187
134
  "all_records": [
188
135
  {
189
- "String 1": "vboxVer_5.2.8",
190
- "String 2": "vboxRev_121009",
136
+ "String 1": "Xen",
191
137
  "application_identifier": "OEM Strings",
192
- "record_id": "0x0002",
138
+ "record_id": "0x0B00",
193
139
  "size": "11"
194
140
  }
195
141
  ],
196
- "string_1": "vboxVer_5.2.8",
197
- "string_2": "vboxRev_121009"
142
+ "string_1": "Xen"
198
143
  },
199
- "smbios_version": "2.5",
144
+ "processor": {
145
+ "all_records": [
146
+ {
147
+ "Current Speed": "2400 MHz",
148
+ "External Clock": "Unknown",
149
+ "Family": "Other",
150
+ "ID": "F2 06 03 00 FF FB 89 17",
151
+ "Manufacturer": "Intel",
152
+ "Max Speed": "2400 MHz",
153
+ "Socket Designation": "CPU 1",
154
+ "Status": "Populated, Enabled",
155
+ "Type": "Central Processor",
156
+ "Upgrade": "Other",
157
+ "Version": "Not Specified",
158
+ "Voltage": "Unknown",
159
+ "application_identifier": "Processor Information",
160
+ "record_id": "0x0401",
161
+ "size": "4"
162
+ }
163
+ ],
164
+ "current_speed": "2400 MHz",
165
+ "external_clock": "Unknown",
166
+ "family": "Other",
167
+ "id": "F2 06 03 00 FF FB 89 17",
168
+ "manufacturer": "Intel",
169
+ "max_speed": "2400 MHz",
170
+ "socket_designation": "CPU 1",
171
+ "status": "Populated, Enabled",
172
+ "type": "Central Processor",
173
+ "upgrade": "Other",
174
+ "version": "Not Specified",
175
+ "voltage": "Unknown"
176
+ },
177
+ "smbios_version": "2.7",
200
178
  "structures": {
201
- "count": "10",
202
- "size": "449"
179
+ "count": "11",
180
+ "size": "359"
203
181
  },
204
182
  "system": {
205
183
  "all_records": [
206
184
  {
207
- "Family": "Virtual Machine",
208
- "Manufacturer": "innotek GmbH",
209
- "Product Name": "VirtualBox",
185
+ "Family": "Not Specified",
186
+ "Manufacturer": "Xen",
187
+ "Product Name": "HVM domU",
210
188
  "SKU Number": "Not Specified",
211
- "Serial Number": "0",
212
- "UUID": "FFEEE4BF-E450-48B8-A8FF-9C8132503ED2",
213
- "Version": "1.2",
189
+ "Serial Number": "ec241004-2510-927d-25c9-9bdce55c6516",
190
+ "UUID": "EC241004-2510-927D-25C9-9BDCE55C6516",
191
+ "Version": "4.2.amazon",
214
192
  "Wake-up Type": "Power Switch",
215
193
  "application_identifier": "System Information",
216
- "record_id": "0x0001",
194
+ "record_id": "0x0100",
217
195
  "size": "1"
218
196
  }
219
197
  ],
220
- "family": "Virtual Machine",
221
- "manufacturer": "innotek GmbH",
222
- "product_name": "VirtualBox",
223
- "serial_number": "0",
198
+ "family": "Not Specified",
199
+ "manufacturer": "Xen",
200
+ "product_name": "HVM domU",
201
+ "serial_number": "ec241004-2510-927d-25c9-9bdce55c6516",
224
202
  "sku_number": "Not Specified",
225
- "uuid": "FFEEE4BF-E450-48B8-A8FF-9C8132503ED2",
226
- "version": "1.2",
203
+ "uuid": "EC241004-2510-927D-25C9-9BDCE55C6516",
204
+ "version": "4.2.amazon",
227
205
  "wake_up_type": "Power Switch"
228
- },
229
- "table_location": "0x000E1000"
206
+ }
230
207
  },
231
208
  "domain": "local",
232
209
  "filesystem": {
233
210
  "by_device": {
234
- "/dev/sda": {},
235
- "/dev/sda1": {
211
+ "/dev/xvda": {
212
+ "mounts": []
213
+ },
214
+ "/dev/xvda1": {
236
215
  "fs_type": "ext4",
237
- "inodes_available": "445948",
238
- "inodes_percent_used": "11%",
239
- "inodes_used": "53764",
240
- "kb_available": "6057724",
241
- "kb_size": "7736784",
242
- "kb_used": "1263012",
216
+ "inodes_available": "474306",
217
+ "inodes_percent_used": "10%",
218
+ "inodes_used": "49982",
219
+ "kb_available": "6608772",
220
+ "kb_size": "8190392",
221
+ "kb_used": "1145860",
243
222
  "mount_options": [
244
223
  "rw",
245
224
  "relatime",
225
+ "discard",
246
226
  "errors=remount-ro",
247
227
  "data=ordered"
248
228
  ],
249
229
  "mounts": [
250
230
  "/"
251
231
  ],
252
- "percent_used": "18%",
253
- "total_inodes": "499712",
254
- "uuid": "8d580742-ece8-4737-8c32-3d6f8874f032"
232
+ "percent_used": "15%",
233
+ "total_inodes": "524288",
234
+ "uuid": "8821f546-a94c-4f56-b65d-dd8a4b04951e"
255
235
  },
256
- "/dev/sda2": {},
257
- "/dev/sda5": {
258
- "fs_type": "swap",
259
- "uuid": "f6c172fd-fdb6-4e73-856d-5e069974ac22"
260
- },
261
- "/dev/sr0": {},
262
236
  "cgroup": {
263
237
  "fs_type": "cgroup",
264
238
  "mount_options": [
@@ -267,17 +241,19 @@
267
241
  "nodev",
268
242
  "noexec",
269
243
  "relatime",
270
- "perf_event"
244
+ "freezer"
271
245
  ],
272
246
  "mounts": [
273
247
  "/sys/fs/cgroup/systemd",
274
- "/sys/fs/cgroup/cpuset",
275
- "/sys/fs/cgroup/cpu,cpuacct",
276
- "/sys/fs/cgroup/devices",
277
- "/sys/fs/cgroup/freezer",
278
248
  "/sys/fs/cgroup/net_cls,net_prio",
249
+ "/sys/fs/cgroup/memory",
279
250
  "/sys/fs/cgroup/blkio",
280
- "/sys/fs/cgroup/perf_event"
251
+ "/sys/fs/cgroup/devices",
252
+ "/sys/fs/cgroup/pids",
253
+ "/sys/fs/cgroup/cpuset",
254
+ "/sys/fs/cgroup/cpu,cpuacct",
255
+ "/sys/fs/cgroup/perf_event",
256
+ "/sys/fs/cgroup/freezer"
281
257
  ]
282
258
  },
283
259
  "debugfs": {
@@ -351,25 +327,6 @@
351
327
  "/sys/fs/pstore"
352
328
  ]
353
329
  },
354
- "rootfs": {
355
- "fs_type": "rootfs",
356
- "mount_options": [
357
- "rw"
358
- ],
359
- "mounts": [
360
- "/"
361
- ]
362
- },
363
- "rpc_pipefs": {
364
- "fs_type": "rpc_pipefs",
365
- "mount_options": [
366
- "rw",
367
- "relatime"
368
- ],
369
- "mounts": [
370
- "/run/rpc_pipefs"
371
- ]
372
- },
373
330
  "securityfs": {
374
331
  "fs_type": "securityfs",
375
332
  "mount_options": [
@@ -401,12 +358,13 @@
401
358
  "mount_options": [
402
359
  "rw",
403
360
  "relatime",
404
- "fd=23",
361
+ "fd=28",
405
362
  "pgrp=1",
406
- "timeout=300",
363
+ "timeout=0",
407
364
  "minproto=5",
408
365
  "maxproto=5",
409
- "direct"
366
+ "direct",
367
+ "pipe_ino=9475"
410
368
  ],
411
369
  "mounts": [
412
370
  "/proc/sys/fs/binfmt_misc"
@@ -414,90 +372,99 @@
414
372
  },
415
373
  "tmpfs": {
416
374
  "fs_type": "tmpfs",
417
- "inodes_available": "128027",
375
+ "inodes_available": "127295",
418
376
  "inodes_percent_used": "1%",
419
- "inodes_used": "13",
420
- "kb_available": "512160",
421
- "kb_size": "512160",
377
+ "inodes_used": "10",
378
+ "kb_available": "101844",
379
+ "kb_size": "101844",
422
380
  "kb_used": "0",
423
381
  "mount_options": [
424
- "ro",
382
+ "rw",
425
383
  "nosuid",
426
384
  "nodev",
427
- "noexec",
428
- "mode=755"
385
+ "relatime",
386
+ "size=101844k",
387
+ "mode=700",
388
+ "uid=1000",
389
+ "gid=1000"
429
390
  ],
430
391
  "mounts": [
431
392
  "/run",
432
393
  "/dev/shm",
433
394
  "/run/lock",
434
- "/sys/fs/cgroup"
395
+ "/sys/fs/cgroup",
396
+ "/run/user/1000"
435
397
  ],
436
398
  "percent_used": "0%",
437
- "total_inodes": "128040"
399
+ "total_inodes": "127305"
438
400
  },
439
401
  "udev": {
440
402
  "fs_type": "devtmpfs",
441
- "inodes_available": "125614",
403
+ "inodes_available": "124285",
442
404
  "inodes_percent_used": "1%",
443
- "inodes_used": "327",
444
- "kb_available": "10240",
445
- "kb_size": "10240",
405
+ "inodes_used": "273",
406
+ "kb_available": "498232",
407
+ "kb_size": "498232",
446
408
  "kb_used": "0",
447
409
  "mount_options": [
448
410
  "rw",
411
+ "nosuid",
449
412
  "relatime",
450
- "size=10240k",
451
- "nr_inodes=125941",
413
+ "size=498232k",
414
+ "nr_inodes=124558",
452
415
  "mode=755"
453
416
  ],
454
417
  "mounts": [
455
418
  "/dev"
456
419
  ],
457
420
  "percent_used": "0%",
458
- "total_inodes": "125941"
421
+ "total_inodes": "124558"
459
422
  }
460
423
  },
461
424
  "by_mountpoint": {
462
425
  "/": {
463
426
  "devices": [
464
- "/dev/sda1",
465
- "rootfs"
427
+ "/dev/xvda1"
466
428
  ],
467
- "fs_type": "rootfs",
468
- "inodes_available": "445948",
469
- "inodes_percent_used": "11%",
470
- "inodes_used": "53764",
471
- "kb_available": "6057724",
472
- "kb_size": "7736784",
473
- "kb_used": "1263012",
474
- "mount_options": [
475
- "rw"
429
+ "fs_type": "ext4",
430
+ "inodes_available": "474306",
431
+ "inodes_percent_used": "10%",
432
+ "inodes_used": "49982",
433
+ "kb_available": "6608772",
434
+ "kb_size": "8190392",
435
+ "kb_used": "1145860",
436
+ "mount_options": [
437
+ "rw",
438
+ "relatime",
439
+ "discard",
440
+ "errors=remount-ro",
441
+ "data=ordered"
476
442
  ],
477
- "percent_used": "18%",
478
- "total_inodes": "499712",
479
- "uuid": "8d580742-ece8-4737-8c32-3d6f8874f032"
443
+ "percent_used": "15%",
444
+ "total_inodes": "524288",
445
+ "uuid": "8821f546-a94c-4f56-b65d-dd8a4b04951e"
480
446
  },
481
447
  "/dev": {
482
448
  "devices": [
483
449
  "udev"
484
450
  ],
485
451
  "fs_type": "devtmpfs",
486
- "inodes_available": "125614",
452
+ "inodes_available": "124285",
487
453
  "inodes_percent_used": "1%",
488
- "inodes_used": "327",
489
- "kb_available": "10240",
490
- "kb_size": "10240",
454
+ "inodes_used": "273",
455
+ "kb_available": "498232",
456
+ "kb_size": "498232",
491
457
  "kb_used": "0",
492
458
  "mount_options": [
493
459
  "rw",
460
+ "nosuid",
494
461
  "relatime",
495
- "size=10240k",
496
- "nr_inodes=125941",
462
+ "size=498232k",
463
+ "nr_inodes=124558",
497
464
  "mode=755"
498
465
  ],
499
466
  "percent_used": "0%",
500
- "total_inodes": "125941"
467
+ "total_inodes": "124558"
501
468
  },
502
469
  "/dev/hugepages": {
503
470
  "devices": [
@@ -539,11 +506,11 @@
539
506
  "tmpfs"
540
507
  ],
541
508
  "fs_type": "tmpfs",
542
- "inodes_available": "128039",
509
+ "inodes_available": "127304",
543
510
  "inodes_percent_used": "1%",
544
511
  "inodes_used": "1",
545
- "kb_available": "512160",
546
- "kb_size": "512160",
512
+ "kb_available": "509220",
513
+ "kb_size": "509220",
547
514
  "kb_used": "0",
548
515
  "mount_options": [
549
516
  "rw",
@@ -551,7 +518,7 @@
551
518
  "nodev"
552
519
  ],
553
520
  "percent_used": "0%",
554
- "total_inodes": "128040"
521
+ "total_inodes": "127305"
555
522
  },
556
523
  "/proc": {
557
524
  "devices": [
@@ -574,12 +541,13 @@
574
541
  "mount_options": [
575
542
  "rw",
576
543
  "relatime",
577
- "fd=23",
544
+ "fd=28",
578
545
  "pgrp=1",
579
- "timeout=300",
546
+ "timeout=0",
580
547
  "minproto=5",
581
548
  "maxproto=5",
582
- "direct"
549
+ "direct",
550
+ "pipe_ino=9475"
583
551
  ]
584
552
  },
585
553
  "/run": {
@@ -587,30 +555,31 @@
587
555
  "tmpfs"
588
556
  ],
589
557
  "fs_type": "tmpfs",
590
- "inodes_available": "127665",
558
+ "inodes_available": "126484",
591
559
  "inodes_percent_used": "1%",
592
- "inodes_used": "375",
593
- "kb_available": "200412",
594
- "kb_size": "204868",
595
- "kb_used": "4456",
560
+ "inodes_used": "821",
561
+ "kb_available": "97768",
562
+ "kb_size": "101844",
563
+ "kb_used": "4076",
596
564
  "mount_options": [
597
565
  "rw",
598
566
  "nosuid",
567
+ "noexec",
599
568
  "relatime",
600
- "size=204868k",
569
+ "size=101844k",
601
570
  "mode=755"
602
571
  ],
603
- "percent_used": "3%",
604
- "total_inodes": "128040"
572
+ "percent_used": "5%",
573
+ "total_inodes": "127305"
605
574
  },
606
575
  "/run/lock": {
607
576
  "devices": [
608
577
  "tmpfs"
609
578
  ],
610
579
  "fs_type": "tmpfs",
611
- "inodes_available": "128037",
580
+ "inodes_available": "127303",
612
581
  "inodes_percent_used": "1%",
613
- "inodes_used": "3",
582
+ "inodes_used": "2",
614
583
  "kb_available": "5120",
615
584
  "kb_size": "5120",
616
585
  "kb_used": "0",
@@ -623,17 +592,31 @@
623
592
  "size=5120k"
624
593
  ],
625
594
  "percent_used": "0%",
626
- "total_inodes": "128040"
595
+ "total_inodes": "127305"
627
596
  },
628
- "/run/rpc_pipefs": {
597
+ "/run/user/1000": {
629
598
  "devices": [
630
- "rpc_pipefs"
599
+ "tmpfs"
631
600
  ],
632
- "fs_type": "rpc_pipefs",
601
+ "fs_type": "tmpfs",
602
+ "inodes_available": "127295",
603
+ "inodes_percent_used": "1%",
604
+ "inodes_used": "10",
605
+ "kb_available": "101844",
606
+ "kb_size": "101844",
607
+ "kb_used": "0",
633
608
  "mount_options": [
634
609
  "rw",
635
- "relatime"
636
- ]
610
+ "nosuid",
611
+ "nodev",
612
+ "relatime",
613
+ "size=101844k",
614
+ "mode=700",
615
+ "uid=1000",
616
+ "gid=1000"
617
+ ],
618
+ "percent_used": "0%",
619
+ "total_inodes": "127305"
637
620
  },
638
621
  "/sys": {
639
622
  "devices": [
@@ -653,11 +636,11 @@
653
636
  "tmpfs"
654
637
  ],
655
638
  "fs_type": "tmpfs",
656
- "inodes_available": "128027",
639
+ "inodes_available": "127290",
657
640
  "inodes_percent_used": "1%",
658
- "inodes_used": "13",
659
- "kb_available": "512160",
660
- "kb_size": "512160",
641
+ "inodes_used": "15",
642
+ "kb_available": "509220",
643
+ "kb_size": "509220",
661
644
  "kb_used": "0",
662
645
  "mount_options": [
663
646
  "ro",
@@ -667,7 +650,7 @@
667
650
  "mode=755"
668
651
  ],
669
652
  "percent_used": "0%",
670
- "total_inodes": "128040"
653
+ "total_inodes": "127305"
671
654
  },
672
655
  "/sys/fs/cgroup/blkio": {
673
656
  "devices": [
@@ -740,6 +723,20 @@
740
723
  "freezer"
741
724
  ]
742
725
  },
726
+ "/sys/fs/cgroup/memory": {
727
+ "devices": [
728
+ "cgroup"
729
+ ],
730
+ "fs_type": "cgroup",
731
+ "mount_options": [
732
+ "rw",
733
+ "nosuid",
734
+ "nodev",
735
+ "noexec",
736
+ "relatime",
737
+ "memory"
738
+ ]
739
+ },
743
740
  "/sys/fs/cgroup/net_cls,net_prio": {
744
741
  "devices": [
745
742
  "cgroup"
@@ -769,6 +766,20 @@
769
766
  "perf_event"
770
767
  ]
771
768
  },
769
+ "/sys/fs/cgroup/pids": {
770
+ "devices": [
771
+ "cgroup"
772
+ ],
773
+ "fs_type": "cgroup",
774
+ "mount_options": [
775
+ "rw",
776
+ "nosuid",
777
+ "nodev",
778
+ "noexec",
779
+ "relatime",
780
+ "pids"
781
+ ]
782
+ },
772
783
  "/sys/fs/cgroup/systemd": {
773
784
  "devices": [
774
785
  "cgroup"
@@ -823,39 +834,29 @@
823
834
  }
824
835
  },
825
836
  "by_pair": {
826
- "/dev/sda,": {
827
- "device": "/dev/sda"
837
+ "/dev/xvda,": {
838
+ "device": "/dev/xvda"
828
839
  },
829
- "/dev/sda1,/": {
830
- "device": "/dev/sda1",
840
+ "/dev/xvda1,/": {
841
+ "device": "/dev/xvda1",
831
842
  "fs_type": "ext4",
832
- "inodes_available": "445948",
833
- "inodes_percent_used": "11%",
834
- "inodes_used": "53764",
835
- "kb_available": "6057724",
836
- "kb_size": "7736784",
837
- "kb_used": "1263012",
843
+ "inodes_available": "474306",
844
+ "inodes_percent_used": "10%",
845
+ "inodes_used": "49982",
846
+ "kb_available": "6608772",
847
+ "kb_size": "8190392",
848
+ "kb_used": "1145860",
838
849
  "mount": "/",
839
850
  "mount_options": [
840
851
  "rw",
841
852
  "relatime",
853
+ "discard",
842
854
  "errors=remount-ro",
843
855
  "data=ordered"
844
856
  ],
845
- "percent_used": "18%",
846
- "total_inodes": "499712",
847
- "uuid": "8d580742-ece8-4737-8c32-3d6f8874f032"
848
- },
849
- "/dev/sda2,": {
850
- "device": "/dev/sda2"
851
- },
852
- "/dev/sda5,": {
853
- "device": "/dev/sda5",
854
- "fs_type": "swap",
855
- "uuid": "f6c172fd-fdb6-4e73-856d-5e069974ac22"
856
- },
857
- "/dev/sr0,": {
858
- "device": "/dev/sr0"
857
+ "percent_used": "15%",
858
+ "total_inodes": "524288",
859
+ "uuid": "8821f546-a94c-4f56-b65d-dd8a4b04951e"
859
860
  },
860
861
  "cgroup,/sys/fs/cgroup/blkio": {
861
862
  "device": "cgroup",
@@ -923,6 +924,19 @@
923
924
  "freezer"
924
925
  ]
925
926
  },
927
+ "cgroup,/sys/fs/cgroup/memory": {
928
+ "device": "cgroup",
929
+ "fs_type": "cgroup",
930
+ "mount": "/sys/fs/cgroup/memory",
931
+ "mount_options": [
932
+ "rw",
933
+ "nosuid",
934
+ "nodev",
935
+ "noexec",
936
+ "relatime",
937
+ "memory"
938
+ ]
939
+ },
926
940
  "cgroup,/sys/fs/cgroup/net_cls,net_prio": {
927
941
  "device": "cgroup",
928
942
  "fs_type": "cgroup",
@@ -950,6 +964,19 @@
950
964
  "perf_event"
951
965
  ]
952
966
  },
967
+ "cgroup,/sys/fs/cgroup/pids": {
968
+ "device": "cgroup",
969
+ "fs_type": "cgroup",
970
+ "mount": "/sys/fs/cgroup/pids",
971
+ "mount_options": [
972
+ "rw",
973
+ "nosuid",
974
+ "nodev",
975
+ "noexec",
976
+ "relatime",
977
+ "pids"
978
+ ]
979
+ },
953
980
  "cgroup,/sys/fs/cgroup/systemd": {
954
981
  "device": "cgroup",
955
982
  "fs_type": "cgroup",
@@ -1030,23 +1057,6 @@
1030
1057
  "relatime"
1031
1058
  ]
1032
1059
  },
1033
- "rootfs,/": {
1034
- "device": "rootfs",
1035
- "fs_type": "rootfs",
1036
- "mount": "/",
1037
- "mount_options": [
1038
- "rw"
1039
- ]
1040
- },
1041
- "rpc_pipefs,/run/rpc_pipefs": {
1042
- "device": "rpc_pipefs",
1043
- "fs_type": "rpc_pipefs",
1044
- "mount": "/run/rpc_pipefs",
1045
- "mount_options": [
1046
- "rw",
1047
- "relatime"
1048
- ]
1049
- },
1050
1060
  "securityfs,/sys/kernel/security": {
1051
1061
  "device": "securityfs",
1052
1062
  "fs_type": "securityfs",
@@ -1078,22 +1088,23 @@
1078
1088
  "mount_options": [
1079
1089
  "rw",
1080
1090
  "relatime",
1081
- "fd=23",
1091
+ "fd=28",
1082
1092
  "pgrp=1",
1083
- "timeout=300",
1093
+ "timeout=0",
1084
1094
  "minproto=5",
1085
1095
  "maxproto=5",
1086
- "direct"
1096
+ "direct",
1097
+ "pipe_ino=9475"
1087
1098
  ]
1088
1099
  },
1089
1100
  "tmpfs,/dev/shm": {
1090
1101
  "device": "tmpfs",
1091
1102
  "fs_type": "tmpfs",
1092
- "inodes_available": "128039",
1103
+ "inodes_available": "127304",
1093
1104
  "inodes_percent_used": "1%",
1094
1105
  "inodes_used": "1",
1095
- "kb_available": "512160",
1096
- "kb_size": "512160",
1106
+ "kb_available": "509220",
1107
+ "kb_size": "509220",
1097
1108
  "kb_used": "0",
1098
1109
  "mount": "/dev/shm",
1099
1110
  "mount_options": [
@@ -1102,34 +1113,35 @@
1102
1113
  "nodev"
1103
1114
  ],
1104
1115
  "percent_used": "0%",
1105
- "total_inodes": "128040"
1116
+ "total_inodes": "127305"
1106
1117
  },
1107
1118
  "tmpfs,/run": {
1108
1119
  "device": "tmpfs",
1109
1120
  "fs_type": "tmpfs",
1110
- "inodes_available": "127665",
1121
+ "inodes_available": "126484",
1111
1122
  "inodes_percent_used": "1%",
1112
- "inodes_used": "375",
1113
- "kb_available": "200412",
1114
- "kb_size": "204868",
1115
- "kb_used": "4456",
1123
+ "inodes_used": "821",
1124
+ "kb_available": "97768",
1125
+ "kb_size": "101844",
1126
+ "kb_used": "4076",
1116
1127
  "mount": "/run",
1117
1128
  "mount_options": [
1118
1129
  "rw",
1119
1130
  "nosuid",
1131
+ "noexec",
1120
1132
  "relatime",
1121
- "size=204868k",
1133
+ "size=101844k",
1122
1134
  "mode=755"
1123
1135
  ],
1124
- "percent_used": "3%",
1125
- "total_inodes": "128040"
1136
+ "percent_used": "5%",
1137
+ "total_inodes": "127305"
1126
1138
  },
1127
1139
  "tmpfs,/run/lock": {
1128
1140
  "device": "tmpfs",
1129
1141
  "fs_type": "tmpfs",
1130
- "inodes_available": "128037",
1142
+ "inodes_available": "127303",
1131
1143
  "inodes_percent_used": "1%",
1132
- "inodes_used": "3",
1144
+ "inodes_used": "2",
1133
1145
  "kb_available": "5120",
1134
1146
  "kb_size": "5120",
1135
1147
  "kb_used": "0",
@@ -1143,16 +1155,39 @@
1143
1155
  "size=5120k"
1144
1156
  ],
1145
1157
  "percent_used": "0%",
1146
- "total_inodes": "128040"
1158
+ "total_inodes": "127305"
1159
+ },
1160
+ "tmpfs,/run/user/1000": {
1161
+ "device": "tmpfs",
1162
+ "fs_type": "tmpfs",
1163
+ "inodes_available": "127295",
1164
+ "inodes_percent_used": "1%",
1165
+ "inodes_used": "10",
1166
+ "kb_available": "101844",
1167
+ "kb_size": "101844",
1168
+ "kb_used": "0",
1169
+ "mount": "/run/user/1000",
1170
+ "mount_options": [
1171
+ "rw",
1172
+ "nosuid",
1173
+ "nodev",
1174
+ "relatime",
1175
+ "size=101844k",
1176
+ "mode=700",
1177
+ "uid=1000",
1178
+ "gid=1000"
1179
+ ],
1180
+ "percent_used": "0%",
1181
+ "total_inodes": "127305"
1147
1182
  },
1148
1183
  "tmpfs,/sys/fs/cgroup": {
1149
1184
  "device": "tmpfs",
1150
1185
  "fs_type": "tmpfs",
1151
- "inodes_available": "128027",
1186
+ "inodes_available": "127290",
1152
1187
  "inodes_percent_used": "1%",
1153
- "inodes_used": "13",
1154
- "kb_available": "512160",
1155
- "kb_size": "512160",
1188
+ "inodes_used": "15",
1189
+ "kb_available": "509220",
1190
+ "kb_size": "509220",
1156
1191
  "kb_used": "0",
1157
1192
  "mount": "/sys/fs/cgroup",
1158
1193
  "mount_options": [
@@ -1163,27 +1198,28 @@
1163
1198
  "mode=755"
1164
1199
  ],
1165
1200
  "percent_used": "0%",
1166
- "total_inodes": "128040"
1201
+ "total_inodes": "127305"
1167
1202
  },
1168
1203
  "udev,/dev": {
1169
1204
  "device": "udev",
1170
1205
  "fs_type": "devtmpfs",
1171
- "inodes_available": "125614",
1206
+ "inodes_available": "124285",
1172
1207
  "inodes_percent_used": "1%",
1173
- "inodes_used": "327",
1174
- "kb_available": "10240",
1175
- "kb_size": "10240",
1208
+ "inodes_used": "273",
1209
+ "kb_available": "498232",
1210
+ "kb_size": "498232",
1176
1211
  "kb_used": "0",
1177
1212
  "mount": "/dev",
1178
1213
  "mount_options": [
1179
1214
  "rw",
1215
+ "nosuid",
1180
1216
  "relatime",
1181
- "size=10240k",
1182
- "nr_inodes=125941",
1217
+ "size=498232k",
1218
+ "nr_inodes=124558",
1183
1219
  "mode=755"
1184
1220
  ],
1185
1221
  "percent_used": "0%",
1186
- "total_inodes": "125941"
1222
+ "total_inodes": "124558"
1187
1223
  }
1188
1224
  }
1189
1225
  },
@@ -1203,304 +1239,177 @@
1203
1239
  "modules": {
1204
1240
  "ablk_helper": {
1205
1241
  "refcount": "1",
1206
- "size": "12572"
1207
- },
1208
- "ac": {
1209
- "refcount": "0",
1210
- "size": "12715"
1211
- },
1212
- "ac97_bus": {
1213
- "refcount": "1",
1214
- "size": "12510"
1242
+ "size": "16384"
1215
1243
  },
1216
1244
  "aes_x86_64": {
1217
1245
  "refcount": "1",
1218
- "size": "16719"
1246
+ "size": "20480"
1219
1247
  },
1220
1248
  "aesni_intel": {
1221
1249
  "refcount": "0",
1222
- "size": "151423"
1223
- },
1224
- "ahci": {
1225
- "refcount": "2",
1226
- "size": "33334",
1227
- "version": "3.0"
1250
+ "size": "167936"
1228
1251
  },
1229
1252
  "ata_generic": {
1230
1253
  "refcount": "0",
1231
- "size": "12490",
1254
+ "size": "16384",
1232
1255
  "version": "0.2.15"
1233
1256
  },
1234
1257
  "ata_piix": {
1235
1258
  "refcount": "0",
1236
- "size": "33592",
1259
+ "size": "36864",
1237
1260
  "version": "2.13"
1238
1261
  },
1239
- "auth_rpcgss": {
1240
- "refcount": "1",
1241
- "size": "51209"
1242
- },
1243
1262
  "autofs4": {
1244
1263
  "refcount": "2",
1245
- "size": "35529"
1246
- },
1247
- "battery": {
1248
- "refcount": "0",
1249
- "size": "17404"
1264
+ "size": "40960"
1250
1265
  },
1251
1266
  "button": {
1252
1267
  "refcount": "0",
1253
- "size": "12909"
1268
+ "size": "16384"
1254
1269
  },
1255
- "cdrom": {
1270
+ "cirrus": {
1256
1271
  "refcount": "1",
1257
- "size": "47424"
1272
+ "size": "24576"
1258
1273
  },
1259
1274
  "crc16": {
1260
1275
  "refcount": "1",
1261
- "size": "12343"
1276
+ "size": "16384"
1262
1277
  },
1263
1278
  "crc32_pclmul": {
1264
1279
  "refcount": "0",
1265
- "size": "12915"
1280
+ "size": "16384"
1266
1281
  },
1267
- "crc32c_intel": {
1282
+ "crc32c_generic": {
1268
1283
  "refcount": "0",
1269
- "size": "21809"
1284
+ "size": "16384"
1270
1285
  },
1271
- "crc_itu_t": {
1272
- "refcount": "1",
1273
- "size": "12347"
1286
+ "crc32c_intel": {
1287
+ "refcount": "2",
1288
+ "size": "24576"
1274
1289
  },
1275
- "crc_t10dif": {
1276
- "refcount": "1",
1277
- "size": "12431"
1290
+ "crct10dif_pclmul": {
1291
+ "refcount": "0",
1292
+ "size": "16384"
1278
1293
  },
1279
- "crct10dif_common": {
1294
+ "cryptd": {
1280
1295
  "refcount": "3",
1281
- "size": "12356"
1296
+ "size": "24576"
1282
1297
  },
1283
- "crct10dif_generic": {
1284
- "refcount": "0",
1285
- "size": "12581"
1298
+ "drm": {
1299
+ "refcount": "4",
1300
+ "size": "360448"
1286
1301
  },
1287
- "crct10dif_pclmul": {
1302
+ "drm_kms_helper": {
1288
1303
  "refcount": "1",
1289
- "size": "13387"
1304
+ "size": "155648"
1290
1305
  },
1291
- "cryptd": {
1292
- "refcount": "2",
1293
- "size": "14516"
1294
- },
1295
- "e1000": {
1306
+ "ecb": {
1296
1307
  "refcount": "0",
1297
- "size": "122545",
1298
- "version": "7.3.21-k8-NAPI"
1308
+ "size": "16384"
1299
1309
  },
1300
- "ehci_hcd": {
1310
+ "edac_core": {
1301
1311
  "refcount": "1",
1302
- "size": "69837"
1303
- },
1304
- "ehci_pci": {
1305
- "refcount": "0",
1306
- "size": "12512"
1312
+ "size": "77824"
1307
1313
  },
1308
1314
  "evdev": {
1309
- "refcount": "7",
1310
- "size": "17445"
1315
+ "refcount": "2",
1316
+ "size": "24576"
1311
1317
  },
1312
1318
  "ext4": {
1313
1319
  "refcount": "1",
1314
- "size": "490301"
1320
+ "size": "593920"
1315
1321
  },
1316
- "fscache": {
1317
- "refcount": "1",
1318
- "size": "45542"
1322
+ "floppy": {
1323
+ "refcount": "0",
1324
+ "size": "77824"
1319
1325
  },
1320
- "gf128mul": {
1326
+ "fscrypto": {
1321
1327
  "refcount": "1",
1322
- "size": "12970"
1328
+ "size": "28672"
1323
1329
  },
1324
- "glue_helper": {
1330
+ "gf128mul": {
1325
1331
  "refcount": "1",
1326
- "size": "12695"
1327
- },
1328
- "hid": {
1329
- "refcount": "2",
1330
- "size": "102264"
1332
+ "size": "16384"
1331
1333
  },
1332
- "hid_generic": {
1334
+ "ghash_clmulni_intel": {
1333
1335
  "refcount": "0",
1334
- "size": "12393"
1336
+ "size": "16384"
1335
1337
  },
1336
- "i2c_core": {
1338
+ "glue_helper": {
1337
1339
  "refcount": "1",
1338
- "size": "46012"
1340
+ "size": "16384"
1339
1341
  },
1340
1342
  "i2c_piix4": {
1341
1343
  "refcount": "0",
1342
- "size": "20864"
1344
+ "size": "24576"
1343
1345
  },
1344
- "isofs": {
1346
+ "intel_rapl": {
1345
1347
  "refcount": "0",
1346
- "size": "38965"
1348
+ "size": "20480"
1347
1349
  },
1348
- "jbd2": {
1349
- "refcount": "1",
1350
- "size": "82514"
1350
+ "intel_rapl_perf": {
1351
+ "refcount": "0",
1352
+ "size": "16384"
1351
1353
  },
1352
- "joydev": {
1354
+ "ip_tables": {
1353
1355
  "refcount": "0",
1354
- "size": "17063"
1356
+ "size": "24576"
1355
1357
  },
1356
- "libahci": {
1358
+ "jbd2": {
1357
1359
  "refcount": "1",
1358
- "size": "27158"
1360
+ "size": "106496"
1359
1361
  },
1360
1362
  "libata": {
1361
- "refcount": "4",
1362
- "size": "177500",
1363
- "version": "3.00"
1364
- },
1365
- "lockd": {
1366
1363
  "refcount": "2",
1367
- "size": "83389"
1364
+ "size": "249856",
1365
+ "version": "3.00"
1368
1366
  },
1369
1367
  "lrw": {
1370
1368
  "refcount": "1",
1371
- "size": "12757"
1369
+ "size": "16384"
1372
1370
  },
1373
1371
  "mbcache": {
1374
- "refcount": "1",
1375
- "size": "17171"
1376
- },
1377
- "nfs": {
1378
- "refcount": "0",
1379
- "size": "192232"
1380
- },
1381
- "nfs_acl": {
1382
- "refcount": "1",
1383
- "size": "12511"
1384
- },
1385
- "nfsd": {
1386
- "refcount": "2",
1387
- "size": "267075"
1388
- },
1389
- "ohci_hcd": {
1390
- "refcount": "1",
1391
- "size": "42982"
1392
- },
1393
- "ohci_pci": {
1394
- "refcount": "0",
1395
- "size": "12808"
1396
- },
1397
- "oid_registry": {
1398
- "refcount": "1",
1399
- "size": "12419"
1400
- },
1401
- "parport": {
1402
1372
  "refcount": "2",
1403
- "size": "35749"
1404
- },
1405
- "parport_pc": {
1406
- "refcount": "0",
1407
- "size": "26300"
1408
- },
1409
- "pcspkr": {
1410
- "refcount": "0",
1411
- "size": "12595"
1412
- },
1413
- "ppdev": {
1414
- "refcount": "0",
1415
- "size": "16782"
1416
- },
1417
- "processor": {
1418
- "refcount": "0",
1419
- "size": "31813"
1373
+ "size": "16384"
1420
1374
  },
1421
1375
  "psmouse": {
1422
1376
  "refcount": "0",
1423
- "size": "103345"
1424
- },
1425
- "scsi_mod": {
1426
- "refcount": "4",
1427
- "size": "191405"
1428
- },
1429
- "sd_mod": {
1430
- "refcount": "3",
1431
- "size": "44412"
1432
- },
1433
- "serio_raw": {
1434
- "refcount": "0",
1435
- "size": "12849"
1377
+ "size": "135168"
1436
1378
  },
1437
- "sg": {
1379
+ "sb_edac": {
1438
1380
  "refcount": "0",
1439
- "size": "29973",
1440
- "version": "3.5.34"
1381
+ "size": "24576"
1441
1382
  },
1442
- "snd": {
1443
- "refcount": "4",
1444
- "size": "65338"
1445
- },
1446
- "snd_ac97_codec": {
1383
+ "scsi_mod": {
1447
1384
  "refcount": "1",
1448
- "size": "118711"
1385
+ "size": "225280"
1449
1386
  },
1450
- "snd_intel8x0": {
1387
+ "serio_raw": {
1451
1388
  "refcount": "0",
1452
- "size": "34948"
1389
+ "size": "16384"
1453
1390
  },
1454
- "snd_pcm": {
1455
- "refcount": "2",
1456
- "size": "88662"
1457
- },
1458
- "snd_timer": {
1391
+ "ttm": {
1459
1392
  "refcount": "1",
1460
- "size": "26720"
1393
+ "size": "98304"
1461
1394
  },
1462
- "soundcore": {
1395
+ "x_tables": {
1463
1396
  "refcount": "1",
1464
- "size": "13026"
1465
- },
1466
- "sr_mod": {
1467
- "refcount": "0",
1468
- "size": "21903"
1397
+ "size": "36864"
1469
1398
  },
1470
- "sunrpc": {
1471
- "refcount": "6",
1472
- "size": "241502"
1473
- },
1474
- "thermal_sys": {
1399
+ "xen_blkfront": {
1475
1400
  "refcount": "2",
1476
- "size": "27642"
1477
- },
1478
- "udf": {
1479
- "refcount": "0",
1480
- "size": "87759"
1481
- },
1482
- "usb_common": {
1483
- "refcount": "1",
1484
- "size": "12440"
1485
- },
1486
- "usbcore": {
1487
- "refcount": "5",
1488
- "size": "195468"
1489
- },
1490
- "usbhid": {
1491
- "refcount": "0",
1492
- "size": "44460"
1401
+ "size": "36864"
1493
1402
  },
1494
- "video": {
1403
+ "xen_netfront": {
1495
1404
  "refcount": "0",
1496
- "size": "22169"
1405
+ "size": "28672"
1497
1406
  }
1498
1407
  },
1499
1408
  "name": "Linux",
1500
1409
  "os": "GNU/Linux",
1501
1410
  "processor": "unknown",
1502
- "release": "3.16.0-4-amd64",
1503
- "version": "#1 SMP Debian 3.16.51-3 (2017-12-13)"
1411
+ "release": "4.9.0-12-amd64",
1412
+ "version": "#1 SMP Debian 4.9.210-1+deb9u1 (2020-06-07)"
1504
1413
  },
1505
1414
  "keys": {
1506
1415
  "ssh": {
@@ -1518,10 +1427,10 @@
1518
1427
  }
1519
1428
  },
1520
1429
  "lsb": {
1521
- "codename": "jessie",
1522
- "description": "Debian GNU/Linux 8.10 (jessie)",
1430
+ "codename": "stretch",
1431
+ "description": "Debian GNU/Linux 9.12 (stretch)",
1523
1432
  "id": "Debian",
1524
- "release": "8.10"
1433
+ "release": "9.12"
1525
1434
  },
1526
1435
  "macaddress": "11:11:11:11:11:11",
1527
1436
  "machinename": "Fauxhai",
@@ -1617,1964 +1526,1394 @@
1617
1526
  }
1618
1527
  }
1619
1528
  },
1620
- "ohai_time": 1522962199.3650658,
1529
+ "ohai_time": 1597357771.43355,
1621
1530
  "os": "linux",
1622
- "os_version": "3.16.0-4-amd64",
1531
+ "os_version": "4.9.0-12-amd64",
1623
1532
  "packages": {
1624
- "acl": {
1625
- "arch": "amd64",
1626
- "version": "2.2.52-2"
1627
- },
1628
- "acpi": {
1629
- "arch": "amd64",
1630
- "version": "1.7-1"
1631
- },
1632
- "acpi-support-base": {
1633
- "arch": "all",
1634
- "version": "0.142-6"
1635
- },
1636
- "acpid": {
1637
- "arch": "amd64",
1638
- "version": "1:2.0.23-2"
1639
- },
1640
1533
  "adduser": {
1641
1534
  "arch": "all",
1642
- "version": "3.113+nmu3"
1643
- },
1644
- "anacron": {
1645
- "arch": "amd64",
1646
- "version": "2.3-23"
1535
+ "version": "3.115"
1647
1536
  },
1648
1537
  "apt": {
1649
1538
  "arch": "amd64",
1650
- "version": "1.0.9.8.4"
1539
+ "version": "1.4.10"
1651
1540
  },
1652
1541
  "apt-listchanges": {
1653
1542
  "arch": "all",
1654
- "version": "2.85.13+nmu1"
1543
+ "version": "3.10"
1655
1544
  },
1656
- "apt-utils": {
1545
+ "apt-transport-https": {
1657
1546
  "arch": "amd64",
1658
- "version": "1.0.9.8.4"
1547
+ "version": "1.4.10"
1659
1548
  },
1660
- "aptitude": {
1549
+ "apt-utils": {
1661
1550
  "arch": "amd64",
1662
- "version": "0.6.11-1+b1"
1551
+ "version": "1.4.10"
1663
1552
  },
1664
- "aptitude-common": {
1553
+ "awscli": {
1665
1554
  "arch": "all",
1666
- "version": "0.6.11-1"
1667
- },
1668
- "aptitude-doc-en": {
1669
- "arch": "all",
1670
- "version": "0.6.11-1"
1671
- },
1672
- "at": {
1673
- "arch": "amd64",
1674
- "version": "3.1.16-1"
1675
- },
1676
- "avahi-autoipd": {
1677
- "arch": "amd64",
1678
- "version": "0.6.31-5"
1555
+ "version": "1.11.13-1"
1679
1556
  },
1680
1557
  "base-files": {
1681
1558
  "arch": "amd64",
1682
- "version": "8+deb8u10"
1559
+ "version": "9.9+deb9u12"
1683
1560
  },
1684
1561
  "base-passwd": {
1685
1562
  "arch": "amd64",
1686
- "version": "3.5.37"
1563
+ "version": "3.5.43"
1687
1564
  },
1688
1565
  "bash": {
1689
1566
  "arch": "amd64",
1690
- "version": "4.3-11+deb8u1"
1567
+ "version": "4.4-5"
1691
1568
  },
1692
1569
  "bash-completion": {
1693
1570
  "arch": "all",
1694
- "version": "1:2.1-4"
1695
- },
1696
- "bc": {
1697
- "arch": "amd64",
1698
- "version": "1.06.95-9"
1571
+ "version": "1:2.1-4.3"
1699
1572
  },
1700
1573
  "bind9-host": {
1701
1574
  "arch": "amd64",
1702
- "version": "1:9.9.5.dfsg-9+deb8u15"
1703
- },
1704
- "bluetooth": {
1705
- "arch": "all",
1706
- "version": "5.23-2+deb8u1"
1707
- },
1708
- "bluez": {
1709
- "arch": "amd64",
1710
- "version": "5.23-2+deb8u1"
1711
- },
1712
- "bsd-mailx": {
1713
- "arch": "amd64",
1714
- "version": "8.1.2-0.20141216cvs-2"
1575
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
1715
1576
  },
1716
1577
  "bsdmainutils": {
1717
1578
  "arch": "amd64",
1718
- "version": "9.0.6"
1579
+ "version": "9.0.12+nmu1"
1719
1580
  },
1720
1581
  "bsdutils": {
1721
1582
  "arch": "amd64",
1722
- "version": "1:2.25.2-6"
1723
- },
1724
- "busybox": {
1725
- "arch": "amd64",
1726
- "version": "1:1.22.0-9+deb8u1"
1583
+ "version": "1:2.29.2-1+deb9u1"
1727
1584
  },
1728
1585
  "bzip2": {
1729
1586
  "arch": "amd64",
1730
- "version": "1.0.6-7+b3"
1587
+ "version": "1.0.6-8.1"
1731
1588
  },
1732
1589
  "ca-certificates": {
1733
1590
  "arch": "all",
1734
- "version": "20141019+deb8u3"
1591
+ "version": "20200601~deb9u1"
1735
1592
  },
1736
1593
  "chef": {
1737
1594
  "arch": "amd64",
1738
- "version": "14.0.190-1"
1595
+ "version": "16.3.45-1"
1739
1596
  },
1740
- "console-setup": {
1597
+ "chrony": {
1598
+ "arch": "amd64",
1599
+ "version": "3.0-4+deb9u2"
1600
+ },
1601
+ "cloud-guest-utils": {
1741
1602
  "arch": "all",
1742
- "version": "1.123"
1603
+ "version": "0.29-1"
1743
1604
  },
1744
- "console-setup-linux": {
1605
+ "cloud-init": {
1745
1606
  "arch": "all",
1746
- "version": "1.123"
1607
+ "version": "0.7.9-2"
1747
1608
  },
1748
1609
  "coreutils": {
1749
1610
  "arch": "amd64",
1750
- "version": "8.23-4"
1611
+ "version": "8.26-3"
1751
1612
  },
1752
1613
  "cpio": {
1753
1614
  "arch": "amd64",
1754
- "version": "2.11+dfsg-4.1+deb8u1"
1755
- },
1756
- "crda": {
1757
- "arch": "amd64",
1758
- "version": "3.13-1"
1615
+ "version": "2.11+dfsg-6"
1759
1616
  },
1760
1617
  "cron": {
1761
1618
  "arch": "amd64",
1762
- "version": "3.0pl1-127+deb8u1"
1619
+ "version": "3.0pl1-128+deb9u1"
1763
1620
  },
1764
1621
  "curl": {
1765
1622
  "arch": "amd64",
1766
- "version": "7.38.0-4+deb8u10"
1623
+ "version": "7.52.1-5+deb9u10"
1767
1624
  },
1768
1625
  "dash": {
1769
1626
  "arch": "amd64",
1770
- "version": "0.5.7-4+b1"
1627
+ "version": "0.5.8-2.4"
1771
1628
  },
1772
1629
  "dbus": {
1773
1630
  "arch": "amd64",
1774
- "version": "1.8.22-0+deb8u1"
1775
- },
1776
- "dc": {
1777
- "arch": "amd64",
1778
- "version": "1.06.95-9"
1631
+ "version": "1.10.28-0+deb9u1"
1779
1632
  },
1780
1633
  "debconf": {
1781
1634
  "arch": "all",
1782
- "version": "1.5.56+deb8u1"
1635
+ "version": "1.5.61"
1783
1636
  },
1784
1637
  "debconf-i18n": {
1785
1638
  "arch": "all",
1786
- "version": "1.5.56+deb8u1"
1639
+ "version": "1.5.61"
1787
1640
  },
1788
1641
  "debian-archive-keyring": {
1789
1642
  "arch": "all",
1790
- "version": "2017.5~deb8u1"
1791
- },
1792
- "debian-faq": {
1793
- "arch": "all",
1794
- "version": "5.0.3"
1643
+ "version": "2017.5+deb9u1"
1795
1644
  },
1796
1645
  "debianutils": {
1797
1646
  "arch": "amd64",
1798
- "version": "4.4+b1"
1647
+ "version": "4.8.1.1"
1799
1648
  },
1800
- "dictionaries-common": {
1649
+ "dh-python": {
1801
1650
  "arch": "all",
1802
- "version": "1.23.17"
1651
+ "version": "2.20170125"
1803
1652
  },
1804
1653
  "diffutils": {
1805
1654
  "arch": "amd64",
1806
- "version": "1:3.3-1+b1"
1655
+ "version": "1:3.5-3"
1807
1656
  },
1808
- "discover": {
1809
- "arch": "amd64",
1810
- "version": "2.1.2-7"
1811
- },
1812
- "discover-data": {
1657
+ "distro-info-data": {
1813
1658
  "arch": "all",
1814
- "version": "2.2013.01.11"
1659
+ "version": "0.36"
1815
1660
  },
1816
1661
  "dmidecode": {
1817
1662
  "arch": "amd64",
1818
- "version": "2.12-3"
1663
+ "version": "3.0-4"
1819
1664
  },
1820
1665
  "dmsetup": {
1821
1666
  "arch": "amd64",
1822
- "version": "2:1.02.90-2.2+deb8u1"
1823
- },
1824
- "dnsutils": {
1825
- "arch": "amd64",
1826
- "version": "1:9.9.5.dfsg-9+deb8u15"
1827
- },
1828
- "doc-debian": {
1829
- "arch": "all",
1830
- "version": "6.2"
1667
+ "version": "2:1.02.137-2"
1831
1668
  },
1832
1669
  "docutils-common": {
1833
1670
  "arch": "all",
1834
- "version": "0.12+dfsg-1"
1835
- },
1836
- "docutils-doc": {
1837
- "arch": "all",
1838
- "version": "0.12+dfsg-1"
1671
+ "version": "0.13.1+dfsg-2"
1839
1672
  },
1840
1673
  "dpkg": {
1841
1674
  "arch": "amd64",
1842
- "version": "1.17.27"
1675
+ "version": "1.18.25"
1843
1676
  },
1844
1677
  "e2fslibs": {
1845
1678
  "arch": "amd64",
1846
- "version": "1.42.12-2+b1"
1679
+ "version": "1.43.4-2+deb9u1"
1847
1680
  },
1848
1681
  "e2fsprogs": {
1849
1682
  "arch": "amd64",
1850
- "version": "1.42.12-2+b1"
1851
- },
1852
- "eject": {
1853
- "arch": "amd64",
1854
- "version": "2.1.5+deb1+cvs20081104-13.1+deb8u1"
1855
- },
1856
- "emacsen-common": {
1857
- "arch": "all",
1858
- "version": "2.0.8"
1859
- },
1860
- "exim4": {
1861
- "arch": "all",
1862
- "version": "4.84.2-2+deb8u5"
1863
- },
1864
- "exim4-base": {
1865
- "arch": "amd64",
1866
- "version": "4.84.2-2+deb8u5"
1867
- },
1868
- "exim4-config": {
1869
- "arch": "all",
1870
- "version": "4.84.2-2+deb8u5"
1683
+ "version": "1.43.4-2+deb9u1"
1871
1684
  },
1872
- "exim4-daemon-light": {
1685
+ "ethtool": {
1873
1686
  "arch": "amd64",
1874
- "version": "4.84.2-2+deb8u5"
1687
+ "version": "1:4.8-1+b1"
1875
1688
  },
1876
1689
  "file": {
1877
1690
  "arch": "amd64",
1878
- "version": "1:5.22+15-2+deb8u3"
1691
+ "version": "1:5.30-1+deb9u3"
1879
1692
  },
1880
1693
  "findutils": {
1881
1694
  "arch": "amd64",
1882
- "version": "4.4.2-9+b1"
1883
- },
1884
- "fontconfig": {
1885
- "arch": "amd64",
1886
- "version": "2.11.0-6.3+deb8u1"
1887
- },
1888
- "fontconfig-config": {
1889
- "arch": "all",
1890
- "version": "2.11.0-6.3+deb8u1"
1891
- },
1892
- "fonts-dejavu-core": {
1893
- "arch": "all",
1894
- "version": "2.34-1"
1895
- },
1896
- "ftp": {
1897
- "arch": "amd64",
1898
- "version": "0.17-31"
1695
+ "version": "4.6.0+git+20161106-2"
1899
1696
  },
1900
- "gcc-4.8-base": {
1697
+ "gcc-6-base": {
1901
1698
  "arch": "amd64",
1902
- "version": "4.8.4-1"
1699
+ "version": "6.3.0-18+deb9u1"
1903
1700
  },
1904
- "gcc-4.9-base": {
1701
+ "gdisk": {
1905
1702
  "arch": "amd64",
1906
- "version": "4.9.2-10+deb8u1"
1703
+ "version": "1.0.1-1"
1907
1704
  },
1908
1705
  "geoip-database": {
1909
1706
  "arch": "all",
1910
- "version": "20150317-1"
1707
+ "version": "20170512-1"
1911
1708
  },
1912
1709
  "gettext-base": {
1913
1710
  "arch": "amd64",
1914
- "version": "0.19.3-2"
1711
+ "version": "0.19.8.1-2+deb9u1"
1915
1712
  },
1916
1713
  "gnupg": {
1917
1714
  "arch": "amd64",
1918
- "version": "1.4.18-7+deb8u4"
1715
+ "version": "2.1.18-8~deb9u4"
1919
1716
  },
1920
1717
  "gnupg-agent": {
1921
1718
  "arch": "amd64",
1922
- "version": "2.0.26-6+deb8u1"
1923
- },
1924
- "gnupg2": {
1925
- "arch": "amd64",
1926
- "version": "2.0.26-6+deb8u1"
1719
+ "version": "2.1.18-8~deb9u4"
1927
1720
  },
1928
1721
  "gpgv": {
1929
1722
  "arch": "amd64",
1930
- "version": "1.4.18-7+deb8u4"
1723
+ "version": "2.1.18-8~deb9u4"
1931
1724
  },
1932
1725
  "grep": {
1933
1726
  "arch": "amd64",
1934
- "version": "2.20-4.1"
1727
+ "version": "2.27-2"
1935
1728
  },
1936
1729
  "groff-base": {
1937
1730
  "arch": "amd64",
1938
- "version": "1.22.2-8"
1731
+ "version": "1.22.3-9"
1939
1732
  },
1940
1733
  "grub-common": {
1941
1734
  "arch": "amd64",
1942
- "version": "2.02~beta2-22+deb8u1"
1735
+ "version": "2.02~beta3-5+deb9u2"
1943
1736
  },
1944
1737
  "grub-pc": {
1945
1738
  "arch": "amd64",
1946
- "version": "2.02~beta2-22+deb8u1"
1739
+ "version": "2.02~beta3-5+deb9u2"
1947
1740
  },
1948
1741
  "grub-pc-bin": {
1949
1742
  "arch": "amd64",
1950
- "version": "2.02~beta2-22+deb8u1"
1743
+ "version": "2.02~beta3-5+deb9u2"
1951
1744
  },
1952
1745
  "grub2-common": {
1953
1746
  "arch": "amd64",
1954
- "version": "2.02~beta2-22+deb8u1"
1747
+ "version": "2.02~beta3-5+deb9u2"
1955
1748
  },
1956
1749
  "gzip": {
1957
1750
  "arch": "amd64",
1958
- "version": "1.6-4"
1959
- },
1960
- "hicolor-icon-theme": {
1961
- "arch": "all",
1962
- "version": "0.13-1"
1963
- },
1964
- "host": {
1965
- "arch": "all",
1966
- "version": "1:9.9.5.dfsg-9+deb8u15"
1751
+ "version": "1.6-5+b1"
1967
1752
  },
1968
1753
  "hostname": {
1969
1754
  "arch": "amd64",
1970
- "version": "3.15"
1971
- },
1972
- "iamerican": {
1973
- "arch": "all",
1974
- "version": "3.3.02-6"
1975
- },
1976
- "ibritish": {
1977
- "arch": "all",
1978
- "version": "3.3.02-6"
1979
- },
1980
- "ienglish-common": {
1981
- "arch": "all",
1982
- "version": "3.3.02-6"
1755
+ "version": "3.18+b1"
1983
1756
  },
1984
1757
  "ifupdown": {
1985
1758
  "arch": "amd64",
1986
- "version": "0.7.53.1"
1987
- },
1988
- "info": {
1989
- "arch": "amd64",
1990
- "version": "5.2.0.dfsg.1-6"
1759
+ "version": "0.8.19"
1991
1760
  },
1992
1761
  "init": {
1993
1762
  "arch": "amd64",
1994
- "version": "1.22"
1763
+ "version": "1.48"
1995
1764
  },
1996
1765
  "init-system-helpers": {
1997
1766
  "arch": "all",
1998
- "version": "1.22"
1767
+ "version": "1.48"
1999
1768
  },
2000
1769
  "initramfs-tools": {
2001
1770
  "arch": "all",
2002
- "version": "0.120+deb8u3"
2003
- },
2004
- "initscripts": {
2005
- "arch": "amd64",
2006
- "version": "2.88dsf-59"
2007
- },
2008
- "insserv": {
2009
- "arch": "amd64",
2010
- "version": "1.14.0-5"
2011
- },
2012
- "install-info": {
2013
- "arch": "amd64",
2014
- "version": "5.2.0.dfsg.1-6"
1771
+ "version": "0.130"
2015
1772
  },
2016
- "installation-report": {
1773
+ "initramfs-tools-core": {
2017
1774
  "arch": "all",
2018
- "version": "2.58"
1775
+ "version": "0.130"
2019
1776
  },
2020
1777
  "iproute2": {
2021
1778
  "arch": "amd64",
2022
- "version": "3.16.0-2"
1779
+ "version": "4.9.0-1+deb9u1"
2023
1780
  },
2024
1781
  "iptables": {
2025
1782
  "arch": "amd64",
2026
- "version": "1.4.21-2+b1"
1783
+ "version": "1.6.0+snapshot20161117-6"
2027
1784
  },
2028
1785
  "iputils-ping": {
2029
1786
  "arch": "amd64",
2030
- "version": "3:20121221-5+b2"
1787
+ "version": "3:20161105-1"
2031
1788
  },
2032
1789
  "isc-dhcp-client": {
2033
1790
  "arch": "amd64",
2034
- "version": "4.3.1-6+deb8u3"
1791
+ "version": "4.3.5-3+deb9u1"
2035
1792
  },
2036
1793
  "isc-dhcp-common": {
2037
1794
  "arch": "amd64",
2038
- "version": "4.3.1-6+deb8u3"
1795
+ "version": "4.3.5-3+deb9u1"
2039
1796
  },
2040
1797
  "iso-codes": {
2041
1798
  "arch": "all",
2042
- "version": "3.57-1"
2043
- },
2044
- "ispell": {
2045
- "arch": "amd64",
2046
- "version": "3.3.02-6"
2047
- },
2048
- "iw": {
2049
- "arch": "amd64",
2050
- "version": "3.17-1"
2051
- },
2052
- "kbd": {
2053
- "arch": "amd64",
2054
- "version": "1.15.5-2"
2055
- },
2056
- "keyboard-configuration": {
2057
- "arch": "all",
2058
- "version": "1.123"
1799
+ "version": "3.75-1"
2059
1800
  },
2060
1801
  "klibc-utils": {
2061
1802
  "arch": "amd64",
2062
- "version": "2.0.4-2"
1803
+ "version": "2.0.4-9"
2063
1804
  },
2064
1805
  "kmod": {
2065
1806
  "arch": "amd64",
2066
- "version": "18-3"
1807
+ "version": "23-2"
2067
1808
  },
2068
1809
  "krb5-locales": {
2069
1810
  "arch": "all",
2070
- "version": "1.12.1+dfsg-19+deb8u4"
2071
- },
2072
- "laptop-detect": {
2073
- "arch": "amd64",
2074
- "version": "0.13.7"
1811
+ "version": "1.15-1+deb9u1"
2075
1812
  },
2076
1813
  "less": {
2077
1814
  "arch": "amd64",
2078
- "version": "458-3"
1815
+ "version": "481-2.1"
2079
1816
  },
2080
1817
  "libacl1": {
2081
1818
  "arch": "amd64",
2082
- "version": "2.2.52-2"
1819
+ "version": "2.2.52-3+b1"
2083
1820
  },
2084
- "libalgorithm-c3-perl": {
2085
- "arch": "all",
2086
- "version": "0.09-1"
2087
- },
2088
- "libapt-inst1.5": {
1821
+ "libapparmor1": {
2089
1822
  "arch": "amd64",
2090
- "version": "1.0.9.8.4"
1823
+ "version": "2.11.0-3+deb9u2"
2091
1824
  },
2092
- "libapt-pkg4.12": {
1825
+ "libapt-inst2.0": {
2093
1826
  "arch": "amd64",
2094
- "version": "1.0.9.8.4"
2095
- },
2096
- "libarchive-extract-perl": {
2097
- "arch": "all",
2098
- "version": "0.72-1"
1827
+ "version": "1.4.10"
2099
1828
  },
2100
- "libasprintf0c2": {
1829
+ "libapt-pkg5.0": {
2101
1830
  "arch": "amd64",
2102
- "version": "0.19.3-2"
1831
+ "version": "1.4.10"
2103
1832
  },
2104
1833
  "libassuan0": {
2105
1834
  "arch": "amd64",
2106
- "version": "2.1.2-2"
2107
- },
2108
- "libatk1.0-0": {
2109
- "arch": "amd64",
2110
- "version": "2.14.0-1"
2111
- },
2112
- "libatk1.0-data": {
2113
- "arch": "all",
2114
- "version": "2.14.0-1"
1835
+ "version": "2.4.3-2"
2115
1836
  },
2116
1837
  "libattr1": {
2117
1838
  "arch": "amd64",
2118
- "version": "1:2.4.47-2"
1839
+ "version": "1:2.4.47-2+b2"
2119
1840
  },
2120
1841
  "libaudit-common": {
2121
1842
  "arch": "all",
2122
- "version": "1:2.4-1"
1843
+ "version": "1:2.6.7-2"
2123
1844
  },
2124
1845
  "libaudit1": {
2125
1846
  "arch": "amd64",
2126
- "version": "1:2.4-1+b1"
2127
- },
2128
- "libauthen-sasl-perl": {
2129
- "arch": "all",
2130
- "version": "2.1600-1"
2131
- },
2132
- "libavahi-client3": {
2133
- "arch": "amd64",
2134
- "version": "0.6.31-5"
2135
- },
2136
- "libavahi-common-data": {
2137
- "arch": "amd64",
2138
- "version": "0.6.31-5"
2139
- },
2140
- "libavahi-common3": {
2141
- "arch": "amd64",
2142
- "version": "0.6.31-5"
1847
+ "version": "1:2.6.7-2"
2143
1848
  },
2144
- "libbind9-90": {
1849
+ "libbind9-140": {
2145
1850
  "arch": "amd64",
2146
- "version": "1:9.9.5.dfsg-9+deb8u15"
1851
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2147
1852
  },
2148
1853
  "libblkid1": {
2149
1854
  "arch": "amd64",
2150
- "version": "2.25.2-6"
2151
- },
2152
- "libboost-iostreams1.55.0": {
2153
- "arch": "amd64",
2154
- "version": "1.55.0+dfsg-3"
1855
+ "version": "2.29.2-1+deb9u1"
2155
1856
  },
2156
1857
  "libbsd0": {
2157
1858
  "arch": "amd64",
2158
- "version": "0.7.0-2"
1859
+ "version": "0.8.3-1"
2159
1860
  },
2160
1861
  "libbz2-1.0": {
2161
1862
  "arch": "amd64",
2162
- "version": "1.0.6-7+b3"
1863
+ "version": "1.0.6-8.1"
2163
1864
  },
2164
1865
  "libc-bin": {
2165
1866
  "arch": "amd64",
2166
- "version": "2.19-18+deb8u10"
1867
+ "version": "2.24-11+deb9u4"
2167
1868
  },
2168
- "libc6": {
2169
- "arch": "amd64",
2170
- "version": "2.19-18+deb8u10"
1869
+ "libc-l10n": {
1870
+ "arch": "all",
1871
+ "version": "2.24-11+deb9u4"
2171
1872
  },
2172
- "libcairo2": {
1873
+ "libc6": {
2173
1874
  "arch": "amd64",
2174
- "version": "1.14.0-2.1+deb8u2"
1875
+ "version": "2.24-11+deb9u4"
2175
1876
  },
2176
1877
  "libcap-ng0": {
2177
1878
  "arch": "amd64",
2178
- "version": "0.7.4-2"
1879
+ "version": "0.7.7-3+b1"
2179
1880
  },
2180
1881
  "libcap2": {
2181
1882
  "arch": "amd64",
2182
- "version": "1:2.24-8"
2183
- },
2184
- "libcap2-bin": {
2185
- "arch": "amd64",
2186
- "version": "1:2.24-8"
2187
- },
2188
- "libcgi-fast-perl": {
2189
- "arch": "all",
2190
- "version": "1:2.04-1"
2191
- },
2192
- "libcgi-pm-perl": {
2193
- "arch": "all",
2194
- "version": "4.09-1"
2195
- },
2196
- "libclass-accessor-perl": {
2197
- "arch": "all",
2198
- "version": "0.34-1"
2199
- },
2200
- "libclass-c3-perl": {
2201
- "arch": "all",
2202
- "version": "0.26-1"
2203
- },
2204
- "libclass-c3-xs-perl": {
2205
- "arch": "amd64",
2206
- "version": "0.13-2+b1"
2207
- },
2208
- "libclass-isa-perl": {
2209
- "arch": "all",
2210
- "version": "0.36-5"
1883
+ "version": "1:2.25-1"
2211
1884
  },
2212
1885
  "libcomerr2": {
2213
1886
  "arch": "amd64",
2214
- "version": "1.42.12-2+b1"
2215
- },
2216
- "libcpan-meta-perl": {
2217
- "arch": "all",
2218
- "version": "2.142690-1"
1887
+ "version": "1.43.4-2+deb9u1"
2219
1888
  },
2220
1889
  "libcryptsetup4": {
2221
1890
  "arch": "amd64",
2222
- "version": "2:1.6.6-5"
2223
- },
2224
- "libcups2": {
2225
- "arch": "amd64",
2226
- "version": "1.7.5-11+deb8u2"
1891
+ "version": "2:1.7.3-4"
2227
1892
  },
2228
1893
  "libcurl3": {
2229
1894
  "arch": "amd64",
2230
- "version": "7.38.0-4+deb8u10"
1895
+ "version": "7.52.1-5+deb9u10"
2231
1896
  },
2232
1897
  "libcurl3-gnutls": {
2233
1898
  "arch": "amd64",
2234
- "version": "7.38.0-4+deb8u10"
2235
- },
2236
- "libcwidget3": {
2237
- "arch": "amd64",
2238
- "version": "0.5.17-2"
2239
- },
2240
- "libdaemon0": {
2241
- "arch": "amd64",
2242
- "version": "0.14-6"
2243
- },
2244
- "libdata-optlist-perl": {
2245
- "arch": "all",
2246
- "version": "0.109-1"
2247
- },
2248
- "libdata-section-perl": {
2249
- "arch": "all",
2250
- "version": "0.200006-1"
2251
- },
2252
- "libdatrie1": {
2253
- "arch": "amd64",
2254
- "version": "0.2.8-1"
1899
+ "version": "7.52.1-5+deb9u10"
2255
1900
  },
2256
1901
  "libdb5.3": {
2257
1902
  "arch": "amd64",
2258
- "version": "5.3.28-9+deb8u1"
1903
+ "version": "5.3.28-12+deb9u1"
2259
1904
  },
2260
1905
  "libdbus-1-3": {
2261
1906
  "arch": "amd64",
2262
- "version": "1.8.22-0+deb8u1"
1907
+ "version": "1.10.28-0+deb9u1"
2263
1908
  },
2264
1909
  "libdebconfclient0": {
2265
1910
  "arch": "amd64",
2266
- "version": "0.192"
1911
+ "version": "0.227"
2267
1912
  },
2268
1913
  "libdevmapper1.02.1": {
2269
1914
  "arch": "amd64",
2270
- "version": "2:1.02.90-2.2+deb8u1"
2271
- },
2272
- "libdiscover2": {
2273
- "arch": "amd64",
2274
- "version": "2.1.2-7"
1915
+ "version": "2:1.02.137-2"
2275
1916
  },
2276
- "libdns-export100": {
1917
+ "libdns-export162": {
2277
1918
  "arch": "amd64",
2278
- "version": "1:9.9.5.dfsg-9+deb8u15"
1919
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2279
1920
  },
2280
- "libdns100": {
1921
+ "libdns162": {
2281
1922
  "arch": "amd64",
2282
- "version": "1:9.9.5.dfsg-9+deb8u15"
1923
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2283
1924
  },
2284
1925
  "libedit2": {
2285
1926
  "arch": "amd64",
2286
- "version": "3.1-20140620-2"
1927
+ "version": "3.1-20160903-3"
2287
1928
  },
2288
- "libencode-locale-perl": {
2289
- "arch": "all",
2290
- "version": "1.03-1"
2291
- },
2292
- "libestr0": {
1929
+ "libelf1": {
2293
1930
  "arch": "amd64",
2294
- "version": "0.1.9-1.1"
1931
+ "version": "0.168-1"
2295
1932
  },
2296
- "libevent-2.0-5": {
1933
+ "libestr0": {
2297
1934
  "arch": "amd64",
2298
- "version": "2.0.21-stable-2+deb8u1"
1935
+ "version": "0.1.10-2"
2299
1936
  },
2300
1937
  "libexpat1": {
2301
1938
  "arch": "amd64",
2302
- "version": "2.1.0-6+deb8u4"
1939
+ "version": "2.2.0-2+deb9u3"
2303
1940
  },
2304
- "libfcgi-perl": {
1941
+ "libfastjson4": {
2305
1942
  "arch": "amd64",
2306
- "version": "0.77-1+deb8u1"
1943
+ "version": "0.99.4-1"
2307
1944
  },
2308
- "libffi6": {
1945
+ "libfdisk1": {
2309
1946
  "arch": "amd64",
2310
- "version": "3.1-2+deb8u1"
2311
- },
2312
- "libfile-listing-perl": {
2313
- "arch": "all",
2314
- "version": "6.04-1"
2315
- },
2316
- "libfont-afm-perl": {
2317
- "arch": "all",
2318
- "version": "1.20-1"
1947
+ "version": "2.29.2-1+deb9u1"
2319
1948
  },
2320
- "libfontconfig1": {
1949
+ "libffi6": {
2321
1950
  "arch": "amd64",
2322
- "version": "2.11.0-6.3+deb8u1"
1951
+ "version": "3.2.1-6"
2323
1952
  },
2324
1953
  "libfreetype6": {
2325
1954
  "arch": "amd64",
2326
- "version": "2.5.2-3+deb8u2"
1955
+ "version": "2.6.3-3.2+deb9u1"
2327
1956
  },
2328
1957
  "libfuse2": {
2329
1958
  "arch": "amd64",
2330
- "version": "2.9.3-15+deb8u2"
2331
- },
2332
- "libgc1c2": {
2333
- "arch": "amd64",
2334
- "version": "1:7.2d-6.4"
1959
+ "version": "2.9.7-1+deb9u2"
2335
1960
  },
2336
1961
  "libgcc1": {
2337
1962
  "arch": "amd64",
2338
- "version": "1:4.9.2-10+deb8u1"
1963
+ "version": "1:6.3.0-18+deb9u1"
2339
1964
  },
2340
1965
  "libgcrypt20": {
2341
1966
  "arch": "amd64",
2342
- "version": "1.6.3-2+deb8u4"
1967
+ "version": "1.7.6-2+deb9u3"
2343
1968
  },
2344
1969
  "libgdbm3": {
2345
1970
  "arch": "amd64",
2346
- "version": "1.8.3-13.1"
2347
- },
2348
- "libgdk-pixbuf2.0-0": {
2349
- "arch": "amd64",
2350
- "version": "2.31.1-2+deb8u7"
2351
- },
2352
- "libgdk-pixbuf2.0-common": {
2353
- "arch": "all",
2354
- "version": "2.31.1-2+deb8u7"
1971
+ "version": "1.8.3-14"
2355
1972
  },
2356
1973
  "libgeoip1": {
2357
1974
  "arch": "amd64",
2358
- "version": "1.6.2-4"
2359
- },
2360
- "libglib2.0-0": {
2361
- "arch": "amd64",
2362
- "version": "2.42.1-1+b1"
2363
- },
2364
- "libglib2.0-data": {
2365
- "arch": "all",
2366
- "version": "2.42.1-1"
1975
+ "version": "1.6.9-4"
2367
1976
  },
2368
1977
  "libgmp10": {
2369
1978
  "arch": "amd64",
2370
- "version": "2:6.0.0+dfsg-6"
1979
+ "version": "2:6.1.2+dfsg-1"
2371
1980
  },
2372
- "libgnutls-deb0-28": {
1981
+ "libgnutls30": {
2373
1982
  "arch": "amd64",
2374
- "version": "3.3.8-6+deb8u7"
2375
- },
2376
- "libgnutls-openssl27": {
2377
- "arch": "amd64",
2378
- "version": "3.3.8-6+deb8u7"
1983
+ "version": "3.5.8-5+deb9u4"
2379
1984
  },
2380
1985
  "libgpg-error0": {
2381
1986
  "arch": "amd64",
2382
- "version": "1.17-3"
2383
- },
2384
- "libgpgme11": {
2385
- "arch": "amd64",
2386
- "version": "1.5.1-6"
1987
+ "version": "1.26-2"
2387
1988
  },
2388
1989
  "libgpm2": {
2389
1990
  "arch": "amd64",
2390
- "version": "1.20.4-6.1+b2"
2391
- },
2392
- "libgraphite2-3": {
2393
- "arch": "amd64",
2394
- "version": "1.3.10-1~deb8u1"
1991
+ "version": "1.20.4-6.2+b1"
2395
1992
  },
2396
1993
  "libgssapi-krb5-2": {
2397
1994
  "arch": "amd64",
2398
- "version": "1.12.1+dfsg-19+deb8u4"
2399
- },
2400
- "libgtk2.0-0": {
2401
- "arch": "amd64",
2402
- "version": "2.24.25-3+deb8u2"
2403
- },
2404
- "libgtk2.0-bin": {
2405
- "arch": "amd64",
2406
- "version": "2.24.25-3+deb8u2"
2407
- },
2408
- "libgtk2.0-common": {
2409
- "arch": "all",
2410
- "version": "2.24.25-3+deb8u2"
2411
- },
2412
- "libharfbuzz0b": {
2413
- "arch": "amd64",
2414
- "version": "0.9.35-2"
2415
- },
2416
- "libhogweed2": {
2417
- "arch": "amd64",
2418
- "version": "2.7.1-5+deb8u2"
2419
- },
2420
- "libhtml-form-perl": {
2421
- "arch": "all",
2422
- "version": "6.03-1"
1995
+ "version": "1.15-1+deb9u1"
2423
1996
  },
2424
- "libhtml-format-perl": {
2425
- "arch": "all",
2426
- "version": "2.11-1"
2427
- },
2428
- "libhtml-parser-perl": {
1997
+ "libhogweed4": {
2429
1998
  "arch": "amd64",
2430
- "version": "3.71-1+b3"
2431
- },
2432
- "libhtml-tagset-perl": {
2433
- "arch": "all",
2434
- "version": "3.20-2"
2435
- },
2436
- "libhtml-tree-perl": {
2437
- "arch": "all",
2438
- "version": "5.03-1"
2439
- },
2440
- "libhttp-cookies-perl": {
2441
- "arch": "all",
2442
- "version": "6.01-1"
2443
- },
2444
- "libhttp-daemon-perl": {
2445
- "arch": "all",
2446
- "version": "6.01-1"
2447
- },
2448
- "libhttp-date-perl": {
2449
- "arch": "all",
2450
- "version": "6.02-1"
2451
- },
2452
- "libhttp-message-perl": {
2453
- "arch": "all",
2454
- "version": "6.06-1"
2455
- },
2456
- "libhttp-negotiate-perl": {
2457
- "arch": "all",
2458
- "version": "6.00-2"
1999
+ "version": "3.3-1+b2"
2459
2000
  },
2460
- "libicu52": {
2001
+ "libicu57": {
2461
2002
  "arch": "amd64",
2462
- "version": "52.1-8+deb8u7"
2003
+ "version": "57.1-6+deb9u4"
2463
2004
  },
2464
2005
  "libidn11": {
2465
2006
  "arch": "amd64",
2466
- "version": "1.29-1+deb8u2"
2467
- },
2468
- "libintl-perl": {
2469
- "arch": "all",
2470
- "version": "1.23-1+deb8u1"
2471
- },
2472
- "libio-html-perl": {
2473
- "arch": "all",
2474
- "version": "1.001-1"
2475
- },
2476
- "libio-socket-ip-perl": {
2477
- "arch": "all",
2478
- "version": "0.32-1"
2007
+ "version": "1.33-1+deb9u1"
2479
2008
  },
2480
- "libio-socket-ssl-perl": {
2481
- "arch": "all",
2482
- "version": "2.002-2+deb8u3"
2483
- },
2484
- "libio-string-perl": {
2485
- "arch": "all",
2486
- "version": "1.08-3"
2487
- },
2488
- "libirs-export91": {
2009
+ "libidn2-0": {
2489
2010
  "arch": "amd64",
2490
- "version": "1:9.9.5.dfsg-9+deb8u15"
2011
+ "version": "0.16-1+deb9u1"
2491
2012
  },
2492
- "libisc-export95": {
2013
+ "libip4tc0": {
2493
2014
  "arch": "amd64",
2494
- "version": "1:9.9.5.dfsg-9+deb8u15"
2015
+ "version": "1.6.0+snapshot20161117-6"
2495
2016
  },
2496
- "libisc95": {
2017
+ "libip6tc0": {
2497
2018
  "arch": "amd64",
2498
- "version": "1:9.9.5.dfsg-9+deb8u15"
2019
+ "version": "1.6.0+snapshot20161117-6"
2499
2020
  },
2500
- "libisccc90": {
2021
+ "libiptc0": {
2501
2022
  "arch": "amd64",
2502
- "version": "1:9.9.5.dfsg-9+deb8u15"
2023
+ "version": "1.6.0+snapshot20161117-6"
2503
2024
  },
2504
- "libisccfg-export90": {
2025
+ "libisc-export160": {
2505
2026
  "arch": "amd64",
2506
- "version": "1:9.9.5.dfsg-9+deb8u15"
2027
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2507
2028
  },
2508
- "libisccfg90": {
2029
+ "libisc160": {
2509
2030
  "arch": "amd64",
2510
- "version": "1:9.9.5.dfsg-9+deb8u15"
2031
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2511
2032
  },
2512
- "libiw30": {
2033
+ "libisccc140": {
2513
2034
  "arch": "amd64",
2514
- "version": "30~pre9-8"
2035
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2515
2036
  },
2516
- "libjasper1": {
2037
+ "libisccfg140": {
2517
2038
  "arch": "amd64",
2518
- "version": "1.900.1-debian1-2.4+deb8u3"
2039
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2519
2040
  },
2520
2041
  "libjbig0": {
2521
2042
  "arch": "amd64",
2522
- "version": "2.1-3.1"
2043
+ "version": "2.1-3.1+b2"
2523
2044
  },
2524
2045
  "libjpeg62-turbo": {
2525
2046
  "arch": "amd64",
2526
- "version": "1:1.3.1-12"
2527
- },
2528
- "libjson-c2": {
2529
- "arch": "amd64",
2530
- "version": "0.11-4"
2047
+ "version": "1:1.5.1-2"
2531
2048
  },
2532
2049
  "libk5crypto3": {
2533
2050
  "arch": "amd64",
2534
- "version": "1.12.1+dfsg-19+deb8u4"
2051
+ "version": "1.15-1+deb9u1"
2535
2052
  },
2536
2053
  "libkeyutils1": {
2537
2054
  "arch": "amd64",
2538
- "version": "1.5.9-5+b1"
2055
+ "version": "1.5.9-9"
2539
2056
  },
2540
2057
  "libklibc": {
2541
2058
  "arch": "amd64",
2542
- "version": "2.0.4-2"
2059
+ "version": "2.0.4-9"
2543
2060
  },
2544
2061
  "libkmod2": {
2545
2062
  "arch": "amd64",
2546
- "version": "18-3"
2063
+ "version": "23-2"
2547
2064
  },
2548
2065
  "libkrb5-3": {
2549
2066
  "arch": "amd64",
2550
- "version": "1.12.1+dfsg-19+deb8u4"
2067
+ "version": "1.15-1+deb9u1"
2551
2068
  },
2552
2069
  "libkrb5support0": {
2553
2070
  "arch": "amd64",
2554
- "version": "1.12.1+dfsg-19+deb8u4"
2071
+ "version": "1.15-1+deb9u1"
2555
2072
  },
2556
2073
  "libksba8": {
2557
2074
  "arch": "amd64",
2558
- "version": "1.3.2-1+deb8u1"
2075
+ "version": "1.3.5-2"
2559
2076
  },
2560
2077
  "liblcms2-2": {
2561
2078
  "arch": "amd64",
2562
- "version": "2.6-3+deb8u1"
2079
+ "version": "2.8-4+deb9u1"
2563
2080
  },
2564
2081
  "libldap-2.4-2": {
2565
2082
  "arch": "amd64",
2566
- "version": "2.4.40+dfsg-1+deb8u3"
2083
+ "version": "2.4.44+dfsg-5+deb9u4"
2084
+ },
2085
+ "libldap-common": {
2086
+ "arch": "all",
2087
+ "version": "2.4.44+dfsg-5+deb9u4"
2567
2088
  },
2568
2089
  "liblocale-gettext-perl": {
2569
2090
  "arch": "amd64",
2570
- "version": "1.05-8+b1"
2091
+ "version": "1.07-3+b1"
2571
2092
  },
2572
- "liblockfile-bin": {
2093
+ "liblogging-stdlog0": {
2573
2094
  "arch": "amd64",
2574
- "version": "1.09-6"
2095
+ "version": "1.0.5-2+b2"
2575
2096
  },
2576
- "liblockfile1": {
2097
+ "liblognorm5": {
2577
2098
  "arch": "amd64",
2578
- "version": "1.09-6"
2579
- },
2580
- "liblog-message-perl": {
2581
- "arch": "all",
2582
- "version": "0.8-1"
2583
- },
2584
- "liblog-message-simple-perl": {
2585
- "arch": "all",
2586
- "version": "0.10-2"
2099
+ "version": "2.0.1-1.1+b1"
2587
2100
  },
2588
- "liblogging-stdlog0": {
2101
+ "liblwres141": {
2589
2102
  "arch": "amd64",
2590
- "version": "1.0.4-1"
2103
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2591
2104
  },
2592
- "liblognorm1": {
2105
+ "liblz4-1": {
2593
2106
  "arch": "amd64",
2594
- "version": "1.0.1-3"
2107
+ "version": "0.0~r131-2+b1"
2595
2108
  },
2596
- "liblwp-mediatypes-perl": {
2597
- "arch": "all",
2598
- "version": "6.02-1"
2599
- },
2600
- "liblwp-protocol-https-perl": {
2601
- "arch": "all",
2602
- "version": "6.06-2"
2603
- },
2604
- "liblwres90": {
2109
+ "liblzma5": {
2605
2110
  "arch": "amd64",
2606
- "version": "1:9.9.5.dfsg-9+deb8u15"
2111
+ "version": "5.2.2-1.2+b1"
2607
2112
  },
2608
- "liblzma5": {
2113
+ "libmagic-mgc": {
2609
2114
  "arch": "amd64",
2610
- "version": "5.1.1alpha+20120614-2+b3"
2115
+ "version": "1:5.30-1+deb9u3"
2611
2116
  },
2612
2117
  "libmagic1": {
2613
2118
  "arch": "amd64",
2614
- "version": "1:5.22+15-2+deb8u3"
2615
- },
2616
- "libmailtools-perl": {
2617
- "arch": "all",
2618
- "version": "2.13-1"
2119
+ "version": "1:5.30-1+deb9u3"
2619
2120
  },
2620
2121
  "libmnl0": {
2621
2122
  "arch": "amd64",
2622
- "version": "1.0.3-5"
2623
- },
2624
- "libmodule-build-perl": {
2625
- "arch": "all",
2626
- "version": "0.421000-2+deb8u1"
2627
- },
2628
- "libmodule-pluggable-perl": {
2629
- "arch": "all",
2630
- "version": "5.1-1"
2631
- },
2632
- "libmodule-signature-perl": {
2633
- "arch": "all",
2634
- "version": "0.73-1+deb8u2"
2123
+ "version": "1.0.4-2"
2635
2124
  },
2636
2125
  "libmount1": {
2637
2126
  "arch": "amd64",
2638
- "version": "2.25.2-6"
2127
+ "version": "2.29.2-1+deb9u1"
2639
2128
  },
2640
- "libmro-compat-perl": {
2641
- "arch": "all",
2642
- "version": "0.12-1"
2129
+ "libmpdec2": {
2130
+ "arch": "amd64",
2131
+ "version": "2.4.2-1"
2643
2132
  },
2644
2133
  "libncurses5": {
2645
2134
  "arch": "amd64",
2646
- "version": "5.9+20140913-1+deb8u2"
2135
+ "version": "6.0+20161126-1+deb9u2"
2647
2136
  },
2648
2137
  "libncursesw5": {
2649
2138
  "arch": "amd64",
2650
- "version": "5.9+20140913-1+deb8u2"
2139
+ "version": "6.0+20161126-1+deb9u2"
2651
2140
  },
2652
- "libnet-http-perl": {
2653
- "arch": "all",
2654
- "version": "6.07-1"
2655
- },
2656
- "libnet-smtp-ssl-perl": {
2657
- "arch": "all",
2658
- "version": "1.01-3"
2659
- },
2660
- "libnet-ssleay-perl": {
2141
+ "libnetfilter-conntrack3": {
2661
2142
  "arch": "amd64",
2662
- "version": "1.65-1+deb8u1"
2143
+ "version": "1.0.6-2"
2663
2144
  },
2664
- "libnetfilter-acct1": {
2145
+ "libnettle6": {
2665
2146
  "arch": "amd64",
2666
- "version": "1.0.2-1.1"
2667
- },
2668
- "libnettle4": {
2669
- "arch": "amd64",
2670
- "version": "2.7.1-5+deb8u2"
2147
+ "version": "3.3-1+b2"
2671
2148
  },
2672
2149
  "libnewt0.52": {
2673
2150
  "arch": "amd64",
2674
- "version": "0.52.17-1+b1"
2151
+ "version": "0.52.19-1+b1"
2675
2152
  },
2676
2153
  "libnfnetlink0": {
2677
2154
  "arch": "amd64",
2678
2155
  "version": "1.0.1-3"
2679
2156
  },
2680
- "libnfsidmap2": {
2681
- "arch": "amd64",
2682
- "version": "0.25-5"
2683
- },
2684
- "libnl-3-200": {
2157
+ "libnghttp2-14": {
2685
2158
  "arch": "amd64",
2686
- "version": "3.2.24-2"
2159
+ "version": "1.18.1-1+deb9u1"
2687
2160
  },
2688
- "libnl-genl-3-200": {
2161
+ "libnpth0": {
2689
2162
  "arch": "amd64",
2690
- "version": "3.2.24-2"
2163
+ "version": "1.3-1"
2691
2164
  },
2692
2165
  "libp11-kit0": {
2693
2166
  "arch": "amd64",
2694
- "version": "0.20.7-1"
2695
- },
2696
- "libpackage-constants-perl": {
2697
- "arch": "all",
2698
- "version": "0.04-1"
2167
+ "version": "0.23.3-2"
2699
2168
  },
2700
2169
  "libpam-modules": {
2701
2170
  "arch": "amd64",
2702
- "version": "1.1.8-3.1+deb8u2+b1"
2171
+ "version": "1.1.8-3.6"
2703
2172
  },
2704
2173
  "libpam-modules-bin": {
2705
2174
  "arch": "amd64",
2706
- "version": "1.1.8-3.1+deb8u2+b1"
2175
+ "version": "1.1.8-3.6"
2707
2176
  },
2708
2177
  "libpam-runtime": {
2709
2178
  "arch": "all",
2710
- "version": "1.1.8-3.1+deb8u2"
2179
+ "version": "1.1.8-3.6"
2711
2180
  },
2712
- "libpam0g": {
2713
- "arch": "amd64",
2714
- "version": "1.1.8-3.1+deb8u2+b1"
2715
- },
2716
- "libpango-1.0-0": {
2181
+ "libpam-systemd": {
2717
2182
  "arch": "amd64",
2718
- "version": "1.36.8-3"
2183
+ "version": "232-25+deb9u12"
2719
2184
  },
2720
- "libpangocairo-1.0-0": {
2721
- "arch": "amd64",
2722
- "version": "1.36.8-3"
2723
- },
2724
- "libpangoft2-1.0-0": {
2185
+ "libpam0g": {
2725
2186
  "arch": "amd64",
2726
- "version": "1.36.8-3"
2187
+ "version": "1.1.8-3.6"
2727
2188
  },
2728
2189
  "libpaper-utils": {
2729
2190
  "arch": "amd64",
2730
- "version": "1.1.24+nmu4"
2191
+ "version": "1.1.24+nmu5"
2731
2192
  },
2732
2193
  "libpaper1": {
2733
2194
  "arch": "amd64",
2734
- "version": "1.1.24+nmu4"
2195
+ "version": "1.1.24+nmu5"
2735
2196
  },
2736
- "libparams-util-perl": {
2197
+ "libpcap0.8": {
2737
2198
  "arch": "amd64",
2738
- "version": "1.07-2+b1"
2739
- },
2740
- "libparse-debianchangelog-perl": {
2741
- "arch": "all",
2742
- "version": "1.2.0-1.1"
2199
+ "version": "1.8.1-3"
2743
2200
  },
2744
2201
  "libpci3": {
2745
2202
  "arch": "amd64",
2746
- "version": "1:3.2.1-3"
2203
+ "version": "1:3.5.2-1"
2747
2204
  },
2748
2205
  "libpcre3": {
2749
2206
  "arch": "amd64",
2750
- "version": "2:8.35-3.3+deb8u4"
2751
- },
2752
- "libpcsclite1": {
2753
- "arch": "amd64",
2754
- "version": "1.8.13-1+deb8u1"
2755
- },
2756
- "libperl4-corelibs-perl": {
2757
- "arch": "all",
2758
- "version": "0.003-1"
2207
+ "version": "2:8.39-3"
2759
2208
  },
2760
2209
  "libpipeline1": {
2761
2210
  "arch": "amd64",
2762
- "version": "1.4.0-1"
2763
- },
2764
- "libpixman-1-0": {
2765
- "arch": "amd64",
2766
- "version": "0.32.6-3"
2211
+ "version": "1.4.1-2"
2767
2212
  },
2768
- "libpng12-0": {
2213
+ "libpng16-16": {
2769
2214
  "arch": "amd64",
2770
- "version": "1.2.50-2+deb8u3"
2771
- },
2772
- "libpod-latex-perl": {
2773
- "arch": "all",
2774
- "version": "0.61-1"
2775
- },
2776
- "libpod-readme-perl": {
2777
- "arch": "all",
2778
- "version": "0.11-1"
2215
+ "version": "1.6.28-1+deb9u1"
2779
2216
  },
2780
2217
  "libpopt0": {
2781
2218
  "arch": "amd64",
2782
- "version": "1.16-10"
2219
+ "version": "1.16-10+b2"
2783
2220
  },
2784
- "libprocps3": {
2221
+ "libprocps6": {
2785
2222
  "arch": "amd64",
2786
- "version": "2:3.3.9-9"
2223
+ "version": "2:3.3.12-3+deb9u1"
2787
2224
  },
2788
- "libpsl0": {
2225
+ "libpsl5": {
2789
2226
  "arch": "amd64",
2790
- "version": "0.5.1-1"
2791
- },
2792
- "libpth20": {
2793
- "arch": "amd64",
2794
- "version": "2.0.7-20"
2227
+ "version": "0.17.0-3"
2795
2228
  },
2796
2229
  "libpython-stdlib": {
2797
2230
  "arch": "amd64",
2798
- "version": "2.7.9-1"
2231
+ "version": "2.7.13-2"
2799
2232
  },
2800
2233
  "libpython2.7-minimal": {
2801
2234
  "arch": "amd64",
2802
- "version": "2.7.9-2+deb8u1"
2235
+ "version": "2.7.13-2+deb9u3"
2803
2236
  },
2804
2237
  "libpython2.7-stdlib": {
2805
2238
  "arch": "amd64",
2806
- "version": "2.7.9-2+deb8u1"
2239
+ "version": "2.7.13-2+deb9u3"
2807
2240
  },
2808
- "libreadline6": {
2241
+ "libpython3-stdlib": {
2809
2242
  "arch": "amd64",
2810
- "version": "6.3-8+b3"
2243
+ "version": "3.5.3-1"
2811
2244
  },
2812
- "libregexp-common-perl": {
2813
- "arch": "all",
2814
- "version": "2013031301-1"
2245
+ "libpython3.5-minimal": {
2246
+ "arch": "amd64",
2247
+ "version": "3.5.3-1+deb9u1"
2248
+ },
2249
+ "libpython3.5-stdlib": {
2250
+ "arch": "amd64",
2251
+ "version": "3.5.3-1+deb9u1"
2252
+ },
2253
+ "libreadline7": {
2254
+ "arch": "amd64",
2255
+ "version": "7.0-3"
2815
2256
  },
2816
2257
  "librtmp1": {
2817
2258
  "arch": "amd64",
2818
- "version": "2.4+20150115.gita107cef-1+deb8u1"
2259
+ "version": "2.4+20151223.gitfa8646d.1-1+b1"
2819
2260
  },
2820
2261
  "libsasl2-2": {
2821
2262
  "arch": "amd64",
2822
- "version": "2.1.26.dfsg1-13+deb8u1"
2263
+ "version": "2.1.27~101-g0780600+dfsg-3+deb9u1"
2823
2264
  },
2824
2265
  "libsasl2-modules": {
2825
2266
  "arch": "amd64",
2826
- "version": "2.1.26.dfsg1-13+deb8u1"
2267
+ "version": "2.1.27~101-g0780600+dfsg-3+deb9u1"
2827
2268
  },
2828
2269
  "libsasl2-modules-db": {
2829
2270
  "arch": "amd64",
2830
- "version": "2.1.26.dfsg1-13+deb8u1"
2271
+ "version": "2.1.27~101-g0780600+dfsg-3+deb9u1"
2272
+ },
2273
+ "libseccomp2": {
2274
+ "arch": "amd64",
2275
+ "version": "2.3.1-2.1+deb9u1"
2831
2276
  },
2832
2277
  "libselinux1": {
2833
2278
  "arch": "amd64",
2834
- "version": "2.3-2"
2279
+ "version": "2.6-3+b3"
2835
2280
  },
2836
2281
  "libsemanage-common": {
2837
2282
  "arch": "all",
2838
- "version": "2.3-1"
2283
+ "version": "2.6-2"
2839
2284
  },
2840
2285
  "libsemanage1": {
2841
2286
  "arch": "amd64",
2842
- "version": "2.3-1+b1"
2287
+ "version": "2.6-2"
2843
2288
  },
2844
2289
  "libsepol1": {
2845
2290
  "arch": "amd64",
2846
- "version": "2.3-2"
2847
- },
2848
- "libsigc++-2.0-0c2a": {
2849
- "arch": "amd64",
2850
- "version": "2.4.0-1"
2851
- },
2852
- "libsigsegv2": {
2853
- "arch": "amd64",
2854
- "version": "2.10-4+b1"
2291
+ "version": "2.6-2"
2855
2292
  },
2856
2293
  "libslang2": {
2857
2294
  "arch": "amd64",
2858
- "version": "2.3.0-2"
2295
+ "version": "2.3.1-5"
2859
2296
  },
2860
2297
  "libsmartcols1": {
2861
2298
  "arch": "amd64",
2862
- "version": "2.25.2-6"
2863
- },
2864
- "libsoftware-license-perl": {
2865
- "arch": "all",
2866
- "version": "0.103010-3"
2299
+ "version": "2.29.2-1+deb9u1"
2867
2300
  },
2868
2301
  "libsqlite3-0": {
2869
2302
  "arch": "amd64",
2870
- "version": "3.8.7.1-1+deb8u2"
2303
+ "version": "3.16.2-5+deb9u1"
2871
2304
  },
2872
2305
  "libss2": {
2873
2306
  "arch": "amd64",
2874
- "version": "1.42.12-2+b1"
2307
+ "version": "1.43.4-2+deb9u1"
2875
2308
  },
2876
2309
  "libssh2-1": {
2877
2310
  "arch": "amd64",
2878
- "version": "1.4.3-4.1+deb8u1"
2311
+ "version": "1.7.0-1+deb9u1"
2879
2312
  },
2880
- "libssl1.0.0": {
2313
+ "libssl1.0.2": {
2881
2314
  "arch": "amd64",
2882
- "version": "1.0.1t-1+deb8u8"
2315
+ "version": "1.0.2u-1~deb9u1"
2883
2316
  },
2884
- "libstdc++6": {
2317
+ "libssl1.1": {
2885
2318
  "arch": "amd64",
2886
- "version": "4.9.2-10+deb8u1"
2887
- },
2888
- "libsub-exporter-perl": {
2889
- "arch": "all",
2890
- "version": "0.986-1"
2319
+ "version": "1.1.0l-1~deb9u1"
2891
2320
  },
2892
- "libsub-install-perl": {
2893
- "arch": "all",
2894
- "version": "0.928-1"
2895
- },
2896
- "libsub-name-perl": {
2321
+ "libstdc++6": {
2897
2322
  "arch": "amd64",
2898
- "version": "0.12-1"
2899
- },
2900
- "libswitch-perl": {
2901
- "arch": "all",
2902
- "version": "2.17-2"
2323
+ "version": "6.3.0-18+deb9u1"
2903
2324
  },
2904
2325
  "libsystemd0": {
2905
2326
  "arch": "amd64",
2906
- "version": "215-17+deb8u7"
2327
+ "version": "232-25+deb9u12"
2907
2328
  },
2908
2329
  "libtasn1-6": {
2909
2330
  "arch": "amd64",
2910
- "version": "4.2-3+deb8u3"
2911
- },
2912
- "libterm-ui-perl": {
2913
- "arch": "all",
2914
- "version": "0.42-1"
2331
+ "version": "4.10-1.1+deb9u1"
2915
2332
  },
2916
2333
  "libtext-charwidth-perl": {
2917
2334
  "arch": "amd64",
2918
- "version": "0.04-7+b3"
2335
+ "version": "0.04-7+b5"
2919
2336
  },
2920
2337
  "libtext-iconv-perl": {
2921
2338
  "arch": "amd64",
2922
- "version": "1.7-5+b2"
2923
- },
2924
- "libtext-soundex-perl": {
2925
- "arch": "amd64",
2926
- "version": "3.4-1+b2"
2927
- },
2928
- "libtext-template-perl": {
2929
- "arch": "all",
2930
- "version": "1.46-1"
2931
- },
2932
- "libtext-unidecode-perl": {
2933
- "arch": "all",
2934
- "version": "1.22-1"
2339
+ "version": "1.7-5+b4"
2935
2340
  },
2936
2341
  "libtext-wrapi18n-perl": {
2937
2342
  "arch": "all",
2938
- "version": "0.06-7"
2939
- },
2940
- "libthai-data": {
2941
- "arch": "all",
2942
- "version": "0.1.21-1"
2943
- },
2944
- "libthai0": {
2945
- "arch": "amd64",
2946
- "version": "0.1.21-1"
2343
+ "version": "0.06-7.1"
2947
2344
  },
2948
2345
  "libtiff5": {
2949
2346
  "arch": "amd64",
2950
- "version": "4.0.3-12.3+deb8u5"
2951
- },
2952
- "libtimedate-perl": {
2953
- "arch": "all",
2954
- "version": "2.3000-2"
2347
+ "version": "4.0.8-2+deb9u5"
2955
2348
  },
2956
2349
  "libtinfo5": {
2957
2350
  "arch": "amd64",
2958
- "version": "5.9+20140913-1+deb8u2"
2351
+ "version": "6.0+20161126-1+deb9u2"
2959
2352
  },
2960
- "libtirpc1": {
2353
+ "libtomcrypt0": {
2961
2354
  "arch": "amd64",
2962
- "version": "0.2.5-1+deb8u1"
2355
+ "version": "1.17-9"
2963
2356
  },
2964
- "libtokyocabinet9": {
2357
+ "libtommath1": {
2965
2358
  "arch": "amd64",
2966
- "version": "1.4.48-3"
2359
+ "version": "1.0-4"
2967
2360
  },
2968
2361
  "libudev1": {
2969
2362
  "arch": "amd64",
2970
- "version": "215-17+deb8u7"
2971
- },
2972
- "liburi-perl": {
2973
- "arch": "all",
2974
- "version": "1.64-1"
2975
- },
2976
- "libusb-0.1-4": {
2977
- "arch": "amd64",
2978
- "version": "2:0.1.12-25"
2363
+ "version": "232-25+deb9u12"
2979
2364
  },
2980
- "libusb-1.0-0": {
2365
+ "libunistring0": {
2981
2366
  "arch": "amd64",
2982
- "version": "2:1.0.19-1"
2367
+ "version": "0.9.6+really0.9.3-0.1"
2983
2368
  },
2984
2369
  "libustr-1.0-1": {
2985
2370
  "arch": "amd64",
2986
- "version": "1.0.4-3+b2"
2987
- },
2988
- "libuuid-perl": {
2989
- "arch": "amd64",
2990
- "version": "0.05-1+b1"
2371
+ "version": "1.0.4-6"
2991
2372
  },
2992
2373
  "libuuid1": {
2993
2374
  "arch": "amd64",
2994
- "version": "2.25.2-6"
2375
+ "version": "2.29.2-1+deb9u1"
2995
2376
  },
2996
- "libwebp5": {
2377
+ "libwebp6": {
2997
2378
  "arch": "amd64",
2998
- "version": "0.4.1-1.2+b2"
2379
+ "version": "0.5.2-1"
2999
2380
  },
3000
- "libwebpdemux1": {
2381
+ "libwebpdemux2": {
3001
2382
  "arch": "amd64",
3002
- "version": "0.4.1-1.2+b2"
2383
+ "version": "0.5.2-1"
3003
2384
  },
3004
- "libwebpmux1": {
2385
+ "libwebpmux2": {
3005
2386
  "arch": "amd64",
3006
- "version": "0.4.1-1.2+b2"
2387
+ "version": "0.5.2-1"
3007
2388
  },
3008
2389
  "libwrap0": {
3009
2390
  "arch": "amd64",
3010
- "version": "7.6.q-25"
3011
- },
3012
- "libwww-perl": {
3013
- "arch": "all",
3014
- "version": "6.08-1"
3015
- },
3016
- "libwww-robotrules-perl": {
3017
- "arch": "all",
3018
- "version": "6.01-1"
3019
- },
3020
- "libx11-6": {
3021
- "arch": "amd64",
3022
- "version": "2:1.6.2-3+deb8u1"
3023
- },
3024
- "libx11-data": {
3025
- "arch": "all",
3026
- "version": "2:1.6.2-3+deb8u1"
3027
- },
3028
- "libxapian22": {
3029
- "arch": "amd64",
3030
- "version": "1.2.19-1+deb8u1"
3031
- },
3032
- "libxau6": {
3033
- "arch": "amd64",
3034
- "version": "1:1.0.8-1"
3035
- },
3036
- "libxcb-render0": {
3037
- "arch": "amd64",
3038
- "version": "1.10-3+b1"
3039
- },
3040
- "libxcb-shm0": {
3041
- "arch": "amd64",
3042
- "version": "1.10-3+b1"
3043
- },
3044
- "libxcb1": {
3045
- "arch": "amd64",
3046
- "version": "1.10-3+b1"
3047
- },
3048
- "libxcomposite1": {
3049
- "arch": "amd64",
3050
- "version": "1:0.4.4-1"
3051
- },
3052
- "libxcursor1": {
3053
- "arch": "amd64",
3054
- "version": "1:1.1.14-1+deb8u1"
3055
- },
3056
- "libxdamage1": {
3057
- "arch": "amd64",
3058
- "version": "1:1.1.4-2+b1"
3059
- },
3060
- "libxdmcp6": {
3061
- "arch": "amd64",
3062
- "version": "1:1.1.1-1+b1"
3063
- },
3064
- "libxext6": {
3065
- "arch": "amd64",
3066
- "version": "2:1.3.3-1"
3067
- },
3068
- "libxfixes3": {
3069
- "arch": "amd64",
3070
- "version": "1:5.0.1-2+deb8u1"
3071
- },
3072
- "libxi6": {
3073
- "arch": "amd64",
3074
- "version": "2:1.7.4-1+deb8u1"
3075
- },
3076
- "libxinerama1": {
3077
- "arch": "amd64",
3078
- "version": "2:1.1.3-1+b1"
3079
- },
3080
- "libxml-libxml-perl": {
3081
- "arch": "amd64",
3082
- "version": "2.0116+dfsg-1+deb8u2"
3083
- },
3084
- "libxml-namespacesupport-perl": {
3085
- "arch": "all",
3086
- "version": "1.11-1"
2391
+ "version": "7.6.q-26"
3087
2392
  },
3088
- "libxml-parser-perl": {
2393
+ "libxapian30": {
3089
2394
  "arch": "amd64",
3090
- "version": "2.41-3"
3091
- },
3092
- "libxml-sax-base-perl": {
3093
- "arch": "all",
3094
- "version": "1.07-1"
3095
- },
3096
- "libxml-sax-expat-perl": {
3097
- "arch": "all",
3098
- "version": "0.40-2"
3099
- },
3100
- "libxml-sax-perl": {
3101
- "arch": "all",
3102
- "version": "0.99+dfsg-2"
2395
+ "version": "1.4.3-2+deb9u3"
3103
2396
  },
3104
2397
  "libxml2": {
3105
2398
  "arch": "amd64",
3106
- "version": "2.9.1+dfsg1-5+deb8u6"
3107
- },
3108
- "libxmuu1": {
3109
- "arch": "amd64",
3110
- "version": "2:1.1.2-1"
2399
+ "version": "2.9.4+dfsg1-2.2+deb9u2"
3111
2400
  },
3112
- "libxrandr2": {
2401
+ "libxtables12": {
3113
2402
  "arch": "amd64",
3114
- "version": "2:1.4.2-1+deb8u1"
2403
+ "version": "1.6.0+snapshot20161117-6"
3115
2404
  },
3116
- "libxrender1": {
2405
+ "libyaml-0-2": {
3117
2406
  "arch": "amd64",
3118
- "version": "1:0.9.8-1+b1"
3119
- },
3120
- "libxtables10": {
3121
- "arch": "amd64",
3122
- "version": "1.4.21-2+b1"
2407
+ "version": "0.1.7-2"
3123
2408
  },
3124
2409
  "linux-base": {
3125
2410
  "arch": "all",
3126
- "version": "3.5"
2411
+ "version": "4.5"
3127
2412
  },
3128
- "linux-image-3.16.0-4-amd64": {
2413
+ "linux-image-4.9.0-12-amd64": {
3129
2414
  "arch": "amd64",
3130
- "version": "3.16.51-3"
2415
+ "version": "4.9.210-1+deb9u1"
3131
2416
  },
3132
2417
  "linux-image-amd64": {
3133
2418
  "arch": "amd64",
3134
- "version": "3.16+63"
2419
+ "version": "4.9+80+deb9u10"
3135
2420
  },
3136
2421
  "locales": {
3137
2422
  "arch": "all",
3138
- "version": "2.19-18+deb8u10"
2423
+ "version": "2.24-11+deb9u4"
2424
+ },
2425
+ "locales-all": {
2426
+ "arch": "amd64",
2427
+ "version": "2.24-11+deb9u4"
3139
2428
  },
3140
2429
  "login": {
3141
2430
  "arch": "amd64",
3142
- "version": "1:4.2-3+deb8u4"
2431
+ "version": "1:4.4-4.1"
3143
2432
  },
3144
2433
  "logrotate": {
3145
2434
  "arch": "amd64",
3146
- "version": "3.8.7-1+b1"
2435
+ "version": "3.11.0-0.1"
3147
2436
  },
3148
2437
  "lsb-base": {
3149
2438
  "arch": "all",
3150
- "version": "4.1+Debian13+nmu1"
2439
+ "version": "9.20161125"
3151
2440
  },
3152
2441
  "lsb-release": {
3153
2442
  "arch": "all",
3154
- "version": "4.1+Debian13+nmu1"
3155
- },
3156
- "lsof": {
3157
- "arch": "amd64",
3158
- "version": "4.86+dfsg-1"
3159
- },
3160
- "m4": {
3161
- "arch": "amd64",
3162
- "version": "1.4.17-4"
2443
+ "version": "9.20161125"
3163
2444
  },
3164
2445
  "man-db": {
3165
2446
  "arch": "amd64",
3166
- "version": "2.7.0.2-5"
2447
+ "version": "2.7.6.1-2"
3167
2448
  },
3168
2449
  "manpages": {
3169
2450
  "arch": "all",
3170
- "version": "3.74-1"
2451
+ "version": "4.10-2"
3171
2452
  },
3172
2453
  "mawk": {
3173
2454
  "arch": "amd64",
3174
- "version": "1.3.3-17"
2455
+ "version": "1.3.3-17+b3"
3175
2456
  },
3176
2457
  "mime-support": {
3177
2458
  "arch": "all",
3178
- "version": "3.58"
3179
- },
3180
- "mlocate": {
3181
- "arch": "amd64",
3182
- "version": "0.26-1"
2459
+ "version": "3.60"
3183
2460
  },
3184
2461
  "mount": {
3185
2462
  "arch": "amd64",
3186
- "version": "2.25.2-6"
2463
+ "version": "2.29.2-1+deb9u1"
3187
2464
  },
3188
2465
  "multiarch-support": {
3189
2466
  "arch": "amd64",
3190
- "version": "2.19-18+deb8u10"
3191
- },
3192
- "mutt": {
3193
- "arch": "amd64",
3194
- "version": "1.5.23-3"
2467
+ "version": "2.24-11+deb9u4"
3195
2468
  },
3196
2469
  "nano": {
3197
2470
  "arch": "amd64",
3198
- "version": "2.2.6-3"
2471
+ "version": "2.7.4-1"
3199
2472
  },
3200
2473
  "ncurses-base": {
3201
2474
  "arch": "all",
3202
- "version": "5.9+20140913-1+deb8u2"
2475
+ "version": "6.0+20161126-1+deb9u2"
3203
2476
  },
3204
2477
  "ncurses-bin": {
3205
2478
  "arch": "amd64",
3206
- "version": "5.9+20140913-1+deb8u2"
3207
- },
3208
- "ncurses-term": {
3209
- "arch": "all",
3210
- "version": "5.9+20140913-1+deb8u2"
2479
+ "version": "6.0+20161126-1+deb9u2"
3211
2480
  },
3212
2481
  "net-tools": {
3213
2482
  "arch": "amd64",
3214
- "version": "1.60-26+b1"
2483
+ "version": "1.60+git20161116.90da8a0-1"
3215
2484
  },
3216
2485
  "netbase": {
3217
2486
  "arch": "all",
3218
- "version": "5.3"
2487
+ "version": "5.4"
3219
2488
  },
3220
- "netcat-traditional": {
2489
+ "netcat-openbsd": {
3221
2490
  "arch": "amd64",
3222
- "version": "1.10-41"
3223
- },
3224
- "nfacct": {
3225
- "arch": "amd64",
3226
- "version": "1.0.1-1.1"
3227
- },
3228
- "nfs-common": {
3229
- "arch": "amd64",
3230
- "version": "1:1.2.8-9"
2491
+ "version": "1.130-3"
3231
2492
  },
3232
2493
  "openssh-client": {
3233
2494
  "arch": "amd64",
3234
- "version": "1:6.7p1-5+deb8u4"
2495
+ "version": "1:7.4p1-10+deb9u7"
3235
2496
  },
3236
2497
  "openssh-server": {
3237
2498
  "arch": "amd64",
3238
- "version": "1:6.7p1-5+deb8u4"
2499
+ "version": "1:7.4p1-10+deb9u7"
3239
2500
  },
3240
2501
  "openssh-sftp-server": {
3241
2502
  "arch": "amd64",
3242
- "version": "1:6.7p1-5+deb8u4"
2503
+ "version": "1:7.4p1-10+deb9u7"
3243
2504
  },
3244
2505
  "openssl": {
3245
2506
  "arch": "amd64",
3246
- "version": "1.0.1t-1+deb8u8"
3247
- },
3248
- "os-prober": {
3249
- "arch": "amd64",
3250
- "version": "1.65+deb8u1"
2507
+ "version": "1.1.0l-1~deb9u1"
3251
2508
  },
3252
2509
  "passwd": {
3253
2510
  "arch": "amd64",
3254
- "version": "1:4.2-3+deb8u4"
3255
- },
3256
- "patch": {
3257
- "arch": "amd64",
3258
- "version": "2.7.5-1"
2511
+ "version": "1:4.4-4.1"
3259
2512
  },
3260
2513
  "pciutils": {
3261
2514
  "arch": "amd64",
3262
- "version": "1:3.2.1-3"
3263
- },
3264
- "perl": {
3265
- "arch": "amd64",
3266
- "version": "5.20.2-3+deb8u9"
2515
+ "version": "1:3.5.2-1"
3267
2516
  },
3268
2517
  "perl-base": {
3269
2518
  "arch": "amd64",
3270
- "version": "5.20.2-3+deb8u9"
3271
- },
3272
- "perl-modules": {
3273
- "arch": "all",
3274
- "version": "5.20.2-3+deb8u9"
3275
- },
3276
- "pinentry-gtk2": {
3277
- "arch": "amd64",
3278
- "version": "0.8.3-2"
3279
- },
3280
- "powertop": {
3281
- "arch": "amd64",
3282
- "version": "2.6.1-1"
2519
+ "version": "5.24.1-3+deb9u6"
3283
2520
  },
3284
- "procmail": {
2521
+ "pinentry-curses": {
3285
2522
  "arch": "amd64",
3286
- "version": "3.22-24+deb8u1"
2523
+ "version": "1.0.0-2"
3287
2524
  },
3288
2525
  "procps": {
3289
2526
  "arch": "amd64",
3290
- "version": "2:3.3.9-9"
2527
+ "version": "2:3.3.12-3+deb9u1"
3291
2528
  },
3292
2529
  "psmisc": {
3293
2530
  "arch": "amd64",
3294
- "version": "22.21-2"
2531
+ "version": "22.21-2.1+b2"
3295
2532
  },
3296
2533
  "python": {
3297
2534
  "arch": "amd64",
3298
- "version": "2.7.9-1"
3299
- },
3300
- "python-apt": {
3301
- "arch": "amd64",
3302
- "version": "0.9.3.12"
2535
+ "version": "2.7.13-2"
3303
2536
  },
3304
2537
  "python-apt-common": {
3305
2538
  "arch": "all",
3306
- "version": "0.9.3.12"
2539
+ "version": "1.4.1"
3307
2540
  },
3308
- "python-chardet": {
2541
+ "python-boto": {
3309
2542
  "arch": "all",
3310
- "version": "2.3.0-1"
2543
+ "version": "2.44.0-1"
3311
2544
  },
3312
- "python-debian": {
2545
+ "python-cffi-backend": {
2546
+ "arch": "amd64",
2547
+ "version": "1.9.1-2"
2548
+ },
2549
+ "python-chardet": {
3313
2550
  "arch": "all",
3314
- "version": "0.1.27"
2551
+ "version": "2.3.0-2"
3315
2552
  },
3316
- "python-debianbts": {
2553
+ "python-cryptography": {
2554
+ "arch": "amd64",
2555
+ "version": "1.7.1-3+deb9u2"
2556
+ },
2557
+ "python-enum34": {
3317
2558
  "arch": "all",
3318
- "version": "1.12"
2559
+ "version": "1.1.6-1"
3319
2560
  },
3320
- "python-defusedxml": {
2561
+ "python-idna": {
3321
2562
  "arch": "all",
3322
- "version": "0.4.1-2"
2563
+ "version": "2.2-1"
3323
2564
  },
3324
- "python-docutils": {
2565
+ "python-ipaddress": {
3325
2566
  "arch": "all",
3326
- "version": "0.12+dfsg-1"
2567
+ "version": "1.0.17-1"
3327
2568
  },
3328
2569
  "python-minimal": {
3329
2570
  "arch": "amd64",
3330
- "version": "2.7.9-1"
2571
+ "version": "2.7.13-2"
3331
2572
  },
3332
- "python-pil": {
3333
- "arch": "amd64",
3334
- "version": "2.6.1-2+deb8u3"
2573
+ "python-openssl": {
2574
+ "arch": "all",
2575
+ "version": "16.2.0-1"
3335
2576
  },
3336
2577
  "python-pkg-resources": {
3337
2578
  "arch": "all",
3338
- "version": "5.5.1-1"
2579
+ "version": "33.1.1-1"
3339
2580
  },
3340
- "python-pygments": {
2581
+ "python-pyasn1": {
3341
2582
  "arch": "all",
3342
- "version": "2.0.1+dfsg-1.1+deb8u1"
2583
+ "version": "0.1.9-2"
3343
2584
  },
3344
- "python-reportbug": {
2585
+ "python-requests": {
3345
2586
  "arch": "all",
3346
- "version": "6.6.3"
2587
+ "version": "2.12.4-1"
3347
2588
  },
3348
- "python-roman": {
2589
+ "python-setuptools": {
3349
2590
  "arch": "all",
3350
- "version": "2.0.0-1"
2591
+ "version": "33.1.1-1"
3351
2592
  },
3352
2593
  "python-six": {
3353
2594
  "arch": "all",
3354
- "version": "1.8.0-1"
3355
- },
3356
- "python-soappy": {
3357
- "arch": "all",
3358
- "version": "0.12.22-1"
3359
- },
3360
- "python-support": {
3361
- "arch": "all",
3362
- "version": "1.0.15"
2595
+ "version": "1.10.0-3"
3363
2596
  },
3364
- "python-wstools": {
2597
+ "python-urllib3": {
3365
2598
  "arch": "all",
3366
- "version": "0.4.3-2"
2599
+ "version": "1.19.1-1"
3367
2600
  },
3368
2601
  "python2.7": {
3369
2602
  "arch": "amd64",
3370
- "version": "2.7.9-2+deb8u1"
2603
+ "version": "2.7.13-2+deb9u3"
3371
2604
  },
3372
2605
  "python2.7-minimal": {
3373
2606
  "arch": "amd64",
3374
- "version": "2.7.9-2+deb8u1"
2607
+ "version": "2.7.13-2+deb9u3"
3375
2608
  },
3376
- "readline-common": {
2609
+ "python3": {
2610
+ "arch": "amd64",
2611
+ "version": "3.5.3-1"
2612
+ },
2613
+ "python3-apt": {
2614
+ "arch": "amd64",
2615
+ "version": "1.4.1"
2616
+ },
2617
+ "python3-blinker": {
3377
2618
  "arch": "all",
3378
- "version": "6.3-8"
2619
+ "version": "1.3.dfsg2-1"
3379
2620
  },
3380
- "rename": {
2621
+ "python3-boto": {
3381
2622
  "arch": "all",
3382
- "version": "0.20-3"
2623
+ "version": "2.44.0-1"
3383
2624
  },
3384
- "reportbug": {
2625
+ "python3-botocore": {
3385
2626
  "arch": "all",
3386
- "version": "6.6.3"
2627
+ "version": "1.4.70-1"
3387
2628
  },
3388
- "rpcbind": {
2629
+ "python3-cffi-backend": {
3389
2630
  "arch": "amd64",
3390
- "version": "0.2.1-6+deb8u2"
2631
+ "version": "1.9.1-2"
3391
2632
  },
3392
- "rsyslog": {
3393
- "arch": "amd64",
3394
- "version": "8.4.2-1+deb8u2"
2633
+ "python3-chardet": {
2634
+ "arch": "all",
2635
+ "version": "2.3.0-2"
3395
2636
  },
3396
- "sed": {
2637
+ "python3-colorama": {
2638
+ "arch": "all",
2639
+ "version": "0.3.7-1"
2640
+ },
2641
+ "python3-configobj": {
2642
+ "arch": "all",
2643
+ "version": "5.0.6-2"
2644
+ },
2645
+ "python3-cryptography": {
3397
2646
  "arch": "amd64",
3398
- "version": "4.2.2-4+deb8u1"
2647
+ "version": "1.7.1-3+deb9u2"
3399
2648
  },
3400
- "sensible-utils": {
2649
+ "python3-dateutil": {
3401
2650
  "arch": "all",
3402
- "version": "0.0.9+deb8u1"
2651
+ "version": "2.5.3-2"
3403
2652
  },
3404
- "sgml-base": {
2653
+ "python3-debian": {
3405
2654
  "arch": "all",
3406
- "version": "1.26+nmu4"
2655
+ "version": "0.1.30"
3407
2656
  },
3408
- "shared-mime-info": {
3409
- "arch": "amd64",
3410
- "version": "1.3-1"
2657
+ "python3-debianbts": {
2658
+ "arch": "all",
2659
+ "version": "2.6.1"
3411
2660
  },
3412
- "startpar": {
3413
- "arch": "amd64",
3414
- "version": "0.59-3"
2661
+ "python3-docutils": {
2662
+ "arch": "all",
2663
+ "version": "0.13.1+dfsg-2"
3415
2664
  },
3416
- "sudo": {
3417
- "arch": "amd64",
3418
- "version": "1.8.10p3-1+deb8u5"
2665
+ "python3-httplib2": {
2666
+ "arch": "all",
2667
+ "version": "0.9.2+dfsg-1"
3419
2668
  },
3420
- "systemd": {
2669
+ "python3-idna": {
2670
+ "arch": "all",
2671
+ "version": "2.2-1"
2672
+ },
2673
+ "python3-jinja2": {
2674
+ "arch": "all",
2675
+ "version": "2.8-1"
2676
+ },
2677
+ "python3-jmespath": {
2678
+ "arch": "all",
2679
+ "version": "0.9.0-2"
2680
+ },
2681
+ "python3-json-pointer": {
2682
+ "arch": "all",
2683
+ "version": "1.10-1"
2684
+ },
2685
+ "python3-jsonpatch": {
2686
+ "arch": "all",
2687
+ "version": "1.19-4"
2688
+ },
2689
+ "python3-jwt": {
2690
+ "arch": "all",
2691
+ "version": "1.4.2-1+deb9u1"
2692
+ },
2693
+ "python3-markupsafe": {
3421
2694
  "arch": "amd64",
3422
- "version": "215-17+deb8u7"
2695
+ "version": "0.23-3"
3423
2696
  },
3424
- "systemd-sysv": {
2697
+ "python3-minimal": {
3425
2698
  "arch": "amd64",
3426
- "version": "215-17+deb8u7"
2699
+ "version": "3.5.3-1"
3427
2700
  },
3428
- "sysv-rc": {
2701
+ "python3-oauthlib": {
3429
2702
  "arch": "all",
3430
- "version": "2.88dsf-59"
2703
+ "version": "2.0.1-1"
3431
2704
  },
3432
- "sysvinit-utils": {
2705
+ "python3-pil": {
3433
2706
  "arch": "amd64",
3434
- "version": "2.88dsf-59"
2707
+ "version": "4.0.0-4+deb9u1"
3435
2708
  },
3436
- "tar": {
2709
+ "python3-pkg-resources": {
2710
+ "arch": "all",
2711
+ "version": "33.1.1-1"
2712
+ },
2713
+ "python3-prettytable": {
2714
+ "arch": "all",
2715
+ "version": "0.7.2-3"
2716
+ },
2717
+ "python3-pyasn1": {
2718
+ "arch": "all",
2719
+ "version": "0.1.9-2"
2720
+ },
2721
+ "python3-pycurl": {
3437
2722
  "arch": "amd64",
3438
- "version": "1.27.1-2+deb8u1"
2723
+ "version": "7.43.0-2"
3439
2724
  },
3440
- "task-english": {
2725
+ "python3-pygments": {
3441
2726
  "arch": "all",
3442
- "version": "3.31+deb8u1"
2727
+ "version": "2.2.0+dfsg-1"
3443
2728
  },
3444
- "task-laptop": {
2729
+ "python3-pysimplesoap": {
3445
2730
  "arch": "all",
3446
- "version": "3.31+deb8u1"
2731
+ "version": "1.16-2"
3447
2732
  },
3448
- "task-ssh-server": {
2733
+ "python3-reportbug": {
3449
2734
  "arch": "all",
3450
- "version": "3.31+deb8u1"
2735
+ "version": "7.1.7+deb9u3"
3451
2736
  },
3452
- "tasksel": {
2737
+ "python3-requests": {
3453
2738
  "arch": "all",
3454
- "version": "3.31+deb8u1"
2739
+ "version": "2.12.4-1"
3455
2740
  },
3456
- "tasksel-data": {
2741
+ "python3-roman": {
3457
2742
  "arch": "all",
3458
- "version": "3.31+deb8u1"
2743
+ "version": "2.0.0-2"
3459
2744
  },
3460
- "tcpd": {
3461
- "arch": "amd64",
3462
- "version": "7.6.q-25"
2745
+ "python3-rsa": {
2746
+ "arch": "all",
2747
+ "version": "3.4.2-1"
3463
2748
  },
3464
- "telnet": {
3465
- "arch": "amd64",
3466
- "version": "0.17-36"
2749
+ "python3-s3transfer": {
2750
+ "arch": "all",
2751
+ "version": "0.1.9-1"
2752
+ },
2753
+ "python3-setuptools": {
2754
+ "arch": "all",
2755
+ "version": "33.1.1-1"
2756
+ },
2757
+ "python3-six": {
2758
+ "arch": "all",
2759
+ "version": "1.10.0-3"
2760
+ },
2761
+ "python3-urllib3": {
2762
+ "arch": "all",
2763
+ "version": "1.19.1-1"
3467
2764
  },
3468
- "texinfo": {
2765
+ "python3-yaml": {
3469
2766
  "arch": "amd64",
3470
- "version": "5.2.0.dfsg.1-6"
2767
+ "version": "3.12-1"
3471
2768
  },
3472
- "time": {
2769
+ "python3.5": {
3473
2770
  "arch": "amd64",
3474
- "version": "1.7-25"
2771
+ "version": "3.5.3-1+deb9u1"
3475
2772
  },
3476
- "traceroute": {
2773
+ "python3.5-minimal": {
3477
2774
  "arch": "amd64",
3478
- "version": "1:2.0.20-2+b1"
2775
+ "version": "3.5.3-1+deb9u1"
3479
2776
  },
3480
- "tzdata": {
2777
+ "readline-common": {
3481
2778
  "arch": "all",
3482
- "version": "2018d-0+deb8u1"
2779
+ "version": "7.0-3"
3483
2780
  },
3484
- "ucf": {
2781
+ "reportbug": {
3485
2782
  "arch": "all",
3486
- "version": "3.0030"
2783
+ "version": "7.1.7+deb9u3"
3487
2784
  },
3488
- "udev": {
2785
+ "rsyslog": {
3489
2786
  "arch": "amd64",
3490
- "version": "215-17+deb8u7"
2787
+ "version": "8.24.0-1"
3491
2788
  },
3492
- "usbutils": {
2789
+ "screen": {
3493
2790
  "arch": "amd64",
3494
- "version": "1:007-2"
2791
+ "version": "4.5.0-6"
3495
2792
  },
3496
- "util-linux": {
2793
+ "sed": {
3497
2794
  "arch": "amd64",
3498
- "version": "2.25.2-6"
2795
+ "version": "4.4-1"
3499
2796
  },
3500
- "util-linux-locales": {
2797
+ "sensible-utils": {
3501
2798
  "arch": "all",
3502
- "version": "2.25.2-6"
2799
+ "version": "0.0.9+deb9u1"
3503
2800
  },
3504
- "vim-common": {
2801
+ "sgml-base": {
2802
+ "arch": "all",
2803
+ "version": "1.29"
2804
+ },
2805
+ "sudo": {
3505
2806
  "arch": "amd64",
3506
- "version": "2:7.4.488-7+deb8u3"
2807
+ "version": "1.8.19p1-2.1+deb9u2"
3507
2808
  },
3508
- "vim-tiny": {
2809
+ "systemd": {
3509
2810
  "arch": "amd64",
3510
- "version": "2:7.4.488-7+deb8u3"
2811
+ "version": "232-25+deb9u12"
3511
2812
  },
3512
- "w3m": {
2813
+ "systemd-sysv": {
3513
2814
  "arch": "amd64",
3514
- "version": "0.5.3-19+deb8u2"
2815
+ "version": "232-25+deb9u12"
3515
2816
  },
3516
- "wamerican": {
3517
- "arch": "all",
3518
- "version": "7.1-1"
2817
+ "sysvinit-utils": {
2818
+ "arch": "amd64",
2819
+ "version": "2.88dsf-59.9"
3519
2820
  },
3520
- "wget": {
2821
+ "tar": {
3521
2822
  "arch": "amd64",
3522
- "version": "1.16-1+deb8u4"
2823
+ "version": "1.29b-1.1"
3523
2824
  },
3524
- "whiptail": {
2825
+ "tasksel": {
2826
+ "arch": "all",
2827
+ "version": "3.39"
2828
+ },
2829
+ "tasksel-data": {
2830
+ "arch": "all",
2831
+ "version": "3.39"
2832
+ },
2833
+ "tcpdump": {
3525
2834
  "arch": "amd64",
3526
- "version": "0.52.17-1+b1"
2835
+ "version": "4.9.3-1~deb9u1"
3527
2836
  },
3528
- "whois": {
2837
+ "traceroute": {
3529
2838
  "arch": "amd64",
3530
- "version": "5.2.7"
2839
+ "version": "1:2.1.0-2"
3531
2840
  },
3532
- "wireless-regdb": {
2841
+ "tzdata": {
2842
+ "arch": "all",
2843
+ "version": "2019c-0+deb9u1"
2844
+ },
2845
+ "ucf": {
3533
2846
  "arch": "all",
3534
- "version": "2016.06.10-1~deb8u1"
2847
+ "version": "3.0036"
3535
2848
  },
3536
- "wireless-tools": {
2849
+ "udev": {
3537
2850
  "arch": "amd64",
3538
- "version": "30~pre9-8"
2851
+ "version": "232-25+deb9u12"
2852
+ },
2853
+ "unattended-upgrades": {
2854
+ "arch": "all",
2855
+ "version": "0.93.1+nmu1"
3539
2856
  },
3540
- "wpasupplicant": {
2857
+ "util-linux": {
3541
2858
  "arch": "amd64",
3542
- "version": "2.3-1+deb8u5"
2859
+ "version": "2.29.2-1+deb9u1"
3543
2860
  },
3544
- "xauth": {
2861
+ "uuid-runtime": {
3545
2862
  "arch": "amd64",
3546
- "version": "1:1.0.9-1"
2863
+ "version": "2.29.2-1+deb9u1"
3547
2864
  },
3548
- "xdg-user-dirs": {
2865
+ "vim": {
3549
2866
  "arch": "amd64",
3550
- "version": "0.15-2"
2867
+ "version": "2:8.0.0197-4+deb9u3"
2868
+ },
2869
+ "vim-common": {
2870
+ "arch": "all",
2871
+ "version": "2:8.0.0197-4+deb9u3"
3551
2872
  },
3552
- "xkb-data": {
2873
+ "vim-runtime": {
3553
2874
  "arch": "all",
3554
- "version": "2.12-1"
2875
+ "version": "2:8.0.0197-4+deb9u3"
2876
+ },
2877
+ "vim-tiny": {
2878
+ "arch": "amd64",
2879
+ "version": "2:8.0.0197-4+deb9u3"
2880
+ },
2881
+ "wget": {
2882
+ "arch": "amd64",
2883
+ "version": "1.18-5+deb9u3"
2884
+ },
2885
+ "whiptail": {
2886
+ "arch": "amd64",
2887
+ "version": "0.52.19-1+b1"
3555
2888
  },
3556
2889
  "xml-core": {
3557
2890
  "arch": "all",
3558
- "version": "0.13+nmu2"
2891
+ "version": "0.17"
2892
+ },
2893
+ "xxd": {
2894
+ "arch": "amd64",
2895
+ "version": "2:8.0.0197-4+deb9u3"
3559
2896
  },
3560
2897
  "xz-utils": {
3561
2898
  "arch": "amd64",
3562
- "version": "5.1.1alpha+20120614-2+b3"
2899
+ "version": "5.2.2-1.2+b1"
3563
2900
  },
3564
2901
  "zlib1g": {
3565
2902
  "arch": "amd64",
3566
- "version": "1:1.2.8.dfsg-2+b1"
2903
+ "version": "1:1.2.8.dfsg-5"
3567
2904
  }
3568
2905
  },
3569
2906
  "platform": "debian",
3570
2907
  "platform_family": "debian",
3571
- "platform_version": "8.10",
2908
+ "platform_version": "9",
3572
2909
  "root_group": "root",
2910
+ "shard_seed": 148730548,
3573
2911
  "shells": [
3574
2912
  "/bin/sh",
3575
2913
  "/bin/dash",
3576
2914
  "/bin/bash",
3577
- "/bin/rbash"
2915
+ "/bin/rbash",
2916
+ "/usr/bin/screen"
3578
2917
  ],
3579
2918
  "time": {
3580
2919
  "timezone": "GMT"