Browse Source

Merge pull request #6102 from cotequeiroz/libssh_openssl-1.1

libssh: added openssl 1.1 compatibility
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
63d5b9bab4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1160 additions and 1 deletions
  1. +1
    -1
      libs/libssh/Makefile
  2. +1159
    -0
      libs/libssh/patches/005-openssl-1.1.patch

+ 1
- 1
libs/libssh/Makefile View File

@ -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/


+ 1159
- 0
libs/libssh/patches/005-openssl-1.1.patch
File diff suppressed because it is too large
View File


Loading…
Cancel
Save