[luasec] upgrade to 1.1.0 (#24609)

* [luasec] upgrade to 1.1.0

* [luasec] Replace deprecated functions

* Run vcpkg x-add-version --all

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
Stephen E. Baker 2022-05-09 17:57:02 -04:00 committed by GitHub
parent f37a583009
commit 19033ddfa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 10 deletions

View File

@ -1,5 +1,5 @@
set(LUASEC_REVISION v1.0.1)
set(LUASEC_HASH 21ae200e40f13a35eebca95cdac25ae13532a3008b2f9ec97a079033b9efde69e81954354453623eb77340368f482d3c69adb26881a6c0d7c4897df31301af93)
set(LUASEC_REVISION v1.1.0)
set(LUASEC_HASH ce08be2c62e97ebfab30e867790874030d404d195ce336b149d9501d652e9b8efe201cc2d0bcbb3be16214d7e4763b5871e45cbc22db758724baab9f7cd78568)
if (VCPKG_TARGET_IS_WINDOWS)
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
@ -15,12 +15,11 @@ vcpkg_from_github(
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
vcpkg_configure_cmake(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
)
vcpkg_install_cmake()
vcpkg_cmake_install()
vcpkg_copy_pdbs()
# Remove debug share

View File

@ -1,14 +1,22 @@
{
"name": "luasec",
"version": "1.0.1",
"port-version": 1,
"version": "1.1.0",
"maintainers": "Stephen Baker <baker.stephen.e@gmail.com>",
"description": "LuaSec depends on OpenSSL, and integrates with LuaSocket to make it easy to add secure connections to any Lua applications or scripts.",
"homepage": "https://github.com/brunoos/luasec",
"license": "MIT",
"supports": "!(windows & static)",
"dependencies": [
"lua",
"luasocket",
"openssl"
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

View File

@ -4313,8 +4313,8 @@
"port-version": 6
},
"luasec": {
"baseline": "1.0.1",
"port-version": 1
"baseline": "1.1.0",
"port-version": 0
},
"luasocket": {
"baseline": "3.0.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9c562198b62737a1b5c47ef51bb4a5a7b46fd3ce",
"version": "1.1.0",
"port-version": 0
},
{
"git-tree": "ac5ef37f939164b6bc4a63bf7eeec24e8e8c5a79",
"version": "1.0.1",