Oliver Middleton [Sat, 24 Oct 2015 00:13:35 +0000 (01:13 +0100)]
collectd: add $(INSTALL_DIR) $(1)/etc/collectd/conf.d
/etc/collectd/conf.d is referenced in the default config so should be installed to prevent the following in syslog every boot:
Fri Oct 9 02:09:38 2015 user.emerg : configfile: stat (/etc/collectd/conf.d) failed: No such file or directory
Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
Hauke Mehrtens [Mon, 26 Oct 2015 16:13:39 +0000 (17:13 +0100)]
iotivity: add resource-container
This is the new interface to add support for non OIC protocols to IoTivity.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
Hauke Mehrtens [Mon, 26 Oct 2015 14:00:49 +0000 (15:00 +0100)]
iotivity: update to version 1.0.0
This brings IoTivity to version 1.0.0. The patches removed by this
commit are merged upstream now. There are some new patches needed for
new problems with Big Endian CPUs and also for musl. The plugin manager
was removed in upstream IoTivity 1.0.0.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
John Crispin [Mon, 26 Oct 2015 16:18:07 +0000 (17:18 +0100)]
madplay: some build variant related fixes
the 2 variants could not be built at the same time
Signed-off-by: John Crispin <blogic@openwrt.org>
Steven Barth [Mon, 26 Oct 2015 16:22:35 +0000 (17:22 +0100)]
Merge pull request #1885 from luizluca/sane_compileall
sane-backends: select all backends when CONFIG_ALL
Luiz Angelo Daros de Luca [Thu, 15 Oct 2015 03:35:49 +0000 (00:35 -0300)]
sane-backends: select all backends when CONFIG_ALL
sane-xxx backend packages are hidden packages with custom
config and CONFIG_ALL does not select them alone. Now
sane-backends depends on +ALL:sane-backends-all.
No existing ipk is affected as the changed package/sane-backends
does not exist as an ipk.
030-musl.patch was updated to be submitted upstream. However,
the added preprocessor #if are always true for OpenWRT and will
not change the resulting code.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
John Crispin [Sat, 24 Oct 2015 07:57:36 +0000 (09:57 +0200)]
node: disable MIPS16
Signed-off-by: John Crispin <blogic@openwrt.org>
Steven Barth [Mon, 26 Oct 2015 08:40:23 +0000 (09:40 +0100)]
Merge pull request #1875 from psidhu/master
gpsd: initial add to packages
Steven Barth [Mon, 26 Oct 2015 08:39:58 +0000 (09:39 +0100)]
Merge pull request #1891 from wifidog/wifidog-1.3.0
wifidog: Bump to 1.3.0
Matthias Schiffer [Sun, 25 Oct 2015 16:11:30 +0000 (17:11 +0100)]
libuecc: update to v6
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Michael Haas [Sun, 25 Oct 2015 08:56:55 +0000 (09:56 +0100)]
wifidog: Bump to 1.3.0
* Updates wifidog to latest upstream release.
* Removes patches/100-musl-compat.patch as that's included in 1.3.0
Signed-off-by: Michael Haas <haas@computerlinguist.org>
Álvaro Fernández Rojas [Sat, 24 Oct 2015 21:13:30 +0000 (23:13 +0200)]
unrar: update to v5.3.6
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Sat, 24 Oct 2015 18:26:35 +0000 (20:26 +0200)]
shairport-sync: update to v2.6
Closes https://github.com/openwrt/packages/pull/1869
Signed-off-by: Mike Brady <mikebrady@eircom.net>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Sat, 24 Oct 2015 18:40:55 +0000 (20:40 +0200)]
unrar: add libunrar support
Closes https://github.com/openwrt/packages/pull/1882
Signed-off-by: Nikolay Podoprigora volzhanin@gmail.com
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Steven Barth [Sat, 24 Oct 2015 18:05:23 +0000 (20:05 +0200)]
Merge pull request #1888 from arfett/master
mwan3-luci updated to 1.4-4
Steven Barth [Sat, 24 Oct 2015 18:04:17 +0000 (20:04 +0200)]
Merge pull request #1890 from damianorenfer/master
libs/libsodium: update to 1.0.4
Damiano Renfer [Sat, 24 Oct 2015 10:07:12 +0000 (12:07 +0200)]
libs/libsodium: update to 1.0.4
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
Aedan ARFETT Renner [Fri, 23 Oct 2015 20:04:18 +0000 (13:04 -0700)]
mwan3-luci updated to 1.4-4
Hard-coded location of ip (/usr/bin/ip) in controller file
Added space after "for" in .htm files to clean it up
signed-off-by: Aedan "ARFETT" Renner <chipdankly@gmail.com>
Jo-Philipp Wich [Fri, 23 Oct 2015 12:51:23 +0000 (14:51 +0200)]
Merge pull request #1886 from jow-/python-build-depend-fix
python: fix two build depend issues
Jo-Philipp Wich [Fri, 23 Oct 2015 12:19:45 +0000 (14:19 +0200)]
python: fix two build depend issues
Build depends must refer to the source package name, not the binary one,
therefore we need to use `bzip2` in order to enforce a build of libbz2.so.
Also make the host python build depend on the bzip2 host build in order to
ensure that host python is built with bzip2 support. We don't need a build
dependency for the target python as this already depends on +libbz2 through
python-light. That package dependency in turn implies a build dependency.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Steven Barth [Thu, 22 Oct 2015 08:43:43 +0000 (10:43 +0200)]
Merge pull request #1833 from commodo/keepalived-libnl
keepalived: update to use only libnl-genl
Steven Barth [Thu, 22 Oct 2015 08:35:55 +0000 (10:35 +0200)]
Merge pull request #1808 from ryzhovau/mpg123-deps-and-bins
mpg123: simplify dependanciess, add more binaries
Steven Barth [Thu, 22 Oct 2015 08:35:13 +0000 (10:35 +0200)]
Merge pull request #1860 from karlp/libcoap-endian
libcoap: Pass endian flags down to target
Steven Barth [Thu, 22 Oct 2015 08:34:39 +0000 (10:34 +0200)]
Merge pull request #1866 from MikePetullo/libgee
libgee: add new package
Steven Barth [Thu, 22 Oct 2015 08:34:31 +0000 (10:34 +0200)]
Merge pull request #1867 from MikePetullo/lcdgrilo
lcdgrilo: add new package
Nikos Mavrogiannopoulos [Thu, 22 Oct 2015 05:33:06 +0000 (07:33 +0200)]
gnutls: update to 3.4.6
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Michael Heimpold [Wed, 21 Oct 2015 20:55:28 +0000 (22:55 +0200)]
php5: update to 5.6.14
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
John Crispin [Wed, 21 Oct 2015 08:44:49 +0000 (10:44 +0200)]
node-cylon: dont double build firmata and serialport
Signed-off-by: John Crispin <blogic@openwrt.org>
Daniel Golle [Wed, 21 Oct 2015 00:54:17 +0000 (02:54 +0200)]
freeradius2: cleanup init script
The initscript originally imported from oldpackages no longer does
the job, sed'ery around ifconfig is just not the way.
Remove stuff which can also be done via /etc/freeradius2/* or
/etc/default/radiusd instead.
Fixes #1769 and #1193
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
John Crispin [Tue, 20 Oct 2015 13:58:30 +0000 (15:58 +0200)]
libupm: add fixes for 2 sensors
Signed-off-by: John Crispin <blogic@openwrt.org>
Steven Barth [Tue, 20 Oct 2015 11:36:53 +0000 (13:36 +0200)]
Merge pull request #1876 from mlichvar/chrony-update-2.2
chrony: update to 2.2
Steven Barth [Tue, 20 Oct 2015 11:34:32 +0000 (13:34 +0200)]
Merge pull request #1877 from Adze1502/master
mwan3: update to version 1.6-3
John Crispin [Tue, 20 Oct 2015 11:23:30 +0000 (13:23 +0200)]
swig: make it compile even if pcre libs are not available
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Tue, 20 Oct 2015 11:23:01 +0000 (13:23 +0200)]
node: add a python/host dependency
Signed-off-by: John Crispin <blogic@openwrt.org>
Jeroen Louwes [Tue, 20 Oct 2015 08:04:20 +0000 (10:04 +0200)]
mwan3: update to version 1.6-3
Fix for changed location ip binary
Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
Miroslav Lichvar [Tue, 20 Oct 2015 05:46:42 +0000 (07:46 +0200)]
chrony: update to 2.2
Support for authentication with command key was replaced with
communication over Unix domain socket.
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
Pushpal Sidhu [Fri, 16 Oct 2015 21:26:59 +0000 (14:26 -0700)]
gpsd: initial add to packages
This package is currently in oldpackages. Add here to keep support for gpsd.
From oldpackages, this was bumped from 3.10 -> 3.15 and includes an upstream
patch to allow building with musl.
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
Etienne CHAMPETIER [Fri, 16 Oct 2015 15:16:34 +0000 (15:16 +0000)]
zabbix: enable IPv6 support
compile tested on trunk, run tested on CC (ar71xx)
size before:
96757 zabbix-agentd_2.4.6-1_ar71xx.ipk
29180 zabbix-get_2.4.6-1_ar71xx.ipk
258979 zabbix-proxy_2.4.6-1_ar71xx.ipk
35121 zabbix-sender_2.4.6-1_ar71xx.ipk
282885 zabbix-server_2.4.6-1_ar71xx.ipk
size after:
97359 zabbix-agentd_2.4.6-2_ar71xx.ipk
29841 zabbix-get_2.4.6-2_ar71xx.ipk
259948 zabbix-proxy_2.4.6-2_ar71xx.ipk
35801 zabbix-sender_2.4.6-2_ar71xx.ipk
284019 zabbix-server_2.4.6-2_ar71xx.ipk
original PR by Thomas Bahn <thomas-bahn@gmx.net>
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Steven Barth [Mon, 19 Oct 2015 19:27:18 +0000 (21:27 +0200)]
Merge pull request #1847 from jow-/motion-musl-compat
motion: fix segmentation fault under musl libc
John Crispin [Mon, 19 Oct 2015 13:59:58 +0000 (15:59 +0200)]
swig: add PKG_LICENSE_FILE
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Mon, 19 Oct 2015 13:49:38 +0000 (15:49 +0200)]
node-hid: set proper version and revision
* fix revision variables
* fix version variables
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Mon, 19 Oct 2015 13:48:12 +0000 (15:48 +0200)]
node-hid: set proper version and revision
* fix revision variables
* fix version variables
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Mon, 19 Oct 2015 13:47:40 +0000 (15:47 +0200)]
node-cylon: add proper download path and set version properly
* fix version
* fix download path
* fix version variables
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Mon, 19 Oct 2015 13:46:03 +0000 (15:46 +0200)]
node-arduino-firmata: set proper download path and set version properly
* fix download path
* fix version variables
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Mon, 19 Oct 2015 13:55:38 +0000 (15:55 +0200)]
madplay: add PKG_RELEASE and keep oss variants name
* update PKG_RELEASE
* dont change the name of the oss variant
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Fri, 2 Oct 2015 09:04:59 +0000 (11:04 +0200)]
madplay: add alsa build variant
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Sun, 2 Aug 2015 06:27:09 +0000 (08:27 +0200)]
yunbridge: add linux side python code
to make the bridge work we need to run an askfirst instance on the ttyS.
additionally add the lua scripts needed to make REST work. this is really ugly
code but it works. i already cleaned up to the original code, but there are still
issues such as a new luci session being created for each request.
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Wed, 19 Aug 2015 10:50:49 +0000 (12:50 +0200)]
libupm: add package
upm is a sensor library that sits ontop of libmraa. it has support for a large
number of sensors and exports bindings for node, python, ...
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Sun, 2 Aug 2015 06:26:13 +0000 (08:26 +0200)]
libmraa: add mraa including mips platform code
mraa is a lowlevel io bus abstraction layer. it allows us to export bindings for
various linux io busses for node, python, ...
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Sun, 2 Aug 2015 06:26:39 +0000 (08:26 +0200)]
nodejs: add 0.12 version of node
add node-js 0.12 and a few gyp bindings
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Fri, 2 Oct 2015 11:30:29 +0000 (13:30 +0200)]
swig: add host build
this is a binding generator needed to build node plugins
Signed-off-by: John Crispin <blogic@openwrt.org>
Steven Barth [Mon, 19 Oct 2015 08:36:12 +0000 (10:36 +0200)]
Merge pull request #1853 from szogi/master
open2300: re-add to the master, maintainer change, build check format fix
Steven Barth [Mon, 19 Oct 2015 08:35:46 +0000 (10:35 +0200)]
Merge pull request #1864 from mlichvar/chrony-remove-old-files
chrony: remove old files
Steven Barth [Mon, 19 Oct 2015 08:32:37 +0000 (10:32 +0200)]
Merge pull request #1872 from MikePetullo/libdmapsharing
libdmapsharing: update to 2.9.32
Steven Barth [Mon, 19 Oct 2015 08:32:26 +0000 (10:32 +0200)]
Merge pull request #1873 from aTanW/master
gammu: bump to new upstream v1.36.6
aTanW [Mon, 19 Oct 2015 07:26:57 +0000 (10:26 +0300)]
gammu: bump to new upstream v1.36.6
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
W. Michael Petullo [Mon, 19 Oct 2015 02:25:47 +0000 (22:25 -0400)]
libdmapsharing: update to 2.9.32
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Mon, 19 Oct 2015 02:22:08 +0000 (22:22 -0400)]
lcdgrilo: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Mon, 19 Oct 2015 02:20:29 +0000 (22:20 -0400)]
libgee: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Ted Hess [Sat, 17 Oct 2015 14:58:32 +0000 (10:58 -0400)]
mjpg-streamer: Fix build/download order and cambozola repo reference
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Sat, 17 Oct 2015 14:44:30 +0000 (10:44 -0400)]
pianod: Fix build/download order
Signed-off-by: Ted Hess <thess@kitschensync.net>
Miroslav Lichvar [Sat, 17 Oct 2015 12:10:27 +0000 (14:10 +0200)]
chrony: remove old files
Remove files that were accidentally included in the previous merge
(pull request #1802). The obsolete patches are breaking the build now.
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
Steven Barth [Sat, 17 Oct 2015 06:29:38 +0000 (08:29 +0200)]
Merge pull request #1863 from Zokormazo/less
less: update to 481
Ted Hess [Fri, 16 Oct 2015 20:04:32 +0000 (16:04 -0400)]
pianod: Update to latest version, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
Julen Landa Alustiza [Fri, 16 Oct 2015 19:39:19 +0000 (21:39 +0200)]
less: update to 481
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
Steven Barth [Thu, 15 Oct 2015 20:07:03 +0000 (22:07 +0200)]
Merge pull request #1857 from padre-lacroix/bandwidthd
Addition of bandwidthd from the oldpackages
Steven Barth [Thu, 15 Oct 2015 20:04:15 +0000 (22:04 +0200)]
Merge pull request #1861 from hansmi/master
[Unbound] Update to 1.5.5
Michael Hanselmann [Wed, 14 Oct 2015 20:35:44 +0000 (22:35 +0200)]
[Unbound] Update to 1.5.5
Bump unbound to version 1.5.5 released on October 6, 2015.
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
Karl Palsson [Wed, 14 Oct 2015 17:18:08 +0000 (17:18 +0000)]
libcoap: Pass endian flags down to target
Fixes github issue #1856
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
Jean-Michel Lacroix [Mon, 12 Oct 2015 19:49:43 +0000 (15:49 -0400)]
Addition of bandwidthd from the oldpackages
Signed-off-by: Jean-Michel Lacroix lacroix@lepine-lacroix.info
Steven Barth [Tue, 13 Oct 2015 09:30:39 +0000 (11:30 +0200)]
Merge pull request #1858 from oneru/patch-1
Fwknop: Fix setting getting overwritten
Miroslav Lichvar [Tue, 22 Sep 2015 18:54:41 +0000 (20:54 +0200)]
chrony: import from oldpackages
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
Steven Barth [Tue, 13 Oct 2015 06:52:39 +0000 (08:52 +0200)]
Merge pull request #1766 from hnyman/fix-collectd-dns
collectd: Delay first data read cycle by 1s
Steven Barth [Tue, 13 Oct 2015 06:51:25 +0000 (08:51 +0200)]
Merge pull request #1799 from luizluca/sane
sane-backends: import from oldpackages (v2)
Steven Barth [Tue, 13 Oct 2015 06:50:39 +0000 (08:50 +0200)]
Merge pull request #1800 from TuxCoder/master
chaosvpn: add new package
Jonathan Bennett [Tue, 13 Oct 2015 03:28:28 +0000 (22:28 -0500)]
Fwknop: Fix setting getting overwritten
A typo in the init file was causing a certain setting to be overwritten on every daemon start.
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
Gabor SZOLLOSI [Mon, 12 Oct 2015 18:36:23 +0000 (20:36 +0200)]
open2300: added license informations
Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
Matteo Croce [Mon, 12 Oct 2015 16:57:03 +0000 (18:57 +0200)]
Merge pull request #1849 from drizzt/master
fwknop: fix building without gpg
Steven Barth [Mon, 12 Oct 2015 15:02:41 +0000 (17:02 +0200)]
Merge pull request #1806 from ryzhovau/smstools3-compile-flags
smstools3: fix CFLAGS and LFLAGS
Matthias Schiffer [Mon, 12 Oct 2015 13:22:12 +0000 (15:22 +0200)]
ethtool: update to v4.2
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Gabor SZOLLOSI [Sun, 11 Oct 2015 19:19:02 +0000 (21:19 +0200)]
open2300: build check format fix
Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
Gabor SZOLLOSI [Sun, 11 Oct 2015 19:13:08 +0000 (21:13 +0200)]
open2300: format security off
Luiz Angelo Daros de Luca [Fri, 21 Aug 2015 18:07:01 +0000 (15:07 -0300)]
sane-backends: import from oldpackages and update
Changes since oldpackages:
- updated to 1.0.25
* most of openwrt patches are upstreamed now
- cups dependency was completely removed
- small musl patch
- small uclibc patch
- removed link to extra libraries in libsane (used only
for preload backends)
- sane-libs and sane-backends merged and exploded into
individual packages for each backend:
* libsane for sane library (which backends should dep on)
* sane-daemon for saned daemon
* sane-xxx for sane backend for xxx
** each backend has its own custom dep libraries
* sane-backends-all (with no files) that deps on all backends
* sane-qcam is only available for x86/x86_64
** other archs does not implement inb/outb (at least in musl)
Now it is possible to use SANE with much less FS space (KB
instead of MB).
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Gabor SZOLLOSI [Sat, 10 Oct 2015 23:44:11 +0000 (01:44 +0200)]
open2300: re-add to the master, maintainer change
Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
Timothy Redaelli [Tue, 1 Sep 2015 13:21:35 +0000 (15:21 +0200)]
fwknop: fix building without gpg
Álvaro Fernández Rojas [Thu, 8 Oct 2015 09:28:11 +0000 (11:28 +0200)]
unrar: update to v5.3.5
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Thu, 8 Oct 2015 09:17:43 +0000 (11:17 +0200)]
flashrom: make flashrom-full the default variant, remove empty dependencies
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Thu, 8 Oct 2015 09:16:34 +0000 (11:16 +0200)]
dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Jo-Philipp Wich [Thu, 8 Oct 2015 00:10:22 +0000 (02:10 +0200)]
motion: fix segmentation fault under musl libc
During startup, motion calls pthread_getspecific() through motion_log()
before pthread_key_create() has been called yet. This works on glibc and
uclibc but segfaults on musl because motion is relying on undefined
behaviour here.
Move the pthread initialization before motion_startup() so that
tls_key_threadnr is initialized when motion_log() is called.
Also enforce the use of strerror_r() on musl by defining XSI_STRERROR_R
on all non-glibc systems because the supposed replacement code is broken
and crashes on musl.
References:
http://www.lavrsen.dk/foswiki/bin/view/Motion/BugReport2015x09x30x203633
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Stefan Hellermann [Wed, 7 Oct 2015 06:40:37 +0000 (08:40 +0200)]
add dfu-programmer
dfu-programmer is a Device Firmware Update based USB programmer for
Atmel chips with a USB bootloader. It's comparable to avrdude, but
optimized for Atmel chips with integrated USB DFU Bootloader.
Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
Nikos Mavrogiannopoulos [Wed, 7 Oct 2015 14:38:19 +0000 (16:38 +0200)]
ocserv: updated to 0.10.9
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Hannu Nyman [Wed, 7 Oct 2015 09:51:33 +0000 (12:51 +0300)]
collectd: Delay first data read cycle by 1s
Some collectd plugins launch third-party plugins that have variation in
initialisation time (like libpcap). Recently (since kernel bump to 4.1)
the DNS plugin has been causing collectd to crash semi-randomly at startup
on MIPS based WNDR3700.
Debugging led to realisation that the DNS plugin seems to require at least
0.1s time to start, before the first data reading attempt starts.
By default, the first data read cycle starts immediately, while apaprently
some of the plugins may still be asyncronously initialising. To make things
safe, this patch adds 1 second delay before the first data read cycle.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Steven Barth [Tue, 6 Oct 2015 07:03:42 +0000 (09:03 +0200)]
all: get rid of kmod-ipv6 dependencies
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Tue, 6 Oct 2015 07:00:18 +0000 (09:00 +0200)]
Merge pull request #1837 from cyanidium/master
nut: add dev headers, nut-web-cgi and nut-avahi-service, bugfix
Steven Barth [Tue, 6 Oct 2015 06:58:41 +0000 (08:58 +0200)]
Merge pull request #1843 from oskar456/aiccugnutls
aiccu: split into default and gnutls variant
Ondřej Caletka [Mon, 5 Oct 2015 12:44:39 +0000 (14:44 +0200)]
aiccu: split into default and gnutls variant
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
Daniel Golle [Mon, 5 Oct 2015 10:57:03 +0000 (12:57 +0200)]
lvm2: update to version 2.02.132
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Marcel Denia [Sun, 4 Oct 2015 18:13:11 +0000 (20:13 +0200)]
perl-parse-recdescent: Update to 1.967013
Signed-off-by: Marcel Denia <naoir@gmx.net>
Álvaro Fernández Rojas [Sun, 4 Oct 2015 14:44:53 +0000 (16:44 +0200)]
shairport-sync: fix build when both variants are selected
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Sun, 4 Oct 2015 14:20:41 +0000 (16:20 +0200)]
flashrom: switch to build variants instead of config options
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>