aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* treewide: fix broken conffilesHuangbin Zhan2021-10-27
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* gpsd: update to 3.23.1Nick Hainke2021-10-27
| | | | | | | | | | | | | | | | | | | | | 3.23.1: 2021-09-21 Improve ubx cycle detection. Add quirks for Jackson Labs nonstandard NMEA Change STATUS_NO_FIX to STATUS_UNK to avoid confusion with fix mode. Change STATUS_FIX to STATUS_GPS to avoid confusion with fix mode. Change STATUS_DGPS_FIX to STATUS_DGPS to avoid confusion with fix mode. Split SOURCE_ACM from SOURCE_USB. ACM has no speeds. Add speeds 1 mbps, 1.152 mbps, 1.5 mbps, and higher. When libc supports them. Improve autobaud. Add new u-blox M10 messages. Fix u-blox M6, M7 initialization issues. Various ubxtool and gpxlogger updates. Add mtk3301_speed_switcher() No API changes, except for STATUS_* as above. No ABI changes. Fallback to "python3" if "python" not found. Signed-off-by: Nick Hainke <vincent@systemli.org>
* acsccid: fix compilation under macOSRosen Penev2021-10-27
| | | | | | | | uname is not safe for cross compilation. Also fixed up download file name to avoid potential conflicts. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* boringssl: Add boringssl libraryMartin Schneider2021-10-27
| | | | | | | Add boringssl library. BoringSSL is Google's fork of OpenSSL. Amongst other features, it adds support for QUIC. Signed-off-by: Martin Schneider <martschneider@google.com>
* python-paho-mqtt: bump to version 1.6.1Alexandru Ardelean2021-10-27
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* numpy: bump to version 1.21.3Alexandru Ardelean2021-10-27
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* mstpd: bump to version 0.1.0Alexandru Ardelean2021-10-27
| | | | | | And switch to AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* stress-ng: bump to version 0.13.05Alexandru Ardelean2021-10-27
| | | | | | | And switch to Github URLs. The old one isn't working anymore. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #16936 from aleksander0m/aleksander/mm-wwan-subsystemFlorian Eckert2021-10-27
|\ | | | | modemmanager: add support for wwan subsystem in hotplug
| * modemmanager: add support for wwan subsystem in hotplugAleksander Morgado2021-10-19
| | | | | | | | | | | | | | | | | | WWAN devices may now be exposed in the new 'wwan' subsystem in the kernel (since 5.13), initially applicable to devices exposed in PCIe (no USB), but at some point may also apply to USB devices that until now were exposed via other subsystems (e.g. usbmisc, tty). Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | dnsproxy: Update to 0.39.9Tianling Shen2021-10-26
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | zoneinfo: Updated to the latest releaseVladimir Ulrich2021-10-26
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | apache: fixup apxsSebastian Kemper2021-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apxs is used to get information about the apache installation when building external modules. Currently there are issues: 1. ./staging_dir/target-mips_24kc_musl/usr/bin/apxs -q TARGET apache2 apxs:Error: ./staging_dir/target-mips_24kc_musl/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/bin/apr-1-config not found!. This error is fixed by sed script #2. 2. ./staging_dir/target-mips_24kc_musl/usr/bin/apxs -q TARGET cannot open ./staging_dir/target-mips_24kc_musl/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/share/apache2/build/config_vars.mk: No such file or directory at ./staging_dir/target-mips_24kc_musl/usr/bin/apxs line 213. This error is fixed by sed scipt #1. Both sed scripts taken from buildroot (see [1]). [1] https://github.com/buildroot/buildroot/blob/master/package/apache/apache.mk Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | apache: security bump to 2.4.51Sebastian Kemper2021-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes (see [1] for details): CVE-2021-33193 CVE-2021-41524 CVE-2021-41773 CVE-2021-42013 [1] https://httpd.apache.org/security/vulnerabilities_24.html Patch 020-openssl-deprecated.patch refreshed. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | dawn: set symm_enc default to 0Nick Hainke2021-10-26
| | | | | | | | | | | | | | User mpeleshenko reported that symm encryption breaks hearing map. Set the default to 0. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | dawn: update to 2021-10-26Nick Hainke2021-10-26
| | | | | | | | | | | | | | ddc007e32ced ubus: avoid use after free in handle_probe_req() e1275713c057 github: fix workflow Signed-off-by: Nick Hainke <vincent@systemli.org>
* | redis: update to version 6.2.6Jan Pavlinec2021-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: - CVE-2021-41099 - CVE-2021-32762 - CVE-2021-32687 - CVE-2021-32675 - CVE-2021-32672 - CVE-2021-32628 - CVE-2021-32627 - CVE-2021-32626 Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* | knot: update to version 3.1.3Jan Hák2021-10-25
| | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | zstd: update to 1.5.0Rosen Penev2021-10-24
| | | | | | | | | | | | | | | | | | Remove uClibc hack. uClibc is not in the tree anymore. Update configure options. Change legacy_level to 7. This gets rid of backwards compatibility with version 0.1 and bumps it to 0.7. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | fuse-overlayfs: update to 1.7.1Rosen Penev2021-10-24
| | | | | | | | | | | | | | | | Rearrange Makefile for consistency between packages. Add m4 patch to fix compilation under some systems. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | grilo-plugins: update to 0.3.14Rosen Penev2021-10-24
| | | | | | | | | | | | | | | | Fix wrong option names. Removed vimeo following upstream. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | grilo: update to 0.3.14Rosen Penev2021-10-24
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | usteer: add packageDavid Bauer2021-10-24
| | | | | | | | | | | | | | | | | | This commits adds the new usteer package to the packages feed. usteer is a daemon for steering wireless clients across frequency bands as well as between multiple access points on a network. Signed-off-by: David Bauer <mail@david-bauer.net>
* | Merge pull request #16960 from neheb/3Michael Heimpold2021-10-24
|\ \ | | | | | | libxml2: don't build host shared libraries
| * | libxml2: don't build host shared librariesRosen Penev2021-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids having to add HOST_LDFLAGS: -Wl,-rpath,$(STAGING_DIR_HOSTPKG)/lib for packages that rely on shared libraries. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | bossa: add bossaNick Hainke2021-10-23
|/ / | | | | | | | | | | | | | | | | | | | | | | Based on the work of Hirokazu MORIKAWA (nxhack): https://github.com/nxhack/openwrt-arduino-packages/tree/master/bossa BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers. The motivation behind BOSSA is to create a simple, easy-to-use, open source utility to replace Atmel's SAM-BA software. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | dosfstools: fix AM_ICONV triggered build errorBjørn Mork2021-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix this build error: gcc -Wall -Wextra -Wno-sign-compare -Wno-missing-field-initializers \ -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -O2 \ -I/usr/local/src/openwrt/staging_dir/host/include \ -L/usr/local/src/openwrt/staging_dir/host/lib \ -o fsck.fat check.o file.o fsck.fat.o lfn.o boot.o common.o fat.o io.o \ charconv.o @LIBICONV@ gcc: error: LIBICONV@: No such file or directory make[4]: *** [Makefile:449: fsck.fat] Error 1 Suggested-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Bjørn Mork <bjorn@mork.no>
* | Merge pull request #16949 from neheb/10Nikos Mavrogiannopoulos2021-10-23
|\ \ | | | | | | libtasn1: don't build host shared libs
| * | libtasn1: don't build host shared libsRosen Penev2021-10-21
| | | | | | | | | | | | | | | | | | Avoids rpath hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16958 from mhei/php7-updateMichael Heimpold2021-10-23
|\ \ \ | | | | | | | | php7: update to 7.4.25
| * | | php7: update to 7.4.25Michael Heimpold2021-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2021-21703 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #16957 from mhei/php8-updateMichael Heimpold2021-10-23
|\ \ \ \ | | | | | | | | | | php8: update to 8.0.12
| * | | | php8: update to 8.0.12Michael Heimpold2021-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2021-21703 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #12175 from jekkos/collectd-ltq-dslFlorian Eckert2021-10-23
|\ \ \ \ \ | | | | | | | | | | | | collectd: Add collector for lantiq dsl metrics
| * | | | | collectd: Add lua and exec collectors for lantiq dsl metricsJeroen Peelaerts2021-10-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeroen Peelaerts <jeroen.peelaerts@gmail.com>
* | | | | | libnpupnp: update to 4.1.5Rosen Penev2021-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add libmicrohttpd to PKG_BUILD_DEPENDS as it doesn't get added for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | mpd: update to 0.23.2Rosen Penev2021-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to libnpupnp for full builds. Also update arguments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | glib2: update to 2.70Rosen Penev2021-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove various outdated patches. No more uClibc and distutils is a requirement. Compile host libraries statically. Size is not a concern there. Also avoids rpath hacks. Disable NLS as well. Avoids gettext dependencies. Add libpcre dependency. Seems to be a requirement now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | frr: fixes and update to latestLucian Cristian2021-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ospf running in instance mod will keep cpu to 100% so revert offending commit if daemon is disabled in the file while running also close that daemon also add the pythontools to support reload Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | gnunet: fix compilation with big endianRosen Penev2021-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if is in the wrong spot. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | wsdd: update to 2021-10-22Rosen Penev2021-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes another segfault. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | libffi: don't build host shared libsRosen Penev2021-10-22
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids rpath hacks. Add --with-pic. Needed for static library. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | nextdns: Update to version 1.37.3Olivier Poitrey2021-10-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | yq: Update to 4.13.5Tianling Shen2021-10-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | apparmor: update to 3.0.3Rosen Penev2021-10-21
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Fix compilation under Fedora. There's some weird systemd target. Just remove it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | protobuf-c: don't build shared host libraryRosen Penev2021-10-21
| | | | | | | | | | | | | | | | | | | | | | | | No point and can avoid rpath hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | poco: switch to building with cmakeRosen Penev2021-10-21
| |/ / |/| | | | | | | | | | | | | | | | | | | | Faster and works with mips64 targets. Removed all options as the defaults are updated. Added new dependencies. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | miniflux: new packageMichal Vasilek2021-10-21
| | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | dawn: respawn dawn in case of crashNick Hainke2021-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some users report that DAWN sometimes crashes after a while. Mostly this happens after the new update has been rolled out. Since I would not like to go back to the older version, I add as a workaround for now that DAWN automatically respawned. Workaround for: https://github.com/berlin-open-wireless-lab/DAWN/issues/151 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | wsdd2: update to 2021-10-14Rosen Penev2021-10-20
| | | | | | | | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>