Sebastian Kemper [Tue, 1 Sep 2020 21:14:58 +0000 (23:14 +0200)]
erlang: fix host build when pcre/host is installed
OpenWrt added pcre/host recently. When it is available (installed)
erlang finds staging_dir/hostpkg/include/pcre.h before it finds its own
copy and the build fails.
CC obj/x86_64-pc-linux-gnu/opt/smp/erl_bif_chksum.o
CC obj/x86_64-pc-linux-gnu/opt/smp/erl_bif_re.o
beam/erl_bif_re.c: In function 'erts_init_bif_re':
beam/erl_bif_re.c:96:5: error: 'erts_pcre_malloc' undeclared (first use in this function)
erts_pcre_malloc = &erts_erts_pcre_malloc;
^~~~~~~~~~~~~~~~
beam/erl_bif_re.c:96:5: note: each undeclared identifier is reported only once for each function it appears in
beam/erl_bif_re.c:97:5: error: 'erts_pcre_free' undeclared (first use in this function)
erts_pcre_free = &erts_erts_pcre_free;
^~~~~~~~~~~~~~
This adds a patch from Romain Naour and Bernd Kuhls to prevent that.
Patch snatched from buildroot [1].
[1] https://github.com/buildroot/buildroot/blob/master/package/erlang/0002-erts-emulator-reorder-inclued-headers-paths.patch
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Rosen Penev [Tue, 1 Sep 2020 21:06:24 +0000 (14:06 -0700)]
Merge pull request #13262 from neheb/ksm
kismet: fix compilation under uClibc-ng and GCC10
Rosen Penev [Tue, 1 Sep 2020 19:50:11 +0000 (12:50 -0700)]
Merge pull request #13222 from nmeyerhans/iputils-update
iputils: update to
20200821
Noah Meyerhans [Thu, 27 Aug 2020 15:54:21 +0000 (08:54 -0700)]
iputils: update to
20200821
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
Rosen Penev [Tue, 1 Sep 2020 14:09:39 +0000 (07:09 -0700)]
Merge pull request #13268 from ja-pa/python-more-itertools-8.5.0
python-more-itertools: update to version 8.5.0
Rosen Penev [Tue, 1 Sep 2020 14:08:26 +0000 (07:08 -0700)]
Merge pull request #13213 from ja-pa/checksec
checksec: add new package
Jan Pavlinec [Thu, 13 Aug 2020 16:25:36 +0000 (18:25 +0200)]
checksec: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Tue, 1 Sep 2020 09:40:42 +0000 (11:40 +0200)]
pytho-more-itertools: update to version 8.5.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Tue, 1 Sep 2020 02:47:27 +0000 (19:47 -0700)]
Merge pull request #13261 from neheb/icuc
icu: fix compilation under CentOS 7
Jan Pavlinec [Fri, 28 Aug 2020 12:13:39 +0000 (14:13 +0200)]
autossh: switch to procd
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Tue, 25 Aug 2020 11:08:27 +0000 (13:08 +0200)]
python-pytest-xdist: update to version 2.1.0
Note:
remove six dependency which is now longer required
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jeffery To [Sun, 30 Aug 2020 22:29:44 +0000 (06:29 +0800)]
python: Use locked for host pip
This also removes PKG_BUILD_PARALLEL:=0 that was added for packages that
use HOST_PYTHON3_PACKAGE_BUILD_DEPENDS.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Mon, 31 Aug 2020 07:34:45 +0000 (00:34 -0700)]
mstpd: fix compilation with uClibc-ng
bcopy/bzero are no longer available.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 31 Aug 2020 07:33:41 +0000 (00:33 -0700)]
kismet: fix compilation under uClibc-ng and GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 31 Aug 2020 07:32:38 +0000 (00:32 -0700)]
icu: fix compilation under CentOS 7
CentOS 7's GCC is quite old and does not put max_align_t under std.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 31 Aug 2020 07:37:33 +0000 (00:37 -0700)]
Merge pull request #13259 from neheb/lttools
lttng-tools: update to 2.12.1
Rosen Penev [Sat, 4 Jul 2020 03:12:32 +0000 (20:12 -0700)]
lttng-tools: update to 2.12.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 31 Aug 2020 07:27:10 +0000 (00:27 -0700)]
Merge pull request #13256 from neheb/lusr
lttng-ust: update to 2.12.0
Rosen Penev [Mon, 31 Aug 2020 07:27:02 +0000 (00:27 -0700)]
Merge pull request #13257 from neheb/stng
stress-ng: add
Rosen Penev [Thu, 13 Aug 2020 01:45:55 +0000 (18:45 -0700)]
stress-ng: add
This is a replacement for the old stress utility.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 4 Jul 2020 02:33:24 +0000 (19:33 -0700)]
lttng-ust: update to 2.12.0
Removed pointless patch.
Reworked configure section.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 31 Aug 2020 07:01:14 +0000 (00:01 -0700)]
Merge pull request #13238 from graysky2/htop
htop: update to 3.0.0-1
Rosen Penev [Mon, 31 Aug 2020 06:59:26 +0000 (23:59 -0700)]
Merge pull request #12778 from neheb/ap51
ap51-flash: run through shellcheck
Rosen Penev [Mon, 31 Aug 2020 06:58:16 +0000 (23:58 -0700)]
Merge pull request #13216 from neheb/lmdb
lmdb: fix compilation with glibc
Rosen Penev [Mon, 31 Aug 2020 06:58:08 +0000 (23:58 -0700)]
Merge pull request #13229 from neheb/allibs
alsa-utils: update to 1.2.3
Rosen Penev [Mon, 31 Aug 2020 06:57:58 +0000 (23:57 -0700)]
Merge pull request #13227 from neheb/slhh
sslh: update to 1.21c
Rosen Penev [Mon, 31 Aug 2020 06:57:46 +0000 (23:57 -0700)]
Merge pull request #13226 from neheb/glbbbbb
glib2: update to 2.65.2
Rosen Penev [Mon, 31 Aug 2020 06:57:37 +0000 (23:57 -0700)]
Merge pull request #13215 from neheb/dcw
libdcwsocket: fix compilation with glibc
Rosen Penev [Mon, 31 Aug 2020 06:51:53 +0000 (23:51 -0700)]
Merge pull request #13253 from liudf0716/apfree-wifidog
apfree-wifidog: update to 4.08.1771
Dengfeng Liu [Mon, 31 Aug 2020 00:58:55 +0000 (08:58 +0800)]
apfree-wifidog: update to 4.08.1771
Signed-off-by: Dengfeng Liu <dfliuc@isoftstone.com>
Rosen Penev [Sun, 30 Aug 2020 20:32:15 +0000 (13:32 -0700)]
Merge pull request #13249 from dedeckeh/master
nghttp2: import from core
Stijn Tintel [Sun, 30 Aug 2020 20:26:20 +0000 (23:26 +0300)]
Merge pull request #13223 from mikebaz/master
strongswan: add left and mark configuration to UCI
Hannu Nyman [Sun, 30 Aug 2020 19:41:58 +0000 (22:41 +0300)]
Merge pull request #13250 from jefferyto/python-attrs-20.1.0
python-attrs: Update to 20.1.0
Hannu Nyman [Sun, 30 Aug 2020 19:41:46 +0000 (22:41 +0300)]
Merge pull request #13251 from jefferyto/python-cryptography-3.1
python-cryptography: Update to 3.1
Jeffery To [Sun, 30 Aug 2020 18:45:48 +0000 (02:45 +0800)]
python-cryptography: Update to 3.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Daniel Golle [Sun, 30 Aug 2020 17:52:47 +0000 (18:52 +0100)]
postgresql: update to version 12.4
Fixes CVE-2020-14349 and CVE-2020-14350.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Jeffery To [Sun, 30 Aug 2020 16:55:20 +0000 (00:55 +0800)]
python-attrs: Update to 20.1.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Nikos Mavrogiannopoulos [Sun, 30 Aug 2020 11:29:29 +0000 (13:29 +0200)]
Merge pull request #13221 from yousong/oc
openconnect: allow disable dtls with bool option no_dtls
Nikos Mavrogiannopoulos [Sun, 30 Aug 2020 11:28:28 +0000 (13:28 +0200)]
Merge pull request #13224 from neheb/p11
p11-kit: update to 0.23.21
Rosen Penev [Sat, 29 Aug 2020 21:18:00 +0000 (14:18 -0700)]
Merge pull request #13109 from neheb/lcd42
lcd4linux: fix samsung driver compilation
Rosen Penev [Sat, 29 Aug 2020 19:36:43 +0000 (12:36 -0700)]
Merge pull request #13153 from pprindeville/isc-dhcp-add-routes
isc-dhcp: add support for RFC-3442 classless IPv4 routes
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>
Philip Prindeville [Tue, 18 Aug 2020 02:07:41 +0000 (20:07 -0600)]
isc-dhcp: add support for RFC-3442 classless IPv4 routes
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
John Audia [Fri, 28 Aug 2020 13:28:18 +0000 (09:28 -0400)]
htop: update to 3.0.0-1
new upstream, new release taken from ChangeLog[1]:
New maintainers - after a prolonged period of inactivity from Hisham,
the creator and original maintainer, a team of community maintainers
have volunteered to take over a fork at https://htop.dev and
https://github.com/htop-dev to keep the project going.
1. https://github.com/htop-dev/htop/blob/master/ChangeLog
Signed-off-by: John Audia <graysky@archlinux.us>
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:26:39 +0000 (17:26 -0700)]
alsa-utils: update to 1.2.3
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 [Fri, 28 Aug 2020 00:14:51 +0000 (17:14 -0700)]
sslh: update to 1.21c
Refresh patches. Remove now pointless format patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 28 Aug 2020 00:04:05 +0000 (17:04 -0700)]
glib2: update to 2.65.2
Refreshed patches.
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:42:38 +0000 (16:42 -0700)]
p11-kit: update to 0.23.21
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
Michael C. Bazarewsky [Thu, 27 Aug 2020 20:06:34 +0000 (16:06 -0400)]
strongswan: add left and mark configuration to UCI
This commit allows for UCI configuration of the "left=" and the
"mark=" values in a StrongSwan IPSec connection. This improves
VTI support and allows certain stricter connection scenarios.
Signed-off-by: Michael C. Bazarewsky <github@bazstuff.com>
Yousong Zhou [Thu, 27 Aug 2020 04:13:56 +0000 (12:13 +0800)]
openconnect: allow disable dtls with bool option no_dtls
openconnect may emit following error logs every minute when negotiating
with deployments forbidding usage of dtls
Thu Aug 27 04:11:59 2020 daemon.notice openconnect[12024]: DTLS handshake failed: Error in the push function.
Thu Aug 27 04:11:59 2020 daemon.notice openconnect[12024]: (Is a firewall preventing you from sending UDP packets?)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Thu, 27 Aug 2020 04:10:04 +0000 (12:10 +0800)]
openconnect: break each var into its own line in order
For easier review
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
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>
Rosen Penev [Wed, 26 Aug 2020 00:44:47 +0000 (17:44 -0700)]
lmdb: fix compilation with glibc
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 26 Aug 2020 23:07:40 +0000 (16:07 -0700)]
libdcwsocket: fix compilation with glibc
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