btrask / stronglink

A searchable, syncable, content-addressable notetaking system
Other
1.04k stars 45 forks source link

LibreSSL setup #92

Closed btrask closed 8 years ago

btrask commented 8 years ago

LibreSSL is kind of a pain to bundle the way we do:

  1. Their .gitignore file is broken
  2. Their autogen.sh script assumes internet access
  3. Their update.sh script tampers with the current git repo, which in our case is StrongLink, not libressl-portable

The best short-term solution is probably to run their update.sh script once and commit everything to our repository.

btrask commented 8 years ago

Ref #89

btrask commented 8 years ago

Done. Good thing too, because they changed the libtls API and broke anyone trying to install (fixed now).