From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fHe8Q-0002fj-2U for guix-patches@gnu.org; Sat, 12 May 2018 19:41:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fHe8N-0001hW-4c for guix-patches@gnu.org; Sat, 12 May 2018 19:41:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52060) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fHe8N-0001hS-0d for guix-patches@gnu.org; Sat, 12 May 2018 19:41:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fHe8M-0007AX-RG for guix-patches@gnu.org; Sat, 12 May 2018 19:41:02 -0400 Subject: [bug#31437] [PATCH 2/2] gnu: opencv: Ignore CVEs. References: <20180513013222.2f0629dc@alma-ubu> In-Reply-To: <20180513013222.2f0629dc@alma-ubu> Resent-Message-ID: Date: Sun, 13 May 2018 01:40:30 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180513014030.0ed32f83@alma-ubu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/kWrUI_Fiv1Ouu2GfGyEujXE"; protocol="application/pgp-signature" 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: 31437@debbugs.gnu.org --Sig_/kWrUI_Fiv1Ouu2GfGyEujXE Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable * gnu/packages/image-processing.scm (opencv)[properties]: Add a lint-hidden-cve property and add three CVEs to be ignored. --- gnu/packages/image-processing.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index ef303e134..4842ad450 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -222,6 +222,11 @@ integrates with various databases on GUI toolkits such as Qt and Tk.") (for-each delete-file '("modules/java/test/pure_test/lib/junit-4.11.= jar" "samples/java/sbt/sbt/sbt-launch.jar")))))) + ;; These three CVEs are not a problem of OpenCV, see: + ;; https://github.com/opencv/opencv/issues/10998 + (properties '((lint-hidden-cve . ("CVE-2018-7712" + "CVE-2018-7713" + "CVE-2018-7714")))) (build-system cmake-build-system) (arguments `(#:configure-flags --=20 2.17.0 --Sig_/kWrUI_Fiv1Ouu2GfGyEujXE Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlr3e24ACgkQvyhstlk+X/24bwCfYYpu0SO6SX8mPMQcUQ7F8btB xGAAn2NXqvosDGo3n3JGZGfwrn3OCvp5 =5Ar+ -----END PGP SIGNATURE----- --Sig_/kWrUI_Fiv1Ouu2GfGyEujXE--