diff options
Diffstat (limited to 'network/guacamole-server/uuid.patch')
-rw-r--r-- | network/guacamole-server/uuid.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/network/guacamole-server/uuid.patch b/network/guacamole-server/uuid.patch index cd82c2e6b0..e3c165ee31 100644 --- a/network/guacamole-server/uuid.patch +++ b/network/guacamole-server/uuid.patch @@ -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); |