Commit Diff


commit - e9ac8ffb81b959aef62a5b522a7e340da6ffd597
commit + 62e037f1de942562a70addbbb4695c524f660160
blob - 5de870f8e8a063267a51295a5029e4eb95851dd0
blob + 3ddc2fae3fb48b06b39d70257973dde129ab63bd
--- .github/README.md
+++ .github/README.md
@@ -18,6 +18,9 @@ The following operating systems are supported:
 DEPENDENCIES
 ============
 
+Note that the names of these libraries are indicative only; the names might
+vary. 
+
 Linux:
 
 * `libncurses` (for tog(1))
@@ -27,12 +30,14 @@ Linux:
 * `libz` (for Z compression)
 * `pkg-config` (for searching libraries)
 * `bison` (for configuration file grammar)
+* `libtls` (may be known as `libretls`)
 
 FreeBSD:
 
 * `automake`
 * `pkgconf`
 * `libevent` (for gotwebd)
+* `libretls`
 
 NetBSD:
 
@@ -40,6 +45,7 @@ NetBSD:
 * `libuuid`
 * `ncuresesw`
 * `libevent` (for gotwebd)
+* `libretls`
 
 DragonFlyBSD:
 
@@ -47,6 +53,7 @@ DragonFlyBSD:
 * `pkgconf`
 * `openssl`
 * `libevent` (for gotwebd)
+* `libretls`
 
 Darwin (MacOS):
 
@@ -57,6 +64,7 @@ Darwin (MacOS):
 * `openssl`
 * `ossp-uuid`
 * `libevent` (for gotwebd)
+* `libtls`
 
 TESTS (REGRESS)
 ===============
blob - 28648c1a40c60540523441659d59afee69052e7e
blob + 68926998bd2db00bc8eb0b4f1c987174e4119875
--- README.portable
+++ README.portable
@@ -15,6 +15,9 @@ The following operating systems are supported:
 DEPENDENCIES
 ============
 
+Note that the names of these libraries are indicative only; the names might
+vary.
+
 Linux:
 
 * `libncurses` (for tog(1))
@@ -25,11 +28,13 @@ Linux:
 * `pkg-config` (for searching libraries)
 * `bison` (for configuration file grammar)
 * `libevent` (for gotwebd)
+* `libtls` (may be known as `libretls`)
 
 FreeBSD:
 
 * `automake`
 * `pkgconf`
+* `libretls`
 * `libevent` (for gotwebd)
 
 NetBSD:
@@ -38,6 +43,7 @@ NetBSD:
 * `libuuid`
 * `ncuresesw`
 * `libevent` (for gotwebd)
+* `libretls`
 
 DragonFlyBSD:
 
@@ -45,6 +51,7 @@ DragonFlyBSD:
 * `pkgconf`
 * `openssl`
 * `libevent` (for gotwebd)
+* `libretls`
 
 Darwin (MacOS):
 
@@ -55,6 +62,7 @@ Darwin (MacOS):
 * `openssl`
 * `ossp-uuid`
 * `libevent` (for gotwebd)
+* `libretls`
 
 TESTS (REGRESS)
 ===============