Josef Schlehofer [Fri, 19 Jun 2020 18:51:53 +0000 (20:51 +0200)]
travis: improve build config
Build config validation showed up 1 warning, 1 info
- deprecated sudo
- missing os
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
651b9f9bf1d1feedc0895e6f2de2ae58002bbc99)
Josef Schlehofer [Fri, 19 Jun 2020 18:22:59 +0000 (20:22 +0200)]
travis: Use Ubuntu 20.04 LTS - Focal Fossa
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
995822b5f765228dc5d4496b37eb7033d3fc6e7e)
Josef Schlehofer [Wed, 16 Oct 2019 13:37:15 +0000 (15:37 +0200)]
travis: Use Ubuntu (Bionic Beaver) 18.04 LTS
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
f2c7a00ef4aba18a19d0fdbc6d9e28c84fab85c5)
Josef Schlehofer [Wed, 17 Jun 2020 12:47:08 +0000 (14:47 +0200)]
travis: use mpc85xx-p2020 sdk instead of ar71xx
Target ar71xx is deprecated and removed in the master branch and makes SDK
not available anymore. Travis fails because of that.
It was superseded by target ath79. These devices have 4 MB flash and/or 32 MB RAM.
However, ath79 is being used by CircleCI if you have it configured for
your repository and if you are contributing to this repository. It
is not good to have two CI for the same target. Let's use powerpc.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
4526fb3eae6ed5fdbc5f6cf64a56b4471b54f9d0)
Josef Schlehofer [Wed, 16 Oct 2019 13:37:33 +0000 (15:37 +0200)]
travis: Download SDK from OpenWrt instead of LEDE
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
25fc446ffbcfa7b95ca0591deac8ced90828d9a0)
Rosen Penev [Tue, 30 Jun 2020 21:35:12 +0000 (14:35 -0700)]
Merge pull request #12657 from jefferyto/python-3.7.8-openwrt-19.07
[openwrt-19.07] python3: Update to 3.7.8, refresh/rework patches
Jeffery To [Tue, 30 Jun 2020 13:20:18 +0000 (21:20 +0800)]
python3: Update to 3.7.8, refresh/rework patches
This contains a fix for CVE-2020-8492 (Denial of service in
urllib.request.AbstractBasicAuthHandler)[1].
This also updates the setuptools and pip packages to 47.1.0 and 20.1.1,
respectively.
[1]: https://docs.python.org/release/3.7.8/whatsnew/changelog.html#python-3-7-8-release-candidate-1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Karel Kočí [Fri, 26 Jun 2020 09:37:32 +0000 (11:37 +0200)]
syslog-ng: detect disabled IPv6 on loopback and fallback to IPv4
Binding in default to IPv6 is preferable but it can be disabled in
kernel and that prevents syslog-ng to start. This setup should not be
that common but syslog is very important service and should survive
that.
This introduces new plugin defining source generator
`network_localhost`. This is used instead of original network source.
Signed-off-by: Karel Kočí <cynerd@email.cz>
(cherry picked from commit
43a8f7072ef401eaebe7f9e268cbb38085c9f384)
Rosen Penev [Mon, 29 Jun 2020 02:54:51 +0000 (19:54 -0700)]
Merge pull request #12628 from jonathanunderwood/openwrt-19.07-stubby-fix-tls-port
[19.07] stubby: fix handling of tls_port config option
Rosen Penev [Sat, 27 Jun 2020 22:00:13 +0000 (15:00 -0700)]
miniupnpd: added libcap dependency
As miniupnpd is running as root, libcap can be used to limit its
capabilities.
libcap is very small, so this isn't a problem.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
ba49c968082f01a28632bb51d6095b9a6916e26e)
(switched to use libcap as -ng is not available)
Rosen Penev [Thu, 25 Jun 2020 21:18:35 +0000 (14:18 -0700)]
miniupnpd: update to 2.1.
20200510
Use the newly introduced configure script.
Use PKG_INSTALL for consistency between packages.
Use PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
2b5028458e720a6f31ba0944764aa47b753814db)
David Ehrmann [Sat, 20 Jun 2020 22:34:39 +0000 (15:34 -0700)]
miniupnpd: suppress grep and uci errors
If miniupnpd is installed but disabled or not running, the hotplug
script will query uci for keys that don't exist and grep a temporary
config file that doesn't exist, resulting in the following errors:
uci: Entry not found
grep: /var/etc/miniupnd.conf: No such file or directory
These would arise when an interface is brought up or down, and are
more confusing than helpful, especially when miniupnpd is disabled.
Suppress these errors.
Signed-off-by: David Ehrmann <ehrmann@gmail.com>
(cherry picked from commit
6ef2b5400bce73b12158b2f8d92dd9675afe8203)
Kevin Darbyshire-Bryant [Thu, 14 May 2020 10:30:12 +0000 (11:30 +0100)]
miniupnpd: improve hotplug & interface handling
The existing interface selection/detection code was incomprehensible at
worst and convoluted at best. The uci config file suggested it
understood an external ipv6 interface but in reality the init script
took no notice. Re-work it so it is at least comprehendible and takes
notice of ipv6 interface details if specified.
Update the hotplug script to use the same interface selection/detection
code as the init script and take note of ipv6 interface selection, only
restarting miniupnpd on interface up events and only if that interface
isn't already known (for that ip class) by miniupnpd.
For me this has solved numerous 'flaky' startup problems, especially
with regard to ipv6.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit
295d77943cd8ddb1b6eb73e900d5b5221ab138e7)
Jonathan G. Underwood [Sat, 27 Jun 2020 15:43:53 +0000 (16:43 +0100)]
stubby: fix handling of tls_port config option
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
Toke Høiland-Jørgensen [Fri, 26 Jun 2020 09:21:12 +0000 (11:21 +0200)]
Merge pull request #12616 from andersk/acme-19.07
Backport acme fixes from #11968 to 19.07
David Yang [Mon, 27 Apr 2020 01:59:32 +0000 (09:59 +0800)]
acme: Bump release version
Signed-off-by: David Yang <mmyangfl@gmail.com>
David Yang [Mon, 27 Apr 2020 01:57:09 +0000 (09:57 +0800)]
acme: Handle ecc cert correctly
Error was:
The domain 'example.com' seems to have a ECC cert already, please add '--ecc' parameter if you want to use that cert.
Signed-off-by: David Yang <mmyangfl@gmail.com>
David Yang [Mon, 27 Apr 2020 01:44:47 +0000 (09:44 +0800)]
acme: Handle log message correctly
Error was:
logger: unrecognized option: renew
Signed-off-by: David Yang <mmyangfl@gmail.com>
Rosen Penev [Fri, 26 Jun 2020 05:18:04 +0000 (22:18 -0700)]
Merge pull request #12614 from stangri/19.07-https-dns-proxy
[19.07] https-dns-proxy: re-add conffiles and add description to Makefile
Stan Grishin [Fri, 26 Jun 2020 03:09:39 +0000 (03:09 +0000)]
https-dns-proxy: re-add conffiles and add description to Makefile
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Thu, 25 Jun 2020 21:22:18 +0000 (14:22 -0700)]
Merge pull request #12597 from stangri/19.07-https-dns-proxy
[19.07] https-dns-proxy: bugfix: remove eDNS support
Stan Grishin [Thu, 25 Jun 2020 19:40:52 +0000 (19:40 +0000)]
https-dns-proxy: bugfix: remove eDNS support
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Thu, 25 Jun 2020 05:05:00 +0000 (22:05 -0700)]
Merge pull request #12588 from rs/nextdns-1.7.0-openwrt-19.07
[19.07] nextdns: Update to version 1.7.0
Olivier Poitrey [Thu, 25 Jun 2020 00:22:43 +0000 (00:22 +0000)]
nextdns: Update to version 1.7.0
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Hannu Nyman [Wed, 24 Jun 2020 15:20:25 +0000 (18:20 +0300)]
irqbalance: fix socket directory and create it
Irqbalance defines /run/irqbalance dir for its socket
communication between irqbalance and its UI. /run does not exist
in OpenWrt (although it is defined by the Linux FHS), so the
socket creation fails. Although we do not compile UI and thus
the issue is not critical to us, fix the directory location.
Additionally, the creation is originally handled by a systemd
init script that we do not use.
* patch source to define dir as /var/run/irqbalance
* create the dir in the procd init script.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry-picked from
4f0c847828b)
Huangbin Zhan [Fri, 8 May 2020 21:43:57 +0000 (05:43 +0800)]
treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
(cherry-picked irqbalance section from from
0ec746ccb6)
Ian Cooper [Mon, 27 Apr 2020 21:48:53 +0000 (22:48 +0100)]
irqbalance: fix compilation for USE_GLIBC and BUILD_NLS cases
The package Makefile was not taking into consideration that the build
may be using BUILD_NLS with libintl-full and libiconv-full and was
trying to link the wrong versions of these libraries in this case.
The necessary flags are added by nls.mk to TARGET_LDFLAGS and can be
passed to irqbalance's configure script for setting the GLIB2_LIBS
variable instead of the explicit static link to the libiconv stub.
The PKG_BUILD_DEPENDS line should be modified so as to add to and not
override the definition set by nls.mk, which will ensure the right
version of libiconv and libintl is built beforehand.
A DEPENDS:= line should be added to the package definition using the
variables defined in nls.mk, which will add the appropriate version
of libintl and libiconv (vanilla or -full versions)
If USE_GLIBC is true, then libpthread needs to be explicitly passed
to the configure script in the GLIB2_LIBS variable for linking.
Signed-off-by: Ian Cooper <iancooper@hotmail.com>
(cherry-picked from
88c25e87a1)
Hannu Nyman [Sun, 21 Jun 2020 20:22:52 +0000 (23:22 +0300)]
haveged: update to 1.9.12
Update haveged to version 1.9.12
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
6392d50c3180b5da7a4ba041decf7a229d0e1c53)
Daniel Engberg [Sat, 20 Jun 2020 19:11:26 +0000 (21:11 +0200)]
Merge pull request #12563 from Andy2244/ksmbd-3.2.0_ksmbd-tools-3.2.6-(19-07)
[19.07] Revert "ksmbd: update to 3.2.0, ksmbd-tools: update to 3.2.6"
Andy Walsh [Sat, 20 Jun 2020 17:26:12 +0000 (19:26 +0200)]
Revert "ksmbd: update to 3.2.0, ksmbd-tools: update to 3.2.6"
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This reverts commit
d88405ba84d397a1ccecee5077bba25d33c4c21e.
Christian Lachner [Fri, 19 Jun 2020 05:56:11 +0000 (07:56 +0200)]
haproxy: Update HAProxy to v2.0.15
- Update haproxy download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Josef Zila [Thu, 18 Jun 2020 10:52:43 +0000 (12:52 +0200)]
transmission: add access to web interface files to procd jail
Signed-off-by: Josef Zila <josefzila@gmail.com>
(cherry picked from commit
9a82c952b447b9b3145c288957dbd1a671021f1b)
Rosen Penev [Sun, 31 May 2020 22:36:12 +0000 (15:36 -0700)]
transmission: add a disabled notification
Helps to see that transmission must be enabled.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
89fc95c4fcbd65cf7958ba916a2073632ecadb50)
Rosen Penev [Mon, 25 May 2020 03:33:33 +0000 (20:33 -0700)]
transmission: update to 3.0
remove upstreamed patches. Refresh remaining one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
93485dd317e7fa3ed9eb4d09a49df1ac2b9508ff)
Rosen Penev [Tue, 18 Feb 2020 03:42:43 +0000 (19:42 -0800)]
upmpdcli: update to 0.4.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
0d72b95b0b2a2c3f438344e23914833183fa72b1)
Rosen Penev [Sat, 10 Aug 2019 02:40:42 +0000 (19:40 -0700)]
upmpdcli: Update to 1.4.2
Fixed license information.
Added PKG_BUILD_PARALLEL for faster compilation.
Removed upstreamed patch.
Ran init script through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
b2d016d3527d3e5cc1ccf2e147c49deb9e0bccf8)
Hannu Nyman [Sun, 14 Jun 2020 18:12:12 +0000 (21:12 +0300)]
haveged: update to 1.9.11
Update haveged to version 1.9.11
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
ca30b0ff91846a407469f6a77d1cbaf6b150d06d)
Rosen Penev [Sun, 14 Jun 2020 01:43:51 +0000 (18:43 -0700)]
Merge pull request #12509 from lipnitsk/openwrt-19.07
perl: fix build failure in GCC10
Ken Wong [Sat, 16 May 2020 05:30:42 +0000 (13:30 +0800)]
perl: fix build failure in GCC10
The perl Configure file was matching GCC 10 against "1*" and treating it
as GCC 1, causing ABI breakage and segfaults.
Cherry-pick the upstream patch which fixes it to check against (e.g)
"1.*" instead, which will make it work for hundreds more GCC versions
to come.
https://github.com/Perl/perl5/commit/
6bd6308fcea3541
"Adapt Configure to GCC version 10"
Also includes the previous commit just adding GCC 8 and 9 to one case:
https://github.com/Perl/perl5/commit/
ae195500577d707
"Add gcc-8 and gcc-9 for FORTIFY_SOURCE"
Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
(cherry picked from commit
65578a43f0d12c02888df00b6fdc90c73a02875c)
Etienne Champetier [Sat, 13 Jun 2020 22:14:25 +0000 (18:14 -0400)]
Merge pull request #12505 from EricLuehrsen/unbound_ifauto_1907
[openwrt-19.07] unobund: make option interface_auto default on
Etienne Champetier [Sat, 13 Jun 2020 22:10:40 +0000 (18:10 -0400)]
Merge pull request #12507 from stangri/19.07-simple-adblock
[19.07] simple-adblock: racially-neutral names
Rosen Penev [Sat, 13 Jun 2020 21:39:09 +0000 (14:39 -0700)]
Merge pull request #12503 from Andy2244/samba-4.11.9-(19-07)
[19.07] samba4: update to 4.11.9
Rosen Penev [Sat, 13 Jun 2020 21:38:30 +0000 (14:38 -0700)]
Merge pull request #12502 from Andy2244/ksmbd-3.2.0_ksmbd-tools-3.2.6-(19-07)
[19.07] ksmbd: update to 3.2.0, ksmbd-tools: update to 3.2.6
Rosen Penev [Sat, 13 Jun 2020 21:38:17 +0000 (14:38 -0700)]
Merge pull request #12501 from Andy2244/rpcsvc-proto-1907
[19.07] rpcsvc-proto: update to 1.4.1
Rosen Penev [Sat, 13 Jun 2020 21:37:42 +0000 (14:37 -0700)]
Merge pull request #12500 from Andy2244/libtirpc-1.2.6-(19-07)
[19.07] libtirpc: update to 1.2.6
Rosen Penev [Sat, 13 Jun 2020 21:37:21 +0000 (14:37 -0700)]
Merge pull request #12499 from Andy2244/softethervpn5-9674-(19-07)
[19.07] Softethervpn5: update to 5.01.9674
Rosen Penev [Sat, 13 Jun 2020 21:37:07 +0000 (14:37 -0700)]
Merge pull request #12498 from Andy2244/wsdd2-4-(19-07)
[19.07] wsdd2: update to git 2020-05-06
Andy Walsh [Sat, 13 Jun 2020 18:28:06 +0000 (20:28 +0200)]
libtirpc: update to 1.2.6
* update to 1.2.6
* Add HOST_BUILD_PARALLEL for faster compilation
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Sat, 13 Jun 2020 18:32:21 +0000 (20:32 +0200)]
wsdd2: update to git 2020-05-06
* update to git 2020-05-06
* run init script through shellcheck
* fix infinite loop when BI_PARM is never set
* Fix '-b' option parsing
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Stan Grishin [Sat, 13 Jun 2020 20:39:11 +0000 (20:39 +0000)]
simple-adblock: racially-neutral names
Signed-off-by: Stan Grishin <stangri@melmac.net>
Eric Luehrsen [Sat, 13 Jun 2020 19:06:20 +0000 (15:06 -0400)]
unbound: make option interface_auto default on
Unbound has a quirk and may reply on a different device address.
When Unbound answers with from-address different than it
received queries on, it may cause trouble for select VPN and
firewall configurations. Ensure Unbound replies with the same
address by changing this default.
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
David Bauer [Thu, 4 Jun 2020 13:53:52 +0000 (15:53 +0200)]
unbound: bump PKG_RELEASE
Fixes commit
da76aeb24c1b ("unbound: expose interface-auto to UCI")
Signed-off-by: David Bauer <mail@david-bauer.net>
Eric Luehrsen [Thu, 4 Jun 2020 05:13:46 +0000 (01:13 -0400)]
unbound: suggest matched domain option for dnsmasq link
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Andy Walsh [Sat, 13 Jun 2020 18:39:26 +0000 (20:39 +0200)]
samba4: update to 4.11.9
* update to 4.11.9
* remove merged upstream patches
* disable netbios port 139 on 'DISABLE_NETBIOS' option or missing 'nmbd'
* fixes CVE-2020-10700, CVE-2020-10704
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Sat, 13 Jun 2020 18:36:06 +0000 (20:36 +0200)]
ksmbd: update to 3.2.0, ksmbd-tools: update to 3.2.6
* ksmbd: update to 3.2.0
* ksmbd-tools: update to 3.2.6
* refresh patch
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Sat, 13 Jun 2020 18:29:55 +0000 (20:29 +0200)]
softethervpn5: update to 5.01.9674
* update to 5.01.9674
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Sat, 13 Jun 2020 18:25:03 +0000 (20:25 +0200)]
rpcsvc-proto: update to 1.4.1
* update to 1.4.1
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Dirk Brenken [Fri, 12 Jun 2020 20:58:44 +0000 (22:58 +0200)]
adblock: update 4.0.6
* add anti_ad blocklist source
* made SafeSearch provider configurable, you can limit
SafeSearch to certain providers
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
e5ab2de1ffa79ed6e110f8bc6e884b4910d8a909)
Rosen Penev [Thu, 11 Jun 2020 21:48:54 +0000 (14:48 -0700)]
mpd: update to 0.21.24
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
d7b593f6954e33312227b6f282e56fbc84afd5c5)
Dirk Brenken [Thu, 11 Jun 2020 14:25:17 +0000 (16:25 +0200)]
adblock: update 4.0.5-5
* add regional list source for czech/slovak
* add regional list source for korea
* adapt oisd_nl changes, switch to adb-syntax domains
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
0a5e61ecb61a250716e778910bf8c5411811e299)
Rosen Penev [Wed, 10 Jun 2020 08:58:23 +0000 (01:58 -0700)]
Merge pull request #12472 from zhanhb/less-alternatives-19
[19.07] less: update ALTERNATIVES
Huangbin Zhan [Tue, 9 Jun 2020 22:37:36 +0000 (06:37 +0800)]
less: update ALTERNATIVES
Avoid conflict with busybox
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
(cherry picked from commit
d866393)
Rosen Penev [Mon, 8 Jun 2020 20:50:47 +0000 (13:50 -0700)]
Merge pull request #12454 from stangri/19.07-simple-adblock
[19.07] simple-adblock: remove obsolete dshield.org links from config
Stan Grishin [Mon, 8 Jun 2020 17:35:48 +0000 (17:35 +0000)]
simple-adblock: remove obsolete dshield.org links from config
Signed-off-by: Stan Grishin <stangri@melmac.net>
Hannu Nyman [Mon, 8 Jun 2020 15:05:04 +0000 (18:05 +0300)]
Merge pull request #12449 from jefferyto/golang-1.13.12-openwrt-19.07
[openwrt-19.07] golang: Update to 1.13.12
Jeffery To [Mon, 8 Jun 2020 08:25:01 +0000 (16:25 +0800)]
golang: Update to 1.13.12
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Kevin Darbyshire-Bryant [Sun, 7 Jun 2020 15:33:31 +0000 (18:33 +0300)]
collectd: sqm_collect: tidy interval string handling
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit
c2c91ea99e5fb7d4798116888b31f8fd9117d8ee)
Kevin Darbyshire-Bryant [Fri, 22 May 2020 11:50:12 +0000 (12:50 +0100)]
collectd: sqm_collectd: improve error handling
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit
947c85bff0176c0bb7b6dce796ee32bd9fa868da)
Kevin Darbyshire-Bryant [Sun, 17 May 2020 15:10:48 +0000 (16:10 +0100)]
collectd: Improve sqm_collectd error reporting
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit
a809dc6f3b4d42e185d84f527cb5e800325ae1d7)
Kevin Darbyshire-Bryant [Thu, 7 May 2020 08:43:27 +0000 (09:43 +0100)]
collectd: sqm_collectd improve interface name filter
Increase the range of characters that get substituted by '_' so the
shell doesn't complain about illegal variable names.
Primarily done to catch '.' and '-' but who knows what funnies will
appear in i/f names.
It's a shame that busybox ash doesn't understand :alnum:
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit
c8640d1f68321c092542f91adc33f3d21fcecd18)
Hannu Nyman [Tue, 5 May 2020 13:52:48 +0000 (16:52 +0300)]
collectd: bump PKG_RELEASE
Bump PKG_RELEASE on behalf of
38235de9c
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
03162ee920f67551e1a1dd2e7da9a71b64560ab4)
Kevin Darbyshire-Bryant [Wed, 15 Apr 2020 09:37:58 +0000 (10:37 +0100)]
collectd: SQM collect data from some qdiscs
Add a script that can collect data from mq (multi queue) and cake
qdiscs.
Script is reliant on collectd's 'exec' module.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit
38235de9c3a6d0574f3293178617549822fbc738)
Florian Eckert [Mon, 27 Apr 2020 11:29:27 +0000 (13:29 +0200)]
collectd: add syslog json plugin
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
bb666cc9ff78b02c93e642f2ac78df30f34d3cd2)
Kevin Darbyshire-Bryant [Sun, 7 Jun 2020 15:21:24 +0000 (18:21 +0300)]
rrdtool1: modify logarithmic scale labelling
The y-axis graph labels in logarithmic mode display in 'scientific'
notation eg: '1e+00' for 0, '1e+01' for 10, '1e+02' for 100 and so on.
This IMO is a pain in the backside for non scientific humans to read.
Modified output to display numbers up to 99,999 in conventional decimal
format and to revert to scientific notation for larger, thus the same
display space is taken.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit
edc41b26ab1e78d55e87c79562d8430b87d314a7)
Jan Hak [Tue, 26 May 2020 08:31:18 +0000 (10:31 +0200)]
knot: update to version 2.9.5
Removed patch
`03-configure-allow-to-manually-disable-POSIX-capabiliti.patch` that has been backported into release.
Signed-off-by: Jan Hak <jan.hak@nic.cz>
(cherry picked from commit
9d81b6e4cac85a387a629fbb0a278b1ca320ea1c)
Josef Schlehofer [Fri, 22 May 2020 11:59:39 +0000 (13:59 +0200)]
knot: disable libcap-ng
Recently, there was added libcap-ng to OpenWrt packages feed,
which is optional for Knot DNS. It enables POSIX 1003.1e capabilities.
This can restrict root (by default it runs as root) permissions and
might harm and as there isn't systemd on OpenWrt it can interfere.
There is an added patch, which introduced an option to disable libcap-ng.
This will be part of the next release.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
41957d6967046277036eb0ec2914f0aed3ea9f14)
Jan Hak [Mon, 9 Mar 2020 13:53:40 +0000 (14:53 +0100)]
knot: update to version 2.9.3
Signed-off-by: Jan Hak <jan.hak@nic.cz>
(cherry picked from commit
87d6c26c737501544e2aa14758c7fdf68e568764)
Paulo Machado [Mon, 25 May 2020 10:31:18 +0000 (11:31 +0100)]
linuxptp: fix build failure
Build is failing because HWTSTAMP_TX_ONESTEP_P2P is defined anymore on
linux net_tstamp.h.
Moreover, the usual way of linuxptp build is looking for system includes
unless user defines differently. That also was tried to fix.
PKG_RELEASE bumped to 3.
Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
(cherry picked from commit
5f64b2d1e451e55babe3e6e9dcb7debaedb2b7db)
Gabor Seljan [Sun, 24 May 2020 15:44:25 +0000 (17:44 +0200)]
sslh: use tls option instead of deprecated ssl
Upstream will drop support for the ssl option in the next future version.
Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
(cherry picked from commit
46c253dfcaba4ee9cb8299d3c895e399bf282bb8)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[package bump]
Rosen Penev [Fri, 5 Jun 2020 19:23:37 +0000 (12:23 -0700)]
Merge pull request #12361 from rs/nextdns-1.6.4-openwrt-19.07
[19.07] nextdns: Update to version 1.6.4
Nikos Mavrogiannopoulos [Thu, 4 Jun 2020 03:52:44 +0000 (05:52 +0200)]
gnutls: updated to 3.6.14
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Rosen Penev [Tue, 19 May 2020 21:37:28 +0000 (14:37 -0700)]
mpd: enable id3tag for all builds
2cedae0aa9befe1135c83f007942d89ec906658e enabled mp3 support for mini,
while keeping id3tag for full. This makes no sense as id3tag is used
specifically for mp3 files.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
4ed61c1f68a68c37be37698f7d89d84732bac318)
Hannu Nyman [Wed, 3 Jun 2020 15:21:49 +0000 (18:21 +0300)]
Merge pull request #12334 from stangri/19.07-simple-adblock
[19.07] simple-adblock: bugfix: proper error reporting on failed downloads; lists update script
David Bauer [Tue, 2 Jun 2020 22:05:33 +0000 (00:05 +0200)]
unbound: expose interface-auto to UCI
This exposes the interface-auto option to UCI.
By default, interface-auto is disabled.
This leads to the DNS reply possibly originating from
a different address then the request was sent to.
Devices with a packet filter might not receive the reply in this case.
Enabling interface-auto ensures the reply is sent with the
source-address the request was sent to.
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit
da76aeb24c1bf757415ccebb93a62002b245f4d2)
Rosen Penev [Wed, 3 Jun 2020 00:55:22 +0000 (17:55 -0700)]
Merge pull request #12382 from neheb/gst-p
[19.07] gstreamer update
Rosen Penev [Tue, 2 Jun 2020 22:07:57 +0000 (15:07 -0700)]
gst1-plugins-bad: don't add webp support
Not present in 19.07.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 2 Jun 2020 21:29:31 +0000 (14:29 -0700)]
Merge pull request #12383 from neheb/pige
[19.07] update pigeonhole
Rosen Penev [Wed, 8 Apr 2020 02:05:26 +0000 (19:05 -0700)]
gst1-libav: update to 1.16.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
0133aebed4a26d6fe11d4989232bcfa1464ac4ea)
Rosen Penev [Tue, 10 Mar 2020 04:20:22 +0000 (21:20 -0700)]
gst1-plugins-ugly: update to 1.16.2
Switched to meson.
Fixed license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
714a18e1bb814cee8ca9f92dfb99ffb3201bacb0)
Rosen Penev [Tue, 10 Mar 2020 04:07:44 +0000 (21:07 -0700)]
gst1-plugins-bad: update to 1.16.2
Switched to meson.
Fixed license information.
Several Makefile cleanups for consistency between packages.
Enabled and added packages for a bunch of plugins.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
ae5ef832d12554f2f5cd7b7985e5688016674e0f)
Rosen Penev [Tue, 10 Mar 2020 02:42:35 +0000 (19:42 -0700)]
gst1-plugins-good: update to 1.16.2
Switch to meson.
No more static libraries as meson makes you choose.
Enabled speex and shout2 as the libraries are available.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
077536f00fdc0e70ddcfb8caad83bdd03a672174)
Rosen Penev [Tue, 10 Mar 2020 00:29:34 +0000 (17:29 -0700)]
gst1-plugins-base: update to 1.16.2
Switched to meson.
Fixed license information.
No more static libraries as meson makes you choose.
Added several CONFIG_DEPENDS entries.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
9cbde8ad8b12a2b4adcb9399b7c5832729a4c806)
Rosen Penev [Mon, 9 Mar 2020 23:17:31 +0000 (16:17 -0700)]
gstreamer1: update to 1.16.2
Switched to meson.
Fixed license information.
Rearranged some stuff for consistency between packages.
Removed static libraries. It seems meson only supports either one or the
other.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
cb058bf961e783608954b3244dbc17ea4e46b16b)
Rosen Penev [Thu, 19 Dec 2019 21:00:39 +0000 (13:00 -0800)]
pigeonhole: Update to 0.5.9
Dovecot was updated but not pigeonhole. This is important as the API broke
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
de66ac26f6fb602992b670071187a96d1f1c5644)
W. Michael Petullo [Mon, 14 Oct 2019 12:53:55 +0000 (08:53 -0400)]
pigeonhole: reflect license of LGPL-2.1-or-later
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit
cfcdade87d41a6433ae8ec4eed572fa529895bbd)
W. Michael Petullo [Sun, 13 Oct 2019 20:46:42 +0000 (16:46 -0400)]
pigeonhole: update to 0.5.8
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit
10a1877e574e9f263eb1439e249c03c0e84f34d3)
W. Michael Petullo [Mon, 14 Oct 2019 12:38:33 +0000 (08:38 -0400)]
gst1-libav: update to 1.16.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit
39e223f01999138901aa134222e23031edba1c01)
W. Michael Petullo [Mon, 14 Oct 2019 12:38:17 +0000 (08:38 -0400)]
gst1-plugins-ugly: update to 1.16.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit
6dc84b2082f072f088c265e86d9af7526d550646)
Rosen Penev [Sun, 29 Dec 2019 03:22:53 +0000 (19:22 -0800)]
gst1-plugins-bad: Make HLS crypto explicit
It's normally set to auto. When nettle is missing, it tries to use the
other libraries.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
49b5de830e004a4573619cc98fd58e30676fd070)
W. Michael Petullo [Mon, 14 Oct 2019 12:38:09 +0000 (08:38 -0400)]
gst1-plugins-bad: update to 1.16.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit
ac93280d53ccb0dcb2716e8b5f37bf663260c48f)