- Apr 21, 2021
-
-
Gerard Ryan authored
Signed-off-by:
Gerard Ryan <G.M0N3Y.2503@gmail.com>
-
Gerard Ryan authored
Signed-off-by:
Gerard Ryan <G.M0N3Y.2503@gmail.com>
-
Gerard Ryan authored
Signed-off-by:
Gerard Ryan <G.M0N3Y.2503@gmail.com>
-
Gerard Ryan authored
Signed-off-by:
Gerard Ryan <G.M0N3Y.2503@gmail.com>
-
- Apr 19, 2021
-
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 1e2ba940)
-
Florian Eckert authored
This patche adds the percent evaluation for the bad blocks. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit b4e24c12)
-
Florian Eckert authored
This patche change prepares the ubi plugin to add the bad block evaluation in percent. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 4927b533)
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 6e41bf73)
-
Florian Eckert authored
Enables the compiler option that collectd is compiled with debugging support. This is used at development stages to get more messages from the collectd during development. This option is default disabled. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit a4f74eb1)
-
Florian Eckert authored
This removes the trailing back slash. This is not needed. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 416ba35d)
-
Florian Eckert authored
On my system the attribute DEVTYPE was not set. The plugin could not read any data and the function call blocked forever on this function and did not returned. By removing it, all block devices under `/sys/class/block` were checked. Block devices that do not support SMART were not evaluated. The collected displays the following message. smart plugin: checking SMART status of /dev/loop4. smart plugin: unable to open /dev/loop4. If you do not like this message, you could only enable device in the uci that does support SMART. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 543a2a97)
-
Florian Eckert authored
Switching on compilation for collectd smart plugin. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 092902a8)
-
- Apr 18, 2021
-
-
Josef Schlehofer authored
Currently, this package can not be installed while using standard path of busybox, because binary killall wants to be installed on the same location as busybox. Collision: • /usr/bin/killall: busybox (new-file), psmisc (existing-file) Many of these binaries, which provides alternatives were moved to folder /usr/libexec like wget, sed, findutils, less. So I moved killall to /usr/libexec and others leave in touch and added ALTERNATIVES for it, because preinstall script is no longer necessary. Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit d8969e0f)
-
Hannu Nyman authored
Upgrade irqbalance to version 1.8.0 Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit 6631cfaa)
-
- Apr 17, 2021
-
-
Tianling Shen authored
Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org> (backported from c4d27271)
-
Eneas U de Queiroz authored
HAVE_LIBPCIACCESS that is currently passed through MAKE_VARS to disable building with libpciaccess can't be set through the environment. Instead, use CONFIG_CON_PCI, which can be passed through the environment and will disable libpciaccess. Signed-off-by:
Eneas U de Queiroz <cotequeiroz@gmail.com> (cherry picked from commit 52837117)
-
- Apr 13, 2021
-
-
Tomas Lara authored
Enable collectd-mod-cpufreq for rockchip Signed-off-by:
Tomas Lara <tl849670@gmail.com> (cherry picked from commit 6bd8d29b)
-
- Apr 06, 2021
-
-
Rosen Penev authored
Remove no longer needed patches. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit 39bce0e7)
-
Gerard Ryan authored
* Hid unnecessary output Signed-off-by:
Gerard Ryan <G.M0N3Y.2503@gmail.com>
-
- Apr 01, 2021
-
-
Tianling Shen authored
- Re-assigned myself as the maintainer - Used $(AUTORELEASE) for PKG_RELEASE Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org> (backported from 82ebe3e49a50075116da4b677eacae91e6fcd2c4)
-
- Mar 28, 2021
-
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit 5e30a079)
-
Jan Pavlinec authored
Fixes CVE-2021-24032 Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz> (cherry picked from commit ebc4939d)
-
Rosen Penev authored
MIPS is completely unsupported. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit 03515d00)
-
Josef Schlehofer authored
Changelog [1]: Version 1.09 * Explicitly set the controlling TTY Version 1.08 * Report when IP key has changed * Scrub the environment variable for -e Version 1.07 * Pass signals that should terminate to ssh * Fix race around signal handling * Report IPC errors to stderr * Report if can't open -f password file [1] https://sourceforge.net/p/sshpass/code/76/tree/trunk/ChangeLog Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit 5799d0b1)
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit ad116f29)
-
- Mar 18, 2021
-
-
Nicholas Smith authored
Signed-off-by:
Nicholas Smith <nicholas@nbembedded.com> (cherry picked from commit 399279b3)
-
Daniel Golle authored
Fixes running on release branches. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> (cherry picked from commit 004abfec)
-
- Mar 17, 2021
-
-
Daniel Golle authored
* update to new server API * include version_code in request * include versions of selected packages in request * add SHA256 verification via busybox sha256sum * sort attributes in policies alphabetically * move all API-specific string constants to precompiler macros * set correct MIME type for JSON post request (application/json) * output string error message if something goes wrong * auto-generate version string (cherry squashed from commit 85ba8059, commit 985b0f8f and commit fb26b424) Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
- Mar 13, 2021
-
-
Gerard Ryan authored
Signed-off-by:
Gerard Ryan <G.M0N3Y.2503@gmail.com>
-
- Mar 11, 2021
-
-
Paul Spooren authored
https://github.com/syncthing/syncthing/releases/tag/v1.14.0 Signed-off-by:
Paul Spooren <mail@aparcar.org> (cherry picked from commit 2ce92152)
-
- Mar 07, 2021
-
-
Rosen Penev authored
mips of any kind is not supported. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit a30518f9)
-
- Mar 06, 2021
-
-
Hannu Nyman authored
Update nano editor to version 5.6.1 Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit 0f4138db)
-
- Mar 02, 2021
-
-
Tianling Shen authored
Fixed performance issue. Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org> (backported from 32515ced)
-
Gerard Ryan authored
Signed-off-by:
Gerard Ryan <G.M0N3Y.2503@gmail.com>
-
Gerard Ryan authored
Signed-off-by:
Gerard Ryan <G.M0N3Y.2503@gmail.com>
-
- Mar 01, 2021
-
-
Paul Spooren authored
Also start using $(AUTORELEASE) Signed-off-by:
Paul Spooren <mail@aparcar.org> (cherry picked from commit dda59fed)
-
Gerard Ryan authored
Signed-off-by:
Gerard Ryan <G.M0N3Y.2503@gmail.com>
-
Gerard Ryan authored
* Added IPv6 Support Signed-off-by:
Gerard Ryan <G.M0N3Y.2503@gmail.com>
-
- Feb 28, 2021
-
-
Bernhard Voelker authored
* utils/findutils/Makefile (PKG_VERSION): Update to latest. (PKG_RELEASE): Reset to 1. (PKG_HASH): Update. Signed-off-by:
Bernhard Voelker <mail@bernhard-voelker.de> (cherry picked from commit 3614a520)
-
Rosen Penev authored
Avoids having to use msgfmt, which happens to be broken with gettext-full. msgfmt is used for the desktop gvim application, which is not used here. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit d5ddc98c)
-