From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 15 May 2024 08:25:20 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1s784m-00FQpY-1S for lore@lore.pengutronix.de; Wed, 15 May 2024 08:25:20 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1s784m-0007cH-3d; Wed, 15 May 2024 08:25:20 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s784a-0007bb-2i; Wed, 15 May 2024 08:25:08 +0200 Received: from [2a0a:edc0:2:b01:1d::c5] (helo=pty.whiteo.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s784Z-001UHh-Mk; Wed, 15 May 2024 08:25:07 +0200 Received: from mol by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1s784Z-00Cz6J-21; Wed, 15 May 2024 08:25:07 +0200 Date: Wed, 15 May 2024 08:25:07 +0200 From: Michael Olbrich To: Lucas Stach Message-ID: Mail-Followup-To: Lucas Stach , ptxdist@pengutronix.de References: <20240514203552.1297323-1-l.stach@pengutronix.de> <20240514203552.1297323-6-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240514203552.1297323-6-l.stach@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH 05/20] efax: replace download URL with HTTPS X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false 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-5555 |