1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Update to 4.8.1

This commit is contained in:
Ganael LAPLANCHE 2017-09-15 10:07:00 +00:00
parent b0fe6d2543
commit 7a44acf34b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449897
3 changed files with 5 additions and 20 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= lftp
PORTVERSION= 4.8.0
PORTREVISION= 1
PORTVERSION= 4.8.1
CATEGORIES= ftp ipv6
MASTER_SITES= http://lftp.tech/ftp/ \
http://lftp.tech/ftp/old/ \
@ -21,11 +20,10 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libidn.so:dns/libidn
libidn2.so:dns/libidn2
USES= charsetfix iconv libtool localbase readline shebangfix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ac_cv_type_max_align_t=yes
PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \
MIRRORS NEWS README README.debug-levels README.modules \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1499756313
SHA256 (lftp-4.8.0.tar.gz) = 25c0a77da3da606eeca0bc721249f2ae85885f49d03e0f0e778da193e23c72d8
SIZE (lftp-4.8.0.tar.gz) = 2800410
TIMESTAMP = 1505324333
SHA256 (lftp-4.8.1.tar.gz) = 6117866215cd889dab30ff73292cd1d35fe0e12a9af5cd76d093500d07ab65a3
SIZE (lftp-4.8.1.tar.gz) = 2825304

View File

@ -1,13 +0,0 @@
Fix build with LibreSSL
--- 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 || LIBRESSL_VERSION_NUMBER
// for compatibility with older versions
X509_OBJECT *X509_OBJECT_new()
{