From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] cross-nasm: nasm.us seems gone. Add extra URL.
Date: Mon, 21 Apr 2025 18:16:41 +0200 [thread overview]
Message-ID: <20250421161641.786297-1-christian.melki@t2data.com> (raw)
Don't know what has happened to nasm.us, but it has been
gone the last couple of days.
Add another URL to fetch source from (debian archive).
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/cross-nasm.make | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/rules/cross-nasm.make b/rules/cross-nasm.make
index da159da43..ea419af71 100644
--- a/rules/cross-nasm.make
+++ b/rules/cross-nasm.make
@@ -20,7 +20,9 @@ ifdef PTXCONF_ARCH_X86
CROSS_NASM_MD5 := 2b8c72c52eee4f20085065e68ac83b55
CROSS_NASM := nasm-$(CROSS_NASM_VERSION)
CROSS_NASM_SUFFIX := tar.xz
-CROSS_NASM_URL := http://www.nasm.us/pub/nasm/releasebuilds/$(CROSS_NASM_VERSION)/$(CROSS_NASM).$(CROSS_NASM_SUFFIX)
+CROSS_NASM_URL := \
+ http://www.nasm.us/pub/nasm/releasebuilds/$(CROSS_NASM_VERSION)/$(CROSS_NASM).$(CROSS_NASM_SUFFIX) \
+ https://snapshot.debian.org/archive/debian/20250401T023134Z/pool/main/n/nasm/nasm_$(CROSS_NASM_VERSION).orig.$(CROSS_NASM_SUFFIX)
CROSS_NASM_SOURCE := $(SRCDIR)/$(CROSS_NASM).$(CROSS_NASM_SUFFIX)
CROSS_NASM_DIR := $(CROSS_BUILDDIR)/$(CROSS_NASM)
CROSS_NASM_LICENSE := BSD-2-Clause
--
2.34.1
reply other threads:[~2025-04-21 16:17 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=20250421161641.786297-1-christian.melki@t2data.com \
--to=christian.melki@t2data.com \
--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