svn commit: r541472 - head/sysutils/ttyd

Fernando Apesteguía fernape at FreeBSD.org
Wed Jul 8 09:17:24 UTC 2020


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 at 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


More information about the svn-ports-all mailing list