Commit Graph

3639 Commits

Author SHA1 Message Date
ElonH
c844c2ef7f
AdGuardHome: add architecture dependence 2020-04-23 18:17:38 +08:00
ElonH
c3cc95a1b3
verysync: add architecture dependence 2020-04-23 18:17:38 +08:00
ElonH
637fd485a3
dnscrypt-proxy-full: add architecture dependence 2020-04-23 18:17:37 +08:00
ElonH
d97fb67bf3
npc: add architecture dependence
fix https://github.com/project-openwrt/openwrt-latest-isco/issues/138
2020-04-23 18:17:37 +08:00
ElonH
debc16f7d9
filebrowser: add architecture dependence 2020-04-23 18:17:36 +08:00
ElonH
528a781cef
mentohust: more robust in makefile
fix #146
2020-04-23 14:24:09 +08:00
ElonH
6cc3e77a2d
libpcap: fix prefix path 2020-04-23 14:24:08 +08:00
CN_SZTL
e957fd98fd
redsocks2: drop test code 2020-04-23 11:15:04 +08:00
CN_SZTL
c349c067af
redsocks2: fix compatible with openssl 1.1.x, support reuseport 2020-04-23 10:48:29 +08:00
ElonH
262ff95ef6
rtl8821cu: __fswab16 and __fswab32 redefine in powerpc arch 2020-04-23 04:40:48 +08:00
CN_SZTL
f69260725e
libubox: backport fixes
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-23 04:28:58 +08:00
CN_SZTL
0ca52ff1d7
OpenClash: fix typo error 2020-04-23 03:35:30 +08:00
CN_SZTL
4b4948f75b
OpenClash: bump to v0.37.4-beta 2020-04-23 03:09:15 +08:00
CN_SZTL
39d4c7314d
luci-app-serverchan: bump to v1.78 2020-04-23 03:08:32 +08:00
CN_SZTL
15aae46668
r8168: fix dependency 2020-04-23 03:08:02 +08:00
CN_SZTL
1e3f993f39
treewide: adjust boot order 2020-04-23 02:51:26 +08:00
Petr Štetiar
725e595526 openssl: bump to 1.1.1g
Fixes NULL dereference in SSL_check_chain() for TLS 1.3, marked with
high severity, assigned CVE-2020-1967.

