Commit graph

3269 commits

Author SHA1 Message Date
Daniel Golle
885a425824 gnurl: no longer force-enable TLS-SRP
It might not be available in GnuTLS and is not strictly required
by the gnurl manifest, see
http://www.git.taler.net/?p=gnurl.git;a=blob;f=README;h=f7521aa431a4e77a58dc558880ff54648d69e072;hb=HEAD#l22

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-05 14:53:22 +02:00
Daniel Golle
7582a91760 gnunet: don't override default to 'n'
Overriding DEFAULT to 'n' prevents packages being build unless
explicitely selected even if ALL is set.
Instead, set 'DEFAULT:=y if PACKAGE_gnunet' for the default
packages and otherweise don't touch DEFAULT.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-05 01:45:14 +02:00
Daniel Golle
e1a1eed25f libseccomp: work-around prctl.h mess
musl doesn't allow including both, sys/prctl.h and linux/prctl.h.
Thus include linux/prctl.h only on GLIBC systems (that includes
uClibc which defines __GLIBC__)

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-04 14:44:40 +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
Daniel Golle
93584e3cbe gnunet: use templates to package components
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-04 02:37:03 +02:00
Daniel Golle
67e34ce071 gnunet: improve packages
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-04 00:45:14 +02:00
Daniel Golle
ae90788b64 gnunet: split up into smaller packages, bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-03 22:40:36 +02:00
Michael Heimpold
615212d83c Merge pull request #1339 from tru7/knxd
knxd: revert to older version

