aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* 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>
* | [utils/zoneinfo] Updated to the latest release.Vladimir Ulrich2015-08-11
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | rtl-ais: bump version, add init script, add uci configNuno Goncalves2015-08-09
|/ | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* bluez: update to version 5.33Hauke Mehrtens2015-08-03
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* Merge pull request #1559 from hauke/bluez-btmgmtSteven Barth2015-08-03
|\ | | | | bluez: add btmgmt tool
| * bluez: add btmgmt toolHauke Mehrtens2015-07-11
| | | | | | | | | | | | | | The btmgmt tool is needed to activate BL LE support. Currently it is not installed. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | Merge pull request #1558 from hauke/pps-toolsSteven Barth2015-08-03
|\ \ | | | | | | pps-tools: remove kernel dependencies
| * | pps-tools: remove kernel dependenciesHauke Mehrtens2015-07-11
| |/ | | | | | | | | | | | | | | pps-tools builds on kernel 4.1, but instead of adding this kernel, remove the check as all kernel versions currently supported by OpenWrt are listed. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | Merge pull request #1541 from hauke/bluezSteven Barth2015-08-03
|\ \ | | | | | | bluez: update to version 5.31
| * | bluez: update to version 5.31Hauke Mehrtens2015-07-11
| |/ | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | Merge pull request #1527 from roger-/rtl-sdrSteven Barth2015-08-03
|\ \ | | | | | | rtl-sdr: update to latest
| * | rtl-sdr: update copyrightRoger2015-07-03
| | |
| * | rtl-sdr: update to latestRoger2015-07-02
| | | | | | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | | lvm2: update source, refresh patchDaniel Golle2015-07-26
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | unrar: update to v5.3.1Álvaro Fernández Rojas2015-07-23
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | alsa: update to latest - 1.0.29Ted Hess2015-07-20
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | i2c-tools: update to 3.1.2Daniel Golle2015-07-20
| | | | | | | | | | | | | | | | | | | | | remove archive.org download link as lm-sensors.org seems to be working again. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | lcd4linux: dpf driver requires libgd and libusbJonathan McCrohan2015-07-19
| | | | | | | | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | tcsh: fix out of memory error with muslNuno Goncalves2015-07-18
| | | | | | | | | | | | | | | | | | Since __GLIBC__ is no longer defined under musl, we must hard patch it. Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | Merge pull request #1579 from ryzhovau/tmux_urlSteven Barth2015-07-17
|\ \ \ | | | | | | | | tmux: update source URL
| * | | tmux: update source URLAlexander Ryzhov2015-07-17
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | collectd: update to 5.5.0Hannu Nyman2015-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update collectd, base of Luci statistics, to 5.5.0. Patches have been refreshed. write-graphite plugin is now enabled. (see #1351) I have compile-tested all plugins with ar71xx, and real-life tested the following plugins: Conntrack, Processor (CPU), DNS, Interfaces, Wireless, System Load, Memory, Ping, Uptime Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | Nano: Update to 2.4.2Jonathan Bennett2015-07-15
| | | | | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* | | | Add rtl-ais: rtl-sdr AIS dual channel tunerNuno Goncalves2015-07-14
|/ / / | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | lcd4linux: remove broken flag from DPF driverJonathan McCrohan2015-07-13
| | | | | | | | | | | | | | | | | | | | | | | | No longer requires external DPF library as of SVN r1198. Fixes: #1570 Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | lvm2: update sourcesDaniel Golle2015-07-13
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #1568 from aTanW/masterSteven Barth2015-07-13
|\ \ \ | | | | | | | | gammu: bump to the new upstream v1.36.3
| * | | gammu: bump to the new upstream v1.36.3aTanW2015-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
* | | | lcd4linux: import from oldpackagesJonathan McCrohan2015-07-12
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | * Update to latest version * Refresh patches * Update copyright years * Fix musl build issues (patches already applied upstream) Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>