Skip to content

Commit

Permalink
Merge pull request #3196 from mozilla/upgrade-nss
Browse files Browse the repository at this point in the history
Upgrade NSS to 3.53 [ci full]
  • Loading branch information
mergify[bot] authored Jun 3, 2020
2 parents 2c6c62e + ca63e3b commit 9214e71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ set -euvx
SQLCIPHER_VERSION="4.3.0"
SQLCIPHER_SHA256="fccb37e440ada898902b294d02cde7af9e8706b185d77ed9f6f4d5b18b4c305f"

NSS="nss-3.52.1"
NSS_ARCHIVE="nss-3.52.1-with-nspr-4.25.tar.gz"
NSS_URL="https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_52_1_RTM/src/${NSS_ARCHIVE}"
NSS_SHA256="192e07c1c6ae6c6eb67e68d0d3656b7a9acb487b535f7ef9c38f7371ccb8f909"
NSS="nss-3.53"
NSS_ARCHIVE="nss-3.53-with-nspr-4.25.tar.gz"
NSS_URL="https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_53_RTM/src/${NSS_ARCHIVE}"
NSS_SHA256="861a4510b7c21516f49a4cfa5b871aa796e4e1ef2dfe949091970e56f9d60cdf"

# End of configuration.

Expand Down

0 comments on commit 9214e71

Please sign in to comment.