Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2023 22:23:42 GMT
From:      Richard Gallamore <ultima@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e4b7a761338e - main - guacamole: Update to 1.5.0
Message-ID:  <202302232223.31NMNg2h063835@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ultima:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e4b7a761338e7e193c5cd4f600d2da157fd7b37a

commit e4b7a761338e7e193c5cd4f600d2da157fd7b37a
Author:     Richard Gallamore <ultima@FreeBSD.org>
AuthorDate: 2023-02-23 22:22:56 +0000
Commit:     Richard Gallamore <ultima@FreeBSD.org>
CommitDate: 2023-02-23 22:22:56 +0000

    guacamole: Update to 1.5.0
    
    Changes: https://guacamole.apache.org/releases/1.5.0/
---
 net/guacamole-server/Makefile  |  2 +-
 net/guacamole-server/distinfo  |  6 +++---
 net/guacamole-server/pkg-plist | 10 ++++++++--
 www/guacamole-client/Makefile  |  6 ++++--
 www/guacamole-client/distinfo  | 42 +++++++++++++++++++++++-------------------
 www/guacamole-client/pkg-plist |  2 ++
 6 files changed, 41 insertions(+), 27 deletions(-)

diff --git a/net/guacamole-server/Makefile b/net/guacamole-server/Makefile
index d913136bf256..19d180d766e0 100644
--- a/net/guacamole-server/Makefile
+++ b/net/guacamole-server/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	guacamole-server
-DISTVERSION=	1.4.0
+DISTVERSION=	1.5.0
 CATEGORIES=	net
 
 MAINTAINER=	ultima@FreeBSD.org
diff --git a/net/guacamole-server/distinfo b/net/guacamole-server/distinfo
index c7238ad68f93..fb4a0a5d296e 100644
--- a/net/guacamole-server/distinfo
+++ b/net/guacamole-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1641668633
-SHA256 (apache-guacamole-server-1.4.0_GH0.tar.gz) = 4646b7850828aa8f35d69308656479b3a4855cafbe6673ae575c0e282d298846
-SIZE (apache-guacamole-server-1.4.0_GH0.tar.gz) = 550354
+TIMESTAMP = 1676996246
+SHA256 (apache-guacamole-server-1.5.0_GH0.tar.gz) = f300427bf5119d85ea3831039211474e643c15617a8fb064afb0ed02e2b123b0
+SIZE (apache-guacamole-server-1.5.0_GH0.tar.gz) = 554772
diff --git a/net/guacamole-server/pkg-plist b/net/guacamole-server/pkg-plist
index 1db6fc48bb75..352e1efc5af6 100644
--- a/net/guacamole-server/pkg-plist
+++ b/net/guacamole-server/pkg-plist
@@ -28,6 +28,7 @@ include/guacamole/pool.h
 include/guacamole/protocol-constants.h
 include/guacamole/protocol-types.h
 include/guacamole/protocol.h
+include/guacamole/recording.h
 include/guacamole/socket-constants.h
 include/guacamole/socket-fntypes.h
 %%SSL%%include/guacamole/socket-ssl.h
@@ -36,6 +37,7 @@ include/guacamole/socket.h
 include/guacamole/stream-types.h
 include/guacamole/stream.h
 include/guacamole/string.h
+include/guacamole/terminal/terminal.h
 include/guacamole/timestamp-types.h
 include/guacamole/timestamp.h
 include/guacamole/unicode.h
@@ -65,8 +67,12 @@ include/guacamole/wol.h
 %%VNC%%lib/libguac-client-vnc.so.0.0.0
 lib/libguac.a
 lib/libguac.so
-lib/libguac.so.20
-lib/libguac.so.20.0.0
+lib/libguac.so.21
+lib/libguac.so.21.0.0
+lib/libguac-terminal.a
+lib/libguac-terminal.so
+lib/libguac-terminal.so.0
+lib/libguac-terminal.so.0.0.0
 %%GUACENC%%man/man1/guacenc.1.gz
 %%GUACLOG%%man/man1/guaclog.1.gz
 man/man5/guacd.conf.5.gz
