mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
package/ttyd: bump to version 1.7.7
Notable changes: - The web terminal is readonly by default now, to make it writable, use -W option. Also set TTYD_CPE_ID_VALID. cpe:2.3🅰️ttyd_project:ttyd is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/detail/DBEDA75E-4E19-48C1-92D7-43E4035BC048 Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com> [yann.morin.1998@free.fr: move CPE_ID_VALID to its own commit] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
7d4ba7eaf9
commit
87943b7531
@ -1,3 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 300d8cef4b0b32b0ec30d7bf4d3721a5d180e22607f9467a95ab7b6d9652ca9b ttyd-1.7.4.tar.gz
|
||||
sha256 039dd995229377caee919898b7bd54484accec3bba49c118e2d5cd6ec51e3650 ttyd-1.7.7.tar.gz
|
||||
sha256 8b7e100f8311cb428c57609164d93099bada2599f948359045d1ac876a7a625b LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TTYD_VERSION = 1.7.4
|
||||
TTYD_VERSION = 1.7.7
|
||||
TTYD_SITE = $(call github,tsl0922,ttyd,$(TTYD_VERSION))
|
||||
TTYD_LICENSE = MIT
|
||||
TTYD_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user