# HG changeset patch # User Lucas Levrel # Date 1547194751 -3600 # Node ID 967d2dae80d9d80e82480a420c1c588a47410a38 # Parent e05759d971f85a53bbdba4e085a256819706b6e4 Add SSL support to retawq (needed by man to browse linux.die.net) diff -r e05759d971f8 -r 967d2dae80d9 retawq/description.txt --- a/retawq/description.txt Thu Jan 10 22:30:58 2019 +0100 +++ b/retawq/description.txt Fri Jan 11 09:19:11 2019 +0100 @@ -4,3 +4,4 @@ network communications are performed in a non-blocking way, and you can keep open as many "virtual windows" as you want and work simultaneously in two of them in a split-screen mode. +In SliTaz the "man" command uses it to browse online manpages. diff -r e05759d971f8 -r 967d2dae80d9 retawq/receipt --- a/retawq/receipt Thu Jan 10 22:30:58 2019 +0100 +++ b/retawq/receipt Fri Jan 11 09:19:11 2019 +0100 @@ -12,8 +12,8 @@ TAGS="web-browser" HOST_ARCH="i486 arm" -DEPENDS="ncurses libtinfo" -BUILD_DEPENDS="ncurses-dev libtinfo" +DEPENDS="ncurses libtinfo openssl" +BUILD_DEPENDS="ncurses-dev libtinfo openssl-dev" # Rules to configure and make the package. compile_rules() @@ -28,6 +28,7 @@ ./configure \ --enable-local-cgi \ + --set-tls=2 \ --path-prefix=/usr \ --path-doc=/usr/share/doc/retawq \ --path-man=/usr/share/man \