aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #10176 from neheb/gptRosen Penev2019-10-14
|\ \ \ \ | |_|_|/ |/| | | gptfdisk: Switch to using uClibc++
| * | | gptfdisk: Switch to using uClibc++Rosen Penev2019-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patches sent upstream to fix usage with uClibc++. Cleaned up license information. Added several size optimizations. Several other Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #10192 from hnyman/collectd592Hannu Nyman2019-10-13
|\ \ \ \ | | | | | | | | | | collectd: update to 5.9.2
| * | | | collectd: fix upstream bug in 5.9.2 version stringHannu Nyman2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the missing version bump in the upstream source code to display the correct version 5.9.2 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
| * | | | collectd: update to 5.9.2Hannu Nyman2019-10-09
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update collectd to 5.9.2 Mainly bug fixes: https://github.com/collectd/collectd/blob/dfb9dd09fe3a6864c8cf85eb92e826c289e6d6d2/ChangeLog Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | gddrescue: Remove uClibc++ patchRosen Penev2019-10-12
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | A solution was applied to uClibc++, where the bug actually is. Fixed license information. Small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10210 from jefferyto/use-default-PKG_BUILD_DIRRosen Penev2019-10-12
|\ \ \ | | | | | | | | treewide: Use default PKG_BUILD_DIR when possible
| * | | treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes lines that set PKG_BUILD_DIR when the set value is no different from the default value. Specifically, the line is removed if the assigned value is: * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT if it is set, so now this is identical to the default value. * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it the same as the previous case * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) This is the same as the default PKG_BUILD_DIR when there is no BUILD_VARIANT. * $(BUILD_DIR)/[name]-$(PKG_VERSION) where [name] is a string that is identical to PKG_NAME [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | gammu: Remove python dependency, fix lib symlinksJeffery To2019-10-13
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the python dependency from the package; according to the maintainer[1][2] the software does not depend on python. This also fixes the symlinks for libGammu.so and libgsmsd.so. Previously, the symlinks were overwritten by $(INSTALL_BIN) with copies of their sources. [1]: https://github.com/openwrt/packages/issues/8893#issuecomment-539136531 [2]: https://github.com/openwrt/packages/issues/8893#issuecomment-539152794 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #10171 from neheb/gam2Hannu Nyman2019-10-12
|\ \ \ | | | | | | | | gammu: Update to 1.41
| * | | gammu: Update to 1.41Rosen Penev2019-10-07
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Switched conditional dependency to python3 in preparation for deprecating Python 2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | cache-domains: added game cache DNS config serviceGerard Ryan2019-10-12
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | Merge pull request #10160 from G-M0N3Y-2503/feature_docker-ce_updateRosen Penev2019-10-11
|\ \ \ | | | | | | | | docker-ce: Updated to 19.03.2
| * | | docker-ce: Updated to 19.03.2Gerard Ryan2019-10-06
| | |/ | |/| | | | | | | | | | | | | | | | | | | * Added warning logging * Added missing default kmod * Added missing kernel feature for IO scheduling Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | Merge pull request #10159 from jefferyto/shinitRosen Penev2019-10-11
|\ \ \ | |_|/ |/| | shinit: Add package
| * | shinit: Add packageJeffery To2019-10-06
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package adds support for /etc/shinit and ~/.shinit files, which contain commands to be run at the start of all interactive shells. (/etc/profile and ~/.profile are read for login shells only.) This is useful for those who regularly open non-login, interactive shells, for example users of GNU Screen or tmux. (This is based on a patch[1] I submitted for OpenWrt master, but there does not appear to be much interest in merging the change.) (This package uses the ENV shell variable, of which the POSIX standard has a brief description[2]. The dash manpage[3] also describes how the ENV variable is handled. (dash is the basis for busybox ash.)) [1]: https://patchwork.ozlabs.org/patch/1094493/ [2]: https://pubs.opengroup.org/onlinepubs/9699919799//utilities/V3_chap02.html#tag_18_05_03 [3]: https://manpages.debian.org/buster/dash/dash.1.en.html#Invocation Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / nano: update to 4.5Hannu Nyman2019-10-07
|/ | | | | | Update nano editor to version 4.5. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #10124 from tiagogaspar8/procps-ng-fixRosen Penev2019-10-02
|\ | | | | procps-ng: change default package selection
| * procps-ng: change default package selection Change the default selection of ↵Tiago Gaspar2019-10-01
| | | | | | | | | | | | packages from all to none. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | haveged: convert to procdHannu Nyman2019-10-01
| | | | | | | | | | | | Convert haveged init script to use procd Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | haveged: update to 1.9.8Hannu Nyman2019-10-01
| | | | | | | | | | | | Update haveged to 1.9.8 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | watchcat: make compatible with updated busybox ash array handlingNuno Goncalves2019-10-01
| | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | dump1090: update to 3.7.2Richard Yu2019-09-27
| | | | | | | | | | | | and use GitHub release tarball instead of git Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | domoticz: bump to 4.10717Stijn Tintel2019-09-27
| | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | Merge pull request #10035 from ↵Etienne Champetier2019-09-25
|\ \ | | | | | | | | | | | | TDT-AG/pr/20190920-prometheus-node-exporter-lua-fecs-fix prometheus-node-exporter-lua: ltq-dsl.lua: use errors_fecs_*
| * | prometheus-node-exporter-lua: ltq-dsl.lua: use new var names errors_fecs_*Martin Schiller2019-09-23
| |/ | | | | | | Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* | qemu: patch for CVE-2019-15890Yousong Zhou2019-09-23
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #10029 from neheb/zst2Rosen Penev2019-09-21
|\ \ | | | | | | zstd: Update to 1.4.3
| * | zstd: Update to 1.4.3Rosen Penev2019-09-18
| |/ | | | | | | | | | | Bugfix release. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #10037 from TDT-AG/pr/20190920-collectdFlorian Eckert2019-09-20
|\ \ | | | | | | collectd: add reload trigger and logfile plugin definition
| * | collectd: bump PKG_PACKAGE versionFlorian Eckert2019-09-20
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | collectd: add reload and service triggerFlorian Eckert2019-09-20
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | collectd: add logfile plugin definitionsFlorian Eckert2019-09-20
| |/ | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* / gpsd: Fix pkgconfig file for libgpsRosen Penev2019-09-17
|/ | | | | | | | | This ensures it can be found properly by any package that uses pkgconfig to find libgps. Nothing in the tree currently does. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #10018 from ja-pa/treewide-cpe-idRosen Penev2019-09-17
|\ | | | | treewide: add PKG_CPE_ID for better cvescanner coverage
| * treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | collectd: bump PKG_PACKAGE versionFlorian Eckert2019-09-17
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | collectd: add iptables uci configFlorian Eckert2019-09-17
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | collectd: add network uci configFlorian Eckert2019-09-17
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | collectd: add curl uci configFlorian Eckert2019-09-17
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | collectd: add apcups uci configFlorian Eckert2019-09-17
|/ | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* libzstd: Fix pkgconfig paths for cross compilationRosen Penev2019-09-16
| | | | | | pkgconfig needs to override these. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #10011 from Cynerd/bigclown-version-bumpRosen Penev2019-09-16
|\ | | | | Bigclown version bump
| * bigclown-mqtt2influxdb: update to version 1.2.0Karel Kočí2019-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This version introduces new option -d that makes service not to exit on error. This is brutal solution but is required to protect against service failure when remote resource is down. bigclown-mqtt2influxdb is service moving data from MQTT to InfluxDB and both of those services can and potentially are remote. The original implementation where it failed when service goes down is not ideal because network outage or target server outage can later require this service restart. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
| * bigclown-firmware-tool: update to version 1.4.1Karel Kočí2019-09-16
| | | | | | | | | | | | | | | | | | This release updates: bcf create --from There are no dependencies changes introduced by upstream and changes are of limited character. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | zoneinfo: Updated to the latest release.Vladimir Ulrich2019-09-16
|/ | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* Merge pull request #9982 from TDT-AG/pr/20190913-collectdHannu Nyman2019-09-15
|\ | | | | collectd: add additional config option
| * collectd: bump PKG_RELEASE numberFlorian Eckert2019-09-13
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * collectd: add new memory config valuesFlorian Eckert2019-09-13
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * collectd: add new cpu config valuesFlorian Eckert2019-09-13
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>