1. 10 12月, 2018 4 次提交
  2. 08 12月, 2018 1 次提交
  3. 07 12月, 2018 4 次提交
  4. 05 12月, 2018 6 次提交
  5. 03 12月, 2018 3 次提交
  6. 30 11月, 2018 5 次提交
  7. 27 11月, 2018 4 次提交
  8. 26 11月, 2018 1 次提交
  9. 25 11月, 2018 8 次提交
  10. 24 11月, 2018 2 次提交
  11. 23 11月, 2018 2 次提交
    • R
      Remove all 'make dist' artifacts · 415c4a46
      Richard Levitte 提交于
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/7692)
      
      (cherry picked from commit 8d9535ec3e317641b8e551973c8cfe2ee1c89296)
      415c4a46
    • R
      Change tarball making procedure · 48c813ef
      Richard Levitte 提交于
      Since recently, OpenSSL tarballs are produced with 'make tar' rather
      than 'make dist', as the latter has turned out to be more troublesome
      than useful.
      
      The next step to look at is why we would need to configure at all to
      produce a Makefile just to produce a tarball.  After all, the tarball
      should now only contain source files that are present even without
      configuring.
      
      Furthermore, the current method for producing tarballs is a bit
      complex, and can be greatly simplified with the right tools.  Since we
      have everything versioned with git, we might as well use the tool that
      comes with it.
      
      Added: util/mktar.sh, a simple script to produce OpenSSL tarballs.  It
      takes the options --name to modify the prefix of the distribution, and
      --tarfile tp modify the tarball file name specifically.
      
      This also adds a few entries in .gitattributes to specify files that
      should never end up in a distribution tarball.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/7692)
      
      (cherry picked from commit 8c209eeef426ded66ce99048f535f35d08b88462)
      48c813ef