Hans Dedecker [Sat, 29 Aug 2020 18:50:25 +0000 (20:50 +0200)]
nghttp2: import from core
As package curl has been imported from core and only libcurl depends on
nghttp2 import it as well from core repo
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Rosen Penev [Sat, 29 Aug 2020 05:17:43 +0000 (22:17 -0700)]
Merge pull request #13239 from snh/uhubctl
uhubctl: new package
Steven Honson [Sat, 29 Aug 2020 03:33:40 +0000 (13:33 +1000)]
uhubctl: incorporate feedback from review
Signed-off-by: Steven Honson <steven@honson.id.au>
Steven Honson [Fri, 28 Aug 2020 15:26:21 +0000 (01:26 +1000)]
uhubctl: new package
Description: uhubctl is a utility that allows you to control USB power
on USB hubs that implement per-port or ganged power switching.
Signed-off-by: Steven Honson <steven@honson.id.au>
Rosen Penev [Fri, 28 Aug 2020 08:09:31 +0000 (01:09 -0700)]
Merge pull request #13228 from neheb/ninj
ninja: update to 1.10.1
Rosen Penev [Fri, 28 Aug 2020 06:46:05 +0000 (23:46 -0700)]
Merge pull request #13225 from neheb/lft
lftp: update to 4.9.2
Rosen Penev [Fri, 28 Aug 2020 00:24:08 +0000 (17:24 -0700)]
alsa-lib: update to 1.2.3.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 28 Aug 2020 00:18:32 +0000 (17:18 -0700)]
ninja: update to 1.10.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 27 Aug 2020 23:52:12 +0000 (16:52 -0700)]
lftp: update to 4.9.2
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 27 Aug 2020 23:47:35 +0000 (16:47 -0700)]
pcsc-tools: update to 1.5.7
Cleaned up Makefile for consistency between packages.
Fixed license information.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 28 Aug 2020 00:20:56 +0000 (17:20 -0700)]
libmatroska: update to 1.6.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 28 Aug 2020 00:06:08 +0000 (17:06 -0700)]
fuse3: update to 3.9.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 27 Aug 2020 21:24:44 +0000 (14:24 -0700)]
Merge pull request #13218 from neheb/wave
wavemon: fix compilation with glibc
Rosen Penev [Thu, 27 Aug 2020 20:33:43 +0000 (13:33 -0700)]
Merge pull request #13220 from aaronjg/openfortivpn/config-varname-fix
openfortivpn: use more standard config option names
Rosen Penev [Thu, 27 Aug 2020 20:32:08 +0000 (13:32 -0700)]
Merge pull request #13217 from neheb/chick
chicken-scheme: fix compilation with glibc
Yousong Zhou [Thu, 27 Aug 2020 05:20:11 +0000 (13:20 +0800)]
ovn: include ovn-appctl
Required by ovn-ctl for stopping ovn ovsdb instances
This utility was introduced since 20.03.0 after the project was
maintained in its own repo
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Thu, 27 Aug 2020 04:04:57 +0000 (21:04 -0700)]
Merge pull request #13214 from aparcar/curl
curl: add package (previously in base)
Rosen Penev [Thu, 27 Aug 2020 04:00:43 +0000 (21:00 -0700)]
Merge pull request #13219 from nxhack/homebridge_112
node-homebridge: update to 1.1.2
Aaron Goodman [Thu, 27 Aug 2020 00:09:30 +0000 (20:09 -0400)]
openfortivpn: use more standard config option names
change 'server' to 'peeraddr'
change 'iface_name' to 'tunlink'
fix some indentation issues
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Tony Butler [Sun, 23 Aug 2020 15:10:37 +0000 (08:10 -0700)]
curl: add optional zlib support
Package libcurl is missing dependencies for the following libraries:
libzstd.so.1
Previous patch by Hans Dedecker <dedeckeh@gmail.com> took the easy way
out :)
Suggested-by: Syrone Wong <wong.syrone@gmail.com>
Signed-off-by: Tony Butler <spudz76@gmail.com>
[fixed title]
Signed-off-by: Paul Spooren <mail@aparcar.org>
Hauke Mehrtens [Tue, 25 Aug 2020 22:10:20 +0000 (00:10 +0200)]
curl: Use wolfssl by default
Instead of using mbedtls by default use wolfssl. We now integrate
wolfssl in the default build so use it also as default ssl library for
curl.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hauke Mehrtens [Tue, 25 Aug 2020 21:54:44 +0000 (23:54 +0200)]
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>
Hirokazu MORIKAWA [Wed, 26 Aug 2020 23:11:59 +0000 (08:11 +0900)]
node-homebridge: update to 1.1.2
update to 1.1.2
Add opkg package path to the homebrodge plugin module path.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Rosen Penev [Tue, 25 Aug 2020 07:52:33 +0000 (00:52 -0700)]
wavemon: fix compilation with glibc
-lpthread is needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 26 Aug 2020 00:41:32 +0000 (17:41 -0700)]
chicken-scheme: fix compilation with glibc
The musl comment is no longer accurate. Remove the hack.
Minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Paul Spooren [Wed, 26 Aug 2020 18:27:24 +0000 (08:27 -1000)]
curl: add package (previously in base)
Move package over from openwrt.git based on the Hamburg 2019 decision
that non essential packages should be maintained in packages.git
Signed-off-by: Paul Spooren <mail@aparcar.org>
Hannu Nyman [Wed, 26 Aug 2020 16:14:33 +0000 (19:14 +0300)]
Merge pull request #13212 from PolynomialDivision/bumpdawn
dawn: bump version
Hannu Nyman [Wed, 26 Aug 2020 16:13:55 +0000 (19:13 +0300)]
Merge pull request #13207 from commodo/python-updates
django,openpyxl: bump versions
Nick Hainke [Wed, 26 Aug 2020 11:56:40 +0000 (13:56 +0200)]
dawn: bump version
Includes:
- datastorage: fix hearingmap not synced
Signed-off-by: Nick Hainke <vincent@systemli.org>
Rosen Penev [Tue, 25 Aug 2020 20:27:48 +0000 (13:27 -0700)]
Merge pull request #13204 from nxhack/upm_node_v12
libupm: support node.js v12
Rosen Penev [Tue, 25 Aug 2020 20:27:34 +0000 (13:27 -0700)]
Merge pull request #13203 from nxhack/mraa_node_v12
libmraa: support node.js v12
Rosen Penev [Tue, 25 Aug 2020 20:26:20 +0000 (13:26 -0700)]
Merge pull request #13209 from ja-pa/sqlite3-security-fix
sqlite3: update to version 3.33.0 (security fix)
Hannu Nyman [Tue, 25 Aug 2020 20:03:55 +0000 (23:03 +0300)]
nano: update to 5.2
Update nano editor to version 5.2.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Jan Pavlinec [Tue, 25 Aug 2020 12:54:41 +0000 (14:54 +0200)]
sqlite3: update to version 3.33.0 (security fix)
Fixes:
CVE-2020-13871
CVE-2020-15358
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Hirokazu MORIKAWA [Tue, 25 Aug 2020 08:41:41 +0000 (17:41 +0900)]
libupm: support node.js v12
Maintainer: @blogic me
Compile tested: head r14241-
ba2ddba, x86_64
Run tested: x86_64 (VirtualBox)
Description:
Addressed the build failure with node.js version 12.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Hirokazu MORIKAWA [Tue, 25 Aug 2020 08:39:31 +0000 (17:39 +0900)]
libmraa: support node.js v12
Maintainer: @blogic me
Compile tested: head r14241-
ba2ddba, x86_64
Run tested: x86_64 (VirtualBox)
Description:
Addressed the build failure with node.js version 12.
Re-enable swig.
https://github.com/openwrt/packages/issues/11977
https://github.com/openwrt/packages/pull/12225
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Rosen Penev [Tue, 25 Aug 2020 09:13:35 +0000 (02:13 -0700)]
Merge pull request #13202 from nxhack/swig_node_v12
swig: support node.js v12
Rosen Penev [Tue, 25 Aug 2020 09:13:11 +0000 (02:13 -0700)]
Merge pull request #13205 from nxhack/node_12_16_2
node: update to v12.18.3
Rosen Penev [Tue, 25 Aug 2020 09:12:45 +0000 (02:12 -0700)]
Merge pull request #13206 from nxhack/icu_67_1
icu: update to 67.1
Rosen Penev [Tue, 25 Aug 2020 09:11:17 +0000 (02:11 -0700)]
Merge pull request #13139 from aaronjg/openfortivpn/ppp-netifd-fix
openfortivpn: fix routes passed to netifd
Hirokazu MORIKAWA [Tue, 25 Aug 2020 08:37:07 +0000 (17:37 +0900)]
swig: support node.js v12
Maintainer: @blogic me
Compile tested: head r14241-
ba2ddba, x86_64
Run tested: x86_64 (VirtualBox)
Description:
Addressed the build failure with node.js version 12.
https://github.com/openwrt/packages/pull/12225
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Yousong Zhou [Tue, 25 Aug 2020 07:14:03 +0000 (15:14 +0800)]
ovn: bump to version 20.06.2
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Tue, 25 Aug 2020 03:47:16 +0000 (11:47 +0800)]
openvswitch: bump to version 2.14.0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Alexandru Ardelean [Tue, 25 Aug 2020 05:54:10 +0000 (08:54 +0300)]
openpyxl: bump to version 3.0.5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 25 Aug 2020 05:53:16 +0000 (08:53 +0300)]
django: bump to version 3.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Rosen Penev [Mon, 24 Aug 2020 20:49:45 +0000 (13:49 -0700)]
sshtunnel: correct access of config file
With this change the `/etc/config/sshtunnel` file has the correct access.
It's a sensible file.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 24 Aug 2020 20:09:37 +0000 (13:09 -0700)]
Merge pull request #12762 from ngrsdhbw/feature_ddns_cloudflare_bearer
ddns-scripts: Support Bearer Token for Cloudflare
Rosen Penev [Mon, 24 Aug 2020 20:08:34 +0000 (13:08 -0700)]
Merge pull request #12788 from nwf/rng-tools-6.10
rng-tools: bump to 6.10, require libopenssl
Rosen Penev [Mon, 24 Aug 2020 20:08:02 +0000 (13:08 -0700)]
Merge pull request #13147 from ja-pa/python-pytest-xdist-update-2.0.0
python-pytest-xdist: update to version 2.0.0
Rosen Penev [Mon, 24 Aug 2020 20:06:45 +0000 (13:06 -0700)]
Merge pull request #13193 from sartura/sysrepo
Update sysrepo, libyang, libnetconf2 and netopeer2 packages to latest versions
Rosen Penev [Mon, 24 Aug 2020 20:05:54 +0000 (13:05 -0700)]
Merge pull request #13198 from zhaojh329/libuhttpd
libuhttpd: Update to 3.2.0
Rosen Penev [Mon, 24 Aug 2020 20:05:34 +0000 (13:05 -0700)]
Merge pull request #13197 from jmarcet/python-docker-update
python-docker: Update to 4.3.1
Jakov Smolic [Mon, 24 Aug 2020 11:06:35 +0000 (13:06 +0200)]
libssh: patch ssh_channel_poll_timeout for compatibility with libnetconf2
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Jianhui Zhao [Mon, 24 Aug 2020 16:09:10 +0000 (00:09 +0800)]
libuhttpd: Update to 3.2.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Rosen Penev [Mon, 24 Aug 2020 13:57:24 +0000 (06:57 -0700)]
Merge pull request #13174 from neheb/dav
davfs2: update to 1.6.0
Javier Marcet [Mon, 24 Aug 2020 07:43:34 +0000 (09:43 +0200)]
python-docker: Update to 4.3.1
Signed-off-by: Javier Marcet <javier@marcet.info>
Jan Pavlinec [Sun, 16 Aug 2020 22:39:25 +0000 (00:39 +0200)]
python-pytest-xdist: update to version 2.0.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Sun, 16 Aug 2020 22:37:13 +0000 (00:37 +0200)]
python-psutil: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Josef Schlehofer [Mon, 24 Aug 2020 11:14:35 +0000 (13:14 +0200)]
Merge pull request #12480 from ja-pa/python-pytest-update
python-pytest: update to version 6.0.1
Jan Pavlinec [Tue, 4 Aug 2020 12:31:04 +0000 (14:31 +0200)]
python-pytest: update to version 6.0.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Tue, 4 Aug 2020 12:30:09 +0000 (14:30 +0200)]
python-py: update to version 1.9.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Tue, 4 Aug 2020 12:29:15 +0000 (14:29 +0200)]
python-iniconfig: add new package (pytest dependency)
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Tue, 4 Aug 2020 12:28:06 +0000 (14:28 +0200)]
python-toml: add new package (pytest dependency)
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Mon, 24 Aug 2020 04:06:02 +0000 (21:06 -0700)]
Merge pull request #12886 from kongfl888/coremark
Coremark: update to ver 2020-05-28 and fix for 64bit
kongfl888 K [Mon, 24 Aug 2020 04:01:10 +0000 (04:01 +0000)]
Coremark: update the compilation for 64bit
Signed-off-by: kongfl888 K <kongfl888@outlook.com>
kongfl888 K [Mon, 24 Aug 2020 04:01:10 +0000 (04:01 +0000)]
Coremark: bump to ver 2020-05-28
Signed-off-by: kongfl888 K <kongfl888@outlook.com>
Rosen Penev [Mon, 24 Aug 2020 03:52:45 +0000 (20:52 -0700)]
Merge pull request #13140 from PolynomialDivision/feature/add-ipv6-generator
generate-ipv6-address: add ipv6 generator
Rosen Penev [Mon, 24 Aug 2020 03:52:18 +0000 (20:52 -0700)]
Merge pull request #13192 from peter-stadler/nginx
nginx: update to version 1.19.2
Noah Meyerhans [Mon, 24 Aug 2020 02:33:32 +0000 (19:33 -0700)]
bind: New upstream version 9.16.6
Several security issures are addressed:
- CVE-2020-8620 It was possible to trigger an assertion failure by sending
a specially crafted large TCP DNS message.
- CVE-2020-8621 named could crash after failing an assertion check in
certain query resolution scenarios where QNAME minimization and
forwarding were both enabled. To prevent such crashes, QNAME minimization is
now always disabled for a given query resolution process, if forwarders are
used at any point.
- CVE-2020-8622 It was possible to trigger an assertion failure when
verifying the response to a TSIG-signed request.
- CVE-2020-8623 When BIND 9 was compiled with native PKCS#11 support, it
was possible to trigger an assertion failure in code determining the
number of bits in the PKCS#11 RSA public key with a specially crafted
packet.
- CVE-2020-8624 update-policy rules of type subdomain were incorrectly
treated as zonesub rules, which allowed keys used in subdomain rules to
update names outside of the specified subdomains. The problem was fixed by
making sure subdomain rules are again processed as described in the ARM.
Full release notes are available at
https://ftp.isc.org/isc/bind9/9.16.6/doc/arm/html/notes.html#notes-for-bind-9-16-6
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
Michael Heimpold [Sun, 23 Aug 2020 20:57:08 +0000 (22:57 +0200)]
Merge PR #13179 via local branch.
Karl Palsson [Thu, 20 Aug 2020 11:40:28 +0000 (11:40 +0000)]
net/u2pnpd: convert init to procd
Drops pid files, no longer needed with procd management.
Now properly reloads on reload_config after UCI changes.
Signed-off-by: Karl Palsson <karlp@etactica.com>
[ Fixed two shellcheck warnings and bump PKG_RELEASE ]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Sun, 23 Aug 2020 20:32:19 +0000 (13:32 -0700)]
Merge pull request #13137 from neheb/isc
isc-dhcp: fix compilation with GCC 10
Rosen Penev [Sun, 23 Aug 2020 20:31:22 +0000 (13:31 -0700)]
Merge pull request #13191 from Foxtrot/add-fakepop
fakepop: add new package
Rosen Penev [Sun, 23 Aug 2020 20:28:57 +0000 (13:28 -0700)]
Merge pull request #13194 from yangfl/master
i2pd: Update to 2.32.1
David Yang [Sun, 23 Aug 2020 13:11:31 +0000 (21:11 +0800)]
i2pd: Update to 2.32.1
Signed-off-by: David Yang <mmyangfl@gmail.com>
Marc Egerton [Sat, 22 Aug 2020 21:18:44 +0000 (22:18 +0100)]
fakepop: Fix PKG_LICENSE, remove libc dependency
Signed-off-by: Marc Egerton <foxtrot@realloc.me>
Rosen Penev [Sat, 22 Aug 2020 21:07:29 +0000 (14:07 -0700)]
klish: fixup sigignore support
Added _GNU_SOURCE for uClibc-ng compatibility. _XOPEN_SOURCE does not
seem to be enough.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Peter Stadler [Sat, 22 Aug 2020 17:52:14 +0000 (19:52 +0200)]
nginx: update to version 1.19.2
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Aaron Goodman [Sun, 16 Aug 2020 04:00:05 +0000 (00:00 -0400)]
openfortivpn: fix routes passed to netifd
The openfortivpn routes are a bit different than the standard ppp
routes so we need to handle them with a custom ppp-up script.
Gateway should not be set, and src should be set to the PPP local ip
address.
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Jakov Smolic [Sat, 22 Aug 2020 14:17:58 +0000 (16:17 +0200)]
netopeer2: update to 1.1.39
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Jakov Smolic [Sat, 22 Aug 2020 13:24:53 +0000 (15:24 +0200)]
libnetconf2: update to 1.1.26
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Jakov Smolic [Fri, 21 Aug 2020 08:15:24 +0000 (10:15 +0200)]
sysrepo: update to 1.4.70
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Jakov Smolic [Fri, 21 Aug 2020 08:13:52 +0000 (10:13 +0200)]
libyang: update to 1.0.184
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Marc Egerton [Sat, 22 Aug 2020 15:09:30 +0000 (16:09 +0100)]
fakepop: new package
fakepop is a fake pop3 daemon. It returns always the same messages to all users, it does not care about usernames and passwords. All user/pass combinations are accepted.
Signed-off-by: Marc Egerton <foxtrot@realloc.me>
Nathaniel Filardo [Sat, 11 Jul 2020 14:26:23 +0000 (15:26 +0100)]
rng-tools: bump to 6.10, require libopenssl
Upstream now requires libopenssl unconditionally
Signed-off-by: Nathaniel Filardo <nwfilardo@gmail.com>
Rosen Penev [Sat, 22 Aug 2020 00:51:04 +0000 (17:51 -0700)]
Merge pull request #13097 from lzto/nft-qos-mac
nft-qos: support mac address based speed limit
Rosen Penev [Sat, 22 Aug 2020 00:48:12 +0000 (17:48 -0700)]
Merge pull request #13186 from stangri/master-simple-adblock
simple-adblock: bugfix: update config; use command -v
Rosen Penev [Sat, 22 Aug 2020 00:47:15 +0000 (17:47 -0700)]
Merge pull request #13185 from flyn-org/gstreamer1
gstreamer1: enable build options necessary for most applications
Stan Grishin [Fri, 21 Aug 2020 23:29:02 +0000 (23:29 +0000)]
simple-adblock: bugfix: update config; use command -v
Signed-off-by: Stan Grishin <stangri@melmac.net>
W. Michael Petullo [Fri, 21 Aug 2020 22:51:46 +0000 (17:51 -0500)]
gstreamer1: enable build options necessary for most applications
Commit
cb058bf changed gstreamer1's build options, and this broke some
applications.
First, -Doption-parsing=false is intended for very specific embedded
applications rather general packages. Please see:
https://github.com/openwrt/packages/pull/8847
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/388
Second, -Dregistry=false seems to break plugin discovery. Symptoms of
this include broken applications and gst-inspect-1.0 listing zero plugins.
Fixes #13180.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Rosen Penev [Fri, 21 Aug 2020 22:49:36 +0000 (15:49 -0700)]
Merge pull request #13184 from PolynomialDivision/feature/dawnupdate
dawn: bump to latest version
Nick Hainke [Fri, 21 Aug 2020 21:02:03 +0000 (23:02 +0200)]
dawn: bump to latest version
Includes:
- dawn_uci: fix crashing when uci config is received
- tcpsocket: add option to add server ip
A new config option allows to add a server ip
option server_ip '10.0.0.2'
However, this server does not send anything back. Therefore it is not
possible to change the node configuration. This will probably be added
soon. The main goal of this commit is to allow monitoring of all nodes
in a network with DAWN, e.g. clients, channel utilization, ...
Also a network option (3) has been added which allows to use TCP but
not to announce your daemon in the broadcast domain. This allows you to
create a monitor-only node that holds only the local information and
forwards it to the central server.
A monitor-only node could be configured like
option server_ip '10.0.0.1'
option tcp_port '1026'
option network_option '3'
Another possible config is
option server_ip '10.0.0.1'
option tcp_port '1026'
option network_option '2'
Here, the node shares information with a central server, which can be
located outside the broadcast domain. Nevertheless, it also shares
information within its broadcast domain and can therefore perform
client steering.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Rosen Penev [Fri, 21 Aug 2020 21:10:51 +0000 (14:10 -0700)]
Merge pull request #13176 from neheb/sc
serialconsole: update to 1.0
Rosen Penev [Fri, 21 Aug 2020 21:10:36 +0000 (14:10 -0700)]
Merge pull request #13175 from neheb/fpi
fping: update to 5.0
Karl Palsson [Fri, 21 Aug 2020 12:27:17 +0000 (12:27 +0000)]
Revert "libwebsockets: move to 3.2.1"
This reverts commit
7066486fbbfa1bb73fee74911a8306e3a534a6fe.
LWS 3.2.x and 4.0.x are broken on ath79 and malta-be, (at least)
See https://github.com/warmcat/libwebsockets/issues/2008
and
https://github.com/openwrt/packages/issues/13085
Restore a functional 3.1 release until upstream release.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Rosen Penev [Fri, 21 Aug 2020 07:56:24 +0000 (00:56 -0700)]
Merge pull request #13164 from neheb/gpho
libgphoto2: add missing INTL_DEPENDS
Rosen Penev [Thu, 20 Aug 2020 23:52:45 +0000 (16:52 -0700)]
Merge pull request #13173 from neheb/band
bandwidthd: don't build in parallel
Rosen Penev [Thu, 20 Aug 2020 23:10:23 +0000 (16:10 -0700)]
Merge pull request #13116 from neheb/kl
klish: fix compilation with uClibc-ng
Rosen Penev [Thu, 20 Aug 2020 23:09:33 +0000 (16:09 -0700)]
Merge pull request #13117 from neheb/zab2
zabbix: do not build with uClibc-ng
Rosen Penev [Thu, 20 Aug 2020 22:16:38 +0000 (15:16 -0700)]
Merge pull request #13177 from aleksander0m/aleksander/mm-1-14-2
modemmanager: bump to 1.14.2