mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libpopt: add mirror URL (rpm5.org dead, use Gentoo as mirror)
@ 2019-06-18 21:19 Andreas Pretzsch
  0 siblings, 0 replies; only message in thread
From: Andreas Pretzsch @ 2019-06-18 21:19 UTC (permalink / raw)
  To: ptxdist

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-18 21:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-18 21:19 [ptxdist] [PATCH] libpopt: add mirror URL (rpm5.org dead, use Gentoo as mirror) Andreas Pretzsch

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