Commit Graph

4685 Commits

Author SHA1 Message Date
AmadeusGhost
4676d35be5 mt76: rollback to version 03-10 2020-08-29 12:35:37 +08:00
CN_SZTL
b68cc062b9
Merge Mainline 2020-08-29 02:23:27 +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
cce3094319
Merge Mainline 2020-08-28 01:59:52 +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
9458060f9a
Merge Mainline 2020-08-27 04:30:47 +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
a543bda389
Merge Mainline 2020-08-27 03:41:44 +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
04a36a95a8
Merge Mainline 2020-08-26 15:34:27 +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
Adrian Schmutzler
fa9219ed19 uboot-at91: harmonize indent in Makefile
The indent in Makefile is mixed, harmonize it where reasonable.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-08-26 11:53:46 +08:00
Adrian Schmutzler
fe68b97f8d at91bootstrap: harmonize indent in Makefiles
The indent in Makefiles is mixed, harmonize it where reasonable.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-08-26 11:53:14 +08:00
Sandeep Sheriker M
25c7b68000 uboot-at91: bump version to linux4sam-2020.04
Bump version to linux4sam-2020.04 and add patch to fix Wformat-security
warnings.

Signed-off-by: Sandeep Sheriker M <sandeep.sheriker@microchip.com>
2020-08-26 11:50:40 +08:00
Sandeep Sheriker M
40e51dd763 at91bootstrap: bump version to v3.9.3
Signed-off-by: Sandeep Sheriker M <sandeep.sheriker@microchip.com>
2020-08-26 11:50:12 +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
7d9a642185
Merge Mainline 2020-08-25 20:56:57 +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
CN_SZTL
bf5e052d23
Merge Mainline 2020-08-25 13:51:56 +08:00
Ray
5db0dfb03a
smartdns: bump to latest git HEAD 2020-08-25 12:28:04 +08:00
mohammad rasim
18e7ce327c kernel: add ar5523 driver
The driver currently only support managed and monitor mode

Changes since v1:
- drop the @DRIVER_11N_SUPPORT dependency

Signed-off-by: mohammad rasim <mohammad.rasim96@gmail.com>
2020-08-25 12:26:14 +08:00
Adrian Schmutzler
3661a3913c kernel: set WATCHDOG_CORE dependency in kmod-hwmon-sch5627
For many target we have added CONFIG_WATCHDOG_CORE=y to the target
config due to the following error:

 Package kmod-hwmon-sch5627 is missing dependencies for the following
 libraries:
 watchdog.ko

However, actually the proper way appears to be setting the
dependency for the kmod-hwmon-sch5627 package, as the error message
demands.

Do this in this patch and remove the target config entries added
due to this issue.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-08-25 12:25:14 +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