Changes

Summary

  1. libgit2: make sure that we officially rely on OpenSSL. (commit: ede4dd3) (details)
  2. (Temporarily) build libgit2. (commit: 1703731) (details)
  3. libgit2: only define APPLESECURITY when on macOS. (commit: 0b2e151) (details)
  4. Had to rebuild our macOS copy of OpenSLL (after I deleted it by (commit: db033f0) (details)
  5. Don't build libgit2 manually anymore. (commit: a105cbb) (details)
Commit ede4dd3752c6d9c56928b0cee6172a8b488ec6de by Alan Garny
libgit2: make sure that we officially rely on OpenSSL.
This is mainly so that our Plugins dialog shows that dependency, not
least since that OpenSSL is currently only used by our copy of libgit2.
(commit: ede4dd3)
The file was modified src/plugins/thirdParty/libgit2/src/libgit2plugin.cpp (diff)
The file was modified src/plugins/thirdParty/libgit2/CMakeLists.txt (diff)
The file was modified CMakeLists.txt (diff)
Commit 0b2e15133f4ecb334d89460a4b95977dd6a0338a by Alan Garny
libgit2: only define APPLESECURITY when on macOS.
(commit: 0b2e151)
The file was modified src/plugins/thirdParty/libgit2/CMakeLists.txt (diff)
Commit db033f00ee0add0c2ed37a70cc0ed87bcdbd73c5 by Alan Garny
Had to rebuild our macOS copy of OpenSLL (after I deleted it by
mistake!).
(commit: db033f0)
The file was modified src/plugins/thirdParty/OpenSSL/CMakeLists.txt (diff)
Commit a105cbbb80cef1ad067f9930604dbf41d662fc0c by Alan Garny
Don't build libgit2 manually anymore.
(commit: a105cbb)
The file was modified CMakeLists.txt (diff)