aboutsummaryrefslogtreecommitdiff
path: root/utils/ttyd/patches
Commit message (Collapse)AuthorAge
* ttyd: update to 1.7.3Oskari Rauta2023-05-20
| | | | | | | | | | | | also fixes linking issue that appeared after gcc 13 removed obsolete (merged) patch, ttyd now depends on libcap, added that as a dependency. remaining patch refreshed. release notes: https://github.com/tsl0922/ttyd/releases Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* ttyd: fix ssl ca option initMax S Kash2021-09-26
| | | | Signed-off-by: Max S Kash <asukms@ya.ru>
* ttyd: update to 1.6.2Rosen Penev2020-12-22
| | | | | | Remove upstream patch. Refreshed other one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ttyd: add backport patch for ssl issue on firefoxFlorian Eckert2020-08-04
| | | | | | | | | | | If ttyd is configured to ssl, you will get the following message in the log `refuse to serve WS client for illegal ws path`. Upstream a patch has already been applied which fixes this. Since there is no newer version than 1.6.1, this fix is backported as a patch. And could be removed if a new version of ttyd is available. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* ttyd: update to 1.6.1Rosen Penev2020-07-28
| | | | | | Refresh patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ttyd: update to 1.6.0Shuanglei Tao2020-02-11
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: fix compilation without deprecated OpenSSL APIsRosen Penev2020-02-08
| | | | | | | | | | Removed CMAKE_INSTALL as there's no need for InstallDev. Added PKG_BUILD_PARALLEL for faster compilation. Small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ttyd: log to syslogRichard Yu2019-11-29
Signed-off-by: Richard Yu <yurichard3839@gmail.com>