* [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
* Re: [ptxdist] [PATCH] mii-diag: Fix download URL
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
0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2019-04-12 7:59 UTC (permalink / raw)
To: ptxdist
On Fri, Apr 12, 2019 at 09:57:03AM +0200, Alexander Dahl wrote:
> urlcheck reported an error with the old URL. The package itself is long
> gone from Debian, upstream is dead. Use the Debian snapshot archive.
I think it got moved to archive.debian.org. I think that
24c870588643c27f78840e793a46e35c66523b58 ('setup: add archive.debian.org to
the default debian mirror list') should have fixed this as well.
Michael
> 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
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH] mii-diag: Fix download URL
2019-04-12 7:59 ` Michael Olbrich
@ 2019-04-12 8:19 ` Alexander Dahl
0 siblings, 0 replies; 3+ messages in thread
From: Alexander Dahl @ 2019-04-12 8:19 UTC (permalink / raw)
To: ptxdist
Hei hei,
Am Freitag, 12. April 2019, 09:59:48 CEST schrieb Michael Olbrich:
> On Fri, Apr 12, 2019 at 09:57:03AM +0200, Alexander Dahl wrote:
> > urlcheck reported an error with the old URL. The package itself is long
> > gone from Debian, upstream is dead. Use the Debian snapshot archive.
>
> I think it got moved to archive.debian.org. I think that
> 24c870588643c27f78840e793a46e35c66523b58 ('setup: add archive.debian.org to
> the default debian mirror list') should have fixed this as well.
I think you are right. archive.debian.org has it here:
http://archive.debian.org/debian/pool/main/m/mii-diag/mii-diag_2.11.orig.tar.gz
24c870588643c27f78840e793a46e35c66523b58 is part of ptxdist 2019.04.0, the BSP
where I ran urlcheck is not yet on that very recent version. ;-)
Sorry for the noise.
Alex
_______________________________________________
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