* [Buildroot] [PATCH 1/1] package/ttyd: bump to version 1.7.7
@ 2024-04-12 13:58 TIAN Yuanhao
2024-04-12 18:43 ` Yann E. MORIN
0 siblings, 1 reply; 3+ messages in thread
From: TIAN Yuanhao @ 2024-04-12 13:58 UTC (permalink / raw)
To: buildroot
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:a: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>
---
package/ttyd/ttyd.hash | 2 +-
package/ttyd/ttyd.mk | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/ttyd/ttyd.hash b/package/ttyd/ttyd.hash
index b11327c465..9a407a68fd 100644
--- a/package/ttyd/ttyd.hash
+++ b/package/ttyd/ttyd.hash
@@ -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
diff --git a/package/ttyd/ttyd.mk b/package/ttyd/ttyd.mk
index d0e144b252..e6cf791988 100644
--- a/package/ttyd/ttyd.mk
+++ b/package/ttyd/ttyd.mk
@@ -4,10 +4,11 @@
#
################################################################################
-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
TTYD_DEPENDENCIES = json-c libuv libwebsockets openssl zlib
+TTYD_CPE_ID_VALID = YES
$(eval $(cmake-package))
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/ttyd: bump to version 1.7.7
2024-04-12 13:58 [Buildroot] [PATCH 1/1] package/ttyd: bump to version 1.7.7 TIAN Yuanhao
@ 2024-04-12 18:43 ` Yann E. MORIN
2024-05-07 16:02 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2024-04-12 18:43 UTC (permalink / raw)
To: TIAN Yuanhao; +Cc: buildroot
Yuanhao, All,
On 2024-04-12 13:58 +0000, TIAN Yuanhao spake thusly:
> Notable changes:
>
> - The web terminal is readonly by default now, to make it writable, use
> -W option.
>
> Also set TTYD_CPE_ID_VALID.
I've moved that part to its own commit, so that it can be backported to
stable branches.
> cpe:2.3:a: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>
Applied to master, as two separate commits, one for the CPE_ID, one for
the version bump, thanks.
Regards,
Yann E. MORIN.
> ---
> package/ttyd/ttyd.hash | 2 +-
> package/ttyd/ttyd.mk | 3 ++-
> 2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/package/ttyd/ttyd.hash b/package/ttyd/ttyd.hash
> index b11327c465..9a407a68fd 100644
> --- a/package/ttyd/ttyd.hash
> +++ b/package/ttyd/ttyd.hash
> @@ -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
> diff --git a/package/ttyd/ttyd.mk b/package/ttyd/ttyd.mk
> index d0e144b252..e6cf791988 100644
> --- a/package/ttyd/ttyd.mk
> +++ b/package/ttyd/ttyd.mk
> @@ -4,10 +4,11 @@
> #
> ################################################################################
>
> -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
> TTYD_DEPENDENCIES = json-c libuv libwebsockets openssl zlib
> +TTYD_CPE_ID_VALID = YES
>
> $(eval $(cmake-package))
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/ttyd: bump to version 1.7.7
2024-04-12 18:43 ` Yann E. MORIN
@ 2024-05-07 16:02 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-05-07 16:02 UTC (permalink / raw)
To: Yann E. MORIN; +Cc: TIAN Yuanhao, buildroot
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
> Yuanhao, All,
> On 2024-04-12 13:58 +0000, TIAN Yuanhao spake thusly:
>> Notable changes:
>>
>> - The web terminal is readonly by default now, to make it writable, use
>> -W option.
>>
>> Also set TTYD_CPE_ID_VALID.
> I've moved that part to its own commit, so that it can be backported to
> stable branches.
Committed that part to 2024.02.x, thanks.
>> cpe:2.3:a: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>
> Applied to master, as two separate commits, one for the CPE_ID, one for
> the version bump, thanks.
You just forgot to drop the reference to TTYD_CPE_ID_VALID from the
commit message ;)
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-07 16:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-12 13:58 [Buildroot] [PATCH 1/1] package/ttyd: bump to version 1.7.7 TIAN Yuanhao
2024-04-12 18:43 ` Yann E. MORIN
2024-05-07 16:02 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox