diff --git a/comms/conserver-com/Makefile b/comms/conserver-com/Makefile index e9d9cf309626..6aca160ea552 100644 --- a/comms/conserver-com/Makefile +++ b/comms/conserver-com/Makefile @@ -1,53 +1,54 @@ PORTNAME= conserver -DISTVERSION= 8.2.7 -PORTREVISION= 3 +DISTVERSION= 8.3.0 CATEGORIES= comms MASTER_SITES= https://github.com/bstansell/conserver/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= -com MAINTAINER= philip@FreeBSD.org COMMENT= Application that allows multiple users to watch serial consoles WWW= https://www.conserver.com/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= ssl +USES= gmake ssl USE_RC_SUBR= conserver GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libwrap \ --with-master=${DEFAULTHOST} \ --with-openssl \ --with-pam \ --with-port=${DEFAULTPORT} CONFLICTS_INSTALL= conserver -OPTIONS_DEFINE= FREEIPMI GSSAPI GSSAPIONLY STRIPREALM UDS +OPTIONS_DEFINE= FREEIPMI GSSAPI GSSAPIONLY IPV6 STRIPREALM UDS FREEIPMI_DESC= Compile in FreeIPMI support GSSAPIONLY_DESC= Never prompt for a password when using GSSAPI GSSAPIONLY_IMPLIES= GSSAPI +IPV6_DESC= IPv6 support STRIPREALM_DESC= Strip @REALM when using GSSAPI STRIPREALM_IMPLIES= GSSAPI UDS_DESC= Use Unix domain sockets for client/server FREEIPMI_CONFIGURE_ON= --with-freeipmi=${LOCALBASE} FREEIPMI_LIB_DEPENDS= libfreeipmi.so:sysutils/freeipmi GSSAPI_CONFIGURE_WITH= gssapi GSSAPIONLY_EXTRA_PATCHES= ${FILESDIR}/extra-patch-conserver__master.c +IPV6_CONFIGURE_ON= --with-ipv6 STRIPREALM_CONFIGURE_WITH= striprealm UDS_CONFIGURE_WITH= uds post-extract: .for file in config.guess config.sub ${CP} -f ${TEMPLATES}/${file} ${WRKSRC} .endfor post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/conserver-convert DEFAULTPORT?= 782 DEFAULTHOST?= localhost .include diff --git a/comms/conserver-com/distinfo b/comms/conserver-com/distinfo index 3155055b3d55..2f26908bb464 100644 --- a/comms/conserver-com/distinfo +++ b/comms/conserver-com/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657419657 -SHA256 (conserver-8.2.7.tar.gz) = 0607f2147a4d384f1e677fbe4e6c68b66a3f015136b21bcf83ef9575985273d8 -SIZE (conserver-8.2.7.tar.gz) = 512287 +TIMESTAMP = 1773276905 +SHA256 (conserver-8.3.0.tar.gz) = 202b2ace3e14f36bca4de6ccd43cc962a99853c1d50799672ce0ffc5c02f8404 +SIZE (conserver-8.3.0.tar.gz) = 355638 diff --git a/comms/conserver-com/files/patch-conserver_readcfg.c b/comms/conserver-com/files/patch-conserver_readcfg.c deleted file mode 100644 index a683927d324c..000000000000 --- a/comms/conserver-com/files/patch-conserver_readcfg.c +++ /dev/null @@ -1,14 +0,0 @@ ---- conserver/readcfg.c.orig 2022-07-08 01:20:02 UTC -+++ conserver/readcfg.c -@@ -3128,9 +3128,9 @@ ConsoleAdd(CONSENT *c) - - SwapStr(&pCEmatch->motd, &c->motd); - SwapStr(&pCEmatch->idlestring, &c->idlestring); -- SwapStr(&pCEmatch->replstring, &c->breaklist); -+ SwapStr(&pCEmatch->replstring, &c->replstring); - SwapStr(&pCEmatch->tasklist, &c->tasklist); -- SwapStr(&pCEmatch->breaklist, &c->tasklist); -+ SwapStr(&pCEmatch->breaklist, &c->breaklist); - pCEmatch->portinc = c->portinc; - pCEmatch->portbase = c->portbase; - pCEmatch->spinmax = c->spinmax;