fauxhai-ng 8.0.0 → 8.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/bin/fauxhai +8 -8
  3. data/lib/.DS_Store +0 -0
  4. data/lib/fauxhai.rb +5 -5
  5. data/lib/fauxhai/.DS_Store +0 -0
  6. data/lib/fauxhai/fetcher.rb +9 -8
  7. data/lib/fauxhai/mocker.rb +14 -14
  8. data/lib/fauxhai/platforms/.DS_Store +0 -0
  9. data/lib/fauxhai/platforms/amazon/.DS_Store +0 -0
  10. data/lib/fauxhai/platforms/amazon/2.json +683 -660
  11. data/lib/fauxhai/platforms/amazon/2016.03.json +135 -135
  12. data/lib/fauxhai/platforms/amazon/2016.09.json +134 -134
  13. data/lib/fauxhai/platforms/amazon/2017.03.json +125 -125
  14. data/lib/fauxhai/platforms/amazon/2017.09.json +112 -112
  15. data/lib/fauxhai/platforms/amazon/2018.03.json +544 -551
  16. data/lib/fauxhai/platforms/centos/.DS_Store +0 -0
  17. data/lib/fauxhai/platforms/centos/5.11.json +1 -0
  18. data/lib/fauxhai/platforms/centos/6.10.json +314 -314
  19. data/lib/fauxhai/platforms/centos/6.9.json +1 -0
  20. data/lib/fauxhai/platforms/centos/7.5.1804.json +1 -0
  21. data/lib/fauxhai/platforms/centos/7.6.1810.json +40 -40
  22. data/lib/fauxhai/platforms/centos/7.7.1908.json +1512 -7517
  23. data/lib/fauxhai/platforms/centos/7.8.2003.json +3797 -0
  24. data/lib/fauxhai/platforms/centos/8.json +1229 -2348
  25. data/lib/fauxhai/platforms/debian/10.json +420 -208
  26. data/lib/fauxhai/platforms/debian/8.11.json +1 -0
  27. data/lib/fauxhai/platforms/debian/9.11.json +53 -44
  28. data/lib/fauxhai/platforms/debian/{8.10.json → 9.12.json} +994 -1644
  29. data/lib/fauxhai/platforms/debian/9.8.json +52 -42
  30. data/lib/fauxhai/platforms/debian/9.9.json +55 -45
  31. data/lib/fauxhai/platforms/fedora/29.json +1 -1
  32. data/lib/fauxhai/platforms/fedora/30.json +514 -506
  33. data/lib/fauxhai/platforms/fedora/31.json +734 -712
  34. data/lib/fauxhai/platforms/fedora/32.json +3547 -0
  35. data/lib/fauxhai/platforms/mac_os_x/10.15.json +268 -392
  36. data/lib/fauxhai/platforms/opensuse/15.0.json +4383 -37
  37. data/lib/fauxhai/platforms/opensuse/15.1.json +5775 -0
  38. data/lib/fauxhai/platforms/opensuse/15.2.json +5961 -0
  39. data/lib/fauxhai/platforms/oracle/5.11.json +1 -0
  40. data/lib/fauxhai/platforms/oracle/6.10.json +19 -19
  41. data/lib/fauxhai/platforms/oracle/6.9.json +1 -0
  42. data/lib/fauxhai/platforms/oracle/7.5.json +480 -496
  43. data/lib/fauxhai/platforms/oracle/7.6.json +39 -39
  44. data/lib/fauxhai/platforms/redhat/.DS_Store +0 -0
  45. data/lib/fauxhai/platforms/redhat/5.11.json +1 -0
  46. data/lib/fauxhai/platforms/redhat/6.10.json +49 -40
  47. data/lib/fauxhai/platforms/redhat/6.9.json +40 -31
  48. data/lib/fauxhai/platforms/redhat/7.4.json +57 -48
  49. data/lib/fauxhai/platforms/redhat/7.5.json +55 -45
  50. data/lib/fauxhai/platforms/redhat/7.6.json +508 -657
  51. data/lib/fauxhai/platforms/redhat/7.7.json +58 -49
  52. data/lib/fauxhai/platforms/redhat/7.8.json +3954 -0
  53. data/lib/fauxhai/platforms/redhat/8.json +942 -908
  54. data/lib/fauxhai/platforms/suse/.DS_Store +0 -0
  55. data/lib/fauxhai/platforms/suse/12.3.json +38 -40
  56. data/lib/fauxhai/platforms/suse/12.4.json +50 -52
  57. data/lib/fauxhai/platforms/suse/12.5.json +5922 -0
  58. data/lib/fauxhai/platforms/suse/15.json +999 -1001
  59. data/lib/fauxhai/platforms/ubuntu/.DS_Store +0 -0
  60. data/lib/fauxhai/platforms/ubuntu/16.04.json +291 -278
  61. data/lib/fauxhai/platforms/ubuntu/18.04.json +384 -377
  62. data/lib/fauxhai/platforms/ubuntu/20.04.json +4144 -0
  63. data/lib/fauxhai/runner.rb +27 -27
  64. data/lib/fauxhai/runner/default.rb +128 -128
  65. data/lib/fauxhai/runner/windows.rb +77 -77
  66. data/lib/fauxhai/version.rb +1 -1
  67. metadata +14 -18
  68. data/lib/fauxhai/platforms/aix/.DS_Store +0 -0
  69. data/lib/fauxhai/platforms/clearos/.DS_Store +0 -0
  70. data/lib/fauxhai/platforms/debian/8.9.json +0 -3614
  71. data/lib/fauxhai/platforms/freebsd/.DS_Store +0 -0
  72. data/lib/fauxhai/platforms/gentoo/.DS_Store +0 -0
  73. data/lib/fauxhai/platforms/linuxmint/.DS_Store +0 -0
  74. data/lib/fauxhai/platforms/mac_os_x/.DS_Store +0 -0
  75. data/lib/fauxhai/platforms/openbsd/.DS_Store +0 -0
  76. data/lib/fauxhai/platforms/raspbian/.DS_Store +0 -0
  77. data/lib/fauxhai/platforms/solaris2/.DS_Store +0 -0
  78. data/lib/fauxhai/platforms/windows/.DS_Store +0 -0
@@ -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.6.0/gems/chef-15.8.23/lib",
14
- "version": "15.8.23"
13
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib",
14
+ "version": "16.6.14"
15
15
  },
16
16
  "ohai": {
17
- "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/ohai-15.7.4/lib/ohai",
18
- "version": "15.7.4"
17
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai",
18
+ "version": "16.6.5"
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",
@@ -146,12 +144,12 @@
146
144
  "processor": {
147
145
  "all_records": [
148
146
  {
149
- "Current Speed": "2400 MHz",
147
+ "Current Speed": "2394 MHz",
150
148
  "External Clock": "Unknown",
151
149
  "Family": "Other",
152
150
  "ID": "F2 06 03 00 FF FB 89 17",
153
151
  "Manufacturer": "Intel",
154
- "Max Speed": "2400 MHz",
152
+ "Max Speed": "2394 MHz",
155
153
  "Socket Designation": "CPU 1",
156
154
  "Status": "Populated, Enabled",
157
155
  "Type": "Central Processor",
@@ -163,12 +161,12 @@
163
161
  "size": "4"
164
162
  }
165
163
  ],
166
- "current_speed": "2400 MHz",
164
+ "current_speed": "2394 MHz",
167
165
  "external_clock": "Unknown",
168
166
  "family": "Other",
169
167
  "id": "F2 06 03 00 FF FB 89 17",
170
168
  "manufacturer": "Intel",
171
- "max_speed": "2400 MHz",
169
+ "max_speed": "2394 MHz",
172
170
  "socket_designation": "CPU 1",
173
171
  "status": "Populated, Enabled",
174
172
  "type": "Central Processor",
@@ -188,8 +186,8 @@
188
186
  "Manufacturer": "Xen",
189
187
  "Product Name": "HVM domU",
190
188
  "SKU Number": "Not Specified",
191
- "Serial Number": "ec245358-798b-087d-60a0-2cf583503bbc",
192
- "UUID": "EC245358-798B-087D-60A0-2CF583503BBC",
189
+ "Serial Number": "ec240e53-cabf-4ad8-02b8-837fcc9e67c7",
190
+ "UUID": "EC240E53-CABF-4AD8-02B8-837FCC9E67C7",
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": "ec245358-798b-087d-60a0-2cf583503bbc",
201
+ "serial_number": "ec240e53-cabf-4ad8-02b8-837fcc9e67c7",
204
202
  "sku_number": "Not Specified",
205
- "uuid": "EC245358-798B-087D-60A0-2CF583503BBC",
203
+ "uuid": "EC240E53-CABF-4AD8-02B8-837FCC9E67C7",
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": "469287",
219
- "inodes_percent_used": "11%",
220
- "inodes_used": "55001",
221
- "kb_available": "6538916",
216
+ "inodes_available": "474546",
217
+ "inodes_percent_used": "10%",
218
+ "inodes_used": "49742",
219
+ "kb_available": "6613872",
222
220
  "kb_size": "8190392",
223
- "kb_used": "1215716",
221
+ "kb_used": "1140760",
224
222
  "mount_options": [
225
223
  "rw",
226
224
  "relatime",
@@ -231,7 +229,7 @@
231
229
  "mounts": [
232
230
  "/"
233
231
  ],
234
- "percent_used": "16%",
232
+ "percent_used": "15%",
235
233
  "total_inodes": "524288",
236
234
  "uuid": "13ea901b-a08d-41a5-8e04-521c4415f9aa"
237
235
  },
@@ -247,14 +245,14 @@
247
245
  ],
248
246
  "mounts": [
249
247
  "/sys/fs/cgroup/systemd",
250
- "/sys/fs/cgroup/devices",
251
- "/sys/fs/cgroup/pids",
252
- "/sys/fs/cgroup/freezer",
253
248
  "/sys/fs/cgroup/cpu,cpuacct",
254
- "/sys/fs/cgroup/net_cls,net_prio",
249
+ "/sys/fs/cgroup/blkio",
255
250
  "/sys/fs/cgroup/cpuset",
251
+ "/sys/fs/cgroup/freezer",
252
+ "/sys/fs/cgroup/net_cls,net_prio",
256
253
  "/sys/fs/cgroup/perf_event",
257
- "/sys/fs/cgroup/blkio",
254
+ "/sys/fs/cgroup/devices",
255
+ "/sys/fs/cgroup/pids",
258
256
  "/sys/fs/cgroup/memory"
259
257
  ]
260
258
  },
@@ -366,7 +364,7 @@
366
364
  "minproto=5",
367
365
  "maxproto=5",
368
366
  "direct",
369
- "pipe_ino=9487"
367
+ "pipe_ino=9491"
370
368
  ],
371
369
  "mounts": [
372
370
  "/proc/sys/fs/binfmt_misc"
@@ -429,12 +427,12 @@
429
427
  "/dev/xvda1"
430
428
  ],
431
429
  "fs_type": "ext4",
432
- "inodes_available": "469287",
433
- "inodes_percent_used": "11%",
434
- "inodes_used": "55001",
435
- "kb_available": "6538916",
430
+ "inodes_available": "474546",
431
+ "inodes_percent_used": "10%",
432
+ "inodes_used": "49742",
433
+ "kb_available": "6613872",
436
434
  "kb_size": "8190392",
437
- "kb_used": "1215716",
435
+ "kb_used": "1140760",
438
436
  "mount_options": [
439
437
  "rw",
440
438
  "relatime",
@@ -442,7 +440,7 @@
442
440
  "errors=remount-ro",
443
441
  "data=ordered"
444
442
  ],
445
- "percent_used": "16%",
443
+ "percent_used": "15%",
446
444
  "total_inodes": "524288",
447
445
  "uuid": "13ea901b-a08d-41a5-8e04-521c4415f9aa"
448
446
  },
@@ -549,7 +547,7 @@
549
547
  "minproto=5",
550
548
  "maxproto=5",
551
549
  "direct",
552
- "pipe_ino=9487"
550
+ "pipe_ino=9491"
553
551
  ]
554
552
  },
