Commit graph

2835 commits

Author SHA1 Message Date
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
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
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
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