diff --git a/www/guacamole-client/Makefile b/www/guacamole-client/Makefile
index 6fc1d4b4c724..0c9a8ceeb468 100644
--- a/www/guacamole-client/Makefile
+++ b/www/guacamole-client/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	guacamole-client
-DISTVERSION=	1.4.0
+DISTVERSION=	1.5.0
 CATEGORIES=	www java
 MASTER_SITES=	${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=	guacamole/${DISTVERSIONFULL}/binary
@@ -11,7 +11,9 @@ DISTFILES=	guacamole-${DISTVERSIONFULL}.war \
 		guacamole-auth-ldap-${DISTVERSIONFULL}${EXTRACT_SUFX} \
 		guacamole-auth-quickconnect-${DISTVERSIONFULL}${EXTRACT_SUFX} \
 		guacamole-auth-sso-${DISTVERSIONFULL}${EXTRACT_SUFX} \
-		guacamole-auth-totp-${DISTVERSIONFULL}${EXTRACT_SUFX}
+		guacamole-auth-totp-${DISTVERSIONFULL}${EXTRACT_SUFX} \
+		guacamole-history-recording-storage-${DISTVERSIONFULL}${EXTRACT_SUFX} \
+		guacamole-vault-${DISTVERSIONFULL}${EXTRACT_SUFX}
 DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ultima@FreeBSD.org
diff --git a/www/guacamole-client/distinfo b/www/guacamole-client/distinfo
index 936efd124509..9e24b72c8741 100644
--- a/www/guacamole-client/distinfo
+++ b/www/guacamole-client/distinfo
@@ -1,19 +1,23 @@
-TIMESTAMP = 1641761453
-SHA256 (guacamole-client/guacamole-1.4.0.war) = 92fb06e3ce8fe4f932ddfdffd75a352c06ab58d3bd0a946faa5beda73e8592f0
-SIZE (guacamole-client/guacamole-1.4.0.war) = 13011205
-SHA256 (guacamole-client/guacamole-auth-duo-1.4.0.tar.gz) = 62917e25cb9b6c7e08c5e13da43308469fa58ab317cd7e1f9e140ec94e4a2fda
-SIZE (guacamole-client/guacamole-auth-duo-1.4.0.tar.gz) = 3596849
-SHA256 (guacamole-client/guacamole-auth-header-1.4.0.tar.gz) = 3f5491737b3295056949d235120dca60ee9518c951b09271780dddf15166a9de
-SIZE (guacamole-client/guacamole-auth-header-1.4.0.tar.gz) = 3566935
-SHA256 (guacamole-client/guacamole-auth-jdbc-1.4.0.tar.gz) = 47f4f121cad74ab64d5baf3d14e8f709677a26b3058005a977277a07716d4d9c
-SIZE (guacamole-client/guacamole-auth-jdbc-1.4.0.tar.gz) = 16486378
-SHA256 (guacamole-client/guacamole-auth-json-1.4.0.tar.gz) = 7398f04ae1630c93249edb4f0f267ca43b3ba66722f23d13e05acf7d79a80468
-SIZE (guacamole-client/guacamole-auth-json-1.4.0.tar.gz) = 11511282
-SHA256 (guacamole-client/guacamole-auth-ldap-1.4.0.tar.gz) = f28488717b26168a5396e125ec7fbff1b7268a658c6100f6ad1bbfbd18a17779
-SIZE (guacamole-client/guacamole-auth-ldap-1.4.0.tar.gz) = 9575832
-SHA256 (guacamole-client/guacamole-auth-quickconnect-1.4.0.tar.gz) = 5c4f6c5d581b7420bf658d16be585a9ef4499c3dabac14ac4289b73640665117
-SIZE (guacamole-client/guacamole-auth-quickconnect-1.4.0.tar.gz) = 3584581
-SHA256 (guacamole-client/guacamole-auth-sso-1.4.0.tar.gz) = 55ef6adac3beb753361b67eadda1c789ce3ffc70fe74794e9ddef70d8e6b8b8c
-SIZE (guacamole-client/guacamole-auth-sso-1.4.0.tar.gz) = 22414937
-SHA256 (guacamole-client/guacamole-auth-totp-1.4.0.tar.gz) = 4c4c5390eecb68d1df07e15fa25829e51a079d4a83887c5e417ac8d7419e787b
-SIZE (guacamole-client/guacamole-auth-totp-1.4.0.tar.gz) = 4769666
+TIMESTAMP = 1677182160
+SHA256 (guacamole-client/guacamole-1.5.0.war) = 9c4e807aa70bc138f3b6cc66cc44b75daa944a015944b9ab6f780d7868498620
+SIZE (guacamole-client/guacamole-1.5.0.war) = 13381408
+SHA256 (guacamole-client/guacamole-auth-duo-1.5.0.tar.gz) = 8458e1496224dbc350eab56de2dcce92d041e3cb58979b98b4670a70514928d4
+SIZE (guacamole-client/guacamole-auth-duo-1.5.0.tar.gz) = 3585252
+SHA256 (guacamole-client/guacamole-auth-header-1.5.0.tar.gz) = 15f37da79723d8ea74bc24262cf404840c023a3b5dbe3823dbf3b1915cda9df6
+SIZE (guacamole-client/guacamole-auth-header-1.5.0.tar.gz) = 3555492
+SHA256 (guacamole-client/guacamole-auth-jdbc-1.5.0.tar.gz) = f47e066c4d3167202b9c866f63cba806f2cb0a00a5c00847e07870b124b5fb75
+SIZE (guacamole-client/guacamole-auth-jdbc-1.5.0.tar.gz) = 32322210
+SHA256 (guacamole-client/guacamole-auth-json-1.5.0.tar.gz) = b3464e6d9e2fd4559884495d5bfa450472c82b4d700393c86153a3e7c5df8e2c
+SIZE (guacamole-client/guacamole-auth-json-1.5.0.tar.gz) = 11853927
+SHA256 (guacamole-client/guacamole-auth-ldap-1.5.0.tar.gz) = 4a97a6c88f5e27920725178abd154aa709498c9d0bbcfee835be448202037497
+SIZE (guacamole-client/guacamole-auth-ldap-1.5.0.tar.gz) = 12172842
+SHA256 (guacamole-client/guacamole-auth-quickconnect-1.5.0.tar.gz) = f6702fc82cf36f8e4d3026ca23847b60df9cc2c1e22f7596c02ef5b4cd9f8d09
+SIZE (guacamole-client/guacamole-auth-quickconnect-1.5.0.tar.gz) = 3572059
+SHA256 (guacamole-client/guacamole-auth-sso-1.5.0.tar.gz) = c387da2b93224dd8e3a3b832b740e5b859d71ac4a93e95aa7edd41934112b862
+SIZE (guacamole-client/guacamole-auth-sso-1.5.0.tar.gz) = 33827739
+SHA256 (guacamole-client/guacamole-auth-totp-1.5.0.tar.gz) = c703f7c541f5a513c1588a5bedeae4461cd4135b11d6eb874ac059f48445942f
+SIZE (guacamole-client/guacamole-auth-totp-1.5.0.tar.gz) = 4822909
+SHA256 (guacamole-client/guacamole-history-recording-storage-1.5.0.tar.gz) = bdbbd43299560b775066d3be60044ad95f27f72e5a810c257d356c4a6e936130
+SIZE (guacamole-client/guacamole-history-recording-storage-1.5.0.tar.gz) = 15898
+SHA256 (guacamole-client/guacamole-vault-1.5.0.tar.gz) = 73b49e1c970e4cffbd5fe5cd8eeb8f3587d1bbf7cd6b52a3dfcfda11b00fb5af
+SIZE (guacamole-client/guacamole-vault-1.5.0.tar.gz) = 20508930
diff --git a/www/guacamole-client/pkg-plist b/www/guacamole-client/pkg-plist
index e8bc0fac9404..b20361489392 100644
--- a/www/guacamole-client/pkg-plist
+++ b/www/guacamole-client/pkg-plist
@@ -11,4 +11,6 @@
 %%DATADIR%%/guacamole-auth-quickconnect.tar.gz
 %%DATADIR%%/guacamole-auth-sso.tar.gz
 %%DATADIR%%/guacamole-auth-totp.tar.gz
+%%DATADIR%%/guacamole-history-recording-storage.tar.gz
+%%DATADIR%%/guacamole-vault.tar.gz
 %%DATADIR%%/guacamole.war



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302232223.31NMNg2h063835>