Commit graph

2961 commits

Author SHA1 Message Date
Matteo Cicuttin
941d6bd288 gnuplot: Updated gnuplot to 5.4.0
Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
2020-07-24 10:34:58 +02:00
Nuno Goncalves
5466acd837 gl-mifi-mcu: add GL.iNet GL-MiFI power monitoring kernel module
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2020-07-23 21:38:48 +02:00
Florian Eckert
41e6cc2768
Merge pull request #12849 from TDT-AG/pr/20200717-docker-ce
docker-ce: add reload handling
2020-07-21 10:07:28 +02:00
Florian Eckert
2d27c4a10c docker-ce: add reload handling
If the uci configuration is changed send dockerd a SIGHUP to reload the
generated daemon.json file with the new configuration.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-21 10:04:39 +02:00
Gérondal Thibault
5d42bf7550 prometheus-node-exporter-lua: Makefile alphabetical ordering
Signed-off-by: Gérondal Thibault <contact@tycale.be>
2020-07-20 13:11:04 -10:00
Gérondal Thibault
e2b3fec6bf prometheus-node-exporter-lua: uci_dhcp_host module
Extract data from configuration file /etc/config/dhcp and create labels
{name, ip, mac, dns} via uci. Those labels are useful in order to craft
complex prometheus queries as replacing the MAC address to a custom
name.  E.g.: wifi_station_signal_dbm * on (mac) group_left(name)
uci_dhcp_host or on (mac) label_replace(wifi_station_signal_dbm, "name",
"$1", "mac", "(.+)")

Signed-off-by: Gérondal Thibault <contact@tycale.be>
2020-07-20 13:11:04 -10:00
Rosen Penev
04e2a1c03e
Merge pull request #12863 from neheb/flash
flashrom: switch to building with meson
2020-07-19 14:48:08 -07:00
Rosen Penev
48f95c9016
Merge pull request #12818 from neheb/ncd
ncdu: update to 1.15.1
2020-07-19 14:45:24 -07:00
Rosen Penev
81618c5465
flashrom: switch to building with meson
Added patches to fix meson compilation.

Reworked flashrom.mk to work with meson.

Several minor Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-19 14:43:13 -07:00
Rosen Penev
6cb43fd1df
Merge pull request #12859 from neheb/gpg
gnupg: fix compilation with GCC10
2020-07-18 10:31:49 -07:00
Hannu Nyman
28cf201290 haveged: update to 1.9.13
Update haveged to version 1.9.13.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-07-18 14:11:34 +03:00
Rosen Penev
0cca8638b5
gnupg: fix compilation with GCC10
A bit ugly but it works.

Added PKG_BUILD_PARALLEL for faster compilation.

Fix license information.

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-17 20:30:19 -07:00
Rosen Penev
9be25ea64b
Merge pull request #12824 from neheb/prog
progress: update to 0.15
2020-07-17 15:05:14 -07:00
Jianhui Zhao
a379f6c051 rtty: update to 7.1.4
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-07-17 20:32:14 +08:00
Jeffery To
34a3e58a12 golang: Add GO_PKG_TAGS for Go packages
This adds a new Makefile variable, GO_PKG_TAGS, for Go packages. When
set, the value is passed as the parameter of the -tags option for 'go
install'.

This also updates syncthing to use this variable.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-07-15 21:09:17 -10:00
Rosen Penev
433f947dea
openzwave: fix pkgconfig libdir paths
It's currently pointing to the host.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-15 12:06:17 -07:00
Rosen Penev
445f242f8e
progress: update to 0.15
Fix license information.

Use PKG_INSTALL and PKG_BUILD_PARALLEL for consistency and faster
compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-15 12:04:08 -07:00
Rosen Penev
b0d6ada6f5
ncdu: update to 1.15.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-15 11:58:04 -07:00
Yousong Zhou
7a98f0b370 qemu: explictly --disable-linux-io-uring
Fixes openwrt/packages#12808

Reported-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-07-14 21:24:39 +08:00
Rosen Penev
0f25c979b2
Merge pull request #12747 from neheb/tess
tesseract/leptonica: switch to CMake
2020-07-13 21:05:48 -07:00
Rosen Penev
2c0fbe1299
Merge pull request #12785 from G-M0N3Y-2503/cache-domains-reliability-fix
cache-domains: Improved configure reliability
2020-07-12 18:00:47 -07:00
Rosen Penev
5ddd4a90e7
Merge pull request #12710 from computersforpeace/br
bottlerocket: new package
2020-07-12 17:58:30 -07:00
Rosen Penev
9f98411089
mg: update to 6.7
Fixes GCC10 compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-11 15:07:27 -07:00
Gerard Ryan
af8d806407 cache-domains: Improved ifup hotplug reliability
I've noticed that in deployment on some reboots it won't configure,
This seems to be due to running before the system/network is ready.

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-07-11 22:36:15 +10:00
Michal Hrusecky
68bf6c95ec mariadb/libmariadb: Take over as a maintainer
Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
2020-07-09 14:39:43 +02:00
Rosen Penev
ea5405bfa6
tesseract: switch to CMake
Allows simplifying the Makefile. Also faster compilation.

Added CMake patch to fix compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-08 16:59:00 -07:00
Sebastian Kemper
70dcf9aa84 mariadb: remove maintainer
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-07-08 18:29:07 +02:00
Rosen Penev
bf0619b3fa
fish: remove CMAKE_INSTALL
PKG_INSTALL is already default. There's also no need for InstallDev.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-07 16:03:53 -07:00
Rosen Penev
c1811647b9
Merge pull request #12740 from zhanhb/conffiles
treewide: add and fix conffiles
2020-07-07 15:03:54 -07:00
Rosen Penev
fb52699d76
Merge pull request #12742 from datafl4sh/datafl4sh/add_gnuplot_package
gnuplot: Fixed dependencies.
2020-07-07 14:55:34 -07:00
Florian Eckert
7765f5c602 docker-ce: update PKG_RELEASE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-07 15:03:28 +02:00
Florian Eckert
2407497230 docker-ce: cleanup firewall rules on service stop
Until now, the firewall rules from the dockerd were preserved after the
service was stopped. This is not nice. With this change the firewall rules
created by dockerd will be deleted when the dockerd service is stopped.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-07 15:03:28 +02:00
Florian Eckert
a3d8d7d997 docker-ce: remove obsulte docker default configuration file
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-07 15:03:28 +02:00
Florian Eckert
b9b565e068 docker-ce: add uci support for dockerd
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-07 15:03:28 +02:00
Matteo Cicuttin
cf5051985e gnuplot: Fixed dependencies.
Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
2020-07-07 13:30:50 +02:00
Huangbin Zhan
704e733e51 treewide: fix broken conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-07-07 18:29:13 +08:00
Huangbin Zhan
e4a800f432 treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-07-07 06:27:51 +08:00
Rosen Penev
8f786d3e3c
ykpers: fix compilation with newer json-c
Upstream backport.

Adjusted package to use PKG_INSTALL for consistency between packages.

Added PKG_BUILD_PARALLEL for faster compilation.

Adjusted InstallDev section to install the pkgconf file.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-05 13:25:48 -07:00
Rosen Penev
da5f8669e6
Merge pull request #12669 from neheb/logr
logrotate: update to 3.16.0
2020-07-05 13:22:07 -07:00
Rosen Penev
e30fdaf0a9
Merge pull request #12715 from neheb/can2
canutils: switch to CMake
2020-07-05 09:39:11 -07:00
Alberto Bursi
28bcd19557 syncthing: increase inotify limit
default inotify limits at 8k are
low for serious usage
and the GUI shows errors like
"Failed to start filesystem watcher
for folder XXXX"
increase them with this config file
as instructed by syncthing's FAQ.
https://docs.syncthing.net/users/
faq.html#inotify-limits

Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
[bumped PKG_RELEASE]
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-07-04 20:13:49 -10:00
Rosen Penev
5f9a918c4f
canutils: switch to CMake
Allows simplifying the Makefile. Faster compilation as well.

Revert b70cb0ef5e

