aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #12461 from jefferyto/python-package-variantsRosen Penev2020-06-15
|\ \ \ \ | | | | | | | | | | python-packages: Remove variants
| * | | | python-packages: Remove variantsJeffery To2020-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | pcsc-lite: update to version 1.9.0Daniel Golle2020-06-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | haveged: update to 1.9.11Hannu Nyman2020-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update haveged to version 1.9.11 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | mariadb: move some binariesSebastian Kemper2020-06-13
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | docker-compose: fix depends after merge in master and move to utilsJavier Marcet2020-06-12
| | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | pciutils: update to 3.7.0Lucian Cristian2020-06-10
| | | | | | | | | | | | | | | | | | | | | | | | also update the pci.ids Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | Merge pull request #12468 from zhanhb/kmod-alternativesRosen Penev2020-06-10
|\ \ \ \ | | | | | | | | | | kmod: add ALTERNATIVES
| * | | | kmod: add ALTERNATIVESHuangbin Zhan2020-06-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | Merge pull request #12469 from neheb/zstRosen Penev2020-06-09
|\ \ \ \ \ | | | | | | | | | | | | zstd: fix compilation without host distutils
| * | | | | zstd: fix compilation without host distutilsRosen Penev2020-06-09
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This is the case in debian. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / / less: update ALTERNATIVESHuangbin Zhan2020-06-10
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Avoid conflict with busybox Closes #11960 Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | Merge pull request #12432 from neheb/yara2Rosen Penev2020-06-08
|\ \ \ \ | | | | | | | | | | yara: update to 4.0.1
| * | | | yara: update to 4.0.1Rosen Penev2020-06-06
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12264 from cotequeiroz/ctop-mipselRosen Penev2020-06-08
|\ \ \ \ | | | | | | | | | | ctop: don't build on mipsel
| * | | | ctop: don't build on mipselEneas U de Queiroz2020-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current version fails to build on mips and also on mipsel, but the the latter is not masked. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | Merge pull request #12422 from neheb/procppRosen Penev2020-06-08
|\ \ \ \ \ | | | | | | | | | | | | procps-ng: update to 3.3.16
| * | | | | procps-ng: update to 3.3.16Rosen Penev2020-06-06
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12435 from neheb/lessRosen Penev2020-06-08
|\ \ \ \ \ | | | | | | | | | | | | less: update to 562
| * | | | | less: update to 562Rosen Penev2020-06-06
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12452 from jmarcet/ctop-stale-fileRosen Penev2020-06-08
|\ \ \ \ \ | | | | | | | | | | | | ctop: drop .swp file added by mistake
| * | | | | ctop: drop .swp file added by mistakeJavier Marcet2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | hwinfo: disable compile with uclibcAlberto Bursi2020-06-08
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this package fails to compile with uclibc, disable it if the uclibc toolchain is selected Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
* | | | | flent-tools: Bump to v1.3.2Toke Høiland-Jørgensen2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #12407 from dwmw2/domoJosef Schlehofer2020-06-08
|\ \ \ \ \ | | | | | | | | | | | | Update Domoticz to 2020.2, and its dependencies
| * | | | | domoticz: update to 2020.2David Woodhouse2020-06-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Woodhouse <dwmw2@infradead.org>
| * | | | | domoticz: Fix libmosquitto dependency, use dynamic libjsoncpp.David Woodhouse2020-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | domoticz: take ownershipDavid Woodhouse2020-06-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Woodhouse <dwmw2@infradead.org>
| * | | | | openzwave: update to 1.6.1134David Woodhouse2020-06-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Woodhouse <dwmw2@infradead.org>
| * | | | | openzwave: take ownershipDavid Woodhouse2020-06-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* | | | | | Merge pull request #12423 from neheb/sispRosen Penev2020-06-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | sispmctl: update to 4.7
| * | | | | | sispmctl: update to 4.7Rosen Penev2020-06-06
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12424 from neheb/unrRosen Penev2020-06-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | unrar: update to 5.93
| * | | | | | unrar: update to 5.93Rosen Penev2020-06-06
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12437 from neheb/fioRosen Penev2020-06-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | fio: update to 3.20
| * | | | | | fio: update to 3.20Rosen Penev2020-06-06
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12441 from neheb/cryptsDaniel Golle2020-06-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | cryptsetup: update to 2.3.3
| * | | | | | cryptsetup: update to 2.3.3Rosen Penev2020-06-06
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | lvm2: update to version 2.03.09Daniel Golle2020-06-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | inotify-tools: update to version 3.20.2.2Daniel Golle2020-06-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | ccid: update to version 1.4.32Daniel Golle2020-06-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | gawk: update to version 5.1.0Daniel Golle2020-06-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | klish: update to 2.2.0Rosen Penev2020-06-06
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12381 from neheb/hostRosen Penev2020-06-06
|\ \ \ \ \ | |/ / / / |/| | | | remove pointless host builds
| * | | | dbus: remove host buildRosen Penev2020-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nothing uses it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12227 from bobafetthotmail/masterRosen Penev2020-06-05
|\ \ \ \ \ | | | | | | | | | | | | hwinfo: add new package
| * | | | | hwinfo: add new packageAlberto Bursi2020-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #12384 from neheb/tellRosen Penev2020-06-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | telldus-core: fix compilation with libcxx 10
| * | | | | | telldus-core: fix compilation with libcxx 10Rosen Penev2020-06-02
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Missing headers and wrong namespace. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | zstd: update to 1.4.5Rosen Penev2020-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>