aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* runc: Updated to v1.0.0-rc92 for dockerdGerard Ryan2020-11-22
| | | | | | SELinux and Seccomp are now enabled via the kernel options themselves Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* runc: enable seccomp support by defaultDaniel Golle2020-11-21
| | | | | | | | | | It's nice to have seccomp support which is enabled in OpenWrt on supported platforms on targets which are not marked as SMALL_FLASH. (and it's kinda obvious that you wouldn't want to install runc on a SMALL_FLASH target to begin with) So let's enable seccomp by default. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* whois: add packagePaul Spooren2020-11-20
| | | | | | | Better a separate package than enabling it via busybox. Special thanks to @neheb for the Makefile patches. Signed-off-by: Paul Spooren <mail@aparcar.org>
* xz: use ALTERNATIVES instead of copying symlinksDaniel Golle2020-11-20
| | | | | | | | | | | | | | | Installing the 'xz' package currently leads to file collisions: Collected errors: * check_data_file_clashes: Package xz wants to install file /usr/bin/unxz But that file is already provided by package * busybox * check_data_file_clashes: Package xz wants to install file /usr/bin/xz But that file is already provided by package * busybox * opkg_install_cmd: Cannot install package debootstrap. Fix that by switching to use ALTERNATIVES for all multicall commands instead of copying the symlinks into the package. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #13762 from neheb/domo4Rosen Penev2020-11-19
|\ | | | | domoticz: fix compilation with python 3.9
| * domoticz: fix compilation with python 3.9Rosen Penev2020-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | Added Fedora patch to fix compilation. Added python3 dependency as it seems it's needed now. Replaced custom boost 1.73 patch with upstream one. Removed CFLAG that was supposed to fix this but didn't do anything. Removed nls.mk. telldus-core was fixed to not require iconv. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13964 from neheb/lxc2Rosen Penev2020-11-19
|\ \ | | | | | | lxc: update to 4.0.5
| * | lxc: update to 4.0.5Rosen Penev2020-11-19
| | | | | | | | | | | | | | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | gnupg2: package gnupg2-dirmngrDaniel Golle2020-11-20
| | | | | | | | | | | | | | | | | | | | | dirmngr is needed to download keys from keyservers. That being a useful thing, let's package dirmngr. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | canutils: update to 2020.11.0Rosen Penev2020-11-19
|/ / | | | | | | | | | | | | | | | | | | Renamed j* tools to their new versions. Remove upstreamed patches. Add missing time.h header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | open-plc-utils: update to latest upstream versionMichael Heimpold2020-11-19
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | podman: ship storage.conf and use runc by default for nowDaniel Golle2020-11-19
| | | | | | | | | | | | | | Ship podman with defaults more coherent with user expectations and more likely to work out-of-the-box. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | mariadb: Update to 10.4.17Michal Hrusecky2020-11-16
| | | | | | | | | | | | Update to the latest version from 10.4 series Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | inotify-tools: update to 3.20.11.0Daniel Golle2020-11-15
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #13796 from G-M0N3Y-2503/docker-blocked-interfacesFlorian Eckert2020-11-11
|\ \ | | | | | | docker-ce: Added blocked_interfaces config option
| * | docker-ce: blocked_interfaces releaseGerard Ryan2020-11-11
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | docker-ce: Added blocked_interfaces config optionGerard Ryan2020-11-11
| | | | | | | | | | | | | | | | | | | | | | | | * blocked_interfaces blocks all packets to docker0 from the given interface. This is needed because all the iptables commands dockerd adds operate before any of the fw3 generated rules. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | docker-ce: Refactored init scriptGerard Ryan2020-11-11
| | | | | | | | | | | | | | | | | | | | | * Changed iptables commands to use long options * Added `uci_quiet` in missed instances Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | docker-ce: Added mkdir for alt_config_fileGerard Ryan2020-11-11
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | docker-ce: Made some shellcheck recommendationsGerard Ryan2020-11-11
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | podman: set PKG_USE_MIPS16:=0Daniel Golle2020-11-11
| | | | | | | | | | | | | | | | | | | | | podman fails to compile due to MIPS16 instructions somehow. Disable use of MIPS16. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | cni-plugins: set PKG_USE_MIPS16:=0Daniel Golle2020-11-11
| | | | | | | | | | | | | | | | | | | | | cni-plugins fail to compile due to MIPS16 instructions somehow. Don't use them. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | cni: set PKG_USE_MIPS16:=0Daniel Golle2020-11-11
| | | | | | | | | | | | | | | | | | Compiling cni failes due to MIPS16 somehow. Disable it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #13790 from zhanhb/procps-ng-alternativesRosen Penev2020-11-10
|\ \ \ | | | | | | | | procps-ng: update alternatives
| * | | procps-ng: move binaries to /usr/libexecHuangbin Zhan2020-10-27
| | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | procps-ng: fix alternatives of procps-ng-sysctlHuangbin Zhan2020-10-27
| | | | | | | | | | | | | | | | | | | | | | | | align with busybox sysctl Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | procps-ng: move procps-ng-w to /usr/binHuangbin Zhan2020-06-14
| | | | | | | | | | | | | | | | | | | | | | | | procps-ng-w was installed to /bin, which should be an accident. Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | Merge pull request #13779 from bobafetthotmail/patch-1Rosen Penev2020-11-10
|\ \ \ \ | | | | | | | | | | docker-compose: move to Utilities in menuconfig
| * | | | docker-compose: move to Utilities in menuconfigAlberto Bursi2020-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it makes no sense to show docker-compose sit in Languages -> Python submenu in menuconfig, it is a tool and not a library. Move it to Utilities section like docker-ce also is. Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
* | | | | checksec: update to version 2.4.0Jan Pavlinec2020-11-10
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #13873 from 1715173329/new-yqRosen Penev2020-11-09
|\ \ \ \ | | | | | | | | | | yq: add new package
| * | | | yq: add new packageTianling Shen2020-11-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | | | | Merge pull request #13807 from PolynomialDivision/fix-node-exporterRosen Penev2020-11-09
|\ \ \ \ \ | | | | | | | | | | | | prometheus-node-exporter-lua: fix hostapd exporter
| * | | | | prometheus-node-exporter-lua: fix hostapd exporterNick Hainke2020-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix "hostapd_ubus_stations.lua". The bit-lib that is imported and the one specified as the dependency do not match. Use luabitop. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | cgroupfs-mount: fix symbolic link nameCobalt Chang2020-11-09
| |/ / / / |/| | | | | | | | | | | | | | Fix the symbolic link name to /etc/rc.d/S01cgroupfs-mount.
* | | | | podman: add new packageDaniel Golle2020-11-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | cni-plugins: add packageDaniel Golle2020-11-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | cni: add packageDaniel Golle2020-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to @aparcar for help with porting this. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | conmon: new packageDaniel Golle2020-11-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | gnupg2: add packageDaniel Golle2020-11-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | gnupg: prepare for gnupg2Daniel Golle2020-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use ALTERNATIVES for /usr/bin/gpg and /usr/bin/gpgv, so upcoming gnupg2 variants can be selected instead. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | fuse3: update to 3.10.0Rosen Penev2020-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport two uClibc-ng patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | tmux: update to 3.1cMaxim Storchak2020-11-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | docker-ce: use new extra_command function definitionFlorian Eckert2020-11-04
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | utils: stress-ng: bump to version 0.11.23Alexandru Ardelean2020-11-02
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | ctop: update to v0.7.4Javier Marcet2020-11-01
|/ / / | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | setools: fix compilation with python 3.9Rosen Penev2020-10-28
| | | | | | | | | | | | | | | | | | | | | | | | Don't warn on deprecated declarations. Rename warning patch. It's specific to foritfy-headers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | at: bump to version 3.2.1Phil Eichinger2020-10-28
| | | | | | | | | | | | | | | | | | | | | Change upstream to official repository at https://salsa.debian.org/debian/at Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* | | telldus-core: replace iconv with standard C++Rosen Penev2020-10-28
| | | | | | | | | | | | | | | | | | Avoids iconv dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | coreutils: Add alternatives support for runconHuangbin Zhan2020-10-27
| |/ |/| | | | | | | | | Avoid conflict with package busybox-selinux Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>