git: 9168c64c88a9 - main - guacamole: Update to 1.6.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Jun 2025 18:08:57 UTC
The branch main has been updated by ultima:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9168c64c88a9e2078051a0724846ad7d885e4039
commit 9168c64c88a9e2078051a0724846ad7d885e4039
Author: Richard Gallamore <ultima@FreeBSD.org>
AuthorDate: 2025-06-27 18:01:37 +0000
Commit: Richard Gallamore <ultima@FreeBSD.org>
CommitDate: 2025-06-27 18:04:49 +0000
guacamole: Update to 1.6.0
Changes: https://guacamole.apache.org/releases/1.6.0/#changelog
---
net/guacamole-server/files/patch-src_libguac_tcp.c | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/net/guacamole-server/files/patch-src_libguac_tcp.c b/net/guacamole-server/files/patch-src_libguac_tcp.c
new file mode 100644
index 000000000000..a43bd7badd94
--- /dev/null
+++ b/net/guacamole-server/files/patch-src_libguac_tcp.c
@@ -0,0 +1,11 @@
+--- src/libguac/tcp.c.orig 2025-06-27 16:58:53 UTC
++++ src/libguac/tcp.c
+@@ -33,7 +33,7 @@ int guac_tcp_connect(const char* hostname, const char*
+
+ int retval;
+
+- int fd = EBADFD;
++ int fd = EBADF;
+ struct addrinfo* addresses;
+ struct addrinfo* current_address;
+