* Updated to 1.0.0

* Added upgrade reminder in pkg-message

Changes: https://guacamole.apache.org/releases/1.0.0/
This commit is contained in:
Richard Gallamore 2019-01-16 01:19:21 +00:00
parent 20a78f41da
commit 0b04ed8c7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490440
7 changed files with 31 additions and 23 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= guacamole-server
DISTVERSION= 0.9.14
PORTREVISION= 4
DISTVERSION= 1.0.0
CATEGORIES= net
MAINTAINER= ultima@FreeBSD.org
@ -38,8 +37,8 @@ GROUPS= guacamole
SUB_LIST= GUACD_USER=${USERS} \
GUACD_GROUP=${GROUPS}
OPTIONS_DEFINE= GUACENC NLS SSL WEBP
OPTIONS_DEFAULT= GUACENC PULSEAUDIO RDP SSH SSL VNC VORBIS WEBP
OPTIONS_DEFINE= GUACENC GUACLOG NLS SSL WEBP
OPTIONS_DEFAULT= GUACENC GUACLOG PULSEAUDIO RDP SSH SSL VNC VORBIS WEBP
OPTIONS_GROUP= SP AUDIO
OPTIONS_GROUP_SP= RDP SSH VNC
OPTIONS_GROUP_AUDIO= VORBIS PULSEAUDIO
@ -47,6 +46,7 @@ OPTIONS_SUB= yes
AUDIO_DESC= Audio Support
GUACENC_DESC= Video Encoding Utility
GUACLOG_DESC= Input log interpreter
RDP_DESC= RDP protocol support
SP_DESC= Supported Protocols
VNC_DESC= VNC protocol support
@ -55,6 +55,7 @@ GUACENC_CONFIGURE_ENABLE= guacenc
GUACENC_CONFIGURE_WITH= libavcodec libavutil libswscale
GUACENC_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
GUACENC_CFLAGS= -Wno-error=deprecated
GUACLOG_CONFIGURE_ENABLE= guaclog
NLS_USES= gettext-runtime
PULSEAUDIO_CONFIGURE_WITH= pulse
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1516318156
SHA256 (apache-guacamole-server-0.9.14_GH0.tar.gz) = 3a4e3f856ebf3daacaf08b93b45a013f919530a11d86cc5c41f858b3bc2984b6
SIZE (apache-guacamole-server-0.9.14_GH0.tar.gz) = 412667
TIMESTAMP = 1547246983
SHA256 (apache-guacamole-server-1.0.0_GH0.tar.gz) = d93d7014a9f2a8f689a790b041cef37326d14982d0ff0c0517f92c84f0bf3ef8
SIZE (apache-guacamole-server-1.0.0_GH0.tar.gz) = 441591

View file

@ -1,3 +1,5 @@
%%GUACENC%%bin/guacenc
%%GUACLOG%%bin/guaclog
%%ETCDIR%%/guacd.conf.sample
include/guacamole/audio-fntypes.h
include/guacamole/audio-types.h
@ -9,13 +11,13 @@ include/guacamole/client.h
include/guacamole/error-types.h
include/guacamole/error.h
include/guacamole/hash.h
include/guacamole/parser-constants.h
include/guacamole/parser-types.h
include/guacamole/parser.h
include/guacamole/layer-types.h
include/guacamole/layer.h
include/guacamole/object-types.h
include/guacamole/object.h
include/guacamole/parser-constants.h
include/guacamole/parser-types.h
include/guacamole/parser.h
include/guacamole/plugin-constants.h
include/guacamole/plugin.h
include/guacamole/pool-types.h
@ -54,10 +56,10 @@ include/guacamole/user.h
%%VNC%%lib/libguac-client-vnc.so.0.0.0
lib/libguac.a
lib/libguac.so
lib/libguac.so.12
lib/libguac.so.12.3.0
lib/libguac.so.16
lib/libguac.so.16.0.0
%%GUACENC%%man/man1/guacenc.1.gz
%%GUACLOG%%man/man1/guaclog.1.gz
man/man5/guacd.conf.5.gz
man/man8/guacd.8.gz
%%GUACENC%%man/man1/guacenc.1.gz
sbin/guacd
%%GUACENC%%bin/guacenc

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= guacamole-client
DISTVERSION= 0.9.14
PORTREVISION= 1
DISTVERSION= 1.0.0
CATEGORIES= www java
MASTER_SITES+= https://sourceforge.net/projects/distfiles/files/${PORTNAME}/:repo \
http://sourceforge.net/projects/distfiles/files/${PORTNAME}/:repo
@ -41,7 +40,7 @@ TOMCAT_DESC= Use Tomcat as your servlet
TOMCAT_RUN_DEPENDS= ${LOCALBASE}/apache-tomcat-8.0/bin/bootstrap.jar:www/tomcat8
SERVER_RUN_DEPENDS= guacd:net/guacamole-server
AUTH_EXTENSION= cas duo header ldap noauth openid
AUTH_EXTENSION= cas duo header ldap openid quickconnect totp
post-patch:
@${REINPLACE_CMD} 's|/etc/guacamole|${ETCDIR}| ; \

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1516328642
SHA256 (guacamole-client/repository-0.9.14.tar.xz) = e43889aec0a36c799283d935f4dc3889a62862c9cd68ef25f9ca930c0a113d5d
SIZE (guacamole-client/repository-0.9.14.tar.xz) = 48252548
SHA256 (guacamole-client/apache-guacamole-client-0.9.14_GH0.tar.gz) = 2b2df9ee951696c29a2c1d9b0415c7d5742f3dee33da6dea4b52082bd8e04db0
SIZE (guacamole-client/apache-guacamole-client-0.9.14_GH0.tar.gz) = 5821042
TIMESTAMP = 1547351778
SHA256 (guacamole-client/repository-1.0.0.tar.xz) = b2a6d480ddbe40dec2c9af67730574c957dee7c037f21e82538174528b344daa
SIZE (guacamole-client/repository-1.0.0.tar.xz) = 56084152
SHA256 (guacamole-client/apache-guacamole-client-1.0.0_GH0.tar.gz) = 6c44a41bbeec50301462f3bef23a479d207e754b604f61044400402f6b2b85ca
SIZE (guacamole-client/apache-guacamole-client-1.0.0_GH0.tar.gz) = 5978548

View file

@ -1,6 +1,11 @@
For a quick Guacamole setup and test:
Guacamole-client requires authentication to start.
cp %%ETCDIR%%/user-mapping.xml.sample \
%%ETCDIR%%/user-mapping.xml
Once tomcat8 and guacd are running
http://localhost:8080/guacamole
For upgrading guacamole, this is a reminder to upgrade
the auth-extensions. (and database if jdbc is used)
https://guacamole.apache.org/doc/gug/jdbc-auth.html

View file

@ -7,6 +7,7 @@
%%DATADIR%%/guacamole-auth-header.tar.gz
%%DATADIR%%/guacamole-auth-jdbc.tar.gz
%%DATADIR%%/guacamole-auth-ldap.tar.gz
%%DATADIR%%/guacamole-auth-noauth.tar.gz
%%DATADIR%%/guacamole-auth-openid.tar.gz
%%DATADIR%%/guacamole-auth-quickconnect.tar.gz
%%DATADIR%%/guacamole-auth-totp.tar.gz
%%DATADIR%%/guacamole.war