aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | | nano: Switch to xz tarballDaniel Engberg2016-10-11
| | | | | | | | | | | | | | | Switch to xz tarball, less bandwidth used as it's about half in size (1M vs 1.9M). Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | Fixed missing dependency of lvm2 packageklirichek2016-10-11
|/ /
* | bandwidthd-php: migrate to php7Michael Heimpold2016-10-06
| | | | | | | | | | | | | | | | Package maintainer reported off-list, that the package also works with php7. So lets migrate the dependencies to prepare the php5 removal. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | [utils/zoneinfo] Updated to the latest release versionVladimir Ulrich2016-10-04
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | mc: release 4.8.18Dirk Brenken2016-10-03
| | | | | | | | | | | | | | | | - changelog: https://www.midnight-commander.org/wiki/NEWS-4.8.18 - use gettext from build environment - add help file mc.hlp Signed-off-by: Dirk Brenken <dev@brenken.org>
* | flent-tools: Bump to v0.15.0.Toke Høiland-Jørgensen2016-10-02
| | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | ttyd: remove the default insecure init script (#3271)Shuanglei Tao2016-10-01
| | | | | | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* | dump1090: update to latest versionÁlvaro Fernández Rojas2016-09-29
| | | | | | | | | | | | Also switch git to https. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | Merge pull request #3244 from tsl0922/ttydTed Hess2016-09-27
|\ \ | | | | | | ttyd: new package
| * | Add ttyd packageShuanglei Tao2016-09-28
| | | | | | | | | | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* | | Merge pull request #3137 from dangowrt/hd-idle-procdTed Hess2016-09-27
|\ \ \ | |/ / |/| | hd-idle: convert init script to procd
| * | hd-idle: convert init script to procdDaniel Golle2016-09-06
| | | | | | | | | | | | | | | | | | Clean up init script and introduce support for multiple disks. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | dmidecode: use url aliasdiizzyy2016-09-26
| | | | | | | | | | | | | | | Use url alias instead of hardcoded URL. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | gdisk: new packagediizzyy2016-09-26
| | | | | | | | | | | | | | | Add gdisk to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | gpsd: Update Maintainer EmailPushpal Sidhu2016-09-26
| | | | | | | | | | | | Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
* | | evtest: Update Maintainer EmailPushpal Sidhu2016-09-26
| | | | | | | | | | | | Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
* | | Merge pull request #3203 from TouchStar/feature_gpsd_fixcrossplatformHannu Nyman2016-09-26
|\ \ \ | | | | | | | | gpsd: fix cross platform compilation
| * | | gpsd: fix cross platform compilationDavid Thornley2016-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In SConstruct the set of executables in the devenv variable should be adjusted to use the cross compile toolchain (as opposed to host's executables). Achieved by setting target option to the toolchain prefix which corrects compilation on macOS. Note, TARGET_CROSS has to have the hyphen stripped as SConstruct uses the target variable with an implied hyphen (env['target'] + '-' + toolname) Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
* | | | Merge pull request #3211 from nxhack/configure_without_libaclHannu Nyman2016-09-25
|\ \ \ \ | | | | | | | | | | logrotate: configure without libacl
| * | | | logrotate: configure without libaclHirokazu MORIKAWA2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue: https://github.com/openwrt/packages/issues/3191 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | mmc-utils: fix compilation on mips64Michael Heimpold2016-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a patch to remove a superfluous include. Removing this include prevents the following error (detected by LEDE project's buildbot while compiling for mips64 architecture): (Note: directory names shorted for better readability) In file included from mmc.h:20:0, from mmc_cmds.c:37: /srv/.../include/asm-generic/int-ll64.h:29:44: error: conflicting types for '__s64' __extension__ typedef __signed__ long long __s64; ^ In file included from /srv/.../include/asm/types.h:22:0, from /srv/.../include/linux/types.h:4, from /srv/.../include/linux/fs.h:11, from mmc_cmds.c:35: /srv/.../include/asm-generic/int-l64.h:28:25: note: previous declaration of '__s64' was here typedef __signed__ long __s64; ^ In file included from mmc.h:20:0, from mmc_cmds.c:37: /srv/.../include/asm-generic/int-ll64.h:30:42: error: conflicting types for '__u64' __extension__ typedef unsigned long long __u64; ^ In file included from /srv/.../include/asm/types.h:22:0, from /srv/.../include/linux/types.h:4, from /srv/.../include/linux/fs.h:11, from mmc_cmds.c:35: /srv/.../include/asm-generic/int-l64.h:29:23: note: previous declaration of '__u64' was here typedef unsigned long __u64; ^ Makefile:36: recipe for target 'mmc_cmds.o' failed The patch was already sent upstream, no response yet. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | rtklib: fix repository and bump version (fixes #3212)Nuno Goncalves2016-09-23
|/ / / / | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* / / / rng-tools: Add description, remove unused parameterHannu Nyman2016-09-22
|/ / / | | | | | | | | | | | | | | | | | | | | | * Add description to both Makefile and init script that mentions the default of /dev/urandom as the entropy source. * Remove the deprecated interval parameter from init script. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | gkermit: Fix download addressHannu Nyman2016-09-20
| | | | | | | | | | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #3102 from clehner/ncduHannu Nyman2016-09-20
|\ \ \ | | | | | | | | Update ncdu to 1.12
| * | | ncdu: update to 1.12Charles Lehner2016-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update version - Use https - Remove patch which is merged into 1.12 Signed-off-by: Charles Lehner <cel@celehner.com>
* | | | Merge pull request #3116 from nwf/upstream-gkermitHannu Nyman2016-09-20
|\ \ \ \ | | | | | | | | | | gkermit: add package
| * | | | gkermit: add packageNathaniel Wesley Filardo2016-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @nwf Compile tested: LEDE HEAD ar71xx Run tested: LEDE HEAD on ar71xx, basic functionality testing Description: A minimal kermit file transfer program Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
* | | | | ccid: update to version 1.4.24Daniel Golle2016-09-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | opensc: update to release version 0.16.0Daniel Golle2016-09-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | pcsc-lite: update to version 1.8.18Daniel Golle2016-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for GnuK token is included in this release, remove patches. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | lvm2: update to version 2.02.165Daniel Golle2016-09-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | btrfs-progs: update to version 4.7.2Daniel Golle2016-09-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #3092 from ascob/watchcatTed Hess2016-09-16
|\ \ \ \ \ | | | | | | | | | | | | watchcat: fix operation of mode 'always'
| * | | | | watchcat: fix operation of mode 'always'ascob2016-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the watchcat init script in case of mode 'always'. This mode just needs the config parameters: mode, period and forcedelay. But a wrong check against the variable pingperiod, needed in the mode 'ping' prevented mode 'always' to work properly. Signed-off-by: Tobias Ilte <tobias.ilte@campus.tu-berlin.de>
* | | | | | flent-tools: Add packageToke Høiland-Jørgensen2016-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package installs a couple of helper programs for the Flent testing tool. These are useful when running tests and gathering remote data from an OpenWrt/LEDE router. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | Merge pull request #3154 from jefferyto/slide-switchHannu Nyman2016-09-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | slide-switch: new package
| * | | | | | slide-switch: new packageJeffery To2016-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | slide-switch translates slide switch position changes into normal button presses and releases for OpenWrt / LEDE devices. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Fix nonnull-compare compile errorHirokazu MORIKAWA2016-09-13
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- config.c: In function 'strndup': config.c:87:10: error: nonnull argument 's' compared to NULL [-Werror=nonnull-compare] if(!s) ^ cc1: all warnings being treated as errors --- Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | Merge pull request #3144 from bk138/logrotateHannu Nyman2016-09-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | logrotate: import from oldpackages
| * | | | | | logrotate: use newest version, update MakefileChristian Beier2016-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <cb@shoutrlabs.com>
| * | | | | | logrotate: import from oldpackagesChristian Beier2016-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <cb@shoutrlabs.com>
* | | | | | | dump1090: update to latest versionÁlvaro Fernández Rojas2016-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | mmc-utils: upgrade to latest revisionMichael Heimpold2016-09-11
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | dump1090: update to latest versionÁlvaro Fernández Rojas2016-09-06
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Also switches HTTP to uhttpd. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | unrar: update to v5.4.5Álvaro Fernández Rojas2016-09-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | sumo: update to v0.27.1Álvaro Fernández Rojas2016-09-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | Merge pull request #3140 from aTanW/masterHannu Nyman2016-09-05
|\ \ \ \ \ | | | | | | | | | | | | joe: bump to upstream v4.3
| * | | | | joe: bump to upstream v4.3aTanW2016-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- files/joerc | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-)
* | | | | | Nano: Update to 2.7.0Jonathan Bennett2016-09-04
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>