Marcin Jurkowski
101fc3047c
owfs: avoid npe in BUS_reset function
...
Monitor adapters (zeroconf, enet, usb and w1) don't have the reset
routine, causing null pointer dereference in BUS_reset function.
This patch has been submitted upstream:
https://sourceforge.net/p/owfs/bugs/67/
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-01 01:29:23 +02:00
Marcin Jurkowski
2d537bc98f
owfs: fix the last netlink message recognition
...
This fixes the endless loop waiting for w1 subsystem connector status
message.
According to the 8a0427d kernel commit, the last (status) netlink msg
should have ack=seq, whereas all the others messages should have ack=seq+1.
This patch has been submitted upstream: https://sourceforge.net/p/owfs/bugs/66/ .
For independent problem report, see this thread:
https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=98772
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-01 01:29:20 +02:00
Marcin Jurkowski
d6fe15a85c
owfs: make libow features configurable
...
Owfs shared library is quite large (700+ kB) by embedded devices standards.
The code for many different bus master and slave devices is compiled
into single big .so library. Had it been designed as modular,
dynamic-loadable plugins, we could split them into separate packages,
allowing user to install only the plugins he needs.
It's however possible to enable or disable libow features at compile time.
Here are some examples how much space can be saved turning off support for
unneeded devices and features:
- By disabling USB adapter support libusb and libusb-compat is no
longer needed, saving ~70kB of space. Bus masters using usbserial.ko
kernel driver don't need this.
- By disabling debug messages it's possible to reduce shared library
size by 130kB.
This patch adds a menu allowing user to select libow features one wants
built in:
- Bus master support: USB adapters through libusb, i2c adapters, kernel w1
adapters
- General features: zeroconf device announcement, debug messages, owtraffic
bus reports
Default config options preserve previous library configuration i.e.
everything is selected except for owtraffic (which was disabled) and
kernel w1 driver (whose netlink interface has been broken since 2011).
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-01 01:20:27 +02:00
Marcin Jurkowski
7000746a30
owfs: Add init scripts and config files
...
Owfs daemons lack control scripts. This patch adds init.d scripts for owfs,
owserver, owhttpd and owftpd packages.
Most daemon options (both common libow and program-specific parameters)
are reflected as uci config variables.
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-01 01:19:40 +02:00
aTanW
e8b47afd10
gammu: bump to supstream v1.36.5
...
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
2015-08-31 22:46:28 +03:00
Michael Heimpold
0db8bac00c
mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile, take 2
...
Also already mentioned in ba4338d6f7
,
the security feature FORTIFY_SOURCE could be set globally.
The current approach tries to undefine and redefine it, however,
the order on the command line prevents this from being successfully, e.g.:
arm-openwrt-linux-muslgnueabi-gcc ... -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 ... -D_FORTIFY_SOURCE=1 ...
`---------------v-------------------' `--------v--------'
AM_CFLAGS OpenWrt params
So to have the original source (static) _FORTIFY_SOURCE=2 define,
the only option is to remove it from AM_CFLAGS completely, and
to pass it after the OpenWrt settings explicitely in the Makefile.
This should fix the buildbots finally.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-08-30 14:33:46 +02:00
Hannu Nyman
8e944a0826
collectd: Clarify config file example/placeholder
...
The config file shipped with collectd dates from 2010 and
leads to error messages if luci-statistics & collectd are installed,
as it references several plugins not usually installed, or such ones
that have been renamed since then.
For most users, this file is just a placeholder during collectd installation,
as /usr/bin/stat-genconfig from /etc/init.d/luci_statistics will overwrite it.
Sanitize and shorten the placeholder config file:
* Reference actively only the default plugins installed by luci statistics.
* Match the placeholder config with the genuine config from luci statistics.
If somebody uses collectd separately from luci statistics, he will need to
edit these settings anyway.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-08-30 10:51:37 +03:00
Paul Fertser
608d71b26f
openocd: include nls.mk to fix build with full NLS support
...
Since openocd depends on hidapi it needs appropriate LD_FLAGS to link
against it as that library depends on libiconv.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-08-29 14:35:22 +03:00
Ted Hess
1ad3d0aab1
Merge pull request #1725 from kissg1988/procps-ng
...
procps-ng: import version 3.3.11 & replace historical version, update seafile-server dependency
2015-08-28 12:12:34 -04:00
Steven Barth
671c1cec4d
Merge pull request #1717 from hnyman/collectd-entropy
...
collectd: Enable entropy plugin
2015-08-28 10:24:15 +02:00
Gergely Kiss
baabfc61bf
procps: replaced by procps-ng
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-08-27 22:36:27 +02:00
Gergely Kiss
a3b83067a9
procps-ng: import version 3.3.11
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-08-27 22:24:44 +02:00
Hannu Nyman
35552db4ee
collectd: Enable entropy plugin
...
Enable the entropy plugin that monitors the available entropy in a Linux system.
Works ok and has no library dependencies. Tested on ar71xx/WNDR3700.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-08-26 21:35:35 +03:00
Steven Barth
b8d66c284c
Merge pull request #1700 from aTanW/master
...
gammu: bump to mainstream v 1.36.4, full-language version build fix
2015-08-26 09:20:31 +02:00
Ted Hess
85597bc84d
crelay: Fix link error with BUILD_NLS=y
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-25 19:04:07 -04:00
John Crispin
3e1b55f8ef
avrdude: enable linux-gpio by default
...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-08-26 00:26:33 +02:00
Marcel Denia
dd1e65bedf
bash: Update to 4.3.42
...
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-08-25 21:27:55 +02:00
Steven Barth
917c1fbe59
dbus: bump to 1.9.20
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-08-25 08:43:53 +02:00
heil
1f0e1fa7c7
acpid: update to 2.0.25
...
- remove 001-musl-compat-patch
Signed-off-by: heil <heil@terminal-consulting.de>
2015-08-24 10:33:33 +02:00
Nuno Goncalves
3b42924eb3
rtklib: bump version to 2.4.2 p11, close #1624
...
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-08-23 14:30:07 +01:00
Steven Barth
273c92e415
Merge pull request #1698 from mstorchak/lsof
...
lsof: update to 4.89
2015-08-23 09:36:48 +02:00
Ted Hess
eed20a34ff
crelay: Update to V0.9, add startup config file
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-21 14:40:30 -04:00
aTanW
9cad7e86a1
gammu: bump to mainstream v 1.36.4, full-language version build fix
...
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
2015-08-21 18:13:19 +03:00
Maxim Storchak
e3924f5866
lsof: update to 4.89
...
- build from original tarball
- fix ipv6 support: enable if not completely disabled
- drop useless LSOF_INCLUDE override
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-08-21 15:34:57 +03:00
Ted Hess
0e3fb59ba1
ntfs-3g: Update to latest, add myself as maintainer, cleanup packages content
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-20 13:43:13 -04:00
Dirk Neukirchen
f8e6574e64
flashrom: fix gcc5 build
...
default C dialect changed with gcc5
explicitly use old C dialect
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-19 11:12:24 +02:00
Hannu Nyman
d91cd622c0
collectd: interface plugin: revert to Linux defaults from BSD-like operations
...
Change the interface plugin to operate with collectd's default way for Linux
instead of trying to use BSD functionality with patches.
Openwrt's collectd Makefile has set "enable-getifaddrs" option since r7980
(in 2007, no explanations given for the reasons to add that config option),
causing the addition of 110-net-device-stats.patch in 2010 to fix things,
and then later (with 5.4.1 upgrade in 2014) 150-fix-interface-af-link
to undo BSD-specific changes in collectd code meant for only BSD systems
(as AF_LINK does not exist in Linux).
Revert to collectd's intended way in Linux by removing the config option
and deleting the two corresponding patches.
The same data fieds should be provided, so there is no visbile change to users.
References:
===========
Collectd changes introducing/explaining the option and later breaking things:
http://git.verplant.org/?p=collectd.git;a=commit;h=a05e34a0d4fdb2c15db8226689268a27f6f7163d
http://git.verplant.org/?p=collectd.git;a=commit;h=14740db4b415655abc58307352e406442f9933a0
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=645dadb3fcc466e8880fda4eb23b21ad433631fc
Openwrt:
intro at r7980: https://dev.openwrt.org/changeset/7980
fix1 due to kernel 2.6.36 at r23467: https://dev.openwrt.org/changeset/23467
fix2 due to collectd 5.4.1: https://github.com/openwrt/packages/pull/298
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-08-19 00:34:03 +03:00
Ted Hess
44aa70d796
crelay: import usb relay control daemon
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-17 11:10:35 -04:00
Daniel Golle
794f1984e0
pcsc-lite: update source
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-08-13 10:44:56 +02:00
Daniel Golle
38203aa88d
ccid: update source
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-08-13 10:42:27 +02:00
Vladimir Ulrich
17c3b4d2e4
[utils/zoneinfo] Updated to the latest release.
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-08-11 19:16:00 +03:00
Nuno Goncalves
6a5d2a5b96
rtl-ais: bump version, add init script, add uci config
...
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-08-09 11:52:22 +01:00
Hauke Mehrtens
8aa5a3ab2f
bluez: update to version 5.33
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-08-03 22:40:07 +02:00
Steven Barth
efe138e4ba
Merge pull request #1559 from hauke/bluez-btmgmt
...
bluez: add btmgmt tool
2015-08-03 13:42:50 +02:00
Steven Barth
6517189ee3
Merge pull request #1558 from hauke/pps-tools
...
pps-tools: remove kernel dependencies
2015-08-03 13:42:38 +02:00
Steven Barth
a770ebb058
Merge pull request #1541 from hauke/bluez
...
bluez: update to version 5.31
2015-08-03 13:41:22 +02:00
Steven Barth
1a813ecaf3
Merge pull request #1527 from roger-/rtl-sdr
...
rtl-sdr: update to latest
2015-08-03 13:40:55 +02:00
Daniel Golle
f4816e2ba1
lvm2: update source, refresh patch
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-26 23:35:10 +02:00
Álvaro Fernández Rojas
3a616d5a69
unrar: update to v5.3.1
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-07-23 13:33:05 +02:00
Ted Hess
414267681a
alsa: update to latest - 1.0.29
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-07-20 12:55:55 -04:00
Daniel Golle
55f44afe72
i2c-tools: update to 3.1.2
...
remove archive.org download link as lm-sensors.org seems to be working
again.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-20 00:14:39 +02:00
Jonathan McCrohan
c181b82b22
lcd4linux: dpf driver requires libgd and libusb
...
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-07-19 22:40:47 +01:00
Nuno Goncalves
2bb6af5101
tcsh: fix out of memory error with musl
...
Since __GLIBC__ is no longer defined under musl, we must hard patch it.
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-07-18 19:46:15 +01:00
Steven Barth
bbbe933e51
Merge pull request #1579 from ryzhovau/tmux_url
...
tmux: update source URL
2015-07-17 16:21:32 +02:00
Alexander Ryzhov
5a2167aa2d
tmux: update source URL
...
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-07-17 06:48:35 -04:00
Hannu Nyman
106fd6a3a2
collectd: update to 5.5.0
...
Update collectd, base of Luci statistics, to 5.5.0.
Patches have been refreshed.
write-graphite plugin is now enabled. (see #1351 )
I have compile-tested all plugins with ar71xx,
and real-life tested the following plugins:
Conntrack, Processor (CPU), DNS, Interfaces, Wireless, System Load,
Memory, Ping, Uptime
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-07-16 15:15:22 +03:00
Jonathan Bennett
d61a3eb5e6
Nano: Update to 2.4.2
...
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2015-07-15 21:56:49 -05:00
Nuno Goncalves
957d75cd2f
Add rtl-ais: rtl-sdr AIS dual channel tuner
...
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-07-14 12:32:44 +01:00
Jonathan McCrohan
439fb6395a
lcd4linux: remove broken flag from DPF driver
...
No longer requires external DPF library as of SVN r1198.
Fixes : #1570
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-07-13 20:55:29 +01:00
Daniel Golle
b1cba322fa
lvm2: update sources
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-13 14:56:26 +02:00
Steven Barth
2dc68b7cad
Merge pull request #1568 from aTanW/master
...
gammu: bump to the new upstream v1.36.3
2015-07-13 12:07:38 +02:00
aTanW
dbb7897ec1
gammu: bump to the new upstream v1.36.3
...
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
2015-07-13 10:05:09 +03:00
Jonathan McCrohan
4f086bc2a3
lcd4linux: import from oldpackages
...
* Update to latest version
* Refresh patches
* Update copyright years
* Fix musl build issues (patches already applied upstream)
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-07-12 23:46:19 +01:00
Hauke Mehrtens
ed2f47672d
bluez: update to version 5.31
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-11 23:01:59 +02:00
Hauke Mehrtens
99d5c28e2c
bluez: add btmgmt tool
...
The btmgmt tool is needed to activate BL LE support.
Currently it is not installed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-11 23:01:37 +02:00
Hauke Mehrtens
ade5a8df29
pps-tools: remove kernel dependencies
...
pps-tools builds on kernel 4.1, but instead of adding this kernel,
remove the check as all kernel versions currently supported by OpenWrt
are listed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-11 23:01:13 +02:00
Nuno Goncalves
097c3085aa
tcsh: add source mirrors
...
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-07-11 21:20:43 +01:00
Etienne CHAMPETIER
1515019df5
screen: update to 4.3.1
...
refresh patches
quickly run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-07-11 00:28:28 +02:00
Steven Barth
dced064891
Merge pull request #1548 from aTanW/master
...
joe: bump to new upstream v4.0
2015-07-07 15:40:40 +02:00
aTanW
8d63ef4d47
joe: bump to new upstream v4.0
...
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 8 ++++----
files/joerc | 28 ++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 4 deletions(-)
2015-07-07 15:43:50 +03:00
Daniel Golle
25660aad62
lvm2: update sources and improve packaging
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-07 09:36:05 +02:00
dvlemplgk
157d4734aa
open-plc-utils: Remove excessive dot in PKG_SOURCE_VERSION definition
...
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
2015-07-06 17:18:15 +02:00
Steven Barth
93cb07e376
Merge pull request #1532 from pjoe/shadow-su-fix-controlling-term2
...
shadow: fix su controlling terminal #1521
2015-07-04 13:59:29 +02:00
Steven Barth
83f2c14b2f
Merge pull request #1534 from aTanW/master
...
gammu: update to latest 1.36.2 upstream
2015-07-04 13:58:31 +02:00
Roger
d8f145d51b
rtl-sdr: update copyright
2015-07-03 12:37:51 -05:00
aTanW
ec2cb7b430
gammu: update to latest 1.36.2 upstream
...
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
2015-07-03 17:07:20 +03:00
Pelle Johnsen
a14b3c8651
shadow: fix su controlling terminal #1521
...
Signed-off-by: Pelle Johnsen <pelle.johnsen@gmail.com>
2015-07-03 13:44:10 +02:00
Matteo Croce
5b8d596ab9
add list of domains serving advertising
...
Add a script to download a list of domains which serves ads.
This list can be used to block these servers in the DNS server.
2015-07-03 12:21:03 +02:00
Roger
6e9451714d
rtl-sdr: update to latest
...
Signed-off-by: Roger D <rogerdammit@gmail.com>
2015-07-02 12:27:03 -05:00
Jo-Philipp Wich
2dbf4507c3
mysql: fix datadir check in init script
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-07-02 14:22:02 +02:00
Florian Fainelli
deeb315ff1
Merge pull request #1498 from dangowrt/hfsprogs-fix-musl-build
...
hfsprogs: fix build with musl
2015-07-01 13:37:38 -07:00
dvlemplgk
16da67e62a
open-plc-utils: Update to commit 885a1b7e2e663b5ab8797db6d40a0318131fdf18
...
This particularly fixes unusable amphost utility on big endian targets.
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
2015-07-01 14:05:37 +02:00
Daniel Golle
ab45f3741b
hfsprogs: fix build with musl
...
Do not make use of sysctl in makehfs.c on non-glibc systems.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-28 21:03:28 +02:00
Jo-Philipp Wich
474a5bf795
screen: remove leftover Makefile code
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-27 14:31:29 +02:00
Jo-Philipp Wich
371bf39546
screen: fix autoconf misdetection
...
The configure script shipped by screen uses the presence of `elf.h` and `-lelf`
as indicator for an SVR4 system which implies a `#define BUGGYGETLOGIN`.
The SVR4 `getlogin()` replacement function does not compile with a musl
toolchain and we do not want it anyway, so patch configure to remove the broken
SVR4 detection logic.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-27 14:29:48 +02:00
Jo-Philipp Wich
d3c279d4f6
open-plc-utils: fix musl and fortify source compatibility
...
- Include `poll.h` at the top of `ether/readpacket.c` to avoid nested
declaration errors caused by fortify source headers
- Add missing `sys/select.h` include to `serial/serial.c`
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-26 16:41:26 +02:00
Jo-Philipp Wich
940c522cf6
lm-sensors: fix musl compatibility
...
Only use `asm/io.h` for uClibc, else include `sys/io.h`
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-26 15:10:03 +02:00
Álvaro Fernández Rojas
b73068365d
minicom: fix full language support
...
Fixes https://github.com/openwrt/packages/issues/1467
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-06-25 19:47:49 +02:00
Steven Barth
fc1adfb0d2
Merge pull request #1333 from br101/master
...
bluez: Add bluez-daemon package
2015-06-24 08:44:17 +02:00
Nicolas Thill
fd06fee8f2
Merge branch 'macchanger-musl-fix' of git://github.com/paulfertser/packages into paulfertser-macchanger-musl-fix
2015-06-23 01:19:27 +02:00
Steven Barth
103f622523
Revert "mysql: disable SSP for ppc (toolchain issue?)"
...
This reverts commit e1e671139c
.
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-22 12:03:48 +02:00
Richard Kunze
3deac7408a
hdparm: update to version 9.48
...
Signed-off-by: Richard Kunze <richard.kunze@web.de>
2015-06-21 22:26:55 +02:00
Daniel Golle
8037b27375
lvm2: update sources
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-21 21:33:25 +02:00
Daniel Golle
707f61ced9
i2c-tools: import from oldpackages
...
- license and maintainer added
- bumped to recent release source tarball instead of SVN source
- add archive.org mirror to work-around the lm-sensors.org domain
currently being broken...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-21 15:25:43 +02:00
Paul Fertser
4869be787a
macchanger: fix build with musl
...
According to netdevice(7) ifr_data is a "char *", not caddr_t.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-06-21 15:06:32 +03:00
Álvaro Fernández Rojas
f2cc485dfe
minicom: fix iconv dependencies, music includes and musl compatibility
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-06-19 21:06:51 +02:00
Steven Barth
e1e671139c
mysql: disable SSP for ppc (toolchain issue?)
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-19 16:52:58 +02:00
Nuno Goncalves
789dafdb11
Merge pull request #1428 from jow-/tcsh-musl-compat
...
tcsh: fix musl compatibility
2015-06-19 01:55:52 +01:00
Luka Perkov
91e9675264
Merge pull request #1429 from jow-/sysstat-musl-compat
...
sysstat: fix musl compatibility
2015-06-18 23:48:30 +02:00
Jo-Philipp Wich
431ad5f682
sysstat: fix musl compatibility
...
Add missing `limits.h` and `sys/types.h` includes to the appropriate
source files.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-18 20:42:37 +02:00
Jo-Philipp Wich
b2aba46406
tcsh: fix musl compatibility
...
Avoid using `union wait` under musl as it does not provide this definition.
Implement solution suggested by http://www.openwall.com/lists/musl/2013/06/21/4
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-18 20:33:40 +02:00
Jo-Philipp Wich
d379979793
Merge pull request #1408 from jow-/screen-musl-compat
...
screen: fix musl compatibility
2015-06-17 22:41:27 +02:00
Álvaro Fernández Rojas
fc959cf5b8
flashrom: fix build with musl
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-06-17 21:34:08 +02:00
Jo-Philipp Wich
e838c7f736
screen: fix musl compatibility
...
Add missing `os.h` include to `utmp.c` to pull in the required `utmp.h` header.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-17 20:01:59 +02:00
Ted Hess
df6baaf7e0
Merge pull request #1397 from hnyman/rngtools-musl
...
rng-tools: musl compatibility
2015-06-17 12:45:33 -04:00
heil
3661e01a0d
acpid: Import from oldpackages, update to latest version, add myself as
...
maintainer, ensure musl compatibility
- with acpid kvm based setups can react on acpi shutdown and reboot
actions
Signed-off-by: heil <heil@terminal-consulting.de>
2015-06-17 17:25:52 +02:00
Hannu Nyman
23334b9816
rng-tools: musl compatibility
...
Make rng-tools to compile with musl
by adding similar argp dependencies as with uclibc.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-06-17 11:33:38 +03:00
Ted Hess
94974c17fb
Merge pull request #1391 from jow-/avrdude-musl-compat
...
avrdude: fix musl compatibility
2015-06-16 13:33:55 -04:00
Jo-Philipp Wich
d028771f28
avrdude: fix musl compatibility
...
- Build with -D_GNU_SOURCE to expose "loff_t" required for libelf.h
- Include sys/types.h before usb.h to provide missing u_int*_t types
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-16 19:26:52 +02:00
Richard Kunze
791e912871
hdparm: Updated to latest version 9.47, removed obsolete patch.
...
Signed-off-by: Richard Kunze <richard.kunze@web.de>
2015-06-16 18:37:52 +02:00
Luka Perkov
8a88346ea2
Merge pull request #1385 from dangowrt/fix-f2fs-tools-build-with-musl
...
f2fs-tools: fix build with musl
2015-06-16 15:54:53 +02:00
Jo-Philipp Wich
acfce97879
picocom: fix compilation with musl ( #1383 )
...
Only use termio.h with glibc or uclibc, for musl include sys/ioctl.h and
termios.h instead.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-16 14:39:44 +02:00
Daniel Golle
36e4c90f6c
f2fs-tools: fix build with musl
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-16 14:07:50 +02:00
Steven Barth
ccadda422b
procps: fix for new musl libc
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-16 10:30:20 +02:00
Steven Barth
52a5e8c4ec
Merge pull request #1373 from Wedmer/master
...
[utils/zoneinfo] Updated to the latest version
2015-06-15 10:11:26 +02:00
Steven Barth
0a2681c8e4
bzip2: moved to base
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-15 09:54:11 +02:00
Vladimir Ulrich
12f573dded
[utils/zoneinfo] Updated to the latest version
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-06-15 04:35:40 +03:00
Steven Barth
e9f4127027
Merge pull request #1371 from mstorchak/smartmontools
...
smartmontools: update to 6.4
2015-06-14 23:08:07 +02:00
Daniel Golle
3a81a9b9fa
lvm2: update source and refresh patches
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-14 22:20:07 +02:00
Maxim Storchak
15330a002e
smartmontools: update to 6.4
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-06-14 22:13:43 +03:00
Bruno Randolf
3841f9d686
bluez: Add bluez-daemon package
...
Move bluetoothd and related programs and files from bluez-utils into
bluez-daemon package. The main motivation for this is to remove the dependency
to DBus from bluez-utils. The utilities like "hcitool" are useful without it.
Also add kmod-bluetooth dependency to bluez-utils, as the utils don't make much
sense without bluetooth support in the kernel.
Signed-off-by: Bruno Randolf <br1@einfach.org>
2015-06-09 14:52:34 +01:00
Luka Perkov
7f9c9bff61
Merge pull request #1357 from dangowrt/fix-lxc-on-mpc85xx
...
lxc: fix build on mpc85xx
2015-06-09 14:33:16 +02:00
Marko Ratkaj
b4f4e3488a
sysstat: add license info
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-06-09 12:19:07 +02:00
Daniel Golle
c8a6990932
lxc: fix build on mpc85xx
...
Initialize ret to 0 so compiler no longer complains about
monitor.c: In function 'lxc_monitor_open':
monitor.c:212:5: error: 'ret' may be used uninitialized in this function [-Werror=maybe-uninitialized]
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-09 12:03:20 +02:00
Marko Ratkaj
08631d9c8f
sysstat: import from old packages
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-06-08 11:46:17 +02:00
Luka Perkov
91fb42ea11
Merge pull request #1344 from dangowrt/fix-lxc-seccomp
...
lxc: allow building with seccomp
2015-06-08 02:09:35 +02:00
Florian Fieber
9f4c0abc22
vim: Fix editing crontabs with crontab -e
...
Per default, vim creates a new file and keeps the original file as backup.
This leads to crontab checking the backup file for changes instead of the
one actually being edited, resulting in any changes being silently dropped.
Since busybox's crontab saves temporary crontab files in "/etc/crontabs.*"
vim's default of "backupskip=/tmp/*" doesn't circumvent this.
This commit fixes this issue by appending "/etc/crontabs.*" to "backupskip".
Signed-off-by: Florian Fieber <florian@florianfieber.de>
2015-06-05 20:32:44 +02:00
Daniel Golle
180d34f70b
lxc: allow building with seccomp
...
seccomp was unconditionally disabled before.
Also a non-escaped newline in a place where it should be escaped
made the build process skip some CONFIGURE_ARGS.
Fix CONFIGURE_ARGS and add an option to allow building with seccomp.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-04 14:43:21 +02:00
Paul Fertser
6e416709e8
openocd: update to final 0.9.0
...
Disables building documentation to avoid makeinfo v4,v5
incompatibilities.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-06-02 10:05:25 +00:00
Luka Perkov
a748218c14
Merge pull request #1255 from samm-git/master
...
add lxc-device applet to the utils/lxc
2015-06-02 00:32:14 +02:00
Michael Heimpold
4020ee4fb6
mmc-utils: upgrade to latest revision
...
New features are commands for eMMC cache control and gp partition
creation.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-05-31 23:31:12 +02:00
Alex Samorukov
19d236187e
Add lxc-device applet to the utils/lxc.
...
lxc-device manages devices in running container.
Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
2015-05-27 23:35:11 +02:00
Jo-Philipp Wich
9e2788c96b
Merge pull request #1181 from ryzhovau/ipv6_opt
...
Optional IPv6 support
2015-05-27 18:49:06 +02:00
Nuno Goncalves
2de5acd6bd
tcsh: update to 6.19.00
...
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-05-25 14:46:46 +01:00
Nico
75d8f0924c
Merge pull request #1272 from ryzhovau/xz-utils-meta
...
xz: add xz-utils meta package
2015-05-24 19:48:49 +02:00
Steven Barth
87e4a658a4
Merge pull request #1278 from thess/vim-build-fix
...
vim: Fix false broken package status (buildbot)
2015-05-24 10:12:35 +02:00
Christian Pointner
a7a015fb72
pps-tools: enable for Linux 3.18
...
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2015-05-22 23:08:01 +02:00
Marcel Denia
5fa4fc4884
bash: Update to 4.3.39
...
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-22 07:16:26 +02:00
Ted Hess
87f1259fda
vim: Fix false broken package status (buildbot)
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-05-21 16:02:31 -04:00
Alexander Ryzhov
72322f24ae
lsof: respect IPv6 settings
...
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-05-21 06:13:34 +00:00
Alexander Ryzhov
2f75695b39
xz: add xz-utils meta package
...
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-05-20 09:10:01 +00:00
Daniel Golle
3a98dd9f31
lvm2: switch to version 2.2.02.120
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-20 01:18:14 +02:00
Charles Lehner
851c9c9da7
ncdu: update to 1.11
...
- Add patch to get WEXITSTATUS and WIFEXITED defined
The issue is fixed in upstream's development repo, so the patch won't be
needed with ncdu's next release.
- Depend on more commonly used libncurses instead of libncursesw
- Enable parallel build
- Update copyright
Signed-off-by: Charles Lehner <cel@celehner.com>
2015-05-14 15:52:08 -04:00
Alex Samorukov
552f24a63f
Add lxc-device applet
...
Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
2015-05-13 18:10:59 +00:00
Daniel Golle
764c55e013
opensc: update source, refresh patches
...
Also import two new GnuK-related patches.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-13 13:23:21 +02:00
Daniel Golle
a7526b1a08
ccid: update source
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-13 13:23:21 +02:00
Luka Perkov
1211a4d708
taskwarrior: update to 2.4.4
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-05-13 12:48:18 +02:00
Luka Perkov
b240c7ede6
tmux: update to 2.0
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-05-13 12:39:48 +02:00
Steven Barth
7b017f7ee6
Merge pull request #1171 from ryzhovau/smstools3_deps
...
smstools3: remove unnecessary build deps
2015-05-12 09:14:45 +02:00
Luka Perkov
d3fdc8e22f
Merge pull request #1164 from samm-git/master
...
lxc: update to 1.1.2
2015-05-08 15:41:00 +02:00
Nikos Mavrogiannopoulos
73f22e9c69
Merge pull request #1228 from dangowrt/fix-cryptodev-on-kernel-4
...
cryptodev: get rid of get_unused_fd()
2015-05-03 21:24:26 +03:00
Daniel Golle
855fdd21d1
lvm2: finally fix memory locking issues on musl
...
Always use mlockall fixes it, still trying to keep everything else
as untouched as possible.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-03 15:59:58 +02:00
Daniel Golle
6eb0919b90
cryptodev: get rid of get_unused_fd()
...
The get_unused_fd() macro was removed upstream by
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f938612dd97d481b8b5bf960c992ae577f081c17
Thus replace get_unused_fd() by get_unused_fd_flags(0) which used to
be the definition of the get_unused_fd() macro before it was removed.
This fixes cryptodev compilation on kernel 4.0.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-03 15:01:51 +02:00
Daniel Golle
142a24a10b
lvm2: better workaround for missing mallinfo on musl
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-03 14:47:28 +02:00
Daniel Golle
ecb702d79b
lvm2: bump version
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-03 14:40:28 +02:00
Ted Hess
2bdf5147cc
avrdude: Add libelf dependency
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-04-28 17:34:05 -04:00
Bruno Randolf
18dbe6dbfd
Add package: bc
...
Copied from oldpackages and slightly updated.
Signed-off-by: Bruno Randolf <br1@einfach.org>
2015-04-28 17:05:05 +01:00
Ted Hess
264b418a31
Merge pull request #1200 from Wedmer/master
...
[utils/zoneinfo] Updated to the latest version
2015-04-27 10:12:34 -04:00
Ted Hess
14471ff5e8
Merge pull request #1183 from thess/avrdude-work
...
avrdude: move from oldpackages, update to latest version & build opts
2015-04-27 10:09:41 -04:00
Vladimir Ulrich
3ab289ca7f
[utils/zoneinfo] Updated to the latest version
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-04-27 16:59:11 +03:00