From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [v2 0/2] w3m: Enable SSL / TLS. Date: Tue, 5 Jan 2016 20:11:10 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGcdF-0006nJ-Hb for guix-devel@gnu.org; Tue, 05 Jan 2016 20:11:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGcdC-0007Bi-RE for guix-devel@gnu.org; Tue, 05 Jan 2016 20:11:21 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:45235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGcdC-00078m-Na for guix-devel@gnu.org; Tue, 05 Jan 2016 20:11:18 -0500 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 11873C016F2 for ; Tue, 5 Jan 2016 20:11:15 -0500 (EST) 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Here is another take on bug#16791. This updates an existing patch to work with `patch -p1` and then applies patches that enable SSL / TLS verification and disable broken SSL protocols and ciphers. Thoughts? Leo Famulari (2): gnu: w3m: Update patch to use '-p1'. gnu: w3m: Enable SSL, disable broken protocols and ciphers. gnu-system.am | 3 +++ .../patches/w3m-disable-sslv2-and-sslv3.patch | 26 +++++++++++++++++++++ .../patches/w3m-disable-weak-ciphers.patch | 27 ++++++++++++++++++++++ gnu/packages/patches/w3m-fix-compile.patch | 24 ++++++++++++++----- .../patches/w3m-force-ssl_verify_server-on.patch | 27 ++++++++++++++++++++++ gnu/packages/w3m.scm | 7 ++++-- 6 files changed, 106 insertions(+), 8 deletions(-) create mode 100644 gnu/packages/patches/w3m-disable-sslv2-and-sslv3.patch create mode 100644 gnu/packages/patches/w3m-disable-weak-ciphers.patch create mode 100644 gnu/packages/patches/w3m-force-ssl_verify_server-on.patch -- 2.6.4