From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/1] OpenSSL 1.1.0 Date: Thu, 1 Sep 2016 21:59:28 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfdlj-0004VR-2V for guix-devel@gnu.org; Thu, 01 Sep 2016 21:59:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfdlf-0004hQ-KS for guix-devel@gnu.org; Thu, 01 Sep 2016 21:59:47 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:56760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfdle-0004ct-8o for guix-devel@gnu.org; Thu, 01 Sep 2016 21:59:43 -0400 Received: from localhost.localdomain (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id B7271F29CE for ; Thu, 1 Sep 2016 21:59:34 -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 patch updates to OpenSSL to 1.1.0. I don't think we should update now; basically nothing works yet with the new interface. But, I could adapt the patch to add this version as openssl-next. Your thoughts? PS — Python's journey to support OpenSSL 1.1.0: https://bugs.python.org/issue26470 Leo Famulari (1): gnu: openssl: Update to 1.1.0. gnu/local.mk | 3 - gnu/packages/patches/openssl-CVE-2016-2177.patch | 286 ----------------------- gnu/packages/patches/openssl-CVE-2016-2178.patch | 112 --------- gnu/packages/patches/openssl-c-rehash-in.patch | 12 +- gnu/packages/patches/openssl-runpath.patch | 15 -- gnu/packages/tls.scm | 42 ++-- 6 files changed, 21 insertions(+), 449 deletions(-) delete mode 100644 gnu/packages/patches/openssl-CVE-2016-2177.patch delete mode 100644 gnu/packages/patches/openssl-CVE-2016-2178.patch delete mode 100644 gnu/packages/patches/openssl-runpath.patch -- 2.9.3