Commit Graph

4756 Commits

Author SHA1 Message Date
Eneas U de Queiroz
4f497dbca6 openssl: bump to 1.1.1h
This is a bug-fix release.  Patches were refreshed.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-09-28 15:00:32 +08:00
Daniel Golle
bcf34aea00 libsepol: break out chkcon utility
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-28 11:10:44 +08:00
Daniel Golle
6c72d901ce policycoreutils: fix host utils rpath and bin directory
'setfiles' and others should be installed to $(STAGING_DIR_HOSTPKG)/bin
rather than $(...)/sbin which isn't in PATH.
Also using -Wl,-rpath to set library search location instead of setting
LD_LIBRARY_PATH when calling setfiles in image.mk.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-28 11:10:18 +08:00
Christian Lamparter
df3e28c485 build: define PWM_SUPPORT arch feature flag
As the PWM has its own sub-system in the Linux kernel,
I think it should be handled in the same way as GPIO, RTC, PCI...

This patch introduces a specific feature flag "pwm" and the
"leds-pwm" kernel module as the first customer.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2020-09-26 11:34:00 +08:00
Yousong Zhou
eccc14ce84 dnsmasq: fix handling ignore condition for dnssec
It should return false to indicate that the option should not be ignored

Fixes 064dc1e8 ("dnsmasq: abort when dnssec requested but not
available")

Reported-by: Sami Olmari <sami@olmari.fi>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-09-25 17:32:55 +08:00
W. Michael Petullo
b913d1908a dnsmasq: support tftp_unique_root in /etc/config/dhcp
The TFTP server provided by dnsmasq supports serving a select boot image
based on the client's MAC or IP address. This allows an administrator
to activate this feature in /etc/config/dhcp. Here is an example
/etc/config/dhcp that configures dnsmasq with --tftp-unique-root=mac.

With this configuration, dnsmasq will serve
/usr/libexec/tftpboot/00-11-22-33-44-55/openwrt-initramfs-kernel.bin to
the client with MAC address 00:11:22:33:44:55.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-09-25 17:31:15 +08:00
Hans Dedecker
ad8b64d197 vxlan: fix rsc config option
Fix route short circuit config option; fixes commit 036221ce5a

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-09-25 17:27:21 +08:00
小甲哥
911cb34aec update n2n 2.8 to latest commit 2020-09-24 11:34:54 +08:00
Hans Dedecker
d5a3329fba vxlan: add extra config options
Add config options:
  srcportmin/srcportmax : range of port numbers to use as  UDP source ports
                          to communicate to the remote VXLAN tunnel endpoint
  ageing                : lifetime in seconds of FDB entries learnt by the kernel
  maxaddress            : maximum number of FDB entries
  learning              : enable/disable entering unknown source link layer addresses
                          and IP addresses into the VXLAN device FDB.
  rsc                   : enable/disable route short circuit
  proxy                 : enable/disable ARP proxy
  l2miss                : enable/disable netlink LLADDR miss notifications
  l3miss                : enable/disable netlink IP ADDR miss notifications
  gbp                   : enable/disable the Group Policy extension

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-09-24 11:33:57 +08:00
Stijn Segers
318a03fe11 odhcpd: number UCI defaults script
UCI defaults scripts are supposed to be numbered, but odhcpd's lacked numbering, which
turned out to mess up my custom scripts numbered 9[0-9]_*. The idea is to have high number
(custom) scripts executed last. Jow confirmed numbering is the default case, not the
exception (thanks).

Signed-off-by: Stijn Segers <foss@volatilesystems.org>
2020-09-22 11:38:27 +08:00
Daniel Golle
82f429d24f policycoreutils: fix ALTERNATIVES install location
Fixes: 7817c831ef ("policycoreutils: break into smaller packages")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-22 11:38:06 +08:00
Daniel Golle
4823ae6bde policycoreutils: break into smaller packages
Instead of vaguely describing dependencies in the package description
actually split-up into individual packages, each with their
dependencies expressed accurately.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-22 11:37:37 +08:00
Daniel Golle
f0a16418a5 libselinux: split utility packages and add PKG_LICENSE
Split utility packages similar to coreutils in packages feed, adding
ALTERNATIVES for those which are also provided by busybox-selinux.
Also add missing license information.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-22 11:37:10 +08:00
CN_SZTL
eee90d3222
frp: fix HASH key 2020-09-21 22:15:23 +08:00
Saxon
0ac2954f4f frp: update to 0.34 2020-09-21 20:03:08 +08:00
Rui Salvaterra
8205dcaf77 zram-swap: explicitly use mkswap/swapon/swapoff from /sbin
The required BusyBox applets are enabled by default, so we can rely on them
being present in the system. This way, we make sure there are no conflicts
with less featured variants of these same applets which might also be
present in the system.

Fixes: 0bd7dfa3ed ("zram-swap: enable swap discard")

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
[wrap commit description]
Signed-off-by: David Bauer <mail@david-bauer.net>
2020-09-21 20:01:34 +08:00
CN_SZTL
6d4aca144e
Revert "naiveproxy: add RAM detection"
This reverts commit 926ae71c08.
2020-09-20 22:16:58 +08:00
CN_SZTL
926ae71c08
naiveproxy: add RAM detection 2020-09-20 13:04:31 +08:00
CN_SZTL
0b9582ed05
OpenClash: sync with upstream source 2020-09-20 13:03:25 +08:00
CN_SZTL
3aa74838a8
subconverter: bump to latest git HEAD 2020-09-20 12:51:08 +08:00
CN_SZTL
b6c347ed2a
luci-app-passwall: bump to 3.9-61 2020-09-20 00:12:26 +08:00
CN_SZTL
86bbf94fed
subconverter: bump to 0.6.4 2020-09-19 23:18:55 +08:00
CN_SZTL
17ae6020e0
luci-app-turboacc: drop deprecated function in view 2020-09-19 22:47:02 +08:00
CN_SZTL
70444f3628
luci-app-unblockmusic: add a new function from go version 2020-09-19 20:27:18 +08:00
CN_SZTL
b68e1961d1
luci-app-unblockmusic: drop outdated cloud servers 2020-09-19 20:21:29 +08:00
CN_SZTL
07cb2d989b
luci-app-turboacc: move to ctcgfw 2020-09-19 19:41:29 +08:00
LGA1150
5f8fe9cb85
shadowsocksr: size optimization 2020-09-19 19:09:11 +08:00
LGA1150
3d3e7a0db8
luci-app-vlmcsd: do not expose port to WAN 2020-09-19 19:03:33 +08:00
Kevin Darbyshire-Bryant
6eadef4bc9
umdns: fix compiling using gcc 10
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-09-19 18:59:23 +08:00
CN_SZTL
d87baa434b
AdGuardHome: disable UPX compression by default
Someone reports resources missing with UPX compression
enabled, so set it to 'N' by default.

Fixes: TG/186415.
2020-09-19 18:54:55 +08:00
Tony Ambardar
ceca8c05e2 bpftools: support NLS, fix ppc build and update to 5.8.9
With global NLS support enabled (CONFIG_BUILD_NLS), the linked libelf.so
and libbfd.so libraries will depend on libintl.so. Import the nls.mk helper
to set library prefixes and flags accordingly, and also conditionally add
"-lintl" as link-time library.

Fix a build error on ppc due to a EDEADLOCK redefinition in errno.h.

Use upstream stable kernel 5.8.9, and fix overriding of feature detection
to only allow/hide detected features. Also refresh existing patches.

Fixes: 2f0d672088 ("bpftools: add utility and library packages supporting
eBPF usage")

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2020-09-19 11:32:39 +08:00
Tan Zien
f5070aaac4 firmware: intel-microcode: update to 20200616
Signed-off-by: Tan Zien <nabsdh9@gmail.com>
2020-09-19 11:31:57 +08:00
Tan Zien
df73af20b2 firmware: amd64-microcode: update to 20191218
amd64-microcode (3.20191218.1)

  * New microcode update packages from AMD upstream:
    + Removed Microcode updates (known to cause issues):
      sig 0x00830f10, patch id 0x08301025, 2019-07-11
  * README: update for new release

amd64-microcode (3.20191021.1)

  * New microcode update packages from AMD upstream:
    + New Microcodes:
      sig 0x00830f10, patch id 0x08301025, 2019-07-11
    + Updated Microcodes:
      sig 0x00800f12, patch id 0x08001250, 2019-04-16
      sig 0x00800f82, patch id 0x0800820d, 2019-04-16

amd64-microcode (3.20181128.1)

  * New microcode update packages from AMD upstream:
    + New Microcodes:
      sig 0x00800f82, patch id 0x0800820b, 2018-06-20

Signed-off-by: Tan Zien <nabsdh9@gmail.com>
2020-09-19 11:31:02 +08:00
Aleksander Jan Bajkowski
5fdc54eac5 kernel: drop kmod-bmp085, kmod-bmp085-i2c and kmod-bmp085-spi
CONFIG_BMP085* is replaced by CONFIG_BMP280 since 4.9[1] and this package is empty.
OpenWRT also has kmod-iio-bmp280* package and we can drop old packages.

1. [ misc: retire the old BMP085 driver ]
(832c8232dd (diff-5000d544d790c669405eb2a6775e5981))

Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
2020-09-19 11:26:22 +08:00
CN_SZTL
384f7dad1f
OpenClash: sync with upstream source 2020-09-19 00:43:14 +08:00
CN_SZTL
c7d3d81aac
luci-app-passwall: bump to 3.9-60 2020-09-19 00:41:29 +08:00
CN_SZTL
4b42083a40
v2ray: bump to 4.28.2 2020-09-19 00:39:21 +08:00
Rafał Miłecki
ce7c921aa6 uhttpd: update to the latest master
47c34bd ubus: add ACL support for "subscribe" request

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2020-09-18 17:18:45 +08:00
David Bauer
1fbfa1b471 usbutils: update USB IDs to the latest version
Update from 0.321 to 0.339

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-09-18 16:40:27 +08:00
David Bauer
ff01d0be79 libjson-c: update to 0.15
Drop patches as they've been upstreamed:
 * 001-Fix-CVE-2020-12762.patch

Refresh patches:
 * 000-libm.patch

Add patch to avoid build failure due to missing docs in tarball.

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-09-18 16:39:12 +08:00
Robert Marko
2dcea33ba4 firmware: ipq-wifi: enable use on IPQ806x
This enables the ipq-wifi package to be used on IPQ806x target.
Its needed for boards using a different BDF than one shipped in the upstream board-2.bin.

Currently needed for Edgecore ECW5410.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
2020-09-18 16:32:43 +08:00
AmadeusGhost
c956e0ccf4 ipq-wifi: sync upstream source code 2020-09-18 16:30:32 +08:00
LGA1150
edf2c94812
shadowsocksr: fix compilation with GCC10
Fixes: #206.
2020-09-18 13:09:02 +08:00
CN_SZTL
4907aca326
luci-app-kodexplorer: add unzip as a dependency 2020-09-16 23:24:39 +08:00
CN_SZTL
18c14808ec
OpenClash: bump to 0.40.4-beta 2020-09-16 13:37:48 +08:00
AmadeusGhost
1e4accd9bd ipq40xx: sync upstream source code 2020-09-16 11:38:38 +08:00
Rafał Miłecki
848150d198 uhttpd: update to the latest master
1172357 ubus: add new RESTful API
fe1888f ubus: fix blob_buf initialization

Fixes: 3d167ed805 ("uhttpd: update to the latest master")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2020-09-16 11:24:43 +08:00
CN_SZTL
b54698cf30
luci-app-openclash: bump to 0.40.3 2020-09-13 00:50:07 +08:00
CN_SZTL
c2ac761217
v2ray: bump to 4.28.1 2020-09-13 00:48:27 +08:00
CN_SZTL
fca5caac75
luci-app-ssocks: fix kill process 2020-09-12 22:34:54 +08:00
CN_SZTL
b7478d105a
luci-app-ssocks: fix path to binary 2020-09-12 20:38:58 +08:00
Teaffanie
6ff530c83c
luci-app-passwall: sync with upstream source (#202) 2020-09-12 19:25:08 +08:00
CN_SZTL
3f4b8ab3d7
luci-app-ssocks: move to services 2020-09-12 19:18:51 +08:00
CN_SZTL
7bd43a44e6
luci-app-argon-config: depend on theme package 2020-09-12 19:11:11 +08:00
CN_SZTL
55f6b07956
luci-app-argon-config: tidy up Makefile 2020-09-12 19:06:19 +08:00
Buhtige
7e2d892441
luci-app-argon-config: add package (#198) 2020-09-12 19:02:00 +08:00
CN_SZTL
d4f8b14e53
UnblockNeteaseMusic-Go: bump to 0.2.6 2020-09-12 18:11:17 +08:00
CN_SZTL
590ef6f3b0
luci-app-openclash: sync with upstream source 2020-09-12 18:05:53 +08:00
CN_SZTL
4d1a9d49b7
syncthing: bump to 1.9.0 2020-09-12 17:57:42 +08:00
Teaffanie
82527995c0
luci-app-passwall: bump to 3.9-57 (#201) 2020-09-12 17:34:00 +08:00
CN_SZTL
d5f25ea111
naiveproxy: bump to 85.0.4183.83-3 2020-09-12 00:55:31 +08:00
好想告诉你
57dade6539
smartdns: update to Release 33 2020-09-12 00:33:29 +08:00
CN_SZTL
c56ede6779
Merge pull #198 2020-09-11 23:56:20 +08:00
CN_SZTL
bf817b6f2b
ssocks: fix gcc10 compilation
Co-authored-by: Lienol <lawlienol@gmail.com>
2020-09-11 23:22:53 +08:00
Teaffanie
16eba04fa0 luci-theme-argon: bump to v1.7.0 2020-09-11 20:15:48 +08:00
Teaffanie
119e6f2a89 luci-app-vssr: sync with upstream source 2020-09-11 20:13:49 +08:00
Teaffanie
2411859afe luci-app-openclash: bump to v0.40.2-beta 2020-09-11 20:11:49 +08:00
Teaffanie
dbc1580069 v2ray-plugin: bump to 1.4.3 2020-09-11 20:06:39 +08:00
Teaffanie
c2c1018972 trojan-plus: bump to 10.0.3 2020-09-11 19:15:45 +08:00
Teaffanie
ebae3bb033 trojan-go: bump to 0.8.2 2020-09-11 19:15:45 +08:00
AmadeusGhost
b9f6a569f4 luci-app-cifs: correct title 2020-09-11 17:27:51 +08:00
zhusir
a89a11772e update V2ray version to 4.28.0 2020-09-11 17:24:27 +08:00
Bob Cai
eb1615b322 kernel: improve the description of fs-nfs-v4
TITLE is "NFS4 filesystem client support" (Line 428)
but the description is "Kernel module for NFS v4 support" (Line 438).

Use "Kernel module for NFS v4 client support" on line 438.

Signed-off-by: Bob Cai <1119283622@qq.com>
[commit title/message facelift]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-09-11 17:16:30 +08:00
Daniel Golle
0e38be72be rssileds: update maintainer email address
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-10 17:19:10 +08:00
Martin Schiller
59ae3309b4 openvpn: fix shell compare operator in openvpn.init
Don't use bash syntax, because /bin/sh is used here.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
[bump PKG_RELEASE]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-09-10 17:15:42 +08:00
Jason A. Donenfeld
8b6fe7c88f wireguard-tools: bump to 1.0.20200827 2020-09-10 17:07:54 +08:00
AmadeusGhost
2e01261aae
luci-app-passwall: bump to 3.9-56 (#194)
* luci-app-passwall: bump to 3.9-56

* useless file
2020-09-09 19:40:13 +08:00
AmadeusGhost
118faa8516 ssocks: separate into 2 packages 2020-09-09 19:39:10 +08:00
AmadeusGhost
64580b9a0b verysync: adjust download address 2020-09-09 17:42:38 +08:00
Saxon
eb0edacf17 Rclone: bump version to 1.53.0 (#5422) 2020-09-09 17:38:55 +08:00
Saxon
c661d982d1 rclone-ng: update to 0.5.0 (#5425) 2020-09-09 17:36:19 +08:00
536wfr
d3d6ec1c38 UnblockNeteaseMusicGo update to 0.2.5 (#5429) 2020-09-09 17:34:34 +08:00
Jason A. Donenfeld
e949cd7d5e wireguard: bump to 1.0.20200908
* compat: backport kfree_sensitive and switch to it
* netlink: consistently use NLA_POLICY_EXACT_LEN()
* netlink: consistently use NLA_POLICY_MIN_LEN()
* compat: backport NLA policy macros

Backports from upstream changes.

* peerlookup: take lock before checking hash in replace operation

A fix for a race condition caught by syzkaller.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-09-09 17:31:14 +08:00
Michael Yartys
09b794871f ath10k-ct-firmware: update firmware images
Not a large change from last time, but should fix at least one rare wave-2
crash.

Tested on Netgear R7800.

Signed-off-by: Michael Yartys <michael.yartys@gmail.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit 91aab77bf1)
[adapt variables and package names]
[remove changes to non-full htt-mgt variants because we did not backport
 a882bfce05 ("ath10k-ct-firmware: add htt-mgt variants")]
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
Tested-by: Baptiste Jonglez <git@bitsofnetworks.org> [QCA9886, QCA9887]
2020-09-08 17:39:40 +08:00
Álvaro Fernández Rojas
91cdf46a0b ath10k-ct-firmware: update firmware images
No release notes this time.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit 06f510df6e)
[adapt variables and package names because we did not backport
 2e5e9b459e ("ath10k-ct-firmware: rename ct-htt packages")]
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2020-09-08 17:39:06 +08:00
Álvaro Fernández Rojas
e0f650ab20 ath10k-firmware: move CT firmwares to new package
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit 658e68f85c)
2020-09-08 17:38:42 +08:00
Álvaro Fernández Rojas
1fa6d194cd 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>
(cherry picked from commit 84f4a783c6)
2020-09-08 17:38:06 +08:00
Michael Yartys
5a94a202a0 ath10k-firmware: update ath10k-ct firmware
This supports better per-chain noise floor reporting, which in turn allows for
better RSSI reporting in the driver.

Wave-2 fixes a long-standing rate-ctrl problem when connected to xbox (and probably other devices).

Wave-2 has fix for crash likely related to rekeying.

Wave-1 has some debugging code added where a user reported a crash.

Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>  [ipq806x+qca9984,ipq4019+qca9986]
Signed-off-by: Michael Yartys <michael.yartys@protonmail.com>
(cherry picked from commit 1862263883)
2020-09-08 17:37:37 +08:00
Stefan Lippers-Hollmann
d2bd5daf36 ath10k-firmware: update Candela Tech firmware images
The release notes since last time for wave-1:

 * No changes to wave-1, but I make a version .014 copy anyway to keep
   the makefile in sync.

The release notes since last time for wave-2:

 * December 16, 2019: Wave-2 has a fix to make setting txpower work
                      better. Before setting the power was ignored at
                      least some of the time (it also appeared to work
                      mostly, so I guess it was being correctly set in
                      other ways).

Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
(cherry picked from commit 6598264266)
2020-09-08 17:37:13 +08:00
Teaffanie
868e668018
useless file 2020-09-08 12:23:52 +08:00
Teaffanie
ed0eaac633
luci-app-passwall: bump to 3.9-56 2020-09-08 12:19:42 +08:00
AmadeusGhost
35be30e434 nft-qos: adjust dependencies 2020-09-07 17:35:33 +08:00
Paul Spooren
d49243c54a dropbear: Enable Ed25519 for normal devices
The Ed25519 key pairs are much shorter than RSA pairs and are supported
by default in OpenSSH. Looking at websites explaining how to create new
SSH keys, many suggest using Ed25519 rather than RSA, however consider
the former as not yet widely established. OpenWrt likely has a positive
influence on that development.

As enabling Ed25519 is a compile time option, it is currently not
possible to install the feature via `opkg` nor select that option in an
ImageBuilder.

Due to the size impact of **12kB** the option should only be enabled for
devices with `!SMALL_FLASH`.

This approach seems cleaner than splitting `dropbear` into two packages
like `dropbear` and `dropbear-ed25519`.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-07 17:22:57 +08:00
Rosen Penev
191f776b6a util-linux: Fix build when libmagic is present
When the libmagic from the file package in the packages feed was also
compiled and provided its libmagic.so file, util-linux tried to link
against it. Avoid this by explicitly disable libmagic support.

This fixes the following build error:
Package more is missing dependencies for the following libraries:
libmagic.so.1

Fixes: 36d9ed360a ("util-linux: update to 2.36")
Acked-by: Sebastian Kemper <sebastian_ml@gmx.net>
Signed-off-by: Rosen Penev <rosenp@gmail.com>
[Add commit description]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-09-07 17:22:31 +08:00
Hauke Mehrtens
844db85a17 wolfssl: Activate link time optimization (LTO)
The ipk sizes for mips_24Kc change like this:
old:
libwolfssl24_4.5.0-stable-1_mips_24kc.ipk	391.545

new:
libwolfssl24_4.5.0-stable-2_mips_24kc.ipk	387.439

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-09-07 17:21:59 +08:00
Hauke Mehrtens
57d891adfd nftables: Activate link time optimization (LTO)
The ipk sizes for mips_24Kc change like this:
old:
nftables-json_0.9.6-1_mips_24kc.ipk	231.968
nftables-nojson_0.9.6-1_mips_24kc.ipk	204.731

new:
nftables-json_0.9.6-2_mips_24kc.ipk	221.894
nftables-nojson_0.9.6-2_mips_24kc.ipk	193.932

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-09-07 17:21:37 +08:00
Hauke Mehrtens
589752e7e1 libnftnl: Activate link time optimization (LTO)
The ipk sizes for mips_24Kc change like this:
old:
libnftnl12_1.1.7-1_mips_24kc.ipk	47.459

new:
libnftnl12_1.1.7-2_mips_24kc.ipk	45.742

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-09-07 17:20:53 +08:00
Hauke Mehrtens
404f2dbe38 jansson: Activate link time optimization (LTO)
The ipk sizes for mips_24Kc change like this:
old:
jansson4_2.13.1-1_mips_24kc.ipk	19.171

new:
jansson4_2.13.1-2_mips_24kc.ipk	18.936

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-09-07 17:20:07 +08:00
Hauke Mehrtens
9dea3fb583 nftables: Update to version 0.9.6
The ipk sizes for mips_24Kc change like this:
old:
nftables-json_0.9.3-1_mips_24kc.ipk	220.262
nftables-nojson_0.9.3-1_mips_24kc.ipk	192.937

new:
nftables-json_0.9.6-1_mips_24kc.ipk	231.968
nftables-nojson_0.9.6-1_mips_24kc.ipk	204.731

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-09-07 17:19:36 +08:00
Kevin Darbyshire-Bryant
56dae733ed nftables: implement no/json variants
Replace the build time choice of json support with a package based
choice.  Users requiring a json aware version of 'nft' may now install
nftables-json.

The default choice to fulfill the 'nftables' package dependency is
'nftables-nojson'

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-09-07 17:19:15 +08:00
Hauke Mehrtens
6274bc8f27 libnftnl: Update to version 1.1.7
The ipk sizes for mips_24Kc change like this:
old:
libnftnl12_1.1.5-1_mips_24kc.ipk	46.252

new:
libnftnl12_1.1.7-1_mips_24kc.ipk	47.459

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-09-07 17:14:55 +08:00
Hauke Mehrtens
c6d1dc22f6 jansson: Update to version 2.13.1
This also sets the ABI_VERSION as this is a versioned shared library.

The ipk sizes for mips_24Kc change like this:
old:
jansson_2.12-1_mips_24kc.ipk	18.692

new:
jansson4_2.13.1-1_mips_24kc.ipk	19.171

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-09-07 17:14:28 +08:00
Teaffanie
421bb0cc38
luci-app-passwall: sync with upstream source 2020-09-06 21:08:00 +08:00
CN_SZTL
fa86fad9d4
Core: bump to Mod20.09 2020-09-06 14:29:41 +08:00
Christian Lamparter
8be3c496f9
base-files: support label-property-less in get_dt_leds
The LED's "label" property has been deprecated in upstream by:

|commit c5d18dd6b64e09dd6984bda9bdd55160af537a8c
|Author: Jacek Anaszewski <jacek.anaszewski@gmail.com>
|Date:   Sun Jun 9 20:19:04 2019 +0200
|
|    dt-bindings: leds: Add properties for LED name construction
|
|    Introduce dedicated properties for conveying information about
|    LED function and color. Mark old "label" property as deprecated.
|
|    Additionally function-enumerator property is being provided
|    for the cases when neither function nor color can be used
|    for LED differentiation.

in order to be somewhat prepared, this patch adds a fallback
as a last resort to make the current led code work by falling
back to the node-name as the "label".

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2020-09-06 13:22:08 +08:00
Hans Dedecker
865051359e
ppp: update to latest git HEAD
af30be0 Fix setting prefix for IPv6 link-local addresss
0314df4 Disable asking password again when prompt program returns 128

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-09-06 13:18:39 +08:00
David Bauer
61ff4a04f8
firewall: bump to latest HEAD
8c2f9fa fw3: zones: limit zone names to 11 bytes
78d52a2 options: fix parsing of boolean attributes

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-09-06 13:18:19 +08:00
CN_SZTL
351f0dbe23
luci-app-unblockneteasemusic: sync with upstream source 2020-09-06 12:13:14 +08:00
CN_SZTL
12abcf90bf
luci-app-ssr-plus: sync with upstream source 2020-09-06 12:07:23 +08:00
CN_SZTL
e7ec7ddc16
brook: bump to 20200909 2020-09-06 12:06:24 +08:00
CN_SZTL
34dbeede98
luci-app-passwall: bump to 3.9-54 2020-09-06 12:04:39 +08:00
CN_SZTL
5257c59e66
luci-app-socat: add package 2020-09-06 12:03:01 +08:00
CN_SZTL
df70e337a1
luci-app-jd-dailybonus: sync with upstream source 2020-09-06 11:56:09 +08:00
CN_SZTL
caa090a777
naiveproxy: bump to v85.0.4183.83-2 2020-09-06 11:54:31 +08:00
AmadeusGhost
b7da13ed02 verysync: fix download aaddress 2020-09-06 11:36:10 +08:00
Karel Kočí
bb379fc264
fstools: block-mount: fix restart of fstab service
Restarting service causes file-systems to be unmounted without being
mounted back. When this service was obsoleted it should have been
implemented in a way that all actions are ignored. Up to this commit
default handler was called when restart was requested. This default
handler just simply calls stop and start. That means that stop called
unmount but start just printed that this service is obsoleted.

This instead implements restart that just prints same message like start
does. It just calls start in reality. This makes restart unavailable for
call.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
(cherry picked from commit 3ead9e7b74)
2020-09-06 08:23:46 +08:00
AmadeusGhost
a13e39fdd6 qntfs: fix target dependencies
fix #22
2020-09-05 11:32:58 +08:00
CN_SZTL
ea8a33ab70
luci-app-naiveproxy: fix typo error 2020-09-05 06:47:26 +08:00
CN_SZTL
8e8c06766d
OpenClash: sync with upstream source 2020-09-05 06:26:51 +08:00
CN_SZTL
a9f63b1111
luci-app-passwall: bump to 3.9-52 2020-09-05 06:18:34 +08:00
Hans Dedecker
f5e099ba95
nghttp2: move to packages.git
As the package curl has been moved to packages.git and only libcurl
depends on libnghttps move it as well to packages.git.
This is based on the Hamburg  2019 decision that non essential packages
should move outside base.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-09-04 16:32:21 +08:00
Paul Spooren
ddb637bdb7
default-settins: fix default url 2020-09-04 16:31:48 +08:00
Hauke Mehrtens
449b681234
mac80211: Fix potential endless loop
Backport a fix from kernel 5.8.3.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit ca5ee6eba3)
2020-09-04 16:27:25 +08:00
Daniel Golle
b8afac28dd
libselinux: package executables into -utils
Add new package libselinux-utils containing the executable
utilities included with libselinux.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-04 16:26:49 +08:00
Magnus Kroken
5632ba7585
mbedtls: update to 2.16.8
This release of Mbed TLS provides bug fixes and minor enhancements. This
release includes fixes for security issues and the most notable of them
are described in more detail in the security advisories.

* Local side channel attack on RSA and static Diffie-Hellman
* Local side channel attack on classical CBC decryption in (D)TLS
* When checking X.509 CRLs, a certificate was only considered as revoked
if its revocationDate was in the past according to the local clock if
available.

Full release announcement:
https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.8

Signed-off-by: Magnus Kroken <mkroken@gmail.com>
2020-09-04 16:13:33 +08:00
Rosen Penev
41a96d7750
policycoreutils: add nls.mk
Fixes compilation under uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-04 16:12:13 +08:00
CN_SZTL
ac690d43b2
naiveproxy: bump to 85.0.4183.83-1 2020-09-04 15:52:04 +08:00
Alecthw
7349147cdd
update n2n version to 2.8.0 2020-09-04 14:58:19 +08:00
CN_SZTL
9a83e2d52c
Revert "naiveproxy: bump to 85.0.4183.83-1"
The latest version has some issue with non-x64 build.

This reverts commit a7d6a5b3a3.
2020-09-04 14:53:46 +08:00
CN_SZTL
214f5cb261
luci-app-passwall: bump tp 3.9-51 2020-09-04 14:53:17 +08:00
CN_SZTL
d17bc9914f
v2ray-plugin: bump to 1.4.2 2020-09-04 13:20:13 +08:00
CN_SZTL
7f9670df27
v2ray: bump to 4.27.5 2020-09-04 13:18:14 +08:00
CN_SZTL
a7d6a5b3a3
naiveproxy: bump to 85.0.4183.83-1 2020-09-04 13:16:51 +08:00
CN_SZTL
44c3b91f93
luci-app-ssrplus: sync with upstream source 2020-09-02 13:17:00 +08:00
Walter Sonius
c1c5b38f7c base-files: fix comment typo in lib/functions/network.sh
Fix typo in comment.

Signed-off-by: Walter Sonius <walterav1984@gmail.com>
[commit title/message facelift]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-09-02 11:33:22 +08:00
Daniel Golle
f8c43f0a66 refpolicy: skip building docs
Building docs requires xmllint and other bulky things being present on
the host. Skip that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-02 11:31:01 +08:00
Daniel Golle
fbf7c73023 libaudit: add host-build required by policycoreutils/host
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-02 11:30:31 +08:00
Daniel Golle
289bbb639d libsemanage: host-build depends on renamed libaudit package
Fixes: efdf619f21 ("audit: build only libaudit")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-02 11:29:58 +08:00
Hauke Mehrtens
a1b8c5d3eb ugps: update to the latest version
511a5b3 ugps: fix 64-bit time_t

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-09-02 11:29:24 +08:00
Daniel Golle
eee62e8c9c libaudit: drop unused file
Drop init script from libaudit package. It will be added to the
'audit' package in the packages feed.

Fixes: efdf619f21 ("audit: build only libaudit")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-01 18:47:31 +08:00
Paul Spooren
6d73109e94 build: opkg-key variable key folder
The key folder is used by `opkg` and `usign` to store and retrieve
trusted public keys. Using `opkg-key` outside a running device is
unfeasible as the key folder is hard coded to `/etc/opkg/keys`.

This commit adds a variable OPKG_KEYS which defaults to `/etc/opkg/keys`
if unset, however allows set arbitrary key folder locations.

Arbitrary key folder locations are useful to add signature verification
to the ImageBuilders.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-01 17:40:52 +08:00
Paul Spooren
717aa923b5 px5g-wolfssl: cleanup Makefile and SPDX license
Minor cosmetic cleanups of the Makefile and add a SPDX compatible
license headers.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-01 17:40:29 +08:00
Daniel Golle
9ca88438c1 libsemanage: add missing package metadata
License and CPE-ID were missing, add them.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-01 17:40:07 +08:00
Daniel Golle
c03376598c audit: build only libaudit
Turns out auditd depends on libev. Lets have that in packages.git.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-01 17:39:46 +08:00
Hauke Mehrtens
d072ac42cd strace: Update to version 5.8
Deactivate multiple personalities support, because this causes compile
problems at least on the x86/64 target. As OpenWrt compiles all
binaries itself all binaries will use the native personality which is
also used by strace. This change will make it impossible to debug i386
binaries on x86_64 OpenWrt targets for example.

Just deactivate it for ARM64 too.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-09-01 17:39:24 +08:00
Rosen Penev
628d56123c util-linux: update to 2.36
hwclock was fixed to work with musl.

Unfortunately, the fix breaks under musl 1.2.x. Backported patch to fix
that.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-01 17:39:00 +08:00
Rosen Penev
478886c255 libcxx: update to 10.0.0
Switched to upstream tarballs.

Switched to libcxxabi as using libsupc++ is quite wonky.

Fixed description.

Removed patches. The fixes are cosmetic.

Added ssp patch. This one is needed for i386 and powerpc under musl.

Compile tested every C++ package in the tree with the exception of
several boost packages. There's something broken with boost.

Ran tested with gerbera.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-01 17:38:36 +08:00
Rosen Penev
25790c7d43 libcxxabi: add
This will be used for libcxx.

libcxxabi is needed as libsupc++ is not good enough for libcxx. It uses
GCC specific stuff which causes failed compilation for some packages.
There are also runtime issues, most notably with cxxopts where the
program just crashes.

Reference: https://github.com/gerbera/gerbera/issues/795

Added patch to fix ARM compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-01 17:38:13 +08:00
Daniel Golle
16a8cf1d56 checkpolicy: build-depend on libselinux
Static libraries and headers of libselinux and libsepol are required
for checkpolicy to build.
Fixes error:
policy_parse.y:45:10: fatal error: sepol/policydb/expand.h: No such file or directory
 #include <sepol/policydb/expand.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-01 17:36:48 +08:00
Daniel Golle
2957e788a0 policycoreutils: fix i18n depends
Fixes build error:
load_policy.c:11:10: fatal error: libintl.h: No such file or directory
 #include <libintl.h>  /* for gettext() */
          ^~~~~~~~~~~
 compilation terminated.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-01 17:36:20 +08:00
Daniel Golle
7beb81b587 libsemanage: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[update to 3.1]
Signed-off-by: W. Michael Petullo <mike@flyn.org>
[removed python part for inclusion in core]
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-01 17:35:56 +08:00
Thomas Petazzoni
0fd223ab48 audit: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[fix build with GCC 10 and disable MIPS16 as build emits sync instruction]
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-09-01 17:35:31 +08:00
Tony Ambardar
ee0f95aa4e bpftools: add utility and library packages supporting eBPF usage
Add support for building bpftool and libbpf from the latest 5.8.3 kernel
sources, ensuring up-to-date functionality and fixes. Both are written to
be backwards compatible, which simplfies build and usage across different
OpenWRT image kernels.

'bpftool' is the primary userspace tool widely used for introspection and
manipulation of eBPF programs and maps. Two variants are built: a 'full'
version which supports object disassembly and depends on libbfd/libopcodes
(total ~500KB); and a 'minimal' version without disassembly functions and
dependencies. The default 'minimal' variant is otherwise fully functional,
and both are compiled using LTO for further (~30KB) size reductions.

'libbpf' provides shared/static libraries and dev files needed for building
userspace programs that perform eBPF interaction.

Several cross-compilation and build-failure problems are addressed by new
patches and ones backported from farther upstream:

  * 001-libbpf-ensure-no-local-symbols-counted-in-ABI-check.patch
  * 002-libbpf-fix-build-failure-from-uninitialized-variable.patch
  * 003-bpftool-allow-passing-BPFTOOL_VERSION-to-make.patch
  * 004-v5.9-bpftool-use-only-ftw-for-file-tree-parsing.patch

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2020-09-01 17:35:03 +08:00
Paul Spooren
2b6cfbae4f build: switch VERSION_REPO to HTTPS
The variable VERSION_REPO is used by opkg to download package(list)s.
Now that the default installation support encrypted HTTP opkg should
make use of it.

Suggested-by: Petr Štetiar <ynezz@true.cz>
Suggested-by: Baptiste Jonglez <baptiste@bitsofnetworks.org>
Signed-off-by: Paul Spooren <mail@aparcar.org>
Acked-by: Baptiste Jonglez <baptiste@bitsofnetworks.org>
2020-09-01 17:33:44 +08:00
Paul Spooren
49e05ee279 treewide: https for downloads.openwrt.org sources
Instead of using http and https for source downloads from
downloads.openwrt.org, always use https for it's better security.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-01 17:32:38 +08:00
Paul Spooren
07511790c0 build: store SourceDateEpoch in manifest
The usage of granular `SOURCE_DATE_EPOCH` for packages is an
incrementing integer which could be useful for downstream tooling,
therefore add it to the packages manifest.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-01 17:31:29 +08:00
Paul Spooren
7d77385a92 busybox: Use PKG_FILE_MODES for SUID
Instead of using INSTALL_SUID use the more flexible PKG_FILE_MODES
variable withn the Makefile to set the SUID bit.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-01 17:25:21 +08:00
Daniel Golle
a54e8b9c49 opkg: update to git HEAD
4318ab1 opkg: allow to configure the path to the signature verification script
 cf44c2f libopkg: fix compiler warning

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-01 17:24:16 +08:00
Paul Spooren
db75bb54ad px5g: rename to px5g-mbedtls
Two versions of `px5g` exists without sharing code. For clarification
rename the previously existing MbedTLS based version to `px5g-mbedtls`
to exists next to `px5g-wolfssl`.

Rename code file of MbedTLS from `px5g.c` to `px5g-mbedtls.c`.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-01 17:23:50 +08:00
Paul Spooren
25eabbe84a px5g-wolfssl: add package
This package creates certificates and private keys, just like `px5g`
does. Hower it uses WolfSSL rather than MbedTLS.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-01 17:23:12 +08:00
Paul Spooren
d48c8bd9fe wolfssl: add certgen config option
The option allows to generate certificates.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-01 17:22:39 +08:00
ricksuzade-maker
2638e5b7ff Bump v2ray-plugin to 1.4.1 (#5386) 2020-08-31 11:56:04 +08:00
kongfl888 K
c571836839 dns2sock: use github source instead
Because of the redirection of SF, sometimes code download errors.
This is very unfriendly to cloud compilation.

Signed-off-by: kongfl888 K <kongfl888@outlook.com>
2020-08-31 11:53:30 +08:00
Thomas Petazzoni
b9e1aaea61 refpolicy: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[update to 2.20200229, adjust Makefile, and move to openwrt.git]
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-08-31 11:35:12 +08:00
Thomas Petazzoni
c80ae0c116 checkpolicy: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[update to 3.1, make use of Python 3, and move to openwrt.git]
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-08-31 11:34:47 +08:00
Thomas Petazzoni
55ea2e78e0 policycoreutils: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[update to 3.1, make use of Python 3, use ALTERNATIVES, and move to openwrt.git]
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-08-31 11:34:23 +08:00
Sven Wegener
064a459cfe leds: add activity led trigger kernel module package
The activity trigger flashes like the heartbeat trigger, but adjusts
based on system load.

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
2020-08-31 11:10:25 +08:00
Hauke Mehrtens
6ecb5ec884 ethtool: Update to version 5.8
The ipk sizes for mips_24Kc change like this:
old:
ethtool_5.4-1_mips_24kc.ipk	101.909

new:
ethtool_5.8-1_mips_24kc.ipk	109.699

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Tested-by: Hans Dedecker <dedeckeh@gmail.com>
2020-08-31 11:09:04 +08:00
Hauke Mehrtens
39c868db2b iproute2: Update to version 5.8
The ipk sizes for mips_24Kc change like this:
old:
ip-full_5.7.0-2_mips_24kc.ipk	165.786
ip-tiny_5.7.0-2_mips_24kc.ipk	117.730
tc_5.7.0-2_mips_24kc.ipk	144.405

new:
ip-full_5.8.0-1_mips_24kc.ipk	169.775
ip-tiny_5.8.0-1_mips_24kc.ipk	119.808
tc_5.8.0-1_mips_24kc.ipk	149.053

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-08-31 11:08:41 +08:00
Aaron Goodman
c1b03e64ab wireguard-tools: add tunlink option for hostroute
In a multi-wan setup, netifd may need guidance on which wan device to
use to create the route to the remote peer.

This commit adds a 'tunlink' option similar to other tunneling interfaces
such as 6in4, 6rd, gre, etc.

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-08-31 11:07:20 +08:00
CN_SZTL
7a54edaa8a
rapidjson: disable docs build 2020-08-30 04:51:13 +08:00
CN_SZTL
4dc55111a7
OpenClash: sync with upstream source 2020-08-30 04:47:29 +08:00
zhusir
0e493653c3
Update v2ray version to 4.27.4 2020-08-30 04:46:29 +08:00
CN_SZTL
6b59ce7fe6
luci-app-ssr-plus: improve translation 2020-08-30 04:31:20 +08:00
babutree
243fac7222
Update to verysync 1.5.5 version 2020-08-29 05:32:45 +08:00
Paul Spooren
61abf9af2f
curl: move package to packages.git
curl is replaced by uclient-fetch within the OpenWrt build system and we
can therefore move curl to packages.git. This is based on the Hamburg
2019 decision that non essential packages should move outside base.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-08-29 01:14:50 +08:00
Ray
225b36b22f
smartdns: update to Release 32 2020-08-28 10:25:30 +08:00
Hauke Mehrtens
f1025cd785 hostapd: Fix compile errors after wolfssl update
This fixes the following compile errors after the wolfssl 4.5.0 update:
  LD  wpa_cli
../src/crypto/tls_wolfssl.c: In function 'tls_match_alt_subject':
../src/crypto/tls_wolfssl.c:610:11: error: 'GEN_EMAIL' undeclared (first use in this function); did you mean 'ENAVAIL'?
    type = GEN_EMAIL;
           ^~~~~~~~~
           ENAVAIL
../src/crypto/tls_wolfssl.c:610:11: note: each undeclared identifier is reported only once for each function it appears in
../src/crypto/tls_wolfssl.c:613:11: error: 'GEN_DNS' undeclared (first use in this function)
    type = GEN_DNS;
           ^~~~~~~
../src/crypto/tls_wolfssl.c:616:11: error: 'GEN_URI' undeclared (first use in this function)
    type = GEN_URI;
           ^~~~~~~
../src/crypto/tls_wolfssl.c: In function 'wolfssl_tls_cert_event':
../src/crypto/tls_wolfssl.c:902:20: error: 'GEN_EMAIL' undeclared (first use in this function); did you mean 'ENAVAIL'?
   if (gen->type != GEN_EMAIL &&
                    ^~~~~~~~~
                    ENAVAIL
../src/crypto/tls_wolfssl.c:903:20: error: 'GEN_DNS' undeclared (first use in this function)
       gen->type != GEN_DNS &&
                    ^~~~~~~
../src/crypto/tls_wolfssl.c:904:20: error: 'GEN_URI' undeclared (first use in this function)
       gen->type != GEN_URI)
                    ^~~~~~~
Makefile:2029: recipe for target '../src/crypto/tls_wolfssl.o' failed

Fixes: 00722a720c ("wolfssl: Update to version 4.5.0")
Reported-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-08-28 09:25:22 +08:00
CN_SZTL
e063bdf0a3
luci-app-vssr: bump to v1.17 2020-08-27 21:54:27 +08:00
CN_SZTL
f98e598be5
jpcre2: fix PKG_HASH 2020-08-27 21:45:20 +08:00
CN_SZTL
c6088e52f7
luci-app-ttyd: use upstream ttyd init 2020-08-27 21:40:40 +08:00
CN_SZTL
56ad63f37a
luci-app-ssr-plus: sync with upstream source 2020-08-27 21:23:12 +08:00
Lienol
1d77d3b8c0
dnsmasq: add dns redirect option 2020-08-27 20:59:59 +08:00
CN_SZTL
e412400243
luci-theme-atmaterial: change colour to green 2020-08-27 12:34:08 +08:00
AmadeusGhost
e545eb5c22 luci-theme-atmaterial: update source from yangsongli 2020-08-27 12:17:46 +08:00
Hauke Mehrtens
e4626a3621 mtd-utils: Update to version 2.1.2
The release notes says this:
As already said, the changes since 2.1.1 are primarily bug fixes, addressing
compiler warnings and issues reported by diagnostic tools, but also build
failures for some configurations.
https://lists.infradead.org/pipermail/linux-mtd/2020-July/081299.html

The size of the ubi-utils ipk increases on mips BE by 0.2%
old:
ubi-utils_2.1.1-1_mips_24kc.ipk:	70992
new:
ubi-utils_2.1.2-1_mips_24kc.ipk:	71109

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-08-27 12:03:19 +08:00
Hauke Mehrtens
3771206fa2 wolfssl: Update to version 4.5.0
This fixes the following security problems:
* In earlier versions of wolfSSL there exists a potential man in the
  middle attack on TLS 1.3 clients.
* Denial of service attack on TLS 1.3 servers from repetitively sending
  ChangeCipherSpecs messages. (CVE-2020-12457)
* Potential cache timing attacks on public key operations in builds that
  are not using SP (single precision). (CVE-2020-15309)
* When using SGX with EC scalar multiplication the possibility of side-
  channel attacks are present.
* Leak of private key in the case that PEM format private keys are
  bundled in with PEM certificates into a single file.
* During the handshake, clear application_data messages in epoch 0 are
  processed and returned to the application.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-08-27 12:02:24 +08:00
Hauke Mehrtens
b169e090a8 curl: Fix build with wolfssl
Backport a commit from upstream curl to fix a problem in configure with
wolfssl.

checking size of time_t... configure: error: cannot determine a size for time_t

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-08-27 12:00:35 +08:00
CN_SZTL
247d1646e9
luci-theme-infinityfreedom: add package 2020-08-27 06:47:54 +08:00
CN_SZTL
3f881be398
jpcre2: bump to 10.32.01 2020-08-27 04:19:17 +08:00
CN_SZTL
3841c397e7
libmsgpack-c: bump to 3.3.0 2020-08-27 04:00:31 +08:00
CN_SZTL
117c14bef7
luci-app-ssr-plus: add basic naiveproxy support 2020-08-27 03:27:27 +08:00
CN_SZTL
ac681a223b
luci-app-ssr-plus: bump to 180-6 2020-08-27 03:24:54 +08:00
CN_SZTL
c43902f035
luci-app-vssr: sync with upstream source 2020-08-27 03:23:13 +08:00
CN_SZTL
bd0230f3f0
luci-app-jd-dailybonus: bump to v0.8.4 2020-08-27 03:21:34 +08:00
CN_SZTL
1f4df47ddb
luci-app-vssr: bump to v1.16 2020-08-26 15:31:34 +08:00
CN_SZTL
d121be6c8c
subconverter: re-enable CMAKE_OPTIONS 2020-08-26 14:58:55 +08:00
CN_SZTL
c5da037073
subconverter: bump to latest git HEAD 2020-08-26 14:47:15 +08:00
CN_SZTL
b09bc6fa2b
luci-app-vssr: bump to v1.15 2020-08-26 05:40:43 +08:00
CN_SZTL
fff26d72d3
subconverter: rewrite init with upstream feedback 2020-08-26 01:00:21 +08:00
CN_SZTL
b4ab047904
luci-app-clash: bump to v1.7.5.7 2020-08-25 20:21:35 +08:00
CN_SZTL
90927409fa
luci-app-passwall: bump to 3.9-43 2020-08-25 20:15:33 +08:00
CN_SZTL
1e5c661912
luci-app-vssr: bump to v1.14 2020-08-25 20:14:19 +08:00
CN_SZTL
36d86399cc
naiveproxy: add package 2020-08-25 20:07:41 +08:00
Ray
5db0dfb03a
smartdns: bump to latest git HEAD 2020-08-25 12:28:04 +08:00
Hauke Mehrtens
c9a3b5d9c1 firewall: Fix PKG_MIRROR_HASH
Fixes: 6c57fb7aa9 ("firewall: bump to version 2020-07-05")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-08-25 12:20:28 +08:00
Magnus Kroken
7b23a9a470 mbedtls: update to 2.16.7
Mbed TLS 2.16.7 is a maintenance release of the Mbed TLS 2.16 branch,
and provides bug fixes and minor enhancements. This release includes
fixes for security issues and the most severe one is described in more
detail in a security advisory:
https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2020-07

* Fix a side channel vulnerability in modular exponentiation that could
reveal an RSA private key used in a secure enclave.
* Fix side channel in mbedtls_ecp_check_pub_priv() and
mbedtls_pk_parse_key() / mbedtls_pk_parse_keyfile() (when loading a private
key that didn't include the uncompressed public key), as well as
mbedtls_ecp_mul() / mbedtls_ecp_mul_restartable() when called with a NULL
f_rng argument. An attacker with access to precise enough timing and
memory access information (typically an untrusted operating system
attacking a secure enclave) could fully recover the ECC private key.
* Fix issue in Lucky 13 counter-measure that could make it ineffective when
hardware accelerators were used (using one of the MBEDTLS_SHAxxx_ALT
macros).

Due to Mbed TLS moving from ARMmbed to the Trusted Firmware project, some
changes to the download URLs are required. For the time being, the
ARMmbed/mbedtls Github repository is the canonical source for Mbed TLS.

Signed-off-by: Magnus Kroken <mkroken@gmail.com>
[Use https://codeload.github.com and new tar.gz file]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-08-25 12:20:02 +08:00
Rosen Penev
2a49c3eec7 exfat: update to 5.8.7
93e2334 exfat: fix build error on linux-5.4,5.5 kernel
01a7b8c exfat: fix name_hash computation on big endian systems
8f92bc0 exfat: fix wrong size update of stream entry by typo

Removed commented material that was for testing compilation.

Removed patch as the error was fixed upstream. First entry above.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-25 12:19:36 +08:00
Josef Schlehofer
25aa47d867 ipset: update to version 7.6
Changelog:
https://ipset.netfilter.org/changelog.html

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-08-25 12:18:46 +08:00
Josef Schlehofer
8da86f749d linux-firmware: add support for Marvell SDIO 8997
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-08-25 12:16:40 +08:00
Josef Schlehofer
e6a2858667 linux-firmware: update to version 20200817
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-08-25 12:15:49 +08:00
Paul Spooren
8fb7510ffe f2fs-tools: add selinux variant
This variant is build with `libselinux` and required to set labels
during runtime.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-08-24 11:36:20 +08:00
Paul Spooren
6d2a5ea0db busybox: add selinux variant
This commit adds a `selinux` variant which comes with with a number of
SELinux applets and also SELinux label support.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-08-24 11:35:49 +08:00
Hans Dedecker
f021bf5fcd nat46: update to latest git HEAD
362640b nat46-module: fix compilation with kernel 5.6

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-08-24 11:35:10 +08:00
CN_SZTL
b7a825c861
luci-app-cpufreq: upthreshold/factor: allow empty 2020-08-23 23:52:33 +08:00
Hans Dedecker
83f9520b35
curl: disable zstd support
Fixes package libcurl build issue :

Package libcurl is missing dependencies for the following libraries:
libzstd.so.1

Suggested-by: Syrone Wong <wong.syrone@gmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-08-23 23:37:47 +08:00
CN_SZTL
d897d20955
luci-app-vssr: bump to v1.13 2020-08-23 23:33:43 +08:00
CN_SZTL
b70213ea1c
luci-app-passwall: sync with upstream source 2020-08-23 23:32:12 +08:00
CN_SZTL
c7e6a991ff
autocore: add bcm53xx support 2020-08-23 23:31:16 +08:00
CN_SZTL
28f7305a73
k3screenctrl: switch source code
Related issue: #134
2020-08-23 23:17:04 +08:00
CN_SZTL
917145b153
luci-app-cpufreq: upthreshold/factor: depend on ondemand 2020-08-23 22:53:46 +08:00
CN_SZTL
bdf533316d
curl: add missing dependency 2020-08-23 04:15:23 +08:00
CN_SZTL
ad1657d2c7
luci-app-passwall: bump to 3.9-42 2020-08-23 03:20:20 +08:00
CN_SZTL
dfae9bb1ce
luci-app-vssr: bump to 1.12 2020-08-23 03:17:11 +08:00
CN_SZTL
84d465cedb
brook: update PKG_SOURCE 2020-08-23 02:47:49 +08:00
Petr Štetiar
6c78455942
hostapd: add wpad-basic-wolfssl variant
Add package which provides size optimized wpad with support for just
WPA-PSK, SAE (WPA3-Personal), 802.11r and 802.11w.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
[adapt to recent changes, add dependency for WPA_WOLFSSL config]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-08-23 01:18:17 +08:00
CN_SZTL
d0586d29ff
luci-app-gost: fix xhr url 2020-08-22 20:47:14 +08:00
CN_SZTL
5d00733c41
luci-app-gost: move to services 2020-08-22 20:45:00 +08:00
Ray
714620f081
smartdns: bump to latest git HEAD 2020-08-22 20:36:02 +08:00
CN_SZTL
4bf63f0a4d
luci-app-openclash: bump to v0.39.8-beta 2020-08-22 20:31:44 +08:00
CN_SZTL
16d3cdedc0
luci-app-unblockmusic: enable lossless for go version 2020-08-22 20:07:29 +08:00
CN_SZTL
7b53528b2b
luci-app-unblockmusic: support force replace on Go version 2020-08-22 20:04:41 +08:00
CN_SZTL
ec26987536
brook: bump to 20200901 2020-08-22 19:57:30 +08:00
CN_SZTL
bc54ced00f
luci-app-unblockneteasemusic-go: sync with upstream source 2020-08-22 19:53:05 +08:00
CN_SZTL
ab8c27b4d6
luci: let lang following to device settings 2020-08-22 19:11:03 +08:00
Josef Schlehofer
8f72173a0d curl: update to version 7.72.0
Changes in this version can be found here:
https://curl.haxx.se/changes.html#7_72_0

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-08-22 12:15:44 +08:00
Ray
9c66759330
Update Makefile (#182)
Co-authored-by: Ray <69144237+RAYSphere@users.noreply.github.com>
2020-08-22 11:01:54 +08:00
ricksuzade-maker
83f5bb3c0b
Wireguard-tools: Bump to 1.0.20200820 2020-08-22 01:47:17 +08:00
CN_SZTL
63013502c4
luci-theme-argon: sync with upstream source 2020-08-22 01:46:34 +08:00
Hauke Mehrtens
c0e8253c6a
kernel: wpan: Add missing AUTOLOAD to load kernel module
These kernel modules were not loaded automatically, fix this by adding
the AUTOLOAD definition.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-08-22 01:40:03 +08:00
kongfl888 K
b440f7e55a
Coremark: use the general way to detect 64bit or not.
Signed-off-by: kongfl888 K <kongfl888@outlook.com>
2020-08-22 01:34:36 +08:00
Remi NGUYEN VAN
cfe5046c31
map: rename type to maptype (FS#3287)
"type" is already used as a common option for all protocols types, so
using the same option name for the map type makes the configuration
ambiguous. Luci in particular adds controls for both options and sees
errors when reading the resulting configuration.

Use "maptype" instead, but still fallback to "type" if "maptype" is not
set. This allows configurations to migrate without breaking old
configurations.

This addresses FS#3287.

Signed-off-by: Remi NGUYEN VAN <remi.nguyenvan+openwrt@gmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [PKG_RELEASE increase]
2020-08-20 20:26:29 +08:00
CN_SZTL
3223b90549
luci-theme-argon: bump to v1.6.8 2020-08-20 20:20:26 +08:00
CN_SZTL
f1bb7e9148
luci-app-passwall: bump to 3.9-41 2020-08-20 20:18:25 +08:00
CN_SZTL
8ed5cd4d07
OpenClash: sync with upstream source 2020-08-20 20:16:50 +08:00
CN_SZTL
54e9550321
subconverter: bump to v0.6.3 2020-08-20 04:57:10 +08:00
Ray
995412f639
smartdns: bump to latest git HEAD 2020-08-20 00:42:24 +08:00
CN_SZTL
867a3d24c1
luci-app-openclash: bump to latest git HEAD 2020-08-20 00:40:42 +08:00
CN_SZTL
a1776e8e77
luci-app-passwall: bump to 3.9-39 2020-08-20 00:34:00 +08:00
CN_SZTL
674fa5c9cd
luci-theme-argon: sync with upstream source 2020-08-20 00:32:56 +08:00