From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGX9v-0005Dv-RJ for guix-patches@gnu.org; Wed, 09 May 2018 18:02:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGX9v-0001Te-4c for guix-patches@gnu.org; Wed, 09 May 2018 18:02:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47784) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fGX9v-0001Ta-1g for guix-patches@gnu.org; Wed, 09 May 2018 18:02:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fGX9u-0000oP-OK for guix-patches@gnu.org; Wed, 09 May 2018 18:02:02 -0400 Subject: bug#30801: Add opencv Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180313175809.7d782c1a@alma-ubu> <87po45rqx5.fsf@gnu.org> <20180401002649.37231b47@alma-ubu> <87a7unglrh.fsf@gnu.org> <20180507203547.3ae3cb35@alma-ubu> Date: Thu, 10 May 2018 00:01:13 +0200 In-Reply-To: <20180507203547.3ae3cb35@alma-ubu> ("=?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?="'s message of "Mon, 7 May 2018 20:35:47 +0200") Message-ID: <878t8sxzdi.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: 30801-done@debbugs.gnu.org Hi Bj=C3=B6rn, Bj=C3=B6rn H=C3=B6fling skribis: > Here is another update: > > * Kept it in one output. > * No, there are no .a-files. > * I tried to build the documentation, but somehow it did not work. > Postponed for the next update. > * Added more to the description. > * The new ffmpeg 4.0 caused a core dump during test phase, so I set it > explicitly to the old 3.4. Awesome, thanks for looking into this. > From 0e234430fec497d3c7702e288474e39d37cb8ae8 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Bj=3DC3=3DB6rn=3D20H=3DC3=3DB6fling?=3D > > Date: Fri, 16 Feb 2018 20:31:37 +0100 > Subject: [PATCH] gnu: Add opencv. > > * gnu/packages/image-processing.scm (opencv): New variable. Applied! =E2=80=98guix lint=E2=80=99 reports this: gnu/packages/image-processing.scm:201:2: opencv@3.4.1: probably vulnerabl= e to CVE-2018-7712, CVE-2018-7713, CVE-2018-7714 Could you take a look? It could be that 3.4.2 is around the corner and we=E2=80=99ll just update at that point; if not, we may have to apply upstr= eam patches for these issues. Thank you! Ludo=E2=80=99.