Commit Graph

4133 Commits

Author SHA1 Message Date
CN_SZTL
7393aae1bd
luci-app-turboacc: fix typo error 2020-07-21 13:49:03 +08:00
CN_SZTL
54d80c9cce
luci-app-turboacc: drop support for AdGuardHome 2020-07-21 13:38:28 +08:00
Kevin Darbyshire-Bryant
a593e58cc3
dnsmasq: bump to 2.82
This fixes a nasty problem introduced in 2.81 which causes random
crashes on systems where there's significant DNS activity over TCP. It
also fixes DNSSEC validation problems with zero-TTL DNSKEY and DS
records.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-07-20 22:16:21 +08:00
Daniel Golle
270b8f131c
procd: bump to git HEAD once again
Further complete OCI container support in ujail:
 f5f305e jail: move /tmp/resolv.conf.d to /dev/resolv.conf.d
 6f078ae jail: add support for defining devices
 686cf7a jail: actually apply filesystem-specific mount options
 f91009a jail: refactor default mounts into new structure
 66ae2d9 jail: re-implement /proc/sys/net read-write in netns hack

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-07-20 22:14:08 +08:00
Daniel Golle
74a1d0723b
procd: update to git HEAD
9eddf0f jail: fix hooks
 1b1286b jail: parse and apply OCI sysctl values
 c049047 jail: implement OCI user additionalGIDs
 0e1920c jail: read and apply umask from OCI if defined
 1c46cc3 jail: parse and apply POSIX rlimits
 76adac5 jail: /proc/$pid/oom_score_adj to OCI defined oomScoreAdj

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-07-20 22:13:42 +08:00
CN_SZTL
2b04a40009
autocore-arm: fix real-time load 2020-07-20 18:10:22 +08:00
CN_SZTL
6f3973c542
luci-app-turboacc: fix hwnat requirement 2020-07-20 17:56:54 +08:00
CN_SZTL
bb70183aa7
trojan-go: fix compilation 2020-07-20 01:31:26 +08:00
CN_SZTL
432d1403d0
Merge Upstream 2020-07-19 23:04:01 +08:00
Core Chen
ce3ee31be0
subweb: update config 2020-07-19 23:03:21 +08:00
Core Chen
6aad545039
subconverter: update init 2020-07-19 23:02:45 +08:00
CN_SZTL
21a3f7ca24
luci-app-turboacc: add missing translation str 2020-07-19 22:26:04 +08:00
CN_SZTL
1410663665
luci-app-ssr-plus: sync with upstream source 2020-07-19 17:34:03 +08:00
CN_SZTL
8111f7abfd
luci-app-oled: add package 2020-07-19 17:31:34 +08:00
CN_SZTL
85a10cd5a4
luci-app-passwall: sync with upstream source 2020-07-19 17:27:49 +08:00
CN_SZTL
6975d1a9e8
trojan-go: bump to v0.8.1 2020-07-19 17:23:47 +08:00
CN_SZTL
910812a8c4
luci-app-jd-dailybonus: sync with upstream source 2020-07-19 17:23:09 +08:00
Core Chen
25e9154ad9
subweb: update init 2020-07-19 15:32:41 +08:00
CN_SZTL
b49188ac2c
luci-app-cpufreq: do not set default value on first installed 2020-07-19 15:03:46 +08:00
CN_SZTL
9f571180e4
autocore-arm: fix read cpu freq 2020-07-19 14:15:58 +08:00
big fox tail
3f5ce2f0b3
luci-app-openvpn-server: fix bug 2020-07-19 14:07:43 +08:00
CN_SZTL
a0246643f1
luci-app-cpufreq: fix dependency 2020-07-19 14:04:50 +08:00
CN_SZTL
83e64e6997
luci-app-turboacc: do not display hw nat option for non-mt7621 devices 2020-07-19 13:57:45 +08:00
CN_SZTL
a3dba349ad
autocore: refresh data in 1s 2020-07-19 11:56:22 +08:00
CN_SZTL
e3de5402ae
OpenClash: bump to v0.39.4-beta 2020-07-18 22:04:13 +08:00
CN_SZTL
21040a655d
luci-app-turboacc: fix sfe detection 2020-07-18 21:33:35 +08:00
CN_SZTL
c52df75126
luci-app-turboacc: merge offload and sfe into one package 2020-07-18 21:18:11 +08:00
CN_SZTL
a455a5fa07
autocore: add VARIANT 2020-07-18 14:23:22 +08:00
Martin Schiller
339b93a36b
ltq-*dsl-app: dsl_control: remove unneeded check for lantiq_dsl.sh
This file is always present because it is part of the ltq-dsl-base
package on which these packages depend.

This check would not have been necessary in the past, because the script
was part of the TARGET_LANTIQ on which these packages also depend.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2020-07-18 13:35:13 +08:00
Martin Schiller
ede5f6c696
lantiq: move dsl related base-files into own package
It does not make sense to install this components on lantiq systems
where the dsl subsystem is not needed/used.

This also makes it possible to use the files also on other targets.
(hopefully ipq401x / FritzBox 7530 in the near future)

Signed-off-by: Martin Schiller <ms.3headeddevs@gmail.com>
2020-07-18 13:33:36 +08:00
Rosen Penev
5d72efdaf0
lzo: fix pkgconfig paths
The last commit to this package that added the pkgconfig file did not
fix the paths to point to the prefix.

This allows packages to find lzo properly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-18 13:30:47 +08:00
Daniel Golle
520861c5dc
procd: bump to git HEAD
8d5208f jail: fix false return in case of nofail mount
 b41f76b procd: fix compile if procd-ujail is not selected
 86a5105 jail: fs: fix build on uClibc-ng
 bfce7d1 jail: fix some more mount options
 268126a jail: add support for maskedPaths and readonlyPaths

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-07-18 13:30:13 +08:00
CN_SZTL
6e4242eff9
trojan-plus: change source 2020-07-17 21:41:45 +08:00
CN_SZTL
7f0166e5c9
trojan-plus: fix PKG_NAME 2020-07-17 20:28:50 +08:00
CN_SZTL
6d43481b8d
luci-app-passwall: sync with upstream source 2020-07-17 20:21:32 +08:00
CN_SZTL
8f32714143
trojan-go/trojan-plus: introduce package 2020-07-17 20:15:53 +08:00
CN_SZTL
2b832ba5c3
luci-app-jd-dailybonus: sync with upstream source 2020-07-17 20:01:12 +08:00
CN_SZTL
6db7a01cbb
Revert "ipq40xx: fix ethernet vlan double tagging"
This reverts commit f4689c739b and a5ac960466.
2020-07-17 18:26:22 +08:00
Hans Dedecker
17eed1a10c
nat46: update to latest git HEAD
ac712ad nat46-netdev: Add support for removing a rule

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-07-17 18:15:13 +08:00
CN_SZTL
a5ac960466
netifd: adjust configs 2020-07-17 17:41:17 +08:00
SJZ
dcd252bf75
Unblockmusic Cloud unlock Log output typo 2020-07-17 17:23:14 +08:00
CN_SZTL
942282185a
netifd: sync with upstream source 2020-07-17 17:09:11 +08:00
CN_SZTL
b75f46844a
OpenClash: sync with upstream source 2020-07-16 21:07:14 +08:00
CN_SZTL
5baf9b8af6
luci-app-clash: sync with upstream source 2020-07-16 21:03:56 +08:00
CN_SZTL
f9c4a4a48a
luci-app-ssr-plus: sync with upstream source 2020-07-16 20:57:55 +08:00
CN_SZTL
471714b578
luci-theme-btmod: add package 2020-07-16 20:55:20 +08:00
CN_SZTL
89b16611a0
luci-app-jd-dailybonus: add package 2020-07-16 20:48:22 +08:00
Adrian Schmutzler
587c46d0d2
base-files: replace backticks in lib/upgrade/nand.sh
This replaces deprecated backticks by more versatile $(...) syntax.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-07-16 20:16:39 +08:00
Adrian Schmutzler
ba7e451bc5
package: drop PKG_VERSION for purely local packages
In the package guidelines, PKG_VERSION is supposed to be used as
"The upstream version number that we're downloading", while
PKG_RELEASE is referred to as "The version of this package Makefile".
Thus, the variables in a strict interpretation provide a clear
distinction between "their" (upstream) version in PKG_VERSION and
"our" (local OpenWrt trunk) version in PKG_RELEASE.

For local (OpenWrt-only) packages, this implies that those will only
need PKG_RELEASE defined, while PKG_VERSION does not apply following
a strict interpretation. While the majority of "our" packages actually
follow that scheme, there are also some that mix both variables or
have one of them defined but keep them at "1".

This is misleading and confusing, which can be observed by the fact
that there typically either one of the variables is never bumped or
the choice of the variable to increase depends on the person doing the
change.

Consequently, this patch aims at clarifying the situation by
consistently using only PKG_RELEASE for "our" packages. To achieve
that, PKG_VERSION is removed there, bumping PKG_RELEASE where
necessary to ensure the resulting package version string is bigger
than before.

During adjustment, one has to make sure that the new resulting composite
package version will not be considered "older" than the previous one.

A useful tool for evaluating that is 'opkg compare-versions'. In
principle, there are the following cases:

1. Sole PKG_VERSION replaced by sole PKG_RELEASE:
   In this case, the resulting version string does not change, it's
   just the value of the variable put in the file. Consequently, we
   do not bump the number in these cases so nobody is tempted to
   install the same package again.

2. PKG_VERSION and PKG_RELEASE replaced by sole PKG_RELEASE:
   In this case, the resulting version string has been "version-release",
   e.g. 1-3 or 1.0-3. For this case, the new PKG_RELEASE will just
   need to be higher than the previous PKG_VERSION.
   For the cases where PKG_VERSION has always sticked to "1", and
   PKG_RELEASE has been incremented, we take the most recent value of
   PKG_RELEASE.

Apart from that, a few packages appear to have developed their own
complex versioning scheme, e.g. using x.y.z number for PKG_VERSION
_and_ a PKG_RELEASE (qos-scripts) or using dates for PKG_VERSION
(adb-enablemodem, wwan). I didn't touch these few in this patch.

Cc: Hans Dedecker <dedeckeh@gmail.com>
Cc: Felix Fietkau <nbd@nbd.name>
Cc: Andre Valentin <avalentin@marcant.net>
Cc: Matthias Schiffer <mschiffer@universe-factory.net>
Cc: Jo-Philipp Wich <jo@mein.io>
Cc: Steven Barth <steven@midlink.org>
Cc: Daniel Golle <dgolle@allnet.de>
Cc: John Crispin <john@phrozen.org>

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-07-16 20:15:59 +08:00
Adrian Schmutzler
6bda55870e
vxlan: bump and change to PKG_RELEASE
Bumping package version has been overlooked in a previous commit.

While at it, use PKG_RELEASE instead of PKG_VERSION, as the latter
is meant for upstream version number only.
(The effective version string for the package would be "3" in both
cases, so there is no harm done for version comparison.)

Fixes: 0453c3866f ("vxlan: fix udp checksum control")

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-07-16 20:13:55 +08:00