Skip to content

Commit

Permalink
[libressl] no absolute paths (microsoft#32099)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Jun 19, 2023
1 parent 80ecf32 commit 223b8d5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/libressl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ vcpkg_copy_pdbs()

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")

vcpkg_fixup_pkgconfig()

if(VCPKG_TARGET_IS_WINDOWS OR VCPKG_TARGET_IS_UWP)
file(GLOB_RECURSE LIBS "${CURRENT_PACKAGES_DIR}/*.lib")
foreach(LIB ${LIBS})
Expand Down
1 change: 1 addition & 0 deletions ports/libressl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "libressl",
"version": "3.6.2",
"port-version": 1,
"description": "LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.",
"license": "ISC",
"supports": "!(uwp | arm)",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4486,7 +4486,7 @@
},
"libressl": {
"baseline": "3.6.2",
"port-version": 0
"port-version": 1
},
"librsvg": {
"baseline": "2.40.20",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libressl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ad22d9c62107c65630cd57d97749920a02016095",
"version": "3.6.2",
"port-version": 1
},
{
"git-tree": "dbc5385ec4d693da812158dc9e2c1eaaaf9c6908",
"version": "3.6.2",
Expand Down

0 comments on commit 223b8d5

Please sign in to comment.