diff options
-rw-r--r-- | docs/build-matrix.html | 20 | ||||
-rw-r--r-- | docs/packages.json | 1 |
2 files changed, 16 insertions, 5 deletions
diff --git a/docs/build-matrix.html b/docs/build-matrix.html index 805d60f..f98df1e 100644 --- a/docs/build-matrix.html +++ b/docs/build-matrix.html @@ -2268,6 +2268,16 @@ feel free to submit a pull request. </tr> <tr> + <th class="row">libssh</th> + <td>0.7.5</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="unsupported">✗</td> + </tr> + +<tr> <th class="row">libssh2</th> <td>1.8.0</td> <td class="supported">✓</td> @@ -4519,14 +4529,14 @@ feel free to submit a pull request. <tr> <th class="row" colspan="2"> -Total: 437 +Total: 438 <br>(+7 virtual +4 native-only) </th> -<th>431</th> -<th>345</th> -<th>417</th> -<th>345</th> +<th>432</th> +<th>346</th> +<th>418</th> +<th>346</th> <th>24</th> </tr> </tbody> diff --git a/docs/packages.json b/docs/packages.json index 610ac66..0aa1cca 100644 --- a/docs/packages.json +++ b/docs/packages.json @@ -222,6 +222,7 @@ "libsoup": {"version": "2.57.1", "website": "https://github.com/GNOME/libsoup", "description": "HTTP client/server library for GNOME"}, "libspatialindex": {"version": "1.8.5", "website": "https://libspatialindex.github.io/", "description": "libspatialindex"}, "libspectre": {"version": "0.2.8", "website": "https://libspectre.freedesktop.org/", "description": ""}, + "libssh": {"version": "0.7.5", "website": "https://www.libssh.org", "description": "SSHv2 and SSHv1 protocol on client and server side"}, "libssh2": {"version": "1.8.0", "website": "https://libssh2.org/", "description": ""}, "libsvm": {"version": "3.22", "website": "https://www.csie.ntu.edu.tw/~cjlin/libsvm", "description": ""}, "libtool": {"version": "2.4.4", "website": "https://www.gnu.org/software/libtool/", "description": "GNU Libtool"}, |