Commit Graph

3909 Commits

Author SHA1 Message Date
CN_SZTL
37f6f5b89c
luci-app-ssr-plus: drop useless acl file 2020-04-15 21:12:53 +08:00
CN_SZTL
06c80d3dd0
Merge Lean's source 2020-04-15 21:06:54 +08:00
lean
6c8c96cedf Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-04-15 20:42:34 +08:00
lean
7262d9503e luci-app-ssr-plus:hide ssr server option when shadowsocks-libev-ss-server is not installed 2020-04-15 20:42:20 +08:00
HQ Ong
2284f0da80
Add ACL rule to compatible with trunk Luci requirement (#4323)
Add ACL rule to compatible with trunk Luci requirement
2020-04-15 20:40:07 +08:00
lean
2125e805d1 luci-app-ssr-plus: revert lock feature 2020-04-15 20:39:16 +08:00
Mattraks
8a02b49078
luci-app-ssr-plus:Fix Socks5 startup errors (#4310)
* luci-app-ssr-plus:Fix Socks5 startup errors

* luci-app-ssr-plus:Fix pdnsd EOF warning errors

* luci-app-ssr-plus: ssr-switch Adjust Output

* luci-app-ssr-plus: Data Update
2020-04-15 00:48:29 +08:00
CN_SZTL
e07120f1fb
Merge Upstream 2020-04-14 21:11:11 +08:00
CN_SZTL
96e1776a85
luci-app-serverchan: bump to v1.63 2020-04-14 21:07:18 +08:00
CN_SZTL
fb6b776781
luci-app-diskman: sync with upstream source 2020-04-14 21:06:35 +08:00
CN_SZTL
2ed9f9b187
OpenClash: bump to v0.37.3-beta 2020-04-14 21:03:36 +08:00
CN_SZTL
fbcb6ed522
mtwifi: support kernel 4.14 only 2020-04-14 21:01:37 +08:00
CN_SZTL
534f1abc20
Merge Upstream 2020-04-14 20:33:17 +08:00
Rosen Penev
a6092813a4
hostapd: backport usleep patch
Optionally fixes compilation with uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-14 20:29:39 +08:00
Rosen Penev
d4a6de1eb7
elfutils: update to 0.179
Removed sys/cdefs usage. The header is deprecated.

Removed canonicalize_file_name define. It's already fixed upstream.

Added --disable-debuginfod. Seems to be needed.

Modified patch 005 to build more stuff. It was failing before. It still
only builds libraries.

Modified patch 100 to use strerror under non-glibc. It is used under
glibc as strerror is not thread safe. It is under musl and uClibc-ng.
strerror_l is not available under uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-14 20:28:43 +08:00
CN_SZTL
f92f7a9e0f
Merge Upstream 2020-04-14 19:40:47 +08:00
CN_SZTL
a5e61fd196
tcpping: add necessary dependency
This fix project-openwrt/openwrt#132.
2020-04-14 19:36:08 +08:00
Chen Minqiang
b10fadf919 wireless-regdb: custom fix txpower and dfs
Edit: enable 160MHz BW in channel 36~64
2020-04-14 10:39:43 +08:00
AmadeusGhost
782dcaa700 wireless-regdb: bump to latest 2020-04-14 10:39:11 +08:00
CN_SZTL
3ad7a35c91
luci-app-ssr-plus: use "&" to instead of "-d" (daemon mode) (#4307) 2020-04-14 09:25:59 +08:00
Mattraks
9cf7ebae5f
luci-app-ssr-plus:Fix kcptun startup errors (#4303)
* Fix Errors

* Updated version

* luci-app-ssr-plus:require "luci.model.uci"

* luci-app-ssr-plus:Revised explanation
2020-04-14 09:25:17 +08:00
hyird
f4a9966616
luci-app-unblockmusic: add flac switch for nodejs (#4302)
* Update unblockmusic.lua

* Update unblockmusic
2020-04-14 09:21:40 +08:00
Jeffery To
8b57e6e520
cryptodev-linux: Fix error when compiling with 5.4 kernel
Currently, cryptodev-linux fails to compile with a
'"crypto_givcipher_type" undefined' error for targets on the 5.4 kernel,
e.g. armvirt[1].

This backports an upstream patch[2] that fixes this error.

[1]: https://downloads.openwrt.org/snapshots/faillogs/aarch64_generic/base/cryptodev-linux/compile.txt
[2]: f971e0cd4a

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-14 05:46:51 +08:00
CN_SZTL
468ae867b8
target/ipq40xx: init kernel 5.4 support 2020-04-14 05:19:58 +08:00
CN_SZTL
8853e1aa06
kernel/video: fix dependency 2020-04-14 04:19:28 +08:00
Adrian Schmutzler
4ebd92c226
kernel: use older kernel for explicitly setting dependencies
It is generally more desirable to use older kernel versions for
dependencies, as this will require less changes when newer kernels
are added (they will by default select the newer packages).

Since we currently only have two kernels (4.14 and 4.19) in master,
this patch applies this logic by converting all LINUX_4_19 symbols
to their inverted LINUX_4_14 equivalents.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-04-14 04:09:17 +08:00
Luiz Angelo Daros de Luca
2ce89e258d
kernel: load rtl8366_smi and rtl8367b on boot
This external switch driver should be loaded on boot for network support
in failsafe mode.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
[alter commit message]
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2020-04-14 03:59:07 +08:00
Tim Harvey
f71e92e373
kernel: fix lib-xor for ARM64
use LINUX_KARCH in directory path to avoid failures in non-arm targets.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
2020-04-14 03:57:02 +08:00
Eneas U de Queiroz
d9aea0982c
kernel: add @IPV6 dependency to ipv6 modules
IPv6 modules should all depend on @IPV6, to avoid circular dependencies
problems, especially if they select a module that depends on IPV6 as
well.  In theory, if a package A depends on IPV6, any package doing
'select A' (DEPENDS+= A) should also depend on IPV6; otherwise selecting
A will fail.  Sometimes the build system is forgiving this, but
eventually, and unexpectedly, it may blow up on some other commit.

Alternatively one can conditionally add IPv6 dependencies only if
CONFIG_IPV6 is selected: (DEPENDS+= +IPV6:package6).

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-04-14 03:56:47 +08:00
Hauke Mehrtens
6642f92907
kernel: Add of_touchscreen.ko to kmod-input-touchscreen-ads7846
kmod-input-touchscreen-ads7846 depends on of_touchscreen.ko since
kernel 5.4.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-14 03:54:16 +08:00
Koen Vandeputte
11e9533e23
kernel: mode_beet mode_transport mode_tunnel xfram modules
This adds the new xfrm4_mode_beet, xfrm4_mode_transport,
xfrm4_mode_tunnel and their IPv6 versions on kernel 5.4. These modules
were newly added in kernel 5.2.

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-04-14 03:53:04 +08:00
Norbert van Bolhuis
732fc5e9cd
linux-atm: Include linux/sockios.h for SIOCGSTAMP
Since linux kernel commit 0768e17073dc527ccd18ed5f96ce85f9985e9115
(2019-04-19) the asm-generic/sockios.h header no longer defines
SIOCGSTAMP. Instead it provides only SIOCGSTAMP_OLD.

The linux/sockios.h header now defines SIOCGSTAMP using either
SIOCGSTAMP_OLD or SIOCGSTAMP_NEW as appropriate. This linux only
header file is not included so we get a build failure.

Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
2020-04-14 03:52:54 +08:00
Chen Minqiang
7b93b863e8
x86: make crashdump works
1. KERNEL_CRASH_DUMP should depends on KERNEL_PROC_KCORE (kexec use it)
2. select crashkernel mem size by totalmem
   mem <= 256M disable crashkernel by default
   mem >= 4G use 256M for crashkernel
   mem >= 8G use 512M for crashkernel
   default use 128M
3. set BOOT_IMAGE in kdump.init
4. resolve a "Unhandled rela relocation: R_X86_64_PLT32" error

Tested on x86_64

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2020-04-14 03:51:40 +08:00
Hauke Mehrtens
af18655142
kernel: Adapt moved crodic.ko module
The module was moved in the kernel, adapt OpenWrt.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-14 03:51:27 +08:00
CN_SZTL
b83e6fc529
kernel/fs: exFAT: fix dependency 2020-04-14 03:44:32 +08:00
CN_SZTL
37ebeddeca
kernel/usb: adjust dependency 2020-04-14 03:41:15 +08:00
CN_SZTL
070cc9bdfd
kernel/fs: init exFAT fs driver for Kernel 5.4 2020-04-14 03:38:32 +08:00
Hauke Mehrtens
04f18e584d
kernel: Remove chash.ko from kmod-drm-amdgpu
This module was added with kernel 4.15, but is was removed again with
kernel version 5.3. OpenWrt does not support specifying a kernel version
range so just break it with kernel 4.14 and only support recent kernel
versions.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-14 02:56:11 +08:00
Adrian Schmutzler
ae10bb2273
broadcom-wl: fix compilation with kernel >= 4.15
Since kernel 4.15, init_timer is not available anymore, and has been
replaced by timer_setup. The fixes compilation of wl_linuc.c, which
returned the following errors beforehand (line-wrapped manually):

.../broadcom-wl-5.10.56.27.3/driver/wl_linux.c: In function 'wl_init_timer':
.../broadcom-wl-5.10.56.27.3/driver/wl_linux.c:2576:2: error: implicit
	declaration of function 'init_timer'; did you mean 'init_timers'?
	[-Werror=implicit-function-declaration]
  init_timer(&t->timer);
  ^~~~~~~~~~
  init_timers
.../broadcom-wl-5.10.56.27.3/driver/wl_linux.c:2577:10: error:
	'struct timer_list' has no member named 'data'
  t->timer.data = (ulong) t;
          ^
.../broadcom-wl-5.10.56.27.3/driver/wl_linux.c:2578:20: error: assignment
	to 'void (*)(struct timer_list *)' from incompatible pointer type
	'void (*)(ulong)' {aka 'void (*)(long unsigned int)'}
	[-Werror=incompatible-pointer-types]
  t->timer.function = wl_timer;

This should fix build of several devices on bcm63xx with testing
kernel (4.19).

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-04-14 02:55:38 +08:00
Martin Blumenstingl
21d1be2d07
lantiq: ltq-deu: fix compatibility with Linux 5.3+
Upstream commit 84ede58dfcd1d ("crypto: hash - remove
CRYPTO_ALG_TYPE_DIGEST") drops the CRYPTO_ALG_TYPE_DIGEST define because
it has the same value as CRYPTO_ALG_TYPE_HASH. This was the case for
earlier kernels as well. Switch to CRYPTO_ALG_TYPE_HASH to fix building
against Linux 5.4.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
2020-04-14 02:54:21 +08:00
Koen Vandeputte
f5f2193e3f
kernel: Make kmod-rtc-pcf2123 depend on kmod-regmap-spi
In kernel 5.4 kmod-rtc-pcf2123 depends on kmod-regmap-spi, add this missing
dependency.

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-04-14 02:52:32 +08:00
Mathias Kresin
0cc005294a
ltq-atm: add Linux 5.0+ compatibility
Upstream commit 96d4f267e40f95 ("Remove 'type' argument from access_ok()
function") removes the first argument to access_ok.
Adjust the code so it builds with Linux 5.4.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Mathias Kresin <dev@kresin.me>
2020-04-14 02:52:08 +08:00
Hauke Mehrtens
1fb04b0c7e
kernel: Add roles.ko to kmod-usb-chipidea
kmod-usb-chipidea depends on roles.ko since kernel 5.4.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-14 02:51:26 +08:00
Hauke Mehrtens
9b6bfe6e35
kernel: Make kmod-gpio-pca953x depend on kmod-regmap-i2c
In kernel 5.4 kmod-gpio-pca953x depends on kmod-regmap-i2c.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-14 02:42:57 +08:00
Hauke Mehrtens
b5f1fb38f9
kernel: module v4l2-common.ko was removed
The content of v4l2-common.ko was merged into videodev.ko and it was
removed in kernel 5.4.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-14 02:42:51 +08:00
Hauke Mehrtens
fd921218ba
kernel: Make kmod-fs-f2fs depend on kmod-nls-base
Since kernel 5.4 kmod-fs-f2fs is depending on kmod-nls-base.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-14 02:41:29 +08:00
Hauke Mehrtens
b94070de6f
nat46: Fix compile with kernel 5.4
nf_reset() was renamed to nf_reset_ct() in upstream Linux commit
895b5c9f206e ("netfilter: drop bridge nf reset from nf_reset)"

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-14 02:41:14 +08:00
CN_SZTL
2d1746ff2b
kernel/linux: netfilter: adjust dependency 2020-04-14 02:20:04 +08:00
CN_SZTL
e179005f27
kernel/linux: adjust dependency 2020-04-14 02:14:05 +08:00
Hauke Mehrtens
01d9db21c1
kernel: Remove kmod-gigaset for kernel 5.4
gigaset was moved to staging in kernel 5.4, just deactivate it on
recent kernel versions instead of adapting it.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-14 00:34:49 +08:00
Hauke Mehrtens
dff7db7060
kernel: Make kmod-ixgbe depend on kmod-libphy
With kernel 5.4 kmod-ixgbe is depending on kmod-libphy, add this
missing dependency.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-14 00:31:59 +08:00
AmadeusGhost
87eff41c80
i40e: adjust dependency 2020-04-14 00:30:32 +08:00
ElonH
f121547284
i40evf: driver has been merged in iavf
drivers/net/ethernet/intel/iavf/iavf_main.c
56:MODULE_ALIAS("i40evf");
2020-04-14 00:29:08 +08:00
CN_SZTL
c91df68a6c
r8125: do not support kernel5.4 2020-04-14 00:18:52 +08:00
Tomasz Maciej Nowak
387c09fb6f
kernel: replace SUBDIRS with M in package recipes
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.

Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
2020-04-14 00:04:04 +08:00
Álvaro Fernández Rojas
9284193fd9
cypress-firmware: update to v5.4.18-2020_0402
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-04-13 21:50:36 +08:00
CN_SZTL
0d892c9d48
KoolProxy: drop garbage software from garbage KoolShare 2020-04-13 19:37:16 +08:00
AmadeusGhost
e225cb6e02 package: disable duplicate packages 2020-04-13 09:05:10 +08:00
CN_SZTL
b0056a52ae
luci-app-k3usb: sort out files 2020-04-13 02:38:54 +08:00
CN_SZTL
011a228085
luci-theme-opentomcat: sort out files 2020-04-13 02:34:56 +08:00
CN_SZTL
acb287567e
luci-app-smstool: sort out files 2020-04-13 02:30:50 +08:00
CN_SZTL
73cb01c877
luci-app-chinadns: sort out files 2020-04-13 02:27:40 +08:00
CN_SZTL
2aee1f3f15
luci-app-k3screenctrl: sort out files 2020-04-13 02:21:38 +08:00
CN_SZTL
53e744b3ea
luci-app-koolproxyR: sort out files 2020-04-13 02:15:22 +08:00
Mattraks
b97c4e8bb5
luci-app-ssr-plus:Fix SS running status (#4289)
* luci-app-ssr-plus:Code optimization and Fix Bug

* luci-app-ssr-plus:Adjust reference data location

* luci-app-ssr-plus:revert subscribe.lua

* luci-app-ssr-plus:Fix SS running status

* luci-app-ssr-plus:Updated version

* luci-app-ssr-plus:Revised interpretation
2020-04-13 01:44:03 +08:00
CN_SZTL
531f5cc283
luci-app-rtorrent: drop outdated package 2020-04-13 01:21:51 +08:00
CN_SZTL
fcec9abc69
luci-app-koolproxy: sort out files 2020-04-13 01:17:34 +08:00
CN_SZTL
b1304e6bff
luci-app-eqos: sort out files 2020-04-13 01:00:25 +08:00
CN_SZTL
f04dbbbeb1
luci-app-qosv4: sort out files 2020-04-13 00:47:14 +08:00
CN_SZTL
3f9a9c24dd
luci-app-brook: sort out files 2020-04-13 00:40:33 +08:00
CN_SZTL
8530651975
luci-app-udp2raw: sort out files 2020-04-13 00:39:50 +08:00
CN_SZTL
cab53339c8
luci-app-aliddns: sort out files 2020-04-13 00:39:09 +08:00
CN_SZTL
4e17218ab3
luci-app-cd8021x: sort out files 2020-04-13 00:38:32 +08:00
CN_SZTL
11a569315e
luci-app-ngrokc: sort out files 2020-04-13 00:37:45 +08:00
CN_SZTL
4ff9d13ab3
luci-app-speederv2: sort out files 2020-04-13 00:37:03 +08:00
CN_SZTL
84f4d16072
luci-app-njitclient: sort out files 2020-04-13 00:35:57 +08:00
AmadeusGhost
05e01ab1da mtwifi: correct makefile 2020-04-12 22:00:25 +08:00
AmadeusGhost
f19db3103c mtwifi: add dual 7615 support
From Tang Haili dalao, also add new package for dbdc devices.
2020-04-12 17:08:11 +08:00
Mattraks
66e6e853be
luci-app-ssr-plus:revert subscribe.lua (#4282)
* luci-app-ssr-plus:Code optimization and Fix Bug

* luci-app-ssr-plus:Adjust reference data location

* luci-app-ssr-plus:revert subscribe.lua
2020-04-12 12:04:25 +08:00
Hans Dedecker
faadfa175c
iproute2: update to 5.6.0
Update iproute2 to latest stable 5.6.0; for the changes see https://lwn.net/Articles/816778/

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-04-12 07:43:09 +08:00
CN_SZTL
cb2f7aea3a
luci-app-passwall: sync with upstream source 2020-04-12 00:39:45 +08:00
CN_SZTL
ffead1ea68
ipt2socks: bump to latest git HEAD 2020-04-12 00:36:30 +08:00
CN_SZTL
974c64fbc0
kcptun: bump to 20200409 2020-04-12 00:34:47 +08:00
CN_SZTL
d89adff716
default-settings: fix changing LuCI version 2020-04-12 00:31:47 +08:00
CN_SZTL
102bbb12df
smartdns: bump to latest git HEAD
c2c418e: dns-client: fix https memory leak issue.
2020-04-12 00:19:34 +08:00
Mattraks
a10390cc21
luci-app-ssr-plus:Code optimization and Fix Bug (#4253)
* luci-app-ssr-plus:Code optimization and Fix Bug

* luci-app-ssr-plus:Adjust reference data location
2020-04-11 21:53:11 +08:00
CN_SZTL
8f4d6f8970
luci-app-serverchan: bump to v1.52 2020-04-11 20:39:55 +08:00
CN_SZTL
5c9bdc934e
luci-app-serverchan: bump to v1.50 2020-04-11 02:05:10 +08:00
CN_SZTL
dfbda76b9b
luci-app-diskman: bump to v0.2.10 2020-04-11 02:04:35 +08:00
ElonH
47040d246d
qos-gargoyle: fixed in SDK
In iproute2, some of object, header, source files are used in
qos-gargoyle.
qos-gargoyle will find these files in build_dir.
But if CONFIG_AUTOREMOVE is enable in SDK, an error "Header not found." will be raised.

So one way is that copying these files to staging_dir.
2020-04-10 23:12:52 +08:00
LGA1150
420157f066
mt76: update 2020-04-10 21:56:47 +08:00
CN_SZTL
98357774a9
luci-app-diskman: bump to v0.2.9 2020-04-10 20:16:55 +08:00
Kevin Darbyshire-Bryant
5d04487ee5
kmod-sched: add act_police
"Whoop whoop, sound of da police"

Add an ingress capable traffic policer module configurable with tc.

From the man page:

The police action allows to limit bandwidth of traffic matched by the
filter it is attached to. Basically there are two different algorithms
available to measure the packet rate: The first one uses an internal
dual token bucket and is configured using the rate, burst, mtu,
peakrate, overhead and linklayer parameters. The second one uses an
in-kernel sampling mechanism. It can be fine-tuned using the estimator
filter parameter.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-04-10 20:05:31 +08:00
Eneas U de Queiroz
f6fb7f14be kernel: avoid underscore in *6lowpan package names
Packages kmod-bluetooth_6lowpan and kmod-ieee802154_6lowpan contain an
underscore in the package name.  This causes problems in package/install
because when building a list of package files to install offline using
opkg, it uses a wildcard of the form $(dir)/$(pkg)_*.ipk.

If you were to select kmod-bluetooth=y, but kmod-bluetooth_6lowpan=m,
the latter would be picked up by that wildcard, and make package/install
would fail:

Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies
 * for kmod-bluetooth_6lowpan:
 *      kmod-6lowpan
 * opkg_install_cmd: Cannot install package kmod-bluetooth_6lowpan.

Changing the wildcard pattern is not trivial, and there may be other
places in the build system making this assumption about the package name
format.

Using a dash in place of the underscore avoids the issue.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-04-10 16:01:41 +08:00
Daniel Engberg
5d1e38dc11
e2fsprogs: Update to 1.45.6
Update e2fsprogs to 1.45.6

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2020-04-10 09:16:36 +08:00
CN_SZTL
abdeca1ff8
luci-app-passwall: sync with upstream source 2020-04-10 01:07:41 +08:00
CN_SZTL
541e0f4ed4
luci-app-diskman: bump to 0.2.8 2020-04-10 01:07:18 +08:00
CN_SZTL
64fdb4334b
luci-app-clash: bump to 1.6.8d 2020-04-10 01:06:20 +08:00
CN_SZTL
c92577b612
luci-app-openclash: sync with upstream source 2020-04-10 01:05:44 +08:00
Pawel Dembicki
34a24e2fdd
packages: mt76: add 14c3:7610 pci id to list
This commit add patch with 14c3:7610 pci id addition.

It was sent upstream.

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
[bumped PKG_RELEASE]
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-04-10 01:04:23 +08:00
CN_SZTL
12a818201e
rpcd: bump version 2020-04-09 14:17:36 +08:00
守望星空
593d812a47
Update Kcptun (#4243) 2020-04-09 14:01:58 +08:00
xinxijishuwyq
3dd0a3e177
simple-obfs: bump to latest version to Fix FTBFS under GCC-9 (#4241)
Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
2020-04-09 14:01:14 +08:00
CN_SZTL
b2760e89d5
openssl: refresh download urls 2020-04-09 06:51:56 +08:00
CN_SZTL
8e035970c9
luci-app-passwall: sync with upstream source 2020-04-09 01:41:37 +08:00
CN_SZTL
2d72232269
luci-app-diskman: sync with upstream source 2020-04-09 01:40:08 +08:00
CN_SZTL
85866629a8
OpenClash: sync with upstream source 2020-04-09 01:39:30 +08:00
dongjuanyong
ae7a5d7060
luci-app-ssr-plus: OpenWrt SNAPSHOT compatibility (#4154)
* luci-app-ssr-plus: OpenWrt SNAPSHOT compatibility

Fix #4143

* Modify getElementById to getElementsByName

Luci modification for OpenWrt 19.07 or higher
2020-04-09 01:07:52 +08:00
lean
12b558bbd4 amule: dyn linked 2020-04-09 00:30:15 +08:00
lean
d29fc8c1d8 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-04-09 00:25:43 +08:00
lean
7bf824b1fc qBittorrent: bump to v4.2.3 2020-04-09 00:25:33 +08:00
AmadeusGhost
dc875de0ea
kernel: netdev: add missing config for mlx5 driver (#4228)
* kernel: Fix miss config and module for mlx driver

Missing config symbols could lead to build failures on kernel
4.14/4.19.

Signed-off-by: Tan Zien <nabsdh9@gmail.com>
[rephrase commit message - reorder symbols]
Signed-off-by: David Bauer <mail@david-bauer.net>

* kernel: netdev: add missing config for mlx5 driver

The mlk5 kmod lacks all necessary build symbols
for kernel 4.14 (again).

Add missing symbols to avoid build failure on these targets.

Signed-off-by: Tan Zien <nabsdh9@gmail.com>
[rewrite commit message - reorder symbols]
Signed-off-by: David Bauer <mail@david-bauer.net>

Co-authored-by: Tan Zien <nabsdh9@gmail.com>
2020-04-08 19:07:29 +08:00
lean
b6b408c8fa Version bump to R20.4.8 2020-04-08 13:30:03 +08:00
lean
6d92b60767 luci-app-music-remote-center: add place holder 2020-04-08 12:38:04 +08:00
CN_SZTL
e53ac1001f
luci-app-passwall: sync with upstream source 2020-04-08 03:43:00 +08:00
Rosen Penev
9c500156b8
iproute2: add kmod-netlink-diag for ss
Allows proper usage of the ss tool. Otherwise, several errors and bad
data gets thrown:

Cannot open netlink socket: Protocol not supported
Cannot open netlink socket: Protocol not supported
Cannot open netlink socket: Protocol not supported
Cannot open netlink socket: Protocol not supported
Cannot open netlink socket: Protocol not supported
Cannot open netlink socket: Protocol not supported
Cannot open netlink socket: Protocol not supported

Originally reported here: https://github.com/openwrt/packages/issues/8232

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-08 03:25:30 +08:00
Rosen Penev
f7ae08f199
kmod: add netlink-diag package
This is used by the ss utility from iproute2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-08 03:24:29 +08:00
CN_SZTL
17e25522c0
scripts/download.pl: add some mirror sites 2020-04-08 00:32:52 +08:00
CN_SZTL
95a85c8be7
default-settings: use tencent mirror by default 2020-04-08 00:15:37 +08:00
ricksuzade-maker
cef6bffa6f
Bump wireguard to 1.0.20200401 (#4217)
The newest official stable release.
2020-04-07 23:41:56 +08:00
Hans Dedecker
f0baa49271
ppp: update to version 2.4.8.git-2020-03-21
Use upstream latest git HEAD as it allows to remove the patches
700-radius-Prevent-buffer-overflow-in-rc_mksid,
701-pppd-Fix-bounds-check-in-EAP-code and
702-pppd-Ignore-received-EAP-messages-when-not-doing-EAP and
take in other fixes.

41a7323 pppd: Fixed spelling 'unkown' => 'unknown' (#141)
6b014be pppd: Print version information to stdout instead of stderr (#133)
cba2736 pppd: Add RFC1990 (Multilink) to the See Also section of the man page
f2f9554 pppd: Add mppe.h to the list of headers to install if MPPE is defined
ae54fcf pppd: Obfuscate password argument string
8d45443 pppd: Ignore received EAP messages when not doing EAP
8d7970b pppd: Fix bounds check in EAP code
858976b radius: Prevent buffer overflow in rc_mksid()

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-04-07 23:15:24 +08:00
lean
a1b538a9f5 ipq40xx: switch to ath10k-ct 2020-04-07 22:44:32 +08:00
CN_SZTL
526a2b4856
Merge Lean's source 2020-04-07 21:24:17 +08:00
lean
c3c418cdb7 luci-app-cifs-mount: add SMB/CIFS mount luci 2020-04-07 21:06:50 +08:00
CN_SZTL
60648ae8cf
subconverter: bump to latest git HEAD 2020-04-07 05:17:19 +08:00
CN_SZTL
2784983601
Revert " luci-app-diskman: sync with upstream source"
This reverts commit fe56a42e8c.
2020-04-07 04:19:45 +08:00
CN_SZTL
25f81a966d
Package Lienol: sync with upstream source 2020-04-07 04:14:36 +08:00
CN_SZTL
9292009f5d
luci-theme-argon-light-mod: sync with upstream source 2020-04-07 03:36:44 +08:00
CN_SZTL
312a2b737c
luci-theme-argon-dark-mod: sync with upstream source 2020-04-07 03:36:28 +08:00
CN_SZTL
4270916fab
luci-theme-bootstrap-mod: sync with upstream source 2020-04-07 03:35:58 +08:00
CN_SZTL
fe56a42e8c
luci-app-diskman: sync with upstream source 2020-04-07 01:23:48 +08:00
CN_SZTL
882094b858
luci-app-passwall: sync with upstream source 2020-04-07 01:22:52 +08:00
CN_SZTL
e48c0a1bd8
chinadns-ng: bump to latest git HEAD 2020-04-07 01:22:44 +08:00
Tan Zien
14fb423c58
kernel: netdev: add missing config for mlx5 driver
The mlk5 kmod lacks all necessary build symbols
for kernel 4.14 (again).

Add missing symbols to avoid build failure on these targets.

Signed-off-by: Tan Zien <nabsdh9@gmail.com>
[rewrite commit message - reorder symbols]
Signed-off-by: David Bauer <mail@david-bauer.net>
2020-04-06 19:57:16 +08:00
CN_SZTL
b8c2073d4c
OpenAppFilter: sync with upstream source 2020-04-06 19:48:06 +08:00
CN_SZTL
5f8e3d7696
luci-app-clash: sync with upstream source 2020-04-06 19:43:30 +08:00
CN_SZTL
a2095b16f1
Merge Lean's source 2020-04-06 19:37:54 +08:00
lean
7e22d61328 luci-app-music-remote-center: add zh-cn and fix path settings 2020-04-06 15:16:51 +08:00
lean
7b250deeb2 luci-app-music-remote-center: DAAP remote control music server for iOS/Android 2020-04-06 14:03:52 +08:00
Chuck
7930a037e0
default-settings: fix string replace (#4189)
default-settings: fix string replace
2020-04-06 13:36:35 +08:00
CN_SZTL
cd546e3123
luci-app-clash: bump to 1.6.8 2020-04-06 03:15:52 +08:00
CN_SZTL
668a3682be
qBittorrent: fix dependence 2020-04-05 21:36:14 +08:00
CN_SZTL
f764c4187d
luci-app-serverchan: sync with upstream source 2020-04-05 21:33:46 +08:00
CN_SZTL
4de4ed30e7
luci-app-clash: sync with upstream source 2020-04-05 21:33:24 +08:00
CN_SZTL
368308d074
luci-app-passwall: sync with upstream source 2020-04-05 21:32:59 +08:00
Kevin Darbyshire-Bryant
4c9afddf51
jansson: convert to cmake
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-04-05 21:26:51 +08:00
Kevin Darbyshire-Bryant
4573a4ae39
umdns: update to the version 2020-04-05
ab7a39a umdns: fix unused error
45c4953 dns: explicitly endian-convert all fields in header and question

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-04-05 21:21:01 +08:00
Kevin Darbyshire-Bryant
7fd140860e
umdns: suppress address-of-packed-member warning
gcc 8 & 9 appear to be more picky with regards access alignment to
packed structures, leading to this warning in dns.c:

dns.c:261:2: error: converting a packed ‘struct dns_question’ pointer
(alignment 1) to a ‘uint16_t’ {aka ‘short unsigned int’} pointer
(alignment 2) may result in an unaligned pointer value
[-Werror=address-of-packed-member]

261 |  uint16_t *swap = (uint16_t *) q;

Work around what I think is a false positive by turning the warning off.
Not ideal, but not quite as not ideal as build failure.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-04-05 21:20:51 +08:00
Kevin Darbyshire-Bryant
1f67bf9f22
hostapd: Move hostapd variants to WirelessAPD menu
It seemed very confusing when trying to select the different variants of
hostapd which are somewhat scattered about under the menu 'Network'.
Moving all hostapd variants under a common submenu helps avoid
confusion.

Inspired-by: Kevin Mahoney <kevin.mahoney@zenotec.net>
[Fixup badly formatted patch, change menu name]
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-04-05 21:20:16 +08:00
Kevin Darbyshire-Bryant
34d1a4e45c
dropbear: backport add ip address to exit without auth messages
201e359 Handle early exit when addrstring isn't set
fa4c464 Improve address logging on early exit messages (#83)

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-04-05 21:19:58 +08:00
CN_SZTL
b34ff3b4fa
Merge Lean's source 2020-04-05 21:05:21 +08:00
Aes64X
5e9e8d8536
package:add nfs mount luci (#4171) 2020-04-05 18:34:14 +08:00
CN_SZTL
91be31e249
mac80211: fix target name (#4176) 2020-04-05 18:31:37 +08:00
AmadeusGhost
fd954e61e5 ipq40xx: enable ath10k_thermal by default 2020-04-05 11:28:04 +08:00
Tan Zien
94d7c309e4 kernel: Fix miss config and module for mlx driver
Missing config symbols could lead to build failures on kernel
4.14/4.19.

Signed-off-by: Tan Zien <nabsdh9@gmail.com>
[rephrase commit message - reorder symbols]
Signed-off-by: David Bauer <mail@david-bauer.net>
2020-04-05 11:10:55 +08:00
CN_SZTL
91b3c7f479
chinadns-ng: bump to latest git HEAD 2020-04-04 21:43:33 +08:00
CN_SZTL
8134ea2441
luci-app-passwall: sync with upstream source 2020-04-04 21:42:09 +08:00
CN_SZTL
e38be38223
luci-theme-Butterfly-dark: sync with upstream source 2020-04-04 21:41:41 +08:00
CN_SZTL
a79b6bc779
OpenClash: sync with upstream source 2020-04-04 21:39:28 +08:00
CN_SZTL
3ab3687827
Merge Lean's source 2020-04-04 21:31:11 +08:00
ElonH
ae656bb0d8
wxbase: invert is_installed
this_prefix has been given in wx-config,
so the result of is_installed isn't proper
```
if is_installed; then
    _include_cppflags="-I${includedir}/wx-2.8"
else
    _include_cppflags="-I${includedir} -I${prefix}/contrib/include"
fi
```
2020-04-04 16:13:27 +08:00
NivalXer
d5dc714edb
mwlwifi: Update the 88W8964's firmware to 9.3.2.12 and fix backports version detection (#4168)
* mwlwifi: Fix loading with backports v5.3

* mwlwifi: Update the 88W8964's firmware to 9.3.2.12 and fix backports version detection

* remove old patches/001-vendor_command_policy.patch
2020-04-04 15:57:03 +08:00
AmadeusGhost
b344bfb5d9
ath10k-ct: bump to 5.4 (#4165) 2020-04-04 15:56:30 +08:00
AmadeusGhost
7d597c5347
mac80211: switch to upstream owl-loader driver (#4164)
The Owl Loader (named after the codename that Atheros gave
these devices back in the day) has been accepted upstream.

This patch removes the "misc" driver OpenWrt had and adds
the remaining differences against the version that ships
with 5.4-rc1 into a separate "120-owl-loader-compat.patch"
file that can be cut down once AR71XX is being dealt with.

Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2020-04-04 15:55:52 +08:00
AmadeusGhost
6f0cc1cdf1 mac80211: switch to upstream owl-loader driver 2020-04-04 01:05:15 +08:00
AmadeusGhost
f45a6e766c ath10k-ct: refresh patches 2020-04-04 00:53:03 +08:00
CN_SZTL
cc7bc7b824
Revert "mt76: refresh patches"
This reverts commit bbec2ebb54.
2020-04-04 00:45:29 +08:00
Boris Krasnovskiy
676620a860 mwlwifi: Fix loading with backports v5.3
This adds a vendor command policy which is enforced since mac80211 from
kernel 5.3

Fixes: 928e893a11 ("mac80211: Update to version 5.3-rc4-1")
Signed-off-by: Boris Krasnovskiy <boris.krasnovskiy@lairdtech.com>
2020-04-04 00:29:13 +08:00
CN_SZTL
5e4ab630bf
mac80211: fix target name 2020-04-04 00:26:03 +08:00
CN_SZTL
bc87a8f829
Merge Lean's source 2020-04-04 00:23:37 +08:00
lean
d0922b9398 luci-app-ssr-plus: display log when enable socks5 server only 2020-04-04 00:18:26 +08:00
CN_SZTL
03d7119e7a
Merge Lean's source 2020-04-03 23:50:50 +08:00
lean
8faac30089 mac80211: Update to version 5.4.27 2020-04-03 23:29:36 +08:00
lean
0a395d6fd6 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-04-03 23:18:52 +08:00
lean
17ce0abd61 kernel: add module for Mellanox mlx Network 10/40Gbps Driver 2020-04-03 23:18:28 +08:00
ElonH
718c850626
wxbase: redirect to staging_dir in wx-config 2020-04-03 23:17:46 +08:00
CN_SZTL
fcd652aded
qBittorrent-Enhanced-Edition: bump to 4.2.3.10 2020-04-03 22:10:45 +08:00
CN_SZTL
78bec3e9f0
openssl: bump to 1.1.1f (#4153) 2020-04-03 09:10:54 +08:00
CN_SZTL
cf5438a996
luci-app-mia: remove duplicate package 2020-04-03 02:05:17 +08:00
CN_SZTL
a15fe89f7a
chinadns-ng: bump to 1.0-beta.19 2020-04-03 02:04:10 +08:00
CN_SZTL
fd63cfd355
luci-app-rclone: sync with upstream source 2020-04-02 22:32:51 +08:00
CN_SZTL
2de4850e6d
mysql: remove outdated package 2020-04-02 21:45:42 +08:00
AmadeusGhost
8b7a305604 build dependencies: add libavahi-compat-libdnssd-dev 2020-04-02 15:40:32 +08:00
mjyhj
e56bd418c1
luci-app-diskman: bump to 0.2.7 (#4144)
partition: automatic FIX GPT PARTITION TABLE while create partition
当硬盘分区表为GPT时,硬盘容量与GPT分区表不对应(使用DD刷入gpt镜像,或者调整RAID分区大小后),自动修复分区表,修复上述情况下无法创建新分区的BUG
2020-04-02 13:28:55 +08:00
CN_SZTL
5b7fa4ea6c
luci-app-diskman: bump to 0.2.7 2020-04-01 23:09:40 +08:00
CN_SZTL
2fda412016
luci-app-clash: sync with upstream source 2020-04-01 23:08:57 +08:00
CN_SZTL
33733198bf
openssl: bump to 1.1.1f 2020-04-01 04:37:25 +08:00
CN_SZTL
812d2269a6
treewide: adjust category 2020-04-01 04:22:40 +08:00
CN_SZTL
2e31e7cca1
luci-app-vssr: sync with upstream source 2020-04-01 01:56:58 +08:00
CN_SZTL
bdf61153ef
luci-theme-argonv3: sync with upstream source 2020-04-01 01:56:09 +08:00
CN_SZTL
11acb1c361
Mod 20.04 2020-04-01 00:02:42 +08:00
CN_SZTL
bdbf97d25f
Merge Lean's source 2020-03-31 23:37:48 +08:00
CN_SZTL
b497f1d9f4
Pcap_DNSProxy: update repo link
This solve ElonH/testAction#22
2020-03-31 23:37:15 +08:00
CN_SZTL
f8bd6e09a0
openssl: revert EOF detection change in 1.1.1 (#4127)
This adds patches to avoid possible application breakage caused by a
change in behavior introduced in 1.1.1e.  It affects at least nginx,
which logs error messages such as:
nginx[16652]: [crit] 16675#0: *358 SSL_read() failed (SSL: error:
4095126:SSL routines:ssl3_read_n:unexpected eof while reading) while
keepalive, client: xxxx, server: [::]:443

Openssl commits db943f4 (Detect EOF while reading in libssl), and
22623e0 (Teach more BIOs how to handle BIO_CTRL_EOF) changed the
behavior when encountering an EOF in SSL_read().  Previous behavior was
to return SSL_ERROR_SYSCALL, but errno would still be 0.  The commits
being reverted changed it to SSL_ERRO_SSL, and add an error to the
stack, which is correct.  Unfortunately this affects a number of
applications that counted on the old behavior, including nginx.

The reversion was discussed in openssl/openssl#11378, and implemented as
PR openssl/openssl#11400.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>

Co-authored-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-03-31 23:14:35 +08:00
Mattraks
64db0fb90c
luci-app-cpufreq:Add translation (#4130) 2020-03-31 23:07:57 +08:00
CN_SZTL
30392b1872
iptables: xtables-restore: fix for --noflush and empty lines 2020-03-31 20:31:46 +08:00
CN_SZTL
4089bb6699
luci-app-clash: sync with upstream source 2020-03-31 20:09:33 +08:00
CN_SZTL
b641436657
luci-app-koolproxyR: sync with upstram source 2020-03-31 20:09:00 +08:00
CN_SZTL
ed53d6f734
OpenClash: sync with upstream source 2020-03-31 20:08:10 +08:00
Jason A. Donenfeld
0b90b55451
wireguard: bump to 1.0.20200330
* queueing: backport skb_reset_redirect change from 5.6
* version: bump

This release has only one slight change, to put it closer to the 5.6
codebase, but its main purpose is to bump us to a 1.0.y version number.
Now that WireGuard 1.0.0 has been released for Linux 5.6 [1], we can put
the same number on the backport compat codebase.

When OpenWRT bumps to Linux 5.6, we'll be able to drop this package
entirely, which I look forward to seeing.

[1] https://lists.zx2c4.com/pipermail/wireguard/2020-March/005206.html

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-03-31 19:54:01 +08:00
Álvaro Fernández Rojas
a74c9ca957
bcm27xx-gpu-fw: update to latest version from RPi foundation
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-03-31 19:54:00 +08:00
CN_SZTL
d73ca39ef4
Merge Lean's source 2020-03-30 21:14:50 +08:00
lean
32964d4b71 luci-app-airplay2: open to all target 2020-03-30 20:27:31 +08:00
Kevin Darbyshire-Bryant
9de293c406
jansson: import jansson from packages
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-03-30 19:50:14 +08:00
Hans Dedecker
f2f2071969
odhcp6c: update to latest git HEAD
f575351 ra: fix sending router solicitations

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-03-30 19:50:03 +08:00
Jesus Fernandez Manzano
59752dc5f0
hostapd: Add 802.11r support for WPA3-Enterprise
Signed-off-by: Jesus Fernandez Manzano <jesus.manzano@galgus.net>
2020-03-30 19:49:51 +08:00
DENG Qingfang
f329ca962b
curl: rebuild when libopenssl config changes
When some libopenssl options change curl will have to be rebuild to
adapt to those changes, avoiding undefined reference errors or features
disabled in curl.

Add CONFIG_OPENSSL_ENGINE, CONFIG_OPENSSL_WITH_COMPRESSION and
CONFIG_OPENSSL_WITH_NPN to PKG_CONFIG_DEPENDS so it will trigger
rebuild every time the options are changed.

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-03-30 19:49:41 +08:00
CN_SZTL
fd3c3c8bcb
luci-app-clash: sync with upstream source 2020-03-30 19:47:06 +08:00
CN_SZTL
659c9a3dc9
luci-app-koolproxyR: sync with upstream source 2020-03-30 19:46:04 +08:00
CN_SZTL
2dfbadc21d
OpenClash: sync with upstream source 2020-03-30 19:41:07 +08:00
CN_SZTL
d4c69450b6
Merge Lean's source 2020-03-30 19:38:10 +08:00
AmadeusGhost
3a86ef8c46
mac80211: brcm: backport remaining 5.6 kernel patches (#4070)
* mac80211: brcm: backport remaining 5.6 kernel patches

* mac80211: fix brcmfmac monitor interface crash

This fixes bug in brcmfmac *exposed* by ipv6/addrconf fix.

Fixes: 6e4453aecc ("kernel: backport out-of-memory fix for non-Ethernet devices")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>

Co-authored-by: Rafał Miłecki <rafal@milecki.pl>
2020-03-30 12:18:10 +08:00
Mattraks
1188a9ffc3
luci-app-ssr-plus:Fix update.lua log output and file checking (#4085) 2020-03-30 12:17:19 +08:00
CN_SZTL
c5f34946fa
base-files: profile: easy to use 2020-03-30 01:05:29 +08:00
CN_SZTL
2d0c9dd527
Merge Lean's source 2020-03-29 23:49:40 +08:00
lean
34f33cfcbe luci-app-airplay2: add audio sample rate setting 2020-03-29 23:08:18 +08:00
lean
c6f47f30df luci-app-airplay2: add audio buffer length setting 2020-03-29 23:03:57 +08:00
ElonH
dd3fdcfe1c
libtar: disable strip when non-x86 arch compile 2020-03-29 20:46:46 +08:00
CN_SZTL
f616ec9119
Merge Lean's source 2020-03-29 19:41:54 +08:00
lean
51fc01f88c luci-app-airplay2: add airplay2 for x86 2020-03-29 19:33:36 +08:00
CN_SZTL
62d313183e
luci-theme-Butterfly-dark: sync with upstream source 2020-03-29 18:02:28 +08:00
CN_SZTL
333e184cc6
luci-theme-Butterfly: sync with upstream source 2020-03-29 18:02:19 +08:00
CN_SZTL
8f0587190b
luci-app-clash: sync with upstream source 2020-03-29 18:00:43 +08:00
CN_SZTL
defee9f95e
luci-app-vssr: sync with upstream source 2020-03-29 17:58:51 +08:00
Eneas U de Queiroz
bf035d50fc
openssl: revert EOF detection change in 1.1.1
This adds patches to avoid possible application breakage caused by a
change in behavior introduced in 1.1.1e.  It affects at least nginx,
which logs error messages such as:
nginx[16652]: [crit] 16675#0: *358 SSL_read() failed (SSL: error:
4095126:SSL routines:ssl3_read_n:unexpected eof while reading) while
keepalive, client: xxxx, server: [::]:443

Openssl commits db943f4 (Detect EOF while reading in libssl), and
22623e0 (Teach more BIOs how to handle BIO_CTRL_EOF) changed the
behavior when encountering an EOF in SSL_read().  Previous behavior was
to return SSL_ERROR_SYSCALL, but errno would still be 0.  The commits
being reverted changed it to SSL_ERRO_SSL, and add an error to the
stack, which is correct.  Unfortunately this affects a number of
applications that counted on the old behavior, including nginx.

The reversion was discussed in openssl/openssl#11378, and implemented as
PR openssl/openssl#11400.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-03-29 16:17:31 +08:00
CN_SZTL
895256f2e9
Revert "trojan: remove useless patch"
This reverts commit 910702aa91.
2020-03-29 16:04:22 +08:00
AmadeusGhost
910702aa91 trojan: remove useless patch 2020-03-29 15:05:49 +08:00
lean
347ee6aeb2 luci-app-ssr-plus: add x64 default 2020-03-29 12:31:07 +08:00
CN_SZTL
347aebcbee
Merge Lean's source 2020-03-29 02:51:12 +08:00
lean
bea383627c x86: adjust some kernel module for k4.9 2020-03-29 02:14:15 +08:00
lean
295e835f0c ajust some default package setting for x86 32bit 2020-03-29 01:33:43 +08:00
CN_SZTL
84e42d098f
Merge Lean's source 2020-03-29 00:32:36 +08:00
lean
c71b177f52 UnblockNeteaseMusicGo: bump to v0.2.0 to fix x86 32bit running 2020-03-29 00:27:03 +08:00
CN_SZTL
f967174927
iw: fix 2020-03-28 23:46:08 +08:00
CN_SZTL
a68db5f2df
treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
ElonH
bd2b2ff76c
luci-app-ariwhu: typo fix 2020-03-28 22:04:59 +08:00
CN_SZTL
b788dcd17e
pfring: remove duplicate package 2020-03-28 21:33:17 +08:00
ElonH
c0bc71f063
cpulimit-ng: missing sys/sysctl.h 2020-03-28 21:08:09 +08:00
AmadeusGhost
424d547cf1 bcm27xx: rpi4: set vht40 by default 2020-03-28 19:25:31 +08:00
CN_SZTL
45454823fe
luci-app-vssr: sync with upstream source 2020-03-28 15:50:04 +08:00
Rafał Miłecki
538f61e645 mac80211: fix brcmfmac monitor interface crash
This fixes bug in brcmfmac *exposed* by ipv6/addrconf fix.

Fixes: ec8e8e2ef0 ("kernel: backport out-of-memory fix for non-Ethernet devices")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2020-03-28 11:50:20 +08:00
CN_SZTL
7ad60b9df9
dnsmasq: adjust default settings 2020-03-27 21:26:36 +08:00
CN_SZTL
9044bb8b10
Merge Lean's source 2020-03-27 19:55:07 +08:00
lean
cdf1ae96c3 luci-app-ssr-plus: add subscribe keyword filter 2020-03-27 19:46:08 +08:00
Hans Dedecker
b0aed4b5a9
odhcp6c: fix compilation with musl 1.2.0
49305e6 odhcp6c: fix compilation with musl 1.2.0

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-03-27 19:25:10 +08:00
Álvaro Fernández Rojas
26e0f7f4bf
ath10k-firmware: update ath10k-ct firmware images
Release notes for 017:

Wave-1:

 *  March 19, 2020:  Fix problem where power-save was not enabled when going off-channel to scan.
                     The problem was a boolean logic inversion in the chmgr code, a regression I introduced
                     a long time ago.

 *  March 19, 2020:  When scanning only on current working channel, do not bother with disable/enable
                     powersave.  This should make an on-channel scan less obtrusive than it was previously.

 *  March 23, 2020:  Fix channel-mgr use-after-free problem that caused crashes in some cases.  The crash
                     was exacerbated by recent power-save changes.

 *  March 23, 2020:  Fix station-mode power-save related crash:  backported the fix from 10.2 QCA firmware.

 *  March 23, 2020:  Attempt to better clean up power-save objects and state, especially in station mode.

Release notes for 016:

Wave-1 changes, some debugging code for a crash someone reported, plus:

*  February 28, 2020:  Fix custom-tx path when sending in 0x0 for rate-code.  Have tries == 0 mean
                        one try but NO-ACK (similar to how wave-2 does it).

wave-2:

 * Fixed some long-ago regressions related to powersave and/or multicast.  Maybe fix some
   additional multicast and/or tx-scheduling bugs.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Acked-by: Petr Štetiar <ynezz@true.cz>
2020-03-27 19:24:57 +08:00
Álvaro Fernández Rojas
1fa4482eb5
ath10k-ct: update to version 2020-03-25
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Acked-by: Petr Štetiar <ynezz@true.cz>
2020-03-27 19:24:45 +08:00
CN_SZTL
71796e8365
OpenClash: sync with upstream source 2020-03-27 17:06:18 +08:00
CN_SZTL
b1f9dd475d
Merge Lean's source 2020-03-27 17:01:40 +08:00
lean
08b73fa42d luci-app-ssr-plus: fix game plus mode 2020-03-27 16:56:59 +08:00
CN_SZTL
fa848d0975
Merge Lean's source 2020-03-27 16:25:34 +08:00
lonwern
114cfd3d1b
luci-app-ssr-plus: output auto update logs to log file (#4053) 2020-03-27 14:49:43 +08:00
CN_SZTL
47595fc7db
verysync: you should put your k3 into dustbin 2020-03-27 08:38:31 +08:00
lean
b2ca31e6b0 autocore: fix cpu usage display 2020-03-27 01:13:29 +08:00
Jo-Philipp Wich
23251fcd9b
ustream-ssl: bump to latest Git HEAD
5e1bc34 ustream-openssl: clear error stack before SSL_read/SSL_write
f7f93ad add support for specifying usable ciphers

Also bump the ABI version since the layout of `struct ustream_ssl_ops`
changed.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-26 20:04:32 +08:00
Jo-Philipp Wich
5e76912114
uhttpd: bump to latest Git HEAD
5e9c23c client: allow keep-alive for POST requests
5fc551d tls: support specifying accepted TLS ciphers

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-26 20:04:15 +08:00
CN_SZTL
a4804b29c1
Merge Lean's source 2020-03-26 20:02:17 +08:00
Mattraks
335ed370de
luci-app-ssr-plus:Maintenance Usage ssr-rules (#4016) 2020-03-26 19:21:04 +08:00
lean
6d53bc90c6 luci-app-ssr-plus: revert /etc/ssr_ip 2020-03-26 19:19:02 +08:00
Mattraks
e2b1d47860
luci-app-ssr-plus:Adjust uci-defaults (#4010) 2020-03-26 19:14:15 +08:00
lonwern
8d4027f17f
luci-app-ssr-plus: add "same" mode for global socks5 server (#4039) 2020-03-26 18:39:07 +08:00
R3pl4c3r
791d2a171c
luci-app-ssr-plus: fix gfwlist update error (#4043)
* luci-app-ssr-plus: fix gfwlist update error

* Update Makefile
2020-03-26 18:33:06 +08:00
AmadeusGhost
5b588615d5
mwlwifi: disable A-MSDU (#4030)
Co-authored-by: LGA1150 <dqfext@gmail.com>
2020-03-26 18:32:43 +08:00
manyeechen
8022677a10
npc:bump to 0.26.6 (#4033)
fix:
web重新显示id #453 #461 #475
客户端首次添加时限速问题
mux计算长度重复赋值
服务端启动可能卡住的问题 #470
web中丢失的服务器ip项
2020-03-26 18:32:09 +08:00
CN_SZTL
ffa583d425
luci-app-passwall: sync with upstream source 2020-03-26 12:51:18 +08:00
CN_SZTL
d8ce962dba
luci-app-vssr: sync with upstream source 2020-03-26 12:49:38 +08:00
CN_SZTL
019f5cfeed
Merge Lean's source 2020-03-26 00:40:44 +08:00
Xiaofu
f907738f7c
luci-app-adbyby_plus: bugfix (#4020) 2020-03-26 00:39:09 +08:00
Mattraks
a0174a6584
luci-app-ssr-plus:Fix update.lua (#4018) 2020-03-26 00:38:57 +08:00
CN_SZTL
8f9ed101a4
clash: remove outdated package 2020-03-26 00:21:25 +08:00
lean
1a6c52cc06 trojan: bump to 1.15.1 2020-03-25 23:34:22 +08:00
lean
2998f9a228 target:remove luci-proto-relay 2020-03-25 23:33:19 +08:00
lean
1f040092ce procd: update to latest git HEAD 2020-03-25 22:23:34 +08:00
CN_SZTL
289aa4b958
Merge Lean's source 2020-03-25 21:42:25 +08:00
lean
61a8169199 luci-app-ssr-plus: update china_ssr.txt 2020-03-25 21:32:35 +08:00
CN_SZTL
3589c240de
ubus: fix ABI_VERSION 2020-03-25 21:29:44 +08:00
CN_SZTL
79c735cf81
rpcd/ubus: active PIE by default 2020-03-25 20:20:15 +08:00
CN_SZTL
a696ac5392
System: revert some packages for OpenWrt-18.06 2020-03-25 20:16:17 +08:00
lean
5ee7b8ac82 Revert "libubox:fix array out of bounds GCC 10 warning"
This reverts commit 2c95a9f5e6.
2020-03-25 20:13:16 +08:00
CN_SZTL
935b443b96
luci-theme-argon-mod: add package 2020-03-25 19:56:14 +08:00
CN_SZTL
f3750c3dd3
subconverter: bump to latest git HEAD 2020-03-25 19:47:07 +08:00
CN_SZTL
a9e4d30813
Kernel Modules/USB Net: add support for Aquantia AQtion USB to 5/2.5GbE Controllers 2020-03-25 19:31:04 +08:00
CN_SZTL
153a1f269a
trojan: bump to 1.15.1 2020-03-25 19:17:50 +08:00
CN_SZTL
a213808335
luci-app-passwall: sync with upstream source 2020-03-25 19:16:51 +08:00
CN_SZTL
fe56f7cdb3
luci-app-vssr: sync with upstream source 2020-03-25 19:15:29 +08:00
CN_SZTL
983bd2d46f
Merge Lean's source 2020-03-25 19:11:35 +08:00
ElonH
9b58d9f661
luci-ap-filebrowser: more robust 2020-03-25 16:46:20 +08:00
ElonH
8dabab4509
luci-app-rclone: more robust 2020-03-25 16:44:22 +08:00
ElonH
bbec2ebb54
mt76: refresh patches 2020-03-25 16:03:57 +08:00
lean
d29f9dbeb9 lua: fix build with MacOS's make 2020-03-25 13:42:28 +08:00
lean
334f365c2b rpcd: activate PIE ASLR by default 2020-03-25 12:59:53 +08:00
lean
076c3b7e49 openwrt-fullconenat: bump to 2019-10-21 2020-03-25 12:33:27 +08:00
lean
2c95a9f5e6 libubox:fix array out of bounds GCC 10 warning 2020-03-25 12:17:48 +08:00
lean
858c78e36e Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-03-25 11:21:16 +08:00
lean
1681ef96da luci-app-ssr-plus: return quic by default 2020-03-25 11:21:07 +08:00
Mattraks
aca84b5c7c
v2ray: bump to V4.23.1 (#3979) 2020-03-25 11:06:07 +08:00
AmadeusGhost
1441431c43
kernel: iio.mk: add missing kernel modules (#4008)
This commit fix:
  SPS30 particulate matter sensor (SPS30) [N/m/y/?] (NEW)

Run-tested-on: sunxi

Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-03-25 11:05:23 +08:00
lean
87ebf166cf luci-app-ssr-plus: force ssr-monitor to enable ssr-redir 2020-03-25 10:58:04 +08:00
AmadeusGhost
08d50a6bc3 kernel: iio.mk: add missing kernel modules
This commit fix:
  SPS30 particulate matter sensor (SPS30) [N/m/y/?] (NEW)
2020-03-25 08:15:20 +08:00
CN_SZTL
5dedb228aa
rtl8821cu: disable CONFIG_MP_VHT_HW_TX_MODE for ARM64
rtl8812au driver has some portions of code with floating point (only used when CONFIG_MP_VHT_HW_TX_MODE is enabled).
But on arm64 there are no support for soft floating-point and HW fp is disabled in kernel.
So the only way to disable CONFIG_MP_VHT_HW_TX_MODE functionality.

This fix project-openwrt/openwrt#53.
2020-03-25 06:06:18 +08:00
CN_SZTL
06621f5f41
rtl8821cu: bump to 5.8.1
TODO: project-openwrt/openwrt#53 is still broken.
2020-03-25 05:46:06 +08:00
Kevin Darbyshire-Bryant
da66eee5f9
nftables: bump to 0.9.3
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-03-25 04:14:04 +08:00
CN_SZTL
f135232e2d
Merge Lean's source 2020-03-25 04:02:18 +08:00
lean
a59b400913 autocore:getcpu method change 2020-03-25 01:44:35 +08:00
lean
5c5f32c082 luci-app-ssr-plus: fix socks5 global server auto-start 2020-03-25 01:38:14 +08:00
CN_SZTL
c345d4bae7
luci-app-nft-qos: correct path to luci.mk (#3997) 2020-03-24 22:50:13 +08:00
CN_SZTL
903c22c2cc
verysync: rollback to 1.3.1 2020-03-24 22:28:16 +08:00
CN_SZTL
9a242ce509
syncthing: fixup version detection 2020-03-24 20:45:48 +08:00
CN_SZTL
9f28dde335
Merge branch 'dev' of github.com:project-openwrt/openwrt into dev 2020-03-24 20:21:17 +08:00
CN_SZTL
fbc565c228
Merge Lean's source 2020-03-24 20:20:12 +08:00
lean
0e5dade1d2 luci-app-zerotier: adjust boot order 2020-03-24 19:38:58 +08:00
AmadeusGhost
3dbae85e82 mac80211: brcm: backport remaining 5.6 kernel patches 2020-03-24 19:10:12 +08:00
lean
df4db2a4d7 luci-app-ssr-plus: adjust boot order 2020-03-24 18:52:41 +08:00
lean
f115df4a50 luci-app-adbyby-plus: fix auto adblock plus update 2020-03-24 18:47:22 +08:00
lean
b4eaefa54e libmnl: update ABI version 2020-03-24 18:24:26 +08:00
Max Zhao
8b7e446504
luci-app-ssr-plus: add stop mode for netflix service (#3990)
* luci-app-ssr-plus: add stop mode for netflix service

* luci-app-ssr-plus: bump version 174.1

* luci-app-ssr-plus: use 'nil' value to replace empty value in stop mode
2020-03-24 18:19:21 +08:00
AmadeusGhost
a8be250ec6
verysync: rollback to 1.3.1 (#3985) 2020-03-24 17:50:19 +08:00
AmadeusGhost
5f65d13c03 simple-obfs: update to latest git head to fix build on gcc9 2020-03-24 16:39:40 +08:00
mjyhj
e2838160ab
verysync: bump to v1.3.5 (#3978)
* luci-app-diskman: Update Makefile

* verysync: bump to v1.3.5
2020-03-24 11:40:23 +08:00
Mattraks
5b7fec3ab6
luci-app-ssr-plus:Add gfwlist update URL (#3965) 2020-03-24 11:27:30 +08:00
CN_SZTL
d421f55572
syncthing: use go compiler 2020-03-24 05:52:51 +08:00
Álvaro Fernández Rojas
94485f79ff
bcm27xx-userland: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-03-24 05:16:12 +08:00
Álvaro Fernández Rojas
2917fe705a
bcm27xx-gpu-fw: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-03-24 05:15:59 +08:00
CN_SZTL
5b8f34f5e8
OpenClash: sync with upstream source 2020-03-24 05:11:18 +08:00
CN_SZTL
5be197eb66
luci-app-serverchan: bump to v1.48 2020-03-24 05:10:49 +08:00
CN_SZTL
96008fc588
luci-app-passwall: update to 3.6-29 2020-03-24 05:10:24 +08:00
CN_SZTL
7758c8bb01
luci-app-vssr: sync with upstream source 2020-03-24 05:09:41 +08:00
CN_SZTL
c73762f9cd
Merge Lean's source 2020-03-24 04:47:40 +08:00
lean
9cbca25d79 kernel: revert kernel modules for rtl8152 based usb-to-ethernet converters 2020-03-24 01:14:10 +08:00
lean
19abf7c09e luci-app-ssr-plus: use icmp ping first, fallback to tcpping 2020-03-24 00:07:49 +08:00
lean
8ac78f3f51 luci-app-ssr-plus: enhance Netflix rules at "same" mode 2020-03-23 23:54:17 +08:00
Max Zhao
c3fc4a1795
trojan : update to 1.50.0 (#3962) 2020-03-23 18:12:57 +08:00
lwz322
5a6bc928e4
luci-app-frps: fix translation & (#3938)
bump 0.0.2_1 to 0.0.2_2
2020-03-23 17:21:27 +08:00
mjyhj
318f1657e6
Add luci-app-diskman (#3960) 2020-03-23 17:20:56 +08:00
CN_SZTL
ca4a82b31a
Merge Lean's source 2020-03-23 12:09:22 +08:00
lean
8aabd4ef4f libnftnl: bump version 2020-03-23 11:23:46 +08:00
CN_SZTL
276b176357
OpenClash: bump to v0.37.1-beta 2020-03-23 02:52:13 +08:00
CN_SZTL
96188264e6
Merge Lean's source 2020-03-23 02:36:07 +08:00
CN_SZTL
9792e33036
syncthing: bump to v1.4.0 2020-03-23 02:35:54 +08:00
lean
8588a73269 luci-app-ssr-plus: add proxychains-ng depend 2020-03-23 02:21:09 +08:00
CN_SZTL
f696462cde
ipt2socks: bump to latest version 2020-03-23 02:05:14 +08:00
lean
6e8ec5dd6e luci-app-ssr-plus:fix typo 2020-03-23 01:36:25 +08:00
CN_SZTL
bc3a4be35e
v2ray: bump to 4.23.0 2020-03-23 01:34:52 +08:00
lean
a38b2cfda9 luci-app-ssr-plus: add ss/v2ray/trojan global socks5 ssr server support 2020-03-23 01:34:49 +08:00
CN_SZTL
ff944f48da
chinadns-ng: bump to 1.0-beta.18 2020-03-23 01:34:16 +08:00
CN_SZTL
0eae833c23
luci-app-passwall: sync with upstream source 2020-03-23 01:33:06 +08:00
CN_SZTL
3974e8115a
iptables: refresh patches 2020-03-23 01:02:47 +08:00
CN_SZTL
3e4345f462
Merge Lean's source 2020-03-23 00:40:28 +08:00
lean
53fa21f3d6 luci-app-ssr-plus: fix global socks5 ssr server support 2020-03-23 00:39:52 +08:00
CN_SZTL
791534fa1c
Merge Lean's source 2020-03-23 00:30:37 +08:00