libssh: 0.6.4 -> 0.7.1

This commit is contained in:
Thomas Penteker 2015-08-10 19:48:15 +02:00
parent 852cbc58a6
commit 65684a7d7a
3 changed files with 8 additions and 7 deletions

View File

@ -4,6 +4,7 @@ drwxr-xr-x root/root usr/include/libssh/
-rw-r--r-- root/root usr/include/libssh/callbacks.h
-rw-r--r-- root/root usr/include/libssh/legacy.h
-rw-r--r-- root/root usr/include/libssh/libssh.h
-rw-r--r-- root/root usr/include/libssh/libsshpp.hpp
-rw-r--r-- root/root usr/include/libssh/server.h
-rw-r--r-- root/root usr/include/libssh/sftp.h
-rw-r--r-- root/root usr/include/libssh/ssh2.h
@ -13,11 +14,11 @@ drwxr-xr-x root/root usr/lib/cmake/libssh/
-rw-r--r-- root/root usr/lib/cmake/libssh/libssh-config-version.cmake
-rw-r--r-- root/root usr/lib/cmake/libssh/libssh-config.cmake
lrwxrwxrwx root/root usr/lib/libssh.so -> libssh.so.4
lrwxrwxrwx root/root usr/lib/libssh.so.4 -> libssh.so.4.5.0
-rwxr-xr-x root/root usr/lib/libssh.so.4.5.0
lrwxrwxrwx root/root usr/lib/libssh.so.4 -> libssh.so.4.4.0
-rwxr-xr-x root/root usr/lib/libssh.so.4.4.0
lrwxrwxrwx root/root usr/lib/libssh_threads.so -> libssh_threads.so.4
lrwxrwxrwx root/root usr/lib/libssh_threads.so.4 -> libssh_threads.so.4.5.0
-rwxr-xr-x root/root usr/lib/libssh_threads.so.4.5.0
lrwxrwxrwx root/root usr/lib/libssh_threads.so.4 -> libssh_threads.so.4.4.0
-rwxr-xr-x root/root usr/lib/libssh_threads.so.4.4.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libssh.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libssh_threads.pc

View File

@ -1 +1 @@
8a7daa171c69913f475dacffcb639fda libssh-0.6.4.tar.gz
bffc9dc548c3bae3a3afc5ac1654b272 libssh-0.7.1.tar.xz

View File

@ -4,9 +4,9 @@
# Depends on: cmake
name=libssh
version=0.6.4
version=0.7.1
release=1
source=(https://red.libssh.org/attachments/download/107/libssh-$version.tar.gz)
source=(https://red.libssh.org/attachments/download/154/libssh-$version.tar.xz)
build() {
cd $name-$version