aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
| * | | | cryptodev: remove dependency on kmod-crypto-coreJan Čermák2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kernel module kmod-crypto-core was removed in OpenWrt trunk r46820. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | | | | Merge pull request #2338 from thess/alsa-testTed Hess2016-02-23
|\ \ \ \ \ | | | | | | | | | | | | alsa: Update to 1.1.0, disable basic audio test (bat) utility
| * | | | | alsa: Update to 1.1.0, disable basic audio test (bat) utilityMichael Marley2016-02-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | tracertools: use new git HEADDaniel Golle2016-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitorious archive became available, so I could import the project history from there into the new repo on github. Rebasing the changes made since 2014 on top of the original git tree obviously caused the commit hashes to differ. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #2365 from makkrnic/masterLuka Perkov2016-02-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | lxc: update to version 1.1.5
| * | | | | | lxc: update to version 1.1.5Mak Krnic2016-02-10
| | | | | | |
* | | | | | | lvm2: fix libdevmapper depsAlexander Ryzhov2016-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | | | Merge pull request #2377 from Zokormazo/grepHannu Nyman2016-02-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | grep: update to 2.23
| * | | | | | | grep: update to 2.23Julen Landa Alustiza2016-02-08
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
* | | | | | | Merge pull request #2368 from xypron/gnupgNico2016-02-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gnupg: fix dependency error concerning libcurl
| * | | | | | | gnupg: fix dependency error concerning libcurlHeinrich Schuchardt2016-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libcurl is added as dependency for gnupg-util to avoid a dependency error. The following invalid configuration options are removed: --disable-ftp --enable-fake-curl Fixes: 0a61d56eb3ab ("utils/gnupg: add new package gnupg-utils") Reported-by: Hannu Nyman <hannu.nyman@iki.fi> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* | | | | | | | eudev: fixup patchesDaniel Golle2016-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sorry for the mess, once again I forgot to git add ... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | lvm2: update to version 2.02.141Daniel Golle2016-02-10
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | eudev: add new packageDaniel Golle2016-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eudev is a fork of systemd-udev which doesn't require all the rest of systemd. It's suitable for running along with OpenWrt's procd, eplacing the very outdated version of pre-systemd udev. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | eudev: add new packageDaniel Golle2016-02-10
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eudev is a fork of systemd-udev which doesn't require all the rest of systemd. It's suitable for running along with OpenWrt's procd, eplacing the very outdated version of pre-systemd udev. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #2343 from hnyman/collectd551Hannu Nyman2016-02-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Collectd: update to 5.5.1, use procd
| * | | | | | collectd: use procdHannu Nyman2016-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change collectd to use procd for startup. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
| * | | | | | collectd: Update to 5.5.1Hannu Nyman2016-02-03
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update collectd, the backbone of Luci statistics, to 5.5.1 Refresh patches. Main changes: - Remove 500-upstream-parallel-build-fix.patch (implemented upstream) - Add 600-fix-libmodbus-detection.patch to revert an upstream change that broke libmodbus detection in collectd's configure script Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* / / / / / gammu: bump to upstream v1.37.0aTanW2016-02-09
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | | | Merge pull request #2316 from yunfan/masterYousong Zhou2016-01-31
|\ \ \ \ \ | | | | | | | | | | | | dvtm: initial version 0.15
| * | | | | dvtm: initial version 0.15yunfan2016-01-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yunfan Jiang <jyf1987@gmail.com>
* | | | | | Merge pull request #2324 from ffainelli/bonnieplusFlorian Fainelli2016-01-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | utils: Import bonnie++
| * | | | | | utils: Import bonnie++Florian Fainelli2016-01-27
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import bonnie++ from oldpackages: * update to 1.97 * refresh patches * add license tags * add myself as maintainer Signed-off-by: Florian Fainelli <florian@openwrt.org>
* / / / / / [utils/zoneinfo] Updated to the latest release versionVladimir Ulrich2016-01-28
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* / / / / treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with ↵Felix Fietkau2016-01-20
|/ / / / | | | | | | | | | | | | | | | | | | | | changes in trunk Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* | | | Merge pull request #2277 from notnyt/feature_cryptodevNikos Mavrogiannopoulos2016-01-20
|\ \ \ \ | | | | | | | | | | cryptodev-linux: bump to 1.8
| * | | | cryptodev-linux: bump to 1.8notnyt2016-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes compile time errors using kernel 4.3 and above Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
* | | | | tracertools: update source, fixes bug on little-endian systemsDaniel Golle2016-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and improves collectd support Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | flashrom: include io.h to fix compile errornotnyt2016-01-17
|/ / / / | | | | | | | | | | | | | | | | | | | | This patch includes sys/io.h from flash.h to fix compile errors Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
* | | | lvm2: update to 2.02.139Daniel Golle2016-01-14
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | ccid: update to 1.4.22Daniel Golle2016-01-14
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | pcsc-lite: update to 1.8.15Daniel Golle2016-01-14
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | utils/collectd: Really prevent perl bindingsDaniel Dickinson2016-01-11
| |/ / |/| | | | | | | | | | | | | | | | | --with-perl-bindings= is insufficient, --without-perl-bindings is required to actually prevent perl bindings when perl has been built for the target. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | Merge pull request #2204 from xypron/gnupgNico2016-01-03
|\ \ \ | | | | | | | | utils/gnupg: update to 1.4.20, add new package gnupg-utils
| * | | utils/gnupg: add new package gnupg-utilsHeinrich Schuchardt2015-12-30
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current package gnupg does not allow to receive keys due to disable-exec, disable-hkp configuration. The patch removes these switches. To avoid unduely increasing the package size the helper executables are put into a new package gnupg-utils. The version is bumped to 1.4.20 to avoid an error when receiving keys. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* | | Merge pull request #2234 from luizluca/sane-fix_typosLuiz Angelo Daros de Luca2016-01-03
|\ \ \ | | | | | | | | sane-backends: minor Makefile text typo
| * | | sane-backends: minor Makefile text typoLuiz Angelo Daros de Luca2016-01-03
| |/ / | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* / / evtest: add packagePushpal Sidhu2015-12-29
|/ / | | | | | | Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
* | tracertools: update sourceDaniel Golle2015-12-26
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | lvm2: update to version 2.02.138Daniel Golle2015-12-26
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | i2c-tools: add fossies.org download mirrorDaniel Golle2015-12-25
| | | | | | | | | | | | lm-sensors.org is down, again... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | unzip: enable unicode support and avoid packing the same binary twiceAlexander Ryzhov2015-12-16
| | | | | | | | | | | | | | Closes https://github.com/openwrt/packages/pull/2081. Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | sumo: update to v0.25.0Álvaro Fernández Rojas2015-12-16
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | triggerhappy: Update to 01-Oct-15 version, force new source downloadTed Hess2015-12-16
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | gammu: bump to new upstream 1.36.8aTanW2015-12-14
| | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | rtl-ais: add procd validationNuno Goncalves2015-12-13
| | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | zile: Remove unecessary dependence on libncurses (non-w) versionTed Hess2015-12-11
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | triggerhappy: bump PKG_REV to fix input header creationGary Bisson2015-12-10
| | | | | | | | | | | | | | | | | | | | | | | | Current configuration creates empty evtable_*.h header which makes all the input event appear as "Unknown (null) event". The maintainer of the project submitted a patch to fix this issue: https://github.com/wertarbyte/triggerhappy/commit/7e5abc6 Thanks to this version bump, the old OpenWRT patch can be removed. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
* | Update nano to 2.5.0Jonathan Bennett2015-12-08
| | | | | | | | Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* | unrar: update to v5.3.8Álvaro Fernández Rojas2015-12-07
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>