Page MenuHomeSolus

D7576.diff
No OneTemporary

D7576.diff

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 @@
<Source>
<Name>libssh</Name>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>F. von Gellhorn</Name>
+ <Email>flinux@vongellhorn.ch</Email>
</Packager>
<License>LGPL-2.1-or-later</License>
<PartOf>programming</PartOf>
<Summary xml:lang="en">SSH library</Summary>
<Description xml:lang="en">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.
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>libssh</Name>
@@ -19,8 +19,8 @@
</Description>
<PartOf>programming</PartOf>
<Files>
- <Path fileType="library">/usr/lib/libssh.so.4</Path>
- <Path fileType="library">/usr/lib/libssh.so.4.7.3</Path>
+ <Path fileType="library">/usr/lib64/libssh.so.4</Path>
+ <Path fileType="library">/usr/lib64/libssh.so.4.8.2</Path>
</Files>
</Package>
<Package>
@@ -30,7 +30,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="6">libssh</Dependency>
+ <Dependency release="7">libssh</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/libssh/callbacks.h</Path>
@@ -40,19 +40,20 @@
<Path fileType="header">/usr/include/libssh/server.h</Path>
<Path fileType="header">/usr/include/libssh/sftp.h</Path>
<Path fileType="header">/usr/include/libssh/ssh2.h</Path>
- <Path fileType="library">/usr/lib/cmake/libssh/libssh-config-version.cmake</Path>
- <Path fileType="library">/usr/lib/cmake/libssh/libssh-config.cmake</Path>
- <Path fileType="library">/usr/lib/libssh.so</Path>
- <Path fileType="data">/usr/lib/pkgconfig/libssh.pc</Path>
+ <Path fileType="library">/usr/lib64/cmake/libssh/libssh-config-relwithdebinfo.cmake</Path>
+ <Path fileType="library">/usr/lib64/cmake/libssh/libssh-config-version.cmake</Path>
+ <Path fileType="library">/usr/lib64/cmake/libssh/libssh-config.cmake</Path>
+ <Path fileType="library">/usr/lib64/libssh.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libssh.pc</Path>
</Files>
</Package>
<History>
- <Update release="6">
- <Date>2018-12-24</Date>
- <Version>0.8.6</Version>
+ <Update release="7">
+ <Date>2019-11-05</Date>
+ <Version>0.9.1</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>F. von Gellhorn</Name>
+ <Email>flinux@vongellhorn.ch</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 25, 11:47 PM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5791452
Default Alt Text
D7576.diff (6 KB)

Event Timeline