network/guacamole-server: Updated for version 0.9.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2015-12-02 08:49:33 +07:00 committed by Willy Sudiarto Raharjo
parent 97fd44f267
commit 9d973dbc88
3 changed files with 12 additions and 12 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=guacamole-server PRGNAM=guacamole-server
VERSION=${VERSION:-0.9.7} VERSION=${VERSION:-0.9.8}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="guacamole-server" PRGNAM="guacamole-server"
VERSION="0.9.7" VERSION="0.9.8"
HOMEPAGE="http://guac-dev.org" HOMEPAGE="http://guac-dev.org"
DOWNLOAD="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.7.tar.gz" DOWNLOAD="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.8.tar.gz"
MD5SUM="a09b3fd53e1ecc365a311a380f8c6314" MD5SUM="5b85fcf9db744788d4aa578e20d5e181"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""

View file

@ -1,6 +1,6 @@
--- guacamole-server-0.9.7/configure.ac 2015-06-08 17:35:23.000000000 -0700 --- guacamole-server-0.9.8/configure.ac 2015-09-04 17:36:05.000000000 -0700
+++ guacamole-server-0.9.7-new/configure.ac 2015-06-18 15:03:22.424072017 -0700 +++ guacamole-server-0.9.8.new/configure.ac 2015-11-27 16:36:00.229847035 -0800
@@ -64,19 +64,25 @@ @@ -68,19 +68,25 @@
# OSSP UUID # OSSP UUID
AC_CHECK_LIB([ossp-uuid], [uuid_make], [UUID_LIBS=-lossp-uuid], AC_CHECK_LIB([ossp-uuid], [uuid_make], [UUID_LIBS=-lossp-uuid],
@ -30,9 +30,9 @@
# cunit # cunit
AC_CHECK_LIB([cunit], [CU_run_test], [CUNIT_LIBS=-lcunit]) AC_CHECK_LIB([cunit], [CU_run_test], [CUNIT_LIBS=-lcunit])
--- guacamole-server-0.9.7/src/libguac/client.c 2015-05-29 15:29:19.000000000 -0700 --- guacamole-server-0.9.8/src/libguac/client.c 2015-09-04 17:36:05.000000000 -0700
+++ guacamole-server-0.9.7-new/src/libguac/client.c 2015-06-18 14:58:43.163055905 -0700 +++ guacamole-server-0.9.8.new/src/libguac/client.c 2015-11-27 16:36:00.230847035 -0800
@@ -36,7 +36,7 @@ @@ -39,7 +39,7 @@
#ifdef HAVE_OSSP_UUID_H #ifdef HAVE_OSSP_UUID_H
#include <ossp/uuid.h> #include <ossp/uuid.h>
#else #else
@ -41,7 +41,7 @@
#endif #endif
#include <stdarg.h> #include <stdarg.h>
@@ -134,8 +134,8 @@ @@ -170,8 +170,8 @@
char* buffer; char* buffer;
char* identifier; char* identifier;
@ -51,7 +51,7 @@
uuid_t* uuid; uuid_t* uuid;
/* Attempt to create UUID object */ /* Attempt to create UUID object */
@@ -175,6 +175,21 @@ @@ -211,6 +211,21 @@
} }
uuid_destroy(uuid); uuid_destroy(uuid);