Wed Mar 20 16:08:49 2019 UTC ()
guacamole-server: Update to 1.0.0.

This is an attempt at a concise changelog since 0.9.9, please see the URLs
for the full set of changes for each release.

http://guacamole.apache.org/releases/1.0.0/

  User groups, improved clipboard integration, TOTP (Google Authenticator),
  RADIUS, dead keys.)

http://guacamole.apache.org/releases/0.9.14/

  OpenID Connect single sign-on, SQL Server support, CAS "ClearPass", user
  login/logout history, fixes and improvements for RDP, clipboard, file
  transfer, and terminal emulation.

http://guacamole.apache.org/releases/0.9.13-incubating/

  CAS single sign-on, fixes for VNC/RDP/SSH/telnet, in-browser playback of
  screen recordings, automatic connection failover, 256-color console codes.

http://guacamole.apache.org/releases/0.9.12-incubating/

  Thumbnails as tab icons, HTTP header authentication, performance
  improvements, and fixes for printing, file transfer, and terminal
  emulation.

http://guacamole.apache.org/releases/0.9.11-incubating/

  Two-factor authentication, password policies, improvements to Docker and
  LDAP.

http://guacamole.apache.org/releases/0.9.10-incubating/

  Screen sharing, recording, improved file transfer, audio input, Docker
  support for LDAP.


(jperkin)
diff -r1.17 -r1.18 pkgsrc/net/guacamole-server/Makefile
diff -r1.1 -r1.2 pkgsrc/net/guacamole-server/PLIST
diff -r1.1 -r1.2 pkgsrc/net/guacamole-server/distinfo
diff -r1.1 -r0 pkgsrc/net/guacamole-server/patches/patch-src_libguac_socket-fd.c

cvs diff -r1.17 -r1.18 pkgsrc/net/guacamole-server/Makefile (expand / switch to unified diff)

--- pkgsrc/net/guacamole-server/Makefile 2019/02/01 12:49:04 1.17
+++ pkgsrc/net/guacamole-server/Makefile 2019/03/20 16:08:48 1.18
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.17 2019/02/01 12:49:04 tnn Exp $ 1# $NetBSD: Makefile,v 1.18 2019/03/20 16:08:48 jperkin Exp $
2 2
3DISTNAME= guacamole-server-0.9.9 3DISTNAME= guacamole-server-1.0.0
4PKGREVISION= 16 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=guacamole/} 5MASTER_SITES= ${MASTER_SITE_APACHE:=guacamole/${PKGVERSION_NOREV}/source/}
7 6
8MAINTAINER= jperkin@joyent.com 7MAINTAINER= jperkin@joyent.com
9HOMEPAGE= http://guacamole.incubator.apache.org/ 8HOMEPAGE= http://guacamole.incubator.apache.org/
10COMMENT= Clientless remote desktop gateway 9COMMENT= Clientless remote desktop gateway
11LICENSE= mit 10LICENSE= apache-2.0
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_LANGUAGES= c99 13USE_LANGUAGES= c99
 14USE_LIBTOOL= yes
15USE_TOOLS= pkg-config 15USE_TOOLS= pkg-config
16 16
17EGDIR= ${PREFIX}/share/examples/guacamole 17EGDIR= ${PREFIX}/share/examples/guacamole
18PKG_SYSCONFSUBDIR= guacamole 18PKG_SYSCONFSUBDIR= guacamole
19SMF_NAME= guacamole 19SMF_NAME= guacamole
20 20
21CONFIGURE_ARGS+= --with-guacd-conf=${PKG_SYSCONFDIR}/guacd.conf 21CONFIGURE_ARGS+= --with-guacd-conf=${PKG_SYSCONFDIR}/guacd.conf
22CONFIGURE_ARGS+= --with-pango 22CONFIGURE_ARGS+= --with-pango
23CONFIGURE_ARGS+= --with-pulse 23CONFIGURE_ARGS+= --with-pulse
24CONFIGURE_ARGS+= --with-rdp 24CONFIGURE_ARGS+= --with-rdp
25CONFIGURE_ARGS+= --with-ssh 25CONFIGURE_ARGS+= --with-ssh
26CONFIGURE_ARGS+= --with-ssl 26CONFIGURE_ARGS+= --with-ssl
27CONFIGURE_ARGS+= --with-telnet 27CONFIGURE_ARGS+= --with-telnet

cvs diff -r1.1 -r1.2 pkgsrc/net/guacamole-server/PLIST (expand / switch to unified diff)

--- pkgsrc/net/guacamole-server/PLIST 2016/06/07 12:09:38 1.1
+++ pkgsrc/net/guacamole-server/PLIST 2019/03/20 16:08:48 1.2
@@ -1,46 +1,53 @@ @@ -1,46 +1,53 @@
1@comment $NetBSD: PLIST,v 1.1 2016/06/07 12:09:38 jperkin Exp $ 1@comment $NetBSD: PLIST,v 1.2 2019/03/20 16:08:48 jperkin Exp $
 2bin/guaclog
