1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-29 12:24:17 +02:00
Commit Graph

2983 Commits

Author SHA1 Message Date
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
Florian Eckert
3031fb3670
Merge pull request #12560 from G-M0N3Y-2503/feature_docker-ce_update
docker-ce: Updated to 19.03.11, updated relevant dependencies and script simplification
2020-06-22 13:28:32 +02:00
Hannu Nyman
6392d50c31 haveged: update to 1.9.12
Update haveged to version 1.9.12

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-06-21 23:22:52 +03:00
Huangbin Zhan
35e1d14d2a which: new package
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-06-22 03:40:52 +08:00
Gerard Ryan
10652158cf docker-ce: Updated to 19.03.11
* Automated dependency version checking

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-06-20 19:59:56 +10:00
Gerard Ryan
845cc4e572 libnetwork: Updated to 153d0769 for docker 19.03.11
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-06-20 19:59:45 +10:00
Gerard Ryan
07b042c53e docker-ce: Simplified config layout for menuconfig
cgroupfs-mount: Replaced dependency with cgroup config option

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-06-20 19:38:50 +10:00
Rosen Penev
18f3410ac4
idevicerestore: update to 1.0.0
Switched to upstream tarballs as they are now available

Removed autoreconf as a result.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-19 23:16:34 -07:00
Rosen Penev
e480fa8b33
usbmuxd: update to 1.1.1
Switched to upstream tarballs as they are now available.

Removed autoreconf as a result.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-19 23:16:34 -07:00
Rosen Penev
7e59e8947a
powertop: fix compilation with glibc
It seems several libraries need to be linked.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-18 15:29:24 -07:00
Kuan-Yi Li
f40a0cf5e4 kmod: fix ALTERNATIVES
ALTERNATIVES shall be defined in the package where /sbin/kmod resides --
otherwise kmod tools will break if we install only the library as these
tools will be linked to a nonexistent executable.

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
2020-06-18 16:41:51 +08:00
Rosen Penev
e8ebbd69c5
Merge pull request #12530 from neheb/shadd
shadow: don't compile bcrypt for unsupported platforms
2020-06-18 01:02:47 -07:00
David Woodhouse
34f7b0092f openzwave: update to 1.6.1149
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-17 22:39:15 +01:00
Hannu Nyman
4f0c847828 irqbalance: fix socket directory and create it
Irqbalance defines /run/irqbalance dir for its socket
communication between irqbalance and its UI. /run does not exist
in OpenWrt (although it is defined by the Linux FHS), so the
socket creation fails. Although we do not compile UI and thus
the issue is not critical to us, fix the directory location.

Additionally, the creation is originally handled by a systemd
init script that we do not use.

* patch source to define dir as /var/run/irqbalance
* create the dir in the procd init script.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-06-17 23:29:13 +03:00
Rosen Penev
4e8b188760
shadow: don't compile bcrypt for unsupported platforms
If musl has no bcrypt:

passwd: failed to crypt password with salt '$2a$13$w8EJ0Yfz5bGsG4U/0m7bk/': Function not implemented
The password for root is unchanged.

glibc output as it has no bcrypt:

passwd: failed to crypt password with salt '$2a$13$xbpmAYmq6Q/rZN5jOlNxJZ': Invalid argument
The password for root is unchanged.

--without-bcrypt output:

Invalid ENCRYPT_METHOD value: 'BCRYPT'.
Defaulting to DES.
passwd: password changed.

The solution was tested on glibc despite using a musl specific variable
Still works.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-16 15:23:17 -07:00
Rosen Penev
9c6beaabe0
Merge pull request #12461 from jefferyto/python-package-variants
python-packages: Remove variants
2020-06-15 00:15:16 -07:00
Daniel Golle
74315625b9 pcsc-lite: update to version 1.9.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-06-14 23:20:53 +01:00
Hannu Nyman
ca30b0ff91 haveged: update to 1.9.11
Update haveged to version 1.9.11

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-06-14 21:12:12 +03:00
Jeffery To
836b67db90
python-packages: Remove variants
These packages were in the PR stage when the cleanup occurred and so
still had VARIANT:=python3.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-06-14 03:29:59 +08:00
Sebastian Kemper
c6f6d1d71d mariadb: move some binaries
Even though I think that mysql_upgrade is a client package (it depends
on the mysql client and it's in the "client" directory in the source
tree, for instance), upstream laid it out differently. Since upstream
commit ec586f5 mysql_upgrade is to be considered a part of the server,
because the COMPONENT argument in the MYSQL_ADD_EXECUTABLE macro is set
to "Server".

That means that mysql_upgrade is only installed when the server is. So
we need to move it back to the server package, otherwise we will have a
build failure when mariadb-client is selected while mariadb-server is
not. This particular build failure was recently a topic on
openwrt-devel.

