Commit graph

7590 commits

Author SHA1 Message Date
Daniel Engberg
4a2cf8ed79 libs/libarchive: Update to 3.3.1
Update libarchive to 3.3.1 and make use of PKG_HASH variable.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-03-23 10:46:05 +01:00
Yegor Yefremov
7b81966217 libsoc: new package
libsoc is a C library for interfacing with common SoC
peripherals through generic kernel interfaces. This
library is already part of Buildroot and OpenEmbedded.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2017-03-23 08:50:22 +01:00
Luiz Angelo Daros de Luca
f3256314aa Merge pull request #4183 from luizluca/ruby_update
ruby: bump to 2.4.1
2017-03-23 00:46:38 -03:00
Luiz Angelo Daros de Luca
26d19b5cb1 ruby: bump to 2.4.1
This releases contains only bug and security fixes,
mostly backported from devel branch.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2017-03-23 00:40:46 -03:00
Hannu Nyman
eb56619a3d Merge pull request #4126 from gstrauss/lighttpd
lighttpd: update to 1.4.45 (add new modules)
2017-03-22 18:08:41 +02:00
Yegor Yefremov
a4194df8b7 canutils: bump version to cb33a55720716cbe01e6025a2bda74a1b7e492d3
Rework package recipe:

- use PKG_SOURCE_DATE
- use xz compression
- add hash
- get rid of PKG_SOURCE_SUBDIR/PKG_BUILD_DIR

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2017-03-22 13:00:02 +01:00
Hannu Nyman
0f908ec064 Merge pull request #4179 from EricLuehrsen/unbound_cpnodashu
unbound: support copy without dash update
2017-03-22 09:51:46 +02:00
Glenn Strauss
6e788aca0c lighttpd: add new modules, upd URLs, add restart()
(with feedback from @hnyman and patch additions from @MikePetullo)

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
2017-03-22 03:03:36 -04:00
Eric Luehrsen
5f86d50de9 unbound: support copy without dash update
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-03-21 21:54:25 -04:00
Jonathan McCrohan
3d3908971e wavemon: bump to v0.8.1
Drop musl-fix.patch; included upstream

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2017-03-21 22:36:04 +00:00
Peter Wagner
2690fd9eec git: update to 1.12.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-03-21 23:31:54 +01:00
Peter Wagner
9be7653a3a openssh: update to 7.5p1, remove unneeded patches
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-03-21 23:30:54 +01:00
Hannu Nyman
4ac050406c Merge pull request #4175 from diizzyy/patch-36
admin/netdata: Update to 1.6.0
2017-03-21 14:43:57 +02:00
Daniel Engberg
6c6e6428f6 admin/netdata: Update to 1.6.0
Update netdata to 1.6.0

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-03-21 13:41:39 +01:00
Florian Eckert
5cacfd34a6 net/mwan3: add ubus interface check
On interfaces with interface proto "qmi|ncm" and option dhcp
enabled the interface will be changed to $iface_4 | $iface_6. The
interface mapping in mwan3 will not recognize this interface. To fix
this issue an ubus call will check if an upper interface exists.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-21 08:59:31 +01:00
Hannu Nyman
0cb126fd6d Merge pull request #4173 from TDT-GmbH/mwan-change-hotplug
net/mwan3: pass environment variables to mwan3-user
2017-03-21 09:43:52 +02:00
Florian Eckert
3f79fcb756 net/mwan3: pass environment variables to mwan3-user
User scripts conversion from luci-app-wan3 will be simplified if the variables
are passed by env instead of arguments.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-21 08:31:06 +01:00
Álvaro Fernández Rojas
33096be8f3 Merge pull request #4147 from diizzyy/patch-35
utils/dosfstools: Update to 4.1
2017-03-21 08:16:48 +01:00
Hauke Mehrtens
56de27e0fe Merge pull request #4151 from hauke/linuxptp
Linuxptp: add mirror hash and fix build
2017-03-20 22:01:17 +01:00
Michael Heimpold
1fa7ca0f48 php7: update to 7.1.3
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-03-20 21:34:37 +01:00
Hannu Nyman
5d7b2b20b8 Merge pull request #4165 from cpu/feature_dnscrypt_proxy_custom_resolver
dnscrypt-proxy: Add custom resolver config support
2017-03-20 16:40:07 +02:00
Daniel
1ffd9b0343
dnscrypt-proxy: Add custom resolver config support
This commit modifies the dnscrypt-proxy plugin's `dnscrypt-proxy.init`
script to allow specifying a custom dnscrypt resolver. Prior to this
commit users of the dnscrypt-proxy plugin are only able to choose from
a dnscrypt resolver that is present in the packaged `ResolversList` CSV
file.

To specify a custom resolver three new configuration parameters are
required[0]: `ProviderName`, `ProviderKey` and `ResolverAddress`.

The `dnscrypt-proxy.init` script now maps `providername`, `providerkey`,
and `resolveraddress` values (if present) from a `dnscrypt-proxy.config`
file into the generated DNSCrypt configuration file.

`PKG_RELEASE` is increased from 1 to 2 to reflect the new functionality.

[0]: 9eee474770/dnscrypt-proxy.conf (L28):L32

Signed-off-by: Daniel McCarney <daniel@binaryparadox.net>
2017-03-20 10:36:27 -04:00
Hannu Nyman
5ee8193dec Merge pull request #4167 from stangri/vpnbypass
vpnbypass: linted (shellshock) init script, modified README, removed unneeded dependencies
2017-03-20 11:01:23 +02:00
Hannu Nyman
46a2a6bf05 Merge pull request #4171 from TDT-GmbH/mwan3-change-maintainer
net/mwan3: change maintainer
2017-03-20 11:00:20 +02:00
Hannu Nyman
1dec0e5dce Merge pull request #4170 from TDT-GmbH/mwan3-fix-track-ips
net/mwan3: fix track_ips count
2017-03-20 10:59:47 +02:00
Hannu Nyman
2b07f8caa4 Merge pull request #4168 from zx2c4/patch-1
net/wireguard: version bump
2017-03-20 10:56:14 +02:00
Florian Eckert
415c405061 net/mwan3: change maintainer
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-20 08:48:16 +01:00
Florian Eckert
75a5237029 net/mwan3: fix track_ips count
fix track_ips generation introduced with commit
6d44a7679a

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-20 08:39:18 +01:00
Jason A. Donenfeld
db983cc080 net/wireguard: version bump
Simple version bump to 20170320.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-03-20 04:19:58 +01:00
Stan Grishin
1a2ab076f0 vpnbypass: linted (shellshock) init script, modified README. 2017-03-19 18:28:28 -07:00
Hannu Nyman
509799552c Merge pull request #4166 from mwarning/master
zerotier: bump version to 1.2.2
2017-03-19 19:08:34 +02:00
Moritz Warning
d9aaa8e508 zerotier: remove nice parameter
There is no need to nice the program by default.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-03-19 17:57:22 +01:00
Moritz Warning
e684cb8bb8 zerotier: update zerotier to 1.2.2
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-03-19 17:57:14 +01:00
Jonathan McCrohan
950ab7445a sslh: bump to v1.18
Signed-off-by: Mircea Horea IONICĂ <mionica@gmail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2017-03-19 16:09:13 +00:00
Stijn Tintel
71ca24ccb9 Merge pull request #3566 from nikil/moreutils
moreutils: Add package
2017-03-19 15:09:18 +01:00
Nikos Mavrogiannopoulos
3c062c89ca Merge pull request #4161 from Ansuel/patch-1
cryptodev-linux: fix aria 2 spam message
2017-03-19 14:31:52 +01:00
Ansuel Smith
0d611a5884
cryptodev-linux: fix aria 2 spam message
cryptodev log by default unecessary debug message
With some app (like aria2) the syslog get spammed with lots of this message
 cryptodev: aria2c[3231] (adjust_sg_array:106): reallocating from 32 to 512 pages

With this we disable logging of debug message as they are just for info purpose and they are not error at all.

Signed-off-by: Ansuel Smith ansuelsmth@gmail.com
2017-03-19 12:06:28 +01:00
Nikil Mehta
c4a7b1466a moreutils: Add package
Signed-off-by: Nikil Mehta <nikil.mehta@gmail.com>
2017-03-18 23:56:56 -07:00
Hannu Nyman
5fcd25ebd4 Merge pull request #4135 from lucize/greyfix
mail: add greyfix
2017-03-19 00:31:27 +02:00
Hannu Nyman
521be0fb84 Merge pull request #3902 from stangri/simple-adblock
simple-adblock: initial version
2017-03-18 16:56:27 +02:00
Hannu Nyman
a456a75153 Merge pull request #4160 from EricLuehrsen/unbound_init
unbound: fix hotplug iface and ntp restarts
2017-03-18 16:28:35 +02:00
Hannu Nyman
037e469bde Merge pull request #4158 from TDT-GmbH/mwan-fix-hotplug
net/mwan3: fix hotplug on ACTION ifdown
2017-03-18 16:28:16 +02:00
Hannu Nyman
7a62dff065 Merge pull request #4157 from TDT-GmbH/mwan3-add-user-script
net/mwan3: add mwan3.user hotplug script
2017-03-18 16:28:01 +02:00
Stijn Tintel
1381e528e0 giflib: add host build
This is required for Kodi's TexturePacker.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-18 15:27:17 +01:00
Eric Luehrsen
afa56a6002 unbound: fix hotplug iface and ntp restarts
Unbound is configured to restart on hotplug/iface but this can result
in numerous restarts at boot. Unbound also has a restart for NTP.
This was observed to generate trouble and even with procd robustness
too many crashes might occur (rare). Unbound would not be running.

Give more care to /var/lib/unbound/root.key during restarts. Use procd
for iface restarts. Check pidof() to wait one more second for Unbound.

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-03-17 23:16:49 -04:00
Hauke Mehrtens
3d8b505356 linuxptp: fix libc functionality check in incdefs.sh
The checks in the incdefs.sh script do not fully work when cross
compiling. It probably checks the hosts libc. Just provide the settings
manually, as our musl at least supports all these features.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
2017-03-17 19:54:20 +01:00
Hauke Mehrtens
e7c51f5973 linuxptp: download directly via http
Instead of cloning the released version via git, just download it via
http from sourceforge.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
2017-03-17 19:52:34 +01:00
Ted Hess
0fcdd8d84d Merge pull request #4153 from br101/master
dfu-util: Add package
2017-03-17 13:09:28 -04:00
Bruno Randolf
9f2af0d829 dfu-util: Add package
Signed-off-by: Bruno Randolf <br1@einfach.org>
2017-03-17 16:52:32 +00:00
Florian Eckert
43ca6ec481 net/mwan3: add mwan3.user hotplug script
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-17 12:33:45 +01:00