Community maintained packages for ImmortalWrt.
Révision | 6a00485b148c5588817639b55a71cf068b41f600 (tree) |
---|---|
l'heure | 2022-05-25 22:28:07 |
Auteur | Jianhui Zhao <zhaojh329@gmai...> |
Commiter | Tianling Shen |
rtty: update to 8.0.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
(cherry picked from commit 0ea357c164d4d265d750459de2ad6a63149fe89e)
@@ -8,12 +8,12 @@ | ||
8 | 8 | include $(TOPDIR)/rules.mk |
9 | 9 | |
10 | 10 | PKG_NAME:=rtty |
11 | -PKG_VERSION:=8.0.0 | |
12 | -PKG_RELEASE:=2 | |
11 | +PKG_VERSION:=8.0.1 | |
12 | +PKG_RELEASE:=1 | |
13 | 13 | |
14 | 14 | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
15 | 15 | PKG_SOURCE_URL=https://github.com/zhaojh329/rtty/releases/download/v$(PKG_VERSION) |
16 | -PKG_HASH:=b9c555005b76c1ad0f5af891964375bbdf50ee22b9a9f53ddd48d2cdb4e53b49 | |
16 | +PKG_HASH:=b1a21819c2256b3364b8c64dfcc56583b9647409ab8b39ff54e00e242e44028e | |
17 | 17 | |
18 | 18 | PKG_MAINTAINER:=Jianhui Zhao <zhaojh329@gmail.com> |
19 | 19 | PKG_LICENSE:=MIT |
@@ -1,21 +0,0 @@ | ||
1 | -commit 91b66a6b402b790f3c8cebb0420ef549744ee197 | |
2 | -Author: Sergey V. Lobanov <sergey@lobanov.in> | |
3 | -Date: Mon Jan 3 19:25:45 2022 +0300 | |
4 | - | |
5 | - add compatibility for wolfssl >= 5.0 | |
6 | - | |
7 | - NTRU support has been removed in wolfssl 5.0 so it is required to | |
8 | - mask NTRU specific code if wolfssl >= 5.0 | |
9 | - | |
10 | ---- a/src/ssl/openssl.c | |
11 | -+++ b/src/ssl/openssl.c | |
12 | -@@ -336,7 +336,9 @@ static bool handle_wolfssl_asn_error(voi | |
13 | - case ASN_SIG_HASH_E: | |
14 | - case ASN_SIG_KEY_E: | |
15 | - case ASN_DH_KEY_E: | |
16 | -+#if LIBWOLFSSL_VERSION_HEX < 0x05000000 | |
17 | - case ASN_NTRU_KEY_E: | |
18 | -+#endif | |
19 | - case ASN_CRIT_EXT_E: | |
20 | - case ASN_ALT_NAME_E: | |
21 | - case ASN_NO_PEM_HEADER: |