mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Lucas Stach <l.stach@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 05/20] efax: replace download URL with HTTPS
Date: Tue, 14 May 2024 22:35:37 +0200	[thread overview]
Message-ID: <20240514203552.1297323-6-l.stach@pengutronix.de> (raw)
In-Reply-To: <20240514203552.1297323-1-l.stach@pengutronix.de>

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/efax.in   | 6 ++++++
 rules/efax.make | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/rules/efax.in b/rules/efax.in
index ff45094a762e..55379a249aee 100644
--- a/rules/efax.in
+++ b/rules/efax.in
@@ -1,3 +1,5 @@
+## SECTION=staging
+## old section:
 ## SECTION=communication
 config EFAX
 	tristate
@@ -16,3 +18,7 @@ config EFAX
 	  files as faxes and receive, print or preview
 	  received faxes.
 
+	  STAGING: remove in PTXdist 2025.06.0
+	  Unmaintained in PTXdist. Old upstream and URL are
+	  dead. "New" development release from 2008 can be found
+	  here: https://www.cce.com/efax
diff --git a/rules/efax.make b/rules/efax.make
index 80d0abddb07d..ebd2ea65a73e 100644
--- a/rules/efax.make
+++ b/rules/efax.make
@@ -19,7 +19,7 @@ EFAX_VERSION	:= 0.9
 EFAX_MD5	:= 23bd3767f87c455c58ccae7f88bce725
 EFAX		:= efax-$(EFAX_VERSION)
 EFAX_SUFFIX	:= tar.gz
-EFAX_URL	:= ftp://ftp.metalab.unc.edu/pub/Linux/apps/serialcomm/fax/$(EFAX).$(EFAX_SUFFIX)
+EFAX_URL	:= https://www.ibiblio.org/pub/Linux/apps/serialcomm/fax/$(EFAX).$(EFAX_SUFFIX)
 EFAX_SOURCE	:= $(SRCDIR)/$(EFAX).$(EFAX_SUFFIX)
 EFAX_DIR	:= $(BUILDDIR)/$(EFAX)
 EFAX_LICENSE	:= unknown
-- 
2.39.2




  parent reply	other threads:[~2024-05-14 20:36 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-14 20:35 [ptxdist] [PATCH 00/20] remove FTP support Lucas Stach
2024-05-14 20:35 ` [ptxdist] [PATCH 01/20] alsa-lib: remove FTP URL Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 02/20] alsa-utils: " Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 03/20] ckermit: replace download URL with HTTP Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 04/20] dialog: remove FTP URL Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` Lucas Stach [this message]
2024-05-15  6:25   ` [ptxdist] [PATCH 05/20] efax: replace download URL with HTTPS Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 06/20] fftw: remove FTP URL Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 07/20] figlet: replace URL with HTTPS Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-06-12 12:32   ` [ptxdist] [PATCH 07/20] " Alexander Dahl
2024-06-13  8:05     ` Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 08/20] gdb: remove FTP URL Lucas Stach
2024-05-15  5:52   ` Alexander Dahl
2024-05-15  6:27   ` Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 09/20] gdbserver: " Lucas Stach
2024-05-15  5:53   ` Alexander Dahl
2024-05-15  6:27   ` Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 10/20] glu: replace download URL with HTTPS Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 11/20] gnupg: remove FTP URL Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 12/20] libffi: " Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 13/20] libgpg-error: " Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 14/20] libksba: " Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 15/20] mesa-demos: replace download URL with HTTPS Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 16/20] netkit-ftp: remove FTP URL Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 17/20] npth: " Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 18/20] nvmetcli: version bump 0.7 -> 0.8 Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 19/20] proftpd: move to staging Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 20/20] ptxd_make_get: remove FTP support Lucas Stach
2024-05-15  6:38   ` Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240514203552.1297323-6-l.stach@pengutronix.de \
    --to=l.stach@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox