feed/packages.git
8 years agonbd: add nbd-client init script
Marcin Jurkowski [Tue, 1 Sep 2015 22:27:36 +0000 (00:27 +0200)]
nbd: add nbd-client init script

Adds init.d and config files for nbd-client. Each section holds
parameters of one block device, where section name (eg. nbd0) is NBD
device name.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
8 years agonbd: new package nbd-server
Marcin Jurkowski [Sat, 2 Mar 2013 13:32:29 +0000 (13:32 +0000)]
nbd: new package nbd-server

Network block device server allows to export a block device from router
to remote host. This is particularly useful if no network filesystem
server is feasible or direct access to a block device is needed.

It's been tested for nearly a month on ar71xx (TL-WR842ND) and proved to
be very stable and efficient solution.
The package comes with init.d script and conf.d file allowing to
configure most nbd-server options using standard uci interface.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
8 years agonbd: import from oldpackages and make myself maintainer
Marcin Jurkowski [Tue, 1 Sep 2015 20:41:06 +0000 (22:41 +0200)]
nbd: import from oldpackages and make myself maintainer

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
8 years agoMerge pull request #1748 from sairon/libevent-fix-cve-2014-6272
Steven Barth [Tue, 1 Sep 2015 13:36:41 +0000 (15:36 +0200)]
Merge pull request #1748 from sairon/libevent-fix-cve-2014-6272

libevent: update to 1.4.15 (fixes CVE-2014-6272)

8 years agoMerge pull request #1749 from marcin1j/patchwork/strongswan
Steven Barth [Tue, 1 Sep 2015 13:36:04 +0000 (15:36 +0200)]
Merge pull request #1749 from marcin1j/patchwork/strongswan

strongswan: make kmod-ipsec6 dependency conditional

8 years agostrongswan: make kmod-ipsec6 dependency conditional 1749/head
Marcin Jurkowski [Mon, 13 Apr 2015 00:52:47 +0000 (02:52 +0200)]
strongswan: make kmod-ipsec6 dependency conditional

Makes kmod-ipsec6 requirement dependent on IPv6 support for packages.
This allows to disable unnecessary IPv6 kernel modules, saving
considerable amount of space.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
8 years agolibevent: update to 1.4.15 (fixes CVE-2014-6272) 1748/head
Jan Čermák [Tue, 1 Sep 2015 09:26:54 +0000 (11:26 +0200)]
libevent: update to 1.4.15 (fixes CVE-2014-6272)

This update fixes CVE-2014-6272. Change of source URL was needed,
because the older location does not contain the latest version.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
8 years agoMerge pull request #1736 from hnyman/conf-collectd
Jo-Philipp Wich [Tue, 1 Sep 2015 08:41:20 +0000 (10:41 +0200)]
Merge pull request #1736 from hnyman/conf-collectd

collectd: Clarify config file example/placeholder

8 years agoMerge pull request #1669 from plntyk/fix_gcc5_flashrom
Álvaro Fernández Rojas [Tue, 1 Sep 2015 08:31:19 +0000 (10:31 +0200)]
Merge pull request #1669 from plntyk/fix_gcc5_flashrom

flashrom: fix gcc5 build

8 years agoMerge pull request #1742 from aTanW/master
Steven Barth [Tue, 1 Sep 2015 08:28:35 +0000 (10:28 +0200)]
Merge pull request #1742 from aTanW/master

gammu: bump to supstream v1.36.5

8 years agoperl: Bump PKG_RELEASE
Marcel Denia [Wed, 26 Aug 2015 16:03:34 +0000 (18:03 +0200)]
perl: Bump PKG_RELEASE

Despite being just a packaging update, this update packs quite a few changes.

To start things off, we're finally passing perl's testsuite on at least
x86/musl. There are a lot of skipped tests left, as well as some oddities.
Nothing too heavy though. Making this happen was an ongoing effort since the
perl-5.20.1 release.
We still can't run module testsuites and I don't expect all target/libc
combinations to pass yet. So we'll leave test suite support marked as
experimental.

We've also switched from the old collection of target-specific configuration
files to a new, more flexible and easier-to-maintain system based on
perlconfig.pl. It'll generate a suitable configuration file using information
found in it's *.config files as well as command-line parameters passed.
See the POD and files/README.config for details.

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-http-message: Update dependencies
Marcel Denia [Tue, 25 Aug 2015 19:16:01 +0000 (21:16 +0200)]
perl-http-message: Update dependencies

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl: Skip $0 test on busybox in dist/threads/t/join.t
Marcel Denia [Mon, 24 Aug 2015 14:27:22 +0000 (16:27 +0200)]
perl: Skip $0 test on busybox in dist/threads/t/join.t

This test requires a ps which provides the -f option, as well as suitable output.
We can't provide either with busybox. Just skip it for now.

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl: Skip crypt() tests if unavailable in t/op/tie_fetch_count.t
Marcel Denia [Fri, 21 Aug 2015 19:19:39 +0000 (21:19 +0200)]
perl: Skip crypt() tests if unavailable in t/op/tie_fetch_count.t

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl: Update perlbase.mk
Marcel Denia [Tue, 30 Jun 2015 23:41:51 +0000 (01:41 +0200)]
perl: Update perlbase.mk

- Add perlbase-meta-notation
- Include missing files and tests/test data
- Install Archive::Tar utilities
- Update dependencies

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl: Improve run_tests.sh
Marcel Denia [Wed, 1 Jul 2015 13:58:49 +0000 (15:58 +0200)]
perl: Improve run_tests.sh

- Add some useful options for debugging tests and test failures
- Properly handle tests located in lib/

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl: Update extensions configuration symbol
Marcel Denia [Wed, 19 Aug 2015 22:19:31 +0000 (00:19 +0200)]
perl: Update extensions configuration symbol

This needs to be a concatenation of {nonxs,dynamic,static}_ext, as
shown by Config/Extensions.t.

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl: Include vmsish.t and Internals.t in perl-tests-common
Marcel Denia [Wed, 1 Jul 2015 13:47:35 +0000 (15:47 +0200)]
perl: Include vmsish.t and Internals.t in perl-tests-common

There is no other place for them really.

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl: Disable OS/2 tests
Marcel Denia [Wed, 1 Jul 2015 13:46:17 +0000 (15:46 +0200)]
perl: Disable OS/2 tests

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl: Disable setlocale usage under musl
Marcel Denia [Wed, 19 Aug 2015 22:12:16 +0000 (00:12 +0200)]
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>
8 years agoperl: Switch to split configuration files
Marcel Denia [Mon, 10 Aug 2015 03:00:49 +0000 (05:00 +0200)]
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>
8 years agogammu: bump to supstream v1.36.5 1742/head
aTanW [Mon, 31 Aug 2015 19:46:28 +0000 (22:46 +0300)]
gammu: bump to supstream v1.36.5

Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

8 years agoMerge pull request #1740 from br101/exfat
Ted Hess [Mon, 31 Aug 2015 18:50:04 +0000 (14:50 -0400)]
Merge pull request #1740 from br101/exfat

exfat: Update for Kernel version 4.1+

8 years agoexfat: Update for Kernel version 4.1+ 1740/head
Bruno Randolf [Mon, 31 Aug 2015 16:13:41 +0000 (17:13 +0100)]
exfat: Update for Kernel version 4.1+

Signed-off-by: Bruno Randolf <br1@einfach.org>
8 years agoMerge pull request #1738 from kissg1988/vala
Ted Hess [Sun, 30 Aug 2015 19:00:00 +0000 (15:00 -0400)]
Merge pull request #1738 from kissg1988/vala

vala: upgrade to 0.29.3

