Commit Graph

929 Commits

Author SHA1 Message Date
Dirk Brenken
d0e109154b mc: release 4.8.18
- 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>
2016-10-03 08:45:33 +02:00
Toke Høiland-Jørgensen
d36757efcc flent-tools: Bump to v0.15.0.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-10-02 23:45:51 +02:00
Shuanglei Tao
fbdcdd8a4a ttyd: remove the default insecure init script (#3271)
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2016-10-01 18:41:22 +08:00
Álvaro Fernández Rojas
aeb5461a07 dump1090: update to latest version
Also switch git to https.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-29 21:19:01 +02:00
Ted Hess
0a1fcfcb72 Merge pull request #3244 from tsl0922/ttyd
ttyd: new package
2016-09-27 20:41:07 -04:00
Shuanglei Tao
c2eb132d5d Add ttyd package
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2016-09-28 07:20:18 +08:00
Ted Hess
125548b72d Merge pull request #3137 from dangowrt/hd-idle-procd
hd-idle: convert init script to procd
2016-09-27 13:31:30 -04:00
diizzyy
0b6825b028 dmidecode: use url alias
Use url alias instead of hardcoded URL.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-09-26 21:31:57 +02:00
diizzyy
f3c4df4b60 gdisk: new package
Add gdisk to repo

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-09-26 17:50:30 +02:00
Pushpal Sidhu
092f108b46 gpsd: Update Maintainer Email
Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
2016-09-26 08:28:16 -07:00
Pushpal Sidhu
23352a4f22 evtest: Update Maintainer Email
Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
2016-09-26 08:28:16 -07:00
Hannu Nyman
c0b208ea68 Merge pull request #3203 from TouchStar/feature_gpsd_fixcrossplatform
gpsd: fix cross platform compilation
2016-09-26 18:06:47 +03:00
David Thornley
4ed704b4b4 gpsd: fix cross platform compilation
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>
2016-09-26 09:48:46 +10:00
Hannu Nyman
7d8b40445a Merge pull request #3211 from nxhack/configure_without_libacl
logrotate: configure without libacl
2016-09-25 18:32:55 +03:00
Michael Heimpold
e7b11e0366 mmc-utils: fix compilation on mips64
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>
2016-09-24 21:25:13 +02:00
Nuno Goncalves
4055641643 rtklib: fix repository and bump version (fixes #3212)
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2016-09-23 13:29:23 +02:00
Hirokazu MORIKAWA
6cb753511a logrotate: configure without libacl
Issue:
 https://github.com/openwrt/packages/issues/3191

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2016-09-23 17:37:09 +09:00
Hannu Nyman
e77de68fbe rng-tools: Add description, remove unused parameter
* 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>
2016-09-22 14:25:34 +03:00
Hannu Nyman
cc014f7407 gkermit: Fix download address
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-09-20 18:45:18 +03:00
Hannu Nyman
e9888e482a Merge pull request #3102 from clehner/ncdu
Update ncdu to 1.12
2016-09-20 15:38:00 +03:00
Hannu Nyman
6b9b7adeb0 Merge pull request #3116 from nwf/upstream-gkermit
gkermit: add package
2016-09-20 15:30:28 +03:00
Daniel Golle
e95e5b5a1c ccid: update to version 1.4.24
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-19 19:11:09 +02:00
Daniel Golle
dfe1d02773 opensc: update to release version 0.16.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-19 19:11:09 +02:00
Daniel Golle
f5c2adfcf1 pcsc-lite: update to version 1.8.18
Support for GnuK token is included in this release, remove patches.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-19 19:11:09 +02:00
Daniel Golle
786b9ffb58 lvm2: update to version 2.02.165
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-19 19:11:09 +02:00
Daniel Golle
c6ee989d64 btrfs-progs: update to version 4.7.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-19 19:11:09 +02:00
Ted Hess
f95647218a Merge pull request #3092 from ascob/watchcat
watchcat: fix operation of mode 'always'
2016-09-16 17:48:48 -04:00
Toke Høiland-Jørgensen
4b7acb921f flent-tools: Add package
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>
2016-09-14 13:33:18 +02:00
Hannu Nyman
33646c1d05 Merge pull request #3154 from jefferyto/slide-switch
slide-switch: new package
2016-09-14 11:32:31 +03:00
Hirokazu MORIKAWA
0bf83dfc56 Fix nonnull-compare compile error
---
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>
2016-09-13 17:31:54 +09:00
Jeffery To
40de6238e9 slide-switch: new package
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>
2016-09-13 12:28:40 +08:00
Hannu Nyman
72f770f16b Merge pull request #3144 from bk138/logrotate
logrotate: import from oldpackages
2016-09-12 20:23:06 +03:00
Álvaro Fernández Rojas
ab8e7b59b9 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-12 09:48:55 +02:00
Michael Heimpold
be6eb2b71d mmc-utils: upgrade to latest revision
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-11 18:04:37 +02:00
Christian Beier
13c724173c logrotate: use newest version, update Makefile
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
2016-09-08 14:41:41 +02:00
Daniel Golle
c20463f263 hd-idle: convert init script to procd
Clean up init script and introduce support for multiple disks.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-06 23:27:34 +02:00
Álvaro Fernández Rojas
52ab5cbc5b dump1090: update to latest version
Also switches HTTP to uhttpd.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-06 20:46:16 +02:00
Christian Beier
114503a1aa logrotate: import from oldpackages
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
2016-09-06 14:33:26 +02:00
Álvaro Fernández Rojas
436c7eb23a unrar: update to v5.4.5
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-05 09:23:33 +02:00
Álvaro Fernández Rojas
fc9a932d8d sumo: update to v0.27.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-05 09:22:40 +02:00
Hannu Nyman
0813d05960 Merge pull request #3140 from aTanW/master
joe: bump to upstream v4.3
2016-09-05 09:40:25 +03:00
aTanW
73f16d6b50 joe: bump to upstream v4.3
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile    |    4 ++--
 files/joerc |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
2016-09-05 08:40:31 +03:00
Jonathan Bennett
7a4e3208f9 Nano: Update to 2.7.0
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2016-09-04 21:51:56 -05:00
Michael Heimpold
def97187d2 Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILES
Without the trailing _S_ the variable is not considered at all.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-03 00:00:54 +02:00
Daniel Golle
0d3a10e3b4 lvm2: update to version 2.02.164
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-01 22:18:58 +02:00
Nathaniel Wesley Filardo
523b1c2484 gkermit: add package
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>
2016-08-31 12:29:10 -04:00
Ted Hess
d210444434 crelay: update to 0.10.1
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-31 10:15:09 -04:00
Mirko Vogt
41682a4258 package fontconfig 2016-08-29 20:16:08 +02:00
Charles Lehner
cd5425496e ncdu: update to 1.12
- Update version
- Use https
- Remove patch which is merged into 1.12

Signed-off-by: Charles Lehner <cel@celehner.com>
2016-08-29 02:00:30 -07:00
aTanW
feb117a312 gammu: bump to the new upstream v1.37.4
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2016-08-28 09:56:07 +03:00