aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | | gptfdisk: Update to 1.0.4Rosen Penev2018-07-08
| | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #6418 from micmac1/mariadb-uclibcHannu Nyman2018-07-08
|\ \ \ | | | | | | | | mariadb: fix uclibc builds
| * | | mariadb: fix uClibc buildsSebastian Kemper2018-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | mariadb 10.2.x depends on iconv. glibc and musl include iconv, uclibc does not. So for uclibc builds a depend on libiconv-full is required. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | mariadb: fix CPPFLAGS handlingSebastian Kemper2018-07-08
| |/ / | | | | | | | | | | | | | | | | | | The mariadb build system ignores CPPFLAGS. Add them to CFLAGS as a workaround. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* / / utils/collectd: run with low priorityMarc Benoit2018-07-08
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even on a powerful platform a collectd process' activities are sometimes affecting throoughput and latency. This is a backgroud process, that should not be running with default priority. Even if it is a little deplayed, that is not a worry in this case. The routing should be the main priority, stats collection can wait a bit. Tested on Netgear R7800 Signed-off-by: Marc Benoit <marcb62185@gmail.com> Make niceness more moderate, bump version. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #6313 from neheb/sispmctlHannu Nyman2018-07-07
|\ \ | | | | | | sispmctl: Update to 4.0
| * | sispmctl: Update to 4.0Rosen Penev2018-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched from git to tarball. There seems to be no activity since release 4.0. Removed unneeded patches. Added a library package since it seems to be required now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #6270 from neheb/patch-24Hannu Nyman2018-07-07
|\ \ \ | | | | | | | | yunbridge: Swich to 1.6.0
| * | | yunbridge: Swich to 1.6.0Rosen Penev2018-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a stable release which is one revision higher than what it was previously. Adjusted the Makefile to track the stable release. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #6230 from sartura/sysstat_bump_to_11.6.4Hannu Nyman2018-07-07
|\ \ \ \ | | | | | | | | | | sysstat: bump to 11.6.4
| * | | | sysstat: bump to 11.6.4Marko Ratkaj2018-06-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | Merge pull request #6221 from neheb/patch-5Hannu Nyman2018-07-07
|\ \ \ \ \ | | | | | | | | | | | | zsh: Update to 5.5.1
| * | | | | zsh: Update to 5.5.1Rosen Penev2018-06-07
| |/ / / / | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #6216 from neheb/patch-7Hannu Nyman2018-07-07
|\ \ \ \ \ | | | | | | | | | | | | acpid: Update to 2.0.29
| * | | | | acpid: Update to 2.0.29Rosen Penev2018-06-07
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #6245 from neheb/patch-9Hannu Nyman2018-07-06
|\ \ \ \ \ | | | | | | | | | | | | hdparm: Update to 9.56
| * | | | | hdparm: Update to 9.56Rosen Penev2018-06-08
| |/ / / / | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | i2c-tools: fix stale PKG_SOURCE_URLYousong Zhou2018-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes openwrt/packages#5075 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | gnupg: Remove myself as maintainerDaniel F. Dickinson2018-07-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | findutils: Remove myself as maintainerDaniel F. Dickinson2018-07-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | Merge pull request #6301 from micmac1/mariadb-up-102Hannu Nyman2018-07-03
|\ \ \ \ \ | | | | | | | | | | | | mariadb: bump to 10.2 release series
| * | | | | gammu: update lazy dependSebastian Kemper2018-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libmariadbclient is now libmariadb. Update gammu depend to reflect that. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | mariadb: convert init script to procdSebastian Kemper2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also create a user "mariadb" and use it for running the server. And add possibility to easily add command line args. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | mariadb: add convenience symlinksSebastian Kemper2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | mariadb: fix mysql_configSebastian Kemper2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct the socket info in mysql_config. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | mariadb: add pluginsSebastian Kemper2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ha_sequence: formerly builtin, now a plugin - ha_sphinx: formerly disabled - ha_example: was missing in the eval lines Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | mariadb: bump to 10.2.x releaseSebastian Kemper2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to 10.2.x release series which has support for OpenSSL 1.1.x. - libmariadbclient was replaced by libmaria - libmaria uses LGPL, hence license info updated - upstream disabled xtradb engine, innodb is now default (cannot be built as plugin anymore) - complex charsets are now all included (size increase), as otherwise compile fails - patches adapted/refreshed Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | Merge pull request #6309 from diizzyy/patch-2Hannu Nyman2018-07-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | tmux: Add path to global conf file
| * | | | | | tmux: Add path to global conf fileDaniel Engberg2018-06-17
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Add path to global conf file so sysupgrade picks it up. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | vim: disable darwin supportFelix Fietkau2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build on Mac OS X hosts Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | treewide: fix missing/wrong MIRROR_HASH for sources from githubYousong Zhou2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of them forgot to update MIRROR_HASH on version change, others updated with wrong hash value. The new values were generated from tarballs prepared by the newly introduced github-tarball download methoded and confirmed consistent with those from sources.openwrt.org Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | Merge pull request #6368 from neheb/patch-15Hannu Nyman2018-07-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | unrar: Update to 5.6.5
| * | | | | | unrar: Update to 5.6.5Rosen Penev2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a few CVEs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #6276 from diizzyy/utils-dbusHannu Nyman2018-07-01
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | dbus: Update to 1.12.8
| * | | | | | dbus: Update to 1.12.8Daniel Engberg2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update dbus to 1.12.8 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | Merge pull request #6366 from neheb/patch-14Hannu Nyman2018-06-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gnupg: Update to 1.4.23
| * | | | | | | gnupg: Update to 1.4.23Rosen Penev2018-06-26
| | |/ / / / / | |/| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | rtl-sdr: fix build when GCC decides not to emit inlinesDavid Woodhouse2018-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maybe we should use something other than -Os for this code anyway; it's generally quite CPU-intensive. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* | | | | | | Merge pull request #6356 from aparcar/prom-0.16champtar2018-06-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | prometheus-node-exporter-lua: adapt 0.16 metrics
| * | | | | | | prometheus-node-exporter-lua: adapt 0.16 metricsPaul Spooren2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prometheus introduced some new conventions on how to name metrics. Read here https://prometheus.io/docs/practices/naming/ This PR breaks compatibility with past versions, just like the officials node exporter! 💥 Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | | | sane-backends: fix libusb dependencyLuiz Angelo Daros de Luca2018-06-28
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libusb-compat was still required by package but sane was already builing and linking libusb-1.0. It was working because libusb-compat requires libusb-1.0. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | domoticz: update to 4.9700 stable release, enable Python, fix compressionDavid Woodhouse2018-06-25
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The files in ozwcp/ shouldn't be compressed as there's no gzip handling for those. Also enable Python support — since it can dynamically link with libpython optionally, it's harmless to enable it. Those who want Python plugins can use it. I still want lua-based hardware plugins though. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* | | | | | Merge pull request #6306 from aparcar/fancy_releasechamptar2018-06-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | prometheus-node-exporter-lua: handle fancy release
| * | | | | | prometheus-node-exporter-lua: handle fancy releasePaul Spooren2018-06-17
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some releases may have non letters in it's name currently resulting in an empty ("") output which is then discarded, resulting in *missing* labels in the metric. Now it uses `.-` to catch as little as possible, but anything. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | qemu: package qemu-nbdMathew McBride2018-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qemu-nbd is used to 'mount' images to /dev/nbdX block devices, for example, to manipulate a qcow2 image as a disk device Signed-off-by: Mathew McBride <matt@traverse.com.au>
* | | | | | qemu: package qemu-imgMathew McBride2018-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qemu-img is used for converting between different VM image types, such as qcow2 to raw and vice versa. Signed-off-by: Mathew McBride <matt@traverse.com.au>
* | | | | | gptfdisk: add a new packageAlif M. Ahmad2018-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gptfdisk is a gpt-aware disk partitioning tool. It can be used to convert mbr partitioned disk to gpt and vice versa. It supports reading GPT, MBR, and BSD disklabels. Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* | | | | | rtty: Update to 5.1.0Jianhui Zhao2018-06-18
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | Merge pull request #5681 from neheb/sispmctlHannu Nyman2018-06-17
|\ \ \ \ \ | |/ / / / |/| | | | sispmctl: Change URL to HTTPS
| * | | | sispmctl: Change URL to HTTPSRosen Penev2018-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTPS goes through firewalls easier. Signed-off-by: Rosen Penev <rosenp@gmail.com>