Kevin Darbyshire-Bryant
f83ac49d06
libidn: bump to v1.35 (2018-05-11)
Bump to v1.35
Refresh patches.
Update Makefile to use new '--disable-doc' configure flag.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
7 years ago
Jo-Philipp Wich
72d2829781
Merge pull request #6050 from ldir-EDB0/bumpminiupnpd
miniupnpd: bump to v2.1 20180508
7 years ago
Jo-Philipp Wich
20c6cec0c8
Merge pull request #6039 from vortigont/ddns-now
ddns-scripts: "now-dns.com" service fix
7 years ago
Ted Hess
a267fb2ff9
Merge pull request #6043 from diizzyy/alsautils-libsamplerate
alsa-utils: Don't pull in libsamplerate
7 years ago
Peter Wagner
5de59d6ef4
wget: update to 1.19.5
Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years ago
Kevin Darbyshire-Bryant
762e8b0f17
miniupnpd: bump to v2.1 20180508
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
7 years ago
Hannu Nyman
12a833d09f
Merge pull request #6017 from tohojo/master
acme: Change boot init script logic to invoke start
7 years ago
Hannu Nyman
61137a5340
Merge pull request #6028 from ldir-EDB0/miniupnpdtweaks
Miniupnpdtweaks
7 years ago
Hannu Nyman
be02307bae
Merge pull request #6044 from micmac1/maria-up
MariaDB: version bump to 10.1.33
7 years ago
Hannu Nyman
030963762b
Merge pull request #6048 from iamperson347/stubby0.2.3
stubby: Bump to 0.2.3
7 years ago
Hannu Nyman
c88f4b2e39
Merge pull request #6047 from iamperson347/getdns1.4.2
getdns: Bump to 1.4.2
7 years ago
Hannu Nyman
e18166c9d3
Merge pull request #6032 from wvdakker/master
Shorewall: Bump to version 5.2.0.2
7 years ago
David Mora
8a8e68580f
stubby: Bump to 0.2.3
Update to new upstream version. Also changed to Cloudflare's DNS as default.
Signed-off-by: David Mora <iamperson347+public@gmail.com>
7 years ago
David Mora
ba923ce93e
getdns: Bump to 1.4.2
Update to new upstream version. Needed to add a patch provided by upstream to compile with musl.
Signed-off-by: David Mora <iamperson347+public@gmail.com>
7 years ago
Sebastian Kemper
7053b12912
mariadb: add source mirrors
As suggested by Daniel Engberg, add some mirror servers to offload from
MariaDB's main download server.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
7 years ago
Sebastian Kemper
13321a5697
mariadb: bump to 10.1.33
Maintenance release. Fixes the following security vulnerabilities:
CVE-2018-2782
CVE-2018-2784
CVE-2018-2787
CVE-2018-2766
CVE-2018-2755
CVE-2018-2819
CVE-2018-2817
CVE-2018-2761
CVE-2018-2781
CVE-2018-2771
CVE-2018-2813
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
7 years ago
Sebastian Kemper
3bdaa522df
mariadb: fix /etc/mysql setup
- create directory /etc/mysql/conf.d as without it the server refuses to
start
- correct the path to my.cnf in the init script
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
7 years ago
Sebastian Kemper
f1b49babad
mariadb: Makefile cleanups
- fix a typo
- remove unnecessary trailing slashes
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
7 years ago
Daniel Engberg
771f7e457d
alsa-utils: Don't pull in libsamplerate
Disable libsamplerate
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years ago
Nikos Mavrogiannopoulos
48d5f1a591
ocserv: updated to 0.12.1
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
7 years ago
Dirk Brenken
7da5d595a0
Merge pull request #6036 from TDT-AG/pr/20180511-net-mwan3-update
net/mwan3: add packet loss and latency check
7 years ago
Emil Muratov
19415a4c47
ddns-scripts: "now-dns.com" service fix
- Add valid responses "good|nochg" so that ddns-script could recognize "badauth"
error that comes with http 200 code
- Switch url to https scheme. "now-dns.com" always returns 302 redirect
to https:// for all plain-text http requests. Since working via default
plain-text http is not possible anyway, forcing url to https prevents
curl sending unencrypted plain-text credentials via basic auth
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
7 years ago
BERENYI, Balazs
2d7e189377
domoticz: backport Boost 1.66 compat fix
Fix build by updating boost usage. Added backported patch from upstream
commit 388c7b5171
.
Signed-off-by: BERENYI, Balazs <beba@wee.hu>
[update commit message]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years ago
Florian Eckert
0d5dd6da4f
net/mwan3: add missing local variables
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
7 years ago
Florian Eckert
bdff2e990b
net/mwan3: remove check_quality option from default config
The normal situation should be to use ping without quality_check.
If quality_check option is not set in the default option then ping
quality_check is not performed during tracking. This is and should
be the default situation.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
7 years ago
Florian Eckert
21c42901e1
net/mwan3: update logging output
Unify logging output for tracking methode ping.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
7 years ago
Florian Eckert
3b33e01791
net/mwan3: fix indentation
Fix indentation.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
7 years ago
Florian Eckert
7962bfd3df
net/mwan3: replace legancy backticks
Replace legancy backticks syntax shell execution with braces.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
7 years ago
Florian Eckert
5f068b7fb3
net/mwan3: remove needless log output on mwan3track
Remove needless log output this will pollute the logging.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
7 years ago
Nishant Sharma
1a33492ff8
mwan3: Packet Loss & Latency Check
1. Test link quality based on packet loss & latency w.r.t. pre-defined high and low watermark values.
2. Extended ubus support to provide packet loss & latency information per wan per track_ip
Signed-off-by: Nishant Sharma <codemarauder@gmail.com>
7 years ago
W. van den Akker
99724fa475
Shorewall6: Bump to version 5.2.0.2.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
7 years ago
W. van den Akker
49d593367e
Shorewall: Bump to version 5.2.0.2.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
7 years ago
W. van den Akker
1b2104c26a
Shorewall6-lite: Bump to version 5.2.0.2.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
7 years ago
W. van den Akker
f4bb39a774
Shorewall-lite: Bump to version 5.2.0.2.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
7 years ago
W. van den Akker
ddff9ea59b
Shorewall-core: Bump to version 5.2.0.2.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
7 years ago
Ted Hess
fa05faee7d
Merge pull request #5980 from diizzyy/patch-6
alsa-utils: Update to 1.1.6
7 years ago
tripolar
af87abf169
Merge pull request #5981 from diizzyy/patch-8
alsa-lib: Update to 1.1.6
7 years ago
Kevin Darbyshire-Bryant
569ed29e63
miniupnpd: change leasefile location
Move default leasefile location from /var to /var/run.
Also rename from upnp.leases to miniupnpd.leases
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
7 years ago
Kevin Darbyshire-Bryant
2777953325
miniupnpd: build with gc-sections & LTO
Building with --gc-sections & -flto drop ipk size from 72600 to 66345
on MIPS
No misbehaviour due to these optimisations observed.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
7 years ago
Yousong Zhou
0cb460a2a7
bash: style and doc fix
The patch is about job control in general instead of the builtin jobs
command
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
7 years ago
Yousong Zhou
d859554090
bash: fix postinst script
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
7 years ago
Yousong Zhou
da1912f868
treewide: use mirror tag @KERNEL where applicable
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
7 years ago
Hannu Nyman
2b45b4febc
Merge pull request #6025 from TDT-AG/pr/20180509-net-keepalived-bump-version-to-1.4.4
net/keepalived: update to 1.4.4
7 years ago
Florian Eckert
bafec2901b
net/keepalived: update to 1.4.4
Update to new upstream stable version 1.4.4
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
7 years ago
Daniel Engberg
3f414a0a67
utils/bash: Update to 4.4.18
- Update bash to 4.4.18
- Enable PKG_CHECK_FORMAT_SECURITY
- Use shared libreadline
- Enable job control
Fixes #5796 , Closes #5858
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
7 years ago
Yousong Zhou
af9c7aae09
dtc: add subpackage fdt-utils
Suggested-by: Tom Burkart <tom@aussec.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
7 years ago
Yousong Zhou
8f18594ac9
dtc: bump to version 1.4.6
Suggested-by: Tom Burkart <tom@aussec.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
7 years ago
Hannu Nyman
f35a29fd2b
Merge pull request #5995 from diizzyy/patch-10
sbc: Switch to @KERNEL alias, use LTO optimization
7 years ago
Hannu Nyman
76870c6ac6
Merge pull request #5855 from diizzyy/net-vnstat
net/vnstat: Update to 1.18
7 years ago
Hannu Nyman
3581bc6fef
Merge pull request #5992 from kismetwireless/feature_protobuf-c_host_tools
Enable the host tools on protobuf-c (protoc-c specifically)
7 years ago