<feed xmlns='http://www.w3.org/2005/Atom'>
<title>interimap/doc, branch debian/0.5.7-4</title>
<subtitle>Fast bidirectional synchronization for QRESYNC-capable IMAP servers</subtitle>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/'/>
<entry>
<title>Documentation: Replace `foo=~/bar` with `foo=$HOME/bar`.</title>
<updated>2022-02-27T15:23:48+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2022-02-27T15:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=0df603bfca85e859bdf21ffe1b32ce897caf8b7d'/>
<id>0df603bfca85e859bdf21ffe1b32ce897caf8b7d</id>
<content type='text'>
POSIX doesn't mandate expansion of the former.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
POSIX doesn't mandate expansion of the former.
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: Update URL targets from https://wiki.dovecot.org to https://doc.dovecot.org .</title>
<updated>2022-02-24T19:15:58+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2022-02-24T19:15:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=404505bdf9a152ed9e0911027500b58d2c7ce72c'/>
<id>404505bdf9a152ed9e0911027500b58d2c7ce72c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document how to install without root privileges.</title>
<updated>2022-02-23T21:55:44+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2022-02-23T19:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=4d36557a007f06196affe14afd1a2bd2a4945c44'/>
<id>4d36557a007f06196affe14afd1a2bd2a4945c44</id>
<content type='text'>
And make location for systemd user unit files configurable with
systemd_userunitdir=.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And make location for systemd user unit files configurable with
systemd_userunitdir=.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix/improve doc/build.md.</title>
<updated>2022-02-23T20:23:57+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2022-02-23T18:54:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=28b2728a3232741ab3e4ccc8ced585d75fffddb1'/>
<id>28b2728a3232741ab3e4ccc8ced585d75fffddb1</id>
<content type='text'>
Update instructions/documentation obsolete since
a1c089b997ebf705a9023b4f0f97327e5bd2814e and
733ed91162b02cd0fa5d7d1c443c780d3d4405e9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update instructions/documentation obsolete since
a1c089b997ebf705a9023b4f0f97327e5bd2814e and
733ed91162b02cd0fa5d7d1c443c780d3d4405e9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Rename 'test' target to 'check'.</title>
<updated>2022-02-23T20:23:57+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2022-02-23T01:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=448760457c85b80eef23b7c1ede8c735e4491b98'/>
<id>448760457c85b80eef23b7c1ede8c735e4491b98</id>
<content type='text'>
Per convention, cf. https://www.gnu.org/prep/standards/html_node/Standard-Targets.html .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per convention, cf. https://www.gnu.org/prep/standards/html_node/Standard-Targets.html .
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't assume Net::IMAP::InterIMAP is always in @INC.</title>
<updated>2022-02-23T20:23:55+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2022-02-22T23:35:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=eeed44617b8b2bf4c941f6de334a9006804615fb'/>
<id>eeed44617b8b2bf4c941f6de334a9006804615fb</id>
<content type='text'>
And make the installation path configurable at `make` time.  Moreover,
adjust the 'test' target so the site directory and interimap/pullimap
path are configurable with INTERIMAP_I and INTERIMAP_PATH respectively.
That way one can run `tests/run foo` to check the source, `make test` to
check what's been built, and we also have the possibility to check the
installed program e.g. for autopkgtests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And make the installation path configurable at `make` time.  Moreover,
adjust the 'test' target so the site directory and interimap/pullimap
path are configurable with INTERIMAP_I and INTERIMAP_PATH respectively.
That way one can run `tests/run foo` to check the source, `make test` to
check what's been built, and we also have the possibility to check the
installed program e.g. for autopkgtests.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/template.html: remove type attribute from &lt;style/&gt; element.</title>
<updated>2021-01-01T15:04:34+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2021-01-01T15:03:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=e90d1375130612184e904dbec2b4577d74927dae'/>
<id>e90d1375130612184e904dbec2b4577d74927dae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump required Net::SSLeay version to 1.86_06.</title>
<updated>2021-01-01T14:55:03+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2021-01-01T14:48:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=55b8c321048b1d4ebfbd30968e11d2a68ee4d242'/>
<id>55b8c321048b1d4ebfbd30968e11d2a68ee4d242</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>libinterimap: new option SSL_ciphersuites to set the TLSv1.3 ciphersuites.</title>
<updated>2020-12-17T16:41:30+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2020-12-17T16:38:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=57988c83bb4b3f1780f045880ac4a8f36a51c55c'/>
<id>57988c83bb4b3f1780f045880ac4a8f36a51c55c</id>
<content type='text'>
Also, clarify that SSL_cipherlist only applies to TLSv1.2 and below.
See SSL_CTX_set_cipher_list(3ssl).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, clarify that SSL_cipherlist only applies to TLSv1.2 and below.
See SSL_CTX_set_cipher_list(3ssl).
</pre>
</div>
</content>
</entry>
<entry>
<title>manuals: Clarify that known TLS protocol versions depend on the OpenSSL version used.</title>
<updated>2020-12-17T13:55:55+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2020-12-17T13:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=1a19feb7a4b3d70f44e4e1fb0f9920b063842422'/>
<id>1a19feb7a4b3d70f44e4e1fb0f9920b063842422</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
