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
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
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
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
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