Commit Graph

1110 Commits

Author SHA1 Message Date
Stijn Tintel f82287cf5c treewide: use name in define and eval lines
For consistency, use full name instead of $(PKG_NAME) in define and eval
lines for all packages.

I've seen reviews that asked to do this before, and I am asking the same
during reviews now. To avoid this in the future, fix this treewide so
when people use existing packages as example, we will not have to
request this change anymore.

This makes all packages consistent with both LEDE and OpenWrt base
repositories.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-08 21:15:20 +01:00
Etienne CHAMPETIER 1165a397ba screen: update to 4.5.1, use PKG_HASH
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2017-03-04 09:32:28 -08:00
Stijn Tintel 042933714a domoticz: new package
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-03 01:56:21 +01:00
Stijn Tintel 14f01cb946 openzwave: new package
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-03 01:56:21 +01:00
Vladimir Ulrich ad27edd5e3 [utils/zoneinfo] Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2017-03-02 18:32:23 +03:00
Hannu Nyman f213e6dd2d collectd: disable plugin for the depracated madwifi driver
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-03-01 09:54:23 +02:00
Hannu Nyman 38f2ed0c45 Merge pull request #4063 from mlichvar/collectd-newplugins
collectd: package chrony and match plugins
2017-02-28 10:32:41 +02:00
Hannu Nyman ac954daeef Merge pull request #4069 from alive4ever/mksh-54
utils/mksh: update to r54
2017-02-26 20:02:05 +02:00
Daniel Albers 249ae1f164 nano: Update to version 2.7.5
Description: fixes a crash with zero-length regex matches and further updates


Signed-off-by: Daniel Albers <Daniel.Albers@public-files.de>
2017-02-25 17:34:12 +01:00
Alif M. Ahmad 30d6c47bc7 utils/mksh: update to r54
Update to current latest upstream: r54.
Also add a new download mirror to fetch the source.

Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
2017-02-24 23:01:09 +07:00
Miroslav Lichvar e4bf8b7c32 collectd: package chrony and match plugins
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2017-02-23 10:53:14 +01:00
Nikos Mavrogiannopoulos b31369134a Merge pull request #4037 from Ansuel/bump-cryptodev
Cryptodev-linux: bump to last commit
2017-02-22 21:49:33 +01:00
Hannu Nyman 3b821bb5e7 Merge pull request #3945 from InBetweenNames/update-vim
vim: Update Vim to 8.0.069
2017-02-21 20:43:38 +02:00
Ansuel Smith 49f3520e4e
Cryptodev-linux: bump to last commit
Fixing of varius error

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2017-02-20 18:26:23 +01:00
danrl e63da7d972 utils/luci-app-lxc: removed application
Moved over to the LuCI repository.

Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-17 11:06:06 +01:00
Shuanglei Tao 59fe221d73 ttyd: update to 1.3.0
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2017-02-14 20:23:40 +08:00
Florian Fainelli c7197cc35c Merge pull request #3896 from usr-sse2/patch-1
hfsprogs: Fix building on macOS
2017-02-13 09:38:49 -08:00
Hannu Nyman f46b665521 Merge pull request #3891 from tmn505/pcmciautils
pcmciautils: import from oldpackages
2017-02-10 18:11:13 +02:00
Hannu Nyman f924adb018 Merge pull request #3908 from paulfertser/openocd-0.10.0
openocd: bump version to 0.10.0
2017-02-10 18:08:40 +02:00
Hannu Nyman c42ecd05a1 irqbalance: avoid external glib2
Revert an upstream commit to enable compiling without external glib2.

Edit the 'disable UI compilation' patch to match the original
upstream commit more closely.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-08 11:12:39 +02:00
Hannu Nyman c5913bd12d irqbalance: add package
The purpose of irqbalance is to distribute hardware interrupts across
processors/cores on a multiprocessor/-core system in order to increase
performance.

This initial implementation of the package uses external glib2,
which is a large dependency.
Only the cmd-line tool is compiled and installed.

Run-tested with ipq806x / R7800.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-08 00:26:58 +02:00
Hannu Nyman ca4706eedc collectd: disable libyajl detection
Disable also detection for libyajl that buildbot picked up.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-06 19:20:15 +02:00
Hannu Nyman d1441d0424 collectd: avoid libcap dependency
Buildbot revealed that Collectd 5.7.1 uses libcap to evaluate system
capabilities and display advice on some plugins (dns, iptables, exec,
ping, ceph, turbostat).

Disable the check in configure.ac in order to avoid a dependency
for libcap. (It is not that big, only 6 kB .ipk, but still avoid that.)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-06 16:40:43 +02:00
Hannu Nyman 616520a76e collectd: remove encryption feature from network plugin
Remove the encryption functionality from the network plugin.
It is a non-core functionality and causes a need for additional
dependency on the main program when enabled in 5.7.1.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-06 11:32:38 +02:00
Hannu Nyman a3b019fce5 collectd: fix 5.7.1 compilation with encrypted network
The encrypted network feature seems to have changed between 5.5.3 and 5.7.1.
Adjust Makefile to enable compilation with that feature.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-06 11:32:38 +02:00
Hannu Nyman 2fc5a82b48 collectd: update to 5.7.1
Update collectd to version 5.7.1

* replace 003-remove-werror.patch with configure option
* remove 200-fix-git-describe-error.patch that is now unnecessary
* reformat other patches due to whitespace changes
* add new plugins to the list as disabled

* correct download & homepage links
* add myself as the second maintainer

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-06 11:32:38 +02:00
Hannu Nyman ea028cc944 Merge pull request #3960 from hbl0307106015/add-tree
packages: add tree new package
2017-02-05 15:47:06 +02:00
Banglang Huang b6ff884d45 tree: add new package
Tree is a recursive directory listing command that produces a depth indented listing of files,
which is colorized ala dircolors if the LS_COLORS environment variable is set and output is to tty.

Tree has been ported and reported to work under the following operating systems:
Linux, FreeBSD, OS X, Solaris, HP/UX, Cygwin, HP Nonstop and OS/2.

root@lede:/# tree -L 1
.
├── bin
├── dev
├── etc
├── lib
├── mnt
├── overlay
├── proc
├── rom
├── root
├── sbin
├── sys
├── tmp
├── usr
├── var -> /tmp
└── www

15 directories, 0 files

http://mama.indstate.edu/users/ice/tree/

Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
2017-02-05 21:36:50 +08:00
Hannu Nyman 7b807a3d5b Merge pull request #3823 from cshore-firmware/pull-request-nut
A number of fixes and enhancements to NUT
2017-02-04 11:08:13 +02:00
Philip Prindeville 901ef617c7 rng-tools: start rngd early enough to actually be useful
lighttpd starts at priority 50, but promptly calls getrandom() on
initialization (li_rand_reseed() and li_rand_device_bytes() from
server_init()). If /dev/urandom (which getrandom() uses by default)
doesn't have sufficient entropy, this will block.

Since Openwrt runs the startup scripts serially, this can block
initialization indefinitely.  I've seen 15-20 minutes typically.

Seeding the pool early on can quickly built sufficient entropy to
complete booting without blocking.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-02-02 22:52:50 -07:00
Shane Peelar a5218a505c vim: Add "fuller" package
The fuller package is built with --with-features=big and contains
the files that would normally live in /usr/share/vim/, including
syntax highlighting and colours.  This package supports truecolor
support in terminals.

Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
2017-02-02 14:38:51 -05:00
Shane Peelar 33b52a63e9 vim: Update Vim to 8.0.069
Vim stable is at version 8 now

Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
2017-02-02 09:35:59 -05:00
Michael Belyaev 0872354367 hfsprogs: fix building on macOS
Signed-off-by: Michael Belyaev <usrsse2@icloud.com>
2017-01-31 19:29:58 +03:00
aTanW 7a5f97e7e8 joe: bump to new upstream v4.4
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2017-01-31 10:29:28 +03:00
aTanW 56e15d34e6 gammu: bump to new upstream 1.38.1
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2017-01-28 09:58:43 +03:00
Paul Fertser 1d58e2797d openocd: bump version to 0.10.0
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2017-01-24 17:05:05 +03:00
Álvaro Fernández Rojas b1f3d7e7b2 unzip: patch CVE-2014-9913 and CVE-2016-9844 vulnerabilities
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2017-01-23 17:53:03 +01:00
Pushpal Sidhu 56870f42ec utils/gpsd: refresh 0002-ncurses6_detection to 3.16
Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
2017-01-22 23:07:33 -08:00
Hannu Nyman 9efeb29155 Merge pull request #3888 from RussellSenior/fix-gpsd-ncurses-detection
gpsd: add ncurses6 support
2017-01-23 08:45:39 +02:00
Hannu Nyman d37694d7a5 Merge pull request #3630 from p-wassi/gpsd
utils/gpsd: update, procd, cosmetic, dependencies
2017-01-23 08:45:15 +02:00
Hannu Nyman bb5aefd116 Merge pull request #3574 from nikil/progress
progress: Add package
2017-01-22 08:53:51 +02:00
Tomasz Maciej Nowak d901cea1d5 pcmciautils: import from oldpackages
-import from oldpackages
 -add PKG_LICENSE, PKG_LICENSE_FILES, PKG_MAINTAINER
 -add two build fix patches

Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
2017-01-21 16:37:41 +01:00
p-wassi 89036708b5 utils/gpsd: move package to 'Utilities'
Move package 'gpsd' and 'gpsd-clients' to menuconfig's 'Utilities'

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2017-01-21 10:07:22 +01:00
p-wassi be6f00b269 utils/gpsd: fix dependencies
Remove unneccessary dependencies in gpsd/gpsd-clients/libgps.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2017-01-21 10:07:22 +01:00
p-wassi 933d93c68a utils/gpsd: switch to procd
Rewrite init script for procd support

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2017-01-21 10:07:16 +01:00
Russell Senior 418d5390b9 gpsd: add ncurses6 support
Signed-off-by: Russell Senior <russell@personaltelco.net>
2017-01-20 10:16:32 -08:00
Toke Høiland-Jørgensen 75dfd85619 flent-tools: Bump version 2017-01-19 11:08:17 +01:00
Jo-Philipp Wich d548d6bf1f coreutils: add libcap dependency to selected applets
If libcap happens to be present in the environment, coreutils will pick it up
and link some applets against it.

Since the idea of coreutils is to provide a full featured alternative to the
busybox applets, do not inhibit the optional dependency but explicitely
require libcap instead.

Fixes the following error spotted on the buildbots:

    Package coreutils-dir is missing dependencies for the following libraries:
    libcap.so.2

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-01-18 12:10:44 +01:00
Ted Hess 94a8fef222 Merge pull request #3833 from riptidewave93/patch-1
util/beep: Add beep package
2017-01-17 12:21:42 -05:00
Chris Blake 99605fb630 Update Makefile 2017-01-16 03:10:38 -06:00