8 years agoMerge pull request #1737 from kissg1988/sudo
Ted Hess [Sun, 30 Aug 2015 18:56:15 +0000 (14:56 -0400)]
Merge pull request #1737 from kissg1988/sudo

sudo: upgrade to version 1.8.14p3

8 years agovala: upgrade to 0.29.3 1738/head
Gergely Kiss [Sun, 30 Aug 2015 17:42:24 +0000 (19:42 +0200)]
vala: upgrade to 0.29.3

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
8 years agosudo: upgrade to version 1.8.14p3 1737/head
Gergely Kiss [Sun, 30 Aug 2015 17:00:08 +0000 (19:00 +0200)]
sudo: upgrade to version 1.8.14p3

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
8 years agommc-utils: don't set -D_FORTIFY_SOURCE in Makefile, take 2
Michael Heimpold [Sun, 30 Aug 2015 12:33:46 +0000 (14:33 +0200)]
mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile, take 2

Also already mentioned in ba4338d6f7753c77b03357aa74cc63771e94074a,
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>
8 years agocollectd: Clarify config file example/placeholder 1736/head
Hannu Nyman [Sun, 30 Aug 2015 07:51:37 +0000 (10:51 +0300)]
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>
8 years agoiotivity: update to version 0.9.2
Hauke Mehrtens [Mon, 24 Aug 2015 16:53:48 +0000 (18:53 +0200)]
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>
8 years agoMerge pull request #1730 from kissg1988/libzdb
Steven Barth [Sat, 29 Aug 2015 06:40:49 +0000 (08:40 +0200)]
Merge pull request #1730 from kissg1988/libzdb

libzdb: musl compatibility fix

8 years agolibzdb: musl compatibility fix 1730/head
Gergely Kiss [Fri, 28 Aug 2015 22:55:29 +0000 (00:55 +0200)]
libzdb: musl compatibility fix

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
8 years agoMerge pull request #1725 from kissg1988/procps-ng
Ted Hess [Fri, 28 Aug 2015 16:12:34 +0000 (12:12 -0400)]
Merge pull request #1725 from kissg1988/procps-ng

procps-ng: import version 3.3.11 & replace historical version, update seafile-server dependency

8 years agoMerge pull request #1727 from roger-/micropython
Ted Hess [Fri, 28 Aug 2015 16:08:42 +0000 (12:08 -0400)]
Merge pull request #1727 from roger-/micropython

micropython: update to latest

8 years agoseafile-server: bump PKG_RELEASE 1725/head
Gergely Kiss [Fri, 28 Aug 2015 15:40:34 +0000 (17:40 +0200)]
seafile-server: bump PKG_RELEASE

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
8 years agomicropython: update to latest 1727/head
Roger [Fri, 28 Aug 2015 15:26:45 +0000 (10:26 -0500)]
micropython: update to latest

Signed-off-by: Roger D <rogerdammit@gmail.com>
8 years agoMerge pull request #1713 from databeille/patch-1
Steven Barth [Fri, 28 Aug 2015 08:25:25 +0000 (10:25 +0200)]
Merge pull request #1713 from databeille/patch-1

e2guardian : typo into procd init script

8 years agoMerge pull request #1717 from hnyman/collectd-entropy
Steven Barth [Fri, 28 Aug 2015 08:24:15 +0000 (10:24 +0200)]
Merge pull request #1717 from hnyman/collectd-entropy

collectd: Enable entropy plugin

8 years agoMerge pull request #1721 from dirkfeytons/master
Steven Barth [Fri, 28 Aug 2015 08:22:22 +0000 (10:22 +0200)]
Merge pull request #1721 from dirkfeytons/master

strongswan: add a couple more plugins

