On timestamps such as " 4-Mar-2018 16:49:25 -0500", mbsync would abort if the Channel option `CopyArrivalDate' was set. The IMAP protocol specifies a date format beginning with a day-of-month space-padded to two characters. The "%d" specifier in glibc's strptime(3) will consume a space-padded day of month, but OpenBSD's "%d" only accepts leading zeroes. Prodded by this issue, our strptime(3) now strips leading spaces with "%e" as of lib/libc/time/strptime.c r1.25. Found, analysed and patch (using "%n%d" instead of "%e") from Evan Silberman <evan at jklol dot net>, thanks!
Documentation for the ports tree: ports(7), packages(7), mirroring-ports(7), library-specs(7), bsd.port.mk(5), bsd.port.arch.mk(5), port-modules(5). dpb(1), bulk(8) for bulk builds. See also the OpenBSD Porter's Handbook http://www.openbsd.org/faq/ports/ $OpenBSD: README,v 1.23 2018/07/14 14:20:04 bcallah Exp $
Description
Public git conversion mirror of OpenBSD's official cvs ports repository. Pull requests not accepted - send diffs to the ports@ mailing list.
Languages
Makefile
61%
PHP
18.9%
Perl
6.5%
C
4.6%
HTML
2.3%
Other
6.4%