It turned out, that the latest upstream revision is seriously broken. So revert to working version for now.
2015-06-02 22:04:42 +02:00
Othmar Truniger
def24612af knxd: revert to older version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-06-02 20:21:53 +02:00
Marcel Denia
58d762d6f3 db47: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-02 15:31:09 +02:00
Marcel Denia
e7850308fd db47: Fix format security warning
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-02 15:30:58 +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
Ted Hess
9f55bdc7a9 Merge pull request #1336 from roger-/micropython
micropython: update to latest
2015-06-01 16:55:24 -04:00
Ted Hess
7e07737e62 Merge pull request #1335 from roger-/micropython-lib
micropython-lib: update to latest
2015-06-01 16:55:04 -04:00
Roger
78ce3add21 micropython-lib: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
2015-06-01 11:24:33 -05:00
Roger
bae9781733 micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
2015-06-01 11:22:07 -05:00
Michael Heimpold
e746e0d2a5 php5-pecl-libevent: add a patch to force usage of libevent2 headers (refs #1322)
Builtbots currently fail to compile this package with (example message):
 ... /libevent-0.1.0/libevent.c:1403:42: error: 'EVBUFFER_READ' undeclared (first use in this function)
  REGISTER_LONG_CONSTANT("EVBUFFER_READ", EVBUFFER_READ, CONST_CS | CONST_PERSISTENT);

With libevent2, the main include file event.h is deprecated, but includes
enough stuff and other compat includes that it _should work_. I could not figure
out why it fails (all locally builds work out-of-the-box), so this is a trial to
circumvent this compat header file and include the libevent2 headers directly.

While at, add a missing dependency to the sockets extension.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-06-01 00:09:02 +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
Michael Heimpold
0d9d2a1046 Merge pull request #1330 from tru7/knxd
knxd: bump to new version
2015-05-31 23:27:28 +02:00
Daniel Golle
a85f38afea gnunet: improve procd init-script
Directly call /usr/lib/gnunet/libexec/gnunet-service-arm instead
of /usr/bin/gnunet-arm, so it remains attached to procd.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 18:54:52 +02:00
Daniel Golle
b9eb46387d gnurl: bump release
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 18:32:53 +02:00
Daniel Golle
6bbdfa55df gnurl: reduce feature-set to match specs in README
gnurl's README states quite excatly which CONFIGURE_ARGS to pass,
so disable lots of unneeded stuff.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 18:28:40 +02:00
Othmar Truniger
10d6da7d46 knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-05-31 16:00:02 +02:00
Daniel Golle
fc488b8b10 libextractor: fix accidental versioning mess
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 15:45:50 +02:00
Daniel Golle
024ad3dba8 libextractor: package gstreamer plugin
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 15:43:26 +02:00
Daniel Golle
70980bc50b gnunet: use upstream fix for libmicrohttpd detection
The autoconf issue when detecting libmicrohttpd was fixed upstream in
SVN revision 35845. Use that and remove the dirty work-around.

See also:
https://gnunet.org/bugs/view.php?id=3805#c9201

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 14:13:58 +02:00
Daniel Golle
8e835c763a Merge pull request #1329 from ryzhovau/gnurl_ipv6
gnurl: Respect IPv6 settings
2015-05-31 14:13:31 +02:00
Alexander Ryzhov
24efa9a6ca gnurl: Respect IPv6 settings
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-05-31 11:21:58 +00:00
Daniel Golle
e3515017eb gnunet: fixup more dependencies
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 12:58:52 +02:00
Daniel Golle
ee8f275172 glpk: add new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 12:58:52 +02:00
Marcel Denia
93bd063f5b db47: Force pthread mutexes, bump PKG_RELEASE
Fixes #1312.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-31 13:40:26 +02:00
Daniel Golle
e6deb6136a gnunet: work-around libmicrohttpd detection
Bug filed upstream:
https://gnunet.org/bugs/view.php?id=3805

Once fixed, this patch can be removed.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 07:40:44 +02:00
Daniel Golle
f560fb95c3 gnurl: add forgotten MD5SUM
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 07:20:51 +02:00
Daniel Golle
ce0b6a4554 gnunet: fix things and use newer source version
- use newer source version from SVN
 - made it detect gnurl
 - added init script
 - added gnunet user

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 07:14:25 +02:00
Daniel Golle
eba7afcfb7 gnurl: add net package
This is definitely one of the ugliest things I ever got my
hands on. If it even did the job properly, but no, it tries
to install it's headers in /usr/include/curl collidings with
actual curl's headers. Fixed that by installing them into
/usr/include/gnurl instead. Now gnunet can use gnurl.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 07:14:25 +02:00
Daniel Golle
98a821a93a gnunet: add new package
The single 'gnunet' package built should be further split up,
meta-packages for common use-cases should be added.
However, it's not too big to run on devices with 8MB of flash or more,
even in the current monolithic package.
Integration with procd and netifd is not yet implemented.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-30 23:28:42 +02:00
Daniel Golle
a0524dbaef libextractor: add new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-30 23:28:39 +02:00
Nikos Mavrogiannopoulos
5244681f2d gnutls: corrected regression with camellia cipher
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-30 22:50:55 +02:00
Jo-Philipp Wich
f5ca16f98d nfs-kernel-server: revert CONFIG_IPV6 handling
Building nfs-kernel-server with --enable-ipv6 requires not yet packaged
libtirpc, therfore unconditionally disable IPv6 support again for now.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-05-29 17:41:33 +02:00
Ted Hess
dece510558 Merge pull request #1317 from thess/bridge-update
bridge-utils: Add busybox fixup in postrm
2015-05-29 06:48:52 -04:00
Steven Barth
54606b19c1 Merge pull request #1320 from wongsyrone/patch-1
ethtool: add missing quotation mark in Makefile
2015-05-29 08:22:26 +02:00
Syrone Wong
c8a8bea8e3 ethtool: add missing quotation mark in Makefile
Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
2015-05-29 11:15:10 +08:00
Nikos Mavrogiannopoulos
f9f4ba7d1e ocserv: use freeradius-client library if radius support is requested
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-28 20:02:05 +02:00
Nikos Mavrogiannopoulos
f97dd00458 freeradius-client: added library
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-28 19:58:58 +02:00
Ted Hess
7dc3a17d53 bridge-utils: Add busybox fixup in postrm
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-05-28 13:19:25 -04:00
Matthias Schiffer
17f428fca6 Merge pull request #1292 from ffainelli/ethtool
ethtool: Add option to enable/disable pretty-printing
2015-05-28 17:05:56 +02:00
Marko Ratkaj
fe3d554c6a ulogd: add json plugin
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-05-28 16:07:41 +02:00
Steven Barth
8591add337 Merge pull request #1314 from commodo/python-2.7.10-upgrade
python: upgrade to 2.7.10
2015-05-28 09:20:08 +02:00
Florian Fainelli
165fb918a6 ethtool: Add option to enable/disable pretty-printing
With upstream commit
https://git.kernel.org/cgit/network/ethtool/ethtool.git/commit/?id=875616dfcbe57ea0f639a20d85fcbad2172ad744

there is now an option to produce a smaller ethtool build which will
disable pretty printing (Ethernet drivers, SFP diagnostics...) for
platforms that do not need it.

Hook a menu configuration option to control that option. Build size
differences on ar71xx:

With:
-rw-r--r-- 1 florian florian 79K mai   23 10:43
bin/ar71xx/packages/packages/ethtool_3.18-1_ar71xx.ipk

Without:
-rw-r--r-- 1 florian florian 23K mai   23 10:43
bin/ar71xx/packages/packages/ethtool_3.18-1_ar71xx.ipk

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2015-05-27 20:00:55 -07:00