lftp: update to 4.8.0.
This commit is contained in:
parent
510fb688eb
commit
c8d4e3d253
|
@ -0,0 +1,11 @@
|
|||
--- src/lftp_ssl.cc.orig
|
||||
+++ src/lftp_ssl.cc
|
||||
@@ -772,7 +772,7 @@
|
||||
#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()
|
||||
{
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lftp'
|
||||
pkgname=lftp
|
||||
version=4.7.7
|
||||
revision=2
|
||||
version=4.8.0
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-modules --disable-rpath --without-included-regex
|
||||
|
@ -17,7 +17,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://lftp.yar.ru/"
|
||||
license="GPL-3"
|
||||
distfiles="http://lftp.yar.ru/ftp/${pkgname}-${version}.tar.xz"
|
||||
checksum=4483df04502660dcc65a11cf09d530e31bea99483d69328c1c5cbaa41d6619b4
|
||||
checksum=7a2880968088b4aeec43b6b6680fef0e065e1dddcce9b409390157e9766b690f
|
||||
|
||||
XBPS_FETCH_CMD=wget # checks user-agent, serves html/please donate with xbps
|
||||
|
||||
|
|
Loading…
Reference in New Issue