aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build.md
Commit message (Collapse)AuthorAgeFiles
* Documentation: Replace `foo=~/bar` with `foo=$HOME/bar`.Guilhem Moulin2022-02-271
| | | | POSIX doesn't mandate expansion of the former.
* Document how to install without root privileges.Guilhem Moulin2022-02-231
| | | | | And make location for systemd user unit files configurable with systemd_userunitdir=.
* Fix/improve doc/build.md.Guilhem Moulin2022-02-231
| | | | | | Update instructions/documentation obsolete since a1c089b997ebf705a9023b4f0f97327e5bd2814e and 733ed91162b02cd0fa5d7d1c443c780d3d4405e9.
* Makefile: Rename 'test' target to 'check'.Guilhem Moulin2022-02-231
| | | | Per convention, cf. https://www.gnu.org/prep/standards/html_node/Standard-Targets.html .
* Bump required Net::SSLeay version to 1.86_06.Guilhem Moulin2021-01-011
| | | | | | | | | | | That's when get_version() was introduced. Unfortunately the manual doesn't mention it, but 1.85 is lacking the function, see https://github.com/radiator-software/p5-net-ssleay/blob/1.88/Changes#L216 https://github.com/radiator-software/p5-net-ssleay/commit/ae33bb5405dadde973bc25a0c5e3941d5c83f8b1 Compatibility with Net::SSLeay 1.83 can be restored by reverting this commit and 35f4ecefa9c9ff55acfdb337b215e3d13345c86d.
* rename 'debian' branch to 'debian/latest' for DEP-14 compliance.Guilhem Moulin2020-12-111
|
* typofixGuilhem Moulin2020-12-111
|
* libinterimap: make SSL_verify check the hostname as well.Guilhem Moulin2020-12-111
| | | | | | | | | | More precisely, ensure that the certificate Subject Alternative Name (SAN) or Subject CommonName (CN) matches the hostname or IP literal specified by the 'host' option. Previously it was only verifying the chain of trust. This bumps the minimum Net::SSLeay version to 1.83 and OpenSSL version 1.0.2.
* Improve long command wrapping.Guilhem Moulin2020-08-041
|
* doc/build.md: Update list of dependencies for the test suite.Guilhem Moulin2019-11-141
|
* doc/*: Fix minor space damage.Guilhem Moulin2019-07-061
| | | | Also, set tab size to 4 spaces in the HTML for consistency.
* Use mailto: links for names of copyright holders.Guilhem Moulin2019-07-051
|
* typofixGuilhem Moulin2019-07-051
|
* Refactor documentation.Guilhem Moulin2019-07-051
In particular, move manpages to the 'doc' directory, and generate HTML documentation with `make html`.