From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxZZ4-0002KJ-VR for guix-patches@gnu.org; Mon, 10 Apr 2017 09:41:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cxZZ0-0004Ol-Hj for guix-patches@gnu.org; Mon, 10 Apr 2017 09:41:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42491) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cxZZ0-0004Oe-EK for guix-patches@gnu.org; Mon, 10 Apr 2017 09:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cxZZ0-0008Qh-55 for guix-patches@gnu.org; Mon, 10 Apr 2017 09:41:02 -0400 Subject: bug#26431: [PATCH 0/2] Fix CVE-2017-7186 in pcre and pcre2 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxZXt-00027r-Fv for guix-patches@gnu.org; Mon, 10 Apr 2017 09:39:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cxZXs-00043T-LS for guix-patches@gnu.org; Mon, 10 Apr 2017 09:39:53 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Mon, 10 Apr 2017 15:39:36 +0200 Message-Id: <20170410133936.29955-1-ludo@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: 26431@debbugs.gnu.org Hello, These patches fix in pcre and pcre2 using the upstream patches referenced in the CVE database. Ludo'. Ludovic Courtès (2): gnu: pcre2: Patch CVE-2017-7186. gnu: pcre: Patch CVE-2017-7186. gnu/local.mk | 2 + gnu/packages/patches/pcre-CVE-2017-7186.patch | 55 +++++++++++++++++++++ gnu/packages/patches/pcre2-CVE-2017-7186.patch | 67 ++++++++++++++++++++++++++ gnu/packages/pcre.scm | 13 ++++- 4 files changed, 136 insertions(+), 1 deletion(-) create mode 100644 gnu/packages/patches/pcre-CVE-2017-7186.patch create mode 100644 gnu/packages/patches/pcre2-CVE-2017-7186.patch -- 2.12.2