Commit graph

3960 commits

Author SHA1 Message Date
Marcel Denia
c038495015 perl: Disable OS/2 tests
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-09-01 09:23:24 +02:00
Marcel Denia
cecee995b0 perl: Disable setlocale usage under musl
While setlocale() is present, musl currently doesn't provide a suitable implementation.
It'll silently accept every locale, even if not present at all, defaulting them
to C.UTF-8. This will confuse applications as well as our testsuite(see lib/locale.t).

Even if a locale does exist, it's effects will not apply to an extent that will
satisfy many applications.

Avoid further mischief here and just disable setlocale() for now.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-09-01 09:23:24 +02:00
Marcel Denia
afad970139 perl: Switch to split configuration files
This replaces the previously used collection of configuration files for every single
architecture in conjunction with hacky overrides, which became an increasing burden to maintain.

Fixes a number of outstanding bugs and oddities, with the most important one being the
previously wrong signal order(as shown by ext/POSIX/t/sigaction.t).

See files/perlconfig.pl's POD and files/README.config for details.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-09-01 09:23:15 +02:00
Paul Fertser
7eb58cb2bf nginx: add support for SPNEGO authentication
This adds a module suitable for Kerberos SSO, e.g. for integrating
into Active Directory domains.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-09-01 08:15:26 +03: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
Borromini
2f1c2f65e6 [Unbound] Update to 1.5.4
Bumped to latest upstream release - 1.5.4

Signed-off by Stijn Segers <francesco.borromini@inventati.org>
2015-08-31 21:09:18 +02:00
Ted Hess
7d12c8be58 Merge pull request #1740 from br101/exfat
exfat: Update for Kernel version 4.1+
2015-08-31 14:50:04 -04:00
Bruno Randolf
819ac715d2 exfat: Update for Kernel version 4.1+
Signed-off-by: Bruno Randolf <br1@einfach.org>
2015-08-31 17:27:16 +01:00
Alexandru Ardelean
b9a0a65035 python-setuptools: enforce __PYVENV_LAUNCHER__ env var use
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-08-31 14:11:34 +03:00
Ted Hess
ccc5c1d529 Merge pull request #1738 from kissg1988/vala
vala: upgrade to 0.29.3
2015-08-30 15:00:00 -04:00
Ted Hess
ce22233056 Merge pull request #1737 from kissg1988/sudo
sudo: upgrade to version 1.8.14p3
2015-08-30 14:56:15 -04:00
Gergely Kiss
990c0263a3 vala: upgrade to 0.29.3
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-08-30 19:42:24 +02:00
Gergely Kiss
5ea128e62d sudo: upgrade to version 1.8.14p3
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-08-30 19:00:08 +02: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
Hauke Mehrtens
0ec3a55767 iotivity: update to version 0.9.2
This brings IoTivity to version 0.9.2 in addition it does the following:
* split C and C++ Stack into two packages
* backport some patches which are adding missing dependencies to the shared libs
* remove patches merged upstream
* add some other patches fixing some problems, most of them are already merged upstream
* activate security and logging support

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
2015-08-29 22:15:25 +02: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
Steven Barth
d0554e68a0 Merge pull request #1730 from kissg1988/libzdb
libzdb: musl compatibility fix
2015-08-29 08:40:49 +02:00
Gergely Kiss
f323dd3690 libzdb: musl compatibility fix
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-08-29 00:55:29 +02:00
Ted Hess
0f8522e9f0 madplay: Fix various build issues
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-28 18:54:03 -04: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
Ted Hess
7e55e027e6 Merge pull request #1727 from roger-/micropython
micropython: update to latest
2015-08-28 12:08:42 -04:00
Gergely Kiss
7d4cf29e58 seafile-server: bump PKG_RELEASE
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-08-28 17:40:34 +02:00
Roger
a6b4e1a357 micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
2015-08-28 10:26:45 -05:00
Steven Barth
19e6c4981d Merge pull request #1713 from databeille/patch-1
e2guardian : typo into procd init script
2015-08-28 10:25:25 +02:00
Steven Barth
671c1cec4d Merge pull request #1717 from hnyman/collectd-entropy
collectd: Enable entropy plugin
2015-08-28 10:24:15 +02:00
Steven Barth
82b53949a9 Merge pull request #1721 from dirkfeytons/master
strongswan: add a couple more plugins
2015-08-28 10:22:22 +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
d7a48b048b seafile-server: use pkill from procps-ng
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-08-27 22:34:44 +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
Ted Hess
27ce9f5c20 Merge pull request #1723 from thess/boost-build
boost: Fix building without hard float (fenv.h)
2015-08-27 15:14:15 -04:00
Michael Heimpold
704c15e711 Merge pull request #1714 from lynxis/libxml2_nonparallel
libxml2: disable parallel build
2015-08-27 21:12:10 +02:00
Ted Hess
fbef12c6a6 boost: Fix building without hard float (fenv.h)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-27 14:31:29 -04:00
Ted Hess
7e88a109f2 alsa-lib: Add missing comma to maintainer list
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-27 13:10:22 -04:00
Janusz Dziemidowicz
ce82cd6410 bind: Enable ECDSA support
Enables bind to do ECDSA DNSSEC validation. Depends on OpenSSL support
for ECDSA. Increases size of bind-libs package by about 2kB.

Signed-off-by: Janusz Dziemidowicz <rraptorr@nails.eu.org>
2015-08-27 16:01:58 +02:00
Ted Hess
f149916fe1 Merge pull request #1718 from changeway/libstrophe
libstrophe : Update to version 0.8.8
2015-08-27 09:08:50 -04:00
Dirk Feytons
54ff3f0996 strongswan: add a couple more plugins
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2015-08-27 14:09:18 +02:00
Nikos Mavrogiannopoulos
8661ebeefa openconnect: disabled the resolving code from ppp in netifd script
That code was causing netifd disabling openconnect with no way
to restart it.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-08-26 22:59:31 +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
Alexander Couzens
71c0915496 libxml2: disable parallel build
libxml2 fails to build in one of three runs.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2015-08-26 16:11:09 +02:00
databeille
6c2d1fb990 e2guardian : fix a typo in procd init script
Without this, produces an error :
<code>/etc/rc.common: line 1: contentscannertimeout:uinteger: not found
validation failed
/etc/rc.common: line 1: contentscannertimeout:uinteger: not found</code>

Signed-off-by: Julien Paquit julien@databeille.com
2015-08-26 16:09:39 +02:00
Yousong Zhou
db05302eab reaver: build without MIPS16.
Thanks hnyman for reporting it.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-26 21:13:35 +08:00
Steven Barth
b1c3c4e6f8 Merge pull request #1681 from the-alien/master
python-psycopg2, python-egenix-mx-base: added new versions of packages
2015-08-26 15:07:27 +02: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
Steven Barth
094406cde8 Merge pull request #1708 from uweber/master
strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade
2015-08-26 09:20:02 +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
Peter Wagner
d199f2c038 openssh: update to 7.1p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-08-26 18:58:14 +02:00
Toke Høiland-Jørgensen
6ce677caf0 sqm-scripts: Bump to v1.0.2.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-08-26 00:18:29 +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