aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* gnupg: Update to 1.4.22Rosen Penev2018-06-08
| | | | | | Switched URLs to official HTTPS. More reliable and more secure. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #6091 from dwmw2/domoticzStijn Tintel2018-06-04
|\ | | | | Domoticz updates and build fixes
| * domoticz: fix Onkyo custom command handling from dzVentsDavid Woodhouse2018-06-04
| | | | | | | | | | | | https://github.com/domoticz/domoticz/pull/2386 Signed-off-by: David Woodhouse <dwmw2@infradead.org>
| * domoticz: update to 3.9571 and clean up FHS handlingDavid Woodhouse2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream has merged a simplified version of the FHS patch, with a few changes... Scripts are actually configuration. There are examples, but the point is that you write your own. So they should live in the data directory (e.g. /var/lib/domoticz) not in /usr/share/domoticz. The only exception is the dzVents runtime. So.... the upstream patch handles the dzVents runtime bit. Drop the part of our patch which added -scripts, because it can just be based in the userdata directory and we don't need to change that. Ship the default scripts/ directory in /etc/domoticz/scripts, and on startup make a *symlink* to it from /var/lib/domoticz/scripts. Symlink from /etc/domoticz/scripts/dzVents{data,generated_scripts} to temporary directories under /var/lib/domoticz/dzVents so that those directories (which are written to by Domoticz) don't land on the root file system. Anyone with a writeable file system who *wants* the data/ directory to be persistent, can change that. Just as they can change the userdata config option to point to a real file system somewhere. Also drop the renaming of the OpenZWave Config/ directory. It's purely cosmetric so there's no need for us to carry that change. It can go upstream first, if it really offends anyone. Drop the patches which are now merged upstream, and turn off the newly added USE_OPENSSL_STATIC. Add -noupdates to the command line. Finally, gzip the static www files to save space. In the common case, clients will use "Accept-Encodiong: gzip" and Domoticz will serve them as-is. It can also decompress on the fly if it really has to, but now we aren't asking it to *compress* on the fly, which is probably a losing proposition on an OpenWRT box. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
| * domoticz: build with -fltoDavid Woodhouse2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | This makes quite a significant difference to the executable size: text data bss dec hex filename 7921421 87804 31692 8040917 7ab1d5 domoticz 5862321 86180 31212 5979713 5b3e41 domoticz-lto As an added bonus, it still seems to work. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
| * domoticz: support -ssldhparam config/command line optionDavid Woodhouse2018-06-04
| | | | | | | | Signed-off-by: David Woodhouse <dwmw2@infradead.org>
| * domoticz: use 'ln -sf' in serial hotplug scriptDavid Woodhouse2018-06-04
| | | | | | | | | | | | Otherwise, stale symlinks don't get replaced Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* | nano: update to 2.9.8Hannu Nyman2018-06-04
| | | | | | | | | | | | Update nano to version 2.9.8 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | mc: update 4.8.21Dirk Brenken2018-06-04
| | | | | | | | | | * News see here: http://midnight-commander.org/wiki/NEWS-4.8.21 Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #5396 from diizzyy/utils-fioHannu Nyman2018-06-03
|\ \ | | | | | | fio: Add to repo
| * | fio: Add to repoDaniel Engberg2018-05-14
| | | | | | | | | | | | | | | | | | Add fio to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | rtty: Update to 4.1.2Jianhui Zhao2018-05-23
| |/ |/| | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | btrfs-progs: Update to 4.16.1Rosen Penev2018-05-20
| | | | | | | | | | | | Some programs were removed upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #5682 from neheb/xzHannu Nyman2018-05-17
|\ \ | | | | | | xz: Update to 5.2.4 + misc
| * | xz: Update to 5.2.4 + miscRosen Penev2018-05-08
| | | | | | | | | | | | | | | | | | | | | The second source is just a redirect to SourceForge. Removed. Also change URL to HTTPS as the website now supports it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | nano: update to 2.9.7Hannu Nyman2018-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nano 2.9.7 was released on 2018 May 15. Release notes: GNU nano 2.9.7 "Hvide Sande" adds the option '--afterends' for making Ctrl+Right (the nextword function) stop at word ends instead of beginnings, accepts multibyte letters for the Yes/No/All answers, does emergency saves of changed buffers in the unlikely event that nano crashes, adds the until-now missing bindable function 'linenumbers', and renames the toggles 'constupdate' to 'constantshow' and 'cuttoend' to 'cutfromcursor', for consistency with the corresponding options -- adjust your nanorc files soon. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #6049 from jow-/flashrom-updateJohn Crispin2018-05-15
|\ \ \ | | | | | | | | flashrom: update to v1.0
| * | | flashrom: update to v1.0Jo-Philipp Wich2018-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to flashrom version 1.0 and cherry-pick an upstream fix for deprecated libusb api usage. Fixes the following error spotted by the buildbots: ch341a_spi.c: In function 'ch341a_spi_init': ch341a_spi.c:447:2: error: 'libusb_set_debug' is deprecated: [...] libusb_set_debug(NULL, 3); // Enable information, warning and [...] ^~~~~~~~~~~~~~~~ In file included from ch341a_spi.c:25:0: .../libusb-1.0/libusb.h:1300:18: note: declared here void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level); ^~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors Makefile:1030: recipe for target 'ch341a_spi.o' failed Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | mariadb: add source mirrorsSebastian Kemper2018-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested by Daniel Engberg, add some mirror servers to offload from MariaDB's main download server. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | mariadb: bump to 10.1.33Sebastian Kemper2018-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintenance release. Fixes the following security vulnerabilities: CVE-2018-2782 CVE-2018-2784 CVE-2018-2787 CVE-2018-2766 CVE-2018-2755 CVE-2018-2819 CVE-2018-2817 CVE-2018-2761 CVE-2018-2781 CVE-2018-2771 CVE-2018-2813 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | mariadb: fix /etc/mysql setupSebastian Kemper2018-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - create directory /etc/mysql/conf.d as without it the server refuses to start - correct the path to my.cnf in the init script Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | mariadb: Makefile cleanupsSebastian Kemper2018-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix a typo - remove unnecessary trailing slashes Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | domoticz: backport Boost 1.66 compat fixBERENYI, Balazs2018-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build by updating boost usage. Added backported patch from upstream commit 388c7b51716cdb6221ec292cc2456ceca6ee9b02. Signed-off-by: BERENYI, Balazs <beba@wee.hu> [update commit message] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | bash: style and doc fixYousong Zhou2018-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch is about job control in general instead of the builtin jobs command Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | bash: fix postinst scriptYousong Zhou2018-05-09
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | treewide: use mirror tag @KERNEL where applicableYousong Zhou2018-05-09
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | utils/bash: Update to 4.4.18Daniel Engberg2018-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update bash to 4.4.18 - Enable PKG_CHECK_FORMAT_SECURITY - Use shared libreadline - Enable job control Fixes #5796, Closes #5858 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #6021 from t-umeno/update_klish-2.1.4Hannu Nyman2018-05-08
|\ \ \ \ | | | | | | | | | | klish: update to latest version (2.1.4)
| * | | | klish: CONFIGURE_ARGS += --with-libxml2Takashi Umeno2018-05-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
| * | | | klish: update to latest version (2.1.4)Takashi Umeno2018-05-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
* | | | | inotify-tools: update to 3.20.1Reiner Herrmann2018-05-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
* | | | | Merge pull request #6007 from aparcar/export-openwrtchamptar2018-05-07
|\ \ \ \ \ | |/ / / / |/| | | | prometheus-node-exporter-lua: add openwrt exporter
| * | | | prometheus-node-exporter-lua: add openwrt exporterPaul Spooren2018-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds openwrt specific information about the device. include DISTRIB_{ID, RELEASE, REVISION}, board_name and model Example output: # TYPE node_openwrt_info gauge node_openwrt_info{revision="55a0636",model="QEMU Standard PC (i440FX + PIIX, 1996)",id="LiMe",board_name="qemu-standard-pc-i440fx-piix-1996",release="snapshot"} 1 node_scrape_collector_duration_seconds{collector="openwrt"} 3.814697265625e-05 node_scrape_collector_success{collector="openwrt"} 1 Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
* | | | | Merge pull request #5988 from diizzyy/patch-9Hannu Nyman2018-05-06
|\ \ \ \ \ | | | | | | | | | | | | bluez: Update to 5.49
| * | | | | bluez: Update to 5.49Daniel Engberg2018-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update bluez to 5.49 Fix issue https://github.com/openwrt/packages/issues/1497 Fix issue https://github.com/openwrt/packages/issues/1503 Cherry pick patches from Alpine Linux repo Apply --gc-sections, saves about 500kbyte Drop audio.conf (not needed and deprecated) Remove bluetooth.dbus as upstream supplies a working copy Based on patch provided by Johnny Vogels https://github.com/openwrt/packages/pull/5937 Source: https://git.alpinelinux.org/cgit/aports/commit/main/bluez/fix-endianness.patch?id=1c6991b32a22be2c905cc1709be1376c4e79e451 https://git.alpinelinux.org/cgit/aports/commit/main/bluez/bluez-5.40-obexd_without_systemd-1.patch?id=980b2d04ae4339594701b33cf9460757c989c94c Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | mariadb: create symlinks in a portable waySebastian Kemper2018-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hannu mentioned that --recursive could not be available always. That is correct. While GNU coreutils' ln supports this, BSD's ln for example does not. This commit addresses that. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | mariadb: install staging libs to lib/mysql as wellSebastian Kemper2018-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Historically programs added /usr/lib/mysql to the library search path when linking. mariadb does not do so anymore, although even its mysql_config script suggests to use this path. When an old version of the library still resides in this directory (like from an old mysql installation) it will be linked against instead of the current library which is in /usr/lib. To prevent this simply install symlinks from the staging libs in /usr/lib into /usr/lib/mysql. This fixes build failures on the build bots which are seen with libzdb and libdbi-drivers. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | Merge pull request #5672 from tsl0922/ttyd-1.4.0Hannu Nyman2018-05-06
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | ttyd: update to 1.4.0
| * | | | | ttyd: update to 1.4.0Shuanglei Tao2018-04-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* | | | | | Merge pull request #5982 from micmac1/gammu-fix-mysql-depHannu Nyman2018-05-05
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | gammu: fix mysql depend
| * | | | | gammu: fix mysql dependSebastian Kemper2018-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql was replaced by mariadb. The lazy dependency "+PACKAGE_libmysqlclient:libmysqlclient" does not work anymore as "PACKAGE_libmysqlclient" no longer exists. This results in: Package gammu is missing dependencies for the following libraries: libmysqlclient.so.18 This commit addresses that. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | zoneinfo: Updated to the latest release.Vladimir Ulrich2018-05-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | | sane-backends: Make sane-backends.pc availableSebastian Muszynski2018-05-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Muszynski <basti@linkt.de>
* | | | | | acpica-unix: update to 20180427Philip Prindeville2018-04-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #5894 from aparcar/prom-exportchamptar2018-04-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | prometheus-node-exporter-lua: textfile collector
| * | | | | | prometheus-node-exporter-lua: export static filesPaul Spooren2018-04-30
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Print all files from /var/prometheus/*.prom. This behaviour allow users to add metrics with non-lua scripts. Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
* / / / / / nano: update to 2.9.6Hannu Nyman2018-04-29
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nano 2.9.6 release notes: GNU nano 2.9.6 "Gomance" fixes a crash in word completion, makes --enable-altrcname work again, improves the fluidity of scrolling when using the touchpad, tweaks the syntaxes for shell scripts and PO files, makes a replacing session go always forward by default, no longer inserts a newline after an external spell check of a selected region, always accepts the English Y and N (and A) at a yes-no prompt in any locale, and solves a few hypothetical bugs. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | Merge pull request #5977 from micmac1/collectd-enable-mysql-pluginHannu Nyman2018-04-29
|\ \ \ \ \ | | | | | | | | | | | | collectd: enable mysql plugin
| * | | | | collectd: enable mysql pluginSebastian Kemper2018-04-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | mariadb: fix sporadic build failureSebastian Kemper2018-04-29
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Observed once in about two dozen builds on the bots: make[6]: *** No rule to make target '/build/lede-snapshots/arm_cortex-a7_neon-vfpv4/build/sdk/staging_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/usr/lib/libevent.so', needed by 'tests/async_queries'. Stop. Address this by adding libevent2 to PKG_BUILD_DEPENDS. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>