aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* 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>
* | | utils: openzwave: disable examples and fix includeMarko Ratkaj2018-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch 903 disables building of examples. Patch 904 fixes the following issue: When building software that build depends on openzwave, build will always search in /usr/include/openzwave instead of staging_dir/.../usr/include/openzwave. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | auc: always send version when requesting imageDaniel Golle2018-03-23
|/ / | | | | | | | | | | Fixes #5799 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #5773 from ryzhovau/picocom-srcHannu Nyman2018-03-19
|\ \ | | | | | | picocom: use Google Storage API to get sources from former Googlecode
| * | picocom: use Google Storage API to get sources from former GooglecodeAlexander Ryzhov2018-03-16
| | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | rtty: Fix the bug of startup scriptJianhui Zhao2018-03-19
| | | | | | | | | | | | | | | | | | Not correctly judging whether uci_validate_section is successful Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | stm32flash: fix source URLAlexander Ryzhov2018-03-16
|/ / | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | rtty: update to v4.1.1Jianhui Zhao2018-03-15
| | | | | | | | | | | | | | f056af0 Fix bug: double free when execute a command timeout 69260b6 Fix bug: Error class did not match the server Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | rtty: Update to 4.1.0Jianhui Zhao2018-03-13
| | | | | | | | | | | | support execute a command remote Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | haveged: disable MIPS16Hannu Nyman2018-03-12
| | | | | | | | | | | | | | Disable MIPS16 usage so that haveged compiles ok with GCC 7.3 for MIPS targets. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | nano: update to 2.9.4Hannu Nyman2018-03-11
|/ | | | | | Update nano to 2.9.4 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #5632 from haraldg/smstools3Dirk Brenken2018-03-06
|\ | | | | smstools3: Move init script to use procd
| * smstools3: Move init script to use procdHarald Geyer2018-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * properly install config file * prevent smsd from starting right after installation to prevent loss of data (make default device unavailable by turning configuration into comments) * move init script to procd * update init script priority to sane value * log to syslog - at the moment via stdout and procd this is a workaround to force smsd to stay in the foreground * the init script can't do a modem reset anymore use an alarmhandler script instead * add a local patch to make all processes terminate if the main process dies * take over the package as new maintainer Signed-off-by: Harald Geyer <harald@ccbib.org>
* | tree: bump PKG_RELEASEYousong Zhou2018-03-06
| | | | | | | | | | | | | | It was missing in a previous change bab8741 (tree: use TARGET_{CFLAGS,LDFLAGS} instead of the package default) Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | tree: use TARGET_{CFLAGS,LDFLAGS} instead of the package defaultToni Uhlig2018-03-06
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | rtty: Update to latest versionJianhui Zhao2018-03-03
| | | | | | | | | | | | Change license to LGPL2 Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | Merge pull request #5650 from dangowrt/collectd-modbus-little-endianHannu Nyman2018-02-28
|\ \ | | | | | | collectd: modbus: backport support for little-endian values
| * | collectd: modbus: backport support for little-endian valuesDaniel Golle2018-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | Support for little-endian word-order of 32-bit fields was added upstream recently. Import the corresponding PR https://github.com/collectd/collectd/pull/2660 into a local patch and bump package release. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #5651 from neheb/mkDaniel Golle2018-02-28
|\ \ \ | |/ / |/| | mktorrent: Update to version 1.1.
| * | mktorrent: Update to version 1.1 + use GitHub properlyRosen Penev2018-02-21
| | | | | | | | | | | | | | | | | | Use GitHub to generate a .tar.xz file based on commit number. More flexible this way. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #5645 from neheb/dfuDirk Brenken2018-02-26
|\ \ \ | | | | | | | | dfu-programmer: Change PKG_SOURCE_URL to use @SF macro.
| * | | dfu-programmer: Change PKG_SOURCE_URL to use @SF macro.Rosen Penev2018-02-20
| | |/ | |/| | | | | | | | | | | | | More flexible with more mirrors. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #5648 from neheb/dfu-utilHannu Nyman2018-02-25
|\ \ \ | | | | | | | | dfu-util: Add PKG_MAINTAINER entry + fix URL.
| * | | dfu-util: Add PKG_MAINTAINER entry + fix URL.Rosen Penev2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | /files is not needed when using the @SF macro. Also added PKG_MAINTAINER to get notifications to update. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | qemu: bump to version 2.11.1Yousong Zhou2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here are the notable changes - pixman is now not part of the release tarball and is required as an external dependency - archipelago is removed by upstream - patches are regenerated with git-format-patch - ifunc requirement is now removed Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | auc: update to version 0.0.9Daniel Golle2018-02-23
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use full package list when checking for upgrades * verify sha256sums and usign signature of sha256sums.sig * introduce '-c' option to only check if system is up-to-date * introduce '-F' option to ignore the signature verification result * return -1 on locally caused and -2 on server-side errors * don't include locally appended attributes in debug output of a server reply * output bug report note on 412 target not found * use content-length header instead of filesize field in JSON content * suppress duplicate error messages * drop unused attributes * make debug messages optional at compile-time Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #5644 from neheb/mktDaniel Golle2018-02-21
|\ \ \ | |/ / |/| | mktorrent: Change download URL to GitHub.
| * | mktorrent: Change download URL to GitHub.Rosen Penev2018-02-20
| |/ | | | | | | | | | | Upstream has moved to GitHub. Also the hash of the original link and what is in OpenWrt's mirrors does not mach. This may have been motivation for moving away from SourceForge... Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #5640 from neheb/btrdibdot2018-02-20
|\ \ | | | | | | btrfs-progs: Update to 4.15.1
| * | btrfs-progs: Update to 4.15.1Rosen Penev2018-02-20
| |/ | | | | | | | | | | Compile tested on ar71xx. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #4562 from pprindeville/lm-sensors-fix-conf-fileJo-Philipp Wich2018-02-20
|\ \ | | | | | | lm-sensors: update name of configuration file
| * | lm-sensors: update names of lm-sensos conf filePhilip Prindeville2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | Since lm-sensors supports both /etc/sensors.conf and /etc/sensors3.conf as valid default configuration files, we should propagate one of both across a sysupgrade if we encounter them. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | zsh: add required dependency(issue #5514)Jakub Tymejczyk2018-02-17
| |/ |/| | | | | | | As indicated in https://github.com/openwrt/packages/issues/5514 zsh is compiled with --enable-cap option but libcap is not listed in dependencies Signed-off-by: Jakub Tymejczyk <jakub@tymejczyk.pl>
* | Merge pull request #5578 from aparcar/bmx6-exporterchamptar2018-02-15
|\ \ | | | | | | prometheus-node-exporter-lua: add bmx6/7 scraper
| * | prometheus-node-exporter-lua: add bmx6/7 scraperPaul Spooren2018-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scrapes bmx6 status and connected links. example output: bmx6_status{id="qMp-LibreMesh-1706",version="BMX6-0.1-alpha",address="fd66:66:66:a:6670:2ff:fe3e:9d28"} 1 bmx6_link_rxRate{target="UPC-CN-C6-E104-Alix",source="qMp-LibreMesh-1706",dev="wlan0-mesh_12"} 100 bmx6_link_txRate{target="UPC-CN-C6-E104-Alix",source="qMp-LibreMesh-1706",dev="wlan0-mesh_12"} 100 bmx6_link_rxRate{target="UPC-CN-C6-E104-Alix-Paul",source="qMp-LibreMesh-1706",dev="wlan1-adhoc_12"} 100 bmx6_link_txRate{target="UPC-CN-C6-E104-Alix-Paul",source="qMp-LibreMesh-1706",dev="wlan1-adhoc_12"} 100 bmx6_link_rxRate{target="UPC-CN-C6-E104-Turoffner",source="qMp-LibreMesh-1706",dev="wlan0-mesh_12"} 97 bmx6_link_txRate{target="UPC-CN-C6-E104-Turoffner",source="qMp-LibreMesh-1706",dev="wlan0-mesh_12"} 100 node_scrape_collector_duration_seconds{collector="bmx6"} 0.0025260448455811 node_scrape_collector_success{collector="bmx6"} 1 scrapes bmx7 status and connected links. example output: bmx7_status{id="C68791D2",revision="3a52f89",name="smpl-18f4ce",address="fd70:c687:91d2:8ab3:1a88:6b14:bad0:2b18"} 1 bmx7_cpu_usage 0.7 bmx7_mem_usage 3204000 bmx7_link_rxRate{target="F48239CD",dev="wlan0-mesh_13",source="C68791D2",name="smpl-07889a"} 54000 bmx7_link_txRate{target="F48239CD",dev="wlan0-mesh_13",source="C68791D2",name="smpl-07889a"} 52729 node_scrape_collector_duration_seconds{collector="bmx7"} 0.0020999908447266 node_scrape_collector_success{collector="bmx7"} 1 prometheus-node-exporter-lua: bmx6/7 netjson format adds labels called source and target to links instead of only the target previously called "id". Retrieving all *links* from prometheus now makes it easier to create a valid netjson(.org) graph. It's not feasible to use *instance* as *source* as for instance likely the name is used for dns, instead of the ID. Using the *name* instead of *id* for netjson linking results in a bad graph when two devices have the same (default) hostname. Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
* | | collectd: enable MQTT pluginHannu Nyman2018-02-15
| | | | | | | | | | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | rtty: Update to 3.1.1Jianhui Zhao2018-02-07
|/ / | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | btrfs-progs: Update to 4.15Rosen Penev2018-02-04
| | | | | | | | | | Compile tested on ar71xx Signed-off-by: Rosen Penev <rosenp@gmail.com>