commit 5ae325ebc8cde2d9c3810d385f9111597345d597 from: Thomas Adam date: Sat Jul 16 12:30:34 2022 UTC portable: ci: add libtls/libressl Needed for TLS in gotwebd. commit - 21bb1653274d1cbdd3e02b7c7c71cb3d50a8289e commit + 5ae325ebc8cde2d9c3810d385f9111597345d597 blob - fe6ca888c585c25c77b7386cc1da8453388f1ac7 blob + 444962dd1cbdb1e71a50917fadcb7d3abef833c0 --- .github/ci/before-install.sh +++ .github/ci/before-install.sh @@ -15,6 +15,7 @@ if [ "$CIRRUS_OS" = "linux" ]; then zlib1g-dev \ git \ athena-jot \ + libtls-dev \ ed fi @@ -34,5 +35,6 @@ if [ "$CIRRUS_OS" = "darwin" ]; then ncurses \ ossp-uuid \ git \ - libevent + libevent \ + libressl fi blob - 2dcc193feaa29ec61c388cb2aaba4b26bb478dd0 blob + fc8cc30138461b198ffdb88c36f4091b44034e98 --- README.portable +++ README.portable @@ -26,6 +26,7 @@ Linux: * `pkg-config` (for searching libraries) * `bison` (for configuration file grammar) * `libevent` (for gotwebd) +* `libtls` (for gotwebd) FreeBSD: @@ -33,6 +34,7 @@ FreeBSD: * `pkgconf` * `GNU coreutils` (for running tests) * `libevent` (for gotwebd) +* `libtls` (for gotwebd) NetBSD: @@ -60,6 +62,7 @@ Darwin (MacOS): * `ossp-uuid` * `GNU coreutils` (for running tests) * `libevent` (for gotwebd) +* `libtls` (for gotwebd) TESTS (REGRESS) ===============