Alexandru Ardelean
995b48121e
python,python3: remove --ignore-installed
flag for host packages
...
This was copied over from python-packages, when support for installing
packages host-side (via pip) was added.
Based on the discussion on this commit:
612c53fc6c
it was mentioned that removing this may add more benefit in terms of
reducing build time, because packages won't get reinstalled every time.
I'm not entirely sure about any potential side-effects of this, but it's
worth trying it out.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-05-14 12:11:00 +03:00
Jo-Philipp Wich
72d2829781
Merge pull request #6050 from ldir-EDB0/bumpminiupnpd
...
miniupnpd: bump to v2.1 20180508
2018-05-14 09:50:35 +02:00
Jo-Philipp Wich
20c6cec0c8
Merge pull request #6039 from vortigont/ddns-now
...
ddns-scripts: "now-dns.com" service fix
2018-05-14 07:40:18 +02:00
Ted Hess
a267fb2ff9
Merge pull request #6043 from diizzyy/alsautils-libsamplerate
...
alsa-utils: Don't pull in libsamplerate
2018-05-13 21:50:47 +00:00
Peter Wagner
5de59d6ef4
wget: update to 1.19.5
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-05-13 21:17:21 +02:00
Kevin Darbyshire-Bryant
762e8b0f17
miniupnpd: bump to v2.1 20180508
...
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-05-13 19:01:44 +01:00
Hannu Nyman
12a833d09f
Merge pull request #6017 from tohojo/master
...
acme: Change boot init script logic to invoke start
2018-05-13 18:36:18 +03:00
Hannu Nyman
61137a5340
Merge pull request #6028 from ldir-EDB0/miniupnpdtweaks
...
Miniupnpdtweaks
2018-05-13 18:34:45 +03:00
Hannu Nyman
be02307bae
Merge pull request #6044 from micmac1/maria-up
...
MariaDB: version bump to 10.1.33
2018-05-13 18:31:20 +03:00
Hannu Nyman
030963762b
Merge pull request #6048 from iamperson347/stubby0.2.3
...
stubby: Bump to 0.2.3
2018-05-13 18:29:52 +03:00
Hannu Nyman
c88f4b2e39
Merge pull request #6047 from iamperson347/getdns1.4.2
...
getdns: Bump to 1.4.2
2018-05-13 18:29:17 +03:00
Hannu Nyman
e18166c9d3
Merge pull request #6032 from wvdakker/master
...
Shorewall: Bump to version 5.2.0.2
2018-05-13 18:28:37 +03:00
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>
2018-05-13 07:27:30 -04:00
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>
2018-05-13 07:21:49 -04:00
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>
2018-05-13 11:14:46 +02:00
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>
2018-05-13 08:46:19 +02:00
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>
2018-05-13 08:42:44 +02:00
Sebastian Kemper
f1b49babad
mariadb: Makefile cleanups
...
- fix a typo
- remove unnecessary trailing slashes
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-13 08:40:39 +02:00
Daniel Engberg
771f7e457d
alsa-utils: Don't pull in libsamplerate
...
Disable libsamplerate
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-05-12 14:01:02 +02:00
Nikos Mavrogiannopoulos
48d5f1a591
ocserv: updated to 0.12.1
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2018-05-12 08:24:07 +02:00
Dirk Brenken
7da5d595a0
Merge pull request #6036 from TDT-AG/pr/20180511-net-mwan3-update
...
net/mwan3: add packet loss and latency check
2018-05-11 21:58:54 +02:00
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>
2018-05-11 18:35:49 +03:00
BERENYI, Balazs
2d7e189377
domoticz: backport Boost 1.66 compat fix
...
Fix build by updating boost usage. Added backported patch from upstream
commit 388c7b51716cdb6221ec292cc2456ceca6ee9b02.
Signed-off-by: BERENYI, Balazs <beba@wee.hu>
[update commit message]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-05-11 10:42:02 +03:00
Florian Eckert
0d5dd6da4f
net/mwan3: add missing local variables
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-05-11 09:00:57 +02:00
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>
2018-05-11 08:46:57 +02:00
Florian Eckert
21c42901e1
net/mwan3: update logging output
...
Unify logging output for tracking methode ping.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-05-11 08:46:40 +02:00
Florian Eckert
3b33e01791
net/mwan3: fix indentation
...
Fix indentation.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-05-11 08:43:34 +02:00
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>
2018-05-11 08:42:53 +02:00
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>
2018-05-11 08:42:17 +02:00
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>
2018-05-11 08:21:28 +02:00
W. van den Akker
99724fa475
Shorewall6: Bump to version 5.2.0.2.
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-10 19:12:15 +02:00
W. van den Akker
49d593367e
Shorewall: Bump to version 5.2.0.2.
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-10 19:12:15 +02:00
W. van den Akker
1b2104c26a
Shorewall6-lite: Bump to version 5.2.0.2.
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-10 19:12:15 +02:00
W. van den Akker
f4bb39a774
Shorewall-lite: Bump to version 5.2.0.2.
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-10 19:12:00 +02:00
W. van den Akker
ddff9ea59b
Shorewall-core: Bump to version 5.2.0.2.
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-10 18:59:19 +02:00
Ted Hess
fa05faee7d
Merge pull request #5980 from diizzyy/patch-6
...
alsa-utils: Update to 1.1.6
2018-05-10 15:35:51 +00:00
tripolar
af87abf169
Merge pull request #5981 from diizzyy/patch-8
...
alsa-lib: Update to 1.1.6
2018-05-10 12:47:39 +02:00
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>
2018-05-09 20:02:29 +01:00
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>
2018-05-09 20:02:17 +01:00
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>
2018-05-09 20:15:55 +08:00
Yousong Zhou
d859554090
bash: fix postinst script
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-09 20:14:50 +08:00
Yousong Zhou
da1912f868
treewide: use mirror tag @KERNEL where applicable
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-09 17:05:53 +08:00
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
2018-05-09 11:53:27 +03:00
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>
2018-05-09 10:01:13 +02:00
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>
2018-05-09 15:47:07 +08:00
Yousong Zhou
af9c7aae09
dtc: add subpackage fdt-utils
...
Suggested-by: Tom Burkart <tom@aussec.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-09 15:45:51 +08:00
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>
2018-05-09 15:45:51 +08:00
Carlos Miguel Ferreira
d4fa43e9ac
boost: Package Release 2 (minor fixes)
...
- Fixed package hyperlink
-> Now using the @SF macro to obtain the best mirror link
-> Added backup link in case Source Forge fails to provide the proper link
- Minor fix to package documentation
-> Help documentation was lacking the contract library info.
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2018-05-09 01:17:27 +01:00
Hannu Nyman
f35a29fd2b
Merge pull request #5995 from diizzyy/patch-10
...
sbc: Switch to @KERNEL alias, use LTO optimization
2018-05-08 22:23:41 +03:00
Hannu Nyman
76870c6ac6
Merge pull request #5855 from diizzyy/net-vnstat
...
net/vnstat: Update to 1.18
2018-05-08 19:55:12 +03:00