aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* mariadb: remove maintainerSebastian Kemper2020-07-08
| | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* fish: remove CMAKE_INSTALLRosen Penev2020-07-07
| | | | | | PKG_INSTALL is already default. There's also no need for InstallDev. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #12740 from zhanhb/conffilesRosen Penev2020-07-07
|\ | | | | treewide: add and fix conffiles
| * treewide: fix broken conffilesHuangbin Zhan2020-07-07
| | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * treewide: add conffilesHuangbin Zhan2020-07-07
| | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | Merge pull request #12742 from datafl4sh/datafl4sh/add_gnuplot_packageRosen Penev2020-07-07
|\ \ | | | | | | gnuplot: Fixed dependencies.
| * | gnuplot: Fixed dependencies.Matteo Cicuttin2020-07-07
| | | | | | | | | | | | Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
* | | docker-ce: update PKG_RELEASEFlorian Eckert2020-07-07
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | docker-ce: cleanup firewall rules on service stopFlorian Eckert2020-07-07
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | docker-ce: remove obsulte docker default configuration fileFlorian Eckert2020-07-07
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | docker-ce: add uci support for dockerdFlorian Eckert2020-07-07
| |/ |/| | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | ykpers: fix compilation with newer json-cRosen Penev2020-07-05
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #12669 from neheb/logrRosen Penev2020-07-05
|\ \ | | | | | | logrotate: update to 3.16.0
| * | logrotate: update to 3.16.0Rosen Penev2020-06-30
| | | | | | | | | | | | | | | | | | Fixes compilation with GCC10. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12715 from neheb/can2Rosen Penev2020-07-05
|\ \ \ | | | | | | | | canutils: switch to CMake
| * | | canutils: switch to CMakeRosen Penev2020-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. Faster compilation as well. Revert b70cb0ef5ed196247bd4bcce3cb84167420eeb4d That commit was misleading and ended up bloating the Utilities section. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | syncthing: increase inotify limitAlberto Bursi2020-07-04
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #12689 from jmarcet/docker-ce-updateRosen Penev2020-07-03
|\ \ \ | | | | | | | | docker-ce: update to version 19.03.12
| * | | libnetwork: Updated to 026aabaa for docker 19.03.12Javier Marcet2020-07-02
| | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
| * | | docker-ce: Updated to 19.03.12Javier Marcet2020-07-02
| | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | Merge pull request #12693 from datafl4sh/datafl4sh/add_gnuplot_packageRosen Penev2020-07-03
|\ \ \ \ | | |_|/ | |/| | gnuplot: Added package.
| * | | gnuplot: Added package.Matteo Cicuttin2020-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | docker-compose: Update to version 1.26.2, drop six depJavier Marcet2020-07-03
| | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | Merge pull request #12606 from neheb/zshRosen Penev2020-07-02
|\ \ \ \ | | | | | | | | | | zsh: update to 5.8
| * | | | zsh: update to 5.8Rosen Penev2020-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | mc: fix mouse handlingJosef Schlehofer2020-07-02
| |/ / / |/| | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #12652 from neheb/ykpRosen Penev2020-07-01
|\ \ \ \ | | | | | | | | | | ykpers: fix compilation with GCC10
| * | | | ykpers: fix compilation with GCC10Rosen Penev2020-06-29
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12668 from neheb/oplcMichael Heimpold2020-07-02
|\ \ \ \ | | | | | | | | | | open-plc-utils: fix compilation with GCC10
| * | | | open-plc-utils: fix compilation with GCC10Rosen Penev2020-06-30
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12684 from neheb/owfsRosen Penev2020-07-01
|\ \ \ \ | | | | | | | | | | owfs: fix compilation with GCC10
| * | | | owfs: fix compilation with GCC10Rosen Penev2020-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12683 from neheb/minicRosen Penev2020-07-01
|\ \ \ \ \ | | | | | | | | | | | | minicom: fix compilation with GCC10
| * | | | | minicom: fix compilation with GCC10Rosen Penev2020-07-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12671 from zhanhb/postinst-alternativesRosen Penev2020-07-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | treewide: alternatives instead of postinst, {pre,post}rm
| * | | | | | tar: alternatives instead of postinstHuangbin Zhan2020-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | | | | sed: alternatives instead of postinstHuangbin Zhan2020-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | | | | gzip: alternatives instead of postinstHuangbin Zhan2020-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | | | | grep: alternatives instead of postinstHuangbin Zhan2020-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | | Merge pull request #12685 from neheb/squaRosen Penev2020-07-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | squashfs-tools: fix compilation with GCC10
| * | | | | | | squashfs-tools: fix compilation with GCC10Rosen Penev2020-07-01
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | tcsh: fix compilation with GCC10Rosen Penev2020-07-02
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12666 from neheb/bandRosen Penev2020-07-01
|\ \ \ \ \ \ | |/ / / / / |/| | | | | bandwidthd: fix compilation with GCC10
| * | | | | bandwidthd: fix compilation with GCC10Rosen Penev2020-06-30
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12664 from neheb/dumRosen Penev2020-07-01
|\ \ \ \ \ | |_|_|/ / |/| | | | dump1900: fix compilation with GCC10
| * | | | dump1900: fix compilation with GCC10Rosen Penev2020-06-30
| |/ / / | | | | | | | | | | | | | | | | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12665 from neheb/readsStijn Tintel2020-07-01
|\ \ \ \ | | | | | | | | | | readsb: fix compilation with GCC10
| * | | | readsb: fix compilation with GCC10Rosen Penev2020-06-30
| |/ / / | | | | | | | | | | | | | | | | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12667 from neheb/ocdRosen Penev2020-07-01
|\ \ \ \ | |_|/ / |/| | | openocd: fix compilation with GCC10
| * | | openocd: fix compilation with GCC10Rosen Penev2020-07-01
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>