all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 726c5480034ab6e78da9cdc475b606601775f5a7 756 bytes (raw)
name: gnu/packages/patches/w3m-force-ssl_verify_server-on.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 
From 760bfc04b5b86441d13c77e0306e315907544b64 Mon Sep 17 00:00:00 2001
From: Leo Famulari <leo@famulari.name>
Date: Tue, 5 Jan 2016 17:15:18 -0500
Subject: [PATCH 2/4] Force ssl_verify_server on.

By default, SSL/TLS certificates are not verified. This enables the
verification.
---
 fm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fm.h b/fm.h
index 8378939..320906c 100644
--- a/fm.h
+++ b/fm.h
@@ -1135,7 +1135,7 @@ global int view_unseenobject init(TRUE);
 #endif
 
 #if defined(USE_SSL) && defined(USE_SSL_VERIFY)
-global int ssl_verify_server init(FALSE);
+global int ssl_verify_server init(TRUE);
 global char *ssl_cert_file init(NULL);
 global char *ssl_key_file init(NULL);
 global char *ssl_ca_path init(NULL);
-- 
2.6.4


debug log:

solving 726c548 ...
found 726c548 in https://yhetil.org/guix/d54e3f576279d76d3e1e8e1a068b7817aeb6c1da.1452042322.git.leo@famulari.name/ ||
	https://yhetil.org/guix/5ea735685b49a166c74b756cb311e8a6142e132c.1452045889.git.leo@famulari.name/

applying [1/1] https://yhetil.org/guix/d54e3f576279d76d3e1e8e1a068b7817aeb6c1da.1452042322.git.leo@famulari.name/
diff --git a/gnu/packages/patches/w3m-force-ssl_verify_server-on.patch b/gnu/packages/patches/w3m-force-ssl_verify_server-on.patch
new file mode 100644
index 0000000..726c548

1:24: trailing whitespace.
 
1:31: trailing whitespace.
-- 
Checking patch gnu/packages/patches/w3m-force-ssl_verify_server-on.patch...
1:33: new blank line at EOF.
+
Applied patch gnu/packages/patches/w3m-force-ssl_verify_server-on.patch cleanly.
warning: 3 lines add whitespace errors.

skipping https://yhetil.org/guix/5ea735685b49a166c74b756cb311e8a6142e132c.1452045889.git.leo@famulari.name/ for 726c548
index at:
100644 726c5480034ab6e78da9cdc475b606601775f5a7	gnu/packages/patches/w3m-force-ssl_verify_server-on.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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.