mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] mii-diag: Fix download URL
@ 2019-04-12  7:57 Alexander Dahl
  2019-04-12  7:59 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Dahl @ 2019-04-12  7:57 UTC (permalink / raw)
  To: ptxdist

urlcheck reported an error with the old URL. The package itself is long
gone from Debian, upstream is dead. Use the Debian snapshot archive.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/mii-diag.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/mii-diag.make b/rules/mii-diag.make
index c9f10ea0f..34ec52a20 100644
--- a/rules/mii-diag.make
+++ b/rules/mii-diag.make
@@ -22,7 +22,7 @@ MII_DIAG_MD5		:= 2c0cc0cd29c80f86921e6f300709bf81
 MII_DIAG_SUFFIX		:= tar.gz
 MII_DIAG		:= mii-diag-$(MII_DIAG_VERSION).orig
 MII_DIAG_TARBALL	:= mii-diag_$(MII_DIAG_VERSION).orig.$(MII_DIAG_SUFFIX)
-MII_DIAG_URL		:= $(call ptx/mirror, DEB, pool/main/m/mii-diag/$(MII_DIAG_TARBALL))
+MII_DIAG_URL		:= https://snapshot.debian.org/archive/debian/20050327T000000Z/pool/main/m/mii-diag/$(MII_DIAG_TARBALL)
 MII_DIAG_SOURCE		:= $(SRCDIR)/$(MII_DIAG_TARBALL)
 MII_DIAG_DIR		:= $(BUILDDIR)/$(MII_DIAG)
 MII_DIAG_LICENSE	:= GPL
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-12  8:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-12  7:57 [ptxdist] [PATCH] mii-diag: Fix download URL Alexander Dahl
2019-04-12  7:59 ` Michael Olbrich
2019-04-12  8:19   ` Alexander Dahl

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