commit 90220ce4aca774c9006ca26d05cc35f9256fe6d5 from: Thomas Adam date: Sat Jul 16 14:35:49 2022 UTC Revert "portable: ci: add libtls/libressl" Remove libtls/libressl as TLS isn't going to be supported in gotweb any time soon. This reverts commit 5ae325ebc8cde2d9c3810d385f9111597345d597. commit - 25443dd1e0f215944df18fb7445d253be205bd58 commit + 90220ce4aca774c9006ca26d05cc35f9256fe6d5 blob - 444962dd1cbdb1e71a50917fadcb7d3abef833c0 blob + fe6ca888c585c25c77b7386cc1da8453388f1ac7 --- .github/ci/before-install.sh +++ .github/ci/before-install.sh @@ -15,7 +15,6 @@ if [ "$CIRRUS_OS" = "linux" ]; then zlib1g-dev \ git \ athena-jot \ - libtls-dev \ ed fi @@ -35,6 +34,5 @@ if [ "$CIRRUS_OS" = "darwin" ]; then ncurses \ ossp-uuid \ git \ - libevent \ - libressl + libevent fi blob - fc8cc30138461b198ffdb88c36f4091b44034e98 blob + 2dcc193feaa29ec61c388cb2aaba4b26bb478dd0 --- README.portable +++ README.portable @@ -26,7 +26,6 @@ Linux: * `pkg-config` (for searching libraries) * `bison` (for configuration file grammar) * `libevent` (for gotwebd) -* `libtls` (for gotwebd) FreeBSD: @@ -34,7 +33,6 @@ FreeBSD: * `pkgconf` * `GNU coreutils` (for running tests) * `libevent` (for gotwebd) -* `libtls` (for gotwebd) NetBSD: @@ -62,7 +60,6 @@ Darwin (MacOS): * `ossp-uuid` * `GNU coreutils` (for running tests) * `libevent` (for gotwebd) -* `libtls` (for gotwebd) TESTS (REGRESS) ===============