From: Andreas Pretzsch <apr@cn-eng.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] libpopt: add mirror URL (rpm5.org dead, use Gentoo as mirror)
Date: Tue, 18 Jun 2019 23:19:01 +0200 [thread overview]
Message-ID: <1560892741-17224-1-git-send-email-apr@cn-eng.de> (raw)
rpm5.org seems to be gone for quite some time, or at least unreliable.
The domain maps to dyn.com, and their nameservers don't know about it.
Internet search shows this seems to be the case at least since May 2018,
permanent or not.
Therefore add a mirror URL, referring to Gentoo source archives:
http://distfiles.gentoo.org/distfiles/popt-1.16.tar.gz
Remark: Despite from 2010 (for the last 1.16 release), it still seems to
be in use today by some packages. A grep over the ptxdist rules reveals
"cryptsetup", "efibootmgr", "logrotate", "oprofile" and "samba".
Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
It might also be helpful to add this package to the ptxdist mirror.
rules/libpopt.make | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/rules/libpopt.make b/rules/libpopt.make
index 06e6d896f..a96aa9be3 100644
--- a/rules/libpopt.make
+++ b/rules/libpopt.make
@@ -21,7 +21,8 @@ LIBPOPT_VERSION := 1.16
LIBPOPT_MD5 := 3743beefa3dd6247a73f8f7a32c14c33
LIBPOPT := popt-$(LIBPOPT_VERSION)
LIBPOPT_SUFFIX := tar.gz
-LIBPOPT_URL := http://rpm5.org/files/popt/$(LIBPOPT).$(LIBPOPT_SUFFIX)
+LIBPOPT_URL := http://rpm5.org/files/popt/$(LIBPOPT).$(LIBPOPT_SUFFIX) \
+ http://distfiles.gentoo.org/distfiles/$(LIBPOPT).$(LIBPOPT_SUFFIX)
LIBPOPT_SOURCE := $(SRCDIR)/$(LIBPOPT).$(LIBPOPT_SUFFIX)
LIBPOPT_DIR := $(BUILDDIR)/$(LIBPOPT)
LIBPOPT_LICENSE := MIT
--
2.19.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2019-06-18 21:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1560892741-17224-1-git-send-email-apr@cn-eng.de \
--to=apr@cn-eng.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