unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 31f53bee3da17e62cf7fb07449efb978d30c2f3e 743 bytes (raw)
name: gnu/packages/patches/w3m-disable-sslv2-and-sslv3.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 7b8d2dbc41b6bdab09e2e632e8481f6e8b585a42 Mon Sep 17 00:00:00 2001
From: Leo Famulari <leo@famulari.name>
Date: Tue, 5 Jan 2016 17:15:33 -0500
Subject: [PATCH 3/4] Disable SSLv2 and SSLv3.

The only remaining methods are TLSv1.* (the code never distinguishes
between TLSv1.0, TLSv1.1, and TLSv1.2).
---
 fm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fm.h b/fm.h
index 320906c..ddcd4fc 100644
--- a/fm.h
+++ b/fm.h
@@ -1144,7 +1144,7 @@ global int ssl_path_modified init(FALSE);
 #endif				/* defined(USE_SSL) &&
 				 * defined(USE_SSL_VERIFY) */
 #ifdef USE_SSL
-global char *ssl_forbid_method init(NULL);
+global char *ssl_forbid_method init("2, 3");
 #endif
 
 global int is_redisplay init(FALSE);
-- 
2.6.4


debug log:

solving 31f53be ...
found 31f53be in https://yhetil.org/guix-devel/5ea735685b49a166c74b756cb311e8a6142e132c.1452045889.git.leo@famulari.name/

applying [1/1] https://yhetil.org/guix-devel/5ea735685b49a166c74b756cb311e8a6142e132c.1452045889.git.leo@famulari.name/
diff --git a/gnu/packages/patches/w3m-disable-sslv2-and-sslv3.patch b/gnu/packages/patches/w3m-disable-sslv2-and-sslv3.patch
new file mode 100644
index 0000000..31f53be

1:24: space before tab in indent.
 				 * defined(USE_SSL_VERIFY) */
1:29: trailing whitespace.
 
1:31: trailing whitespace.
-- 
Checking patch gnu/packages/patches/w3m-disable-sslv2-and-sslv3.patch...
1:33: new blank line at EOF.
+
Applied patch gnu/packages/patches/w3m-disable-sslv2-and-sslv3.patch cleanly.
warning: 4 lines add whitespace errors.

index at:
100644 31f53bee3da17e62cf7fb07449efb978d30c2f3e	gnu/packages/patches/w3m-disable-sslv2-and-sslv3.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).