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
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
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