summaryrefslogtreecommitdiffstats
path: root/network/elinks/README
diff options
context:
space:
mode:
author David Woodfall2017-12-29 00:48:55 +0100
committer Willy Sudiarto Raharjo2018-01-06 00:54:58 +0100
commit2ea44079300f3fdcc728306e422987bbc419a0ca (patch)
tree345831bed594114276810d2375f62a2cdceeca51 /network/elinks/README
parentacf4ad14e61fecba7d58f5c2bb885ad85cdbb0f9 (diff)
downloadslackbuilds-2ea44079300f3fdcc728306e422987bbc419a0ca.tar.gz
network/elinks: Patched to fix gopher link issues.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/elinks/README')
-rw-r--r--network/elinks/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/network/elinks/README b/network/elinks/README
index 813161f882..736c32bde8 100644
--- a/network/elinks/README
+++ b/network/elinks/README
@@ -25,9 +25,10 @@ or combine them:
NOMOUSE=1 NOGPM=1 ./elinks.SlackBuild
-This version is patched to fix the foolowing:
+This version is patched to fix the following issues:
Fix gopher URL: html links.
Fix gopher index queries.
-Fix gopher remote directory links.
-Make elinks do openssl hostname verification.
+Fix gopher directory links.
+Make elinks verify ssl hostnames.
+Fix a few more issues with gopher links.