tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit d12cadf4e590256239a81ec79a3486ade088b554
parent b6f90c8d719d0f66f7f6faf22928bd7c1ea0fa18
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Date:   Mon, 10 Nov 2025 13:15:03 +0000

Bug 1998498 - Update NASM to version 3.01. r=firefox-build-system-reviewers,ahochheiden

Differential Revision: https://phabricator.services.mozilla.com/D271470

Diffstat:
Mtaskcluster/kinds/fetch/toolchains.yml | 10+++++-----
Mtaskcluster/kinds/toolchain/nasm.yml | 8++++----
2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/taskcluster/kinds/fetch/toolchains.yml b/taskcluster/kinds/fetch/toolchains.yml @@ -161,13 +161,13 @@ nasm-2.14.02: sha256: e24ade3e928f7253aa8c14aa44726d1edf3f98643f87c9d72ec1df44b26be8f5 size: 827620 -nasm-2.16.03: - description: nasm 2.16.03 source code +nasm-3.01: + description: nasm 3.01 source code fetch: type: static-url - url: https://www.nasm.us/pub/nasm/releasebuilds/2.16.03/nasm-2.16.03.tar.xz - sha256: 1412a1c760bbd05db026b6c0d1657affd6631cd0a63cddb6f73cc6d4aa616148 - size: 1032388 + url: https://www.nasm.us/pub/nasm/releasebuilds/3.01/nasm-3.01.tar.xz + sha256: b7324cbe86e767b65f26f467ed8b12ad80e124e3ccb89076855c98e43a9eddd4 + size: 1499136 wix-3.14.0: description: wix 3.14.0 binary release diff --git a/taskcluster/kinds/toolchain/nasm.yml b/taskcluster/kinds/toolchain/nasm.yml @@ -20,7 +20,7 @@ win64-nasm: arguments: ['win64'] fetches: fetch: - - nasm-2.16.03 + - nasm-3.01 toolchain: - linux64-clang-mingw-x64 @@ -35,7 +35,7 @@ macosx64-nasm: arguments: ['macosx64'] fetches: fetch: - - nasm-2.16.03 + - nasm-3.01 toolchain: - linux64-clang-toolchain - macosx64-sdk-toolchain @@ -51,7 +51,7 @@ macosx64-aarch64-nasm: arguments: ['macosx64-aarch64'] fetches: fetch: - - nasm-2.16.03 + - nasm-3.01 toolchain: - linux64-clang-toolchain - macosx64-sdk-toolchain @@ -67,7 +67,7 @@ linux64-nasm: arguments: ['linux64'] fetches: fetch: - - nasm-2.16.03 + - nasm-3.01 toolchain: - linux64-clang-toolchain - sysroot-x86_64-linux-gnu