[hyperscan] Update to 5.4.2 (#30979)

* update hyperscan

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2023-04-21 07:47:06 +08:00 committed by GitHub
parent 3f73dcd7f3
commit e2578269d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 7 deletions

View File

@ -1,12 +1,10 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
set(HYPERSCAN_VERSION 5.4.0)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO intel/hyperscan
REF v${HYPERSCAN_VERSION}
SHA512 cfec3f43b9e8b3fbb2e761927f3a173c1230f2688da710ec7708f2941ce6f550a1d3cb48b0b0e2ccf709807390117a7e40047cb99190bcc341f37eb3da13ae62
REF "v${VERSION}"
SHA512 328f21133161d16b36ebdc7f8b80a7afe7ca9e7e7433348e9bfa9acb5f3641522e8314beea1b219891f4e95f1392ff8036ebb87780fe808b8b4bd15a535e9509
HEAD_REF master
PATCHES
0001-remove-Werror.patch
@ -24,6 +22,6 @@ vcpkg_cmake_install()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
vcpkg_fixup_pkgconfig()

View File

@ -1,6 +1,6 @@
{
"name": "hyperscan",
"version": "5.4.0",
"version": "5.4.2",
"description": "A regular expression library with O(length of input) match times that takes advantage of Intel hardware to provide blazing speed.",
"homepage": "https://www.hyperscan.io",
"license": "BSD-3-Clause",

View File

@ -3129,7 +3129,7 @@
"port-version": 0
},
"hyperscan": {
"baseline": "5.4.0",
"baseline": "5.4.2",
"port-version": 0
},
"hypodermic": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "174fd7953b696f08703b580901a840cc53157439",
"version": "5.4.2",
"port-version": 0
},
{
"git-tree": "72c36aba3fff7cd403bdf02ad8f691ced9da30a9",
"version": "5.4.0",