Commit graph

5424 commits

Author SHA1 Message Date
Daniel Golle
8edcafcf11 lvm2: fix accidentally augmented goto label
also refresh patches while at it

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-20 06:39:57 +02:00
Daniel Golle
04f17f2b9d lvm2: update to version 2.02.154
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-19 19:17:38 +02:00
Daniel Golle
c34af20cf8 gnunet: use gnunet-config's new differential write
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-19 19:14:40 +02:00
Daniel Golle
9623e833e2 debootstrap: update to version 1.0.81
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-19 19:14:40 +02:00
Hannu Nyman
4d94fee98f Merge pull request #2718 from kooiot/master
libzmq upgrade to 4.1.4
2016-05-19 18:18:18 +03:00
Dirk Chang
3e7c2d9e0a libzmq upgrade to 4.1.4
Signed-off-by: Dirk Chang <dirk@kooiot.com>
2016-05-19 23:13:05 +08:00
Jo-Philipp Wich
8500cc37e4 Merge pull request #2713 from jow-/mc-gettext-version
mc: apply gettext version fixup
2016-05-19 14:33:08 +02:00
Jo-Philipp Wich
ae2c7c824f tiff: fix wrong declaration of ftell() compat macro
The libtiff library declares an `ftell()` compat macro redirecting calls
to `ftello()` if such an implementation exists. The compat macro however
is declared with a wrong number of arguments, leading to the following
error on our buildbots:

    In file included from .../usr/include/uClibc++/iostream:29:0,
                     from tif_stream.cxx:31:
    .../usr/include/uClibc++/fstream:422:22: error: macro "ftell" requires 3 arguments, but only 1 given
         retval = ftell(fp);

Add a patch to fix the macro definition in order to fix compilation of
the tiff package.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-05-19 14:29:57 +02:00
Jo-Philipp Wich
e0eef2e405 mc: apply gettext version fixup
Apply the version fixup in order to solve the following build error on systems
not using exactly gettext version 0.18:

    make[6]: Entering directory '.../build_dir/target-mips_34kc_musl-1.1.14/mc-4.8.17/po'
    *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.18 but the autoconf macros are from gettext version 0.19

The fixup will ensure that embedded macro versions are replaced with the
version of the staged gettext executable in ./staging_dir/host/bin

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-05-19 14:03:14 +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
mogulapranay
666baa0d0e xl2tpd: demand option is initialized.
Signed-off-by: mogulapranay <mogulapranay57@gmail.com>
2016-05-16 21:47:57 +05:30
Hannu Nyman
8df811161b Merge pull request #2705 from Zokormazo/grep
grep: update to 2.25
2016-05-16 18:07:51 +03:00
Daniel Dickinson
488be84075 utils/tar: Make compression, acl, and xattr support configuration options
This patch make building tar with POSIX ACL and XATTR
support configuration options.  It also makes building
seamless (e.g. -z -J -j) compression support a configuration
option for each compression program available in OpenWrt.

It also makes POSIX ACL support disabled by default
(by default OpenWrt doesn't build POSIX ACL support
into the kernel, never mind allowing to mount with it
enabled).  Also XATTR support is disabled by
default as this seems to be the standard default for packages
in OpenWrt.

Finally Bzip2, Gzip, and XZ seamless support are made
available by default and appropriate dependencies
are added based on the configuration choice.

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-05-16 04:23:30 -04: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
53fc9cb27f lang/perl-cgi: Fix missing file for perl-cgi
Perl CGI fails to copy CGI.pm to package and therefore
perl programs and modules depend on CGI module fail.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
2016-05-16 00:01:59 -04: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