[nss] update to 3.99 (#37641)

This commit is contained in:
Jia Yue Hua 2024-03-26 06:54:30 +08:00 committed by GitHub
parent f003990b23
commit 7989da9b9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -4,7 +4,7 @@ string(REPLACE "." "_" V_URL ${VERSION})
vcpkg_download_distfile(ARCHIVE vcpkg_download_distfile(ARCHIVE
URLS "https://ftp.mozilla.org/pub/security/nss/releases/NSS_${V_URL}_RTM/src/nss-${VERSION}.tar.gz" URLS "https://ftp.mozilla.org/pub/security/nss/releases/NSS_${V_URL}_RTM/src/nss-${VERSION}.tar.gz"
FILENAME "nss-${VERSION}.tar.gz" FILENAME "nss-${VERSION}.tar.gz"
SHA512 4f335c5c284eff6424745cc15e32037715a915f6f61687ec36a8ffaef0e45d152602a1be275bbb2f14650c7d258d6488430cdcf512b18ba7cb73cd43ac625681 SHA512 8ae032f3cb8eadfe524505d20e430b90ed25af2b4732b2cf286c435b0fcd5701d2f5c48bd2cfb3f9aa0bfdf503c1f3d5394cf34f860f51a1141cc4a7586bba32
) )
vcpkg_extract_source_archive( vcpkg_extract_source_archive(

View File

@ -1,7 +1,6 @@
{ {
"name": "nss", "name": "nss",
"version": "3.98", "version": "3.99",
"port-version": 1,
"description": "Network Security Services from Mozilla", "description": "Network Security Services from Mozilla",
"homepage": "https://ftp.mozilla.org/pub/security/nss/releases/", "homepage": "https://ftp.mozilla.org/pub/security/nss/releases/",
"license": "MPL-2.0", "license": "MPL-2.0",

View File

@ -6173,8 +6173,8 @@
"port-version": 4 "port-version": 4
}, },
"nss": { "nss": {
"baseline": "3.98", "baseline": "3.99",
"port-version": 1 "port-version": 0
}, },
"nsync": { "nsync": {
"baseline": "1.26.0", "baseline": "1.26.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "ea00c7a5c7a405e00c94f4bf162bb5a616c2956c",
"version": "3.99",
"port-version": 0
},
{ {
"git-tree": "4ce5ce6e94d2b9179b2f316bce89214afc31e303", "git-tree": "4ce5ce6e94d2b9179b2f316bce89214afc31e303",
"version": "3.98", "version": "3.98",