Commit Graph

5623 Commits

Author SHA1 Message Date
CN_SZTL
9d0065ef2e
Merge Mainline 2021-01-23 21:48:23 +08:00
CN_SZTL
c05a66e3f9
autocore: remove hack for ARMv8
The related issue was fixed so this hack is totally useless now.

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
(cherry-pick from 68692453e2)
2021-01-23 21:43:10 +08:00
Paul Spooren
c18befafbc
uboot-envtools: use $(AUTORELEASE) for PKG_RELEASE
Use `$(AUTORELEASE)` variable rather than setting a PKG_RELEASE
on every commit manually.

Signed-off-by: Paul Spooren <mail@aparcar.org>
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-23 20:48:20 +08:00
Paul Spooren
1c45a75927
base-files: use $(COMMITCOUNT) in PKG_RELEASE
The newly added `$(COMMITCOUNT)` varialbe allows automatic versioning
based on the number of Git commits of a package. Replace *tedious to
bump* and *merge conflict causing* `PKG_RELEASE` and replace it with
`$(COMMITCOUNT)`.

Signed-off-by: Paul Spooren <mail@aparcar.org>
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-23 20:47:49 +08:00
Florian Eckert
8e9268c899
iperf3: remove
This package is not needed in base. It will be imported in the packages
feed.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-23 20:46:47 +08:00
Florian Eckert
8be7cdc375
iperf: remove
This package is not needed in base. It will be imported in the packages
feed.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-23 20:46:46 +08:00
CN_SZTL
091d84d34a
shadowsocksr-libev: remove empty package call
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-23 20:42:42 +08:00
Mattraks
67e3f5351f
luci-app-ssr-plus: sync with upstream source
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-23 20:41:19 +08:00
lean
3fcf40b0df
luci-app-uugamebooster: add qcode
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-23 19:37:36 +08:00
Beginner
47de7e6331
xray: Update to v1.2.3
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-23 19:36:01 +08:00
xiaorouji
d7dd4bfecb
luci-app-passwall: bump to 4-10
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-23 19:33:28 +08:00
jerrykuku
e988e529b8
luci-app-jd-dailybonus: bump to 1.0.1
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-23 19:29:07 +08:00
vernesong
d2d2a0d6cb
OpenClash: add auto restart support
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-23 19:22:42 +08:00
jerrykuku
296e65d890
luci-app-vssr: bump to v1.22
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-23 18:48:17 +08:00
ardanzhu
77f6cfb52d dnsmasq: place 'OPT_FILTER_AAAA' before 'OPT_LAST' 2021-01-23 12:38:59 +08:00
hue715
e392642bdd
luci-app-speederv2: fix bin check
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-21 23:53:56 +08:00
CN_SZTL
38d81ee457
feeds: packages: sync with OpenWrt snapshot
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-21 23:45:26 +08:00
xiaorouji
849594d74f
luci-app-passwall: bump to 4-9
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-21 23:25:21 +08:00
CN_SZTL
856d9ef1c0
Merge Mainline
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-21 23:13:27 +08:00
AmadeusGhost
599e9680fe
dnsmasq: add missing definition
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-21 23:11:41 +08:00
AmadeusGhost
8bd397327c
dnsmasq: refresh patches
Fix: #260
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-21 23:11:33 +08:00
Hauke Mehrtens
734782df28
dnsmasq: Update to version 2.83
This fixes the following security problems in dnsmasq:
* CVE-2020-25681:
  Dnsmasq versions before 2.83 is susceptible to a heap-based buffer
  overflow in sort_rrset() when DNSSEC is used. This can allow a remote
  attacker to write arbitrary data into target device's memory that can
  lead to memory corruption and other unexpected behaviors on the target
  device.
* CVE-2020-25682:
  Dnsmasq versions before 2.83 is susceptible to buffer overflow in
  extract_name() function due to missing length check, when DNSSEC is
  enabled. This can allow a remote attacker to cause memory corruption
  on the target device.
* CVE-2020-25683:
  Dnsmasq version before 2.83 is susceptible to a heap-based buffer
  overflow when DNSSEC is enabled. A remote attacker, who can create
  valid DNS replies, could use this flaw to cause an overflow in a heap-
  allocated memory. This flaw is caused by the lack of length checks in
  rtc1035.c:extract_name(), which could be abused to make the code
  execute memcpy() with a negative size in get_rdata() and cause a crash
  in Dnsmasq, resulting in a Denial of Service.
* CVE-2020-25684:
  A lack of proper address/port check implemented in Dnsmasq version <
  2.83 reply_query function makes forging replies easier to an off-path
  attacker.
* CVE-2020-25685:
  A lack of query resource name (RRNAME) checks implemented in Dnsmasq's
  versions before 2.83 reply_query function allows remote attackers to
  spoof DNS traffic that can lead to DNS cache poisoning.
* CVE-2020-25686:
  Multiple DNS query requests for the same resource name (RRNAME) by
  Dnsmasq versions before 2.83 allows for remote attackers to spoof DNS
  traffic, using a birthday attack (RFC 5452), that can lead to DNS
  cache poisoning.
* CVE-2020-25687:
  Dnsmasq versions before 2.83 is vulnerable to a heap-based buffer
  overflow with large memcpy in sort_rrset() when DNSSEC is enabled. A
  remote attacker, who can create valid DNS replies, could use this flaw
  to cause an overflow in a heap-allocated memory. This flaw is caused
  by the lack of length checks in rtc1035.c:extract_name(), which could
  be abused to make the code execute memcpy() with a negative size in
  sort_rrset() and cause a crash in dnsmasq, resulting in a Denial of
  Service.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-21 23:11:00 +08:00
