1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-23 16:17:36 +02:00
Commit Graph

43 Commits

Author SHA1 Message Date
Petr Štetiar
f624e41f38 treewide: fix security issues by bumping all packages using libwolfssl
As wolfSSL is having hard time maintaining ABI compatibility between
releases, we need to manually force rebuild of packages depending on
libwolfssl and thus force their upgrade. Otherwise due to the ABI
handling we would endup with possibly two libwolfssl libraries in the
system, including the patched libwolfssl-5.5.1, but still have
vulnerable services running using the vulnerable libwolfssl-5.4.0.

So in order to propagate update of libwolfssl to latest stable release
done in commit ec8fb542ec3e4 ("wolfssl: fix TLSv1.3 RCE in uhttpd by
using 5.5.1-stable (CVE-2022-39173)") which fixes several remotely
exploitable vulnerabilities, we need to bump PKG_RELEASE of all packages
using wolfSSL library.

Same bump has been done in buildroot in commit f1b7e1434f66 ("treewide:
fix security issues by bumping all packages using libwolfssl").

Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 845d81ca09)
2022-10-04 10:22:40 +02:00
Petr Štetiar
ea8108a319 Revert "treewide: fix security issues by bumping all packages using libwolfssl"
This reverts commit 0ddec62e69 as it was
backport too soon, we need to first wait for fixed libwolfssl being
available.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2022-10-04 10:14:07 +02:00
Petr Štetiar
0ddec62e69 treewide: fix security issues by bumping all packages using libwolfssl
As wolfSSL is having hard time maintaining ABI compatibility between
releases, we need to manually force rebuild of packages depending on
libwolfssl and thus force their upgrade. Otherwise due to the ABI
handling we would endup with possibly two libwolfssl libraries in the
system, including the patched libwolfssl-5.5.1, but still have
vulnerable services running using the vulnerable libwolfssl-5.4.0.

So in order to propagate update of libwolfssl to latest stable release
done in commit ec8fb542ec3e4 ("wolfssl: fix TLSv1.3 RCE in uhttpd by
using 5.5.1-stable (CVE-2022-39173)") which fixes several remotely
exploitable vulnerabilities, we need to bump PKG_RELEASE of all packages
using wolfSSL library.

Same bump has been done in buildroot in commit f1b7e1434f66 ("treewide:
fix security issues by bumping all packages using libwolfssl").

Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 845d81ca09)
2022-10-04 01:03:35 -07:00
Jianhui Zhao
8377e516e9 rtty: update to 8.0.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
(cherry picked from commit 0ea357c164)
2022-10-04 01:00:13 -07:00
Sergey V. Lobanov
9913c0899a rtty: add compatibility for wolfssl >= 5.0
NTRU support has been removed in wolfssl 5.0 so it is required to
mask NTRU specific code if wolfssl >= 5.0

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-06 23:21:20 +01:00
Jianhui Zhao
12c5ed9a4c rtty: update to 8.0.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-09-27 11:00:27 -07:00
Rosen Penev
2e654b19f3 treewide: back to cmake.mk
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-12 21:05:01 -07:00
Jianhui Zhao
110e24ad9c rtty: update to 7.4.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-05-31 14:10:29 +08:00
Rosen Penev
a31b732007 treewide: build CMake projects with Ninja
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>
2021-03-27 21:51:50 -07:00
Jianhui Zhao
a9a1d8740b rtty: update to 7.4.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-02-19 19:04:10 +08:00
Jianhui Zhao
028732a159 rtty: update to 7.3.2
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-02-06 22:28:25 +08:00
Jianhui Zhao
f69909eca0 rtty: update to 7.3.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-02-01 16:34:42 +02:00
Jianhui Zhao
7455549ed9 rtty: update to 7.3.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-01-29 07:56:53 -10:00
Jianhui Zhao
da7858204b rtty: update to 7.2.3
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-01-27 17:51:27 +02:00
Jianhui Zhao
dac73c5c9c rtty: update to 7.2.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-01-21 22:02:29 +08:00
Jianhui Zhao
b736db93a4 rtty: update to 7.2.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-01-19 22:07:26 +08:00
Jianhui Zhao
3a84dac41a rtty: update to 7.1.5
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-01-05 20:52:26 +08:00
Jianhui Zhao
a379f6c051 rtty: update to 7.1.4
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-07-17 20:32:14 +08:00
Huangbin Zhan
0ec746ccb6 treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-05-09 06:06:43 +08:00
Jianhui Zhao
9bcc126c59 rtty: update to 7.1.3
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-04-04 17:38:40 +08:00
Jianhui Zhao
c0a1b1020c rtty: update to 7.1.2
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-03-01 15:05:46 +08:00
Jianhui Zhao
a0159dc983 rtty: clean the source code
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-02-14 08:28:44 +08:00
Jianhui Zhao
155b81547f rtty: update to 7.1.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-02-11 14:01:41 +08:00
Jianhui Zhao
2260824a79 rtty: update to 7.1.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-02-07 16:02:23 +08:00
Jianhui Zhao
34e19dbb6f rtty: update to 7.0.1
Drop the depend of libuwsc

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-01-31 16:31:09 +08:00
Jianhui Zhao
49984c2e22 rtty: update to 6.6.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2019-04-25 11:54:35 +08:00
Jeffery To
447d95a048 rtty: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also adds a service_triggers() function.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-12 14:34:38 +08:00
Jeffery To
e0266203e8 rtty: Convert init script indentation from spaces to tabs
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-12 14:18:29 +08:00
Jianhui Zhao
92f805325d rtty: Update to 6.5.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2019-01-09 11:17:37 +08:00
Jianhui Zhao
255014924d rtty: update to 6.4.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-12-23 22:01:15 +08:00
Jianhui Zhao
30e912c598 rtty: update to 6.4.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-12-14 17:00:40 +08:00
Jianhui Zhao
edd1c30fc5 rtty: update to 6.3.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-10-18 16:21:56 +08:00
Jianhui Zhao
7bbdbb4892 rtty: update to 6.3.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-10-05 15:29:40 +08:00
Jianhui Zhao
c8bf54875f rtty: Update to 6.2.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-09-28 11:58:29 +00:00
Jianhui Zhao
9b85c179ac rtty: Update to 5.1.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-06-18 00:42:55 +08:00
Jianhui Zhao
5d2751ab7a rtty: Update to 5.0.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-06-14 16:50:56 +08:00
Jianhui Zhao
4cbb348191 rtty: Update to 4.1.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-05-23 20:42:02 +08:00
Jianhui Zhao
210f6ecfd9 rtty: Fix the bug of startup script
Not correctly judging whether uci_validate_section is successful

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-19 15:30:59 +08:00
Jianhui Zhao
a94df6a553 rtty: update to v4.1.1
f056af0 Fix bug: double free when execute a command timeout
69260b6 Fix bug: Error class did not match the server

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-15 22:47:00 +08:00
Jianhui Zhao
a574873407 rtty: Update to 4.1.0
support execute a command remote

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-13 23:05:14 +08:00
Jianhui Zhao
790935eed2 rtty: Update to latest version
Change license to LGPL2

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-03 23:16:27 +08:00
Jianhui Zhao
62e4f714f5 rtty: Update to 3.1.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-02-07 17:10:08 +08:00
Jianhui Zhao
8a7797d67a rtty: Add package
A reverse proxy WebTTY. It is composed of the client and the server.

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-01-23 15:24:36 +08:00