Re: [ptxdist] [PATCH 05/20] efax: replace download URL with HTTPS

2024-05-15 Thread Michael Olbrich
On Tue, May 14, 2024 at 10:35:37PM +0200, Lucas Stach wrote:
> Signed-off-by: Lucas Stach 
> ---
>  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:

That deserves a comment in the commit message.

>  ## SECTION=communication

You need to add an extra '#' here, otherwise the package is in both
sections.

Michael

>  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
> 
> 
> 

-- 
Pengutronix e.K.   | |
Steuerwalder Str. 21   | http://www.pengutronix.de/  |
31137 Hildesheim, Germany  | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |



[ptxdist] [PATCH 05/20] efax: replace download URL with HTTPS

2024-05-14 Thread Lucas Stach
Signed-off-by: Lucas Stach 
---
 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