555
553
  "/run": {
@@ -842,12 +840,12 @@
842
840
  "/dev/xvda1,/": {
843
841
  "device": "/dev/xvda1",
844
842
  "fs_type": "ext4",
845
- "inodes_available": "469287",
846
- "inodes_percent_used": "11%",
847
- "inodes_used": "55001",
848
- "kb_available": "6538916",
843
+ "inodes_available": "474546",
844
+ "inodes_percent_used": "10%",
845
+ "inodes_used": "49742",
846
+ "kb_available": "6613872",
849
847
  "kb_size": "8190392",
850
- "kb_used": "1215716",
848
+ "kb_used": "1140760",
851
849
  "mount": "/",
852
850
  "mount_options": [
853
851
  "rw",
@@ -856,7 +854,7 @@
856
854
  "errors=remount-ro",
857
855
  "data=ordered"
858
856
  ],
859
- "percent_used": "16%",
857
+ "percent_used": "15%",
860
858
  "total_inodes": "524288",
861
859
  "uuid": "13ea901b-a08d-41a5-8e04-521c4415f9aa"
862
860
  },
@@ -1096,7 +1094,7 @@
1096
1094
  "minproto=5",
1097
1095
  "maxproto=5",
1098
1096
  "direct",
1099
- "pipe_ino=9487"
1097
+ "pipe_ino=9491"
1100
1098
  ]
1101
1099
  },
1102
1100
  "tmpfs,/dev/shm": {
@@ -1425,7 +1423,18 @@
1425
1423
  "bin_dir": "/usr/local/bin",
1426
1424
  "gem_bin": "/usr/local/bin/gem",
1427
1425
  "gems_dir": "/usr/local/gems",
1428
- "ruby_bin": "/usr/local/bin/ruby"
1426
+ "host": "x86_64-pc-linux-gnu",
1427
+ "host_cpu": "x86_64",
1428
+ "host_os": "linux-gnu",
1429
+ "host_vendor": "pc",
1430
+ "platform": "x86_64-linux",
1431
+ "release_date": "2020-10-01",
1432
+ "ruby_bin": "/usr/local/bin/ruby",
1433
+ "target": "x86_64-pc-linux-gnu",
1434
+ "target_cpu": "x86_64",
1435
+ "target_os": "linux",
1436
+ "target_vendor": "pc",
1437
+ "version": "2.7.2"
1429
1438
  }
1430
1439
  },
1431
1440
  "lsb": {
@@ -1528,7 +1537,7 @@
1528
1537
  }
1529
1538
  }
1530
1539
  },
1531
- "ohai_time": 1583542173.7232928,
1540
+ "ohai_time": 1604985400.5641568,
1532
1541
  "os": "linux",
1533
1542
  "os_version": "4.9.0-11-amd64",
1534
1543
  "packages": {
@@ -1594,7 +1603,7 @@
1594
1603
  },
1595
1604
  "chef": {
1596
1605
  "arch": "amd64",
1597
- "version": "15.8.23-1"
1606
+ "version": "16.6.14-1"
1598
1607
  },
1599
1608
  "chrony": {
1600
1609
  "arch": "amd64",
@@ -2909,7 +2918,7 @@
2909
2918
  "platform_family": "debian",
2910
2919
  "platform_version": "9",
2911
2920
  "root_group": "root",
2912
- "shard_seed": 239690489,
2921
+ "shard_seed": 701006,
2913
2922
  "shells": [
2914
2923
  "/bin/sh",
2915
2924
  "/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.6.14/lib",
14
+ "version": "16.6.14"
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.6.5/lib/ohai",
18
+ "version": "16.6.5"
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": "ec22b64b-63fc-9be7-9e31-ed53b00db2e8",
190
+ "UUID": "EC22B64B-63FC-9BE7-9E31-ED53B00DB2E8",
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": "ec22b64b-63fc-9be7-9e31-ed53b00db2e8",
224
202
  "sku_number": "Not Specified",
225
- "uuid": "FFEEE4BF-E450-48B8-A8FF-9C8132503ED2",
226
- "version": "1.2",
203
+ "uuid": "EC22B64B-63FC-9BE7-9E31-ED53B00DB2E8",
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": "474650",
217
+ "inodes_percent_used": "10%",
218
+ "inodes_used": "49638",
219
+ "kb_available": "6614100",
220
+ "kb_size": "8190392",
221
+ "kb_used": "1140532",
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
+ "devices"
271
245
  ],
272
246
  "mounts": [
273
247
  "/sys/fs/cgroup/systemd",
274
248
  "/sys/fs/cgroup/cpuset",
275
- "/sys/fs/cgroup/cpu,cpuacct",
276
- "/sys/fs/cgroup/devices",
249
+ "/sys/fs/cgroup/memory",
250
+ "/sys/fs/cgroup/perf_event",
277
251
  "/sys/fs/cgroup/freezer",
278
252
  "/sys/fs/cgroup/net_cls,net_prio",
279
253
  "/sys/fs/cgroup/blkio",
280
- "/sys/fs/cgroup/perf_event"
254
+ "/sys/fs/cgroup/pids",
255
+ "/sys/fs/cgroup/cpu,cpuacct",
256
+ "/sys/fs/cgroup/devices"
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=33",
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=9532"
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": "474650",
431
+ "inodes_percent_used": "10%",
432
+ "inodes_used": "49638",
433
+ "kb_available": "6614100",
434
+ "kb_size": "8190392",
435
+ "kb_used": "1140532",
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=33",
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=9532"
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": "474650",
844
+ "inodes_percent_used": "10%",
845
+ "inodes_used": "49638",
846
+ "kb_available": "6614100",
847
+ "kb_size": "8190392",
848
+ "kb_used": "1140532",
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=33",
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=9532"
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": {
@@ -1514,14 +1423,25 @@
1514
1423
  "bin_dir": "/usr/local/bin",
1515
1424
  "gem_bin": "/usr/local/bin/gem",
1516
1425
  "gems_dir": "/usr/local/gems",
1517
- "ruby_bin": "/usr/local/bin/ruby"
1426
+ "host": "x86_64-pc-linux-gnu",
1427
+ "host_cpu": "x86_64",
1428
+ "host_os": "linux-gnu",
1429
+ "host_vendor": "pc",
1430
+ "platform": "x86_64-linux",
1431
+ "release_date": "2020-10-01",
1432
+ "ruby_bin": "/usr/local/bin/ruby",
1433
+ "target": "x86_64-pc-linux-gnu",
1434
+ "target_cpu": "x86_64",
1435
+ "target_os": "linux",
1436
+ "target_vendor": "pc",
1437
+ "version": "2.7.2"
1518
1438
  }
1519
1439
  },
1520
1440
  "lsb": {
1521
- "codename": "jessie",
1522
- "description": "Debian GNU/Linux 8.10 (jessie)",
1441
+ "codename": "stretch",
1442
+ "description": "Debian GNU/Linux 9.12 (stretch)",
1523
1443
  "id": "Debian",
1524
- "release": "8.10"
1444
+ "release": "9.12"
1525
1445
  },
1526
1446
  "macaddress": "11:11:11:11:11:11",
1527
1447
  "machinename": "Fauxhai",
@@ -1617,1964 +1537,1394 @@
1617
1537
  }
1618
1538
  }
1619
1539
  },
1620
- "ohai_time": 1522962199.3650658,
1540
+ "ohai_time": 1604985476.5350556,
1621
1541
  "os": "linux",
1622
- "os_version": "3.16.0-4-amd64",
1542
+ "os_version": "4.9.0-12-amd64",
1623
1543
  "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
1544
  "adduser": {
1641
1545
  "arch": "all",
1642
- "version": "3.113+nmu3"
1643
- },
1644
- "anacron": {
1645
- "arch": "amd64",
1646
- "version": "2.3-23"
1546
+ "version": "3.115"
1647
1547
  },
1648
1548
  "apt": {
1649
1549
  "arch": "amd64",
1650
- "version": "1.0.9.8.4"
1550
+ "version": "1.4.10"
1651
1551
  },
1652
1552
  "apt-listchanges": {
1653
1553
  "arch": "all",
1654
- "version": "2.85.13+nmu1"
1554
+ "version": "3.10"
1655
1555
  },
1656
- "apt-utils": {
1556
+ "apt-transport-https": {
1657
1557
  "arch": "amd64",
1658
- "version": "1.0.9.8.4"
1558
+ "version": "1.4.10"
1659
1559
  },
1660
- "aptitude": {
1560
+ "apt-utils": {
1661
1561
  "arch": "amd64",
1662
- "version": "0.6.11-1+b1"
1562
+ "version": "1.4.10"
1663
1563
  },
1664
- "aptitude-common": {
1564
+ "awscli": {
1665
1565
  "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"
1566
+ "version": "1.11.13-1"
1679
1567
  },
1680
1568
  "base-files": {
1681
1569
  "arch": "amd64",
1682
- "version": "8+deb8u10"
1570
+ "version": "9.9+deb9u12"
1683
1571
  },
1684
1572
  "base-passwd": {
1685
1573
  "arch": "amd64",
1686
- "version": "3.5.37"
1574
+ "version": "3.5.43"
1687
1575
  },
1688
1576
  "bash": {
1689
1577
  "arch": "amd64",
1690
- "version": "4.3-11+deb8u1"
1578
+ "version": "4.4-5"
1691
1579
  },
1692
1580
  "bash-completion": {
1693
1581
  "arch": "all",
1694
- "version": "1:2.1-4"
1695
- },
1696
- "bc": {
1697
- "arch": "amd64",
1698
- "version": "1.06.95-9"
1582
+ "version": "1:2.1-4.3"
1699
1583
  },
1700
1584
  "bind9-host": {
1701
1585
  "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"
1586
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
1715
1587
  },
1716
1588
  "bsdmainutils": {
1717
1589
  "arch": "amd64",
1718
- "version": "9.0.6"
1590
+ "version": "9.0.12+nmu1"
1719
1591
  },
1720
1592
  "bsdutils": {
1721
1593
  "arch": "amd64",
1722
- "version": "1:2.25.2-6"
1723
- },
1724
- "busybox": {
1725
- "arch": "amd64",
1726
- "version": "1:1.22.0-9+deb8u1"
1594
+ "version": "1:2.29.2-1+deb9u1"
1727
1595
  },
1728
1596
  "bzip2": {
1729
1597
  "arch": "amd64",
1730
- "version": "1.0.6-7+b3"
1598
+ "version": "1.0.6-8.1"
1731
1599
  },
1732
1600
  "ca-certificates": {
1733
1601
  "arch": "all",
1734
- "version": "20141019+deb8u3"
1602
+ "version": "20200601~deb9u1"
1735
1603
  },
1736
1604
  "chef": {
1737
1605
  "arch": "amd64",
1738
- "version": "14.0.190-1"
1606
+ "version": "16.6.14-1"
1739
1607
  },
1740
- "console-setup": {
1608
+ "chrony": {
1609
+ "arch": "amd64",
1610
+ "version": "3.0-4+deb9u2"
1611
+ },
1612
+ "cloud-guest-utils": {
1741
1613
  "arch": "all",
1742
- "version": "1.123"
1614
+ "version": "0.29-1"
1743
1615
  },
1744
- "console-setup-linux": {
1616
+ "cloud-init": {
1745
1617
  "arch": "all",
1746
- "version": "1.123"
1618
+ "version": "0.7.9-2"
1747
1619
  },
1748
1620
  "coreutils": {
1749
1621
  "arch": "amd64",
1750
- "version": "8.23-4"
1622
+ "version": "8.26-3"
1751
1623
  },
1752
1624
  "cpio": {
1753
1625
  "arch": "amd64",
1754
- "version": "2.11+dfsg-4.1+deb8u1"
1755
- },
1756
- "crda": {
1757
- "arch": "amd64",
1758
- "version": "3.13-1"
1626
+ "version": "2.11+dfsg-6"
1759
1627
  },
1760
1628
  "cron": {
1761
1629
  "arch": "amd64",
1762
- "version": "3.0pl1-127+deb8u1"
1630
+ "version": "3.0pl1-128+deb9u1"
1763
1631
  },
1764
1632
  "curl": {
1765
1633
  "arch": "amd64",
1766
- "version": "7.38.0-4+deb8u10"
1634
+ "version": "7.52.1-5+deb9u10"
1767
1635
  },
1768
1636
  "dash": {
1769
1637
  "arch": "amd64",
1770
- "version": "0.5.7-4+b1"
1638
+ "version": "0.5.8-2.4"
1771
1639
  },
1772
1640
  "dbus": {
1773
1641
  "arch": "amd64",
1774
- "version": "1.8.22-0+deb8u1"
1775
- },
1776
- "dc": {
1777
- "arch": "amd64",
1778
- "version": "1.06.95-9"
1642
+ "version": "1.10.28-0+deb9u1"
1779
1643
  },
1780
1644
  "debconf": {
1781
1645
  "arch": "all",
1782
- "version": "1.5.56+deb8u1"
1646
+ "version": "1.5.61"
1783
1647
  },
1784
1648
  "debconf-i18n": {
1785
1649
  "arch": "all",
1786
- "version": "1.5.56+deb8u1"
1650
+ "version": "1.5.61"
1787
1651
  },
1788
1652
  "debian-archive-keyring": {
1789
1653
  "arch": "all",
1790
- "version": "2017.5~deb8u1"
1791
- },
1792
- "debian-faq": {
1793
- "arch": "all",
1794
- "version": "5.0.3"
1654
+ "version": "2017.5+deb9u1"
1795
1655
  },
1796
1656
  "debianutils": {
1797
1657
  "arch": "amd64",
1798
- "version": "4.4+b1"
1658
+ "version": "4.8.1.1"
1799
1659
  },
1800
- "dictionaries-common": {
1660
+ "dh-python": {
1801
1661
  "arch": "all",
1802
- "version": "1.23.17"
1662
+ "version": "2.20170125"
1803
1663
  },
1804
1664
  "diffutils": {
1805
1665
  "arch": "amd64",
1806
- "version": "1:3.3-1+b1"
1666
+ "version": "1:3.5-3"
1807
1667
  },
1808
- "discover": {
1809
- "arch": "amd64",
1810
- "version": "2.1.2-7"
1811
- },
1812
- "discover-data": {
1668
+ "distro-info-data": {
1813
1669
  "arch": "all",
1814
- "version": "2.2013.01.11"
1670
+ "version": "0.36"
1815
1671
  },
1816
1672
  "dmidecode": {
1817
1673
  "arch": "amd64",
1818
- "version": "2.12-3"
1674
+ "version": "3.0-4"
1819
1675
  },
1820
1676
  "dmsetup": {
1821
1677
  "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"
1678
+ "version": "2:1.02.137-2"
1831
1679
  },
1832
1680
  "docutils-common": {
1833
1681
  "arch": "all",
1834
- "version": "0.12+dfsg-1"
1835
- },
1836
- "docutils-doc": {
1837
- "arch": "all",
1838
- "version": "0.12+dfsg-1"
1682
+ "version": "0.13.1+dfsg-2"
1839
1683
  },
1840
1684
  "dpkg": {
1841
1685
  "arch": "amd64",
1842
- "version": "1.17.27"
1686
+ "version": "1.18.25"
1843
1687
  },
1844
1688
  "e2fslibs": {
1845
1689
  "arch": "amd64",
1846
- "version": "1.42.12-2+b1"
1690
+ "version": "1.43.4-2+deb9u1"
1847
1691
  },
1848
1692
  "e2fsprogs": {
1849
1693
  "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"
1694
+ "version": "1.43.4-2+deb9u1"
1871
1695
  },
1872
- "exim4-daemon-light": {
1696
+ "ethtool": {
1873
1697
  "arch": "amd64",
1874
- "version": "4.84.2-2+deb8u5"
1698
+ "version": "1:4.8-1+b1"
1875
1699
  },
1876
1700
  "file": {
1877
1701
  "arch": "amd64",
1878
- "version": "1:5.22+15-2+deb8u3"
1702
+ "version": "1:5.30-1+deb9u3"
1879
1703
  },
1880
1704
  "findutils": {
1881
1705
  "arch": "amd64",
1882
- "version": "4.4.2-9+b1"
1706
+ "version": "4.6.0+git+20161106-2"
1883
1707
  },
1884
- "fontconfig": {
1708
+ "gcc-6-base": {
1885
1709
  "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"
1710
+ "version": "6.3.0-18+deb9u1"
1895
1711
  },
1896
- "ftp": {
1712
+ "gdisk": {
1897
1713
  "arch": "amd64",
1898
- "version": "0.17-31"
1899
- },
1900
- "gcc-4.8-base": {
1901
- "arch": "amd64",
1902
- "version": "4.8.4-1"
1903
- },
1904
- "gcc-4.9-base": {
1905
- "arch": "amd64",
1906
- "version": "4.9.2-10+deb8u1"
1714
+ "version": "1.0.1-1"
1907
1715
  },
1908
1716
  "geoip-database": {
1909
1717
  "arch": "all",
1910
- "version": "20150317-1"
1718
+ "version": "20170512-1"
1911
1719
  },
1912
1720
  "gettext-base": {
1913
1721
  "arch": "amd64",
1914
- "version": "0.19.3-2"
1722
+ "version": "0.19.8.1-2+deb9u1"
1915
1723
  },
1916
1724
  "gnupg": {
1917
1725
  "arch": "amd64",
1918
- "version": "1.4.18-7+deb8u4"
1726
+ "version": "2.1.18-8~deb9u4"
1919
1727
  },
1920
1728
  "gnupg-agent": {
1921
1729
  "arch": "amd64",
1922
- "version": "2.0.26-6+deb8u1"
1923
- },
1924
- "gnupg2": {
1925
- "arch": "amd64",
1926
- "version": "2.0.26-6+deb8u1"
1730
+ "version": "2.1.18-8~deb9u4"
1927
1731
  },
1928
1732
  "gpgv": {
1929
1733
  "arch": "amd64",
1930
- "version": "1.4.18-7+deb8u4"
1734
+ "version": "2.1.18-8~deb9u4"
1931
1735
  },
1932
1736
  "grep": {
1933
1737
  "arch": "amd64",
1934
- "version": "2.20-4.1"
1738
+ "version": "2.27-2"
1935
1739
  },
1936
1740
  "groff-base": {
1937
1741
  "arch": "amd64",
1938
- "version": "1.22.2-8"
1742
+ "version": "1.22.3-9"
1939
1743
  },
1940
1744
  "grub-common": {
1941
1745
  "arch": "amd64",
1942
- "version": "2.02~beta2-22+deb8u1"
1746
+ "version": "2.02~beta3-5+deb9u2"
1943
1747
  },
1944
1748
  "grub-pc": {
1945
1749
  "arch": "amd64",
1946
- "version": "2.02~beta2-22+deb8u1"
1750
+ "version": "2.02~beta3-5+deb9u2"
1947
1751
  },
1948
1752
  "grub-pc-bin": {
1949
1753
  "arch": "amd64",
1950
- "version": "2.02~beta2-22+deb8u1"
1754
+ "version": "2.02~beta3-5+deb9u2"
1951
1755
  },
1952
1756
  "grub2-common": {
1953
1757
  "arch": "amd64",
1954
- "version": "2.02~beta2-22+deb8u1"
1758
+ "version": "2.02~beta3-5+deb9u2"
1955
1759
  },
1956
1760
  "gzip": {
1957
1761
  "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"
1762
+ "version": "1.6-5+b1"
1967
1763
  },
1968
1764
  "hostname": {
1969
1765
  "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"
1766
+ "version": "3.18+b1"
1983
1767
  },
1984
1768
  "ifupdown": {
1985
1769
  "arch": "amd64",
1986
- "version": "0.7.53.1"
1987
- },
1988
- "info": {
1989
- "arch": "amd64",
1990
- "version": "5.2.0.dfsg.1-6"
1770
+ "version": "0.8.19"
1991
1771
  },
1992
1772
  "init": {
1993
1773
  "arch": "amd64",
1994
- "version": "1.22"
1774
+ "version": "1.48"
1995
1775
  },
1996
1776
  "init-system-helpers": {
1997
1777
  "arch": "all",
1998
- "version": "1.22"
1778
+ "version": "1.48"
1999
1779
  },
2000
1780
  "initramfs-tools": {
2001
1781
  "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"
1782
+ "version": "0.130"
2015
1783
  },
2016
- "installation-report": {
1784
+ "initramfs-tools-core": {
2017
1785
  "arch": "all",
2018
- "version": "2.58"
1786
+ "version": "0.130"
2019
1787
  },
2020
1788
  "iproute2": {
2021
1789
  "arch": "amd64",
2022
- "version": "3.16.0-2"
1790
+ "version": "4.9.0-1+deb9u1"
2023
1791
  },
2024
1792
  "iptables": {
2025
1793
  "arch": "amd64",
2026
- "version": "1.4.21-2+b1"
1794
+ "version": "1.6.0+snapshot20161117-6"
2027
1795
  },
2028
1796
  "iputils-ping": {
2029
1797
  "arch": "amd64",
2030
- "version": "3:20121221-5+b2"
1798
+ "version": "3:20161105-1"
2031
1799
  },
2032
1800
  "isc-dhcp-client": {
2033
1801
  "arch": "amd64",
2034
- "version": "4.3.1-6+deb8u3"
1802
+ "version": "4.3.5-3+deb9u1"
2035
1803
  },
2036
1804
  "isc-dhcp-common": {
2037
1805
  "arch": "amd64",
2038
- "version": "4.3.1-6+deb8u3"
1806
+ "version": "4.3.5-3+deb9u1"
2039
1807
  },
2040
1808
  "iso-codes": {
2041
1809
  "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"
1810
+ "version": "3.75-1"
2059
1811
  },
2060
1812
  "klibc-utils": {
2061
1813
  "arch": "amd64",
2062
- "version": "2.0.4-2"
1814
+ "version": "2.0.4-9"
2063
1815
  },
2064
1816
  "kmod": {
2065
1817
  "arch": "amd64",
2066
- "version": "18-3"
1818
+ "version": "23-2"
2067
1819
  },
2068
1820
  "krb5-locales": {
2069
1821
  "arch": "all",
2070
- "version": "1.12.1+dfsg-19+deb8u4"
2071
- },
2072
- "laptop-detect": {
2073
- "arch": "amd64",
2074
- "version": "0.13.7"
1822
+ "version": "1.15-1+deb9u1"
2075
1823
  },
2076
1824
  "less": {
2077
1825
  "arch": "amd64",
2078
- "version": "458-3"
1826
+ "version": "481-2.1"
2079
1827
  },
2080
1828
  "libacl1": {
2081
1829
  "arch": "amd64",
2082
- "version": "2.2.52-2"
1830
+ "version": "2.2.52-3+b1"
2083
1831
  },
2084
- "libalgorithm-c3-perl": {
2085
- "arch": "all",
2086
- "version": "0.09-1"
2087
- },
2088
- "libapt-inst1.5": {
1832
+ "libapparmor1": {
2089
1833
  "arch": "amd64",
2090
- "version": "1.0.9.8.4"
1834
+ "version": "2.11.0-3+deb9u2"
2091
1835
  },
2092
- "libapt-pkg4.12": {
1836
+ "libapt-inst2.0": {
2093
1837
  "arch": "amd64",
2094
- "version": "1.0.9.8.4"
2095
- },
2096
- "libarchive-extract-perl": {
2097
- "arch": "all",
2098
- "version": "0.72-1"
1838
+ "version": "1.4.10"
2099
1839
  },
2100
- "libasprintf0c2": {
1840
+ "libapt-pkg5.0": {
2101
1841
  "arch": "amd64",
2102
- "version": "0.19.3-2"
1842
+ "version": "1.4.10"
2103
1843
  },
2104
1844
  "libassuan0": {
2105
1845
  "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"
1846
+ "version": "2.4.3-2"
2115
1847
  },
2116
1848
  "libattr1": {
2117
1849
  "arch": "amd64",
2118
- "version": "1:2.4.47-2"
1850
+ "version": "1:2.4.47-2+b2"
2119
1851
  },
2120
1852
  "libaudit-common": {
2121
1853
  "arch": "all",
2122
- "version": "1:2.4-1"
1854
+ "version": "1:2.6.7-2"
2123
1855
  },
2124
1856
  "libaudit1": {
2125
1857
  "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"
1858
+ "version": "1:2.6.7-2"
2135
1859
  },
2136
- "libavahi-common-data": {
1860
+ "libbind9-140": {
2137
1861
  "arch": "amd64",
2138
- "version": "0.6.31-5"
2139
- },
2140
- "libavahi-common3": {
2141
- "arch": "amd64",
2142
- "version": "0.6.31-5"
2143
- },
2144
- "libbind9-90": {
2145
- "arch": "amd64",
2146
- "version": "1:9.9.5.dfsg-9+deb8u15"
1862
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2147
1863
  },
2148
1864
  "libblkid1": {
2149
1865
  "arch": "amd64",
2150
- "version": "2.25.2-6"
2151
- },
2152
- "libboost-iostreams1.55.0": {
2153
- "arch": "amd64",
2154
- "version": "1.55.0+dfsg-3"
1866
+ "version": "2.29.2-1+deb9u1"
2155
1867
  },
2156
1868
  "libbsd0": {
2157
1869
  "arch": "amd64",
2158
- "version": "0.7.0-2"
1870
+ "version": "0.8.3-1"
2159
1871
  },
2160
1872
  "libbz2-1.0": {
2161
1873
  "arch": "amd64",
2162
- "version": "1.0.6-7+b3"
1874
+ "version": "1.0.6-8.1"
2163
1875
  },
2164
1876
  "libc-bin": {
2165
1877
  "arch": "amd64",
2166
- "version": "2.19-18+deb8u10"
1878
+ "version": "2.24-11+deb9u4"
2167
1879
  },
2168
- "libc6": {
2169
- "arch": "amd64",
2170
- "version": "2.19-18+deb8u10"
1880
+ "libc-l10n": {
1881
+ "arch": "all",
1882
+ "version": "2.24-11+deb9u4"
2171
1883
  },
2172
- "libcairo2": {
1884
+ "libc6": {
2173
1885
  "arch": "amd64",
2174
- "version": "1.14.0-2.1+deb8u2"
1886
+ "version": "2.24-11+deb9u4"
2175
1887
  },
2176
1888
  "libcap-ng0": {
2177
1889
  "arch": "amd64",
2178
- "version": "0.7.4-2"
1890
+ "version": "0.7.7-3+b1"
2179
1891
  },
2180
1892
  "libcap2": {
2181
1893
  "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"
1894
+ "version": "1:2.25-1"
2211
1895
  },
2212
1896
  "libcomerr2": {
2213
1897
  "arch": "amd64",
2214
- "version": "1.42.12-2+b1"
2215
- },
2216
- "libcpan-meta-perl": {
2217
- "arch": "all",
2218
- "version": "2.142690-1"
1898
+ "version": "1.43.4-2+deb9u1"
2219
1899
  },
2220
1900
  "libcryptsetup4": {
2221
1901
  "arch": "amd64",
2222
- "version": "2:1.6.6-5"
2223
- },
2224
- "libcups2": {
2225
- "arch": "amd64",
2226
- "version": "1.7.5-11+deb8u2"
1902
+ "version": "2:1.7.3-4"
2227
1903
  },
2228
1904
  "libcurl3": {
2229
1905
  "arch": "amd64",
2230
- "version": "7.38.0-4+deb8u10"
1906
+ "version": "7.52.1-5+deb9u10"
2231
1907
  },
2232
1908
  "libcurl3-gnutls": {
2233
1909
  "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"
1910
+ "version": "7.52.1-5+deb9u10"
2255
1911
  },
2256
1912
  "libdb5.3": {
2257
1913
  "arch": "amd64",
2258
- "version": "5.3.28-9+deb8u1"
1914
+ "version": "5.3.28-12+deb9u1"
2259
1915
  },
2260
1916
  "libdbus-1-3": {
2261
1917
  "arch": "amd64",
2262
- "version": "1.8.22-0+deb8u1"
1918
+ "version": "1.10.28-0+deb9u1"
2263
1919
  },
2264
1920
  "libdebconfclient0": {
2265
1921
  "arch": "amd64",
2266
- "version": "0.192"
1922
+ "version": "0.227"
2267
1923
  },
2268
1924
  "libdevmapper1.02.1": {
2269
1925
  "arch": "amd64",
2270
- "version": "2:1.02.90-2.2+deb8u1"
2271
- },
2272
- "libdiscover2": {
2273
- "arch": "amd64",
2274
- "version": "2.1.2-7"
1926
+ "version": "2:1.02.137-2"
2275
1927
  },
2276
- "libdns-export100": {
1928
+ "libdns-export162": {
2277
1929
  "arch": "amd64",
2278
- "version": "1:9.9.5.dfsg-9+deb8u15"
1930
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2279
1931
  },
2280
- "libdns100": {
1932
+ "libdns162": {
2281
1933
  "arch": "amd64",
2282
- "version": "1:9.9.5.dfsg-9+deb8u15"
1934
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2283
1935
  },
2284
1936
  "libedit2": {
2285
1937
  "arch": "amd64",
2286
- "version": "3.1-20140620-2"
1938
+ "version": "3.1-20160903-3"
2287
1939
  },
2288
- "libencode-locale-perl": {
2289
- "arch": "all",
2290
- "version": "1.03-1"
2291
- },
2292
- "libestr0": {
1940
+ "libelf1": {
2293
1941
  "arch": "amd64",
2294
- "version": "0.1.9-1.1"
1942
+ "version": "0.168-1"
2295
1943
  },
2296
- "libevent-2.0-5": {
1944
+ "libestr0": {
2297
1945
  "arch": "amd64",
2298
- "version": "2.0.21-stable-2+deb8u1"
1946
+ "version": "0.1.10-2"
2299
1947
  },
2300
1948
  "libexpat1": {
2301
1949
  "arch": "amd64",
2302
- "version": "2.1.0-6+deb8u4"
1950
+ "version": "2.2.0-2+deb9u3"
2303
1951
  },
2304
- "libfcgi-perl": {
1952
+ "libfastjson4": {
2305
1953
  "arch": "amd64",
2306
- "version": "0.77-1+deb8u1"
1954
+ "version": "0.99.4-1"
2307
1955
  },
2308
- "libffi6": {
1956
+ "libfdisk1": {
2309
1957
  "arch": "amd64",
2310
- "version": "3.1-2+deb8u1"
2311
- },
2312
- "libfile-listing-perl": {
2313
- "arch": "all",
2314
- "version": "6.04-1"
1958
+ "version": "2.29.2-1+deb9u1"
2315
1959
  },
2316
- "libfont-afm-perl": {
2317
- "arch": "all",
2318
- "version": "1.20-1"
2319
- },
2320
- "libfontconfig1": {
1960
+ "libffi6": {
2321
1961
  "arch": "amd64",
2322
- "version": "2.11.0-6.3+deb8u1"
1962
+ "version": "3.2.1-6"
2323
1963
  },
2324
1964
  "libfreetype6": {
2325
1965
  "arch": "amd64",
2326
- "version": "2.5.2-3+deb8u2"
1966
+ "version": "2.6.3-3.2+deb9u1"
2327
1967
  },
2328
1968
  "libfuse2": {
2329
1969
  "arch": "amd64",
2330
- "version": "2.9.3-15+deb8u2"
2331
- },
2332
- "libgc1c2": {
2333
- "arch": "amd64",
2334
- "version": "1:7.2d-6.4"
1970
+ "version": "2.9.7-1+deb9u2"
2335
1971
  },
2336
1972
  "libgcc1": {
2337
1973
  "arch": "amd64",
2338
- "version": "1:4.9.2-10+deb8u1"
1974
+ "version": "1:6.3.0-18+deb9u1"
2339
1975
  },
2340
1976
  "libgcrypt20": {
2341
1977
  "arch": "amd64",
2342
- "version": "1.6.3-2+deb8u4"
1978
+ "version": "1.7.6-2+deb9u3"
2343
1979
  },
2344
1980
  "libgdbm3": {
2345
1981
  "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"
1982
+ "version": "1.8.3-14"
2355
1983
  },
2356
1984
  "libgeoip1": {
2357
1985
  "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"
1986
+ "version": "1.6.9-4"
2367
1987
  },
2368
1988
  "libgmp10": {
2369
1989
  "arch": "amd64",
2370
- "version": "2:6.0.0+dfsg-6"
2371
- },
2372
- "libgnutls-deb0-28": {
2373
- "arch": "amd64",
2374
- "version": "3.3.8-6+deb8u7"
1990
+ "version": "2:6.1.2+dfsg-1"
2375
1991
  },
2376
- "libgnutls-openssl27": {
1992
+ "libgnutls30": {
2377
1993
  "arch": "amd64",
2378
- "version": "3.3.8-6+deb8u7"
1994
+ "version": "3.5.8-5+deb9u4"
2379
1995
  },
2380
1996
  "libgpg-error0": {
2381
1997
  "arch": "amd64",
2382
- "version": "1.17-3"
2383
- },
2384
- "libgpgme11": {
2385
- "arch": "amd64",
2386
- "version": "1.5.1-6"
1998
+ "version": "1.26-2"
2387
1999
  },
2388
2000
  "libgpm2": {
2389
2001
  "arch": "amd64",
2390
- "version": "1.20.4-6.1+b2"
2391
- },
2392
- "libgraphite2-3": {
2393
- "arch": "amd64",
2394
- "version": "1.3.10-1~deb8u1"
2002
+ "version": "1.20.4-6.2+b1"
2395
2003
  },
2396
2004
  "libgssapi-krb5-2": {
2397
2005
  "arch": "amd64",
2398
- "version": "1.12.1+dfsg-19+deb8u4"
2006
+ "version": "1.15-1+deb9u1"
2399
2007
  },
2400
- "libgtk2.0-0": {
2008
+ "libhogweed4": {
2401
2009
  "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"
2423
- },
2424
- "libhtml-format-perl": {
2425
- "arch": "all",
2426
- "version": "2.11-1"
2427
- },
2428
- "libhtml-parser-perl": {
2429
- "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"
2010
+ "version": "3.3-1+b2"
2447
2011
  },
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"
2459
- },
2460
- "libicu52": {
2012
+ "libicu57": {
2461
2013
  "arch": "amd64",
2462
- "version": "52.1-8+deb8u7"
2014
+ "version": "57.1-6+deb9u4"
2463
2015
  },
2464
2016
  "libidn11": {
2465
2017
  "arch": "amd64",
2466
- "version": "1.29-1+deb8u2"
2467
- },
2468
- "libintl-perl": {
2469
- "arch": "all",
2470
- "version": "1.23-1+deb8u1"
2018
+ "version": "1.33-1+deb9u1"
2471
2019
  },
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"
2479
- },
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": {
2020
+ "libidn2-0": {
2489
2021
  "arch": "amd64",
2490
- "version": "1:9.9.5.dfsg-9+deb8u15"
2022
+ "version": "0.16-1+deb9u1"
2491
2023
  },
2492
- "libisc-export95": {
2024
+ "libip4tc0": {
2493
2025
  "arch": "amd64",
2494
- "version": "1:9.9.5.dfsg-9+deb8u15"
2026
+ "version": "1.6.0+snapshot20161117-6"
2495
2027
  },
2496
- "libisc95": {
2028
+ "libip6tc0": {
2497
2029
  "arch": "amd64",
2498
- "version": "1:9.9.5.dfsg-9+deb8u15"
2030
+ "version": "1.6.0+snapshot20161117-6"
2499
2031
  },
2500
- "libisccc90": {
2032
+ "libiptc0": {
2501
2033
  "arch": "amd64",
2502
- "version": "1:9.9.5.dfsg-9+deb8u15"
2034
+ "version": "1.6.0+snapshot20161117-6"
2503
2035
  },
2504
- "libisccfg-export90": {
2036
+ "libisc-export160": {
2505
2037
  "arch": "amd64",
2506
- "version": "1:9.9.5.dfsg-9+deb8u15"
2038
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2507
2039
  },
2508
- "libisccfg90": {
2040
+ "libisc160": {
2509
2041
  "arch": "amd64",
2510
- "version": "1:9.9.5.dfsg-9+deb8u15"
2042
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2511
2043
  },
2512
- "libiw30": {
2044
+ "libisccc140": {
2513
2045
  "arch": "amd64",
2514
- "version": "30~pre9-8"
2046
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2515
2047
  },
2516
- "libjasper1": {
2048
+ "libisccfg140": {
2517
2049
  "arch": "amd64",
2518
- "version": "1.900.1-debian1-2.4+deb8u3"
2050
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2519
2051
  },
2520
2052
  "libjbig0": {
2521
2053
  "arch": "amd64",
2522
- "version": "2.1-3.1"
2054
+ "version": "2.1-3.1+b2"
2523
2055
  },
2524
2056
  "libjpeg62-turbo": {
2525
2057
  "arch": "amd64",
2526
- "version": "1:1.3.1-12"
2527
- },
2528
- "libjson-c2": {
2529
- "arch": "amd64",
2530
- "version": "0.11-4"
2058
+ "version": "1:1.5.1-2"
2531
2059
  },
2532
2060
  "libk5crypto3": {
2533
2061
  "arch": "amd64",
2534
- "version": "1.12.1+dfsg-19+deb8u4"
2062
+ "version": "1.15-1+deb9u1"
2535
2063
  },
2536
2064
  "libkeyutils1": {
2537
2065
  "arch": "amd64",
2538
- "version": "1.5.9-5+b1"
2066
+ "version": "1.5.9-9"
2539
2067
  },
2540
2068
  "libklibc": {
2541
2069
  "arch": "amd64",
2542
- "version": "2.0.4-2"
2070
+ "version": "2.0.4-9"
2543
2071
  },
2544
2072
  "libkmod2": {
2545
2073
  "arch": "amd64",
2546
- "version": "18-3"
2074
+ "version": "23-2"
2547
2075
  },
2548
2076
  "libkrb5-3": {
2549
2077
  "arch": "amd64",
2550
- "version": "1.12.1+dfsg-19+deb8u4"
2078
+ "version": "1.15-1+deb9u1"
2551
2079
  },
2552
2080
  "libkrb5support0": {
2553
2081
  "arch": "amd64",
2554
- "version": "1.12.1+dfsg-19+deb8u4"
2082
+ "version": "1.15-1+deb9u1"
2555
2083
  },
2556
2084
  "libksba8": {
2557
2085
  "arch": "amd64",
2558
- "version": "1.3.2-1+deb8u1"
2086
+ "version": "1.3.5-2"
2559
2087
  },
2560
2088
  "liblcms2-2": {
2561
2089
  "arch": "amd64",
2562
- "version": "2.6-3+deb8u1"
2090
+ "version": "2.8-4+deb9u1"
2563
2091
  },
2564
2092
  "libldap-2.4-2": {
2565
2093
  "arch": "amd64",
2566
- "version": "2.4.40+dfsg-1+deb8u3"
2094
+ "version": "2.4.44+dfsg-5+deb9u4"
2095
+ },
2096
+ "libldap-common": {
2097
+ "arch": "all",
2098
+ "version": "2.4.44+dfsg-5+deb9u4"
2567
2099
  },
2568
2100
  "liblocale-gettext-perl": {
2569
2101
  "arch": "amd64",
2570
- "version": "1.05-8+b1"
2102
+ "version": "1.07-3+b1"
2571
2103
  },
2572
- "liblockfile-bin": {
2104
+ "liblogging-stdlog0": {
2573
2105
  "arch": "amd64",
2574
- "version": "1.09-6"
2106
+ "version": "1.0.5-2+b2"
2575
2107
  },
2576
- "liblockfile1": {
2108
+ "liblognorm5": {
2577
2109
  "arch": "amd64",
2578
- "version": "1.09-6"
2579
- },
2580
- "liblog-message-perl": {
2581
- "arch": "all",
2582
- "version": "0.8-1"
2110
+ "version": "2.0.1-1.1+b1"
2583
2111
  },
2584
- "liblog-message-simple-perl": {
2585
- "arch": "all",
2586
- "version": "0.10-2"
2587
- },
2588
- "liblogging-stdlog0": {
2112
+ "liblwres141": {
2589
2113
  "arch": "amd64",
2590
- "version": "1.0.4-1"
2114
+ "version": "1:9.10.3.dfsg.P4-12.3+deb9u6"
2591
2115
  },
2592
- "liblognorm1": {
2116
+ "liblz4-1": {
2593
2117
  "arch": "amd64",
2594
- "version": "1.0.1-3"
2595
- },
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"
2118
+ "version": "0.0~r131-2+b1"
2603
2119
  },
2604
- "liblwres90": {
2120
+ "liblzma5": {
2605
2121
  "arch": "amd64",
2606
- "version": "1:9.9.5.dfsg-9+deb8u15"
2122
+ "version": "5.2.2-1.2+b1"
2607
2123
  },
2608
- "liblzma5": {
2124
+ "libmagic-mgc": {
2609
2125
  "arch": "amd64",
2610
- "version": "5.1.1alpha+20120614-2+b3"
2126
+ "version": "1:5.30-1+deb9u3"
2611
2127
  },
2612
2128
  "libmagic1": {
2613
2129
  "arch": "amd64",
2614
- "version": "1:5.22+15-2+deb8u3"
2615
- },
2616
- "libmailtools-perl": {
2617
- "arch": "all",
2618
- "version": "2.13-1"
2130
+ "version": "1:5.30-1+deb9u3"
2619
2131
  },
2620
2132
  "libmnl0": {
2621
2133
  "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"
2134
+ "version": "1.0.4-2"
2635
2135
  },
2636
2136
  "libmount1": {
2637
2137
  "arch": "amd64",
2638
- "version": "2.25.2-6"
2138
+ "version": "2.29.2-1+deb9u1"
2639
2139
  },
2640
- "libmro-compat-perl": {
2641
- "arch": "all",
2642
- "version": "0.12-1"
2140
+ "libmpdec2": {
2141
+ "arch": "amd64",
2142
+ "version": "2.4.2-1"
2643
2143
  },
2644
2144
  "libncurses5": {
2645
2145
  "arch": "amd64",
2646
- "version": "5.9+20140913-1+deb8u2"
2146
+ "version": "6.0+20161126-1+deb9u2"
2647
2147
  },
2648
2148
  "libncursesw5": {
2649
2149
  "arch": "amd64",
2650
- "version": "5.9+20140913-1+deb8u2"
2651
- },
2652
- "libnet-http-perl": {
2653
- "arch": "all",
2654
- "version": "6.07-1"
2150
+ "version": "6.0+20161126-1+deb9u2"
2655
2151
  },
2656
- "libnet-smtp-ssl-perl": {
2657
- "arch": "all",
2658
- "version": "1.01-3"
2659
- },
2660
- "libnet-ssleay-perl": {
2661
- "arch": "amd64",
2662
- "version": "1.65-1+deb8u1"
2663
- },
2664
- "libnetfilter-acct1": {
2152
+ "libnetfilter-conntrack3": {
2665
2153
  "arch": "amd64",
2666
- "version": "1.0.2-1.1"
2154
+ "version": "1.0.6-2"
2667
2155
  },
2668
- "libnettle4": {
2156
+ "libnettle6": {
2669
2157
  "arch": "amd64",
2670
- "version": "2.7.1-5+deb8u2"
2158
+ "version": "3.3-1+b2"
2671
2159
  },
2672
2160
  "libnewt0.52": {
2673
2161
  "arch": "amd64",
2674
- "version": "0.52.17-1+b1"
2162
+ "version": "0.52.19-1+b1"
2675
2163
  },
2676
2164
  "libnfnetlink0": {
2677
2165
  "arch": "amd64",
2678
2166
  "version": "1.0.1-3"
2679
2167
  },
2680
- "libnfsidmap2": {
2168
+ "libnghttp2-14": {
2681
2169
  "arch": "amd64",
2682
- "version": "0.25-5"
2170
+ "version": "1.18.1-1+deb9u1"
2683
2171
  },
2684
- "libnl-3-200": {
2172
+ "libnpth0": {
2685
2173
  "arch": "amd64",
2686
- "version": "3.2.24-2"
2687
- },
2688
- "libnl-genl-3-200": {
2689
- "arch": "amd64",
2690
- "version": "3.2.24-2"
2174
+ "version": "1.3-1"
2691
2175
  },
2692
2176
  "libp11-kit0": {
2693
2177
  "arch": "amd64",
2694
- "version": "0.20.7-1"
2695
- },
2696
- "libpackage-constants-perl": {
2697
- "arch": "all",
2698
- "version": "0.04-1"
2178
+ "version": "0.23.3-2"
2699
2179
  },
2700
2180
  "libpam-modules": {
2701
2181
  "arch": "amd64",
2702
- "version": "1.1.8-3.1+deb8u2+b1"
2182
+ "version": "1.1.8-3.6"
2703
2183
  },
2704
2184
  "libpam-modules-bin": {
2705
2185
  "arch": "amd64",
2706
- "version": "1.1.8-3.1+deb8u2+b1"
2186
+ "version": "1.1.8-3.6"
2707
2187
  },
2708
2188
  "libpam-runtime": {
2709
2189
  "arch": "all",
2710
- "version": "1.1.8-3.1+deb8u2"
2711
- },
2712
- "libpam0g": {
2713
- "arch": "amd64",
2714
- "version": "1.1.8-3.1+deb8u2+b1"
2190
+ "version": "1.1.8-3.6"
2715
2191
  },
2716
- "libpango-1.0-0": {
2192
+ "libpam-systemd": {
2717
2193
  "arch": "amd64",
2718
- "version": "1.36.8-3"
2194
+ "version": "232-25+deb9u12"
2719
2195
  },
2720
- "libpangocairo-1.0-0": {
2721
- "arch": "amd64",
2722
- "version": "1.36.8-3"
2723
- },
2724
- "libpangoft2-1.0-0": {
2196
+ "libpam0g": {
2725
2197
  "arch": "amd64",
2726
- "version": "1.36.8-3"
2198
+ "version": "1.1.8-3.6"
2727
2199
  },
2728
2200
  "libpaper-utils": {
2729
2201
  "arch": "amd64",
2730
- "version": "1.1.24+nmu4"
2202
+ "version": "1.1.24+nmu5"
2731
2203
  },
2732
2204
  "libpaper1": {
2733
2205
  "arch": "amd64",
2734
- "version": "1.1.24+nmu4"
2206
+ "version": "1.1.24+nmu5"
2735
2207
  },
2736
- "libparams-util-perl": {
2208
+ "libpcap0.8": {
2737
2209
  "arch": "amd64",
2738
- "version": "1.07-2+b1"
2739
- },
2740
- "libparse-debianchangelog-perl": {
2741
- "arch": "all",
2742
- "version": "1.2.0-1.1"
2210
+ "version": "1.8.1-3"
2743
2211
  },
2744
2212
  "libpci3": {
2745
2213
  "arch": "amd64",
2746
- "version": "1:3.2.1-3"
2214
+ "version": "1:3.5.2-1"
2747
2215
  },
2748
2216
  "libpcre3": {
2749
2217
  "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"
2218
+ "version": "2:8.39-3"
2759
2219
  },
2760
2220
  "libpipeline1": {
2761
2221
  "arch": "amd64",
2762
- "version": "1.4.0-1"
2763
- },
2764
- "libpixman-1-0": {
2765
- "arch": "amd64",
2766
- "version": "0.32.6-3"
2222
+ "version": "1.4.1-2"
2767
2223
  },
2768
- "libpng12-0": {
2224
+ "libpng16-16": {
2769
2225
  "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"
2226
+ "version": "1.6.28-1+deb9u1"
2779
2227
  },
2780
2228
  "libpopt0": {
2781
2229
  "arch": "amd64",
2782
- "version": "1.16-10"
2230
+ "version": "1.16-10+b2"
2783
2231
  },
2784
- "libprocps3": {
2232
+ "libprocps6": {
2785
2233
  "arch": "amd64",
2786
- "version": "2:3.3.9-9"
2234
+ "version": "2:3.3.12-3+deb9u1"
2787
2235
  },
2788
- "libpsl0": {
2236
+ "libpsl5": {
2789
2237
  "arch": "amd64",
2790
- "version": "0.5.1-1"
2791
- },
2792
- "libpth20": {
2793
- "arch": "amd64",
2794
- "version": "2.0.7-20"
2238
+ "version": "0.17.0-3"
2795
2239
  },
2796
2240
  "libpython-stdlib": {
2797
2241
  "arch": "amd64",
2798
- "version": "2.7.9-1"
2242
+ "version": "2.7.13-2"
2799
2243
  },
2800
2244
  "libpython2.7-minimal": {
2801
2245
  "arch": "amd64",
2802
- "version": "2.7.9-2+deb8u1"
2246
+ "version": "2.7.13-2+deb9u3"
2803
2247
  },
2804
2248
  "libpython2.7-stdlib": {
2805
2249
  "arch": "amd64",
2806
- "version": "2.7.9-2+deb8u1"
2250
+ "version": "2.7.13-2+deb9u3"
2807
2251
  },
2808
- "libreadline6": {
2252
+ "libpython3-stdlib": {
2809
2253
  "arch": "amd64",
2810
- "version": "6.3-8+b3"
2254
+ "version": "3.5.3-1"
2811
2255
  },
2812
- "libregexp-common-perl": {
2813
- "arch": "all",
2814
- "version": "2013031301-1"
2256
+ "libpython3.5-minimal": {
2257
+ "arch": "amd64",
2258
+ "version": "3.5.3-1+deb9u1"
2259
+ },
2260
+ "libpython3.5-stdlib": {
2261
+ "arch": "amd64",
2262
+ "version": "3.5.3-1+deb9u1"
2263
+ },
2264
+ "libreadline7": {
2265
+ "arch": "amd64",
2266
+ "version": "7.0-3"
2815
2267
  },
2816
2268
  "librtmp1": {
2817
2269
  "arch": "amd64",
2818
- "version": "2.4+20150115.gita107cef-1+deb8u1"
2270
+ "version": "2.4+20151223.gitfa8646d.1-1+b1"
2819
2271
  },
2820
2272
  "libsasl2-2": {
2821
2273
  "arch": "amd64",
2822
- "version": "2.1.26.dfsg1-13+deb8u1"
2274
+ "version": "2.1.27~101-g0780600+dfsg-3+deb9u1"
2823
2275
  },
2824
2276
  "libsasl2-modules": {
2825
2277
  "arch": "amd64",
2826
- "version": "2.1.26.dfsg1-13+deb8u1"
2278
+ "version": "2.1.27~101-g0780600+dfsg-3+deb9u1"
2827
2279
  },
2828
2280
  "libsasl2-modules-db": {
2829
2281
  "arch": "amd64",
2830
- "version": "2.1.26.dfsg1-13+deb8u1"
2282
+ "version": "2.1.27~101-g0780600+dfsg-3+deb9u1"
2283
+ },
2284
+ "libseccomp2": {
2285
+ "arch": "amd64",
2286
+ "version": "2.3.1-2.1+deb9u1"
2831
2287
  },
2832
2288
  "libselinux1": {
2833
2289
  "arch": "amd64",
2834
- "version": "2.3-2"
2290
+ "version": "2.6-3+b3"
2835
2291
  },
2836
2292
  "libsemanage-common": {
2837
2293
  "arch": "all",
2838
- "version": "2.3-1"
2294
+ "version": "2.6-2"
2839
2295
  },
2840
2296
  "libsemanage1": {
2841
2297
  "arch": "amd64",
2842
- "version": "2.3-1+b1"
2298
+ "version": "2.6-2"
2843
2299
  },
2844
2300
  "libsepol1": {
2845
2301
  "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"
2302
+ "version": "2.6-2"
2855
2303
  },
2856
2304
  "libslang2": {
2857
2305
  "arch": "amd64",
2858
- "version": "2.3.0-2"
2306
+ "version": "2.3.1-5"
2859
2307
  },
2860
2308
  "libsmartcols1": {
2861
2309
  "arch": "amd64",
2862
- "version": "2.25.2-6"
2863
- },
2864
- "libsoftware-license-perl": {
2865
- "arch": "all",
2866
- "version": "0.103010-3"
2310
+ "version": "2.29.2-1+deb9u1"
2867
2311
  },
2868
2312
  "libsqlite3-0": {
2869
2313
  "arch": "amd64",
2870
- "version": "3.8.7.1-1+deb8u2"
2314
+ "version": "3.16.2-5+deb9u1"
2871
2315
  },
2872
2316
  "libss2": {
2873
2317
  "arch": "amd64",
2874
- "version": "1.42.12-2+b1"
2318
+ "version": "1.43.4-2+deb9u1"
2875
2319
  },
2876
2320
  "libssh2-1": {
2877
2321
  "arch": "amd64",
2878
- "version": "1.4.3-4.1+deb8u1"
2322
+ "version": "1.7.0-1+deb9u1"
2879
2323
  },
2880
- "libssl1.0.0": {
2324
+ "libssl1.0.2": {
2881
2325
  "arch": "amd64",
2882
- "version": "1.0.1t-1+deb8u8"
2326
+ "version": "1.0.2u-1~deb9u1"
2883
2327
  },
2884
- "libstdc++6": {
2328
+ "libssl1.1": {
2885
2329
  "arch": "amd64",
2886
- "version": "4.9.2-10+deb8u1"
2330
+ "version": "1.1.0l-1~deb9u1"
2887
2331
  },
2888
- "libsub-exporter-perl": {
2889
- "arch": "all",
2890
- "version": "0.986-1"
2891
- },
2892
- "libsub-install-perl": {
2893
- "arch": "all",
2894
- "version": "0.928-1"
2895
- },
2896
- "libsub-name-perl": {
2332
+ "libstdc++6": {
2897
2333
  "arch": "amd64",
2898
- "version": "0.12-1"
2899
- },
2900
- "libswitch-perl": {
2901
- "arch": "all",
2902
- "version": "2.17-2"
2334
+ "version": "6.3.0-18+deb9u1"
2903
2335
  },
2904
2336
  "libsystemd0": {
2905
2337
  "arch": "amd64",
2906
- "version": "215-17+deb8u7"
2338
+ "version": "232-25+deb9u12"
2907
2339
  },
2908
2340
  "libtasn1-6": {
2909
2341
  "arch": "amd64",
2910
- "version": "4.2-3+deb8u3"
2911
- },
2912
- "libterm-ui-perl": {
2913
- "arch": "all",
2914
- "version": "0.42-1"
2342
+ "version": "4.10-1.1+deb9u1"
2915
2343
  },
2916
2344
  "libtext-charwidth-perl": {
2917
2345
  "arch": "amd64",
2918
- "version": "0.04-7+b3"
2346
+ "version": "0.04-7+b5"
2919
2347
  },
2920
2348
  "libtext-iconv-perl": {
2921
2349
  "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"
2350
+ "version": "1.7-5+b4"
2935
2351
  },
2936
2352
  "libtext-wrapi18n-perl": {
2937
2353
  "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"
2354
+ "version": "0.06-7.1"
2947
2355
  },
2948
2356
  "libtiff5": {
2949
2357
  "arch": "amd64",
2950
- "version": "4.0.3-12.3+deb8u5"
2951
- },
2952
- "libtimedate-perl": {
2953
- "arch": "all",
2954
- "version": "2.3000-2"
2358
+ "version": "4.0.8-2+deb9u5"
2955
2359
  },
2956
2360
  "libtinfo5": {
2957
2361
  "arch": "amd64",
2958
- "version": "5.9+20140913-1+deb8u2"
2362
+ "version": "6.0+20161126-1+deb9u2"
2959
2363
  },
2960
- "libtirpc1": {
2364
+ "libtomcrypt0": {
2961
2365
  "arch": "amd64",
2962
- "version": "0.2.5-1+deb8u1"
2366
+ "version": "1.17-9"
2963
2367
  },
2964
- "libtokyocabinet9": {
2368
+ "libtommath1": {
2965
2369
  "arch": "amd64",
2966
- "version": "1.4.48-3"
2370
+ "version": "1.0-4"
2967
2371
  },
2968
2372
  "libudev1": {
2969
2373
  "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"
2374
+ "version": "232-25+deb9u12"
2979
2375
  },
2980
- "libusb-1.0-0": {
2376
+ "libunistring0": {
2981
2377
  "arch": "amd64",
2982
- "version": "2:1.0.19-1"
2378
+ "version": "0.9.6+really0.9.3-0.1"
2983
2379
  },
2984
2380
  "libustr-1.0-1": {
2985
2381
  "arch": "amd64",
2986
- "version": "1.0.4-3+b2"
2987
- },
2988
- "libuuid-perl": {
2989
- "arch": "amd64",
2990
- "version": "0.05-1+b1"
2382
+ "version": "1.0.4-6"
2991
2383
  },
2992
2384
  "libuuid1": {
2993
2385
  "arch": "amd64",
2994
- "version": "2.25.2-6"
2386
+ "version": "2.29.2-1+deb9u1"
2995
2387
  },
2996
- "libwebp5": {
2388
+ "libwebp6": {
2997
2389
  "arch": "amd64",
2998
- "version": "0.4.1-1.2+b2"
2390
+ "version": "0.5.2-1"
2999
2391
  },
3000
- "libwebpdemux1": {
2392
+ "libwebpdemux2": {
3001
2393
  "arch": "amd64",
3002
- "version": "0.4.1-1.2+b2"
2394
+ "version": "0.5.2-1"
3003
2395
  },
3004
- "libwebpmux1": {
2396
+ "libwebpmux2": {
3005
2397
  "arch": "amd64",
3006
- "version": "0.4.1-1.2+b2"
2398
+ "version": "0.5.2-1"
3007
2399
  },
3008
2400
  "libwrap0": {
3009
2401
  "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"
2402
+ "version": "7.6.q-26"
3031
2403
  },
3032
- "libxau6": {
2404
+ "libxapian30": {
3033
2405
  "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"
3087
- },
3088
- "libxml-parser-perl": {
3089
- "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"
2406
+ "version": "1.4.3-2+deb9u3"
3103
2407
  },
3104
2408
  "libxml2": {
3105
2409
  "arch": "amd64",
3106
- "version": "2.9.1+dfsg1-5+deb8u6"
3107
- },
3108
- "libxmuu1": {
3109
- "arch": "amd64",
3110
- "version": "2:1.1.2-1"
3111
- },
3112
- "libxrandr2": {
3113
- "arch": "amd64",
3114
- "version": "2:1.4.2-1+deb8u1"
2410
+ "version": "2.9.4+dfsg1-2.2+deb9u2"
3115
2411
  },
3116
- "libxrender1": {
2412
+ "libxtables12": {
3117
2413
  "arch": "amd64",
3118
- "version": "1:0.9.8-1+b1"
2414
+ "version": "1.6.0+snapshot20161117-6"
3119
2415
  },
3120
- "libxtables10": {
2416
+ "libyaml-0-2": {
3121
2417
  "arch": "amd64",
3122
- "version": "1.4.21-2+b1"
2418
+ "version": "0.1.7-2"
3123
2419
  },
3124
2420
  "linux-base": {
3125
2421
  "arch": "all",
3126
- "version": "3.5"
2422
+ "version": "4.5"
3127
2423
  },
3128
- "linux-image-3.16.0-4-amd64": {
2424
+ "linux-image-4.9.0-12-amd64": {
3129
2425
  "arch": "amd64",
3130
- "version": "3.16.51-3"
2426
+ "version": "4.9.210-1+deb9u1"
3131
2427
  },
3132
2428
  "linux-image-amd64": {
3133
2429
  "arch": "amd64",
3134
- "version": "3.16+63"
2430
+ "version": "4.9+80+deb9u10"
3135
2431
  },
3136
2432
  "locales": {
3137
2433
  "arch": "all",
3138
- "version": "2.19-18+deb8u10"
2434
+ "version": "2.24-11+deb9u4"
2435
+ },
2436
+ "locales-all": {
2437
+ "arch": "amd64",
2438
+ "version": "2.24-11+deb9u4"
3139
2439
  },
3140
2440
  "login": {
3141
2441
  "arch": "amd64",
3142
- "version": "1:4.2-3+deb8u4"
2442
+ "version": "1:4.4-4.1"
3143
2443
  },
3144
2444
  "logrotate": {
3145
2445
  "arch": "amd64",
3146
- "version": "3.8.7-1+b1"
2446
+ "version": "3.11.0-0.1"
3147
2447
  },
3148
2448
  "lsb-base": {
3149
2449
  "arch": "all",
3150
- "version": "4.1+Debian13+nmu1"
2450
+ "version": "9.20161125"
3151
2451
  },
3152
2452
  "lsb-release": {
3153
2453
  "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"
2454
+ "version": "9.20161125"
3163
2455
  },
3164
2456
  "man-db": {
3165
2457
  "arch": "amd64",
3166
- "version": "2.7.0.2-5"
2458
+ "version": "2.7.6.1-2"
3167
2459
  },
3168
2460
  "manpages": {
3169
2461
  "arch": "all",
3170
- "version": "3.74-1"
2462
+ "version": "4.10-2"
3171
2463
  },
3172
2464
  "mawk": {
3173
2465
  "arch": "amd64",
3174
- "version": "1.3.3-17"
2466
+ "version": "1.3.3-17+b3"
3175
2467
  },
3176
2468
  "mime-support": {
3177
2469
  "arch": "all",
3178
- "version": "3.58"
3179
- },
3180
- "mlocate": {
3181
- "arch": "amd64",
3182
- "version": "0.26-1"
2470
+ "version": "3.60"
3183
2471
  },
3184
2472
  "mount": {
3185
2473
  "arch": "amd64",
3186
- "version": "2.25.2-6"
2474
+ "version": "2.29.2-1+deb9u1"
3187
2475
  },
3188
2476
  "multiarch-support": {
3189
2477
  "arch": "amd64",
3190
- "version": "2.19-18+deb8u10"
3191
- },
3192
- "mutt": {
3193
- "arch": "amd64",
3194
- "version": "1.5.23-3"
2478
+ "version": "2.24-11+deb9u4"
3195
2479
  },
3196
2480
  "nano": {
3197
2481
  "arch": "amd64",
3198
- "version": "2.2.6-3"
2482
+ "version": "2.7.4-1"
3199
2483
  },
3200
2484
  "ncurses-base": {
3201
2485
  "arch": "all",
3202
- "version": "5.9+20140913-1+deb8u2"
2486
+ "version": "6.0+20161126-1+deb9u2"
3203
2487
  },
3204
2488
  "ncurses-bin": {
3205
2489
  "arch": "amd64",
3206
- "version": "5.9+20140913-1+deb8u2"
3207
- },
3208
- "ncurses-term": {
3209
- "arch": "all",
3210
- "version": "5.9+20140913-1+deb8u2"
2490
+ "version": "6.0+20161126-1+deb9u2"
3211
2491
  },
3212
2492
  "net-tools": {
3213
2493
  "arch": "amd64",
3214
- "version": "1.60-26+b1"
2494
+ "version": "1.60+git20161116.90da8a0-1"
3215
2495
  },
3216
2496
  "netbase": {
3217
2497
  "arch": "all",
3218
- "version": "5.3"
3219
- },
3220
- "netcat-traditional": {
3221
- "arch": "amd64",
3222
- "version": "1.10-41"
2498
+ "version": "5.4"
3223
2499
  },
3224
- "nfacct": {
2500
+ "netcat-openbsd": {
3225
2501
  "arch": "amd64",
3226
- "version": "1.0.1-1.1"
3227
- },
3228
- "nfs-common": {
3229
- "arch": "amd64",
3230
- "version": "1:1.2.8-9"
2502
+ "version": "1.130-3"
3231
2503
  },
3232
2504
  "openssh-client": {
3233
2505
  "arch": "amd64",
3234
- "version": "1:6.7p1-5+deb8u4"
2506
+ "version": "1:7.4p1-10+deb9u7"
3235
2507
  },
3236
2508
  "openssh-server": {
3237
2509
  "arch": "amd64",
3238
- "version": "1:6.7p1-5+deb8u4"
2510
+ "version": "1:7.4p1-10+deb9u7"
3239
2511
  },
3240
2512
  "openssh-sftp-server": {
3241
2513
  "arch": "amd64",
3242
- "version": "1:6.7p1-5+deb8u4"
2514
+ "version": "1:7.4p1-10+deb9u7"
3243
2515
  },
3244
2516
  "openssl": {
3245
2517
  "arch": "amd64",
3246
- "version": "1.0.1t-1+deb8u8"
3247
- },
3248
- "os-prober": {
3249
- "arch": "amd64",
3250
- "version": "1.65+deb8u1"
2518
+ "version": "1.1.0l-1~deb9u1"
3251
2519
  },
3252
2520
  "passwd": {
3253
2521
  "arch": "amd64",
3254
- "version": "1:4.2-3+deb8u4"
3255
- },
3256
- "patch": {
3257
- "arch": "amd64",
3258
- "version": "2.7.5-1"
2522
+ "version": "1:4.4-4.1"
3259
2523
  },
3260
2524
  "pciutils": {
3261
2525
  "arch": "amd64",
3262
- "version": "1:3.2.1-3"
3263
- },
3264
- "perl": {
3265
- "arch": "amd64",
3266
- "version": "5.20.2-3+deb8u9"
2526
+ "version": "1:3.5.2-1"
3267
2527
  },
3268
2528
  "perl-base": {
3269
2529
  "arch": "amd64",
3270
- "version": "5.20.2-3+deb8u9"
2530
+ "version": "5.24.1-3+deb9u6"
3271
2531
  },
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": {
2532
+ "pinentry-curses": {
3281
2533
  "arch": "amd64",
3282
- "version": "2.6.1-1"
3283
- },
3284
- "procmail": {
3285
- "arch": "amd64",
3286
- "version": "3.22-24+deb8u1"
2534
+ "version": "1.0.0-2"
3287
2535
  },
3288
2536
  "procps": {
3289
2537
  "arch": "amd64",
3290
- "version": "2:3.3.9-9"
2538
+ "version": "2:3.3.12-3+deb9u1"
3291
2539
  },
3292
2540
  "psmisc": {
3293
2541
  "arch": "amd64",
3294
- "version": "22.21-2"
2542
+ "version": "22.21-2.1+b2"
3295
2543
  },
3296
2544
  "python": {
3297
2545
  "arch": "amd64",
3298
- "version": "2.7.9-1"
3299
- },
3300
- "python-apt": {
3301
- "arch": "amd64",
3302
- "version": "0.9.3.12"
2546
+ "version": "2.7.13-2"
3303
2547
  },
3304
2548
  "python-apt-common": {
3305
2549
  "arch": "all",
3306
- "version": "0.9.3.12"
2550
+ "version": "1.4.1"
3307
2551
  },
3308
- "python-chardet": {
2552
+ "python-boto": {
3309
2553
  "arch": "all",
3310
- "version": "2.3.0-1"
2554
+ "version": "2.44.0-1"
2555
+ },
2556
+ "python-cffi-backend": {
2557
+ "arch": "amd64",
2558
+ "version": "1.9.1-2"
3311
2559
  },
3312
- "python-debian": {
2560
+ "python-chardet": {
3313
2561
  "arch": "all",
3314
- "version": "0.1.27"
2562
+ "version": "2.3.0-2"
2563
+ },
2564
+ "python-cryptography": {
2565
+ "arch": "amd64",
2566
+ "version": "1.7.1-3+deb9u2"
3315
2567
  },
3316
- "python-debianbts": {
2568
+ "python-enum34": {
3317
2569
  "arch": "all",
3318
- "version": "1.12"
2570
+ "version": "1.1.6-1"
3319
2571
  },
3320
- "python-defusedxml": {
2572
+ "python-idna": {
3321
2573
  "arch": "all",
3322
- "version": "0.4.1-2"
2574
+ "version": "2.2-1"
3323
2575
  },
3324
- "python-docutils": {
2576
+ "python-ipaddress": {
3325
2577
  "arch": "all",
3326
- "version": "0.12+dfsg-1"
2578
+ "version": "1.0.17-1"
3327
2579
  },
3328
2580
  "python-minimal": {
3329
2581
  "arch": "amd64",
3330
- "version": "2.7.9-1"
2582
+ "version": "2.7.13-2"
3331
2583
  },
3332
- "python-pil": {
3333
- "arch": "amd64",
3334
- "version": "2.6.1-2+deb8u3"
2584
+ "python-openssl": {
2585
+ "arch": "all",
2586
+ "version": "16.2.0-1"
3335
2587
  },
3336
2588
  "python-pkg-resources": {
3337
2589
  "arch": "all",
3338
- "version": "5.5.1-1"
2590
+ "version": "33.1.1-1"
3339
2591
  },
3340
- "python-pygments": {
2592
+ "python-pyasn1": {
3341
2593
  "arch": "all",
3342
- "version": "2.0.1+dfsg-1.1+deb8u1"
2594
+ "version": "0.1.9-2"
3343
2595
  },
3344
- "python-reportbug": {
2596
+ "python-requests": {
3345
2597
  "arch": "all",
3346
- "version": "6.6.3"
2598
+ "version": "2.12.4-1"
3347
2599
  },
3348
- "python-roman": {
2600
+ "python-setuptools": {
3349
2601
  "arch": "all",
3350
- "version": "2.0.0-1"
2602
+ "version": "33.1.1-1"
3351
2603
  },
3352
2604
  "python-six": {
3353
2605
  "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"
2606
+ "version": "1.10.0-3"
3363
2607
  },
3364
- "python-wstools": {
2608
+ "python-urllib3": {
3365
2609
  "arch": "all",
3366
- "version": "0.4.3-2"
2610
+ "version": "1.19.1-1"
3367
2611
  },
3368
2612
  "python2.7": {
3369
2613
  "arch": "amd64",
3370
- "version": "2.7.9-2+deb8u1"
2614
+ "version": "2.7.13-2+deb9u3"
3371
2615
  },
3372
2616
  "python2.7-minimal": {
3373
2617
  "arch": "amd64",
3374
- "version": "2.7.9-2+deb8u1"
2618
+ "version": "2.7.13-2+deb9u3"
3375
2619
  },
3376
- "readline-common": {
2620
+ "python3": {
2621
+ "arch": "amd64",
2622
+ "version": "3.5.3-1"
2623
+ },
2624
+ "python3-apt": {
2625
+ "arch": "amd64",
2626
+ "version": "1.4.1"
2627
+ },
2628
+ "python3-blinker": {
3377
2629
  "arch": "all",
3378
- "version": "6.3-8"
2630
+ "version": "1.3.dfsg2-1"
3379
2631
  },
3380
- "rename": {
2632
+ "python3-boto": {
3381
2633
  "arch": "all",
3382
- "version": "0.20-3"
2634
+ "version": "2.44.0-1"
3383
2635
  },
3384
- "reportbug": {
2636
+ "python3-botocore": {
3385
2637
  "arch": "all",
3386
- "version": "6.6.3"
2638
+ "version": "1.4.70-1"
3387
2639
  },
3388
- "rpcbind": {
2640
+ "python3-cffi-backend": {
3389
2641
  "arch": "amd64",
3390
- "version": "0.2.1-6+deb8u2"
2642
+ "version": "1.9.1-2"
3391
2643
  },
3392
- "rsyslog": {
3393
- "arch": "amd64",
3394
- "version": "8.4.2-1+deb8u2"
2644
+ "python3-chardet": {
2645
+ "arch": "all",
2646
+ "version": "2.3.0-2"
3395
2647
  },
3396
- "sed": {
2648
+ "python3-colorama": {
2649
+ "arch": "all",
2650
+ "version": "0.3.7-1"
2651
+ },
2652
+ "python3-configobj": {
2653
+ "arch": "all",
2654
+ "version": "5.0.6-2"
2655
+ },
2656
+ "python3-cryptography": {
3397
2657
  "arch": "amd64",
3398
- "version": "4.2.2-4+deb8u1"
2658
+ "version": "1.7.1-3+deb9u2"
3399
2659
  },
3400
- "sensible-utils": {
2660
+ "python3-dateutil": {
3401
2661
  "arch": "all",
3402
- "version": "0.0.9+deb8u1"
2662
+ "version": "2.5.3-2"
3403
2663
  },
3404
- "sgml-base": {
2664
+ "python3-debian": {
3405
2665
  "arch": "all",
3406
- "version": "1.26+nmu4"
2666
+ "version": "0.1.30"
3407
2667
  },
3408
- "shared-mime-info": {
3409
- "arch": "amd64",
3410
- "version": "1.3-1"
2668
+ "python3-debianbts": {
2669
+ "arch": "all",
2670
+ "version": "2.6.1"
3411
2671
  },
3412
- "startpar": {
3413
- "arch": "amd64",
3414
- "version": "0.59-3"
2672
+ "python3-docutils": {
2673
+ "arch": "all",
2674
+ "version": "0.13.1+dfsg-2"
3415
2675
  },
3416
- "sudo": {
3417
- "arch": "amd64",
3418
- "version": "1.8.10p3-1+deb8u5"
2676
+ "python3-httplib2": {
2677
+ "arch": "all",
2678
+ "version": "0.9.2+dfsg-1"
3419
2679
  },
3420
- "systemd": {
2680
+ "python3-idna": {
2681
+ "arch": "all",
2682
+ "version": "2.2-1"
2683
+ },
2684
+ "python3-jinja2": {
2685
+ "arch": "all",
2686
+ "version": "2.8-1"
2687
+ },
2688
+ "python3-jmespath": {
2689
+ "arch": "all",
2690
+ "version": "0.9.0-2"
2691
+ },
2692
+ "python3-json-pointer": {
2693
+ "arch": "all",
2694
+ "version": "1.10-1"
2695
+ },
2696
+ "python3-jsonpatch": {
2697
+ "arch": "all",
2698
+ "version": "1.19-4"
2699
+ },
2700
+ "python3-jwt": {
2701
+ "arch": "all",
2702
+ "version": "1.4.2-1+deb9u1"
2703
+ },
2704
+ "python3-markupsafe": {
3421
2705
  "arch": "amd64",
3422
- "version": "215-17+deb8u7"
2706
+ "version": "0.23-3"
3423
2707
  },
3424
- "systemd-sysv": {
2708
+ "python3-minimal": {
3425
2709
  "arch": "amd64",
3426
- "version": "215-17+deb8u7"
2710
+ "version": "3.5.3-1"
3427
2711
  },
3428
- "sysv-rc": {
2712
+ "python3-oauthlib": {
3429
2713
  "arch": "all",
3430
- "version": "2.88dsf-59"
2714
+ "version": "2.0.1-1"
3431
2715
  },
3432
- "sysvinit-utils": {
2716
+ "python3-pil": {
3433
2717
  "arch": "amd64",
3434
- "version": "2.88dsf-59"
2718
+ "version": "4.0.0-4+deb9u1"
3435
2719
  },
3436
- "tar": {
2720
+ "python3-pkg-resources": {
2721
+ "arch": "all",
2722
+ "version": "33.1.1-1"
2723
+ },
2724
+ "python3-prettytable": {
2725
+ "arch": "all",
2726
+ "version": "0.7.2-3"
2727
+ },
2728
+ "python3-pyasn1": {
2729
+ "arch": "all",
2730
+ "version": "0.1.9-2"
2731
+ },
2732
+ "python3-pycurl": {
3437
2733
  "arch": "amd64",
3438
- "version": "1.27.1-2+deb8u1"
2734
+ "version": "7.43.0-2"
3439
2735
  },
3440
- "task-english": {
2736
+ "python3-pygments": {
3441
2737
  "arch": "all",
3442
- "version": "3.31+deb8u1"
2738
+ "version": "2.2.0+dfsg-1"
3443
2739
  },
3444
- "task-laptop": {
2740
+ "python3-pysimplesoap": {
3445
2741
  "arch": "all",
3446
- "version": "3.31+deb8u1"
2742
+ "version": "1.16-2"
3447
2743
  },
3448
- "task-ssh-server": {
2744
+ "python3-reportbug": {
3449
2745
  "arch": "all",
3450
- "version": "3.31+deb8u1"
2746
+ "version": "7.1.7+deb9u3"
3451
2747
  },
3452
- "tasksel": {
2748
+ "python3-requests": {
3453
2749
  "arch": "all",
3454
- "version": "3.31+deb8u1"
2750
+ "version": "2.12.4-1"
3455
2751
  },
3456
- "tasksel-data": {
2752
+ "python3-roman": {
3457
2753
  "arch": "all",
3458
- "version": "3.31+deb8u1"
2754
+ "version": "2.0.0-2"
3459
2755
  },
3460
- "tcpd": {
3461
- "arch": "amd64",
3462
- "version": "7.6.q-25"
2756
+ "python3-rsa": {
2757
+ "arch": "all",
2758
+ "version": "3.4.2-1"
3463
2759
  },
3464
- "telnet": {
3465
- "arch": "amd64",
3466
- "version": "0.17-36"
2760
+ "python3-s3transfer": {
2761
+ "arch": "all",
2762
+ "version": "0.1.9-1"
3467
2763
  },
3468
- "texinfo": {
2764
+ "python3-setuptools": {
2765
+ "arch": "all",
2766
+ "version": "33.1.1-1"
2767
+ },
2768
+ "python3-six": {
2769
+ "arch": "all",
2770
+ "version": "1.10.0-3"
2771
+ },
2772
+ "python3-urllib3": {
2773
+ "arch": "all",
2774
+ "version": "1.19.1-1"
2775
+ },
2776
+ "python3-yaml": {
3469
2777
  "arch": "amd64",
3470
- "version": "5.2.0.dfsg.1-6"
2778
+ "version": "3.12-1"
3471
2779
  },
3472
- "time": {
2780
+ "python3.5": {
3473
2781
  "arch": "amd64",
3474
- "version": "1.7-25"
2782
+ "version": "3.5.3-1+deb9u1"
3475
2783
  },
3476
- "traceroute": {
2784
+ "python3.5-minimal": {
3477
2785
  "arch": "amd64",
3478
- "version": "1:2.0.20-2+b1"
2786
+ "version": "3.5.3-1+deb9u1"
3479
2787
  },
3480
- "tzdata": {
2788
+ "readline-common": {
3481
2789
  "arch": "all",
3482
- "version": "2018d-0+deb8u1"
2790
+ "version": "7.0-3"
3483
2791
  },
3484
- "ucf": {
2792
+ "reportbug": {
3485
2793
  "arch": "all",
3486
- "version": "3.0030"
2794
+ "version": "7.1.7+deb9u3"
3487
2795
  },
3488
- "udev": {
2796
+ "rsyslog": {
3489
2797
  "arch": "amd64",
3490
- "version": "215-17+deb8u7"
2798
+ "version": "8.24.0-1"
3491
2799
  },
3492
- "usbutils": {
2800
+ "screen": {
3493
2801
  "arch": "amd64",
3494
- "version": "1:007-2"
2802
+ "version": "4.5.0-6"
3495
2803
  },
3496
- "util-linux": {
2804
+ "sed": {
3497
2805
  "arch": "amd64",
3498
- "version": "2.25.2-6"
2806
+ "version": "4.4-1"
3499
2807
  },
3500
- "util-linux-locales": {
2808
+ "sensible-utils": {
3501
2809
  "arch": "all",
3502
- "version": "2.25.2-6"
2810
+ "version": "0.0.9+deb9u1"
3503
2811
  },
3504
- "vim-common": {
2812
+ "sgml-base": {
2813
+ "arch": "all",
2814
+ "version": "1.29"
2815
+ },
2816
+ "sudo": {
3505
2817
  "arch": "amd64",
3506
- "version": "2:7.4.488-7+deb8u3"
2818
+ "version": "1.8.19p1-2.1+deb9u2"
3507
2819
  },
3508
- "vim-tiny": {
2820
+ "systemd": {
3509
2821
  "arch": "amd64",
3510
- "version": "2:7.4.488-7+deb8u3"
2822
+ "version": "232-25+deb9u12"
3511
2823
  },
3512
- "w3m": {
2824
+ "systemd-sysv": {
3513
2825
  "arch": "amd64",
3514
- "version": "0.5.3-19+deb8u2"
2826
+ "version": "232-25+deb9u12"
3515
2827
  },
3516
- "wamerican": {
3517
- "arch": "all",
3518
- "version": "7.1-1"
2828
+ "sysvinit-utils": {
2829
+ "arch": "amd64",
2830
+ "version": "2.88dsf-59.9"
3519
2831
  },
3520
- "wget": {
2832
+ "tar": {
3521
2833
  "arch": "amd64",
3522
- "version": "1.16-1+deb8u4"
2834
+ "version": "1.29b-1.1"
3523
2835
  },
3524
- "whiptail": {
2836
+ "tasksel": {
2837
+ "arch": "all",
2838
+ "version": "3.39"
2839
+ },
2840
+ "tasksel-data": {
2841
+ "arch": "all",
2842
+ "version": "3.39"
2843
+ },
2844
+ "tcpdump": {
3525
2845
  "arch": "amd64",
3526
- "version": "0.52.17-1+b1"
2846
+ "version": "4.9.3-1~deb9u1"
3527
2847
  },
3528
- "whois": {
2848
+ "traceroute": {
3529
2849
  "arch": "amd64",
3530
- "version": "5.2.7"
2850
+ "version": "1:2.1.0-2"
3531
2851
  },
3532
- "wireless-regdb": {
2852
+ "tzdata": {
3533
2853
  "arch": "all",
3534
- "version": "2016.06.10-1~deb8u1"
2854
+ "version": "2019c-0+deb9u1"
3535
2855
  },
3536
- "wireless-tools": {
2856
+ "ucf": {
2857
+ "arch": "all",
2858
+ "version": "3.0036"
2859
+ },
2860
+ "udev": {
3537
2861
  "arch": "amd64",
3538
- "version": "30~pre9-8"
2862
+ "version": "232-25+deb9u12"
3539
2863
  },
3540
- "wpasupplicant": {
2864
+ "unattended-upgrades": {
2865
+ "arch": "all",
2866
+ "version": "0.93.1+nmu1"
2867
+ },
2868
+ "util-linux": {
3541
2869
  "arch": "amd64",
3542
- "version": "2.3-1+deb8u5"
2870
+ "version": "2.29.2-1+deb9u1"
3543
2871
  },
3544
- "xauth": {
2872
+ "uuid-runtime": {
3545
2873
  "arch": "amd64",
3546
- "version": "1:1.0.9-1"
2874
+ "version": "2.29.2-1+deb9u1"
3547
2875
  },
3548
- "xdg-user-dirs": {
2876
+ "vim": {
3549
2877
  "arch": "amd64",
3550
- "version": "0.15-2"
2878
+ "version": "2:8.0.0197-4+deb9u3"
3551
2879
  },
3552
- "xkb-data": {
2880
+ "vim-common": {
2881
+ "arch": "all",
2882
+ "version": "2:8.0.0197-4+deb9u3"
2883
+ },
2884
+ "vim-runtime": {
3553
2885
  "arch": "all",
3554
- "version": "2.12-1"
2886
+ "version": "2:8.0.0197-4+deb9u3"
2887
+ },
2888
+ "vim-tiny": {
2889
+ "arch": "amd64",
2890
+ "version": "2:8.0.0197-4+deb9u3"
2891
+ },
2892
+ "wget": {
2893
+ "arch": "amd64",
2894
+ "version": "1.18-5+deb9u3"
2895
+ },
2896
+ "whiptail": {
2897
+ "arch": "amd64",
2898
+ "version": "0.52.19-1+b1"
3555
2899
  },
3556
2900
  "xml-core": {
3557
2901
  "arch": "all",
3558
- "version": "0.13+nmu2"
2902
+ "version": "0.17"
2903
+ },
2904
+ "xxd": {
2905
+ "arch": "amd64",
2906
+ "version": "2:8.0.0197-4+deb9u3"
3559
2907
  },
3560
2908
  "xz-utils": {
3561
2909
  "arch": "amd64",
3562
- "version": "5.1.1alpha+20120614-2+b3"
2910
+ "version": "5.2.2-1.2+b1"
3563
2911
  },
3564
2912
  "zlib1g": {
3565
2913
  "arch": "amd64",
3566
- "version": "1:1.2.8.dfsg-2+b1"
2914
+ "version": "1:1.2.8.dfsg-5"
3567
2915
  }
3568
2916
  },
3569
2917
  "platform": "debian",
3570
2918
  "platform_family": "debian",
3571
- "platform_version": "8.10",
2919
+ "platform_version": "9",
3572
2920
  "root_group": "root",
2921
+ "shard_seed": 70781749,
3573
2922
  "shells": [
3574
2923
  "/bin/sh",
3575
2924
  "/bin/dash",
3576
2925
  "/bin/bash",
3577
- "/bin/rbash"
2926
+ "/bin/rbash",
2927
+ "/usr/bin/screen"
3578
2928
  ],
3579
2929
  "time": {
3580
2930
  "timezone": "GMT"