You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2016/12/18 18:51:54 UTC

[1/7] incubator-guacamole-server git commit: GUACAMOLE-143: Include DISCLAIMER and NOTICE within source .tar.gz.

Repository: incubator-guacamole-server
Updated Branches:
  refs/heads/master ecc3a7d49 -> e0e42e8aa


GUACAMOLE-143: Include DISCLAIMER and NOTICE within source .tar.gz.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/c61037c4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/c61037c4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/c61037c4

Branch: refs/heads/master
Commit: c61037c4a68e14a1924ac4399e8b9c92054ffab4
Parents: 78e6215
Author: Michael Jumper <mj...@apache.org>
Authored: Sat Dec 17 20:59:57 2016 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Sat Dec 17 20:59:57 2016 -0800

----------------------------------------------------------------------
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/c61037c4/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index bf1fac1..715c9dd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,7 +71,9 @@ SUBDIRS += src/guacenc
 endif
 
 EXTRA_DIST =     \
+    DISCLAIMER   \
     LICENSE      \
+    NOTICE       \
     bin/guacctl  \
     doc/Doxyfile
 


[4/7] incubator-guacamole-server git commit: GUACAMOLE-145: Update README to include (correct) required and optional dependencies.

Posted by jm...@apache.org.
GUACAMOLE-145: Update README to include (correct) required and optional dependencies.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/40cc1536
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/40cc1536
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/40cc1536

Branch: refs/heads/master
Commit: 40cc1536af5b186e1f1479a4ea2ea3bc17c5b66f
Parents: 78e6215
Author: Michael Jumper <mj...@apache.org>
Authored: Sat Dec 17 22:00:55 2016 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Sat Dec 17 22:00:55 2016 -0800

----------------------------------------------------------------------
 README | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 58 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/40cc1536/README
----------------------------------------------------------------------
diff --git a/README b/README
index f16ead9..ac017e7 100644
--- a/README
+++ b/README
@@ -32,13 +32,68 @@ proxy which translates between arbitrary protocols and the Guacamole protocol.
 
 
 ------------------------------------------------------------
