From a5d9b1fb107fb36fbcd481120fc2343e03a8c9c3 Mon Sep 17 00:00:00 2001 From: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> Date: Thu, 7 Mar 2024 22:48:30 -0800 Subject: [PATCH] [nng] Update to 1.7.3 (#37248) Fixes #37241. All features passed with following triplets: ``` x86-windows x64-windows x64-windows-static ``` Usage test passed on `x64-windows`. - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. --------- Co-authored-by: Lily Wang --- ports/nng/portfile.cmake | 2 +- ports/nng/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/n-/nng.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/nng/portfile.cmake b/ports/nng/portfile.cmake index 6be784c917..663d1fca2c 100644 --- a/ports/nng/portfile.cmake +++ b/ports/nng/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO nanomsg/nng REF "v${VERSION}" - SHA512 b4f2c812e65f0a5cb57827d80e632912679902b50f06eb10805d5fe86ab30fc97c4441b0b4d1d8c15dbf09ac7628f4c863d699121fa14bbad0a7782c40a1e4bf + SHA512 9e97d961da7b24070deb78d0ed0c7bd5b7889d7e4d0934aedcfb512313cc7e8586316391ddc2fe20a0be9695fb1b7fb09760b9246dd1ab1e61a927e807fb10ef HEAD_REF master ) diff --git a/ports/nng/vcpkg.json b/ports/nng/vcpkg.json index fcf2c8a544..275d72c9e7 100644 --- a/ports/nng/vcpkg.json +++ b/ports/nng/vcpkg.json @@ -1,6 +1,6 @@ { "name": "nng", - "version-semver": "1.6.0", + "version-semver": "1.7.3", "description": "nanomsg-next-gen, lightweight messaging library", "homepage": "https://nng.nanomsg.org", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index 911cf34f0c..28887cb579 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6109,7 +6109,7 @@ "port-version": 1 }, "nng": { - "baseline": "1.6.0", + "baseline": "1.7.3", "port-version": 0 }, "nngpp": { diff --git a/versions/n-/nng.json b/versions/n-/nng.json index 3a9d2765a3..aae3bd2241 100644 --- a/versions/n-/nng.json +++ b/versions/n-/nng.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e16d5e3147918e3e74bb93299e3c8d5fe9304722", + "version-semver": "1.7.3", + "port-version": 0 + }, { "git-tree": "4ac0d0be55aed606e5db8e253d9bf5cc8586e7c2", "version-semver": "1.6.0",