Ref: https://www.openssl.org/news/secadv/20200421.txt
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-04-22 22:26:01 +08:00
AmadeusGhost
f352e3bf7d iw: bump to 5.4 2020-04-22 18:10:22 +08:00
AmadeusGhost
014283bc8b hostapd: reduce to a single instance per service 2020-04-22 18:09:30 +08:00
CN_SZTL
03e75fbd87
Merge Lean's source 2020-04-21 23:19:45 +08:00
ElonH
2c5b53d366
rtl8192: missing ipv6 header
https://github.com/project-openwrt/openwrt-kisco/issues/40
2020-04-21 22:51:41 +08:00
ElonH
68548788db
rtl88x2bu: __fswab16 and __fswab32 redefine in powerpc arch
https://github.com/project-openwrt/openwrt-kisco/issues/38
2020-04-21 21:59:10 +08:00
ElonH
7fc016b1d2
elfutils: fix build on powerpc musl
This commit fixed https://github.com/project-openwrt/openwrt-kisco/issues/41
2020-04-21 19:54:32 +08:00
AmadeusGhost
2eed55ed55 Update CONTRIBUTED.md 2020-04-21 12:15:21 +08:00
AmadeusGhost
5b0196da80 scutclient: update to 3.1.2 2020-04-21 12:01:39 +08:00
Alexander Couzens
e91175b592
base-files: ensure VERBOSE is set
If not set, it shows the following error
sh: out of range

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2020-04-21 09:18:15 +08:00
CN_SZTL
3bb1af32ad
mbedtls: update to 2.16.6 (#4387)
Security fixes for:
* CVE-2020-10932
* a potentially remotely exploitable buffer overread in a DTLS client
* bug in DTLS handling of new associations with the same parameters

Full release announement:
https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.6-and-2.7.15-released

Cherry-pick from: openwrt/openwrt@02fcbe2.

Signed-off-by: Magnus Kroken <mkroken@gmail.com>
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>

Co-authored-by: Magnus Kroken <mkroken@gmail.com>
2020-04-20 21:04:48 +08:00
CN_SZTL
b20f9a70dc
luci-app-unblockmusic: drop outdated server (#4386) 2020-04-20 21:02:20 +08:00
AmadeusGhost
380519a5fd mentohust: change to strnormalize version 2020-04-20 20:38:17 +08:00
CN_SZTL
7613a26543
procd: fix jail when running on glibc 2020-04-20 18:46:46 +08:00
Kevin Darbyshire-Bryant
04e5e1ac43
umdns: update to version 2020-04-20
e74a3f9 dns.c: improve input validation

Addresses CVE-2020-11750

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-04-20 18:40:46 +08:00
Kevin Darbyshire-Bryant
526fb965dc
relayd: bump to version 2020-04-20
796da66 dhcp.c: improve input validation & length checks

Addresses CVE-2020-11752

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-04-20 18:40:35 +08:00
CN_SZTL
ffeaf944c9
gowebdav: fix typo error 2020-04-20 18:32:26 +08:00
AmadeusGhost
b609e9f67e rtl8821cu: fix build for x86
This commit fix https://github.com/project-openwrt/openwrt/issues/143

Run-compiled-on: x86, ipq40xx
2020-04-20 15:08:05 +08:00
CN_SZTL
9916ccef79
luci-app-gowebdav: adjust settings 2020-04-19 23:46:19 +08:00
CN_SZTL
3e16fa51e0
gowebdav: add package 2020-04-19 23:25:40 +08:00
CN_SZTL
80d18a0f7e
luci-app-serverchan: bump to v1.77 2020-04-19 20:03:12 +08:00
CN_SZTL
0bd3bb5365
OpenClash: bump to v0.37.3-beta 2020-04-19 20:01:35 +08:00
Hauke Mehrtens
c0204980f8
dante: Fix compile with glibc
When compiled with glibc the config_scan.c wants to use the
cpupolicy2numeric() function which is only available when
HAVE_SCHED_SETSCHEDULER is set. It looks like the wrong define was used here.

This fixes a build problem with glibc in combination with the force
ac_cv_func_sched_setscheduler=no in the OpenWrt CONFIGURE_VARS.

This fixes the following compile error with glibc:
----------------------------------------------------------------------
/bin/ld: config_scan.o: in function `socks_yylex':
dante-1.4.1/sockd/config_scan.l:461: undefined reference to `cpupolicy2numeric'
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:522: sockd] Error 1

Fixes: aaf46a8fe2 ("dante: disable sched_getscheduler() - not implemented in musl")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-19 19:57:16 +08:00
Hauke Mehrtens
8aab70081b
upgs: Remove extra _DEFAULT_SOURCE definition
This extra _DEFAULT_SOURCE definition results in a double definition
which is a compile error.

This fixes the following compile error with glibc:
----------------------------------------------------------------------
ugps-2019-06-25-cd7eabcd/nmea.c:19: error: "_DEFAULT_SOURCE" redefined [-Werror]
 #define _DEFAULT_SOURCE

<command-line>: note: this is the location of the previous definition
cc1: all warnings being treated as errors

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-19 19:57:05 +08:00
Hauke Mehrtens
5440f3dc01
busybox: backport Remove stime() function calls
glibc 2.31 does not provide stime() any more, backport a fix from
current busybox master to avoid using this function.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-19 19:56:51 +08:00
Magnus Kroken
f66fb8a94d
openvpn: update to 2.4.9
This is primarily a maintenance release with bugfixes and improvements.
This release also fixes a security issue (CVE-2020-11810) which allows
disrupting service of a freshly connected client that has not yet
negotiated session keys. The vulnerability cannot be used to
inject or steal VPN traffic.

Release announcement:
https://openvpn.net/community-downloads/#heading-13812
Full list of changes:
https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24#OpenVPN2.4.9

Signed-off-by: Magnus Kroken <mkroken@gmail.com>
2020-04-19 19:56:35 +08:00
Hans Dedecker
b09f99b1df
binutils: add ALTERNATIVES for strings (FS#3001)
Don't move strings anymore to /bin/strings to avoid clash with
busybox /usr/bin/strings but move it to /usr/bin/binutils-strings.
Use ALTERNATIVES support to install it as /usr/bin/strings

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-04-19 19:56:11 +08:00
CN_SZTL
2a92a973a9
luci-app-unblockneteasemusic-mini: drop outdated server 2020-04-19 19:52:26 +08:00
CN_SZTL
a20ee5eabf
Merge Lean's source 2020-04-19 19:35:34 +08:00
Kui Wu
b7e9fc662c
luci-app-frpc: add proxy_protocol_version option for proxy config (#4370) 2020-04-18 20:20:40 +08:00
Magnus Kroken
aad709ab60
mbedtls: update to 2.16.6
Security fixes for:
* CVE-2020-10932
* a potentially remotely exploitable buffer overread in a DTLS client
* bug in DTLS handling of new associations with the same parameters

Full release announement:
https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.6-and-2.7.15-released

Signed-off-by: Magnus Kroken <mkroken@gmail.com>
2020-04-18 12:20:56 +08:00
AmadeusGhost
2f924edfea mac80211: sync upstream source code 2020-04-18 11:55:28 +08:00
ricksuzade-maker
b8f8afb7d0
Bump wireguard to 1.0.20200413 (#4361)
Bump to the newest version of wireguard
2020-04-18 11:20:24 +08:00
CN_SZTL
79bd145310
perf: add libcap as a dependency 2020-04-18 02:47:16 +08:00