summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-06-01 12:11:48 +0200
committerWynn Wolf Arbor2020-06-01 12:11:48 +0200
commit280c3c562e02dbcf37ffd3654f4c1b31c0a55420 (patch)
tree0ed7e00cdc3bd3415bc4884bb33af21fb21a0ab0
parenteb4d841fd8d7da3c04fb607fc189a656c215c6ac (diff)
downloadsite-280c3c562e02dbcf37ffd3654f4c1b31c0a55420.tar.gz
posts: Add link explaining why libssl may be needed for git-imap-send(1)
-rw-r--r--posts/the-long-journey-to-cgit.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/posts/the-long-journey-to-cgit.md b/posts/the-long-journey-to-cgit.md
index 32d45f3..adf3963 100644
--- a/posts/the-long-journey-to-cgit.md
+++ b/posts/the-long-journey-to-cgit.md
@@ -452,8 +452,9 @@ All this will be part of a future post. For now, enjoy.
[^4]: The README [mentions](https://git.zx2c4.com/cgit/tree/README#n52)
libcrypto and libssl, but as far as I can tell these are not needed.
Git switched to [its own](https://github.com/git/git/commit/e6b07da2780f349c29809bd75d3eca6ad3c35d19)
- SHA1 implementation a few years back, and libssl is only needed for
- `git-imap-send(1)`.
+ SHA1 implementation a few years back, and libssl may only
+ [needed](https://github.com/git/git/blob/56219baf1eae50134ee05eaa64e26e7f1207042c/INSTALL#L132)
+ for `git-imap-send(1)`.
[^5]: Sadly there's no good way to do
[`pledge(2)`](https://man.openbsd.org/pledge.2) nicely on Linux, so those