+ Required dependencies
+------------------------------------------------------------
+
+All software within guacamole-server is built using the popular GNU Automake,
+and thus provides the standard configure script. Before compiling, at least
+the following required dependencies must already be installed:
+
+    1) Cairo (http://cairographics.org/)
+
+    2) libjpeg-turbo (http://libjpeg-turbo.virtualgl.org/)
+       OR libjpeg (http://www.ijg.org/)
+
+    3) libpng (http://www.libpng.org/pub/png/libpng.html)
+
+    4) OSSP UUID (http://www.ossp.org/pkg/lib/uuid/)
+
+
+------------------------------------------------------------
+ Optional dependencies
+------------------------------------------------------------
+
+In addition, the following optional dependencies may be installed in order to
+enable optional features of Guacamole. Note that while the various supported
+protocols are technically optional, you will no doubt wish to install the 
+dependencies of at least ONE supported protocol, as Guacamole would be useless
+otherwise.
+
+    RDP:
+        * FreeRDP (http://www.freerdp.com/)
+
+    SSH:
+        * libssh2 (http://www.libssh2.org/)
+        * OpenSSL (https://www.openssl.org/)
+        * Pango (http://www.pango.org/)
+
+    Telnet:
+        * libtelnet (https://github.com/seanmiddleditch/libtelnet)
+        * Pango (http://www.pango.org/)
+
+    VNC:
+        * libVNCserver (http://libvnc.github.io/)
+
+    Support for audio within VNC:
+        * PulseAudio (http://www.freedesktop.org/wiki/Software/PulseAudio/)
+
+    Support for SFTP file transfer for VNC or RDP:
+        * libssh2 (http://www.libssh2.org/)
+        * OpenSSL (https://www.openssl.org/)
+
+    Support for WebP image compression:
+        * libwebp (https://developers.google.com/speed/webp/)
+
+    "guacenc" video encoding utility:
+        * FFmpeg (https://ffmpeg.org/)
+
+
+------------------------------------------------------------
  Compiling and installing guacd, libguac, etc.
 ------------------------------------------------------------
 
 All software within guacamole-server is built using the popular GNU Automake,
-and thus provides the standard configure script. Before compiling, you need to
-have compiled and installed libguac, the core Guacamole library. This is
-available from the main Apache Guacamole site at http://guacamole.incubator.apache.org/.
+and thus provides the standard configure script.
 
 1) Run configure
 


[7/7] incubator-guacamole-server git commit: Merge changes for 0.9.10-incubating release back to master.

Posted by jm...@apache.org.
Merge changes for 0.9.10-incubating release back to master.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/e0e42e8a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/e0e42e8a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/e0e42e8a

Branch: refs/heads/master
Commit: e0e42e8aa8dbbf689250ed36697042f6a3ec1646
Parents: ecc3a7d 68fdd4d
Author: James Muehlner <ja...@guac-dev.org>
Authored: Sun Dec 18 10:51:15 2016 -0800
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Sun Dec 18 10:51:15 2016 -0800

----------------------------------------------------------------------
 Makefile.am | 14 +++++++++----
 README      | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 68 insertions(+), 7 deletions(-)
----------------------------------------------------------------------



[6/7] incubator-guacamole-server git commit: GUACAMOLE-145: Merge README changes for updated dependency information.

Posted by jm...@apache.org.
GUACAMOLE-145: Merge README changes for updated dependency information.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/68fdd4d2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/68fdd4d2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/68fdd4d2

Branch: refs/heads/master
Commit: 68fdd4d290ba1324af2e9d15440fa8276beae3aa
Parents: bb13105 40cc153
Author: James Muehlner <ja...@guac-dev.org>
Authored: Sun Dec 18 10:44:24 2016 -0800
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Sun Dec 18 10:44:24 2016 -0800

----------------------------------------------------------------------
 README | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 58 insertions(+), 3 deletions(-)
----------------------------------------------------------------------



[2/7] incubator-guacamole-server git commit: GUACAMOLE-143: Include CONTRIBUTING within source .tar.gz.

Posted by jm...@apache.org.
GUACAMOLE-143: Include CONTRIBUTING within source .tar.gz.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/2a55474c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/2a55474c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/2a55474c

Branch: refs/heads/master
Commit: 2a55474c92145f0fbfac6e2cbfeff9e1d1d40671
Parents: c61037c
Author: Michael Jumper <mj...@apache.org>
Authored: Sat Dec 17 21:09:17 2016 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Sat Dec 17 21:09:17 2016 -0800

----------------------------------------------------------------------
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/2a55474c/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 715c9dd..8489012 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,6 +71,7 @@ SUBDIRS += src/guacenc
 endif
 
 EXTRA_DIST =     \
+    CONTRIBUTING \
     DISCLAIMER   \
     LICENSE      \
     NOTICE       \


[3/7] incubator-guacamole-server git commit: GUACAMOLE-143: Include guacd-docker within source .tar.gz.

Posted by jm...@apache.org.
GUACAMOLE-143: Include guacd-docker within source .tar.gz.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/6101be62
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/6101be62
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/6101be62

Branch: refs/heads/master
Commit: 6101be6234a4c3c37754d37a98a45b02926e1cfe
Parents: 2a55474
Author: Michael Jumper <mj...@apache.org>
Authored: Sat Dec 17 21:15:13 2016 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Sat Dec 17 21:15:13 2016 -0800

----------------------------------------------------------------------
 Makefile.am | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/6101be62/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 8489012..54899e9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,11 +70,14 @@ if ENABLE_GUACENC
 SUBDIRS += src/guacenc
 endif
 
-EXTRA_DIST =     \
-    CONTRIBUTING \
-    DISCLAIMER   \
-    LICENSE      \
-    NOTICE       \
-    bin/guacctl  \
-    doc/Doxyfile
+EXTRA_DIST =      \
+    .dockerignore \
+    CONTRIBUTING  \
+    DISCLAIMER    \
+    Dockerfile    \
+    LICENSE       \
+    NOTICE        \
+    bin/guacctl   \
+    doc/Doxyfile  \
+    src/guacd-docker
 


[5/7] incubator-guacamole-server git commit: GUACAMOLE-143: Merge fix for missing files in server artifact.

Posted by jm...@apache.org.
GUACAMOLE-143: Merge fix for missing files in server artifact.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/bb131053
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/bb131053
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/bb131053

Branch: refs/heads/master
Commit: bb13105338a23acf96bcc99dcc5499ab72aa21e9
Parents: 78e6215 6101be6
Author: James Muehlner <ja...@guac-dev.org>
Authored: Sun Dec 18 10:30:34 2016 -0800
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Sun Dec 18 10:30:34 2016 -0800

----------------------------------------------------------------------
 Makefile.am | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)
----------------------------------------------------------------------