aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | | | | | 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>
* | | | | Merge pull request #5851 from micmac1/mariadbJo-Philipp Wich2018-04-28
|\ \ \ \ \ | | | | | | | | | | | | mysql: switch from MySQL to Mariadb
| * | | | | mariadb: new packageSebastian Kemper2018-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MariaDB is a drop-in replacement for MySQL. This commit adds a current and stable version of MariaDB to the tree. Quite a few ideas/patches were copied from Alpine Linux, Busybox Buildroot and Debian. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | mysql: remove from treeSebastian Kemper2018-03-31
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Remove mysql from the tree. It will be replaced by mariadb. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | Merge pull request #5945 from aparcar/inotify-fixupDaniel Golle2018-04-28
|\ \ \ \ \ | | | | | | | | | | | | bmx7-dnsupdate: wait 10 secs if bmx7 ins't running
| * | | | | bmx7-dnsupdate: wait 10 secs if bmx7 ins't runningPaul Spooren2018-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If bmx7 isn't running just yet the folder `/var/run/bmx7/json/originators` is missing and so the while loop runs non stop. Now the loop sleeps for 10 seconds if inotifywait fails. Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
* | | | | | swig: support latest versions of node.jsHirokazu MORIKAWA2018-04-26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | Merge pull request #5916 from aparcar/prom-bmx7v2champtar2018-04-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | prometheus-node-exporter-lua: extend bmx7 plugin
| * | | | | | prometheus-node-exporter-lua: extend bmx7 pluginPaul Spooren2018-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now monitors as well the tunIn parameters, aka the annoucend routes to the network. This is handy to check if a node annouces itself as a gateway. Also list all activated plugins. Example output: # TYPE bmx7_tunIn gauge bmx7_tunIn{name="myIP4",network="10.198.52.86/32"} 1 bmx7_tunIn{name="myIP6",network="2012:0:0:56::/128"} 1 bmx7_tunIn{name="inet4",network="0.0.0.0/0"} 1 # TYPE bmx7_plugin gauge bmx7_plugin{name="bmx7_config.so"} 1 bmx7_plugin{name="bmx7_json.so"} 1 bmx7_plugin{name="bmx7_sms.so"} 1 bmx7_plugin{name="bmx7_tun.so"} 1 Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
* | | | | | | Merge pull request #5938 from nxhack/bump_3_0_12Hannu Nyman2018-04-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | swig: bump to 3.0.12
| * | | | | | | swig: bump to 3.0.12Hirokazu MORIKAWA2018-04-25
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | Merge pull request #5863 from p-wassi/gpsdHannu Nyman2018-04-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | utils/gpsd: update to 3.17
| * | | | | | | utils/gpsd: Update to 3.17Paul Wassi2018-04-02
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to upstream release 3.17 and refresh patch. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | | | | Merge pull request #5919 from diizzyy/patch-3Hannu Nyman2018-04-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | utils/ncdu: Update to 1.13
| * | | | | | | utils/ncdu: Update to 1.13Daniel Engberg2018-04-14
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Update ncdu to 1.13 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | utils/tio: Update to 1.30Daniel Engberg2018-04-22
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Update tio to 1.30 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | mmc-utils: update to latest git versionMichael Heimpold2018-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also drop obsolete patch. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | Merge pull request #5923 from aparcar/bmx7-dnsupdateDaniel Golle2018-04-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | bmx7-dnsupdate: add package
| * | | | | | bmx7-dnsupdate: add packagePaul Spooren2018-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes it easy to address bmx7 shorids and hostnames with ping, ssh, etc. Both are stored in /tmp/hosts/ and so loaded by dnsmasq. Instead of using a cron job which triggers the bmx7 deamon every so and so, inotifywait is used to see creation or deletion of originators in /var/run/bmx7/json/originators/ Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
* | | | | | | Merge pull request #5928 from mstorchak/tmuxHannu Nyman2018-04-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tmux: update to 2.7
| * | | | | | | tmux: update to 2.7Maxim Storchak2018-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | | Merge pull request #5922 from diizzyy/utils-pcsctoolsHannu Nyman2018-04-17
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | utils/pcsc-tools: Update to 1.5.3
| * | | | | | | utils/pcsc-tools: Update to 1.5.3Daniel Engberg2018-04-16
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update pcsc-tools to 1.5.3 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | inotify-tools: add packagesDaniel Golle2018-04-15
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add packages for inotifywait, inotifywatch and libinotifytools. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | openzwave: fix gcc7 compile and remove bad patchMarko Ratkaj2018-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch 903-no-examples.patch removes MinOZW binary. This is wrong since install section of openzwave is still using it. We can either remove the patch or remove install section for openzwave. It seems people are using this binary so we remove the patch. After removing the patch the following issue appears with gcc7: cc1plus: error: -Wformat-security ignored without -Wformat This is resolved by adding the following to Makefile TARGET_CPPFLAGS+=-Wno-format -Wno-format-security Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | Merge pull request #5859 from diizzyy/utils-ccidDaniel Golle2018-04-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | utils/ccid: Update to 1.4.29
| * | | | | | utils/ccid: Update to 1.4.29Daniel Engberg2018-04-01
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ccid to 1.4.29 Update URLs Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | unrar: Update to 5.6.1.Rosen Penev2018-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change links to HTTPS and add CPE_ID. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | utils/pcsc-lite: Update URLsDaniel Engberg2018-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New URLs Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | utils/tio: Update to 1.29Daniel Engberg2018-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update tio to 1.29 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | nano: update to 2.9.5Hannu Nyman2018-04-02
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nano to 2.9.5 Release Notes: 2018 March 29 GNU nano 2.9.5 "Kiša pada" changes the way the Scroll-Up and Scroll-Down commands work (M-- and M-+): instead of keeping the cursor in the same screen position they now keep the cursor in the same text position (if possible). This version further adds a new color name, "normal", which gives the default foreground or background color, which is useful when you want to undo some overzealous painting by earlier syntax regexes. Bug fixes include: a segfault when trying to insert a file in restricted mode, the reading in of a new file being "undoable", a slight miswrapping of help texts when --linenumbers was used, and the shell syntax coloring the word "tar" in file names. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | zoneinfo: Updated to the latest release.Vladimir Ulrich2018-03-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | Merge pull request #5722 from alive4ever/feature-mksh-updateDirk Brenken2018-03-24
|\ \ \ \ \ | | | | | | | | | | | | mksh: update to R56c
| * | | | | mksh: update to R56cAlif M. Ahmad2018-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated to R56c. Also add myself as maintainer and move the location from `Base system` into `Utilities/Shells`. Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* | | | | | mysql: remove $(FPIC), fix AARCH64 buildsSebastian Kemper2018-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql already makes sure that the compiler emits position-independent code when appropriate, namely when compiling shared objects. The mysql build system puts its own flag behind the CFLAGS, overriding whatever was set before. Additionally, forcing applications into PIC mode will just slow them down (mysql not only provides shared objects but also applications). Last but not least OpenWrt's $(FPIC) can cause build failures. This is the case currently for AARCH64: net_serv.o: In function `my_net_init': net_serv.cc:(.text+0x28): relocation truncated to fit: R_AARCH64_LD64_GOTPAGE_LO15 against symbol `my_malloc' defined in .text section in ../mysys/libmysys.a(my_malloc.o) net_serv.cc:(.text+0x28): warning: Too many GOT entries for -fpic, please recompile with -fPIC /data/bowl-builder/aarch64_cortex-a53/build/sdk/staging_dir/toolchain-aarch64_cortex-a53_gcc-7.3.0_musl/bin/../lib/gcc/aarch64-openwrt-linux-musl/7.3.0/../../../../aarch64-openwrt-linux-musl/bin/ld: final link failed: Symbol needs debug section which does not exist collect2: error: ld returned 1 exit status Makefile:955: recipe for target 'mysqld' failed make[7]: *** [mysqld] Error 1 Remove $(FPIC) from TARGET_CFLAGS to address all of the above. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | Merge pull request #5801 from dibdot/mc_vfs-fixDirk Brenken2018-03-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | mc: fix warnings with enabled vfs support
| * | | | | | mc: fix warnings with enabled vfs supportDirk Brenken2018-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vfs support needs an additional ini file and another directory by default (/usr/lib/mc/extfs.d), backport of a turris fix. * cleanup makefile Signed-off-by: Dirk Brenken <dev@brenken.org>