Some more binaries are moved, following the layout visible in
"man/CMakeLists.txt", to make sure we follow upstream's vision with
regards to how the binaries are packaged.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-06-13 20:05:08 +02:00
Javier Marcet
94dbeabaab docker-compose: fix depends after merge in master and move to utils
Signed-off-by: Javier Marcet <javier@marcet.info>
2020-06-12 11:57:42 +02:00
Lucian Cristian
b3d676babd pciutils: update to 3.7.0
also update the pci.ids

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-06-10 19:49:09 +03:00
Rosen Penev
ce744f6985
Merge pull request #12468 from zhanhb/kmod-alternatives
kmod: add ALTERNATIVES
2020-06-10 01:58:56 -07:00
Rosen Penev
24c822d746
Merge pull request #12469 from neheb/zst
zstd: fix compilation without host distutils
2020-06-09 22:44:51 -07:00
Rosen Penev
ec3798645d
zstd: fix compilation without host distutils
This is the case in debian.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-09 16:31:06 -07:00
Huangbin Zhan
d8663931dd less: update ALTERNATIVES
Avoid conflict with busybox
Closes #11960

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-06-10 07:05:41 +08:00
Huangbin Zhan
8a2420a251 kmod: add ALTERNATIVES
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-06-10 06:38:01 +08:00
Rosen Penev
df812d31eb
Merge pull request #12432 from neheb/yara2
yara: update to 4.0.1
2020-06-08 13:53:24 -07:00
Rosen Penev
e24cf0039b
Merge pull request #12264 from cotequeiroz/ctop-mipsel
ctop: don't build on mipsel
2020-06-08 13:53:01 -07:00
Rosen Penev
e510ad79a4
Merge pull request #12422 from neheb/procpp
procps-ng: update to 3.3.16
2020-06-08 13:52:32 -07:00
Rosen Penev
c92ffe2b05
Merge pull request #12435 from neheb/less
less: update to 562
2020-06-08 13:52:15 -07:00
Rosen Penev
bad7a80a7e
Merge pull request #12452 from jmarcet/ctop-stale-file
ctop: drop .swp file added by mistake
2020-06-08 13:45:33 -07:00
Alberto Bursi
669dddef24 hwinfo: disable compile with uclibc
this package fails to compile with uclibc,
disable it if the uclibc toolchain is selected

Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
2020-06-08 20:05:59 +02:00
Javier Marcet
e97178cfa0 ctop: drop .swp file added by mistake
Signed-off-by: Javier Marcet <javier@marcet.info>
2020-06-08 19:17:23 +02:00
Toke Høiland-Jørgensen
534b88c5f8 flent-tools: Bump to v1.3.2
Also add coreutils-sleep and coreutils-date as dependencies (Flent needs
these for the scripts-based remote data gathering tools).

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2020-06-08 15:14:00 +02:00
Josef Schlehofer
1b86bc11ed
Merge pull request #12407 from dwmw2/domo
Update Domoticz to 2020.2, and its dependencies
2020-06-08 13:20:18 +02:00
Rosen Penev
a3fca68c13
Merge pull request #12423 from neheb/sisp
sispmctl: update to 4.7
2020-06-07 16:00:36 -07:00
Rosen Penev
a09c827f1b
Merge pull request #12424 from neheb/unr
unrar: update to 5.93
2020-06-07 16:00:17 -07:00
Rosen Penev
3f06f4dd2b
Merge pull request #12437 from neheb/fio
fio: update to 3.20
2020-06-07 15:59:35 -07:00
Daniel Golle
9b08f09809
Merge pull request #12441 from neheb/crypts
cryptsetup: update to 2.3.3
2020-06-07 18:55:56 +01:00
Daniel Golle
f603154641 lvm2: update to version 2.03.09
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-06-07 18:54:49 +01:00
Daniel Golle
4de7d7cf10 inotify-tools: update to version 3.20.2.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-06-07 18:54:49 +01:00
Daniel Golle
f0d03ae4f4 ccid: update to version 1.4.32
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-06-07 18:19:18 +01:00
Daniel Golle
a9bb4534c9 gawk: update to version 5.1.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-06-07 18:19:18 +01:00
Rosen Penev
a989f2a2e1
cryptsetup: update to 2.3.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 21:09:27 -07:00
Rosen Penev
3fea104c43
fio: update to 3.20
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 21:06:36 -07:00
Rosen Penev
4834f60f6f
less: update to 562
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 21:04:51 -07:00
Rosen Penev
965f8e38dc
yara: update to 4.0.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 21:02:34 -07:00
Rosen Penev
0bfc120d94
sane-backends: update to 1.0.30
Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 20:59:59 -07:00
Rosen Penev
f061d668ce
klish: update to 2.2.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 16:39:19 -07:00
Rosen Penev
cea0b39778
unrar: update to 5.93
Refreshed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 16:36:14 -07:00
Rosen Penev
c1fa2676d7
sispmctl: update to 4.7
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 16:35:36 -07:00
Rosen Penev
94a0f0eeeb
procps-ng: update to 3.3.16
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 16:34:41 -07:00
Rosen Penev
6ef9d9e794
Merge pull request #12381 from neheb/host
remove pointless host builds
2020-06-06 11:46:17 -07:00
David Woodhouse
27e5626bc5 domoticz: update to 2020.2
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-06 19:39:17 +01:00
David Woodhouse
4a5ddf7202 domoticz: Fix libmosquitto dependency, use dynamic libjsoncpp.
Domoticz doesn't use libmosquittopp any more as it was deprecated. It
has its own copy. It can also use the system libjsoncpp, so do that too.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-06 19:39:17 +01:00
David Woodhouse
845ff36953 domoticz: take ownership
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-06 19:39:17 +01:00
David Woodhouse
ea8f5a173b openzwave: update to 1.6.1134
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-06 19:37:54 +01:00
David Woodhouse
e5603c9ef5 openzwave: take ownership
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-06 19:37:54 +01:00
Rosen Penev
907a333fae
Merge pull request #12227 from bobafetthotmail/master
hwinfo: add new package
2020-06-05 12:21:19 -07:00
Rosen Penev
a37aa54844
Merge pull request #12384 from neheb/tell
telldus-core: fix compilation with libcxx 10
2020-06-05 12:15:13 -07:00
Rosen Penev
8c23fef9da
zstd: update to 1.4.5
Switch to zst archives for smaller size.

