aboutsummaryrefslogtreecommitdiff
path: root/utils/ttyd
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>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: build CMake projects with NinjaRosen Penev2021-03-27
| | | | | | | | | | | | | | | | | | | | faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ttyd: force enable authentication for loginTianling Shen2021-02-08
| | | | | | | | | | | | | | Currently, we called `/usr/libexec/login.sh` as login command, but unfortunately the auth is disabled by default in it[1], and this is really serious as it could be a free "backdoor" for any spoiler who has conntectd to the router via LAN or wireless. In my option, it shouldn't be exposed to anyone without auth, so I set the default login command to `/bin/login`. And for those who really want that, they can do it themselves. 1. `login.sh` adjusts whether use authentication or not from system config named ttylogin, which is set to disabled by default. See package/base-files/files/bin/config_generate#L243. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* ttyd: update to 1.6.3Shuanglei Tao2021-01-16
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* 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: fix debug config optionFlorian Eckert2020-08-03
| | | | | | | | | | | | Append missing debug option value. If this is not append and the debug option is selected, then we get the following error output on ttyd start. > ttyd: missing start command To fix this add missing debug option value. 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>
* treewide: add conffilesHuangbin Zhan2020-05-09
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@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: add reload triggerRichard Yu2019-12-03
| | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* ttyd: log to syslogRichard Yu2019-11-29
| | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* ttyd: update to 1.5.2 and add init scriptRichard Yu2019-10-17
| | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* ttyd: update to 1.5.1Shuanglei Tao2019-07-17
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: Add dependency for vimRosen Penev2019-04-10
| | | | | | | | | | | Needed to avoid error in case xxd is not installed: [ 16%] Generating html.h from index.html /bin/sh: 1: CMAKE_XXD-NOTFOUND: not found CMakeFiles/ttyd.dir/build.make:61: recipe for target 'html.h' failed make[6]: *** [html.h] Error 127 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ttyd: update to 1.4.2Shuanglei Tao2018-09-12
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.4.0Shuanglei Tao2018-04-30
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.3.3Shuanglei Tao2017-06-19
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.3.2Shuanglei Tao2017-04-16
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.3.1Shuanglei Tao2017-03-11
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.3.0Shuanglei Tao2017-02-14
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.2.1Shuanglei Tao2016-11-27
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.2.0Shuanglei Tao2016-11-13
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.1.0Shuanglei Tao2016-10-15
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: remove the default insecure init script (#3271)Shuanglei Tao2016-10-01
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* Add ttyd packageShuanglei Tao2016-09-28
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>