forked from ports/contrib
libssh: 0.10.4 -> 0.10.5
This commit is contained in:
parent
c358d6715c
commit
15206586ed
@ -16,7 +16,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.4
|
||||
-rwxr-xr-x root/root usr/lib/libssh.so.4.9.4
|
||||
lrwxrwxrwx root/root usr/lib/libssh.so.4 -> libssh.so.4.9.5
|
||||
-rwxr-xr-x root/root usr/lib/libssh.so.4.9.5
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libssh.pc
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3y9O1fbvHt1Je8CyGaJvcQ+gsTL+SOVIpZ0jjw4mKmRLhoLY3Et7zjnMTQehZwNJ7Cd9FTjUzsRL5lY9T+yo1Q8=
|
||||
SHA256 (Pkgfile) = 62f9d98bf4ff4f9882a5d11a0701966cc4afa4169768da94595e3444504d0e4d
|
||||
SHA256 (.footprint) = 2270e5916ac65de2e18998dc3a6500efdfe1ceed1860d823eba5a4e07e0d5082
|
||||
SHA256 (libssh-0.10.4.tar.xz) = 07392c54ab61476288d1c1f0a7c557b50211797ad00c34c3af2bbc4dbc4bd97d
|
||||
RWSagIOpLGJF35KG/YLw/T2Zr54sJOIL7ZaQlAkCSwOmPjkTJ9RCuJtSaKhNoKNKip4z2hhHueBpvVi0rrU9ZW5CpbPi82MeCgE=
|
||||
SHA256 (Pkgfile) = 95b0a5aaa331855970c39eba479258d88e549c1f98aa6f8e5ccb90b2c10f44c8
|
||||
SHA256 (.footprint) = 08d9e1a654835da3d3588699969a54f1ce5b61783a9294c961268e52d8a10098
|
||||
SHA256 (libssh-0.10.5.tar.xz) = b60e2ff7f367b9eee2b5634d3a63303ddfede0e6a18dfca88c44a8770e7e4234
|
||||
|
@ -4,13 +4,12 @@
|
||||
# Depends on: cmake
|
||||
|
||||
name=libssh
|
||||
version=0.10.4
|
||||
version=0.10.5
|
||||
release=1
|
||||
source=(https://www.libssh.org/files/${version%.*}/libssh-${version}.tar.xz)
|
||||
|
||||
build() {
|
||||
prt-get isinst ninja && PKGMK_LIBSSH+=' -G Ninja'
|
||||
cmake -S $name-$version -B build $PKGMK_LIBSSH \
|
||||
cmake -S $name-$version -B build -G Ninja \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D CMAKE_INSTALL_LIBDIR=lib \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
|
Loading…
x
Reference in New Issue
Block a user