From aad1c9b07fa089e44cbd2981df5ccf11a2866a04 Mon Sep 17 00:00:00 2001 From: bket Date: Mon, 22 Feb 2021 18:53:28 +0000 Subject: [PATCH] Add CVE-quirk for isync --- devel/quirks/Makefile | 4 ++-- devel/quirks/files/Quirks.pm | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/quirks/Makefile b/devel/quirks/Makefile index 32e483ded03..25ff747bec9 100644 --- a/devel/quirks/Makefile +++ b/devel/quirks/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.1185 2021/02/22 05:31:10 daniel Exp $ +# $OpenBSD: Makefile,v 1.1186 2021/02/22 18:53:28 bket Exp $ COMMENT = exceptions to pkg_add rules CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-3.573 +PKGNAME = quirks-3.574 PKG_ARCH = * MAINTAINER = Marc Espie diff --git a/devel/quirks/files/Quirks.pm b/devel/quirks/files/Quirks.pm index 7e86a6edaaf..6b1cfd92e8c 100644 --- a/devel/quirks/files/Quirks.pm +++ b/devel/quirks/files/Quirks.pm @@ -1,7 +1,7 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: Quirks.pm,v 1.1200 2021/02/22 05:31:10 daniel Exp $ +# $OpenBSD: Quirks.pm,v 1.1201 2021/02/22 18:53:28 bket Exp $ # # Copyright (c) 2009 Marc Espie # @@ -2312,6 +2312,7 @@ my $cve = { 'lang/ruby/2.6,-main' => 'ruby->2.6,<2.6.2', 'mail/dovecot,-server' => 'dovecot-<2.3.10.1', 'mail/exim' => 'exim-<4.83', + 'mail/isync' => 'isync-<1.3.5', 'mail/mailman' => 'mailman-<2.1.30', 'mail/p5-Mail-SpamAssassin' => 'p5-Mail-SpamAssassin-<3.4.4', 'mail/roundcubemail' => 'roundcubemail-<1.3.8',