diff options
| author | the-j0k3r <31389848+the-j0k3r@users.noreply.github.com> | 2018-09-02 10:28:10 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-09-02 02:28:10 -0700 |
| commit | 88bc18918c91b6bccc95b41b5d4333a482102730 (patch) | |
| tree | dbfd338c443cfa0beb21f1910ac869841d947430 /ports/libirecovery/CONTROL | |
| parent | b4ca5e4b5e59063e189ad8db4e01589ff8906af0 (diff) | |
| download | vcpkg-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/libirecovery/CONTROL')
| -rw-r--r-- | ports/libirecovery/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libirecovery/CONTROL b/ports/libirecovery/CONTROL index 0916cd698..c3f423b93 100644 --- a/ports/libirecovery/CONTROL +++ b/ports/libirecovery/CONTROL @@ -1,4 +1,4 @@ Source: libirecovery
-Version: 1.0.25-1
+Version: 1.0.25-2
Description: Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux
-Build-Depends: libusbmuxd, readline
\ No newline at end of file +Build-Depends: libusbmuxd, readline, getopt
\ No newline at end of file |
