1. 17 8月, 2019 1 次提交
  2. 15 8月, 2019 3 次提交
  3. 14 8月, 2019 4 次提交
  4. 13 8月, 2019 2 次提交
  5. 12 8月, 2019 3 次提交
  6. 09 8月, 2019 5 次提交
  7. 08 8月, 2019 3 次提交
  8. 06 8月, 2019 3 次提交
  9. 01 8月, 2019 4 次提交
  10. 31 7月, 2019 2 次提交
  11. 29 7月, 2019 1 次提交
  12. 26 7月, 2019 1 次提交
  13. 25 7月, 2019 1 次提交
    • R
      Fix default installation paths on mingw · 54aa9d51
      Richard Levitte 提交于
      Mingw config targets assumed that resulting programs and libraries are
      installed in a Unix-like environment and the default installation
      prefix was therefore set to '/usr/local'.
      
      However, mingw programs are installed in a Windows environment, and
      the installation directories should therefore have Windows defaults,
      i.e. the same kind of defaults as the VC config targets.
      
      A difficulty is, however, that a "cross compiled" build can't figure
      out the system defaults from environment the same way it's done when
      building "natively", so we have to fall back to hard coded defaults in
      that case.
      
      Tests can still be performed when cross compiled on a non-Windows
      platform, since all tests only depend on the source and build
      directory, and otherwise relies on normal local paths.
      
      CVE-2019-1552
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/9400)
      54aa9d51
  14. 23 7月, 2019 2 次提交
  15. 24 7月, 2019 5 次提交