Update to mbsync 1.4.3

- limit maildir nesting depth
- enable embedding arbitrarily long strings into IMAP commands
This commit is contained in:
kn 2021-08-03 04:55:18 +00:00
parent b36fc87353
commit 35a3d7fe98
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.49 2021/07/01 12:35:12 kn Exp $
# $OpenBSD: Makefile,v 1.50 2021/08/03 04:55:18 kn Exp $
COMMENT= synchronize IMAP4 and maildir mailboxes
DISTNAME= isync-1.4.2
DISTNAME= isync-1.4.3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/}

View File

@ -1,2 +1,2 @@
SHA256 (isync-1.4.2.tar.gz) = GTXn7UEv1rWSiq6mVvKQqo0yIsX+2jFTSQOTTOR1U0M=
SIZE (isync-1.4.2.tar.gz) = 336940
SHA256 (isync-1.4.3.tar.gz) = tMcgdFvaNEf71bn3F4OyP2maVSlZF651hu5cIukblwg=
SIZE (isync-1.4.3.tar.gz) = 337692

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-src_drv_imap_c,v 1.9 2021/07/01 12:35:13 kn Exp $
$OpenBSD: patch-src_drv_imap_c,v 1.10 2021/08/03 04:55:18 kn Exp $
Use pledge.
@ -14,7 +14,7 @@ Index: src/drv_imap.c
#ifdef HAVE_LIBSSL
enum { SSL_None, SSL_STARTTLS, SSL_IMAPS };
#endif
@@ -3731,6 +3733,8 @@ imap_parse_store( conffile_t *cfg, store_conf_t **stor
@@ -3759,6 +3761,8 @@ imap_parse_store( conffile_t *cfg, store_conf_t **stor
#endif
143;
}