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 2022/08/16 18:48:52 UTC

[guacamole-server] branch master updated (6ab82446 -> 15f6e9f6)

This is an automated email from the ASF dual-hosted git repository.

jmuehlner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git


    from 6ab82446 GUACAMOLE-1652: Merge only call SSL init functions when the library version requires it.
     add 7f4246b6 GUACAMOLE-1540: Manual build all core protocol libraries for Docker image using Alpine Linux base.
     add b5addfe3 GUACAMOLE-1540: Merge Alpine Linux docker base image with manual library builds.
     new 15f6e9f6 Merge 1.5.0 changes back to master.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Dockerfile                                   | 219 +++++++++++++++------------
 src/guacd-docker/bin/build-all.sh            | 115 ++++++++++++++
 src/guacd-docker/bin/build-guacd.sh          |  49 ------
 src/guacd-docker/bin/link-freerdp-plugins.sh |  76 ----------
 src/guacd-docker/bin/list-dependencies.sh    |  18 +--
 5 files changed, 246 insertions(+), 231 deletions(-)
 create mode 100755 src/guacd-docker/bin/build-all.sh
 delete mode 100755 src/guacd-docker/bin/build-guacd.sh
 delete mode 100755 src/guacd-docker/bin/link-freerdp-plugins.sh


[guacamole-server] 01/01: Merge 1.5.0 changes back to master.

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jmuehlner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git

commit 15f6e9f678a584b0fe374ddd279ec453515008ae
Merge: 6ab82446 b5addfe3
Author: James Muehlner <ja...@guac-dev.org>
AuthorDate: Tue Aug 16 18:47:59 2022 +0000

    Merge 1.5.0 changes back to master.

 Dockerfile                                   | 219 +++++++++++++++------------
 src/guacd-docker/bin/build-all.sh            | 115 ++++++++++++++
 src/guacd-docker/bin/build-guacd.sh          |  49 ------
 src/guacd-docker/bin/link-freerdp-plugins.sh |  76 ----------
 src/guacd-docker/bin/list-dependencies.sh    |  18 +--
 5 files changed, 246 insertions(+), 231 deletions(-)