Commit graph

5312 commits

Author SHA1 Message Date
Jo-Philipp Wich
e7320a0c38 libsoup: disable overly strict warnings, use system wide intltool.m4
When building libsoup within the SDK, the following usually nonfatal warning
is causing the build to fail:

    make[6]: Entering directory '.../build_dir/target-arm_xscale_musl-1.1.14_eabi/libsoup-2.53.2/libsoup'
      CC       libsoup_2_4_la-soup-address.lo
    cc1: error: .../staging_dir/target-arm_xscale_musl-1.1.14_eabi/include: No such file or directory [-Werror=missing-include-dirs]
    cc1: some warnings being treated as errors
    Makefile:962: recipe for target 'libsoup_2_4_la-soup-address.lo' failed

Use the upstream `--disable-more-warnings` configure switch to disable this
class of `-Werror` flags.

Also drop the shipped copy of `intltool.m4` to force using the system wide one
which does not require the `XML::Parser` module to be installed (see #2771).

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-05-30 17:35:37 +02:00
Nikos Mavrogiannopoulos
083a6ece5d Merge pull request #2711 from jow-/openconnect-nolz4
openconnect: avoid possible implicit dependency on liblz4
2016-05-19 13:52:44 +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
Jo-Philipp Wich
06d9094348 openconnect: avoid possible implicit dependency on liblz4
If the liblz4 library exists within the build environment, the openconnect
configure will pick it up and start depending on it, leading to the following
build error:

    Package openconnect is missing dependencies for the following libraries:
    liblz4.so.1

Disable LZ4 support in configure in order to avoid this implicit,
nondeterministic dependency.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-05-19 11:41:44 +02:00
John Crispin
ba451bd8aa Merge pull request #2707 from nxhack/node-hid-fix-compile-error
node-hid: fix compile error, condition of not-installing 'libusb-dev' package at cross-compile host.
2016-05-18 16:51:25 +02:00
Nuno Goncalves
84489f87e5 Merge pull request #2709 from jow-/usbip-nonshared
usbip: mark as nonshared
2016-05-18 14:38:43 +01:00
Jo-Philipp Wich
1e14541ba4 usbip: mark as nonshared
Mark the usbip package nonshared so that is built along with the target
specific binaries and not within the SDK environment.

This is needed since the usbip package draws its source files directly
from the kernel tree which is unavailable within the SDK.

Fixes the following build error encountered by the LEDE buildbots:
http://downloads.lede-project.org/snapshots/faillogs/mipsel_1004kc_dsp/packages/usbip/compile.txt

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-05-18 15:00:53 +02:00
Hirokazu MORIKAWA
aa9202facb node-hid: fix compile error 2016-05-18 14:54:38 +09:00
Daniel Golle
01c642aeb7 gnunet: fix typo in gnunet-flat post-install script
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-18 02:16:15 +02:00
Daniel Golle
03711e5b06 gnunet: update to SVN r37179 and fix SUID permissions (again)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-17 23:38:04 +02:00
Hannu Nyman
96492d71ad Merge pull request #2706 from dibdot/adblock
adblock: update 1.1.11
2016-05-17 00:02:10 +03:00
Dirk Brenken
54b0115d25 adblock: update 1.1.11
* fix changed winspy source url in default config
* fix adblock counters in config
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-05-16 22:51:07 +02:00
Hannu Nyman
8df811161b Merge pull request #2705 from Zokormazo/grep
grep: update to 2.25
2016-05-16 18:07:51 +03: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
Hannu Nyman
4e61630b85 Merge pull request #2576 from cshore/pull-request-collectd-udev
utils/collectd: Disable libudev linking
2016-05-16 09:31:39 +03:00
John Crispin
98e6fa360a Merge pull request #2685 from nxhack/node-modules-for-v4.4.4
node-*: node update to v4.4.4
2016-05-16 08:30:09 +02:00
Hannu Nyman
2a2394d2d9 Merge pull request #2699 from ClaymorePT/boost_1_61_0
boost: Package Version Update to 1.61.0
2016-05-16 09:25:52 +03:00
Hannu Nyman
78b2c96bc9 Merge pull request #2698 from andrenarchy/icecast-2.4.3
icecast: update to 2.4.3
2016-05-16 09:23:47 +03: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
carlos ferreira
504da487fe Boost: Package Version Update
This package version update brings four new libraries:
- Compute [1]
- DLL [2]
- Hana [3]
- Metaparse [4]

More information about the 1.61.0 release (bug fixes, etc), can be found
  here[5].

[1]: http://www.boost.org/libs/compute/
[2]: http://www.boost.org/libs/dll/
[3]: http://www.boost.org/libs/hana/
[4]: http://www.boost.org/libs/metaparse/
[5]: http://www.boost.org/users/history/version_1_61_0.html

Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
2016-05-16 00:56:57 +01:00
André Gaul
ef1398f8c5 icecast: update to 2.4.3
Signed-off-by: André Gaul <gaul@gaul.io>
2016-05-16 00:10:33 +02:00
Peter Wagner
2edb2e36ec git: update to 2.8.2
Fixes:
 CVE-2016-2315
 CVE-2016-2324

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-05-13 12:54:35 +02:00
Hannu Nyman
47690a1027 Merge pull request #2695 from dibdot/adblock
adblock: update 1.1.10
2016-05-13 12:25:39 +03:00
Dirk Brenken
57853a6c14 adblock: update 1.1.10
* automatic AP mode detection (change nullip address accordingly)
* (de-)compress backups on the fly
* remove hardcoded path for logger
* documentation update
* change maintainer email address
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-05-13 11:07:52 +02:00
Hannu Nyman
dafacb2c74 Merge pull request #2691 from haraldg/elektra
elektra: Update to 0.8.16
2016-05-13 10:22:37 +03:00
Hannu Nyman
af6ac83d7e Merge pull request #2693 from dibdot/mc
mc: bugfix 4.8.17
2016-05-13 10:20:07 +03:00
Hannu Nyman
8a396c0e70 Merge pull request #2694 from dibdot/ssmtp
ssmtp: refresh package makefile
2016-05-13 10:19:30 +03:00
Dirk Brenken
40ef79574c ssmtp: refresh package makefile
* change maintainer email address
* switch to sha256sum fingerprint
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-05-13 09:14:24 +02: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
Daniel Golle
ae14298757 gnunet: update source and actually package hostlist component
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-12 14:43:10 +01:00
Harald Geyer
b7d9ab4cba elektra: Update to 0.8.16
Notable changes:
Add -DCMAKE_CXX_FLAGS="-DELEKTRA_SHARED" to work around an upstream
bug (already fixed) in the Makefile.

Signed-off-by: Harald Geyer <harald@ccbib.org>
2016-05-11 20:20:41 +00:00
Felix Fietkau
2f86c894de libffi: fix include path in pkg-config file, fixes glib2 build
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-11 18:40:09 +02:00
Thomas Heil
5250fae889 Merge pull request #2678 from dirkfeytons/nginx_startlevel
nginx: change start level to 80
2016-05-11 17:59:11 +02:00
Ted Hess
058253744f libvorbisidec: Fix git URL for tremor repo.
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-05-11 11:51:34 -04:00
Felix Fietkau
e1f6b0a24d mocp: fix ncurses dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-11 12:52:47 +02:00
Felix Fietkau
b1139e7e73 bmon: fix ncurses dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-11 12:36:32 +02:00
Hirokazu MORIKAWA
c9115cdf54 node-*: node update to v4.4.4 2016-05-11 17:10:49 +09:00
Alexey Brodkin
2339a827c2 libffi: bump to version 3.2.1
Among many fixes and improvements this new version adds
support of ARC architecture (ARC port was actually introduced
in v3.1 but while at it why not to update to the most recent version).
Which allows to build dependent projects like Python etc.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2016-05-11 01:29:32 +02:00
Hannu Nyman
42fe8b37a6 Merge pull request #2680 from KurdyMalloy/master
poco: update to 1.7.3
2016-05-10 22:26:58 +03:00
jmjulien
ed27f37598 poco: update to 1.7.3
Update package to latest stable version (1.7.3)

Signed-off-by: Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
2016-05-10 12:16:15 -04:00
Hannu Nyman
b30fca20ba Merge pull request #2679 from dubek/rsyslog-upgrade-to-8.18.0
net/rsyslog: update to 8.18.0
2016-05-10 17:37:39 +03:00
Dov Murik
958dc4e213 net/rsyslog: update to 8.18.0
Signed-off-by: Dov Murik <dmurik@us.ibm.com>
2016-05-10 10:33:31 -04:00
Dirk Feytons
a24863ccba nginx: change start level to 80
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2016-05-10 15:55:48 +02:00
Thomas Heil
db20ada523 Merge pull request #2677 from dirkfeytons/nginx_correct_f3c7cc6
nginx: correct f3c7cc6
2016-05-10 12:29:36 +02:00
Dirk Feytons
55ab8ffc5f nginx: correct f3c7cc6
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2016-05-10 11:42:34 +02:00
champtar
dc08dfbaf9 Merge pull request #2661 from salzmdan/master
Update liburcu, add libedit and update knot
2016-05-09 22:22:33 +02:00
John Crispin
cb5a8f9751 Merge pull request #2675 from NeoRaider/update-node
node: update and fix GCC 6 miscompile
2016-05-09 22:02:51 +02:00
Matthias Schiffer
bbce5fce72
node: fix undefined behaviour leading to broken code with GCC 6
Fixes segfaults occuring in the node host build when GCC 6 is used.

Backport of upstream commit 96198d5bc710a4e3ca49eeeb3b3fa7b8cb61547d.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-05-09 16:27:48 +02:00
Matthias Schiffer
9125c3615f
node: update to v4.4.4
While we're at it, also enable parallel builds.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-05-09 16:21:44 +02:00
heil
f3c7cc6e24 nginx: correct errors from previous merge
Signed-off-by: heil <heil@terminal-consulting.de>
2016-05-09 14:25:18 +02:00