Update to isync-1.4.4

Fixes a heap overflow (CVE-2021-44143), and multiple buffer overflows
(CVE-2021-3657).

OK kn@ (maintainer)
This commit is contained in:
bket 2021-12-03 14:44:33 +00:00
parent 03691c6eb3
commit 3b448c2922
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.50 2021/08/03 04:55:18 kn Exp $
# $OpenBSD: Makefile,v 1.51 2021/12/03 14:44:33 bket Exp $
COMMENT= synchronize IMAP4 and maildir mailboxes
DISTNAME= isync-1.4.3
DISTNAME= isync-1.4.4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/}

View File

@ -1,2 +1,2 @@
SHA256 (isync-1.4.3.tar.gz) = tMcgdFvaNEf71bn3F4OyP2maVSlZF651hu5cIukblwg=
SIZE (isync-1.4.3.tar.gz) = 337692
SHA256 (isync-1.4.4.tar.gz) = fDJziU8i6YMwozAFHp2UL9n/vAK5GVLC8YlqXDfnAP8=
SIZE (isync-1.4.4.tar.gz) = 340544

View File

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