Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lftp: update to 4.9.2.
@ 2020-09-13 10:34 ailiop-git
  2020-09-13 13:06 ` [PR REVIEW] " ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ailiop-git @ 2020-09-13 10:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

There is a new pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages lftp
https://github.com/void-linux/void-packages/pull/24880

lftp: update to 4.9.2.


A patch file from https://github.com/void-linux/void-packages/pull/24880.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lftp-24880.patch --]
[-- Type: text/x-diff, Size: 2748 bytes --]

From fe9c1e54fe3fef820a2bad52e88699f2bf5ab280 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 13 Sep 2020 12:33:17 +0200
Subject: [PATCH] lftp: update to 4.9.2.

---
 ...ftp-ssl-unbreak-libressl-compilation.patch | 29 +++++++++++++++++++
 srcpkgs/lftp/template                         |  8 ++---
 2 files changed, 33 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/lftp/patches/0001-lftp-ssl-unbreak-libressl-compilation.patch

diff --git a/srcpkgs/lftp/patches/0001-lftp-ssl-unbreak-libressl-compilation.patch b/srcpkgs/lftp/patches/0001-lftp-ssl-unbreak-libressl-compilation.patch
new file mode 100644
index 00000000000..c0353b4089a
--- /dev/null
+++ b/srcpkgs/lftp/patches/0001-lftp-ssl-unbreak-libressl-compilation.patch
@@ -0,0 +1,29 @@
+From d98d1b76e74948d9c7f966f9c52561a304050afb Mon Sep 17 00:00:00 2001
+From: Anthony Iliopoulos <ailiop@altatus.com>
+Date: Sun, 13 Sep 2020 12:27:12 +0200
+Subject: [PATCH] lftp/ssl: unbreak libressl compilation
+
+Commit 537f3789 ("lftp: fix compilation without deprecated OpenSSL
+APIs") broke libressl compilation, fix it.
+
+Signed-off-by: Anthony Iliopoulos <ailiop@altatus.com>
+---
+ src/lftp_ssl.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git src/lftp_ssl.cc src/lftp_ssl.cc
+index 14a3b9d4..83cbda1b 100644
+--- src/lftp_ssl.cc
++++ src/lftp_ssl.cc
+@@ -34,7 +34,7 @@
+ #include "misc.h"
+ #include "network.h"
+ #include "buffer.h"
+-#if OPENSSL_VERSION_NUMBER < 0x10100000L
++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
+ #define X509_STORE_CTX_get_by_subject X509_STORE_get_by_subject
+ #endif
+ extern "C" {
+-- 
+2.28.0
+
diff --git a/srcpkgs/lftp/template b/srcpkgs/lftp/template
index efaa7854138..50f18cb4b25 100644
--- a/srcpkgs/lftp/template
+++ b/srcpkgs/lftp/template
@@ -1,7 +1,7 @@
 # Template file for 'lftp'
 pkgname=lftp
-version=4.9.1
-revision=2
+version=4.9.2
+revision=1
 build_style=gnu-configure
 configure_args="--with-modules --disable-rpath --without-included-regex
  --with-openssl i_cv_posix_fallocate_works=yes --with-zlib=${XBPS_CROSS_BASE}/usr
@@ -10,10 +10,10 @@ hostmakedepends="pkg-config"
 makedepends="zlib-devel ncurses-devel readline-devel libressl-devel
  expat-devel libidn-devel gettext-devel"
 short_desc="Sophisticated FTP/HTTP client"
-maintainer="Nathan Owens <ndowens04@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://lftp.yar.ru/"
 distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz"
-checksum=5969fcaefd102955dd882f3bcd8962198bc537224749ed92f206f415207a024b
+checksum=c517c4f4f9c39bd415d7313088a2b1e313b2d386867fe40b7692b83a20f0670d
 lib32disabled=yes
 conf_files="/etc/lftp.conf"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] lftp: update to 4.9.2.
  2020-09-13 10:34 [PR PATCH] lftp: update to 4.9.2 ailiop-git
@ 2020-09-13 13:06 ` ahesford
  2020-09-13 13:14 ` ailiop-git
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-09-13 13:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24880#discussion_r487527497

Comment:
Did @ndowens request or authorize this?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] lftp: update to 4.9.2.
  2020-09-13 10:34 [PR PATCH] lftp: update to 4.9.2 ailiop-git
  2020-09-13 13:06 ` [PR REVIEW] " ahesford
@ 2020-09-13 13:14 ` ailiop-git
  2020-09-13 13:21 ` ahesford
  2020-09-13 13:21 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ailiop-git @ 2020-09-13 13:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

New review comment by ailiop-git on void-packages repository

https://github.com/void-linux/void-packages/pull/24880#discussion_r487528245

Comment:
No, this is due to: https://github.com/void-linux/void-packages/pull/24853#discussion_r487464613

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] lftp: update to 4.9.2.
  2020-09-13 10:34 [PR PATCH] lftp: update to 4.9.2 ailiop-git
  2020-09-13 13:06 ` [PR REVIEW] " ahesford
  2020-09-13 13:14 ` ailiop-git
@ 2020-09-13 13:21 ` ahesford
  2020-09-13 13:21 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-09-13 13:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24880#discussion_r487528991

Comment:
Ok, thanks

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: lftp: update to 4.9.2.
  2020-09-13 10:34 [PR PATCH] lftp: update to 4.9.2 ailiop-git
                   ` (2 preceding siblings ...)
  2020-09-13 13:21 ` ahesford
@ 2020-09-13 13:21 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-09-13 13:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

There's a merged pull request on the void-packages repository

lftp: update to 4.9.2.
https://github.com/void-linux/void-packages/pull/24880

Description:


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-13 13:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-13 10:34 [PR PATCH] lftp: update to 4.9.2 ailiop-git
2020-09-13 13:06 ` [PR REVIEW] " ahesford
2020-09-13 13:14 ` ailiop-git
2020-09-13 13:21 ` ahesford
2020-09-13 13:21 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).