From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/1] Poppler: Fix CVE-2015-8868 Date: Sat, 30 Apr 2016 14:23:20 -0400 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awZYX-0006Zq-7d for guix-devel@gnu.org; Sat, 30 Apr 2016 14:23:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awZYL-0002l9-Hk for guix-devel@gnu.org; Sat, 30 Apr 2016 14:23:47 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:39087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awZYJ-0002hb-5z for guix-devel@gnu.org; Sat, 30 Apr 2016 14:23:41 -0400 Received: from jasmine.lan (c-50-191-78-78.hsd1.pa.comcast.net [50.191.78.78]) by mail.messagingengine.com (Postfix) with ESMTPA id 08E33C00014 for ; Sat, 30 Apr 2016 14:23:26 -0400 (EDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org This grafts the upstream patch to fix CVE-2015-8868 [0]. I tested some of Poppler's dependents, and they seem to work. So, I would usually just apply this without emailing. But since several hundred packages depend on Poppler, I want some confirmation that the graft is working as expected and won't require a huge number of packages to be rebuilt. Feed requested! [0] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8868 http://seclists.org/oss-sec/2016/q2/139 Leo Famulari (1): gnu: poppler: Fix CVE-2015-8868. gnu/local.mk | 1 + gnu/packages/patches/poppler-CVE-2015-8868.patch | 30 ++++++++++++++++++++++++ gnu/packages/pdf.scm | 8 +++++++ 3 files changed, 39 insertions(+) create mode 100644 gnu/packages/patches/poppler-CVE-2015-8868.patch -- 2.7.4