aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | docker: Update to 20.10.10Ren Zongjia2021-11-08
| | | | | | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* | containerd: Update to 1.4.11Ren Zongjia2021-11-08
| | | | | | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* | runc: Update to 1.0.2Ren Zongjia2021-11-08
| | | | | | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* | nano: enable line numbers (from cmdline)Hannu Nyman2021-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable showing line numbers, which makes it easier to find the correct place in long files. Due to the "tiny" build, the functionality is only available from cmdline with "-l" option. For example: nano -l /etc/banner Key shortcut M-n is disabled due to "tiny". See https://savannah.gnu.org/bugs/?61441 for explanation. Also * remove without-slang config option, deprecated in Dec 2020 * adopt AUTORELEASE Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | conmon: update to 2.0.30Oskari Rauta2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug fixes: - Remove unreachable code path - exit: report if the exit command was killed - exit: fix race zombie reaper - conn_sock: allow watchdog messages through the notify socket proxy - seccomp: add support for seccomp notify misc: - Add seccomp to build dependency included patch removes unnecessary dependency of libdl and also allows a succesfull build disabled for arc where libseccomp does not seem to be available Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | cni-plugins-nft: update to 1.0.11Oskari Rauta2021-11-05
| | | | | | | | | | | | Update compatibility with CNI v1.0.1 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | podman: update to 3.4.1Oskari Rauta2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | A lot of changes since 3.3.1. Full (long) lists of release notes between versions are available at https://github.com/containers/podman/releases containers.conf updated Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | crun: update to version 1.2Oskari Rauta2021-11-05
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release notes: 0.20.1 - container: ignore error when resetting the SELinux label for the keyring. 0.21 - when compiled with krun, automatically use it if the current executable file is called "krun" - cgroup: lookup pids controller as well when the memory controller is not available - status: add fields for owner and created timestamp - honor memory swappiness set to 0 1.0 - Fix symlink target mangling for tmpcopyup targets. - Makefile.am: fix link error when using directly libcrun. - cgroup: add support for setting memory.use_hierarchy on cgroup v1. - linux: treat pidfd_open failures EINVAL as ESRCH. - cgroup: chown the current container cgroup to root in the container. 1.1 - utils: retry openat2 on EAGAIN. If the openat2 syscall is interrupted, try again. - criu: fix save of external descriptors. Now restored containers attach correctly their standard streams. - criu: Add support for external PID namespace. - container: Set primary process to 1 via LISTEN_PID by default if user configuration is missing. - exec: refuse to exec in a paused container/cgroup. - cgroup: use cgroup.kill when available. It is faster to kill a container through its cgroup as there is no need to recurse over the cgroup pids and terminate each one of them. 1.2 - criu: add support for external ipc, uts and time namespaces. - exec: fix regression in 1.1 where containers are being wrongly reported as paused. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* prometheus-node-exporter-lua: add missing metrics to ltq-dslAndre Heider2021-11-02
| | | | | | | | | | | Two values were missing, add them to the appropriate metrics. The dsl error vectors are new and useful stats to debug vector related line deteriorations, see [0]. [0] https://forum.openwrt.org/t/vectoring-on-lantiq-vrx200-vr9-missing-callback-for-sending-error-samples/104046 Signed-off-by: Andre Heider <a.heider@gmail.com>
* qemu: disable libfuseRosen Penev2021-11-02
| | | | | | Fixes x86 build. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* telegraf: Move config file to /etc/telegraf.conf becauseJonathan Pagel2021-11-01
| | | | | | | /etc/config is the default uci folder. Also marking it as configuration file prevents overwriting it on updates. Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* telegraf: Update package to version 1.20.3Jonathan Pagel2021-11-01
| | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* afuse: Add new packageMichal Hrusecky2021-11-01
| | | | | | | | | | | | | | This commit add new package afuse into packages feed. afuse is an automounting file system implemented in user-space using FUSE. It implements the most basic functionality that can be expected by an automounter; that is it manages a directory of virtual directories. If one of these virtual directories is accessed and is not already automounted, afuse will attempt to mount a filesystem onto that directory. If the mount succeeds the requested access proceeds as normal, otherwise it will fail with an error. Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
* unrar: update to 6.0.7Andy Li2021-10-30
| | | | Signed-off-by: Andy Li <andy@onthewings.net>
* yq: Update to 4.14.1Tianling Shen2021-10-30
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* mariadb: Update to version 10.6.4Michal Hrusecky2021-10-30
| | | | | | | Update to the latest stable version of MariaDB. Dropped few no longer needed patches. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* ntfs-3g: update config's help syntaxEneas U de Queiroz2021-10-28
| | | | | | | Change ---help--- to plain 'help' in Package/ntfs-3g/config, as newer versions of kconfig have removed the command's older name. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* treewide: fix broken conffilesHuangbin Zhan2021-10-27
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* gpsd: update to 3.23.1Nick Hainke2021-10-27
| | | | | | | | | | | | | | | | | | | | | 3.23.1: 2021-09-21 Improve ubx cycle detection. Add quirks for Jackson Labs nonstandard NMEA Change STATUS_NO_FIX to STATUS_UNK to avoid confusion with fix mode. Change STATUS_FIX to STATUS_GPS to avoid confusion with fix mode. Change STATUS_DGPS_FIX to STATUS_DGPS to avoid confusion with fix mode. Split SOURCE_ACM from SOURCE_USB. ACM has no speeds. Add speeds 1 mbps, 1.152 mbps, 1.5 mbps, and higher. When libc supports them. Improve autobaud. Add new u-blox M10 messages. Fix u-blox M6, M7 initialization issues. Various ubxtool and gpxlogger updates. Add mtk3301_speed_switcher() No API changes, except for STATUS_* as above. No ABI changes. Fallback to "python3" if "python" not found. Signed-off-by: Nick Hainke <vincent@systemli.org>
* acsccid: fix compilation under macOSRosen Penev2021-10-27
| | | | | | | | uname is not safe for cross compilation. Also fixed up download file name to avoid potential conflicts. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* stress-ng: bump to version 0.13.05Alexandru Ardelean2021-10-27
| | | | | | | And switch to Github URLs. The old one isn't working anymore. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* zoneinfo: Updated to the latest releaseVladimir Ulrich2021-10-26
| | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* zstd: update to 1.5.0Rosen Penev2021-10-24
| | | | | | | | | Remove uClibc hack. uClibc is not in the tree anymore. Update configure options. Change legacy_level to 7. This gets rid of backwards compatibility with version 0.1 and bumps it to 0.7. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fuse-overlayfs: update to 1.7.1Rosen Penev2021-10-24
| | | | | | | | Rearrange Makefile for consistency between packages. Add m4 patch to fix compilation under some systems. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* bossa: add bossaNick Hainke2021-10-23
| | | | | | | | | | | | Based on the work of Hirokazu MORIKAWA (nxhack): https://github.com/nxhack/openwrt-arduino-packages/tree/master/bossa BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers. The motivation behind BOSSA is to create a simple, easy-to-use, open source utility to replace Atmel's SAM-BA software. Signed-off-by: Nick Hainke <vincent@systemli.org>
* dosfstools: fix AM_ICONV triggered build errorBjørn Mork2021-10-23
| | | | | | | | | | | | | | | | Fix this build error: gcc -Wall -Wextra -Wno-sign-compare -Wno-missing-field-initializers \ -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -O2 \ -I/usr/local/src/openwrt/staging_dir/host/include \ -L/usr/local/src/openwrt/staging_dir/host/lib \ -o fsck.fat check.o file.o fsck.fat.o lfn.o boot.o common.o fat.o io.o \ charconv.o @LIBICONV@ gcc: error: LIBICONV@: No such file or directory make[4]: *** [Makefile:449: fsck.fat] Error 1 Suggested-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Bjørn Mork <bjorn@mork.no>
* Merge pull request #12175 from jekkos/collectd-ltq-dslFlorian Eckert2021-10-23
|\ | | | | collectd: Add collector for lantiq dsl metrics
| * collectd: Add lua and exec collectors for lantiq dsl metricsJeroen Peelaerts2021-10-22
| | | | | | | | Signed-off-by: Jeroen Peelaerts <jeroen.peelaerts@gmail.com>
* | yq: Update to 4.13.5Tianling Shen2021-10-22
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | apparmor: update to 3.0.3Rosen Penev2021-10-21
| | | | | | | | | | | | | | Fix compilation under Fedora. There's some weird systemd target. Just remove it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | miniflux: new packageMichal Vasilek2021-10-21
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | telegraf: Upgrade package telegraf to version 1.20.2Jonathan Pagel2021-10-20
| | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | telegraf: Add package for telegrafJonathan Pagel2021-10-20
|/ | | | | | | | | Telegraf is a plugin-driven agent for collecting and sending metrics and events. It supports various inputs (including prometheus endpoints) and is able to send data into InfluxDB. https://www.influxdata.com/time-series-platform/telegraf/ Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* dfu-util: Upgrade to version 0.11Bruno Randolf2021-10-18
| | | | | | Tested on RAMIPS with STM32 L1 and STM32 L4 Signed-off-by: Bruno Randolf <br1@einfach.org>
* checksec: update to version 2.5.0Jan Pavlinec2021-10-18
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* zoneinfo: Updated to the latest releaseVladimir Ulrich2021-10-17
| | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* gl-puli-mcu: add GL.iNet GL-XE300 (Puli) power monitoring daemonNuno Goncalves2021-10-15
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* at: bump to version 3.2.2Phil Eichinger2021-10-14
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* yq: Update to 4.13.4Tianling Shen2021-10-13
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* rrdtool: Keep time as 'long' despite 64bit time_t in muslHannu Nyman2021-10-10
| | | | | | | | | | | | | | | | | Adjust to the 64 bit time_t in musl 1.2.2 by keeping time internally in RRD still as 'long', so that old databases created during musl 1.1.x still work in 32 bit targets. That also helps with several interal functions that use 'long' for calculations and printf formatting. * Define internal type TIME_INT as 'long', and use that internally in calculations * Use time_t vs. TIME_INT casting when necessary * Provide time_t variable pointers for functions expecting a time_t pointer. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* cni-plugins: update to version 1.0.1Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cni: update to version 1.0.1Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cryptsetup: update to version 2.4.1Daniel Golle2021-10-09
| | | | | | | Package new experimental SSH token authenticator plugin as new package 'cryptsetup-ssh'. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ccid: update to version 1.4.36Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* pcsc-lite: update to version 1.9.4Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* auc: remove superfluous variablesPaul Spooren2021-10-08
| | | | | | | | | | | | | | Remove parsing of data which is not used within `auc`. Later iterations may use these but they can be gradually added whenever needed. Also remove HTTP code handling of error codes no longer used by the backend. Early iterations of the server where infinitely complex to figure out created images and announce them to clients but ever since everything is stored in JSON, things got better (aka simpler). If a package is missing on the upstream server, color it in red. Signed-off-by: Paul Spooren <mail@aparcar.org>
* acpica-unix: add additional acpi programmsFlorian Eckert2021-10-08
| | | | | | | | | | | | | | This change adds the missing acpi programms for on target acpi development. * acpibin * acpiexamples * acpiexec * acpihelp * acpisrc * acpixtract * iasl Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* tang: Fix installation error, missing fi statementRené van Dorst2021-10-08
| | | | | | | | | | | | | | | | | root@OpenWrt:/# opkg install tang Package tang (10-3) installed in root is up to date. Configuring tang. //usr/lib/opkg/info/tang.postinst: /usr/lib/opkg/info/tang.postinst-pkg: line 9: syntax error: unexpected end of file (expecting "fi") Collected errors: * pkg_run_script: package "tang" postinst script returned status 2. * opkg_configure: tang.postinst returned 2. Fix commit d49c79b76b7c7659e063290d1bc7d7fad626780a tang: remove outdated key handling. if statement is not closed. Signed-off-by: René van Dorst <opensource@vdorst.com>
* ccid: fix compilation under macOSRosen Penev2021-10-08
| | | | | | Remove a bad uname check. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* openzwave: fix compilation with macOSRosen Penev2021-10-08
| | | | | | The Makefiles test for host uname. Override it. Signed-off-by: Rosen Penev <rosenp@gmail.com>