aboutsummaryrefslogtreecommitdiff
path: root/ports/libplist
diff options
context:
space:
mode:
authorthe-j0k3r <31389848+the-j0k3r@users.noreply.github.com>2018-09-02 10:28:10 +0100
committerRobert Schumacher <roschuma@microsoft.com>2018-09-02 02:28:10 -0700
commit88bc18918c91b6bccc95b41b5d4333a482102730 (patch)
treedbfd338c443cfa0beb21f1910ac869841d947430 /ports/libplist
parentb4ca5e4b5e59063e189ad8db4e01589ff8906af0 (diff)
downloadvcpkg-88bc18918c91b6bccc95b41b5d4333a482102730.tar.gz
vcpkg-88bc18918c91b6bccc95b41b5d4333a482102730.zip
[openssl] bump to 1.0.2p CVE-2018-0732 (#4130)
* [openssl] bump to 1.0.2p CVE-2018-0732 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0732 https://www.openssl.org/news/vulnerabilities.html * [openssl-unix][openssl-windows] Update control files for 1.0.2p * [openssl-windows][openssl-uwp] Update hashes * [libusbmuxd][libplist] Disable LTCG to enable compiler upgrades * [libirecovery] Add missing getopt dependency
Diffstat (limited to 'ports/libplist')
-rw-r--r--ports/libplist/CONTROL2
-rw-r--r--ports/libplist/portfile.cmake3
2 files changed, 4 insertions, 1 deletions
diff --git a/ports/libplist/CONTROL b/ports/libplist/CONTROL
index 22e209d14..bb7db384c 100644
--- a/ports/libplist/CONTROL
+++ b/ports/libplist/CONTROL
@@ -1,3 +1,3 @@
Source: libplist
-Version: 2.0.1.197-1
+Version: 2.0.1.197-2
Description: A library to handle Apple Property List format in binary or XML
diff --git a/ports/libplist/portfile.cmake b/ports/libplist/portfile.cmake
index e7761884d..51549e4ca 100644
--- a/ports/libplist/portfile.cmake
+++ b/ports/libplist/portfile.cmake
@@ -11,6 +11,9 @@ vcpkg_from_github(
PATCHES dllexport.patch
)
+set(ENV{_CL_} "$ENV{_CL_} /GL-")
+set(ENV{_LINK_} "$ENV{_LINK_} /LTCG:OFF")
+
vcpkg_install_msbuild(
SOURCE_PATH ${SOURCE_PATH}
PROJECT_SUBPATH libplist.sln