aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* qemu: bump to version 5.0.0Yousong Zhou2020-05-11
| | | | | | | | | | | | | | | | | | The slirp patch was included in this QEMU release CXX_DEPENDS is now added for all host components otherwise we get errors like the following Package qemu-img is missing dependencies for the following libraries: libuClibc++.so.0 Package qemu-nbd is missing dependencies for the following libraries: libuClibc++.so.0 --disable-bluez was removed from configure args because upstream deprecated bluetooth subsystem since qemu v3.1 and remove the code in commit 1d4ffe8dc77c ("Remove the core bluetooth code") Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #12113 from cotequeiroz/openzwaveRosen Penev2020-05-10
|\ | | | | openzwave: avoid /usr/include in libopenzwave.pc
| * openzwave: avoid /usr/include in libopenzwave.pcEneas U de Queiroz2020-05-08
| | | | | | | | | | | | | | | | | | This adds a line in Build/InstallDev to change a hardcoded '/usr/include' definition in the staging_dir libopenzwave.pc file to use ${prefix}/include instead. Otherwise dependent packages may fail to find them. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | domoticz: fix compilation with boost 1.73Rosen Penev2020-05-08
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | flashrom: add BUILD_VARIANT to PKG_BUILD_DIREneas U de Queiroz2020-05-08
|/ | | | | | | Different variants will not be built right if they all share the same build directory. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* Merge pull request #12062 from stintel/drop_maintainershipRosen Penev2020-05-07
|\ | | | | Drop maintainership
| * domoticz: drop maintainershipStijn Tintel2020-05-03
| | | | | | | | | | | | As I no longer use the software, I will no longer maintain it. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * openzwave: drop maintainershipStijn Tintel2020-05-03
| | | | | | | | | | | | As I no longer use the software, I will no longer maintain it. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | collectd: sqm_collectd improve interface name filterKevin Darbyshire-Bryant2020-05-07
| | | | | | | | | | | | | | | | | | | | | | | | Increase the range of characters that get substituted by '_' so the shell doesn't complain about illegal variable names. Primarily done to catch '.' and '-' but who knows what funnies will appear in i/f names. It's a shame that busybox ash doesn't understand :alnum: Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | docker-ce: fix docker info warningFlorian Eckert2020-05-05
| | | | | | | | | | | | | | | | | | | | | | If we execute `docker info` we get the following warning: WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled To fix this enable this in sysctl if docker is installed. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | collectd: bump PKG_RELEASEHannu Nyman2020-05-05
| | | | | | | | | | | | Bump PKG_RELEASE on behalf of 38235de9c Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | collectd: SQM collect data from some qdiscsKevin Darbyshire-Bryant2020-05-05
| | | | | | | | | | | | | | | | | | Add a script that can collect data from mq (multi queue) and cake qdiscs. Script is reliant on collectd's 'exec' module. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | rrdtool1: modify logarithmic scale labellingKevin Darbyshire-Bryant2020-05-05
| | | | | | | | | | | | | | | | | | | | | | | | The y-axis graph labels in logarithmic mode display in 'scientific' notation eg: '1e+00' for 0, '1e+01' for 10, '1e+02' for 100 and so on. This IMO is a pain in the backside for non scientific humans to read. Modified output to display numbers up to 99,999 in conventional decimal format and to revert to scientific notation for larger, thus the same display space is taken. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | Merge pull request #12063 from mstorchak/tmuxRosen Penev2020-05-04
|\ \ | | | | | | tmux: update to 3.1b
| * | tmux: update to 3.1bMaxim Storchak2020-05-04
| |/ | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | Merge pull request #12071 from neheb/yaraRosen Penev2020-05-04
|\ \ | | | | | | yara: update to 4.0.0
| * | yara: update to 4.0.0Rosen Penev2020-05-03
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | collectd: add syslog json pluginFlorian Eckert2020-05-04
|/ / | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #12061 from cyrozap/prometheus-node-exporter-lua-timeEtienne Champetier2020-05-03
|\ \ | | | | | | prometheus-node-exporter-lua: Change node_time_seconds type to "gauge"
| * | prometheus-node-exporter-lua: Change node_time_seconds type to "gauge"Forest Crossman2020-05-03
| |/ | | | | | | | | | | | | | | | | | | | | | | | | The official node_exporter reports node_time_seconds as a gauge, but prometheus-node-exporter-lua reports it as a counter. To be consistent with the official implementation, and because "gauge" is more correct than "counter" for this metric (system time can decrease, but the Prometheus documentation states, "A counter is a cumulative metric that represents a single monotonically increasing counter whose value can only increase or be reset to zero on restart."), change the type for node_time_seconds to "gauge". Signed-off-by: Forest Crossman <cyrozap@gmail.com>
* / fish: update to 3.1.2Curtis Jiang2020-05-03
|/ | | | Signed-off-by: Curtis Jiang <jqqqqqqqqqq@gmail.com>
* idevicerestore: update to 2020-04-20Rosen Penev2020-05-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #12006 from TELUS-BBA/coreutils-fixRosen Penev2020-04-29
|\ | | | | coreutils: add upstream patch fixing aarch64 compilation
| * coreutils: add upstream patch fixing aarch64 compilationScott Roberts2020-04-29
| | | | | | | | | | | | ls: restore 8.31 behavior on removed directories Signed-off-by: Scott Roberts <ttocsr@gmail.com>
* | procps-ng: remove unnecessary PKG_BUILD_DEPENDSIan Cooper2020-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package Makefile contains an unnecessary PKG_BUILD_DEPENDS line that builds gettext and libiconv even in cases where the build has gettext-full and libiconv-full selected. This behaviour can and does mask errors in other package Makefiles that are dependent on libiconv-full if it is compiled before these packages by causing libiconv-stub to be created and put in the staging tree and potentially linked against by these dependent packages when they omit to specify an appropriate PKG_BUILD_DEPENDS line. procps-ng does not require gettext or libiconv to be built in order to compile correctly. Signed-off-by: Ian Cooper <iancooper@hotmail.com>
* | bash: Enable system-wide .bashrc file, source /etc/shinitJeffery To2020-04-29
| | | | | | | | | | | | | | | | | | | | This enables a system-wide .bashrc file (/etc/bash.bashrc), as well as some other options related to startup files, and sources /etc/shinit for interactive shells. Fixes https://bugs.openwrt.org/index.php?do=details&task_id=3019. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | bash: Import upstream patchesJeffery To2020-04-29
|/ | | | | | | | Source: https://ftp.gnu.org/gnu/bash/bash-5.0-patches/ (bash50-003 to bash50-017) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #11937 from neheb/coreuRosen Penev2020-04-28
|\ | | | | coreutils: update to 8.32
| * coreutils: add extra appletsRosen Penev2020-04-27
| | | | | | | | | | | | b2sum, base32, basenc, df, numfmt Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * coreutils: update to 8.32Rosen Penev2020-04-27
| | | | | | | | | | | | | | | | | | | | | | | | Added license information. Add explicit configure arguments. Removed upstream backport. Refreshed failing patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | irqbalance: fix compilation for USE_GLIBC and BUILD_NLS casesIan Cooper2020-04-28
|/ | | | | | | | | | | | | | | | | | | | | | | The package Makefile was not taking into consideration that the build may be using BUILD_NLS with libintl-full and libiconv-full and was trying to link the wrong versions of these libraries in this case. The necessary flags are added by nls.mk to TARGET_LDFLAGS and can be passed to irqbalance's configure script for setting the GLIB2_LIBS variable instead of the explicit static link to the libiconv stub. The PKG_BUILD_DEPENDS line should be modified so as to add to and not override the definition set by nls.mk, which will ensure the right version of libiconv and libintl is built beforehand. A DEPENDS:= line should be added to the package definition using the variables defined in nls.mk, which will add the appropriate version of libintl and libiconv (vanilla or -full versions) If USE_GLIBC is true, then libpthread needs to be explicitly passed to the configure script in the GLIB2_LIBS variable for linking. Signed-off-by: Ian Cooper <iancooper@hotmail.com>
* zstd: remove lto and as-needed flagsRosen Penev2020-04-26
| | | | | | | | | | The former can be implemented as a meson argument. The latter is already default. No compiled difference, therefore no PKG_RELEASE bump. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ntfs-3g: do not install mount.ntfs into /usr/sbinRosen Penev2020-04-25
| | | | | | | | | | ntfs-3g does not include nor install a file like this. Cleaned up Makefile for consistency between packages. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zoneinfo: Updated to the latest releaseVladimir Ulrich2020-04-25
| | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* Merge pull request #11889 from neheb/dbusssRosen Penev2020-04-24
|\ | | | | dbus: update to 1.13.12
| * dbus: update to 1.13.12Rosen Penev2020-04-18
| | | | | | | | | | | | Ran scripts through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | zstd: convert to mesonRosen Penev2020-04-22
| | | | | | | | | | | | | | Allows faster build with ninja. Unfortunately, the LTO stage slows it massively. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11915 from BKPepe/less-add-alternativesRosen Penev2020-04-22
|\ \ | | | | | | less: add ALTERNATIVES
| * | less: add ALTERNATIVESJosef Schlehofer2020-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package can not be installed if you have installed less from busybox. Collected errors: * check_data_file_clashes: Package less wants to install file /bin/less But that file is already provided by package * busybox * opkg_install_cmd: Cannot install package less. To avoid this error, I moved it from /bin/less to /usr/bin/less. If you install it now, it changes symlink from busybox to /usr/bin/less /bin/less -> busybox* /bin/less -> /usr/bin/less* When you remove it, it changes symlink back to busybox. That's why postint and postrm scripts are no longer needed. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | micrond: show stdout and stderr in logAdrian Schmutzler2020-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So far, all output created by scripts run with micrond has been discarded. Since there is no reason for that and it also does not match the expected behavior, this enables both stdout and stderr output for the service. If not desired, a user can still use >/dev/null or similar in his/her micrond jobs to disable output easily and similar to what it would be on other systems. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* | | Merge pull request #11890 from neheb/dump109Rosen Penev2020-04-21
|\ \ \ | | | | | | | | dump1090: update to 3.8.1
| * | | dump1090: update to 3.8.1Rosen Penev2020-04-18
| | |/ | |/| | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | sane-backends: enable PKG_BUILD_PARALLELLuiz Angelo Daros de Luca2020-04-22
| |/ |/| | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | Merge pull request #11872 from jefferyto/python3-makefile-cleanupHannu Nyman2020-04-20
|\ \ | | | | | | python3: Makefile cleanup
| * | treewide: Remove Python variants for non-Python packagesJeffery To2020-04-19
| |/ | | | | | | | | | | | | | | | | | | | | This removes Python-related build variants, and adds PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate), for non-Python packages. There should be no changes to build output. This also updates some include paths for python3-package.mk and/or python3-host.mk to be relative to the package Makefile. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #11833 from BKPepe/btrfs-progsJosef Schlehofer2020-04-20
|\ \ | |/ |/| btrfs-progs: update to version 5.6
| * btrfs-progs: update to version 5.6Josef Schlehofer2020-04-12
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #11869 from br101/bluez-5.54Hannu Nyman2020-04-17
|\ \ | | | | | | bluez: Update to version 5.54
| * | bluez: Update to version 5.54Bruno Randolf2020-04-17
| | | | | | | | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | squashfs-tools: bump to version 4.4Alexandru Ardelean2020-04-17
|/ / | | | | | | | | | | | | | | | | | | | | | | | | All patches are not needed anymore. squashfs-tools has implemented them in one way or another. Converted to download release tarballs. This should work better to get notified of a newer release. Also adds support for ZSTD compression: https://facebook.github.io/zstd/ Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>