summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* kernel-headers: bump 3.{0, 2, 3, 4}.x stable versionsGustavo Zacarias2012-06-043-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* webrtc-audio-processing: disable unsupported target architecturesSamuel Martin2012-06-041-0/+1
| | | | | | | | | | | | | Currently, webrtc-audio-processing only provides support for the following architectures (see src/typedefs.h from the source directory): - x86_64 - i*86 - armel Fixes http://autobuild.buildroot.org/results/ff777bb06eddafa71327015e1d39fe911c1439d8 Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pulseaudio: fix build error on toolchains without C++ supportPeter Korsgaard2012-06-041-0/+15
| | | | | | | | | | | | | The optional webrtc echo canceller is written in C++, causing auto* to want to link module-echo-cancel.so with CXX even if webrtc ISN'T used. If we don't have C++ support enabled in BR, CXX will point to /bin/false, which makes configure think we aren't able to create C++ .so files (arguable true), breaking the build when it tries to install the .so workaround it by patching up the libtool invocations to use C mode instead. Fixes http://autobuild.buildroot.net/results/114e5bf0086f2394b36f17a70cb54b357a72413c Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gnutls: add optional zlib supportPeter Korsgaard2012-06-041-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* connman: needs IPv6 support in toolchainPeter Korsgaard2012-06-041-2/+3
| | | | | | Fixes http://autobuild.buildroot.net/results/c405f9b3a59463fb7367daeb63e282c5d60f0685 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* connman: fixup libglib2 (gettext) dependenciesPeter Korsgaard2012-06-041-2/+3
| | | | | | | Connman was missing from commit b730010c90a (package: gettext needs WCHAR support). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gnutls: fix libgcrypt handling with external toolchainsPeter Korsgaard2012-06-041-1/+1
| | | | | | | | | | | The explicit gnutls prefix in combination with the libc.so linker script and non-default sysroot seems to confuse external toolchains, causing configure to error out. Workaround it by not using an explicit libgcrypt prefix as it is installed in the sysroot anyway. Fixes http://autobuild.buildroot.net/results/3b3901bea904bf32bccbd3e9a4274d604776cb98 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mediastreamer: fix intltool dependencyPeter Korsgaard2012-06-041-1/+1
| | | | | | Fixes http://autobuild.buildroot.net/results/c93c1bc01feeea0ff37cb33c81d8712281a01c00 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linphone: add optional gtk supportPeter Korsgaard2012-06-041-1/+7
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linphone: use external ortp/mediastreamer librariesPeter Korsgaard2012-06-042-2/+12
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add mediastreamerPeter Korsgaard2012-06-043-0/+94
| | | | | | | | | It doesn't really need C++ support on Linux, but the configure script checks for it (and fails if not available), and the package is not easy to autoreconf as there's C++ source files for Android/Windows, causing automake to fail if AC_PROG_CXX isn't set. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add ortpPeter Korsgaard2012-06-033-0/+12
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* news.html: add 2012.05 announcement mail linkPeter Korsgaard2012-05-311-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nfs-utils: needs pkg-configPeter Korsgaard2012-05-311-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'next'Peter Korsgaard2012-05-31127-1291/+2244
|\ | | | | | | | | Conflicts: toolchain/kernel-headers/Config.in
| * nfs-utils: bump to version 1.2.6Gustavo Zacarias2012-05-308-56/+198
| | | | | | | | | | | | | | | | | | Bump nfs-utils to version 1.2.6 Portmap or rpcbind (which we don't have) is required so select it. Remove nfsiostat if there's no target python. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * mobile-broadband-provider-info: use release tarball instead of gitPeter Korsgaard2012-05-301-3/+1Star
| | | | | | | | | | Reported-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * ofono: bump versionPeter Korsgaard2012-05-291-1/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * ofono: fix build on uClibc without backtrace supportPeter Korsgaard2012-05-291-0/+44
| | | | | | | | | | | | Identical to connman patch as this code seems to be cut'n'pasted. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * Add ofono packageMarek Belisko2012-05-293-0/+48
| | | | | | | | | | | | [Peter: add upstream URL, fix dep, drop explicit bluetooth option, no AUTORECONF] Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * Add mobile-broadband-provider-info package.Marek Belisko2012-05-283-0/+20
| | | | | | | | | | | | [Peter: minor whitespace fixes] Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * iptables: bump to version 1.4.14Gustavo Zacarias2012-05-281-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * conntrack-tools: bump to version 1.2.1Gustavo Zacarias2012-05-282-4/+7
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libnetfilter_cttimeout: new packageGustavo Zacarias2012-05-283-0/+27
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libmnl: bump to version 1.0.3Gustavo Zacarias2012-05-281-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * midori: bump version to 0.4.6Simon Dawson2012-05-252-4/+15
| | | | | | | | | | | | [Peter: sort/indent dependencies] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * hiawatha: bump to version 8.3Gustavo Zacarias2012-05-242-15/+17
| | | | | | | | | | | | | | | | | | Bump hiawatha to version 8.3 - adds reverse proxy functionality. Also define WORK_DIR to /var/lib/hiawatha instead of the uncommon /usr/var/lib/hiawatha - missed it in the last path fixes. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * bind: bump to version 9.6-ESV-R7Gustavo Zacarias2012-05-231-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * mpg123: bump to version 1.14.2Gustavo Zacarias2012-05-231-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * audiofile: bump to version 0.3.4Gustavo Zacarias2012-05-231-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libidn: bump to version 1.25Gustavo Zacarias2012-05-231-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * nbd: bump to version 3.1Gustavo Zacarias2012-05-231-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * ipset: bump to version 6.12.1Gustavo Zacarias2012-05-231-2/+1Star
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libnetfilter-conntrack: bump to version 1.0.1Gustavo Zacarias2012-05-231-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * wpa_supplicant: enable interworking and enhanceGustavo Zacarias2012-05-231-24/+32
| | | | | | | | | | | | | | | | | | Enable IEEE 802.11u (interworking). Also enable new supported EAP methods. Switch from echo to sed where possible for a cleaner .config output Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * hostapd: enable interworking and enhanceGustavo Zacarias2012-05-231-31/+28Star
| | | | | | | | | | | | | | | | | | Enable IEEE 802.11u (interworking). Also enable new supported EAP methods. Switch from echo to sed where possible for a cleaner .config output Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * iproute2: bump versionPeter Korsgaard2012-05-221-1/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * kernel-headers: remove 2.6.35, add 3.4Peter Korsgaard2012-05-212-64/+7Star
| | | | | | | | | | | | And mark 2.6.36 / 2.6.37 as deprecated. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * php: security bump to version 5.3.13 and enhanceGustavo Zacarias2012-05-215-237/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump php to version 5.3.13 to solve multiple CVEs. The 5.2 series is no longer maintained. The PCRE and SPL extensions are no longer optional. Reflection is no longer optional either. Ncurses was spun out to PECL. Add a ton of new extensions and give more granular options on others (like the libxml2-based ones). The FastCGI option no longer exists, it's always on as long as CGI is. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * sqlite: bump to version 3.7.12Gustavo Zacarias2012-05-211-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * e2fsprogs: bump to 1.42.3Yegor Yefremov2012-05-212-19/+1Star
| | | | | | | | | | | | | | | | remove e2fsprogs-add-missing-dep-of-tst_uuid-o.patch as the changes are already upstream Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * connman: bump versionPeter Korsgaard2012-05-212-6/+4Star
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * connman: tweak compiler version dependenciesPeter Korsgaard2012-05-211-2/+2
| | | | | | | | | | | | | | | | uClibc 0.9.33+ has resolver support, so we don't need to depend on a snapshot uClibc version any more. We're also using 0.9.33 for ctng, so we can just disallow the old internal uClibc versions instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * connmann: fix build on uClibc without backtrace supportPeter Korsgaard2012-05-211-0/+44
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * quagga: bump to version 0.99.21Gustavo Zacarias2012-05-202-71/+23Star
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * sudo: bump to version 1.8.5p1Gustavo Zacarias2012-05-202-20/+1Star
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * pulseaudio: add optional systemd supportPeter Korsgaard2012-05-201-1/+2
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * systemd: install into stagingPeter Korsgaard2012-05-201-0/+1
| | | | | | | | | | | | systemd provides a number of libraries, so install into staging. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * pulseaudio: don't build man pages if not neededPeter Korsgaard2012-05-201-1/+2
| | | | | | | | | | | | No sense in building them if they are thrown away by target-finalize anyway. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * pulseaudio: bump versionPeter Korsgaard2012-05-201-2/+3
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>