Browse Source
Merge pull request #6102 from cotequeiroz/libssh_openssl-1.1
libssh: added openssl 1.1 compatibility
lilik-openwrt-22.03
Hannu Nyman
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1160 additions and
1 deletions
-
libs/libssh/Makefile
-
libs/libssh/patches/005-openssl-1.1.patch
|
|
@ -12,7 +12,7 @@ PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr> |
|
|
|
|
|
|
|
PKG_NAME:=libssh |
|
|
|
PKG_VERSION:=0.7.5 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=https://red.libssh.org/attachments/download/218/ |
|
|
|