summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update copyright yearPeter Korsgaard2014-01-083-3/+3
| | | | | | Happy new year! Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* minidlna: fix static linkingPeter Korsgaard2014-01-082-3/+7
| | | | | | | The configure script / Makefile forgets to link with some of the dependent libraries breaking static linking, so help it along. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* minidlna: bump version to 1.1.1Bernd Kuhls2014-01-076-196/+8
| | | | | | | | | | - remove all patches needed for pre-autotools minidlna release - convert .mk file to autotools-package - disable broken static build - compile-tested only with ffmpeg 1.2.4 (see other patch) [Peter: fix license filename] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* udev: mention dependancy on inotifyJeremy Rosen2014-01-071-1/+2
| | | | | | [Peter: wrap help text] Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libdmx to version 1.1.3Bernd Kuhls2014-01-071-1/+1
| | | | | | | thanks to Jerzy Grzegorek for the hint Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXxf86dga to version 1.1.4Bernd Kuhls2014-01-073-56/+1
| | | | | | | | | - remove patches applied upstream thanks to Jerzy Grzegorek for the hint Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXv to version 1.0.10Bernd Kuhls2014-01-071-1/+1
| | | | | | | thanks to Jerzy Grzegorek for the hint Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXres to version 1.0.7Bernd Kuhls2014-01-071-1/+1
| | | | | | | thanks to Jerzy Grzegorek for the hint Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXpm to version 3.5.11Bernd Kuhls2014-01-071-1/+1
| | | | | | | thanks to Jerzy Grzegorek for the hint Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXcursor to version 1.1.14Bernd Kuhls2014-01-071-1/+1
| | | | | | | thanks to Jerzy Grzegorek for the hint Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXaw to version 1.0.12Bernd Kuhls2014-01-071-1/+1
| | | | | | | thanks to Jerzy Grzegorek for the hint Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libFS to version 1.0.5Bernd Kuhls2014-01-071-1/+1
| | | | | | | thanks to Jerzy Grzegorek for the hint Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openssl: bump to version 1.0.1fGustavo Zacarias2014-01-072-35/+1
| | | | | | | | Fixes CVE-2013-4343, CVE-2013-6450 and the previously patched CVE-2013-6449. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* grub: bump to 0.97-67Thomas Petazzoni2014-01-074-2887/+475
| | | | | | | | | | Bump to a more recent version of the Debian patches for grub legacy, that fix an incorrect build with gcc 4.6. Fixes #6092 and #2629. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xdriver_xf86-video-intel version to 2.99.907Bernd Kuhls2014-01-071-2/+14
| | | | | | | | | | - enable sna support by default, disable unneeded stuff ported from OpenELEC: https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/x11/driver/xf86-video-intel/package.mk [Peter: drop Xtst dependency] Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Add LBreakout2 package (SDL game)Julien Boibessot2014-01-063-0/+68
| | | | | | [Peter: needs gettext with uClibc+locale] Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* transmission: Fix line feeds in patch fileBernd Kuhls2014-01-061-8/+8
| | | | | | | Upstream code has DOS line endings... Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libxcb: re-disable building documentation for the hostPeter Korsgaard2014-01-061-0/+1
| | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/98f/98f8dd2d1a9f8fac3024caf5aa0ca54fcf320389/ Commit 862e1221d (Bump xcb-proto & libxcb version to 1.10) accidently dropped the --disable-build-docs configure arguments for the host variant, which in the best case slows down the build for no use, and on certain hosts breaks the build as doxygen runs out of memory. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xkeyboard-config: disable 'runtime deps as build time deps'Peter Korsgaard2014-01-061-0/+1
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/f11/f11687ae661f9d3570c55a9d62a7822e667ad9ad/ xkeyboard-config has runtime dependencies (when using X11) on xproto and libX11, and by default checks at build time if they are available. Disable this check as it doesn't apply for wayland and the needed deps are taken care of by BR for X11. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fs/ext2: fix generation of ext4 filesystemsYann E. MORIN2014-01-061-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cset 7a58a4e (e2fsprogs: bump to version 1.42.9) broke the generation of ext4 filesystems. This is because, in ext4, some metadata are dependent on the UUID. If changing the UUID of an ext4 filesystem, tune2fs now exits with exit-code 1, and prints a message to run fsck, to avoid trashing the filesystem. This condition is of utmost importance on a mounted filesysten (which is not our case) to avoid corruption (yes, it is possible to change the UUID of a mounted filesystem). But the error is not valid for us, since we are working on an unmonted filesystem image in the first place. Since we change the UUID after we convert the filesystem (to ext4), tune2fs just bails out. We can not just ignore the exit code of tune2fs, since we still want to catch any other failure. It turns out that, changing the UUID before converting the filesystem is just the way to go. Fixes #6752. Reported-by: Daniel Mentz <daniel@exxm.de> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Daniel Mentz <daniel@exxm.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dbus-cpp: fix cross build for tools when expat is missingGustavo Zacarias2014-01-062-0/+33
| | | | | | | | | | | dbus-c++ tools use CXX_FOR_BUILD to build in cross scenarios, however they don't use CXXFLAGS_FOR_BUILD nor LDFLAGS_FOR_BUILD thus breaking when there aren't any expat devel files in the default PATHs (build host). Fixes: http://autobuild.buildroot.net/results/44f/44fc2cab2b60aa82460bb46b1035ddda115af750/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xutil_util-macros version to 1.18.0Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xutil_makedepend version to 1.0.5Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xkeyboard-config version to 2.10.1Bernd Kuhls2014-01-051-2/+1
| | | | | | [Peter: drop uneeded extra dependencies] Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_xtrans version to 1.3.2Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXxf86vm version to 1.1.3Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXtst version to 1.2.2Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXt version to 1.1.4Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXrender version to 0.9.8Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXmu version to 1.1.2Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXinerama version to 1.1.3Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXfont version to 1.4.6Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXdamage version to 1.1.4Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXcomposite version to 0.4.4Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXau version to 1.0.8Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libX11 version to 1.6.2Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libSM version to 1.2.2Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libpciaccess version to 0.13.2Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libfontenc version to 1.1.2Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xproto_videoproto version to 2.3.2Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xproto_glproto version to 1.4.17Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xproto_dri2proto version to 2.8Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXi version to 1.7.2Bernd Kuhls2014-01-052-3/+11
| | | | | | [Peter: needs libXfixes, cleanup dependency list (white space)] Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xproto_inputproto version to 2.3Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXfixes version to 5.0.1Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xproto_xproto version to 7.0.25Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXext version to 1.3.2Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xproto_xextproto version to 7.3.0Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xapp_xrandr version to 1.4.1Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXrandr version to 1.4.2Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud