summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2016-02-12 23:40:22 -0600
committer Robby Workman <rworkman@slackbuilds.org>2016-02-12 23:40:22 -0600
commit3d37ae4836c17b2ea4640e0d57060fae8a046f94 (patch)
tree3d74b30bbddcf58cd89d6dbf89d26629568145ad
parent54534d3d6e806a565c96468a438e40a0bb253c09 (diff)
downloadslackbuilds-3d37ae4836c17b2ea4640e0d57060fae8a046f94.tar.gz
slackbuilds-3d37ae4836c17b2ea4640e0d57060fae8a046f94.tar.xz
Multiple: Kill libssh2 refs
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--libraries/libgit2/README2
-rw-r--r--network/guacamole-server/README15
2 files changed, 8 insertions, 9 deletions
diff --git a/libraries/libgit2/README b/libraries/libgit2/README
index 867ba5e590..bd1fbdf41f 100644
--- a/libraries/libgit2/README
+++ b/libraries/libgit2/README
@@ -2,4 +2,4 @@ libgit2 is a portable, pure C implementation of the Git core methods provided as
a re-entrant linkable library with a solid API, allowing you to write native
speed custom Git applications in any language which supports C bindings.
-Optional: libssh2 (for ssh transport) and http-parser
+Optional: http-parser
diff --git a/network/guacamole-server/README b/network/guacamole-server/README
index e6a77bad72..61d82a5c18 100644
--- a/network/guacamole-server/README
+++ b/network/guacamole-server/README
@@ -1,11 +1,10 @@
guacamole-server - Guacamole server
-guacamole-server contains all the native, server-side
-components required by Guacamole to connect to remote
-desktops. It provides a common C library, libguac, which all
-other native components depend on, as well as separate
-libraries for each supported protocol, and guacd, the heart
-of Guacamole.
+guacamole-server contains all the native, server-side components
+required by Guacamole to connect to remote desktops. It provides
+a common C library, libguac, which all other native components
+depend on, as well as separate libraries for each supported
+protocol, and guacd, the heart of Guacamole.
-The dependency for the libraries of freerdp, libtelnet, libssh2 are
-optional, as Slackware by default has libvncserver installed.
+The dependency for the libraries of freerdp and libtelnet are optional,
+as Slackware by default has libvncserver and libssh2 installed.