Skip to content

Commit

Permalink
libssh: 0.10.6 -> 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Aug 9, 2024
1 parent 54fd79f commit ef6fc6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions libssh/.footprint
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ drwxr-xr-x root/root usr/include/libssh/
-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/sftpserver.h
-rw-r--r-- root/root usr/include/libssh/ssh2.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmake/
Expand All @@ -16,7 +17,7 @@ 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.9.6
-rwxr-xr-x root/root usr/lib/libssh.so.4.9.6
lrwxrwxrwx root/root usr/lib/libssh.so.4 -> libssh.so.4.10.0
-rwxr-xr-x root/root usr/lib/libssh.so.4.10.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libssh.pc
2 changes: 1 addition & 1 deletion libssh/.md5sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5f46371aa8bfa7e6bff7f2a6f3edf80e libssh-0.10.6.tar.xz
a309d1756d86ae235b3a889979481c0c libssh-0.11.0.tar.xz
3 changes: 2 additions & 1 deletion libssh/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Depends on: openssl zlib

name=libssh
version=0.10.6
version=0.11.0
release=1
source=https://www.libssh.org/files/${version%.*}/$name-$version.tar.xz

Expand All @@ -15,6 +15,7 @@ build() {
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D PYTHON_EXECUTABLE=/usr/bin/python3 \
-D UNIT_TESTING=OFF \
-Wno-dev \

ninja -C build -j ${JOBS:-1} -v
Expand Down

0 comments on commit ef6fc6f

Please sign in to comment.