Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2020 09:17:23 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541472 - head/sysutils/ttyd
Message-ID:  <202007080917.0689HNco096654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Wed Jul  8 09:17:23 2020
New Revision: 541472
URL: https://svnweb.freebsd.org/changeset/ports/541472

Log:
  sysutils/ttyd: update to 1.6.1
  
  From ChangeLog: https://github.com/tsl0922/ttyd/releases/tag/1.6.1
  
   * Bump to 1.6.1
   * html: add disableLeaveAlert client option
   * src/http.c: fix checking pss's len member
   * cmake: update git command args
   * cmake: fix build without C++
   * http: fix build with lws 1.7
   * protocol: fix readonly handling
   * Fix type declaration
   * src: fix lws version check for keep alive
   * html: set URL of stylesheet by href
   * html: recreate sentry object on zmodem reset
   * all: use the static keyword on functions
   * protocol: replace uv_try_write with uv_write
   * Add -b, --base-path option for reverse proxies
   * protocol: fix lws callback compatibility
   * server: mute lws 4.0 extensions warning
   * html: reuse xterm instance on reconnect
   * Add 64-bit ARM
  
  Reported by:	portscout

Modified:
  head/sysutils/ttyd/Makefile
  head/sysutils/ttyd/distinfo

Modified: head/sysutils/ttyd/Makefile
==============================================================================
--- head/sysutils/ttyd/Makefile	Wed Jul  8 09:11:20 2020	(r541471)
+++ head/sysutils/ttyd/Makefile	Wed Jul  8 09:17:23 2020	(r541472)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ttyd
-DISTVERSION=	1.6.0
-PORTREVISION=	1
+DISTVERSION=	1.6.1
 CATEGORIES=	sysutils
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/sysutils/ttyd/distinfo
==============================================================================
--- head/sysutils/ttyd/distinfo	Wed Jul  8 09:11:20 2020	(r541471)
+++ head/sysutils/ttyd/distinfo	Wed Jul  8 09:17:23 2020	(r541472)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586665003
-SHA256 (tsl0922-ttyd-1.6.0_GH0.tar.gz) = d14740bc82be0d0760dd0a3c97acbcbde490412a4edc61edabe46d311b068f83
-SIZE (tsl0922-ttyd-1.6.0_GH0.tar.gz) = 482114
+TIMESTAMP = 1593259988
+SHA256 (tsl0922-ttyd-1.6.1_GH0.tar.gz) = d72dcca3dec00cda87b80a0a25ae4fee2f8b9098c1cdb558508dcb14fbb6fafc
+SIZE (tsl0922-ttyd-1.6.1_GH0.tar.gz) = 491836



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