aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* dump1090: remove librtldr dependency for view1090 and clean up MakefileÁlvaro Fernández Rojas2015-09-30
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Merge pull request #1797 from mhei/fix-open-plc-utilsFlorian Fainelli2015-09-30
|\ | | | | open-plc-utils: upgrade to latest git revision and fix compilation
| * open-plc-utils: upgrade to latest git revision and fix compilationMichael Heimpold2015-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Buildbots are reporting the following error: ../mme/ARPCPrint.c: In function 'ARPCPrint': ../mme/ARPCPrint.c:123:2: error: incompatible type for argument 3 of 'vfprintf' vfprintf (fp, (char *)(&data->LIST [LE16TOH (data->STROFFSET)]), (void *)(&data->LIST [LE16TOH (data->ARGOFFSET)])); ^ In file included from /store/buildbot/slave/mxs/build/staging_dir/toolchain-arm_arm926ej-s_gcc-4.8-linaro_musl-1.1.11_eabi/include/fortify/stdio.h:20:0, from ../mme/ARPCPrint.c:68: /store/buildbot/slave/mxs/build/staging_dir/toolchain-arm_arm926ej-s_gcc-4.8-linaro_musl-1.1.11_eabi/include/stdio.h:108:5: note: expected '__isoc_va_list' but argument is of type 'void *' Fix this by definition __UCLIBC__ to enable a workaround for this issue. While at, switch to HTTPS URL for cloning the git repo. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | dump1090: switch to mutability repo, make view1090 a separate packageÁlvaro Fernández Rojas2015-09-29
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | pciutils: update to v3.4.0Álvaro Fernández Rojas2015-09-28
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | lxc: bump version to 1.1.3Marko Ratkaj2015-09-27
| | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | canutils: add new package (fixes #1785)Anton Glukhov2015-09-21
|/ | | | | | | Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com> [Minor fixes] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* mbtools: fix build with libintl-fullDaniel Golle2015-09-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* tracertools: update source URLDaniel Golle2015-09-16
| | | | | | rip gitorious.org Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Revert "sane-backends: import from oldpackages"Luiz Angelo Daros de Luca2015-09-15
|
* Merge pull request #1776 from aTanW/masterSteven Barth2015-09-15
|\ | | | | joe: bump to upstream v4.1
| * joe: bump to upstream v4.1aTanW2015-09-15
| | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-)
* | Merge pull request #1724 from luizluca/saneSteven Barth2015-09-15
|\ \ | | | | | | sane-backends: import from oldpackages
| * | sane-backends: import from oldpackagesLuiz Angelo Daros de Luca2015-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since oldpackages: - cups dependency was completely removed * This also happened in sane trunk version - small musl patch - added detection of inb,outb (link error with musl) * this also removes hack 020-non-i386-qcam.patch - fix for segfault when using sane-test backend - removed link to extra libraries in libsane (used only for preload backends) - added format-security fix - sane-libs and sane-backends merged and exploded into individual packages for each backend: * libsane for sane library (which backends should dep on) * sane-daemon for saned daemon * sane-xxx for sane backend for xxx ** each backend has its own custom dep libraries * sane-backends-all (with no files) that deps on all backends * sane-qcam is only available for x86/x86_64 ** other archs does not implement inb/outb (at least in musl) Now it is possible to use SANE with much less FS space (KB instead of MB). Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | unrar: update to v5.3.4Álvaro Fernández Rojas2015-09-13
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | dmidecode: update to v3.0Álvaro Fernández Rojas2015-09-12
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | sumo: update to v0.24.0Álvaro Fernández Rojas2015-09-12
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | unrar: update to v5.3.3Álvaro Fernández Rojas2015-09-12
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | mbtools: add new packageDaniel Golle2015-09-11
|/ / | | | | | | | | | | Modbus tools based on libmodbus Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | lvm2: update to version 2.02.130Daniel Golle2015-09-07
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #1732 from paulfertser/fix-openocd-nls-mkTed Hess2015-09-07
|\ \ | | | | | | openocd: include nls.mk to fix build with full NLS support
| * | openocd: include nls.mk to fix build with full NLS supportPaul Fertser2015-08-29
| | | | | | | | | | | | | | | | | | | | | Since openocd depends on hidapi it needs appropriate LD_FLAGS to link against it as that library depends on libiconv. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | | [lvm2] - Update to version 2.02.129cmf2015-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates (and also fixes) the lvm2 package. The previous Makefile version, was using an incorrect package version (2.02.126), which does not exists at the specified FTP source site. Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
* | | Merge pull request #1736 from hnyman/conf-collectdJo-Philipp Wich2015-09-01
|\ \ \ | | | | | | | | collectd: Clarify config file example/placeholder
| * | | collectd: Clarify config file example/placeholderHannu Nyman2015-08-30
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The config file shipped with collectd dates from 2010 and leads to error messages if luci-statistics & collectd are installed, as it references several plugins not usually installed, or such ones that have been renamed since then. For most users, this file is just a placeholder during collectd installation, as /usr/bin/stat-genconfig from /etc/init.d/luci_statistics will overwrite it. Sanitize and shorten the placeholder config file: * Reference actively only the default plugins installed by luci statistics. * Match the placeholder config with the genuine config from luci statistics. If somebody uses collectd separately from luci statistics, he will need to edit these settings anyway. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #1669 from plntyk/fix_gcc5_flashromÁlvaro Fernández Rojas2015-09-01
|\ \ \ | |_|/ |/| | flashrom: fix gcc5 build
| * | flashrom: fix gcc5 buildDirk Neukirchen2015-08-19
| | | | | | | | | | | | | | | | | | | | | default C dialect changed with gcc5 explicitly use old C dialect Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | gammu: bump to supstream v1.36.5aTanW2015-08-31
| | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile, take 2Michael Heimpold2015-08-30
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also already mentioned in ba4338d6f7753c77b03357aa74cc63771e94074a, the security feature FORTIFY_SOURCE could be set globally. The current approach tries to undefine and redefine it, however, the order on the command line prevents this from being successfully, e.g.: arm-openwrt-linux-muslgnueabi-gcc ... -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 ... -D_FORTIFY_SOURCE=1 ... `---------------v-------------------' `--------v--------' AM_CFLAGS OpenWrt params So to have the original source (static) _FORTIFY_SOURCE=2 define, the only option is to remove it from AM_CFLAGS completely, and to pass it after the OpenWrt settings explicitely in the Makefile. This should fix the buildbots finally. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #1725 from kissg1988/procps-ngTed Hess2015-08-28
|\ \ | | | | | | procps-ng: import version 3.3.11 & replace historical version, update seafile-server dependency
| * | procps: replaced by procps-ngGergely Kiss2015-08-27
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | procps-ng: import version 3.3.11Gergely Kiss2015-08-27
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | Merge pull request #1717 from hnyman/collectd-entropySteven Barth2015-08-28
|\ \ \ | |/ / |/| | collectd: Enable entropy plugin
| * | collectd: Enable entropy pluginHannu Nyman2015-08-26
| | | | | | | | | | | | | | | | | | | | | | | | Enable the entropy plugin that monitors the available entropy in a Linux system. Works ok and has no library dependencies. Tested on ar71xx/WNDR3700. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | avrdude: enable linux-gpio by defaultJohn Crispin2015-08-26
|/ / | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | Merge pull request #1700 from aTanW/masterSteven Barth2015-08-26
|\ \ | | | | | | gammu: bump to mainstream v 1.36.4, full-language version build fix
| * | gammu: bump to mainstream v 1.36.4, full-language version build fixaTanW2015-08-21
| | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-)
* | | crelay: Fix link error with BUILD_NLS=yTed Hess2015-08-25
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | bash: Update to 4.3.42Marcel Denia2015-08-25
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | dbus: bump to 1.9.20Steven Barth2015-08-25
| | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | acpid: update to 2.0.25heil2015-08-24
| | | | | | | | | | | | | | | | | | - remove 001-musl-compat-patch Signed-off-by: heil <heil@terminal-consulting.de>
* | | rtklib: bump version to 2.4.2 p11, close #1624Nuno Goncalves2015-08-23
| | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | Merge pull request #1698 from mstorchak/lsofSteven Barth2015-08-23
|\ \ \ | | | | | | | | lsof: update to 4.89
| * | | lsof: update to 4.89Maxim Storchak2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - build from original tarball - fix ipv6 support: enable if not completely disabled - drop useless LSOF_INCLUDE override Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | crelay: Update to V0.9, add startup config fileTed Hess2015-08-21
| |/ / |/| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | ntfs-3g: Update to latest, add myself as maintainer, cleanup packages contentTed Hess2015-08-20
| |/ |/| | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | collectd: interface plugin: revert to Linux defaults from BSD-like operationsHannu Nyman2015-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the interface plugin to operate with collectd's default way for Linux instead of trying to use BSD functionality with patches. Openwrt's collectd Makefile has set "enable-getifaddrs" option since r7980 (in 2007, no explanations given for the reasons to add that config option), causing the addition of 110-net-device-stats.patch in 2010 to fix things, and then later (with 5.4.1 upgrade in 2014) 150-fix-interface-af-link to undo BSD-specific changes in collectd code meant for only BSD systems (as AF_LINK does not exist in Linux). Revert to collectd's intended way in Linux by removing the config option and deleting the two corresponding patches. The same data fieds should be provided, so there is no visbile change to users. References: =========== Collectd changes introducing/explaining the option and later breaking things: http://git.verplant.org/?p=collectd.git;a=commit;h=a05e34a0d4fdb2c15db8226689268a27f6f7163d http://git.verplant.org/?p=collectd.git;a=commit;h=14740db4b415655abc58307352e406442f9933a0 http://git.verplant.org/?p=collectd.git;a=commitdiff;h=645dadb3fcc466e8880fda4eb23b21ad433631fc Openwrt: intro at r7980: https://dev.openwrt.org/changeset/7980 fix1 due to kernel 2.6.36 at r23467: https://dev.openwrt.org/changeset/23467 fix2 due to collectd 5.4.1: https://github.com/openwrt/packages/pull/298 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | crelay: import usb relay control daemonTed Hess2015-08-17
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | pcsc-lite: update sourceDaniel Golle2015-08-13
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | ccid: update sourceDaniel Golle2015-08-13
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>