8 years agoprocps: replaced by procps-ng 1729/head
Gergely Kiss [Thu, 27 Aug 2015 20:36:27 +0000 (22:36 +0200)]
procps: replaced by procps-ng

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
8 years agoseafile-server: use pkill from procps-ng
Gergely Kiss [Thu, 27 Aug 2015 20:34:44 +0000 (22:34 +0200)]
seafile-server: use pkill from procps-ng

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
8 years agoprocps-ng: import version 3.3.11
Gergely Kiss [Thu, 27 Aug 2015 20:24:44 +0000 (22:24 +0200)]
procps-ng: import version 3.3.11

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
8 years agoMerge pull request #1723 from thess/boost-build
Ted Hess [Thu, 27 Aug 2015 19:14:15 +0000 (15:14 -0400)]
Merge pull request #1723 from thess/boost-build

boost: Fix building without hard float (fenv.h)

8 years agoMerge pull request #1714 from lynxis/libxml2_nonparallel
Michael Heimpold [Thu, 27 Aug 2015 19:12:10 +0000 (21:12 +0200)]
Merge pull request #1714 from lynxis/libxml2_nonparallel

libxml2: disable parallel build

8 years agoboost: Fix building without hard float (fenv.h) 1723/head
Ted Hess [Thu, 27 Aug 2015 18:31:29 +0000 (14:31 -0400)]
boost: Fix building without hard float (fenv.h)

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agoalsa-lib: Add missing comma to maintainer list
Ted Hess [Thu, 27 Aug 2015 17:10:22 +0000 (13:10 -0400)]
alsa-lib: Add missing comma to maintainer list

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agoMerge pull request #1718 from changeway/libstrophe
Ted Hess [Thu, 27 Aug 2015 13:08:50 +0000 (09:08 -0400)]
Merge pull request #1718 from changeway/libstrophe

libstrophe : Update to version 0.8.8

8 years agostrongswan: add a couple more plugins 1721/head
Dirk Feytons [Thu, 27 Aug 2015 12:09:18 +0000 (14:09 +0200)]
strongswan: add a couple more plugins

Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
8 years agoopenconnect: disabled the resolving code from ppp in netifd script
Nikos Mavrogiannopoulos [Wed, 26 Aug 2015 20:59:29 +0000 (22:59 +0200)]
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>
8 years agocollectd: Enable entropy plugin 1717/head
Hannu Nyman [Wed, 26 Aug 2015 18:35:35 +0000 (21:35 +0300)]
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>
8 years agolibxml2: disable parallel build 1714/head
Alexander Couzens [Wed, 26 Aug 2015 14:09:47 +0000 (16:09 +0200)]
libxml2: disable parallel build

libxml2 fails to build in one of three runs.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
8 years agoe2guardian : fix a typo in procd init script 1713/head
databeille [Wed, 26 Aug 2015 14:09:39 +0000 (16:09 +0200)]
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
8 years agoreaver: build without MIPS16.
Yousong Zhou [Wed, 26 Aug 2015 13:13:35 +0000 (21:13 +0800)]
reaver: build without MIPS16.

Thanks hnyman for reporting it.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
8 years agoMerge pull request #1681 from the-alien/master
Steven Barth [Wed, 26 Aug 2015 13:07:27 +0000 (15:07 +0200)]
Merge pull request #1681 from the-alien/master

python-psycopg2, python-egenix-mx-base: added new versions of packages

8 years agoMerge pull request #1700 from aTanW/master
Steven Barth [Wed, 26 Aug 2015 07:20:31 +0000 (09:20 +0200)]
Merge pull request #1700 from aTanW/master

gammu: bump to mainstream v 1.36.4, full-language version build fix

8 years agoMerge pull request #1708 from uweber/master
Steven Barth [Wed, 26 Aug 2015 07:20:02 +0000 (09:20 +0200)]
Merge pull request #1708 from uweber/master

strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade

8 years agocrelay: Fix link error with BUILD_NLS=y
Ted Hess [Tue, 25 Aug 2015 20:10:52 +0000 (16:10 -0400)]
crelay: Fix link error with BUILD_NLS=y

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agoavrdude: enable linux-gpio by default
John Crispin [Tue, 25 Aug 2015 22:25:35 +0000 (00:25 +0200)]
avrdude: enable linux-gpio by default

Signed-off-by: John Crispin <blogic@openwrt.org>
8 years agoopenssh: update to 7.1p1
Peter Wagner [Wed, 26 Aug 2015 16:58:14 +0000 (18:58 +0200)]
openssh: update to 7.1p1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years agosqm-scripts: Bump to v1.0.2.
Toke Høiland-Jørgensen [Tue, 25 Aug 2015 22:18:12 +0000 (00:18 +0200)]
sqm-scripts: Bump to v1.0.2.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
8 years agobash: Update to 4.3.42
Marcel Denia [Tue, 25 Aug 2015 19:27:55 +0000 (21:27 +0200)]
bash: Update to 4.3.42

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agomosquitto: fix crash on client disconnect
Karl Palsson [Tue, 25 Aug 2015 13:47:57 +0000 (13:47 +0000)]
mosquitto: fix crash on client disconnect

Patch backported from upstream.  Was only noticed on musl and freebsd
clients.  See https://bugs.eclipse.org/bugs/show_bug.cgi?id=475707

Fixes github issue #1692

Signed-off-by: Karl Palsson <karlp@remake.is>
8 years agomosquitto: bump to version 1.4.3
Karl Palsson [Tue, 25 Aug 2015 13:47:08 +0000 (13:47 +0000)]
mosquitto: bump to version 1.4.3

Bugfix release, see http://mosquitto.org/2015/08/version-1-4-3-released/

Signed-off-by: Karl Palsson <karlp@remake.is>
8 years agostrongswan: dont overwrite ipsec.conf and ipsec.user during upgrade 1708/head
Ulrich Weber [Tue, 25 Aug 2015 08:12:58 +0000 (10:12 +0200)]
strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade

Signed-off-by: Ulrich Weber <uw@ocedo.com>
8 years agodbus: bump to 1.9.20
Steven Barth [Tue, 25 Aug 2015 06:43:53 +0000 (08:43 +0200)]
dbus: bump to 1.9.20

Signed-off-by: Steven Barth <steven@midlink.org>
8 years agolibsigc++: bump to 2.5.2
Steven Barth [Tue, 25 Aug 2015 06:43:38 +0000 (08:43 +0200)]
libsigc++: bump to 2.5.2

Signed-off-by: Steven Barth <steven@midlink.org>
8 years agoMerge pull request #1653 from yousong/xl2tpd-fix
Steven Barth [Tue, 25 Aug 2015 06:30:22 +0000 (08:30 +0200)]
Merge pull request #1653 from yousong/xl2tpd-fix

Xl2tpd fix

8 years agolibstrophe : Update to version 0.8.8 1718/head
Chih-Wei Chen [Mon, 24 Aug 2015 14:51:06 +0000 (22:51 +0800)]
libstrophe : Update to version 0.8.8

Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
8 years agoMerge pull request #1702 from the-alien/python-ldap
Steven Barth [Mon, 24 Aug 2015 09:12:38 +0000 (11:12 +0200)]
Merge pull request #1702 from the-alien/python-ldap

python-ldap: added python-ldap package

8 years agoMerge pull request #1705 from commodo/python-setuptools-upgrade
Steven Barth [Mon, 24 Aug 2015 09:11:40 +0000 (11:11 +0200)]
Merge pull request #1705 from commodo/python-setuptools-upgrade

python-setuptools: upgrade to version 18.2

8 years agoMerge pull request #1706 from commodo/python-pip-upgrade
Steven Barth [Mon, 24 Aug 2015 09:11:31 +0000 (11:11 +0200)]
Merge pull request #1706 from commodo/python-pip-upgrade

python-pip: upgrade to version 7.1.2

