aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* 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
| * | | | | zstd: Fix compilation on uClibc-ngRosen Penev2019-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uClibc-ng defines __GLIBCC__ and does not compile in execinfo.h. Disable it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #8918 from mstorchak/tmuxDaniel Engberg2019-05-06
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | tmux: update to 2.9a
| * | | | | tmux: update to 2.9aMaxim Storchak2019-05-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | Merge pull request #8518 from neheb/iRosen Penev2019-05-05
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | libimobiledevice packages updated to git
| * | | | | usbmuxd: Update to latest gitRosen Penev2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream makes infrequent releases while having an active git repository with important bugfixes. Removed maintainer from all three packages due to inactivity. Removed systemd support as systemd is not used in OpenWrt. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #8880 from jefferyto/xz-pkg-configRosen Penev2019-05-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | xz: Use relative paths in pkg-config metadata file
| * | | | | | xz: Use relative paths in pkg-config metadata fileJeffery To2019-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, the liblzma pkg-config file (liblzma.pc) is generated with absolute paths, which $(STAGING_DIR_HOST)/bin/pkg-config is unable to override. This patches the file to use paths relative to ${prefix} and ${exec_prefix}. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #8890 from Arduous/temperUSB_updateRosen Penev2019-05-03
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | temperusb: package update to 2.3
| * | | | | | temperusb: package upgradeSamuel Progin2019-05-02
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Samuel Progin <samuel.progin@gmail.com>
* | | | | | Merge pull request #8851 from luizluca/sane-usblpRosen Penev2019-05-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | sane-backends: rebind printers to usblp after scan
| * | | | | | sane-backends: rebind printers to usblp after scanLuiz Angelo Daros de Luca2019-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While scanning, sane unbinds usb device from usblp module. This patch creates a saned wrapper that keep track of all usb devices binded to usblp before saned is launched and rebind them back if not still bound after saned exits. This workaround is only effective if saned is launched by a super daemon like xinetd as it needs to exit after scan job finish. If not, printing will not be available while saned service is running. Write access to /sys/bus/usb/drivers/usblp/bind is required. So, normally it would require root access. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | device-observatory: Fix compilation with uClibc-ngRosen Penev2019-05-01
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two protocol definitions are missing. Took values from Musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILESRosen Penev2019-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The latter is actually what is used by the build system. Increased PKG_RELEASE for all packages as this changes the ipk. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #8775 from neheb/sumoRosen Penev2019-04-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | sumo: Update to 1.1.0
| * | | | | | sumo: Update to 1.1.0Rosen Penev2019-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up Makefile slightly. Updated URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | qemu: bump to version 4.0.0Yousong Zhou2019-04-30
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Group configure options by the functionality category they roughly belong to Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | hplip: bump to 3.19.3Luiz Angelo Daros de Luca2019-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 040-fix_bool.patch: fixed upstream 060-fix-uclibc.patch: workaround for uclibc build (arc_arc700) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | Merge pull request #7641 from marcin1j/pr/20181211-owfs-remove-avahi-dependencyRosen Penev2019-04-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | owfs: disable avahi dependency
| * | | | | | owfs: disable avahi dependencyMarcin Jurkowski2019-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avahi is not a mandatory owfs dependency so disable it to avoid Avahi/DBus daemons bloat. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | | | Merge pull request #8657 from klukonin/Prometheus_add_more_metricschamptar2019-04-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | prometheus-node-exporter-lua: Add more wifi_station metrics
| * | | | | | | prometheus-node-exporter-lua: Add more wifi_station metrics and fix naming ↵Kirill Lukonin2019-04-15
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | according to original wifi_linux.go node exporter Signed-off-by: Kirill Lukonin <klukonin@gmail.com>
* | | | | | | Merge pull request #8801 from neheb/domoStijn Tintel2019-04-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | domoticz: fix boost 1.70 compat
| * | | | | | | domoticz: fix boost 1.70 compatRosen Penev2019-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an upstream backport that deals with an API change in Boost. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | open-vm-tools: bump to 10.3.10Yuhei OKAWA2019-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on ESXi 6.7 Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
* | | | | | | | Merge pull request #8704 from rosysong/ntfs-3gRosen Penev2019-04-25
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | ntfs-3g: allow build without ntfs3g.probe utility