diff options
author | David Woodfall <dave@dawoodfall.net> | 2017-12-22 13:24:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-22 13:24:13 +0700 |
commit | 5367d99767c953a7bd54f80b1745deb0cc190793 (patch) | |
tree | a3bf90f81c071b8b229d579762a6e7cdd1eba1e7 /network/elinks/README | |
parent | a090f5badf84874cd7f9236e8a97cf6665ba2765 (diff) | |
download | slackbuilds-5367d99767c953a7bd54f80b1745deb0cc190793.tar.gz |
network/elinks: force openssl certificate hostname verification.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/elinks/README')
-rw-r--r-- | network/elinks/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/elinks/README b/network/elinks/README index a938b69028..813161f882 100644 --- a/network/elinks/README +++ b/network/elinks/README @@ -24,3 +24,10 @@ To disable the gpm mouse use the flag NOGPM=1 or combine them: NOMOUSE=1 NOGPM=1 ./elinks.SlackBuild + +This version is patched to fix the foolowing: + +Fix gopher URL: html links. +Fix gopher index queries. +Fix gopher remote directory links. +Make elinks do openssl hostname verification. |