summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* lxc: bump versionMaxime Hadjinlian2014-11-011-3/+3
| | | | | | | | | | | [Thomas: switch back to a tarball from https://linuxcontainers.org/downloads/ instead of github. Unfortunately, even though the tarball has the configure script generated, we still need to autoreconf since we're patching configure.ac.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lua-msgpack-native: bump versionMaxime Hadjinlian2014-11-011-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linenoise: bump version and licenseMaxime Hadjinlian2014-11-011-1/+2
| | | | | | | The project now comes with a LICENSE_FILES. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libuv: bump versionMaxime Hadjinlian2014-11-011-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* adwaita-icon-theme: add missing dependency on host-intltoolThomas Petazzoni2014-11-011-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/2d7/2d74a4b7ea7c679a4879e209b42df75acbab690c/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libstrophe: bump versionMaxime Hadjinlian2014-11-012-33/+1
| | | | | | | | Remove patch that was accepted upstream. The other one was never sent before. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libconfuse: bump versionMaxime Hadjinlian2014-11-011-2/+2
| | | | | | | | | | The tag v2.7 is from 2010, no release has been since then and a few changes have been made, notably a LICENSE file was added. [Thomas: fix minor typos in commit log.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ktap: bump versionMaxime Hadjinlian2014-11-012-2/+48
| | | | | | | | | | | | | | We switch from a tag to a commit ID, because the last release is from December 2013, even though many new changes have been made to ktap since then (~80 commits). Ktap has had 4 releases in its history, all made during the first 7 months of its existence, but then no more releases have been made. [Thomas: reword commit log, add patch to fix build with uClibc, remove KTAP_SOURCE since we're fetching from github.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mono: add threads dependencyAngelo Compagnucci2014-11-011-2/+3
| | | | | | | | | | | | | This patch adds a dependency on BR2_TOOLCHAIN_HAS_THREADS to the mono package, in order to fix the following autobuilder failures: http://autobuild.buildroot.net/results/ece/ece1051cb9238735130b29f76d90a4994058345a/ http://autobuild.buildroot.net/results/658/65850774d4c6b875cb6ebbf461dcc48cf8208f4f/ http://autobuild.buildroot.net/results/5d5/5d5074aa73e167099410d244a18114dbced348d1/ Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libwebsockets : bump version to v1.3-chrome37-firefox30Sagaert Johan2014-11-012-22/+24
| | | | | | | | | | | | | | | Bumped the version and did some trivial reworking of the patch file : libwebsockets-0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch [Thomas: - Pass LWS_IPV6={ON,OFF} depending on the value of BR2_INET_IPV6, otherwise the build failed in a non-IPv6 configuration. - The name of the CMake option for OpenSSL support has changed, it's now LWS_WITH_SSL={ON,OFF}. - Adjust the description of patch 0002.] Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tvheadend: Needs python2 host packageBernd Kuhls2014-11-011-1/+1
| | | | | | | | | | Fixes http://autobuild.buildroot.net/results/3aa/3aaa28eb4fd04a5b578c5128b57ce89165e473be/ http://autobuild.buildroot.net/results/467/467df0fde737de0ec89fe023b2ce33546543d335/ http://autobuild.buildroot.net/results/f5a/f5aa44e0a96820fb8edd47e8096131b68f64f6a7/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/exim: Add ClamAV supportBernd Kuhls2014-11-011-0/+8
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/clamav: New packageBernd Kuhls2014-11-015-0/+156
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* adwaita-icon-theme: new packageEric Le Bihan2014-11-013-0/+19
| | | | | | | | | | | This package provides the Adwaita icon theme from the GNOME desktop environment. [Thomas: fix the license information to indicate that CC-BY-SA-3.0 is one of the licenses, and add the COPYING file as well.] Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libgtk3: bump to 3.14.4Eric Le Bihan2014-11-012-3/+57
| | | | | | | | | | | | | | | Bump libgtk3 to version 3.14.4. Also add a patch to fix compilation of a build tool: extract-strings. The bug has already been reported [1], but no proper resolution has been provided yet. This patch only covers the Buildroot issue. [1] https://bugzilla.gnome.org/show_bug.cgi?id=731013 [Thomas: fix minor typo in the description of the newly added patch.] Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gdk-pixbuf: bump to 2.30.8Eric Le Bihan2014-11-011-2/+2
| | | | | | | Bump gdk-pixbuf to version 2.30.8. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pango: bump to 1.36.7Eric Le Bihan2014-11-011-1/+1
| | | | | | | Bump pango to version 1.36.7. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cairo: bump to 1.12.12Eric Le Bihan2014-11-011-1/+1
| | | | | | | Bump cairo to version 1.12.12. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libglib2: bump to version 2.42.0Eric Le Bihan2014-11-013-306/+1
| | | | | | | Bump libglib2 to version 2.42.0 and remove obsolete patches. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dstat: propagate python dependenciesJérôme Pouiller2014-11-011-2/+3
| | | | | | | [Thomas: fix comment of the toolchain dependencies.] Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tvheadend: Bump version to current git masterBernd Kuhls2014-11-011-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tvheadend: Add transcoding support by ffmpegBernd Kuhls2014-11-012-0/+10
| | | | | | | | | | | | | | | Add --disable-libffmpeg_static to disable static linking of ffmpeg libraries into the tvheadend binary. tvheadend compiles with ffmpeg using this minimal defconfig: BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y BR2_PACKAGE_FFMPEG=y BR2_PACKAGE_TVHEADEND=y Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* squid: bump to version 3.4.9Gustavo Zacarias2014-11-012-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rdesktop: bump to version 1.8.3Gustavo Zacarias2014-11-012-1/+4
| | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs: responsive web design websiteAngelo Compagnucci2014-11-0114-152/+221
| | | | | | | | | | | This patch migrate the layout to a responsive web design one. * Fixing the layout of all pages to be fully responsive * Adding panels around "Recent commints" and "Recent discussion" * Adding fonts for glyphs in buttons Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs: responsive web design website - upgrading bootstrap/jqueryAngelo Compagnucci2014-11-018-10192/+14
| | | | | | | | | * Upgrading to Bootstrap 3.2.0 * Upgrading to Jquery 1.11.1 * Removing older files Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/dovecot-pigeonhole: bump version to 0.4.5Bernd Kuhls2014-10-311-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libpcap: omit -rpath from pcap-configBaruch Siach2014-10-311-0/+6
| | | | | | | | | | For target processes the libraries are always in their usual location under /lib and /usr/lib. It doesn't make sense to add RPATH tag pointing to host build directory to programs using libpcap. This commit changes V_RPATH_OPT in pcap-config to remove -rpath from its output. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/qemu: update to the latest kernel/headers versionGustavo Zacarias2014-10-3120-88/+38
| | | | | | | Also drop the sparc memset patch, it's upstream as of 3.17.2. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mp4v2: fix help2man-related build failurePeter Korsgaard2014-10-311-0/+5
| | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/62a/62af25aace6b17492135e3567f3fa14cc05fef75/ http://autobuild.buildroot.net/results/043/043e23a8a1575f249d4654e2ce5f4a24e29d080a/ http://autobuild.buildroot.net/results/c6f/c6f1f7eef34025f736e35b5714029f5190bcb648/ http://autobuild.buildroot.net/results/bc4/bc4beb415491fdfb65639c0d51ae75a1789c68dd/ And many others. Help2man expects to be able to run utilities on the build machine to grab --help output which doesn't work when cross compiling, so disable it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mp4v2: disable CFLAGS manglingPeter Korsgaard2014-10-311-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/235/235cade242ce3bcd583c57575a3612b811fa6e89/ http://autobuild.buildroot.net/results/529/5298118b20f5e0c4c38104411d979e1c17cca04b/ http://autobuild.buildroot.net/results/773/773c53c9c7d422b319dc0d9196426cae06d81c14/ http://autobuild.buildroot.net/results/41e/41eb1936c3afe329d1321f5a0f071db098b2fb37/ And many others. When mp4v2 is configured with --disable-debug (which the infrastructure will pass unless BR2_ENABLE_DEBUG is enabled) then the configure script tries to filter out any -g* debugging flags with the following logic: if test "$enable_debug" = "no"; then changequote(<<,>>)dnl if test "$GCC" = "yes"; then CFLAGS=`echo "$CFLAGS" | sed -e 's/-g[^ ]*[ ]*//' -e 's/^ //' -e 's/ $//'` fi if test "$GXX" = "yes"; then CXXFLAGS=`echo "$CXXFLAGS" | sed -e 's/-g[^ ]*[ ]*//' -e 's/^ //' -e 's/ $//'` fi changequote([,])dnl fi This logic is unfortunately buggy as it also strips up arguments like -mfloat-gprs=double breaking the build when the powerpc SPE variants are -used. Instead of fixing the sed invocation we can simply pass --enable-debug to configure as the debugging flag is not used for anything else. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nuttcp: add tarball hashPeter Korsgaard2014-10-311-0/+2
| | | | | | | | | | | | | | | | Fixes (eventually, once the bad downloads are deleted): http://autobuild.buildroot.net/results/055/0556ffec533af65392c24f7c74092d3282245c95/ http://autobuild.buildroot.net/results/481/4810de845bac9ec28cba86379de0f8c554038ea0/ http://autobuild.buildroot.net/results/384/384b627a104793f460072aa43381a8c2d703a693/ http://autobuild.buildroot.net/results/2f8/2f8574a5bc692e3dfb803b420fb6ae2dc420cfed/ And many others. There's no upstream hash, but this matches E.G. Freebsd: http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2009-August/170685.html Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* avahi: fix avahi-ui build with libgtk3Peter Korsgaard2014-10-312-0/+32
| | | | | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/daa/daad247db16818f25ab33402e26e27257defbe13/ http://autobuild.buildroot.net/results/720/720e2c8a5eab8b47d2510fe03b4a90ec8beafc17/ http://autobuild.buildroot.net/results/02b/02b4ab9ee07707ee4a4d4ea2b9c67bee91b1392d/ http://autobuild.buildroot.net/results/819/81914317ce82dc1321484d8c2b65647f92aa6929/ And many others. avahi-ui uses deprecated gtk functionality, but explicitly requests to disable the deprecated API support in gtk - Breaking the build when building against libgtk3. Patch is taken from Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1001676 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nss-mdns: unbreak after e1eba3d97 (system/skeleton: make nsswitch install ↵Peter Korsgaard2014-10-311-0/+3
| | | | | | | | | | | | | | | | | | conditional) Fixes http://autobuild.buildroot.net/results/481/4819cacd4b7015ef2bfaaf1b3fc9ba33f9194315/ After commit e1eba3d97, the skeleton no longer has a /etc/nsswitch.conf by the time nss-mdns gets built, so the sed invocation fails. Work around it by installing the glibc one early if not already available in the skeleton. If we want to do further modification of nsswitch.conf in the future (for E.G. samba), then we should probably introduce some hooks to GLIBC_COPY_NSSWITCH_FILE instead. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pixman: unbreak on nios codesourcery 2014.05Peter Korsgaard2014-10-311-0/+7
| | | | | | | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/ec3/ec31257a66583ca69bbad5ecfedb4c25b85268ee/ http://autobuild.buildroot.net/results/b24/b241ef7b7283efd92028d98355f268d93a12ffdd/ http://autobuild.buildroot.net/results/36c/36cc9386747854b632ec4e22bed8f32a0e2eec32/ http://autobuild.buildroot.net/results/b8a/b8a2de871eec249d03744fcd4ea6b5d3d1b01bd5/ And many others. The toolchain gets confused about TLS access through the GOT (PIC), so disable TLS support in pixman. The error from the assembler is: movhi r4, %got_hiadj(%tls_ldo(fast_path_cache)) {standard input}:172: Error: bad expression Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mpd: add jack output support optionPieter De Gendt2014-10-302-0/+19
| | | | | | | [Thomas: reworked patch on top of the latest master.] Signed-off-by: Pieter De Gendt <pieter.degendt@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mongrel2: Add comments to avoid use of github callMaxime Hadjinlian2014-10-301-0/+2
| | | | | | | | | | As the comment says, we don't want to uses the github helper, as we would end up with a generated tarball, which is not the same one as the one linked with the releases. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lame: Disable debug symbols for Aarch64 and MIPSVicente Olivert Riera2014-10-301-0/+9
| | | | | | | | | | | | | | Building lame with debug symbols needs the following macros to be defined: _FPU_MASK_IM, _FPU_MASK_ZM, _FPU_MASK_OM. So, if BR2_ENABLE_DEBUG is selected, then we have to force lame to be built without debug symbols for Aarch64 and MIPS because these architectures don't have those macros defined. Fixes: http://autobuild.buildroot.net/results/721/721dff299b204b1d3ccc0846009eb17faa2d29eb/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/exim: Add support for SMTP AUTH through DovecotBernd Kuhls2014-10-301-0/+8
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/dovecot-pigeonhole: New packageBernd Kuhls2014-10-303-0/+26
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/dovecot: New packageBernd Kuhls2014-10-303-0/+154
| | | | | | | | | | | [Thomas: - slightly adjust the prompt of options in the Config.in file - fix license: it's just LGPLv2.1, no exceptions. Parts of the code are under public domain, or under the MIT license, but the combination is under LGPLv2.1. - rewrap one comment in the .mk file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tcpdump: use libpcap shared libraryBaruch Siach2014-10-302-2/+83
| | | | | | | | | | Currently the tcpdump configure script finds libpcap.a in output/build/libpcap-[version]. This check is hard coded in aclocal.m4. Add a patch to optionally ignore local libpcap so that the system shared library version is found instead. This reduces the tcpdump binary size in a few 100KB. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* shairport-sync: needs toolchain with NPTLBaruch Siach2014-10-301-3/+3
| | | | | | | | | | | | Also remove the comment attributing threads dependency to alsa-lib, since shairport-sync itself uses pthreads. Fixes: http://autobuild.buildroot.net/results/58e/58eafd2499919a45bfb5a2becc233d3678deedde/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/upmpdcli: add hash fileJörg Krause2014-10-301-0/+2
| | | | | Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libupnpp: add hash fileJörg Krause2014-10-301-0/+2
| | | | | Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gcc: remove version 4.4.xAndreas Larsson2014-10-309-309/+7
| | | | | | | | | | That gcc series is old and is not used as the default version for any of the architectures we support, so this commit gets rid of it. [Thomas: move the Config.in.legacy option at the right location.] Signed-off-by: Andreas Larsson <andreas@gaisler.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* arch: sparc: Add leon3 cpu type and remove sparc{s,h}fleon{,v8}Andreas Larsson2014-10-304-264/+41
| | | | | | | | | | | There is support for -mcpu=leon3 from gcc 4.8.3. Use this for LEON systems instead of the non-mainline targets sparcsfleon, sparchfleon, sparcsfleonv8, and sparchfleonv8. [Thomas: add Config.in.legacy handling for the removed options.] Signed-off-by: Andreas Larsson <andreas@gaisler.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/shairport-sync: bump to version 2.1.8Jörg Krause2014-10-301-6/+3
| | | | | | | | | Bump to version 2.1.8: * remove comment about COPYING (fixed upstream) * adapt ssl configure option for openssl and polarssl Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/nodejs: security bump to version 0.10.33Jörg Krause2014-10-301-1/+1
| | | | | | | | This release handles the recent POODLE vulnerability [CVE-2014-3566] by disabling SSLv2/SSLv3 by default. Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gcc: bump 4.9.x series to version 4.9.2Gustavo Zacarias2014-10-3010-389/+1
| | | | | | | Drop PR60102 patch which is now upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud