mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/guacamole-server: Updated for version 0.9.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
97fd44f267
commit
9d973dbc88
3 changed files with 12 additions and 12 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=guacamole-server
|
||||
VERSION=${VERSION:-0.9.7}
|
||||
VERSION=${VERSION:-0.9.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="guacamole-server"
|
||||
VERSION="0.9.7"
|
||||
VERSION="0.9.8"
|
||||
HOMEPAGE="http://guac-dev.org"
|
||||
DOWNLOAD="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.7.tar.gz"
|
||||
MD5SUM="a09b3fd53e1ecc365a311a380f8c6314"
|
||||
DOWNLOAD="http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.8.tar.gz"
|
||||
MD5SUM="5b85fcf9db744788d4aa578e20d5e181"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- guacamole-server-0.9.7/configure.ac 2015-06-08 17:35:23.000000000 -0700
|
||||
+++ guacamole-server-0.9.7-new/configure.ac 2015-06-18 15:03:22.424072017 -0700
|
||||
@@ -64,19 +64,25 @@
|
||||
--- guacamole-server-0.9.8/configure.ac 2015-09-04 17:36:05.000000000 -0700
|
||||
+++ guacamole-server-0.9.8.new/configure.ac 2015-11-27 16:36:00.229847035 -0800
|
||||
@@ -68,19 +68,25 @@
|
||||
|
||||
# OSSP UUID
|
||||
AC_CHECK_LIB([ossp-uuid], [uuid_make], [UUID_LIBS=-lossp-uuid],
|
||||
|
@ -30,9 +30,9 @@
|
|||
|
||||
# cunit
|
||||
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.7-new/src/libguac/client.c 2015-06-18 14:58:43.163055905 -0700
|
||||
@@ -36,7 +36,7 @@
|
||||
--- guacamole-server-0.9.8/src/libguac/client.c 2015-09-04 17:36:05.000000000 -0700
|
||||
+++ guacamole-server-0.9.8.new/src/libguac/client.c 2015-11-27 16:36:00.230847035 -0800
|
||||
@@ -39,7 +39,7 @@
|
||||
#ifdef HAVE_OSSP_UUID_H
|
||||
#include <ossp/uuid.h>
|
||||
#else
|
||||
|
@ -41,7 +41,7 @@
|
|||
#endif
|
||||
|
||||
#include <stdarg.h>
|
||||
@@ -134,8 +134,8 @@
|
||||
@@ -170,8 +170,8 @@
|
||||
|
||||
char* buffer;
|
||||
char* identifier;
|
||||
|
@ -51,7 +51,7 @@
|
|||
uuid_t* uuid;
|
||||
|
||||
/* Attempt to create UUID object */
|
||||
@@ -175,6 +175,21 @@
|
||||
@@ -211,6 +211,21 @@
|
||||
}
|
||||
|
||||
uuid_destroy(uuid);
|
||||
|
|
Loading…
Reference in a new issue