diff options
-rw-r--r-- | main/lftp/APKBUILD | 7 | ||||
-rw-r--r-- | main/lftp/libressl.patch | 16 |
2 files changed, 3 insertions, 20 deletions
diff --git a/main/lftp/APKBUILD b/main/lftp/APKBUILD index e4a28560f4..ba4a0398ec 100644 --- a/main/lftp/APKBUILD +++ b/main/lftp/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=lftp -pkgver=4.8.0 +pkgver=4.8.2 pkgrel=0 pkgdesc="LFTP is sophisticated ftp/http client" url="http://lftp.tech/" @@ -10,7 +10,7 @@ arch="all" license="GPL" makedepends="zlib-dev libressl-dev readline-dev ncurses-dev" subpackages="$pkgname-doc" -source="http://lftp.yar.ru/ftp/$pkgname-$pkgver.tar.xz libressl.patch" +source="http://lftp.yar.ru/ftp/$pkgname-$pkgver.tar.xz" builddir="$srcdir"/$pkgname-$pkgver @@ -43,5 +43,4 @@ check() { make check } -sha512sums="60b437cadbf15479ca1858f2f49d4414e4eb2a2db7af1bb26d82d6ce97652664be8e7c9683c34fb1168ef23950867aea379c3d7705f638bdced392184d890fd4 lftp-4.8.0.tar.xz -628fa79101eb048dc30a2e833c67ea88fc4860b07e2f3dd2271d968f1053e2a723ca802cde65a6d08aa1e5d38b555fb28d4845830a565e2bf11ecacaf84dcd5b libressl.patch" +sha512sums="582775c27f020a6864b960a06681698522842e147deee6dba18115738af56fc0094c2b21ed1eb4984626276472f707be795fcf4b23f451ba17a60e4bf8facd5e lftp-4.8.2.tar.xz" diff --git a/main/lftp/libressl.patch b/main/lftp/libressl.patch deleted file mode 100644 index 37620ff406..0000000000 --- a/main/lftp/libressl.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/src/lftp_ssl.cc b/src/lftp_ssl.cc -index 7da28a06..46344bcf 100644 ---- a/src/lftp_ssl.cc -+++ b/src/lftp_ssl.cc -@@ -772,7 +772,7 @@ error: - #elif USE_OPENSSL - //static int lftp_ssl_passwd_callback(char *buf,int size,int rwflag,void *userdata); - --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) - // for compatibility with older versions - X509_OBJECT *X509_OBJECT_new() - { --- -2.13.3 - |