Download raw body.
mail/isync: update to 1.5.0
On 2024/08/18 11:55:34 +0000, Klemens Nanni <kn@openbsd.org> wrote:
> Release notes: https://sourceforge.net/projects/isync/files/isync/1.5.0/
>
> Upstream added new printf(3) %n code and hardcoded optimizations...
...
> Upstream now also forks during sync operation soley to call getaddrinfo(3)
> asynchronously; luckily the commit reverts cleanly on top of 1.5.0, which
> I do to avoid pledging "proc" for all use cases.
>
> https://sourceforge.net/p/isync/isync/ci/ec50c55c36887b86b0143a265acae4b22d117fe9
> Sourceforge seems to lack raw patch links, so I mirrored it.
meh... do you have some plans to talk with upstream about this?
> Keeps working for me, please test with your setup.
it still works for me against both dovecot and gmail.
> Feedback?
Personally I'm a bit annoyed by the extra messages it prints the end of
the sync ("pulled X new messages" etc.) for which I couldn't quickly
find a way to remove.
> +-# define ATTR_OPTIMIZE __attribute__((optimize("2")))
Yuk, so that's another thing to keep track of :/
ok op@
Thanks!
Omar Polo
mail/isync: update to 1.5.0