commit ac4b63f9fe0d3b186ebd758377a230afbd252cb9 parent 4223a3e7adff1430a5d5ddb39c8c5f2666727ebf Author: Josuah Demangeon <mail@josuah.net> Date: Thu, 22 Feb 2018 12:08:52 +0100 added libbearssl back Diffstat:
A | pack/libbearssl/build | | | 7 | +++++++ |
A | pack/libbearssl/tar | | | 1 | + |
M | skel/inetd.conf | | | 10 | +++++----- |
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/pack/libbearssl/build b/pack/libbearssl/build @@ -0,0 +1,7 @@ +case $(uname) in (Linux) make ;; (*BSD) gmake ;; esac + +mkdir -p "$OPT/bin" "$OPT/lib" "$OPT/include" + +cp build/brssl build/test* "$OPT/bin" +cp build/libbearssl.* "$OPT/lib" +cp inc/* "$OPT/include" diff --git a/pack/libbearssl/tar b/pack/libbearssl/tar @@ -0,0 +1 @@ +https://bearssl.org/bearssl-0.4.tar.gz diff --git a/skel/inetd.conf b/skel/inetd.conf @@ -11,8 +11,8 @@ #git stream tcp nowait nobody /XXX/bin/git git daemon --inetd --base-path=/XXX/git --export-all -#/tmp/irc.cyberia.is stream unix nowait nobody /XXX/bin/openssl openssl s_client -quiet -connect irc.cyberia.is:6697 -#/tmp/unix.chat stream unix nowait nobody /XXX/bin/openssl openssl s_client -quiet -connect unix.chat:6697 -#/tmp/irc.freenode.net stream unix nowait nobody /XXX/bin/openssl openssl s_client -quiet -connect irc.freenode.net:6697 -#/tmp/irc.oftc.net stream unix nowait nobody /XXX/bin/openssl openssl s_client -quiet -connect irc.oftc.net:6697 -#/tmp/irc.rezosup.net stream unix nowait nobody /XXX/bin/openssl openssl s_client -quiet -connect irc.rezosup.net:6697 +#/tmp/irc.cyberia.is stream unix nowait nobody /XXX/bin/brssl brssl client irc.cyberia.is:6697 +#/tmp/unix.chat stream unix nowait nobody /XXX/bin/brssl brssl client unix.chat:6697 +#/tmp/irc.freenode.net stream unix nowait nobody /XXX/bin/brssl brssl client irc.freenode.net:6697 +#/tmp/irc.oftc.net stream unix nowait nobody /XXX/bin/brssl brssl client irc.oftc.net:6697 +#/tmp/irc.rezosup.net stream unix nowait nobody /XXX/bin/brssl brssl client irc.rezosup.net:6697