Skip to content

Commit

Permalink
Revert "Update NSS to version 3.96.1"
Browse files Browse the repository at this point in the history
This reverts commit 3340f92.
  • Loading branch information
rvandermeulen committed Dec 19, 2023
1 parent 3340f92 commit 0b008d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions libs/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

set -euvx

NSS="nss-3.96.1"
NSS_ARCHIVE="nss-3.96.1-with-nspr-4.35.tar.gz"
NSS_URL="https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_96_1_RTM/src/${NSS_ARCHIVE}"
NSS_SHA256="81e080ec10883e9526418b73f27342c1c25e5de118401c8f105166f1e939670a"
NSS="nss-3.93"
NSS_ARCHIVE="nss-3.93-with-nspr-4.35.tar.gz"
NSS_URL="https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_93_RTM/src/${NSS_ARCHIVE}"
NSS_SHA256="4a5b5df21f8accc65b80d38b6acf8b017a5d03b5f81f0d23295a11575f300183"

# End of configuration.

Expand Down
2 changes: 1 addition & 1 deletion libs/build-nss-desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [[ "${CROSS_COMPILE_TARGET}" =~ "darwin" ]]; then
NSS_DIST_DIR="${MOZ_FETCHES_DIR}/dist"
else
curl -sfSL --retry 5 --retry-delay 10 -O "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/app-services.cache.level-3.content.v1.nss-artifact.latest/artifacts/public/dist.tar.bz2"
SHA256="25762b2ad24e28632ccb0092f1625a725a665e0ad5c7f75370201d547775047b"
SHA256="15e8cab63a4e0484564231a24d23d8be349217ba6add53b56609c339bb306829"
echo "${SHA256} dist.tar.bz2" | shasum -a 256 -c - || exit 2
tar xvjf dist.tar.bz2 && rm -rf dist.tar.bz2
NSS_DIST_DIR=$(abspath "dist")
Expand Down
6 changes: 3 additions & 3 deletions taskcluster/kinds/fetch/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ tasks:
description: fetches the built NSS artifacts from NSS CI
fetch:
type: static-url
url: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UBLgYIfhSlm7zr9Uplu_6Q/runs/0/artifacts/public/dist.tar.bz2
sha256: 25762b2ad24e28632ccb0092f1625a725a665e0ad5c7f75370201d547775047b
size: 23962444
url: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bez00P-rQwutueyGXoy5Wg/runs/0/artifacts/public/dist.tar.bz2
sha256: 9913a33376ef849903ebd5f032106ef420416aef599030d57641786a2c6a02e5
size: 22735146

0 comments on commit 0b008d9

Please sign in to comment.