1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 19:33:59 +02:00
Commit Graph

1082 Commits

Author SHA1 Message Date
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
Hannu Nyman
88970a7ef3 Merge pull request #2733 from cshore/pull-request-findutils
utils/findutils: Add GNU findutils
2016-08-26 15:33:50 +03:00
ascob
6065f01ffa watchcat: fix operation of mode 'always'
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>
2016-08-24 15:47:58 +02:00
Hannu Nyman
cac355eae1 collectd: Enable tail_csv plugin
Enable tail_csv plugin that "follows" (tails) and parses CSV files.
Compile-tested with ar71xx.
This closes #3083

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-08-22 17:54:10 +03:00
Yousong Zhou
ae8668ae88 qemu: remove the leftover --enable-qemu-agent option
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-08-18 11:33:01 +08:00
Yousong Zhou
ac0ea8b970 qemu: build only qemu-ga
This has two effects

 - Saves time and computing resources.  Non-relevant tools like
   qemu-img, qemu-io will not be built
 - Fixes packaging failure on octeon target caused by failure of
   building internal pixman library

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-08-18 11:28:21 +08:00
Jonathan Bennett
c57f915028 Nano: Update to 2.6.3, backport patch from trunk to fix compile
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2016-08-17 10:18:35 -05:00
Hannu Nyman
5148a67262 collectd: bump version to 5.5.2
* Bump collectd version to 5.5.2.
* Refresh patches.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-08-14 12:10:26 +03:00
Dirk Neukirchen
1154f45501 qemu: fix ccache enabled builds
issue reported by buildbots
fix error:
ERROR: unknown option gcc

Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
2016-08-13 18:48:18 +02:00
Takashi Umeno
9627c38700 klish: update to latest version (2.1.3)
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
2016-08-11 22:57:29 +09:00
Takashi Umeno
e97d3c9f1a klish: update to latest version (2.1.2)
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
2016-08-09 21:56:04 +00:00
Ted Hess
a867ef2098 Merge pull request #2967 from padre-lacroix/bandwidthd-php
bandwidthd-php: PHP files to graph bandwidthd data in a postgresql database
2016-08-08 14:12:43 -04:00
Ted Hess
2c8c7f0eff relayctl: Add PKG_FIXUP to fix autotools version error
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-03 15:04:19 -04:00
Jo-Philipp Wich
630a41fd05 coreutils: adjust applet descriptions
Only mention busybox applets for the meta package and do not imply that
applets are enabled for any possible coreutils program.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-07-30 15:25:40 +02:00
Jean-Michel Lacroix
3a49a7dbe6 bandwidthd-php: PHP files to graph bandwidthd data in a postgresql
database
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
bandwidthd-php is a set of PHP files that allows to graph bandwidthd
data stored in a postgresql database.  This bandwidthd data can be
generated using bandwidthd-pgsql in OpenWRT or LEDE or with
bandwidthd on different OS (Windows, Linux for example).

Addition of a config file and an init file.
Modification of the Makefile to take in account the changes above
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
2016-07-29 19:33:10 -04:00
Heinrich Schuchardt
b385bd0ce2 relayctl: remove superfluous dependency on udev
Package udev does not exist in Lede.
We do not need udev to use package relayctl.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-07-23 21:40:47 +02:00
Alive 4ever
6350361865 utils/mksh: Update to current latest upstream (r52c).
Signed-off-by: Alif M. A. <alive4ever at live.com>
2016-07-19 13:51:38 +02:00
Daniel Golle
118a96a913 lvm2: update to version 2.02.161
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-07-18 22:59:13 +02:00
Jo-Philipp Wich
aafbeea12b procps-ng: add required build dependencies
Since 3048ebedec added a autoreconfig fixup to
procps-ng, the build fails on certain systems with errors like

    configure.ac:72: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION

or

    configure:14998: error: possibly undefined macro: AM_ICONV_LINKFLAGS_BODY

Fix the issue by adding build time dependencies on the `gettext` and `libiconv`
stub libraries to ensure that `gettext.m4` and `iconv.m4` are installed into
the staging directory before `procps-ng` is getting reconfigured.

Fixes https://github.com/openwrt/packages/issues/2890#issuecomment-231115844

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-07-12 20:58:14 +02:00
champtar
fd203fac94 Merge pull request #2919 from champtar/bluelog
bluelog: fix oui.txt processing
2016-07-12 12:50:31 +02:00
champtar
4b647f6fb1 Merge pull request #2952 from zorun/fix_md5sum
Remove incorrect use of PKG_SHA256SUM
2016-07-11 12:42:12 +02:00
champtar
e3c46a46ab Merge pull request #2955 from xypron/relayctl
relayctl: update license information
2016-07-11 10:06:03 +02:00
Heinrich Schuchardt
7ca38cd625 relayctl: update license information, use @SF
The license BSD-3-Clause.
Indicate license file.
Use @SF for PKG_SOURCE_URL instead of sourceforge.net URL.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-07-11 00:35:12 +02:00
Baptiste Jonglez
d6673185a2 Remove incorrect use of PKG_SHA256SUM
OpenWRT/LEDE only understands the PKG_MD5SUM variable, and detects if the
hash is e.g. SHA256 by looking at the length of the hash.

This affects libs/libmicrohttpd, mail/ssmtp and utils/mc.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-10 22:36:07 +02:00
Stephen Walker
a53bf7192b packages: cleanup Makefile variables
Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes

Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
2016-07-09 14:50:58 -04:00
Jo-Philipp Wich
a6368066b3 lm-sensors: fix missing PKG_SOURCE variable (#2933)
Fix missing `PKG_SOURCE` variable leading to a
`Download/default is missing the FILE field` error in the buildroot.

Also remove now uneeded  variable as the default one matches the git clone
structure. Finally use the common variable assignment style for
`PKG_SOURCE_PROTO` and `PKG_SOURCE_VERSION`.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-07-07 12:10:09 +02:00
Vladimir Ulrich
800c1e5d87 [utils/zoneinfo] Updated to the latest release version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-07-06 17:41:14 +03:00
Daniel Dickinson
72bf48a5b8 utils/findutils: Add GNU findutils
While normally busybox version of findutils is enough, sometimes you want the full deal.

Here it is.

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-07-06 05:08:17 -04:00
Álvaro Fernández Rojas
9bdd531164 Merge pull request #2928 from cshore/pull-request-tar-acl-options
utils/tar: Default to acl and xattr support if it's core default
2016-07-05 08:28:56 +02:00
champtar
36fa51e6ba Merge pull request #2886 from Diftraku/lm-sensors
Change lm-sensors source URI to the working clone on GitHub
2016-07-04 23:59:30 +02:00
Toni Kaija
fd8efbd964 Change lm-sensors source URI to the working clone on GitHub
Signed-off-by: Toni Kaija <toni.kaija@corefactory.com>
2016-07-04 14:06:19 +03:00
Heinrich Schuchardt
8771b7b33e packages/utils: new package relayctl
Package relayctl provides a command-line tool to control
SainSmart USB relay boards based on FTDI chips using bitbang
mode.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-07-03 21:23:31 +02:00
Jo-Philipp Wich
641062ccfc bluelog: fix oui.txt processing
- Use a temporary file path within the package build directory to avoid
   cluttering the host systems `/tmp` directory.

 - Switch to a gzipped, snapshotted copy of the `oui.txt` file since the
   upstream IEEE server is extremely slow, also fetching an unversioned HTTP
   resource during compilation breaks reproducable builds.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
[rework to use standard download facility]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-07-03 12:55:43 +00:00
Yousong Zhou
5b17019304 Merge pull request #2917 from oneru/master
Nano: update to 2.6.0
2016-07-03 17:54:54 +08:00
Jonathan Bennett
48cfc50109 Nano: update to 2.6.0
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2016-07-02 23:50:28 -05:00
champtar
4f384a3522 Merge pull request #2773 from blogic/smstools
smstoold: only define USE_ICONV if it is enabled
2016-07-02 18:53:31 +02:00
champtar
7d5e546887 Merge pull request #2893 from jow-/procps-ng-fix
procps-ng: fix build on systems without gettext development utilities
2016-07-02 14:42:25 +02:00
Takashi Umeno
4c98c181c0 klish: add new package (2.1.1)
The klish is a framework for implementing a CISCO-like CLI on a UNIX
systems. It is configurable by XML files. The KLISH stands for Kommand
Line Interface Shell.

klish is an active fork of the clish program created by Graeme
McKerrell.

Makefile from https://dev.openwrt.org/browser/packages/utils/klish/Makefile?rev=31310

add SOB.
add Maintainer.
change URL http://libcode.org/projects/klish/files
update to 2.1.1 (newest version).
merge klish and konf package.

[squash commits]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
2016-07-02 08:14:17 +00:00
Florian Fainelli
2c80de9058 stoken: Fix binary installation
We were copying a wrapper script instead of the actual executable.

Fixes #2910

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2016-06-30 10:36:57 -07:00
Michael Heimpold
4e402c8685 mmc-utils: upgrade to latest revision
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-06-28 22:55:35 +02:00
Jo-Philipp Wich
3048ebedec procps-ng: fix build on systems without gettext development utilities
The current procps-ng Makefile calls the shipped autogen.sh script which
introduces incorrect implicit dependencies on host utilities, leading to
the following error observed on a minimal build system:

    (cd .../procps-ng-3.3.11; echo "3.3.11" > ".../procps-ng-3.3.11/.tarball-version"; ./autogen.sh );
    You must have autopoint installed to generate procps-ng build system.
    The autopoint command is part of the GNU gettext package.
    Makefile:96: recipe for target '.../procps-ng-3.3.11/.configured_yynyyyyy' failed
    make[3]: *** [.../procps-ng-3.3.11/.configured_yynyyyyy] Error 1

Apply the following changes in order to fix compilation:

 - Apply the generic autoreconf fixup to generate configure and Makefiles
 - Use Build/Prepare to populate .tarball-version and revert Build/Configure
   to its default implementation
 - Disable to build of docs and tests as those require additional utilities
   not guaranteed to be present

Fixes #2890.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-24 10:16:46 +02:00
Hannu Nyman
ac341e7726 ccrypt: disable support for emacs mode
Disable the special emacs mode, as it can lead to build failures
in buildbot.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-06-22 20:33:12 +03:00
Daniel Dickinson
8d4f5d8bda utils/tar: Default to acl and xattr support if it's core default
If we've enable POSIX ACL's and XATTR support as the default, then
make tar build with such support by default as well.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
2016-06-19 17:34:43 -04:00
champtar
25af3a6632 Merge pull request #2865 from miska/lxc-luci-features
Little improvement to LXC LuCI app
2016-06-17 15:42:23 +03:00
Michal Hrusecky
b6d1ef53c3
luci-app-lxc: Bump version
Did quite some changes, so bumping version so users would get the change.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-06-17 09:22:41 +02:00
Michal Hrusecky
449a19ff5d
luci-app-lxc: Download list of available distributions
There was harcoded list of available images. Instead of it, LuCI LXC app will
now try to download list of available container images.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-06-16 16:18:59 +02:00
Luka Perkov
3fffe7e1ff Merge pull request #2742 from miska/master
lxc: Use more FSH compliant /srv/lxc instead of new root dir
2016-06-16 15:59:40 +02:00
Michal Hrusecky
0084c9377e
luci-app-lxc: Use uname -m as architecture
As containers are basically virtual machines, it should not depend on the
build target but on the real hardware architecture. For example there is plenty
of ARM families (mvebu, sunxi, ...) but all armv7l arms should be able to run
armv7l containers.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-06-16 10:49:23 +02:00
Michal Hrusecky
da074c9766
luci-app-lxc: Allow versioned images
I makes quite some sense to provide user the choice between various versions of
the distribution to install into LXC.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-06-16 10:44:23 +02:00
Álvaro Fernández Rojas
237d312cdb unrar: update to v5.4.2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-16 10:08:30 +02:00
Álvaro Fernández Rojas
b604e956d9 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-16 09:59:00 +02:00
Vladimir Ulrich
7be06b2b7b [utils/zoneinfo] Updated to the latest release version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-06-15 20:18:44 +03:00
Daniel Golle
493f237218 eudev: update to version 3.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:50:36 +02:00
Daniel Golle
a64fb737ac eudev: split package
Split package into libudev and eudev.

Fixes #2550

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:45:16 +02:00
Daniel Golle
a91da16c2d cryptsetup: update to version 1.7.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:22:49 +02:00
Daniel Golle
3a7e81f71e lvm2: update to version 2.02.156
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:22:27 +02:00
champtar
f875bf3a75 Merge pull request #2854 from mstorchak/acl
acl: update to 20160519
2016-06-13 20:49:19 +02:00
champtar
09b4993092 Merge pull request #2853 from mstorchak/attr
attr: update to 20160302
2016-06-13 20:48:53 +02:00
Maxim Storchak
d35dc4f652 acl: update to 20160519
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-06-13 21:46:32 +03:00
Maxim Storchak
1851c338cd attr: update to 20160302
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-06-13 21:45:28 +03:00
notnyt
e08d088cd5 procps-ng: bump to 8a198e3eafbde0b627e9992b41d26e6762e4f8c7
This contains format string fixes among others.  procps-ng was not properly
displaying cpu usage in top and ps.

Signed-off-by: Rob Mosher nyt-lede@countercultured.net
2016-06-13 13:37:20 -04:00
Alexandru Ardelean
dcd86b9f47 squashfs-tools: change default compression options to n
Otherwise it will pull all compression libraries to install
(on newly configured targets) when maybe 1 or 2 are needed.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-06-09 18:44:22 +03:00
Michal Hrusecky
287edf574d
luci-app-lxc: Use correct path for configuration
Adjusting LuCI app for LXC to try to read path to your LXC containers from
configuration file and if not succeeding falling back to /srv/lxc to match
previous commit.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-06-09 09:42:15 +02:00
Jo-Philipp Wich
9843f170d7 treewide: replace my defunct email address
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-07 12:00:59 +02:00
Hannu Nyman
1fda64169f Merge pull request #2775 from blogic/mt-st
mt-st: fix download source
2016-06-07 10:49:39 +03:00
Jo-Philipp Wich
7d92f98ca7 Merge pull request #2626 from bk138/gzip
Import gzip from oldpackages
2016-06-05 15:11:47 +02:00
Yousong Zhou
fac1714d57 Merge pull request #2763 from kuoruan/lrzsz
Import lrzsz from oldpackages
2016-06-04 11:27:34 +08:00
Daniel Dickinson
7a492968d6 utils/tar: Fix defaulting to selecting dependencies
Due to KConfig misbehavior the tar config options where getting
enabled even when tar was not enabled.  We fix this by enclosing
the options in an if PACKAGE_tar ; endif block.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
2016-06-02 08:09:43 -04:00
Álvaro Fernández Rojas
3a5fb69389 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-01 18:06:47 +02:00
Álvaro Fernández Rojas
10273da243 tar: update to v1.29
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-01 17:51:40 +02:00
Álvaro Fernández Rojas
5ce0c7a917 pciutils: update to v3.5.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-01 17:51:28 +02:00
Álvaro Fernández Rojas
a4995e3323 Merge pull request #2402 from cshore/pull-request-tar-options
utils/tar: Make compression, acl, and xattr support configuration opt…
2016-06-01 16:55:35 +02:00
John Crispin
f88b661e97 mt-st: fix download source
http does not exist anymore, use ftp instead

Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 17:24:18 +02:00
John Crispin
48eab4d7c8 smstoold: only define USE_ICONV if it is enabled
Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 16:29:37 +02:00
Michal Hrusecky
0708c4171e
lxc: Use more FSH compliant /srv/lxc instead of new root dir
Normally LXC uses /var/lib, but due to hack OpenWRT employs this is not an
option. But instead of introducing new top-level directory, FSH compatible /srv
can be used.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-05-30 09:04:26 +02:00
kuoruan
ffd6fd1732 Import lrzsz from oldpackages
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-30 09:17:30 +08:00
aTanW
42747a1db3 gammu: bump to upstream v1.37.3
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2016-05-29 23:12:15 +03:00
Hannu Nyman
a175e8da84 Merge pull request #2761 from mstorchak/smartmontools
smartmontools: update to 6.5
2016-05-29 19:30:57 +03:00
Hannu Nyman
798f3ff33a Merge pull request #2759 from msva/patch-5
zsh: update to 5.2
2016-05-29 19:30:39 +03:00
Maxim Storchak
7e582975b2 smartmontools: update to 6.5
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-05-28 23:48:10 +03:00
Vadim A. Misbakh-Soloviov
b9300ac98d
zsh: update to 5.2
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
2016-05-28 23:35:52 +06:00
Vadim A. Misbakh-Soloviov
201a4981b1
tmux: update to 2.2
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
2016-05-28 23:09:36 +06:00
Michael Heimpold
45840cf56d mmc-utils: upgrade to latest revision
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-05-20 17:54:36 +02:00
Daniel Golle
8edcafcf11 lvm2: fix accidentally augmented goto label
also refresh patches while at it

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-20 06:39:57 +02:00
Daniel Golle
04f17f2b9d lvm2: update to version 2.02.154
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-19 19:17:38 +02:00
Jo-Philipp Wich
e0eef2e405 mc: apply gettext version fixup
Apply the version fixup in order to solve the following build error on systems
not using exactly gettext version 0.18:

    make[6]: Entering directory '.../build_dir/target-mips_34kc_musl-1.1.14/mc-4.8.17/po'
    *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.18 but the autoconf macros are from gettext version 0.19

The fixup will ensure that embedded macro versions are replaced with the
version of the staged gettext executable in ./staging_dir/host/bin

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-05-19 14:03:14 +02:00
Ted Hess
946ee98146 zile: Fix build with latest ncurses changes
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-05-19 07:47:30 -04:00
Daniel Dickinson
488be84075 utils/tar: Make compression, acl, and xattr support configuration options
This patch make building tar with POSIX ACL and XATTR
support configuration options.  It also makes building
seamless (e.g. -z -J -j) compression support a configuration
option for each compression program available in OpenWrt.

It also makes POSIX ACL support disabled by default
(by default OpenWrt doesn't build POSIX ACL support
into the kernel, never mind allowing to mount with it
enabled).  Also XATTR support is disabled by
default as this seems to be the standard default for packages
in OpenWrt.

Finally Bzip2, Gzip, and XZ seamless support are made
available by default and appropriate dependencies
are added based on the configuration choice.

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-05-16 04:23:30 -04:00
Julen Landa Alustiza
d0ab71c028 grep: update to 2.25
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2016-05-16 10:04:28 +02:00
Daniel Dickinson
817fba835c utils/collectd: Disable libudev linking
At least when building with OpenWrt SDK, if libudev is present
(even if not actually used by the system), then at least the
disk plugin attempts to link against udev, which results in
packages failure due to lack of dependencies, and it's not
desirable to add a dependency on udev just because udev
was built for the SDK, so we disable libudev support
explicity.

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>

Conflicts:
	utils/collectd/Makefile
2016-05-15 20:38:20 -04:00
Hannu Nyman
af6ac83d7e Merge pull request #2693 from dibdot/mc
mc: bugfix 4.8.17
2016-05-13 10:20:07 +03:00
Dirk Brenken
2cb512a85b mc: bugfix 4.8.17
* revert latest gettext change, break builds on various platforms
* changed maintainer email address

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-05-13 08:21:13 +02:00
Álvaro Fernández Rojas
500c519319 sumo: update to v0.26.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-05-08 21:02:44 +02:00
champtar
48b0e460fa Merge pull request #2668 from dibdot/mc
mc: update 4.8.17
2016-05-08 16:24:49 +02:00
Dirk Brenken
a7725bb7b8 mc: update 4.1.17
* changelog: https://www.midnight-commander.org/wiki/NEWS-4.8.17
* fix for #2664

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-05-08 16:13:49 +02:00
Stefan Weil
afbe8dcb87 utils/watchcat: Fix some typos (mostly found by codespell)
Note that this implies an API change (allways -> always).
The wrong spelling "allways" is still accepted for backward compatibility.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-04-30 09:46:34 +02:00
Stefan Weil
804763e3f9 utils: Fix some typos (mostly found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-04-30 09:27:12 +02:00
Jo-Philipp Wich
ea01eccee0 collectd: ensure that /var/lib/collectd exists
With the conversion to procd a required mkdir has been dropped, readd it.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-04-27 21:45:36 +02:00
Pushpal Sidhu
0c8cc4aee0 gpsd: don't enable by default
Because this selects ttyUSB0 (bad choice) by default, turn off enabling gps
by default until the user set's the tty manually and will stop gpsd from
stomping on another device's tty.

Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
2016-04-21 12:03:50 -07:00
Hannu Nyman
ea8d943b8f Merge pull request #2613 from aTanW/master
joe: bump to upstream v 4.2
2016-04-19 23:23:36 +03:00
Daniel Golle
656f2eb5a7 btrfs-progs: update to version 4.5.1
musl pthread patch imported from alpinelinux.org

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-19 17:21:20 +02:00
aTanW
59b78cf119 joe: bump to upstream v 4.2
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile    |    4
 files/joerc |  494 ++++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 318 insertions(+), 180 deletions(-)
2016-04-19 18:12:49 +03:00
Vladimir Ulrich
c0a8dfeafb [utils/zoneinfo] Updated to the latest release version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-04-19 15:23:15 +03:00
Daniel Golle
34af9ec22c pcsc-lite: update to version 1.8.16
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-19 14:05:04 +02:00
Daniel Golle
ac82f83188 lvm2: update to version 2.02.150
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-19 14:04:52 +02:00
Hannu Nyman
da7fe93100 Merge pull request #2611 from aTanW/master
gammu: bump to upstream v 1.37.2
2016-04-19 11:11:50 +03:00
aTanW
256c4ada49 gammu: bump to upstream v 1.37.2
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2016-04-19 08:36:01 +03:00
Ted Hess
625a7e7563 crelay: Update to 0.10, refresh patches, remove daemon background call
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-04-17 13:21:44 -04:00
Christian Beier
6912f6ff08 gzip: update to 1.7, update Makefile.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2016-04-15 14:11:27 +02:00
Christian Beier
1a21c9d60c gzip: import from oldpackages
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2016-04-15 13:53:24 +02:00
Jo-Philipp Wich
8228cee3f3 collectd: stop service on shutdown
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-04-15 12:33:32 +02:00
Nuno Goncalves
a6dc7354f6 Merge pull request #2432 from kbabioch/wifitoggle-empty-led
wifitoggle: Fix empty led_sysfs option
2016-04-12 23:08:31 +01:00
Luiz Angelo Daros de Luca
5df4a3c6e2 sane-backends: add missing config file
/etc/xinetd.d/sane-port is a config file.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2016-04-12 02:51:06 -03:00
champtar
fb744a6581 Merge pull request #2486 from yousong/cp-fix
Drop the redundant -r option to $(CP)
2016-04-10 17:56:21 +02:00
champtar
72fb23b1be Merge pull request #2198 from ryzhovau/gpsd_ldflags
gpsd: respect LDFLAGS
2016-04-10 12:05:07 +02:00
Alexandru Ardelean
918485e18f squashfs-tools: get inline functions work with both gnu11 and gnu89
Seems that this issue with squashfs-tools was fixed by the guys
at openembedded.
See patch here:
https://github.com/openembedded/openembedded-core/blob/master/meta/recipes-devtools/squashfs-tools/squashfs-tools/0001-mksquashfs.c-get-inline-functions-work-with-C99.patch

I think in my case, this issue appeared because I wrote the Makefile
some time ago and it worked, then when I did the PR for it,
it wasn't working anymore, and I assumed it was still working.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-04-05 09:26:35 +03:00
Hannu Nyman
1e7bbd85a6 Merge pull request #2249 from commodo/squashfs-tools
squashfs-tools: bring back package
2016-04-01 12:22:13 +03:00
heil
e0e98c8cb1 acpid: bump to version 2.0.27
Signed-off-by: heil <heil@terminal-consulting.de>
2016-03-30 14:37:00 +02:00
Álvaro Fernández Rojas
83c479e797 bluez: update to v5.38
Fixes https://github.com/openwrt/packages/issues/2523
Closes https://github.com/openwrt/packages/pull/2545

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-28 14:55:20 +02:00
Álvaro Fernández Rojas
375f34d362 flashrom: fix full and pci variants
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-28 09:17:44 +02:00
Álvaro Fernández Rojas
35a3f8d5d8 Merge pull request #2549 from stintel/pciutils
pciutils: remove eudev dependency
2016-03-28 09:12:27 +02:00
Vasilis Tsiligiannis
21362917e9 Merge branch 'master' of https://github.com/Wedmer/packages 2016-03-27 15:39:40 +03:00
Stijn Tintel
7ea7af5125 pciutils: remove eudev dependency
Disable udev hwdb support instead of depending on eudev. This restores
the old behavior of pciutils. It never depended on udev.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-03-27 04:34:49 +02:00
Vasilis Tsiligiannis
22204c07d7 hamlib: Update to v3.0.1
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2016-03-27 02:36:56 +02:00
Stefan Weil
b5738a3878 utils: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-03-26 09:53:01 +01:00
Vladimir Ulrich
f4f62aa039 [utils/zoneinfo] Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-03-25 03:14:22 +03:00
Luka Perkov
bff22d5831 Merge pull request #2494 from cshore/pull-request-lxc-auto
Pull request lxc auto
2016-03-22 23:32:29 +01:00
Luka Perkov
4e0aaf04cd Merge pull request #2493 from cshore/pull-request-lxc-flock-dependency
utils/lxc: lxc-create templates depend on flock
2016-03-22 23:30:37 +01:00
Álvaro Fernández Rojas
d1e5f9ca5d Merge pull request #2464 from openwrt-es/bluez-next
bluez: add support for Raspberry Pi 3
2016-03-18 17:23:34 +01:00
Vladimir Ulrich
337e2ce558 [utils/zoneinfo] Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-03-16 03:34:53 +03:00
Hannu Nyman
f9fd67b4a5 Merge pull request #2498 from cshore/pull-request-collectd-encrypted-networking
utils/collectd: Add option to enable encrypted network output
2016-03-15 10:39:55 +02:00
Hannu Nyman
1509f7e27e Merge pull request #2502 from lukbaj/master
Update libimobiledevice, libplist, libusbmuxd and usbmuxd
2016-03-15 10:28:18 +02:00
Lukasz Baj
2f39488cd4 Update libimobiledevice, libplist, libusbmuxd and usbmuxd
Updated libraries and tools to support connectivity of Apple devices,
such as iPads, iPods and iPhones.

Signed-off-by: Lukasz Baj <l.baj@radytek.com>
2016-03-15 09:18:47 +01:00
Álvaro Fernández Rojas
1348057082 flashrom: update to v0.9.9
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-14 19:04:30 +01:00
Álvaro Fernández Rojas
9afd29558a pciutils: add missing udev dependency
Fixes https://github.com/openwrt/packages/issues/2471

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-14 17:38:54 +01:00
Hannu Nyman
690f19d21e Merge pull request #2503 from dibdot/mc
mc: update to 4.8.16
2016-03-14 16:20:15 +02:00
Dirk Brenken
033e513b15 mc: update to 4.8.16
* update midnight commander to latest stable release
* refresh subshell patch to support minimal openwrt environment
* switch to sha256 based package fingerprint
* compile & functional tested with ar71xx and x86

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-03-14 15:13:31 +01:00
Julen Landa Alustiza
6fd3c984d1 grep: update to 2.24
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2016-03-14 13:13:17 +01:00
Yousong Zhou
248cf4bca0 qemu: bump to 2.5.0
ChangeLog/2.5: http://wiki.qemu.org/ChangeLog/2.5

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-03-14 11:30:58 +08:00
Mike Miller
754bd95bfa rtl-sdr: Add start script file for rtl-tcp
One of the most common uses of the rtl-sdr suite on OpenWrt is to stream
data to a remote analyzer. This commit creates a /etc/init.d/ and
/etc/config entry for rtl-tcp, so that it can automatically launch on
startup.

Signed-off-by: Mike Miller <github@mikeage.net>
2016-03-13 22:33:53 +02:00
Daniel Dickinson
ad7147839c utils/collectd: Add option to enable encrypted network output
The network plugin has the option of encrypting traffic; add a
config option to allow enabling encrypting network plugin traffic.

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>

Conflicts:
	utils/collectd/Makefile
2016-03-13 09:46:31 -04:00
Daniel Dickinson
b7b0f59e1c utils/lxc: Add working autostart for OpenWrt
Standard LXC autostart is currently not working in OpenWrt,
therefore add our own autostart mechanism for now.

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-03-12 19:01:59 -05:00
Daniel Dickinson
403079aff8 utils/lxc: lxc-create templates depend on flock
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-03-12 19:00:18 -05:00
Yousong Zhou
92b0575e28 Drop the redundant -r option to $(CP)
$(CP) was defined as `cp -fpR' since the very begining of OpenWrt build
system (2006-06-22).  The -R option should be enough and base packages
use only $(CP) for the same purposes just fine and BSD manual of cp also
discourages the use of `-r' option.  So let's just tidy up the usage now.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-03-12 01:23:28 +08:00
Daniel Golle
6c7c823243 cryptsetup: fix MD5SUM forgotten during update
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:46:12 +01:00
Daniel Golle
9bda76c394 tracertools: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:44:54 +01:00
Daniel Golle
0588c6745c cryptsetup: update to version 1.7.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:44:54 +01:00
Daniel Golle
edbd16954b lvm2: update to version 2.02.145
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:44:54 +01:00
Álvaro Fernández Rojas
208f0e0a90 bluez: Add support for Raspberry Pi 3
- Adds bcm43xx-3wire variant.
- Resets UART speed after firmware download.
- Prints chip name when firmware isn't found for bcm43xx.
- Increases timeout for bcm43xx.
- Moves bcm43xx firmware to lib.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-06 16:22:56 +01:00
Álvaro Fernández Rojas
8d07e5b825 bluez: update to v5.37
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-06 16:13:37 +01:00
Daniel Golle
c9812eb7f5 tracertools: fix output for ues with collectd-mod-exec
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-03 13:00:01 +01:00
Hannu Nyman
b49d41f289 nano: use GNU alias for source download
Download source using the GNU alias in order to get fault-tolerance.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-03-01 10:29:13 +02:00
Jonathan Bennett
4a840ae361 Updates to 2.5.3 and updates copyright year.
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2016-02-29 19:15:35 -06:00
Michael Heimpold
1382bd46e3 mmc-utils: upgrade to latest revision
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-02-27 22:13:14 +01:00
Karol Babioch
f6221d4c65 wifitoggle: Do not generate error message in case of empty led_sysfs
While an empty led_sysfs definition works as intended (no LED state is
touched), an error message is generated, since the appropriate sysfs
interface does not exist:

          Sat Feb 27 16:42:55 2016 user.err wifitoggle: led:  not found

This patch makes sure that no such error message will be generated.

Signed-off-by: Karol Babioch <karol@babioch.de>
2016-02-27 21:57:23 +01:00
Álvaro Fernández Rojas
23421bd104 unrar: update to v5.3.11
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-02-27 12:52:56 +01:00
Álvaro Fernández Rojas
c956b7dbb9 pciutils: update to 3.4.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-02-27 12:37:02 +01:00
Álvaro Fernández Rojas
a708fa2f54 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-02-27 12:31:59 +01:00
Mike Miller
19ae11e91b dump1090: Support cross-compiling (from OS X)
dump1090 doesn't detect cross-compilation; instead, they check uname.
For OpenWrt, the target will always be Linux, so just forcibly set it.

Signed-off-by: Mike Miller <github@mikeage.net>
2016-02-27 12:21:16 +01:00
Alexander Ryzhov
f326e41ade zip: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-02-27 12:14:15 +01:00
Yousong Zhou
3ea82eecb7 qemu: new package qemu-ga
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-02-26 18:07:53 +08:00
Nikos Mavrogiannopoulos
8ad914bd38 Merge pull request #2295 from sairon/cryptodev-remove-deprecated-deps
cryptodev: remove dependency on kmod-crypto-core
2016-02-25 17:27:36 +01:00
Ted Hess
69f2c22384 Merge pull request #2338 from thess/alsa-test
alsa: Update to 1.1.0, disable basic audio test (bat) utility
2016-02-23 11:02:08 -05:00
Daniel Golle
a0923994b8 tracertools: use new git HEAD
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>
2016-02-23 10:38:16 +02:00
Luka Perkov
34f4fda0fa Merge pull request #2365 from makkrnic/master
lxc: update to version 1.1.5
2016-02-17 11:24:46 +01:00
Alexander Ryzhov
9c491c9970 lvm2: fix libdevmapper deps
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-02-15 05:40:09 -05:00
Hannu Nyman
dbe4135422 Merge pull request #2377 from Zokormazo/grep
grep: update to 2.23
2016-02-13 11:31:29 +02:00
Nico
ac633e9f3f Merge pull request #2368 from xypron/gnupg
gnupg: fix dependency error concerning libcurl
2016-02-11 13:03:22 +01:00
Daniel Golle
97d0a68ef8 eudev: fixup patches
sorry for the mess, once again I forgot to git add ...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-02-10 21:33:03 +02:00
Daniel Golle
7be6a76bc3 lvm2: update to version 2.02.141
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-02-10 21:33:03 +02:00
Heinrich Schuchardt
d708a54870 gnupg: fix dependency error concerning libcurl
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: 0a61d56eb3 ("utils/gnupg: add new package gnupg-utils")
Reported-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-02-10 19:19:56 +01:00
Daniel Golle
b0bb7748aa eudev: add new package
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>
2016-02-10 19:00:53 +02:00
Daniel Golle
13d7efa13f eudev: add new package
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>
2016-02-10 19:00:38 +02:00
Mak Krnic
fdacf2cd20 lxc: update to version 1.1.5 2016-02-10 11:39:59 +01:00
Hannu Nyman
a91a6f5b5a Merge pull request #2343 from hnyman/collectd551
Collectd: update to 5.5.1, use procd
2016-02-09 14:59:42 +02:00
aTanW
e7067c5c9a gammu: bump to upstream v1.37.0
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2016-02-09 08:11:47 +03:00
Julen Landa Alustiza
82a7ead0eb grep: update to 2.23
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2016-02-08 09:20:13 +01:00
Hannu Nyman
a62ff02b8d collectd: use procd
Change collectd to use procd for startup.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-02-03 19:00:14 +02:00
Hannu Nyman
11d3b98950 collectd: Update to 5.5.1
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>
2016-02-03 18:59:37 +02:00
Michael Marley
13b8d4441d alsa: Update to 1.1.0, disable basic audio test (bat) utility
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-02-01 11:42:41 -05:00
Yousong Zhou
1f44d6a574 Merge pull request #2316 from yunfan/master
dvtm: initial version 0.15
2016-01-31 02:15:04 +08:00
yunfan
c342c4de53 dvtm: initial version 0.15
Signed-off-by: Yunfan Jiang <jyf1987@gmail.com>
2016-01-29 23:59:13 +08:00
Florian Fainelli
2b1b267a00 Merge pull request #2324 from ffainelli/bonnieplus
utils: Import bonnie++
2016-01-28 14:24:17 -08:00
Vladimir Ulrich
d9c1181e5e [utils/zoneinfo] Updated to the latest release version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-01-28 19:23:31 +03:00
Florian Fainelli
5e2e3d3f3e utils: Import bonnie++
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>
2016-01-27 12:44:44 -08:00
Felix Fietkau
9f8e5aca34 treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 21:56:03 +01:00
Jan Čermák
47d18246fb cryptodev: remove dependency on kmod-crypto-core
Kernel module kmod-crypto-core was removed in OpenWrt trunk r46820.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2016-01-20 16:08:57 +01:00
Nikos Mavrogiannopoulos
122c477f19 Merge pull request #2277 from notnyt/feature_cryptodev
cryptodev-linux: bump to 1.8
2016-01-20 09:18:41 +01:00
Daniel Golle
af81973a24 tracertools: update source, fixes bug on little-endian systems
and improves collectd support

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-18 18:15:11 +01:00
notnyt
ebc9559f92 cryptodev-linux: bump to 1.8
This fixes compile time errors using kernel 4.3 and above

Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
2016-01-17 16:19:29 -05:00
notnyt
d01dfdebcf flashrom: include io.h to fix compile error
This patch includes sys/io.h from flash.h to fix compile errors

Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
2016-01-17 15:59:16 -05:00
Daniel Golle
6e9cf99476 lvm2: update to 2.02.139
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:38:06 +01:00
Daniel Golle
853f999386 ccid: update to 1.4.22
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:24:03 +01:00
Daniel Golle
e5df4967c5 pcsc-lite: update to 1.8.15
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:24:03 +01:00
Daniel Dickinson
4fc1ad88f7 utils/collectd: Really prevent perl bindings
--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>
2016-01-11 03:57:44 -05:00
Alexandru Ardelean
d96328eae1 squashfs-tools: bring back package
Picked up the old Makefile at 4.2.
Upgraded at 4.3 (repo move to github now: https://github.com/plougher/squashfs-tools/)
Added musl compatibility.
Enabled LZ4 compression support by default

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-01-07 17:52:31 +02:00
Nico
3955d78130 Merge pull request #2204 from xypron/gnupg
utils/gnupg: update to 1.4.20, add new package gnupg-utils
2016-01-03 20:45:38 +01:00
Luiz Angelo Daros de Luca
6936263b2a Merge pull request #2234 from luizluca/sane-fix_typos
sane-backends: minor Makefile text typo
2016-01-03 01:07:06 -02:00
Luiz Angelo Daros de Luca
0bab5a449e sane-backends: minor Makefile text typo
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2016-01-03 01:06:24 -02:00
Heinrich Schuchardt
0a61d56eb3 utils/gnupg: add new package gnupg-utils
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>
2015-12-30 03:21:56 +01:00
Pushpal Sidhu
7e7d843fa6 evtest: add package
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
2015-12-29 15:44:13 -08:00
Alexander Ryzhov
ea3cdae6d2 gpsd: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-12-29 01:50:27 -05:00
Daniel Golle
d1429318ca tracertools: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-26 05:05:03 +01:00
Daniel Golle
9377520afd lvm2: update to version 2.02.138
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-26 02:21:27 +01:00
Daniel Golle
a78192e96c i2c-tools: add fossies.org download mirror
lm-sensors.org is down, again...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-25 22:44:52 +01:00
Alexander Ryzhov
fc2a2dadb1 unzip: enable unicode support and avoid packing the same binary twice
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>
2015-12-16 23:01:51 +01:00
Álvaro Fernández Rojas
70c2c21ad4 sumo: update to v0.25.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-12-16 22:23:02 +01:00
Ted Hess
fcb9c2e486 triggerhappy: Update to 01-Oct-15 version, force new source download
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-16 15:56:58 -05:00
aTanW
31e0651408 gammu: bump to new upstream 1.36.8
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2015-12-14 09:06:48 +03:00
Nuno Goncalves
0b06f1f51c rtl-ais: add procd validation
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-12-13 23:21:28 +00:00
Ted Hess
befa2ce3e2 zile: Remove unecessary dependence on libncurses (non-w) version
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-11 18:10:14 -05:00
Gary Bisson
6f2538dc58 triggerhappy: bump PKG_REV to fix input header creation
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>
2015-12-10 13:11:45 +01:00
Jonathan Bennett
ee422b3c33 Update nano to 2.5.0
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2015-12-08 09:06:27 -06:00
Álvaro Fernández Rojas
ffb1a1e9e5 unrar: update to v5.3.8
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-12-07 17:37:27 +01:00
Álvaro Fernández Rojas
082314c49d unrar: split unrar and libunrar into build variants, add missing InstallDev
Building unrar together with libunrar creates conflicts that can be fixed by
doing separate builds.
Closes https://github.com/openwrt/packages/pull/2060.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-12-07 17:27:15 +01:00
Ted Hess
5c16682508 avrdude: Fix inclusion of libelf when BUILD_NLS=y
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-06 19:56:58 -05:00
Alexander Ryzhov
70f31a5446 lvm2: fix source URL
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-12-06 07:45:18 -05:00
Hannu Nyman
4105f98760 Merge pull request #2055 from aTanW/master
gammu: bump to upstream 1.36.7
2015-12-06 12:44:03 +02:00
Ted Hess
9d9837f822 dosfstools: bump to 3.0.28, fix URLs - dev moved to github
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-04 14:53:33 -05:00
Daniel Golle
90fa3357f2 lvm2: update to 2.02.136
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-03 01:25:11 +01:00
Daniel Golle
3aeb3d4960 cryptsetup: update to 1.7.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-03 01:25:11 +01:00
aTanW
0bfb2f8a4d gammu: bump to upstream 1.36.7
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2015-12-01 08:47:28 +03:00
aTanW
0d857aa078 joe: fix key bindings
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
 joerc |    7 -------
 1 file changed, 7 deletions(-)
2015-11-30 00:56:19 +03:00
Daniel Golle
021c3e1198 btrfs-progs: remove no longer needed patch
xattr.h header location no longer needs to be patched.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-11-28 23:51:09 +01:00
Ted Hess
14d565fccf Merge pull request #2011 from gmagnotta/master
created mt-st project
2015-11-28 14:43:11 -05:00
Hannu Nyman
b2d082e5a3 Merge pull request #2022 from dibdot/mc
mc: add ash subshell support
2015-11-28 12:23:58 +02:00
Dirk Brenken
1d797c29b0 mc: add ash subshell support
* backport a slightly modified subshell patch to stable 4.8.15
  (see ticket: https://www.midnight-commander.org/ticket/2742)
* enable subshell support by default

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-25 21:17:41 +01:00
gmagnotta
eb60b138a8 created mt-st project
Signed-off-by: Giuseppe Magnotta giuseppe.magnotta@gmail.com
2015-11-25 15:32:48 +01:00
Ted Hess
0c4cc6bd57 Merge pull request #1968 from thess/smstools-work
smstools3: Fix NLS build dependencies
2015-11-25 09:03:46 -05:00
Jean-Michel Lacroix
6b0288785c bandwidthd: fix build with gcc5
This is a small fix to allow the package to compile with gcc5
Addition of the -std=gnu89 CFLAGS.
Small correction of the copyright date of file bandwidthd.init

Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
2015-11-24 09:45:45 -05:00
Jo-Philipp Wich
b3beb14b67 Merge pull request #2006 from dwmw2/master
collectd: enable nut plugin
2015-11-24 14:24:54 +01:00
Ted Hess
906c32a5b6 Merge pull request #2012 from commodo/stress-package
stress: bring it back (from old packages)
2015-11-23 14:34:47 -05:00
Alexandru Ardelean
4ee146b692 stress: bring it back (from old packages)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-11-23 16:08:26 +02:00
Ted Hess
43a71474f6 zile: fix gcc5 build issues
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-23 09:01:56 -05:00
Steven Barth
e47080b4f9 dbus: update to 1.10.4
Signed-off-by: Steven Barth <steven@midlink.org>
2015-11-23 14:24:46 +01:00
David Woodhouse
69e92a9bef collectd: enable nut plugin
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2015-11-22 12:42:51 +00:00
Álvaro Fernández Rojas
51474d7499 dump1090: update to latest version, fix typo
Fixes https://github.com/openwrt/packages/issues/1976

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-11-22 12:35:17 +01:00
Hauke Mehrtens
127e1c4856 gpsd: do not strip gpsd
The not strip command is not strip=no, but it is nostrip=yes.
This fixes building this gpsd.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-19 22:16:25 +01:00
Steven Barth
5f9cd613f6 Merge pull request #1743 from marcin1j/patchwork/owfs
owfs: add startup scripts, make features configurable and fix w1 adapter bugs
2015-11-19 16:25:00 +01:00
Phil Eichinger
a0c7a0948d at: update init script to use procd
also increase PKG_RELEASE

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2015-11-18 16:36:23 +01:00
Phil Eichinger
212d602c51 at: bring back package
* import from oldpackages
* version bump, update hash
* add PKG_LICENSE and PKG_LICENSE_FILES
* update patches

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2015-11-17 17:52:21 +01:00
Ted Hess
9357d094f3 smstools3: Fix NLS build dependencies, improper CFLAGS overrides and LFLAGS added to MAKE_VARS
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-16 10:28:40 -05:00
Dirk Brenken
46d99ac2f4 mc: update to 4.8.15
bump version to 4.8.15
fix charset / utf-8 support
fix different warnings during startup
merge all configuration files in /etc/mc
enable internal editor & charset support by default

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-15 13:44:25 +01:00
Jonathan McCrohan
e3b0a20c44 lcd4linux: fix endian issues with GLCD2USB plugin
Patch submitted by Vladimir Ermakov.

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-11-11 23:07:33 +00:00
Jean-Michel Lacroix
b885721fa0 bandwidthd: Addition of a variant of the bandwidthd package.
Addition of the bandwidthd-pgsql package variant that can save also
in a postgres database.

Modification of bandwidthd.config to have the default IP address
of an OpenWrt router (192.168.1.1)

Addition of a small OpenWrt logo in the logo.gif

Compile tested on CC and trunk (ar71xx and mvebu in both cases)
run tested on CC (ar71xx) and trunk (r47397 on mvebu)

Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
2015-11-10 15:13:52 -05:00
Álvaro Fernández Rojas
d51a3d39cc Merge pull request #1931 from mstorchak/tmux
tmux: update to 2.1
2015-11-09 07:06:48 +01:00
Álvaro Fernández Rojas
92837e6fa4 Merge pull request #1932 from mstorchak/acl
acl: update to 20150921
2015-11-09 07:04:17 +01:00
Álvaro Fernández Rojas
00c3d7a2ca Merge pull request #1933 from mstorchak/attr
attr: update to 20150922
2015-11-09 07:03:58 +01:00