Removed patches in favor of a better solution for uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-03 21:37:03 -07:00
Rosen Penev
177a038f1e
Merge pull request #12378 from neheb/exf
exfat-utils: import from base
2020-06-03 07:36:57 -07:00
Rosen Penev
ef8402fafd
Merge pull request #12256 from neheb/xfs
xfsprogs: import from base
2020-06-03 07:35:36 -07:00
Rosen Penev
e7094f3ef7
telldus-core: fix compilation with libcxx 10
Missing headers and wrong namespace.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-02 16:03:32 -07:00
Rosen Penev
1edad0400b
dbus: remove host build
Nothing uses it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-02 13:16:19 -07:00
Rosen Penev
695b33b0b7
exfatprogs: update to 1.0.3
This release removes iconv dependency which needed nls.mk before.

It also removes the library component.

Switch from old name to new name in Makefile.

Fixed license information.

Several other cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-01 19:12:38 -07:00
Rosen Penev
0d9eab5fff
exfat-utils: rename to exfatprogs as upstream has done
Based on kernel.org feedback, this has been renamed for consistency
between the other filesystem progs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-01 19:11:29 -07:00
Rosen Penev
ad43e523a0
exfat-utils: import from base
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-01 19:10:42 -07:00
Alberto Bursi
509b9d52a0 hwinfo: add new package
add hwinfo package, it is a complete
system hardware detection tool,
similar to lshw but is written in C
and has minimal dependencies.
It is part of core SUSE Linux
applications like Yast installer
and system configurator tool so
it's regularly maintained.

Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
2020-06-01 19:35:42 +02:00
Rosen Penev
1a5e41ba27
Merge pull request #12368 from clehner/ncdu
ncdu: update to 1.15
2020-05-31 14:19:12 -07:00
Rosen Penev
54a7b28f01
Merge pull request #12303 from hammer-is/master
lxc: start() during boot()
2020-05-31 14:00:36 -07:00
Charles E. Lehner
0c8903dbf5
ncdu: update to 1.15
Signed-off-by: Charles E. Lehner <cel@celehner.com>
2020-05-31 16:54:46 -04:00
Rosen Penev
1e8cc14f17
sysstat: update to 12.2.2
Removed default log path as it interferes with the configuration
setting.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-28 12:49:48 -07:00
Álvaro Fernández Rojas
2525bfe2d7 bcm27xx-eeprom: update to latest version
Provides a new stable firmware.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-05-28 11:50:29 +02:00
Rob Mosher
bf668c35b7 acpid: fix init script
init script would error:

procd: /etc/rc.d/S99acpid: /etc/rc.common: /etc/rc.d/S99acpid: line 18: procd_send_signal: not found
procd: /etc/rc.d/S99acpid: /etc/rc.common: /etc/rc.d/S99acpid: line 19: syntax error: unexpected "}"

Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
2020-05-27 06:48:34 -04:00
Gerard Ryan
d1fbd2ece8 docker-ce: Updated to 19.03.9
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-05-26 18:25:35 +10:00
Gerard Ryan
a8c8b11e40 libnetwork: Updated to 0941c3f4 for docker 19.03.9
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-05-26 18:25:30 +10:00
Martin Hammer
610f90b644 lxc: bump version
Signed-off-by: Martin Hammer <34623636+hammer-is@users.noreply.github.com>
Signed-off-by: martin <martin@DESKTOP-C822DHJ.lan>
2020-05-25 23:44:58 +02:00