Update RBM to latest version (adb7dcabb13b4345d2c4a9a1ef229105cf0215b9)
Update CMake from 3.15.3 -> 3.16.0 (Later versions willl not work)
Added patch for CMake's FindOpenSSL module to fix flawed behaviour on i386
windows builds
Added patch for CMake's windres selection, as it did not respect the
toolchain prefix (such as, i686-w64-mingw32-)
Update container image config to allow release info change since the
repository in use has changed from stable -> old-stable
GCC now exports CC and CXX env vars
macosx-toolchain exports OSX_(CXX|AR|RANLIB). These cannot be exported as
(CXX|AR|RANLIB) as it interferes with the build of protoc... somehow
Update OpenSSL to 1.1.1l
Update Proto(c|buf) to 3.19.1.
Protobuf now builds with cmake to work with tego's new CMake build system
Added patch for QT's detection of OpenGL frameworks on OS X. Note, this
patch completely remove's QT adding OpenGL flags at compile time, which
works in our case but may fall apart in the event we need to build another
project that relies on OpenGL on OS X, but this seems unlikely.
Summary of changes: