Skip to content
  1. Dec 10, 2018
  2. Dec 08, 2018
  3. Dec 07, 2018
  4. Dec 06, 2018
  5. Dec 05, 2018
  6. Dec 03, 2018
  7. Nov 30, 2018
  8. Nov 27, 2018
  9. Nov 26, 2018
  10. Nov 24, 2018
  11. Nov 23, 2018
    • Richard Levitte's avatar
      Remove all 'make dist' artifacts · 415c4a46
      Richard Levitte authored
      
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/7692)
      
      (cherry picked from commit 8d9535ec3e317641b8e551973c8cfe2ee1c89296)
      415c4a46
    • Richard Levitte's avatar
      Change tarball making procedure · 48c813ef
      Richard Levitte authored
      
      
      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: default avatarMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/7692)
      
      (cherry picked from commit 8c209eee)
      48c813ef