From f87fb5c9578e502330af44c4c3b575cf47936f8c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin (Intel)" Date: Thu, 9 Oct 2025 17:19:54 -0700 Subject: [PATCH] nasm.spec.in: change http:// to https:// Change URLs to https://. Signed-off-by: H. Peter Anvin (Intel) --- nasm.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nasm.spec.in b/nasm.spec.in index 7dd4cc12e..3a0beb542 100644 --- a/nasm.spec.in +++ b/nasm.spec.in @@ -8,8 +8,8 @@ Name: nasm Version: @@NASM_MANGLED_VER@@ Release: 0%{?dist} License: BSD-2-Clause -Source: http://www.nasm.us/pub/nasm/releasebuilds/%{nasm_version}/nasm-%{nasm_version}.tar.xz -URL: http://www.nasm.us/ +Source: https://www.nasm.us/pub/nasm/releasebuilds/%{nasm_version}/nasm-%{nasm_version}.tar.xz +URL: https://www.nasm.us/ BuildRoot: /tmp/rpm-build-nasm Prefix: %{_prefix} BuildRequires: autoconf