kn 4a044aaefe Fix CopyArrivalDate for timestamps with single digit day of the month
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!
2019-02-21 19:22:27 +00:00
2019-02-15 17:06:52 +00:00
2019-02-18 10:05:39 +00:00
2018-11-02 15:27:13 +00:00
2019-02-18 10:47:40 +00:00
2018-05-12 14:01:17 +00:00
2019-02-02 15:25:29 +00:00
2019-02-21 14:26:22 +00:00
2019-02-11 09:58:53 +00:00
2019-02-09 17:49:54 +00:00
2019-02-21 08:30:46 +00:00
2019-01-09 07:44:08 +00:00
2019-02-21 00:36:27 +00:00
2019-02-21 08:07:46 +00:00
2019-02-20 09:13:12 +00:00
2019-02-18 10:05:39 +00:00
2019-01-19 16:22:28 +00:00
2018-09-04 12:46:09 +00:00
2019-02-20 17:10:45 +00:00
2019-02-20 13:31:57 +00:00
2019-02-21 18:56:05 +00:00
2019-02-20 16:23:27 +00:00

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.
Readme 554 MiB
Languages
Makefile 61%
PHP 18.9%
Perl 6.5%
C 4.6%
HTML 2.3%
Other 6.4%