Commit Graph

2803 Commits

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