That commit was misleading and ended up bloating the Utilities section.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-04 15:30:22 -07:00
Brian Norris
b4c8651eee bottlerocket: new package
As simple package, providing a utility ("br") for controlling X10
home automation Firecracker transmitters over serial.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
2020-07-04 11:25:04 -07:00
Rosen Penev
6f88235f8a
Merge pull request #12689 from jmarcet/docker-ce-update
docker-ce: update to version 19.03.12
2020-07-03 23:44:58 -07:00
Rosen Penev
221bd62f9b
Merge pull request #12693 from datafl4sh/datafl4sh/add_gnuplot_package
gnuplot: Added package.
2020-07-03 23:04:28 -07:00
Javier Marcet
54ae8aab2b docker-compose: Update to version 1.26.2, drop six dep
Signed-off-by: Javier Marcet <javier@marcet.info>
2020-07-03 01:49:55 +02:00
Rosen Penev
371d7b3892
Merge pull request #12606 from neheb/zsh
zsh: update to 5.8
2020-07-02 11:46:18 -07:00
Josef Schlehofer
62513dc576
mc: fix mouse handling
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-07-02 11:01:07 +02:00
Matteo Cicuttin
18e96c897c gnuplot: Added package.
About the patch: Gnuplot build process includes the compilation of some
custom binaries which are subsequently used to generate help files/docs.
Since those binaries are compiled for TARGET, this breaks the build on
the HOST. The patch disables the generation of those binaries (and the
documentation).

Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
2020-07-02 09:58:32 +02:00
Rosen Penev
194bd6ab0a
Merge pull request #12652 from neheb/ykp
ykpers: fix compilation with GCC10
2020-07-01 22:48:34 -07:00
Michael Heimpold
5c92509b0c
Merge pull request #12668 from neheb/oplc
open-plc-utils: fix compilation with GCC10
2020-07-02 07:47:18 +02:00
Rosen Penev
c08d598489
Merge pull request #12684 from neheb/owfs
owfs: fix compilation with GCC10
2020-07-01 22:46:07 -07:00
Rosen Penev
d51084aa75
Merge pull request #12683 from neheb/minic
minicom: fix compilation with GCC10
2020-07-01 22:45:40 -07:00
Rosen Penev
b150324c39
Merge pull request #12671 from zhanhb/postinst-alternatives
treewide: alternatives instead of postinst, {pre,post}rm
2020-07-01 22:43:43 -07:00
Rosen Penev
f3e36ef0bc
Merge pull request #12685 from neheb/squa
squashfs-tools: fix compilation with GCC10
2020-07-01 22:41:52 -07:00
Rosen Penev
f86e3a0a9f tcsh: fix compilation with GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-02 05:58:19 +02:00
Javier Marcet
722d9a9d20 libnetwork: Updated to 026aabaa for docker 19.03.12
Signed-off-by: Javier Marcet <javier@marcet.info>
2020-07-02 03:55:01 +02:00
Javier Marcet
8e91a5076f docker-ce: Updated to 19.03.12
Signed-off-by: Javier Marcet <javier@marcet.info>
2020-07-02 03:55:01 +02:00
Rosen Penev
820022650f
Merge pull request #12666 from neheb/band
bandwidthd: fix compilation with GCC10
2020-07-01 15:16:31 -07:00
Rosen Penev
98c4ab3784
squashfs-tools: fix compilation with GCC10
Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-01 15:14:20 -07:00
Rosen Penev
880636dc73
owfs: fix compilation with GCC10
Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-01 15:07:56 -07:00
Rosen Penev
c6212ea6e9
minicom: fix compilation with GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-01 14:38:08 -07:00
Rosen Penev
961016a84f
Merge pull request #12664 from neheb/dum
dump1900: fix compilation with GCC10
2020-07-01 14:31:52 -07:00
Stijn Tintel
22b695d045
Merge pull request #12665 from neheb/reads
readsb: fix compilation with GCC10
2020-07-01 14:04:04 +03:00
Rosen Penev
40b4ab2333
Merge pull request #12667 from neheb/ocd
openocd: fix compilation with GCC10
2020-07-01 01:43:49 -07:00
Rosen Penev
f7d32f43d8 openocd: fix compilation with GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-01 01:11:42 -07:00
Rosen Penev
528d95564d
logrotate: update to 3.16.0
Fixes compilation with GCC10.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-30 19:45:26 -07:00
Rosen Penev
6617c64487
open-plc-utils: fix compilation with GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-30 19:44:38 -07:00
Rosen Penev
234cc2d061
bandwidthd: fix compilation with GCC10
Added PKG_BUILD_PARALLEL for faster compilation.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-30 14:55:18 -07:00
Rosen Penev
94eacb36ea
readsb: fix compilation with GCC10
Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-30 14:53:21 -07:00
Rosen Penev
59d7475aa6
dump1900: fix compilation with GCC10
Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-30 14:48:58 -07:00
Rosen Penev
cbee15724c
ykpers: fix compilation with GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-29 21:00:13 -07:00
Rosen Penev
811ff39de5
Merge pull request #12651 from aparcar/syncthing-1.6.1
syncthing: bump to 1.6.1
2020-06-29 18:10:58 -07:00
Paul Spooren
172221104c syncthing: bump to 1.6.1
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-06-29 15:05:21 -10:00
Rosen Penev
5b77bdaca5
Merge pull request #12607 from neheb/swg
swig: update to 4.0.2
2020-06-29 15:17:57 -07:00
Paul Spooren
e2fe9bda3d syncthing: Fix GO_PKG_LDFLAGS_X position
Setting the GO_PKG_LDFLAGS_X after including golang-package does not
include them anymore after commit 25a7f00. By adding flags before they
are correctly loaded and included in `syncthing` binary.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-06-27 10:30:29 -10:00
Etienne Champetier
ab5bbd9b25
Merge pull request #12342 from PolynomialDivision/feature/add_dawn_node_exporter
prometheus-node-exporter-lua: add dawn exporter
2020-06-27 11:36:52 -04:00
Nick Hainke
c8d1a3b60c prometheus-node-exporter-lua: add dawn exporter
DAWN is a decentralized WiFi Controller.
https://github.com/berlin-open-wireless-lab/DAWN

The node exporter allows to gather statistics about your network:
- Infos about AP (Channel Utilization, Station Count, ...)
- Connected Clients (Signal, Capabilities)

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-06-26 15:20:03 +02:00
Gerard Ryan
e3150a5854 cgroupfs-mount: Updated with git version
* People seem to be dependent on this specific version so we switched to git versioning

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-06-26 20:22:57 +10:00
Rosen Penev
2491bcf81b
xfsprogs: fix compilation with uClibc-ng
MAP_SHARED_VALIDATE is completely missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:45:15 -07:00
Rosen Penev
8ad11dcd22
swig: update to 4.0.2
Fix license information.

Add URL.

Add HOST_BUILD_PARALLEL for faster compilation.

Add PKG_HOST_ONLY to signify that this is to be used as a host package
only.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:41:49 -07:00
Rosen Penev
1abf4f3884
zsh: update to 5.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:41:09 -07:00
Rosen Penev
f8c1cffe07
Merge pull request #12355 from kuoruan/open-vm-tools
open-vm-tools: add new package open-vm-tools-fuse
2020-06-25 07:00:20 -07:00
Xingwang Liao
704b68c7d6 open-vm-tools: add new package open-vm-tools-fuse
Link: https://kb.vmware.com/s/article/60262

Add new package to support Shared Folders user mode FUSE client.

Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
2020-06-25 17:43:36 +08:00
Luiz Angelo Daros de Luca
c3c7841ff2
Merge pull request #12430 from neheb/sane
sane-backends: update to 1.0.30
2020-06-25 00:10:40 -03:00
Florian Eckert
6d34208c57 collectd: update PKG_RELEASE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-24 20:10:07 +02:00
Florian Eckert
d2d6220476 collectd: remove quotation on interval this is an number
The value is a number and not a string.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-24 20:09:09 +02:00
Florian Eckert
50f56c2ede collectd: move include line
Currently the init script generates a config file from uci, that has the
include line before the interval line. This means, that anything happening
in the include directory does not yet see the changed Interval.

Moving the include line before the uci generation process fix this issue.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-24 20:09:09 +02:00
Florian Eckert
5afad91d36 collectd: update PKG_RELEASE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-24 13:20:59 +02:00
Florian Eckert
e7054e7e79 collectd: fix ubi data source type
Currently the values are stored in the ubi plugin as data source type
`counter`. But this makes no sense, because the values change very slowly
and I don't want to know the rate of change. It is better to store the
value as data source type `gauge`. Then I can see the current value.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-24 13:20:26 +02:00
Florian Eckert
a481a2006c collectd: add ubi uci and plugin info
Add uci binding for ubi plugin.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-24 13:20:11 +02:00
Florian Eckert
46f2476875 collectd: enable ubi plugin
Enable ubi plugin.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-24 13:19:57 +02:00
Rosen Penev
8873f055d4
Merge pull request #12577 from neheb/shado
added libxcrypt and used for shadow-utils
2020-06-23 15:02:37 -07:00
Rosen Penev
9c772c136b
Merge pull request #12548 from neheb/power
powertop: fix compilation with glibc
2020-06-23 13:50:28 -07:00
Huangbin Zhan
48ef683087 tar: alternatives instead of postinst
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-06-23 22:43:40 +08:00
Huangbin Zhan
4dfb0645e9 sed: alternatives instead of postinst
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-06-23 22:40:35 +08:00
Huangbin Zhan
77cc346438 gzip: alternatives instead of postinst
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-06-23 22:37:43 +08:00
Huangbin Zhan
413027e865 grep: alternatives instead of postinst
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-06-23 22:32:33 +08:00
Rosen Penev
adf9c24949
shadow: use libxcrypt
Since size is not a problem here, use libxcrypt to avoid algorithm
availability. Changed default to bcrypt as that's the strongest
supported by shadow-utils.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-22 18:33:17 -07:00
Rosen Penev
fc7e2dd562
Merge pull request #12566 from zhanhb/which
which: new package
2020-06-22 18:00:39 -07:00