aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | | | | | domoticz: enable BUILD_SHARED_LIBSStijn Tintel2019-06-05
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this, no suitable boost_thread variant can be identified when compiling against Boost 1.70. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | vim: Remove bogus libelf dependencyRosen Penev2019-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unused and Unneeded. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8965 from neheb/powRosen Penev2019-06-02
|\ \ \ \ \ | | | | | | | | | | | | powertop: Switch to uClibc++
| * | | | | powertop: Switch to uClibc++Rosen Penev2019-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that the uClibc++ update has been included, we can switch to it. Basic testing shows it as working. Also fixed compilation with uClibc-ng. libiconv-stub must be used as uClibc-ng does not provide those headers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | irqbalance: add support for uci configHannu Nyman2019-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for uci config file. Only a global 'enabled" switch has been implemented so far. * Default config disables irqbalance initially, so that there is no change with the previous behaviour (and the possibly existing separate launch scripts in people's builds). Config file and init script can be later extended for irqbalance options like the oneshot mode or the evaluation interval (Also change the init file to use tabs) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | irqbalance: add init scriptAleksandr Mezin2019-06-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>
* | | | | | Merge pull request #9034 from neheb/doRosen Penev2019-05-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | dosfstools: Fix compilation with full NLS
| * | | | | | dosfstools: Fix compilation with full NLSRosen Penev2019-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9071 from solenoglyph/hfsprogsRosen Penev2019-05-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | hfsprogs: Fix wide string literal in fsck_hfs
| * | | | | | | hfsprogs: Fix wide string literal in fsck_hfsHenry Cross2019-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Henry Cross <51044550+solenoglyph@users.noreply.github.com>
* | | | | | | | Merge pull request #9094 from jefferyto/bluez-remove-examplesRosen Penev2019-05-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | bluez: Remove bluez-examples
| * | | | | | | | bluez: Remove bluez-examplesJeffery To2019-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | prometheus: update to 2.10Paul Spooren2019-05-28
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | | | fish: Fix wrong dependencyRosen Penev2019-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UCLIBC should be USE_UCLIBC Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #9043 from neheb/fishRosen Penev2019-05-26
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | fish: Do not build with uClibc-ng
| * | | | | | | fish: Do not build with uClibc-ngRosen Penev2019-05-20
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fish requires locale_t, which uClibc-ng does not enable by default. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #8963 from neheb/tellRosen Penev2019-05-25
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | telldus-core: Fix compilation with full NLS
| * | | | | | telldus-core: Fix compilation with full NLSRosen Penev2019-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -fpermissive is needed due to mismatching parameters (const char vs char). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | mg: fix arc build failHirokazu MORIKAWA2019-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix arc (uClibc) build fail Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | Merge pull request #9016 from nxhack/mg_for_emacsianRosen Penev2019-05-21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | mg: add new package - microscopic emacs style editor
| * | | | | | mg: add new package/microscopic emacs style editorHirokazu MORIKAWA2019-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For Emacsian! You can use "Dired", which is Emacsian's favorite. You can also use "re-search". Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | Merge pull request #8862 from jefferyto/byobuRosen Penev2019-05-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | byobu: Add new package and dependencies
| * | | | | | | byobu: Add new packageJeffery To2019-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the website: Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer, and works on most Linux, BSD, and Mac distributions. Adapted from the old packages feed: https://git.openwrt.org/?p=openwrt/svn-archive/packages.git;a=tree;f=utils/byobu Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #9018 from cotequeiroz/bluez-usbRosen Penev2019-05-18
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | bluez: install kmod-bluetooth only w/ USB_SUPPORT
| * | | | | | | bluez: install kmod-bluetooth only w/ USB_SUPPORTEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kmod-bluetooth depends on USB_SUPPORT. If the dependency is not checked here, it will cause recursive dependency in python packages. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | Merge pull request #8981 from ja-pa/yara-3.10.0Rosen Penev2019-05-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | yara: update to version 3.10.0
| * | | | | | | | yara: update to version 3.10.0Jan Pavlinec2019-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | Merge pull request #8999 from neheb/lxRosen Penev2019-05-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | lxc: Backport uClibc patch
| * | | | | | | | | lxc: Backport uClibc patchRosen Penev2019-05-15
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | swig: update to 4.0.0Hirokazu MORIKAWA2019-05-17
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | | Merge pull request #8990 from cotequeiroz/lxc_recursiveRosen Penev2019-05-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lxc, libsseccomp: workaround recursive dependency
| * | | | | | | | lxc: hide seccomp support for arcEneas U de Queiroz2019-05-15
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libseccomp does not compile for arc, so we can't show that option for arc. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | Merge pull request #8961 from neheb/oathRosen Penev2019-05-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | oath-toolkit: Fix compilation with uClibc-ng
| * | | | | | | | oath-toolkit: Fix compilation with uClibc-ngRosen Penev2019-05-12
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #8898 from neheb/rtlRosen Penev2019-05-16
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | rtl_433: Update to 18.12
| * | | | | | | rtl_433: Update to 18.12Rosen Penev2019-05-03
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a patch to fix compilation under uClibc-ng. Reorganized Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | flent-tools: Update to 1.2.2Rosen Penev2019-05-12
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplified the Makefile and fixed compilation with uClibc-ng by including nls.mk. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #8907 from neheb/hfsRosen Penev2019-05-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | hfsprogs: Fix compilation with uClibc-ng
| * | | | | | hfsprogs: Fix compilation with uClibc-ngRosen Penev2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced deprecated and unsupported valloc with posix_memalign. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #8948 from micmac1/maria10224Rosen Penev2019-05-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mariadb: security bump + init script brush-up
| * | | | | | | mariadb: init script updateSebastian Kemper2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added trailing '--' to logger to make it foolproof - user is extracted from config instead of using hard-coded value - log directory is now also extracted from config (if set) - directory creation is now done via awk script (more robust) - improved log messages Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | | | mariadb: bump to 10.2.24Sebastian Kemper2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Release Notes: Security MDEV-18686 - Add option to PAM authentication plugin to allow case insensitive username matching bugfix - multi-update checked privileges on views incorrectly (commit 5057d4637525eadad438d25ee6a4870a4e6b384c) MDEV-19276 - during connect, write error log warning for ER_DBACCESS_DENIED_ERROR, if log_warnings > 1 MDEV-17456 - Malicious SUPER user can possibly change audit log configuration without leaving traces. Fixes for the following security vulnerabilities: CVE-2019-2614 CVE-2019-2627 CVE-2019-2628 OpenWrt changes: - added PKG_CPE_ID - shortened default description to make "opkg info" output easier on the eyes - refreshed patches Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | gawk: update to version 5.0.0Daniel Golle2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | pcsc-tools: update to version 1.5.4Daniel Golle2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | pcsc-lite: update to version 1.8.25Daniel Golle2019-05-10
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | Merge pull request #7792 from trldp/masterJosef Schlehofer2019-05-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Hashdeep: add package
| * | | | | | | Hashdeep: add packageTobe Deprez2019-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tobe Deprez <trldp@outlook.com>
* | | | | | | | Merge pull request #8311 from TDT-AG/pr/20190227-collectdFlorian Eckert2019-05-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | collectd: add uci config support
| * | | | | | | | collectd: add uci config supportFlorian Eckert2019-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add uci config support. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | Merge pull request #8870 from neheb/zstRosen Penev2019-05-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | zstd: Fix compilation on uClibc-ng