From f3a09072bb858ec68d5fa0f5f761a57f353018a9 Mon Sep 17 00:00:00 2001 From: kadirlua Date: Mon, 3 Jun 2024 09:16:14 +0300 Subject: [PATCH] [uriparser] Update to version 0.9.8 (#39047) - [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. - [x] The "supports" clause reflects platforms that may be fixed by this new version. - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] 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. This PR updates uriparser to version 0.9.8. --------- Co-authored-by: Theodore Tsirpanis --- ports/uriparser/portfile.cmake | 4 ++-- ports/uriparser/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/u-/uriparser.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/uriparser/portfile.cmake b/ports/uriparser/portfile.cmake index f79162ce5f..9633d03eaa 100644 --- a/ports/uriparser/portfile.cmake +++ b/ports/uriparser/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO uriparser/uriparser - REF 634b678fa858abf1d1ebc0634e96e9e29596e92a # uriparser-0.9.7 - SHA512 124d1b772b365af3c603146c65986698a94e839e5499da6391694d7958d73bfad38d59f967836270c2a190a1c8d2309fb5ad6068543ce40e4847523e55ca26b9 + REF uriparser-${VERSION} + SHA512 4222e6d7dcdb525514ca8f42e5a9b314e0f09102ef2e72131702b6297d7cb9f509f757b9bec64c4ef88146667a60b992ff71e3c1fea50a82e45c3a14b8992326 HEAD_REF master ) diff --git a/ports/uriparser/vcpkg.json b/ports/uriparser/vcpkg.json index e1964ef14f..284e10ffe6 100644 --- a/ports/uriparser/vcpkg.json +++ b/ports/uriparser/vcpkg.json @@ -1,6 +1,6 @@ { "name": "uriparser", - "version": "0.9.7", + "version": "0.9.8", "description": "Strictly RFC 3986 compliant URI parsing and handling library written in C89.", "homepage": "https://uriparser.github.io/", "license": "BSD-3-Clause", diff --git a/versions/baseline.json b/versions/baseline.json index e27439ae7a..7a6e4b0b7e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8969,7 +8969,7 @@ "port-version": 5 }, "uriparser": { - "baseline": "0.9.7", + "baseline": "0.9.8", "port-version": 0 }, "usbmuxd": { diff --git a/versions/u-/uriparser.json b/versions/u-/uriparser.json index 4cad773158..9569f7c255 100644 --- a/versions/u-/uriparser.json +++ b/versions/u-/uriparser.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9bffcae8f88a0db14e9fae476d8231e01c13e42a", + "version": "0.9.8", + "port-version": 0 + }, { "git-tree": "975fead9dd72eb7261d36b7fa2c0c2aeb7b79f43", "version": "0.9.7",