Skip to content

Commit

Permalink
[bext-wintls] Update to 0.9.7 (#34296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas1664 committed Oct 6, 2023
1 parent 909ad55 commit 06f9283
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
6 changes: 3 additions & 3 deletions ports/bext-wintls/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO laudrup/boost-wintls
REF v0.9.5
SHA512 5b6a88d64225c0f065d18f65319d44b90eb594431c53d9fbff72edfe2fc909613a966062b5636db7a3d0e36a389a0948dada0fbfa61b21b7b52b1af952d93071
REF "v${VERSION}"
SHA512 b2973148f53f036108783ea6c30fca5f5055efc3676a9df2d1bf527399f757ac2f319f8637646904820e5280a8be48cf8369a3d2b6a3879afc0aa4463c77ea06
HEAD_REF master
)

file(COPY "${SOURCE_PATH}/include/boost/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/boost/")

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
14 changes: 3 additions & 11 deletions ports/bext-wintls/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
{
"name": "bext-wintls",
"version": "0.9.5",
"version": "0.9.7",
"description": "Native Windows TLS stream wrapper for use with boost::asio",
"homepage": "https://github.com/laudrup/boost-wintls",
"supports": "windows",
"supports": "windows | mingw",
"dependencies": [
"boost-asio",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
"boost-asio"
]
}
5 changes: 5 additions & 0 deletions versions/b-/bext-wintls.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bc8c1307f16b47fb5fd638e719f0157323be3919",
"version": "0.9.7",
"port-version": 0
},
{
"git-tree": "1bed92afff8085f2d8f888b35ce0049e5986aa8a",
"version": "0.9.5",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
"port-version": 2
},
"bext-wintls": {
"baseline": "0.9.5",
"baseline": "0.9.7",
"port-version": 0
},
"bfgroup-lyra": {
Expand Down

0 comments on commit 06f9283

Please sign in to comment.