public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-ftp/gftp/
@ 2016-08-28 10:17 Pacho Ramos
  0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2016-08-28 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     50ee74fa6478babeca26b44dfc9fbcdb8500da05
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 10:17:14 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 10:17:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ee74fa

net-ftp/gftp: The file is used from Help menu to show the license

Package-Manager: portage-2.3.0

 net-ftp/gftp/gftp-2.0.19-r3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-ftp/gftp/gftp-2.0.19-r3.ebuild b/net-ftp/gftp/gftp-2.0.19-r3.ebuild
index 904c1c4..b1311f7 100644
--- a/net-ftp/gftp/gftp-2.0.19-r3.ebuild
+++ b/net-ftp/gftp/gftp-2.0.19-r3.ebuild
@@ -45,5 +45,4 @@ src_configure() {
 src_install() {
 	gnome2_src_install
 	dodoc docs/USERS-GUIDE
-	rm -f "${ED}"usr/share/gftp/COPYING
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/gftp/
@ 2017-01-22 16:03 Pacho Ramos
  0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2017-01-22 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     161e516d2d3aec717dde4248dfbb72d06ba14a6b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 16:02:57 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 16:03:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161e516d

net-ftp/gftp: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-ftp/gftp/gftp-2.0.19-r2.ebuild | 39 --------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/net-ftp/gftp/gftp-2.0.19-r2.ebuild b/net-ftp/gftp/gftp-2.0.19-r2.ebuild
deleted file mode 100644
index 6107322..00000000
--- a/net-ftp/gftp/gftp-2.0.19-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Gnome based FTP Client"
-SRC_URI="http://www.gftp.org/${P}.tar.bz2"
-HOMEPAGE="http://www.gftp.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="gtk ssl"
-
-RDEPEND="dev-libs/glib:2
-		 sys-devel/gettext
-		 sys-libs/ncurses
-		 sys-libs/readline:0
-		 gtk? ( x11-libs/gtk+:2 )
-		 ssl? ( dev-libs/openssl:0 )"
-DEPEND="${RDEPEND}
-		virtual/pkgconfig"
-
-src_prepare() {
-	# Fix SIGSEGV for gftp_expand_path function
-	epatch "${FILESDIR}/${P}-${PN}-expand-path-sigsegv.patch"
-}
-
-src_configure() {
-	econf $(use_enable gtk gtkport) $(use_enable ssl)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc ChangeLog* README* THANKS TODO docs/USERS-GUIDE
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/gftp/
@ 2021-05-02 14:40 Mikle Kolyada
  0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2021-05-02 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     47898e5037f95c2cd03cb4127291b9f9d7621417
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 14:37:38 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 14:40:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47898e50

net-ftp/gftp: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-ftp/gftp/gftp-2.0.19-r3.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-ftp/gftp/gftp-2.0.19-r3.ebuild b/net-ftp/gftp/gftp-2.0.19-r3.ebuild
index a79b3a00b48..dbc107fb71f 100644
--- a/net-ftp/gftp/gftp-2.0.19-r3.ebuild
+++ b/net-ftp/gftp/gftp-2.0.19-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.gftp.org"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-IUSE="gtk libressl ssl"
+IUSE="gtk ssl"
 
 RDEPEND="
 	dev-libs/glib:2
@@ -20,8 +20,8 @@ RDEPEND="
 	sys-libs/readline:0
 	gtk? ( x11-libs/gtk+:2 )
 	ssl? (
-		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:0= ) )
+		dev-libs/openssl:0=
+	)
 "
 DEPEND="${RDEPEND}
 	virtual/pkgconfig


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

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/gftp/
@ 2022-02-16  4:34 Yixun Lan
  0 siblings, 0 replies; 11+ messages in thread
From: Yixun Lan @ 2022-02-16  4:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9083c037a49bff1d03e6225810e04c955d5c384e
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 04:33:57 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 04:34:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9083c037

net-ftp/gftp: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-ftp/gftp/gftp-2.0.19-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-ftp/gftp/gftp-2.0.19-r3.ebuild b/net-ftp/gftp/gftp-2.0.19-r3.ebuild
index dbc107fb71fc..15a2379d9b76 100644
--- a/net-ftp/gftp/gftp-2.0.19-r3.ebuild
+++ b/net-ftp/gftp/gftp-2.0.19-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gftp.org"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
 IUSE="gtk ssl"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/gftp/
@ 2022-02-16 21:44 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2022-02-16 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     6a1845b8d1590227ebec050e47ee7ba4556c4144
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 21:44:12 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 21:44:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1845b8

net-ftp/gftp: Keyword 2.0.19-r3 arm64, #833403

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-ftp/gftp/gftp-2.0.19-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/gftp/gftp-2.0.19-r3.ebuild b/net-ftp/gftp/gftp-2.0.19-r3.ebuild
index 15a2379d9b76..8d4fab840477 100644
--- a/net-ftp/gftp/gftp-2.0.19-r3.ebuild
+++ b/net-ftp/gftp/gftp-2.0.19-r3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gftp.org"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ppc ppc64 ~riscv sparc x86"
 IUSE="gtk ssl"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/gftp/
@ 2022-05-09 22:09 Matt Turner
  0 siblings, 0 replies; 11+ messages in thread
From: Matt Turner @ 2022-05-09 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d44581b8b23949a88fb2ef5ec4f24657293d18ff
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 21:38:01 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon May  9 22:08:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44581b8

net-ftp/gftp: Version bump to 2.9.1b

Closes: https://bugs.gentoo.org/716034
Closes: https://bugs.gentoo.org/724934
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-ftp/gftp/Manifest           |  1 +
 net-ftp/gftp/gftp-2.9.1b.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/net-ftp/gftp/Manifest b/net-ftp/gftp/Manifest
index de386d45d8c5..42af85eeff46 100644
--- a/net-ftp/gftp/Manifest
+++ b/net-ftp/gftp/Manifest
@@ -1 +1,2 @@
 DIST gftp-2.0.19.tar.bz2 1687167 BLAKE2B b7cd5409c7dfe4672a383417554c39a848b9afa341de498eea76bd02a2099559f14d7d0ceebe13d52842c311a4b242a0d558aa017dd7062a3369a7c2c3af19a0 SHA512 59968786d66aaf6fb520f73d52ed0f8b57751a5ed222a5c65a7257628cd9addfd0ff3213206311bfd24441d7e6cc6d245d74d6687a1ad9739361da61ca078172
+DIST gftp-2.9.1b.tar.xz 872308 BLAKE2B 3588321689a1c6d8e0585e0439507f774b30e05630f774d7909f32fd66c289a961602b84cde97377de47d0c63fe4cf5452ec1e0b986c578958a6080cf5814fc8 SHA512 31d0aa4d3c5adf3d9ac2c2517402f9bdcab5fb1187df521a978acf41c1997a120797056dd1ca7bedc32e0dec0ac7c06c1790e47821660277fb6572205ce0fe93

diff --git a/net-ftp/gftp/gftp-2.9.1b.ebuild b/net-ftp/gftp/gftp-2.9.1b.ebuild
new file mode 100644
index 000000000000..4cbd3b794981
--- /dev/null
+++ b/net-ftp/gftp/gftp-2.9.1b.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2
+
+DESCRIPTION="a free multithreaded file transfer client"
+SRC_URI="https://github.com/masneyb/gftp/releases/download/${PV}/${P}.tar.xz"
+HOMEPAGE="https://github.com/masneyb/gftp"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="gtk ssl"
+
+RDEPEND="
+	dev-libs/glib:2
+	sys-libs/ncurses:0=
+	sys-libs/readline:0
+	gtk? ( x11-libs/gtk+:2 )
+	ssl? ( dev-libs/openssl:0= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure \
+		$(use_enable gtk gtkport) \
+		$(use_enable ssl)
+}
+
+src_install() {
+	gnome2_src_install
+	dodoc docs/USERS-GUIDE
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/gftp/
@ 2022-07-02 20:47 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-07-02 20:47 UTC (permalink / raw
  To: gentoo-commits

commit:     81dca9b87cbee5a4e58d1c8fdf9254d1d803894d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 20:47:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 20:47:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81dca9b8

net-ftp/gftp: Stabilize 2.9.1b amd64, #853958

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-ftp/gftp/gftp-2.9.1b.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/gftp/gftp-2.9.1b.ebuild b/net-ftp/gftp/gftp-2.9.1b.ebuild
index 4cbd3b794981..9f7ea06da710 100644
--- a/net-ftp/gftp/gftp-2.9.1b.ebuild
+++ b/net-ftp/gftp/gftp-2.9.1b.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/masneyb/gftp"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="gtk ssl"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/gftp/
@ 2022-07-06  1:24 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-07-06  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     aec1058ae71ff23fc30e1250f684db595b2ee0a4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  6 01:24:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul  6 01:24:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec1058a

net-ftp/gftp: Stabilize 2.9.1b x86, #853958

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-ftp/gftp/gftp-2.9.1b.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/gftp/gftp-2.9.1b.ebuild b/net-ftp/gftp/gftp-2.9.1b.ebuild
index 9f7ea06da710..283ef7691cd2 100644
--- a/net-ftp/gftp/gftp-2.9.1b.ebuild
+++ b/net-ftp/gftp/gftp-2.9.1b.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/masneyb/gftp"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="gtk ssl"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/gftp/
@ 2022-07-21  0:13 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-07-21  0:13 UTC (permalink / raw
  To: gentoo-commits

commit:     07cb18614600dc61b0852700de28d109afc800ab
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 00:13:00 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 00:13:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07cb1861

net-ftp/gftp: Stabilize 2.9.1b ppc, #853958

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-ftp/gftp/gftp-2.9.1b.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/gftp/gftp-2.9.1b.ebuild b/net-ftp/gftp/gftp-2.9.1b.ebuild
index 0e1764a2b2a4..331582efd380 100644
--- a/net-ftp/gftp/gftp-2.9.1b.ebuild
+++ b/net-ftp/gftp/gftp-2.9.1b.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/masneyb/gftp"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ppc ppc64 ~riscv sparc x86"
 IUSE="gtk ssl"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/gftp/
@ 2023-04-18 18:11 Matt Turner
  0 siblings, 0 replies; 11+ messages in thread
From: Matt Turner @ 2023-04-18 18:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a86c62eebc4e367ecb14429029313f3a98459059
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 18:10:47 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 18:10:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86c62ee

net-ftp/gftp: Fix S= setting

Closes: https://bugs.gentoo.org/904064
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-ftp/gftp/gftp-2.9.1b.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-ftp/gftp/gftp-2.9.1b.ebuild b/net-ftp/gftp/gftp-2.9.1b.ebuild
index 331582efd380..184fb036ccd4 100644
--- a/net-ftp/gftp/gftp-2.9.1b.ebuild
+++ b/net-ftp/gftp/gftp-2.9.1b.ebuild
@@ -26,6 +26,9 @@ BDEPEND="
 	virtual/pkgconfig
 "
 
+# Override gnome.org.eclass's S= (bug #904064)
+S="${WORKDIR}/${P}"
+
 src_configure() {
 	gnome2_src_configure \
 		$(use_enable gtk gtkport) \


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

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/gftp/
@ 2024-06-01 10:45 Pacho Ramos
  0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2024-06-01 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     4a2bbee6e9c5f3c668fb82b034c06c758378b2f9
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 10:43:37 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 10:45:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2bbee6

net-ftp/gftp: Fix desktop file

Closes: https://bugs.gentoo.org/843473
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 net-ftp/gftp/gftp-2.9.1b-r1.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/net-ftp/gftp/gftp-2.9.1b-r1.ebuild b/net-ftp/gftp/gftp-2.9.1b-r1.ebuild
index fd7704a41e9c..ef3270996d03 100644
--- a/net-ftp/gftp/gftp-2.9.1b-r1.ebuild
+++ b/net-ftp/gftp/gftp-2.9.1b-r1.ebuild
@@ -34,6 +34,12 @@ PATCHES=(
 	"${FILESDIR}"/"${P}"-fix-socklen-type.patch
 )
 
+src_prepare() {
+	gnome2_src_prepare
+	# https://github.com/masneyb/gftp/issues/181
+	sed -i -e 's/Icon=gftp.png/Icon=gftp/' docs/gftp.desktop || die
+}
+
 src_configure() {
 	gnome2_src_configure \
 		$(use_enable gtk gtkport) \


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

end of thread, other threads:[~2024-06-01 10:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-28 10:17 [gentoo-commits] repo/gentoo:master commit in: net-ftp/gftp/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2017-01-22 16:03 Pacho Ramos
2021-05-02 14:40 Mikle Kolyada
2022-02-16  4:34 Yixun Lan
2022-02-16 21:44 Arthur Zamarin
2022-05-09 22:09 Matt Turner
2022-07-02 20:47 Sam James
2022-07-06  1:24 Sam James
2022-07-21  0:13 Sam James
2023-04-18 18:11 Matt Turner
2024-06-01 10:45 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox