Commit graph

2059 commits

Author SHA1 Message Date
Rosen Penev
e2d5f0b8ff
Merge pull request #8851 from luizluca/sane-usblp
sane-backends: rebind printers to usblp after scan
2019-05-02 00:04:09 -07:00
Luiz Angelo Daros de Luca
7dd2e1776e sane-backends: rebind printers to usblp after scan
While scanning, sane unbinds usb device from usblp module. This
patch creates a saned wrapper that keep track of all usb devices
binded to usblp before saned is launched and rebind them back
if not still bound after saned exits.

This workaround is only effective if saned is launched by a super
daemon like xinetd as it needs to exit after scan job finish. If
not, printing will not be available while saned service is running.

Write access to /sys/bus/usb/drivers/usblp/bind is required. So,
normally it would require root access.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-05-02 03:31:45 -03:00
Rosen Penev
bae0448263
device-observatory: Fix compilation with uClibc-ng
Two protocol definitions are missing. Took values from Musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-01 12:26:25 -07:00
Rosen Penev
8e6f049b26
treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILES
The latter is actually what is used by the build system. Increased
PKG_RELEASE for all packages as this changes the ipk.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-30 14:52:57 -07:00
Rosen Penev
aa06af37a1
Merge pull request #8775 from neheb/sumo
sumo: Update to 1.1.0
2019-04-30 11:52:11 -07:00
Yousong Zhou
8875e3c513 qemu: bump to version 4.0.0
Group configure options by the functionality category they roughly
belong to

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-04-30 12:46:45 +00:00
Luiz Angelo Daros de Luca
fedc5cf5a4 hplip: bump to 3.19.3
040-fix_bool.patch: fixed upstream
060-fix-uclibc.patch: workaround for uclibc build (arc_arc700)

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-04-30 00:42:49 -03:00
Rosen Penev
62eebff668
Merge pull request #7641 from marcin1j/pr/20181211-owfs-remove-avahi-dependency
owfs: disable avahi dependency
2019-04-29 10:54:39 -07:00
champtar
b30fcbb99c
Merge pull request #8657 from klukonin/Prometheus_add_more_metrics
prometheus-node-exporter-lua: Add more wifi_station metrics
2019-04-28 12:42:50 -03:00
Stijn Tintel
990b083990
Merge pull request #8801 from neheb/domo
domoticz: fix boost 1.70 compat
2019-04-26 11:55:09 +03:00
Yuhei OKAWA
ae34387186 open-vm-tools: bump to 10.3.10
Tested on ESXi 6.7

Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
2019-04-26 10:31:34 +08:00
Rosen Penev
b07e20ecbf
Merge pull request #8704 from rosysong/ntfs-3g
ntfs-3g: allow build without ntfs3g.probe utility
2019-04-25 17:04:24 -07:00
Rosen Penev
3fc9f0a108
domoticz: fix boost 1.70 compat
This is an upstream backport that deals with an API change in Boost.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-25 16:47:14 -07:00
Rosen Penev
9b1bb1b80a
Merge pull request #8762 from jefferyto/slide-switch-0.9.4
slide-switch: Update to 0.9.4
2019-04-25 10:46:32 -07:00
Jeffery To
aba17784fa slide-switch: Update to 0.9.4
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-04-25 19:48:48 +08:00
Florian Eckert
d826eb27f4 collectd: update forgotten PKG_RELEASE number after last change
Update PKG_RELEASE mumber.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-04-25 12:57:54 +02:00
Florian Eckert
6382a043b0
Merge pull request #8138 from TDT-AG/pr/20190206-collectd
collectd: enable lua support
2019-04-25 12:44:31 +02:00
Florian Eckert
30db5cc1c1 collectd: fix lua callback registration
If you want to register more than one lua plugin, you cannot start the
collectd.

You get always the error message:

"The read function "lua/(null)" is already registered. Check for
duplicates in your configuration!"

This is not what I expect and what the documenation says.
With this change it is now possible to registrate more then one lua
Script.

See https://github.com/collectd/collectd/pull/2379

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-04-25 11:13:52 +02:00
Florian Eckert
be86e43e22 collectd: enable lua support
This will enable the lua support for collectd.
The new package name is collectd-mod-lua

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-04-25 11:13:52 +02:00
Jianhui Zhao
49984c2e22 rtty: update to 6.6.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2019-04-25 11:54:35 +08:00
Hannu Nyman
aee8628696 nano: update to 4.2
* update nano to 4.2

Release notes at https://nano-editor.org/news.php

2019.04.24 - GNU nano 4.2
* The integrated spell checker does not crash when 'spell' is missing.
* Option --breaklonglines works also when --ignorercfiles is used.
* Automatic hard-wrapping is more persistent in pushing words to the
  same overflow line.

Tested with ipq806x/R7800 and mvebu/WRT3200ACM

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-04-24 16:22:11 +03:00
Rosen Penev
01e479d56d
sumo: Update to 1.1.0
Cleaned up Makefile slightly. Updated URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-23 16:20:36 -07:00
Florian Eckert
3b8085b57f
micrond: use procd for service start
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2019-04-22 19:32:40 +02:00
Florian Eckert
ad697d867e
micrond: initial check-in from freifunk-gluon package feed
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-04-22 19:32:39 +02:00
Amol Bhave
bea3caf836 zstd: bump zstd version to 1.4.0
This diff bumps the zstd version to 1.4.0

Tested with NBG6817

Signed-off-by: Amol Bhave <ambhave@fb.com>
2019-04-21 12:32:51 -07:00
Rosy Song
aa5ac89d85 ntfs-3g: allow build without ntfs3g.probe utility
This can save ~1024 Bytes size for the ipk

Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-18 16:09:30 +08:00
Hannu Nyman
5c212b1a13 nano: update to 4.1
* update nano to 4.1
* implement Makefile style changes proposed in #8483

Release notes at https://nano-editor.org/news.php

2019.04.15 - GNU nano 4.1
* By default, a newline character is again automatically added at the
  end of a buffer, to produce valid POSIX text files by default, but
  also to get back the easy adding of text at the bottom.
* The now unneeded option --finalnewline (-f) has been removed.
* Syntax files are read in alphabetical order when globbing, so that
  the precedence of syntaxes becomes predictable.
* In the C syntax, preprocessor directives are highlighted differently.
* M-S now toggles soft wrapping, and M-N toggles line numbers.
* The jumpy-scrolling toggle has been removed.
* The legacy keystrokes ^W^Y and ^W^V are recognized again.
* Executing an external command is disallowed when in view mode.
* Problems with resizing during external or speller commands were fixed.

Tested with ipq806x R7800

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-04-16 18:19:00 +03:00
Michael Heimpold
6aab70df4c mmc-utils: update to latest git head
Also add some valueable patches from mailing-list - upstream seems not
to care so much about, but giving them a broader audience does not hurt.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-04-15 21:38:41 +02:00
Kirill Lukonin
5eb8e47df2 prometheus-node-exporter-lua: Add more wifi_station metrics and fix naming according to original wifi_linux.go node exporter
Signed-off-by: Kirill Lukonin <klukonin@gmail.com>
2019-04-15 12:51:11 +05:00
Rosen Penev
6326b48d4b
Merge pull request #8189 from jefferyto/rtty-init
rtty: Update init script
2019-04-14 23:39:38 -07:00
Daniel Golle
f70364df8b collectd: backport modbus improvements
* 938897a2 Add scale and shift to modbus plugin
 * 60280b80 correcting all the wrongs
 * a00ab529 Add support for RS485 to modbus plugin

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-04-14 03:18:24 +02:00
Rosen Penev
045da6f2d4
Merge pull request #8182 from jefferyto/gpsd-init
gpsd: Update init script
2019-04-12 12:03:56 -07:00
Marcin Jurkowski
b688595812 owfs: disable avahi dependency
Avahi is not a mandatory owfs dependency so disable it to avoid
Avahi/DBus daemons bloat.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2019-04-12 18:19:26 +02:00
Rosen Penev
cdda63d177
Merge pull request #8634 from ja-pa/yara-3.9.0
yara: update to version 3.9.0
2019-04-11 09:43:16 -07:00
Rosen Penev
b2db7f8954
device-observatory: Add depend on vim to avoid build failure
/bin/sh: 2: xxd: not found
/bin/sh: 2: xxd: not found
Makefile:24: recipe for target 'src/files.h' failed
make[4]: *** [src/files.h] Error 127

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-10 16:23:55 -07:00
Rosen Penev
773c19afad
ttyd: Add dependency for vim
Needed to avoid error in case xxd is not installed:

[ 16%] Generating html.h from index.html
/bin/sh: 1: CMAKE_XXD-NOTFOUND: not found
CMakeFiles/ttyd.dir/build.make:61: recipe for target 'html.h' failed
make[6]: *** [html.h] Error 127

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-10 16:23:20 -07:00
Rosen Penev
8e93386b80
vim: Add host build to install xxd
Packages such as ttyd and device-observatory need this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-10 16:23:00 -07:00
Rosen Penev
55a1059032
Merge pull request #8628 from mans0n/i2c-tools
i2c-tools: add license and tool
2019-04-10 15:02:10 -07:00
Jan Pavlinec
df00abe9c5
yara: update to version 3.9.0
Changes:
Remove merged patch for OpenSSL THREADID
Add PKG_CPE_ID

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-04-09 14:23:07 +02:00
Sungbo Eo
5c9207a3c9 i2c-tools: add license and tool
libi2c is licensed under the LGPL.
And i2ctransfer has been added to the tools since 4.0.

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
2019-04-09 14:46:37 +09:00
Alex Tomlins
4b6f76bfac prometheus-node-exporter-lua: Bump PKG_RELEASE
Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
2019-04-08 19:52:32 +01:00
Alex Tomlins
1237e196b4 prometheus-node-exporter-lua: Add wifi_station_count
To return the number of connected clients.

At present this can be partially inferred by using a count() over one of
the existing metrics, however this doesn't handle the case when there
are no connected clients. When that happens, the count() will return no
data instead of 0.

Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
2019-04-08 19:39:34 +01:00
Alex Tomlins
a45c702baa prometheus-node-exporter-lua: wifi packets should be a counter
These output a count of the number of packets transmitted/received, so
should be tracked as a counter. As it stands, promtool is warning that
these shouldn't be named ending _total if they're a gauge.

Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
2019-04-08 19:39:34 +01:00
Rosen Penev
09bf682749
Merge pull request #8229 from lucize/powertop
powertop: add package
2019-04-07 14:45:57 -07:00
Lucian Cristian
3f36168651 powertop: add package
package for monitoring power consumption
001 and 002 patches are taken from Alpine Linux

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-04-08 00:29:33 +03:00
Rosen Penev
68ab6919fd
unrar: Update to 5.7.3
Added -fno-rtti and -nodefaultlibs for slightly smaller size.

Also added LTO for a close to 25kb size reduction.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-05 18:24:33 -07:00
Rosen Penev
a5d85b71ac
Merge pull request #8586 from alext/fix_conntrack_collector
prometheus-node-exporter-lua: fix missing conntrack values
2019-04-04 14:58:17 -07:00
Alex Tomlins
deab22044b prometheus-node-exporter-lua: Bump PKG_RELEASE
Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
2019-04-04 22:28:40 +01:00
Tibor Dudlák
b99d701318
tang: Add package into tree
Tang is lightweight server for binding data to network presence.
---
Tang's source: https://github.com/latchset/tang

Maintainer: @Tiboris

Compile tested: (mips, TL-WR842N, 17.01.4, r3560-79f57e422d)

**Tang requires a few other software libraries:**

1. libhttp-parser
2. xinetd's socket activation
3. jose >= 8

**Two new files compared to tang upstream:**
- tangdx : configuration file for xinetd
- tangdw : wrapper for tangd service
	- puts timestamp when service activated, and
	- redirects stderr to log file in /var/log/

**Removed systemd requirement**

Signed-off-by: Tibor Dudlák <tdudlak@redhat.com>
2019-04-04 01:20:12 +02:00
Karel Kočí
6b168f60d2
btrfs-progs: drop unnecessary Kconfig dependency
Signed-off-by: Karel Kočí <cynerd@email.cz>
2019-04-03 22:21:28 +02:00