zxlhhyccc
60d63904de
naiveproxy: bump to 88.0.4324.96-1
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-21 13:35:31 +08:00
ZhenYu
da8aa70efb uugamebooster & luci-app-uugamebooster (#6217)
* uugamebooster: rebuild startup service
* luci-app-uugamebooster: use standerd terms
* luci-app-uugamebooster: use inter-startup funcion
* luci-app-uugamebooster: fix typo
2021-01-20 12:09:41 +08:00
lean
1e52ee2da7 Add luci-app-uugamebooster for uuplugin 2021-01-20 12:08:54 +08:00
Nick Hainke
9a8c1fa2e2 owipcalc: remove clone in cidr_contains6
The "cidr_contains6" functions clones the given cidr. The contains4
does not clone the cidr. Both functions do not behave the same.

I see no reason to push the cidr. I think that we get only a negligible
performance gain, but it makes ipv4 and ipv6 equal again.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-01-20 12:05:20 +08:00
Beginner
3a7d5224ca
kcptun: update to v20210103
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-19 23:08:00 +08:00
taowazi007
10e725ec6c
luci-app-ssrserver-python: add support for IPv6 and chacha20 cipher
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-19 23:07:16 +08:00
Mattraks
7d245fe3d4
luci-app-ssr-plus: bug fixes
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-19 23:01:34 +08:00
taowazi007
f0442438e8
luci-app-ssr-plus: add support for IPv6
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-19 18:18:22 +08:00
Hauke Mehrtens
3a6cde5118 uboot-at91: Add PKG_MIRROR_HASH to fix download
The referenced commit is gone, but we already have this file on our
mirror, use that one by providing the correct mirror hash.

I generated a tar.xz file with the given git commit hash using a random
fork on github and it generated the same tar.xz file as found on our
mirror so this looks correct.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2021-01-19 12:18:54 +08:00
Hauke Mehrtens
a391ec42bb at91bootstrap: Add PKG_MIRROR_HASH to fix download
The referenced commit is gone, but we already have this file on our
mirror, use that one by providing the correct mirror hash.

I generated a tar.xz file with the given git commit hash using a random
fork on github and it generated the same tar.xz file as found on our
mirror so this looks correct.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2021-01-19 12:18:30 +08:00
Adrian Schmutzler
aa39b5e58d at91: introduce vendor_model scheme and drop board names
This introduces the vendor_model scheme to this target in order to
harmonize device names within the target and with the rest of
OpenWrt. In addition, custom board names are dropped in favor
of the generic script which takes the compatible.

Use the SUPPORTED_DEVICES variable to store the compatible where it
deviates from the device name, so we can use it in build recipes.

While at it, harmonize a few indents as well.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-01-19 12:18:11 +08:00
Rafał Miłecki
7ac6940264 bcm63xx-cfe: enable package for bcm4908
bcm4908 target needs to include cferam images in firmware files too

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2021-01-19 12:06:58 +08:00
Rosen Penev
52285f6cc9 mbedtls: update to 2.16.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-18 12:06:31 +08:00
Rosen Penev
ddcdb89080 libusb: make InstallDev explicit
Helps to see what actually gets installed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-18 12:05:59 +08:00
Rosen Penev
2397a49f16 libusb: cleanup PKG_ variables
Reordered for consistency between packages.

Fixed license information.

Change PKG_BUILD_PARALLEL to 1. This is no longer a problem.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-18 12:05:35 +08:00
Rosen Penev
02ac91f75e libusb: update to 1.0.24
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-18 12:05:15 +08:00
CN_SZTL
aa0568d912
luci-app-unblockneteasemusic: move to self-maintained repo
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-17 02:11:26 +08:00
CN_SZTL
c06e7b4bfe
Merge Mainline
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-17 00:30:24 +08:00
CN_SZTL
0a81e6ef4f
sub-web: replace dead jsdelivr cdn with original git raw
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-17 00:26:26 +08:00
Etan Kissling
675e7b17bc
mbedtls: add config option to compile with hkdf
This adds a config option to allow compiling with HKDF algorithm support
to support applications that require this feature.

Signed-off-by: Etan Kissling <etan_kissling@apple.com>
2021-01-16 23:29:11 +08:00
CN_SZTL
ed2dc1c007
sunxi: move to kernel 4.19 and drop unusable devices
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-16 20:10:02 +08:00
Mattraks
33c2ee76ef
luci-app-ssr-plus: bump to 182-5
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-16 19:04:08 +08:00
CN_SZTL
4ceedc3f17
Merge Mainline
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-16 18:13:19 +08:00
ZhenYu
6f009e536b
uugamebooster: add new package
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-16 18:01:05 +08:00
Marty Jones
f450acefb0
uboot-rockchip: update to v2021.01
Update the U-Boot to version v2021.01.

Run-tested: FriendlyARM NanoPi R2S
            Radxa Rock Pi 4
            Pine64 RockPro64

Signed-off-by: Marty Jones <mj8263788@gmail.com>
[format commit message]
Signed-off-by: David Bauer <mail@david-bauer.net>
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-16 17:59:55 +08:00
Beginner
61503a43c6
xray: Update to v1.2.2
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-16 17:59:03 +08:00
xiaorouji
58af1052e4
luci-app-passwall: bump to 4-7
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-16 17:59:03 +08:00
jerrykuku
74ea455c1d
luci-app-vssr: bump to v1.21
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-16 17:59:01 +08:00