2include/guacamole/audio-fntypes.h 3include/guacamole/audio-fntypes.h
3include/guacamole/audio-types.h 4include/guacamole/audio-types.h
4include/guacamole/audio.h 5include/guacamole/audio.h
5include/guacamole/client-constants.h 6include/guacamole/client-constants.h
6include/guacamole/client-fntypes.h 7include/guacamole/client-fntypes.h
7include/guacamole/client-types.h 8include/guacamole/client-types.h
8include/guacamole/client.h 9include/guacamole/client.h
9include/guacamole/error-types.h 10include/guacamole/error-types.h
10include/guacamole/error.h 11include/guacamole/error.h
11include/guacamole/hash.h 12include/guacamole/hash.h
12include/guacamole/instruction-constants.h 
13include/guacamole/instruction-types.h 
14include/guacamole/instruction.h 
15include/guacamole/layer-types.h 13include/guacamole/layer-types.h
16include/guacamole/layer.h 14include/guacamole/layer.h
17include/guacamole/object-types.h 15include/guacamole/object-types.h
18include/guacamole/object.h 16include/guacamole/object.h
 17include/guacamole/parser-constants.h
 18include/guacamole/parser-types.h
 19include/guacamole/parser.h
19include/guacamole/plugin-constants.h 20include/guacamole/plugin-constants.h
20include/guacamole/plugin-types.h 
21include/guacamole/plugin.h 21include/guacamole/plugin.h
22include/guacamole/pool-types.h 22include/guacamole/pool-types.h
23include/guacamole/pool.h 23include/guacamole/pool.h
24include/guacamole/protocol-types.h 24include/guacamole/protocol-types.h
25include/guacamole/protocol.h 25include/guacamole/protocol.h
26include/guacamole/socket-constants.h 26include/guacamole/socket-constants.h
27include/guacamole/socket-fntypes.h 27include/guacamole/socket-fntypes.h
 28include/guacamole/socket-ssl.h
28include/guacamole/socket-types.h 29include/guacamole/socket-types.h
29include/guacamole/socket.h 30include/guacamole/socket.h
30include/guacamole/stream-types.h 31include/guacamole/stream-types.h
31include/guacamole/stream.h 32include/guacamole/stream.h
32include/guacamole/timestamp-types.h 33include/guacamole/timestamp-types.h
33include/guacamole/timestamp.h 34include/guacamole/timestamp.h
34include/guacamole/unicode.h 35include/guacamole/unicode.h
 36include/guacamole/user-constants.h
 37include/guacamole/user-fntypes.h
 38include/guacamole/user-types.h
 39include/guacamole/user.h
 40lib/freerdp/guacai.la
35lib/freerdp/guacdr.la 41lib/freerdp/guacdr.la
36lib/freerdp/guacsnd.la 42lib/freerdp/guacsnd.la
37lib/freerdp/guacsvc.la 43lib/freerdp/guacsvc.la
38lib/libguac-client-rdp.la 44lib/libguac-client-rdp.la
39lib/libguac-client-ssh.la 45lib/libguac-client-ssh.la
40lib/libguac-client-telnet.la 46lib/libguac-client-telnet.la
41lib/libguac-client-vnc.la 47lib/libguac-client-vnc.la
42lib/libguac.la 48lib/libguac.la
 49man/man1/guaclog.1
43man/man5/guacd.conf.5 50man/man5/guacd.conf.5
44man/man8/guacd.8 51man/man8/guacd.8
45sbin/guacd 52sbin/guacd
46share/examples/guacamole/guacd.conf 53share/examples/guacamole/guacd.conf

cvs diff -r1.1 -r1.2 pkgsrc/net/guacamole-server/distinfo (expand / switch to unified diff)

--- pkgsrc/net/guacamole-server/distinfo 2016/06/07 12:09:38 1.1
+++ pkgsrc/net/guacamole-server/distinfo 2019/03/20 16:08:48 1.2
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.1 2016/06/07 12:09:38 jperkin Exp $ 1$NetBSD: distinfo,v 1.2 2019/03/20 16:08:48 jperkin Exp $
2 2
3SHA1 (guacamole-server-0.9.9.tar.gz) = a1ab3bf1e39291e318182b85055587fd98b39de1 3SHA1 (guacamole-server-1.0.0.tar.gz) = 231e3cea995cd7f3ec31e91e561d9b884460c5d8
4RMD160 (guacamole-server-0.9.9.tar.gz) = b399132ffc69125d20db7f036d0a018ed2f8d88f 4RMD160 (guacamole-server-1.0.0.tar.gz) = 45fa0d74dd841a69cd0bf2018b8cb786cc7e431f
5SHA512 (guacamole-server-0.9.9.tar.gz) = 9676f61fed2121f222a2051569419395d50e2fbc4e73a2b7a8e359c66927d8b2a25a246a174c9f1f5bef9c3a5599302c6ab08fb932a5b52ab8d3dcbf943a376f 5SHA512 (guacamole-server-1.0.0.tar.gz) = 70d469e57f77066c1f2e2e3dd4a2ff4a5ca841a937c6774fd62445a3f1833354e0cff09e24892eca7ac8fa5385063972bde8e448a0734b01dc09e9089ca8dc75
6Size (guacamole-server-0.9.9.tar.gz) = 679797 bytes 6Size (guacamole-server-1.0.0.tar.gz) = 915912 bytes
7SHA1 (patch-src_libguac_socket-fd.c) = 9f0d497834acf2d2bc0a7eaa040174a2eb48b512 

File Deleted: pkgsrc/net/guacamole-server/patches/patch-src_libguac_socket-fd.c