From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fI9Oo-0005EF-AV for guix-patches@gnu.org; Mon, 14 May 2018 05:04:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fI9Ok-0001qg-FG for guix-patches@gnu.org; Mon, 14 May 2018 05:04:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53606) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fI9Ok-0001qV-Ba for guix-patches@gnu.org; Mon, 14 May 2018 05:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fI9Ok-00023v-2K for guix-patches@gnu.org; Mon, 14 May 2018 05:04:02 -0400 Subject: bug#31437: [PATCH 2/2] gnu: opencv: Ignore CVEs. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180513013222.2f0629dc@alma-ubu> <20180513014030.0ed32f83@alma-ubu> Date: Mon, 14 May 2018 11:03:07 +0200 In-Reply-To: <20180513014030.0ed32f83@alma-ubu> ("=?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?="'s message of "Sun, 13 May 2018 01:40:30 +0200") Message-ID: <87vabqa9tg.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Cc: 31437-done@debbugs.gnu.org Bj=C3=B6rn H=C3=B6fling skribis: > * gnu/packages/image-processing.scm (opencv)[properties]: Add a > lint-hidden-cve property and add three CVEs to be ignored. Applied, thanks!