diff --git a/libs/build-all.sh b/libs/build-all.sh index 66c02aad15..80f531c00d 100755 --- a/libs/build-all.sh +++ b/libs/build-all.sh @@ -2,10 +2,10 @@ set -euvx -NSS="nss-3.104" -NSS_ARCHIVE="nss-3.104-with-nspr-4.35.tar.gz" -NSS_URL="https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_104_RTM/src/${NSS_ARCHIVE}" -NSS_SHA256="0ea8bab27345e4e0fc0ec0587d01bb54ba7eb46cb5b369c9ed59ee42baa78fa9" +NSS="nss-3.105" +NSS_ARCHIVE="nss-3.105-with-nspr-4.35.tar.gz" +NSS_URL="https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_105_RTM/src/${NSS_ARCHIVE}" +NSS_SHA256="fddc81c9e4590fd16de6d24b7d6a283d1ccf536484e2d6ac146306ae099afcdb" # End of configuration. diff --git a/libs/build-nss-desktop.sh b/libs/build-nss-desktop.sh index 6c2ccf8a83..e872bd35aa 100755 --- a/libs/build-nss-desktop.sh +++ b/libs/build-nss-desktop.sh @@ -63,7 +63,7 @@ if [[ "${CROSS_COMPILE_TARGET}" =~ "darwin" ]]; then else # From https://firefox-ci-tc.services.mozilla.com/tasks/index/app-services.cache.level-3.content.v1.nss-artifact/latest 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%2Fdist.tar.bz2" - SHA256="585c55b69313168fbddd54f17b1c5ccfbfb2e30a2088bb00c56b2d7f3b7110cc" + SHA256="e622b9c9381c8000bddf183f394161aec951d820210e7524cc6bf2d5b31ef7e1" 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") diff --git a/taskcluster/kinds/fetch/kind.yml b/taskcluster/kinds/fetch/kind.yml index af550f203f..840cf62df3 100644 --- a/taskcluster/kinds/fetch/kind.yml +++ b/taskcluster/kinds/fetch/kind.yml @@ -31,6 +31,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/Cy9yFhUzQGaUhPyc-uC3ng/runs/0/artifacts/public/dist.tar.bz2 - sha256: 585c55b69313168fbddd54f17b1c5ccfbfb2e30a2088bb00c56b2d7f3b7110cc - size: 23968851 + url: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/4d27xazaSDivHGCjoHyi8Q/runs/0/artifacts/public/dist.tar.bz2 + sha256: e622b9c9381c8000bddf183f394161aec951d820210e7524cc6bf2d5b31ef7e1 + size: 24431769