all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [v2 0/2] w3m: Enable SSL / TLS.
@ 2016-01-06  1:11 Leo Famulari
  2016-01-06  1:11 ` [v2 1/2] gnu: w3m: Update patch to use '-p1' Leo Famulari
  2016-01-06  1:11 ` [v2 2/2] gnu: w3m: Enable SSL, disable broken protocols and ciphers Leo Famulari
  0 siblings, 2 replies; 5+ messages in thread
From: Leo Famulari @ 2016-01-06  1:11 UTC (permalink / raw)
  To: guix-devel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-06  2:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-06  1:11 [v2 0/2] w3m: Enable SSL / TLS Leo Famulari
2016-01-06  1:11 ` [v2 1/2] gnu: w3m: Update patch to use '-p1' Leo Famulari
2016-01-06  1:11 ` [v2 2/2] gnu: w3m: Enable SSL, disable broken protocols and ciphers Leo Famulari
2016-01-06  1:49   ` Leo Famulari
2016-01-06  2:05     ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.