diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -1,6 +1,8 @@
libssh.so.4:LIBSSH_4_5_0
libssh.so.4:LIBSSH_4_6_0
libssh.so.4:LIBSSH_4_7_0
+libssh.so.4:LIBSSH_4_8_0
+libssh.so.4:LIBSSH_4_8_1
libssh.so.4:_ssh_log
libssh.so.4:buffer_free
libssh.so.4:buffer_get
@@ -99,6 +101,7 @@
libssh.so.4:sftp_seek
libssh.so.4:sftp_seek64
libssh.so.4:sftp_send_client_message
+libssh.so.4:sftp_server_free
libssh.so.4:sftp_server_init
libssh.so.4:sftp_server_new
libssh.so.4:sftp_server_version
@@ -123,6 +126,7 @@
libssh.so.4:ssh_bind_get_fd
libssh.so.4:ssh_bind_listen
libssh.so.4:ssh_bind_new
+libssh.so.4:ssh_bind_options_parse_config
libssh.so.4:ssh_bind_options_set
libssh.so.4:ssh_bind_set_blocking
libssh.so.4:ssh_bind_set_callbacks
@@ -150,6 +154,7 @@
libssh.so.4:ssh_channel_new
libssh.so.4:ssh_channel_open_auth_agent
libssh.so.4:ssh_channel_open_forward
+libssh.so.4:ssh_channel_open_forward_unix
libssh.so.4:ssh_channel_open_reverse_forward
libssh.so.4:ssh_channel_open_session
libssh.so.4:ssh_channel_open_x11
@@ -269,6 +274,7 @@
libssh.so.4:ssh_message_channel_request_open_originator
libssh.so.4:ssh_message_channel_request_open_originator_port
libssh.so.4:ssh_message_channel_request_open_reply_accept
+libssh.so.4:ssh_message_channel_request_open_reply_accept_channel
libssh.so.4:ssh_message_channel_request_pty_height
libssh.so.4:ssh_message_channel_request_pty_pxheight
libssh.so.4:ssh_message_channel_request_pty_pxwidth
@@ -347,6 +353,7 @@
libssh.so.4:ssh_server_init_kex
libssh.so.4:ssh_service_request
libssh.so.4:ssh_session_export_known_hosts_entry
+libssh.so.4:ssh_session_get_known_hosts_entry
libssh.so.4:ssh_session_has_known_hosts_entry
libssh.so.4:ssh_session_is_known_server
libssh.so.4:ssh_session_update_known_hosts
@@ -378,6 +385,7 @@
libssh.so.4:ssh_string_len
libssh.so.4:ssh_string_new
libssh.so.4:ssh_string_to_char
+libssh.so.4:ssh_threads_get_default
libssh.so.4:ssh_threads_get_noop
libssh.so.4:ssh_threads_get_pthread
libssh.so.4:ssh_threads_set_callbacks
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : libssh
-version : 0.8.6
-release : 6
+version : 0.9.1
+release : 7
source :
- - https://www.libssh.org/files/0.8/libssh-0.8.6.tar.xz : 1046b95632a07fc00b1ea70ee683072d0c8a23f544f4535440b727812002fd01
+ - https://www.libssh.org/files/0.9/libssh-0.9.1.tar.xz : 33249bb616bb696e184cf930ea5d14239b65bb999c0815589efc35e5ed895787
license : LGPL-2.1-or-later
component : programming
summary : SSH library
@@ -11,12 +11,11 @@
builddeps :
- pkgconfig(cmocka) # check
setup : |
- mkdir build && cd build
- %cmake -DUNIT_TESTING=ON ..
+ %cmake_ninja -DUNIT_TESTING=ON ..
build : |
- %make -C build
+ %ninja_build
install : |
- %make_install -C build
+ %ninja_install
check : |
# torture_misc fails in the sandbox but should work when executed manually
%make test -C build || :
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
libssh
- Pierre-Yves
- pyu@riseup.net
+ F. von Gellhorn
+ flinux@vongellhorn.ch
LGPL-2.1-or-later
programming
SSH library
libssh is a multi-platform C library implementing the SSHv2 and SSHv1 protocol on client and server side. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel, manage public keys and much more.
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solus
libssh
@@ -19,8 +19,8 @@
programming
- /usr/lib/libssh.so.4
- /usr/lib/libssh.so.4.7.3
+ /usr/lib64/libssh.so.4
+ /usr/lib64/libssh.so.4.8.2
@@ -30,7 +30,7 @@
programming.devel
- libssh
+ libssh
/usr/include/libssh/callbacks.h
@@ -40,19 +40,20 @@
/usr/include/libssh/server.h
/usr/include/libssh/sftp.h
/usr/include/libssh/ssh2.h
- /usr/lib/cmake/libssh/libssh-config-version.cmake
- /usr/lib/cmake/libssh/libssh-config.cmake
- /usr/lib/libssh.so
- /usr/lib/pkgconfig/libssh.pc
+ /usr/lib64/cmake/libssh/libssh-config-relwithdebinfo.cmake
+ /usr/lib64/cmake/libssh/libssh-config-version.cmake
+ /usr/lib64/cmake/libssh/libssh-config.cmake
+ /usr/lib64/libssh.so
+ /usr/lib64/pkgconfig/libssh.pc
-
- 2018-12-24
- 0.8.6
+
+ 2019-11-05
+ 0.9.1
Packaging update
- Pierre-Yves
- pyu@riseup.net
+ F. von Gellhorn
+ flinux@vongellhorn.ch
\ No newline at end of file