8 years agomemcached: fix musl build
heil [Mon, 24 Aug 2015 08:54:30 +0000 (10:54 +0200)]
memcached: fix musl build

 - thx to alpinelinux for the patch
   (http://git.alpinelinux.org/cgit/aports/plain/main/memcached/musl-includes.patch)
 - remove depency to libenvent and replace it libevent2
   should fix issue #1542

Signed-off-by: heil <heil@terminal-consulting.de>
8 years agohaproxy: fixes for upstream version 1.5.14
heil [Mon, 24 Aug 2015 08:44:59 +0000 (10:44 +0200)]
haproxy: fixes for upstream version 1.5.14

 - [PATCH 1/4] BUG/MINOR: log: missing some ARGC_* entries in
 - [PATCH 2/4] DOC: usesrc root privileges requirements
 - [PATCH 3/4] BUILD: ssl: Allow building against libssl without SSLv3.
 - [PATCH 4/4] DOC/MINOR: fix OpenBSD versions where haproxy works

Signed-off-by: heil <heil@terminal-consulting.de>
8 years agounixodbc: update to 2.3.3
heil [Mon, 24 Aug 2015 08:40:38 +0000 (10:40 +0200)]
unixodbc: update to 2.3.3

Signed-off-by: heil <heil@terminal-consulting.de>
8 years agoacpid: update to 2.0.25
heil [Mon, 24 Aug 2015 08:33:33 +0000 (10:33 +0200)]
acpid: update to 2.0.25
 - remove 001-musl-compat-patch

Signed-off-by: heil <heil@terminal-consulting.de>
8 years agopython-pip: upgrade to version 7.1.2 1706/head
Alexandru Ardelean [Mon, 24 Aug 2015 07:04:22 +0000 (10:04 +0300)]
python-pip: upgrade to version 7.1.2

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years agopython-setuptools: upgrade to version 18.2 1705/head
Alexandru Ardelean [Mon, 24 Aug 2015 06:59:07 +0000 (09:59 +0300)]
python-setuptools: upgrade to version 18.2

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years agortklib: bump version to 2.4.2 p11, close #1624
Nuno Goncalves [Sun, 23 Aug 2015 13:29:46 +0000 (14:29 +0100)]
rtklib: bump version to 2.4.2 p11, close #1624

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
8 years agoMerge pull request #1667 from plntyk/fix_gcc5_netperf
Toke Høiland-Jørgensen [Sun, 23 Aug 2015 11:01:01 +0000 (12:01 +0100)]
Merge pull request #1667 from plntyk/fix_gcc5_netperf

netperf: fix gcc5

8 years agopython-ldap: added python-ldap package 1702/head
alien [Sat, 22 Aug 2015 14:07:07 +0000 (17:07 +0300)]
python-ldap: added python-ldap package

Signed-off-by: Dimtrij Trefilov <the-alien@live.ru>
8 years agopython-psycopg2: added packages python-psycopg2 and python-egenix-mx-base as a dependency 1681/head
alien [Sun, 16 Aug 2015 13:19:51 +0000 (16:19 +0300)]
python-psycopg2: added packages python-psycopg2 and python-egenix-mx-base as a dependency

Signed-off-by: Dmitrij Trefilov <the-alien@live.ru>
8 years agoMerge pull request #1698 from mstorchak/lsof
Steven Barth [Sun, 23 Aug 2015 07:36:48 +0000 (09:36 +0200)]
Merge pull request #1698 from mstorchak/lsof

lsof: update to 4.89

8 years agoMerge pull request #1699 from yousong/reaver
Steven Barth [Sun, 23 Aug 2015 07:36:27 +0000 (09:36 +0200)]
Merge pull request #1699 from yousong/reaver

reaver: import from oldpackages.

8 years agoMerge pull request #1701 from thess/hidapi-fix
Ted Hess [Sat, 22 Aug 2015 11:02:36 +0000 (07:02 -0400)]
Merge pull request #1701 from thess/hidapi-fix

hidapi: Fix iconv depends

8 years agolibuv: fix download path
John Crispin [Fri, 21 Aug 2015 23:12:31 +0000 (01:12 +0200)]
libuv: fix download path

Signed-off-by: John Crispin <blogic@openwrt.org>
8 years agopython: add dependency to bz2 host build
John Crispin [Fri, 21 Aug 2015 23:11:29 +0000 (01:11 +0200)]
python: add dependency to bz2 host build

Signed-off-by: John Crispin <blogic@openwrt.org>
8 years agozabbix: update to 2.4.6 (and refresh patches)
Etienne CHAMPETIER [Sun, 23 Aug 2015 20:09:08 +0000 (20:09 +0000)]
zabbix: update to 2.4.6 (and refresh patches)

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
8 years agompd: Fix BUILD_NLS=y full language support (regression)
Ted Hess [Fri, 21 Aug 2015 21:58:37 +0000 (17:58 -0400)]
mpd: Fix BUILD_NLS=y full language support (regression)

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agophp5: fix the two different maintainer fields into one (fixes #1688)
Michael Heimpold [Fri, 21 Aug 2015 20:32:24 +0000 (22:32 +0200)]
php5: fix the two different maintainer fields into one (fixes #1688)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years agohidapi: Fix iconv depends 1701/head
Ted Hess [Fri, 21 Aug 2015 19:19:35 +0000 (15:19 -0400)]
hidapi: Fix iconv depends

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agocrelay: Update to V0.9, add startup config file
Ted Hess [Fri, 21 Aug 2015 18:40:30 +0000 (14:40 -0400)]
crelay: Update to V0.9, add startup config file

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agogammu: bump to mainstream v 1.36.4, full-language version build fix 1700/head
aTanW [Fri, 21 Aug 2015 15:13:19 +0000 (18:13 +0300)]
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(-)

8 years agoMerge pull request #1671 from plntyk/fix_musl_dtndht
Jonas Gorski [Fri, 21 Aug 2015 13:20:13 +0000 (15:20 +0200)]
Merge pull request #1671 from plntyk/fix_musl_dtndht

dtndht: fix musl build

8 years agoMerge pull request #1694 from jsiverskog/protobuf-maintainer2
Jonas Gorski [Fri, 21 Aug 2015 13:15:18 +0000 (15:15 +0200)]
Merge pull request #1694 from jsiverskog/protobuf-maintainer2

protobuf: add myself as maintainer.

8 years agolsof: update to 4.89 1698/head
Maxim Storchak [Sun, 2 Aug 2015 21:14:04 +0000 (00:14 +0300)]
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>
8 years agoreaver: import from oldpackages. 1699/head
Yousong Zhou [Tue, 18 Aug 2015 06:49:00 +0000 (14:49 +0800)]
reaver: import from oldpackages.

 - Update copyright year.
 - Add PKG_LICENSE:=GPL-2.0 from the Google Code project page.
 - Add autoreconf as the PKG_FIXUP method.
 - Add myself as the package maintainer.
 - Add a patch to fix building with musl-libc.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
8 years agoMerge pull request #1670 from plntyk/fix_musl_crtmpserver
Jo-Philipp Wich [Fri, 21 Aug 2015 08:23:14 +0000 (10:23 +0200)]
Merge pull request #1670 from plntyk/fix_musl_crtmpserver

crtmpserver: fix musl build

8 years agoMerge pull request #1695 from plntyk/fix_postgresql_various
Jo-Philipp Wich [Fri, 21 Aug 2015 08:20:26 +0000 (10:20 +0200)]
Merge pull request #1695 from plntyk/fix_postgresql_various

Fix various postgresql issues

8 years agopostgresql: fix potential snprintf issue 1695/head
Dirk Neukirchen [Fri, 21 Aug 2015 07:59:27 +0000 (09:59 +0200)]
postgresql: fix potential snprintf issue

adopt buildroot commit: 3d3f70b567718ae308b5704ddd7d107c4849309e

spotted while reviewing buildroot changes to postgresql

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>