summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* | at: fix compile breakage when flex isn't on the targetThomas Petazzoni2010-02-101-0/+16
| | | | | | | | | | | | | | | | | | Add a patch that makes sure config.h gets included in a file that uses some of the NEEDS_* macros. The yywrap() function was missing when flex was not available on the target, even though this configuration is supposed to be supported by at (and handled by NEEDS_YYWRAP). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | argus: fix compile breakageThomas Petazzoni2010-02-101-0/+27
|/ | | | | | | Add a patch that includes pcap.h instead of hardcoding an incorrect prototype for a function provided by libpcap. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Bump lighttpd to 1.4.26Gustavo Zacarias2010-02-091-2/+1
| | | | | | | | | | | | | | Closes #1063. lighttpd 1.4.26 fixes: * Request parser handling for splitted header data * FD leak in mod_cgi * Segfault with broken configs in mod_rewrite/mod_redirect * An OOM/DoS vulnerability (CVE-2010-0295) Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove broken asterisk packagePeter Korsgaard2010-02-093-104/+0
| | | | | | Has been marked as broken for more than one year. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* liboil: fix build on arm with softfloatJulien Boibessot2010-02-091-0/+39
| | | | | | | This patch, gotten from liboil git (recent commit), fixes the problem. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nbd: convert to Makefile.autotools.in formatPeter Korsgaard2010-02-091-67/+12
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rdesktop: convert to Makefile.autotools.in formatPeter Korsgaard2010-02-092-52/+11
| | | | | | | | And also adapt X depency. Rdesktop only needs libX11/Xt, and long term we should be able to use the X stuff without having a X server on the target. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove openswanPeter Korsgaard2010-02-0825-238669/+0
| | | | | | As noticed back when it was marked as broken 1 year ago. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* newt: needs slangPeter Korsgaard2010-02-081-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fbdump: don't add target program prefixPeter Korsgaard2010-02-041-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nbd: add server patches missing from 6aac003Peter Korsgaard2010-02-032-0/+32
| | | | | | Somehow these patches never got added. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump bind to 9.5.1-P2Gustavo Zacarias2010-02-031-1/+1
| | | | | | | Closes #1015. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd: don't put mtd options in a seperate submenuPeter Korsgaard2010-02-031-1/+1
| | | | | | Similar to other packages. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd: tweak default valuesPeter Korsgaard2010-02-031-5/+0
| | | | | | Don't enable uncommon tools by default. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd: zlib/lzo is only needed for mkfs.jffs2Peter Korsgaard2010-02-032-2/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd: host support cleanupPeter Korsgaard2010-02-031-12/+21
| | | | | | | Build host version in build/mtd-utils-<VERSION>-host like other host packages, and install into host/usr/sbin. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd-utils: bump version, get rid of obsolete git versionPeter Korsgaard2010-02-0312-552/+192
| | | | | | ubimirror is gone, ubiformat/ubinize/ubirename/ubirsvol are new. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.16.x specific defconfigPeter Korsgaard2010-01-312-2/+922
| | | | | | | | | Closes #1003. Several config options have gotten renamed in 1.16, making the 1.13.x defconfig not enable the stuff we want. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump php to 5.2.12Gustavo Zacarias2010-01-291-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* PATCH: Add more config options to alsa, bump versionWilliam Wagner2010-01-285-34/+100
| | | | | Signed-off-by: William Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: fix unstripped binary installationLionel Landwerlin2010-01-281-1/+1
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: fix target installation with BR2_HAVE_DEVFILESLionel Landwerlin2010-01-281-0/+2
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libxslt: fix dependency on libxmlLionel Landwerlin2010-01-282-1/+2
| | | | | | [Peter: fix indentation] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* readline: convert to autotools infrastructureLionel Landwerlin2010-01-2813-86/+21
| | | | | | [Peter: renamed patches to get picked up by infrastructure] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* zlib: fix headers installation in target directoryLionel Landwerlin2010-01-281-2/+2
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bash: fix configurationLionel Landwerlin2010-01-281-2/+3
| | | | | | | | | | | | Patch bash32-011 modifies the configure.in script. Therefor we need to run autoconf before launching the configure script. Otherwise, once the configure script called, the makefile's dependencies over configure.in will relaunch autoconf without options/environnement variables we usually set when calling configure. [Peter: use our own host-autoconf instead of what's on the host] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Revert "Revert "gvfs: update to version 1.4.0""Peter Korsgaard2010-01-282-13/+14
| | | | | | | | This reverts commit 70ce96305cb19254576f670e896a66f3e3ba6eff. Now that we have glib2 2.22.4, we can take the gvfs 1.4.0 update. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libxml2: bump to version 2.7.6Sagaert Johan2010-01-281-1/+3
| | | | | Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sawman: bump to 1.4.3Lionel Landwerlin2010-01-281-1/+1
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: some cleanup in config fileLionel Landwerlin2010-01-281-20/+4
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libglib2: bump to 2.22.4Lionel Landwerlin2010-01-282-3/+56
| | | | | | | [Peter: updated to 2.22.4 instead which is so far only on ftp.gnome.org, fixed build without IPv6 support] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bash: remove CC variable when calling makeLionel Landwerlin2010-01-281-3/+3
| | | | | | | | | | | | | So "/opt/whatever_toolchain/gcc --sysroot $(STAGING_DIR)" isn't stripped to "/opt/whatever_toolchain/gcc", making gcc to look at $(ORIGINAL_TOOLCHAIN_DIRECTORY)/usr/include instead of $(STAGING_DIR)/usr/include. For more CC is already filled when running the configure script. This problem should only be visible with an external toolchain. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ser2net: bump versionPeter Korsgaard2010-01-281-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package ser2net requestFrancisco Gonzalez2010-01-283-0/+20
| | | | | | [Peter: whitespace fixes / cleanups] Signed-off-by: Francisco Gonzalez <gzmorell@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* at: bump version, fix make install, convert to Makefile.autotools.in formatPeter Korsgaard2010-01-289-154/+373
| | | | | | | | | Make install would fail if target != host, as it tried to use host strip for install -s. Patch 1-5 from ptxdist. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* at: fix build when host doesn't have sendmailPeter Korsgaard2010-01-271-0/+1
| | | | | | Reported by Noel Vellemans. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* webkit: fix dependencies on host tools flex and gperfLionel Landwerlin2010-01-271-2/+2
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* webkit: convert to newstyle autotools infrastructureLionel Landwerlin2010-01-271-8/+9
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gperf: add gperf-host package (required by webkit)Lionel Landwerlin2010-01-271-0/+1
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gperf: convert to newstyle autotools infrastructureLionel Landwerlin2010-01-271-6/+2
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* flex: add flex-host package (required by webkit)Lionel Landwerlin2010-01-271-0/+1
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* flex: convert to autotools infrastructureLionel Landwerlin2010-01-271-106/+19
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* flex: bump to 2.5.35Lionel Landwerlin2010-01-271-2/+2
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* flex: fix prog-ar patchLionel Landwerlin2010-01-271-12/+1
| | | | | | | | Could not apply when missing top level Makefile, which is also regenerated by the configure script. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump iw package to 0.9.19Gustavo Zacarias2010-01-271-1/+1
| | | | | | | Closes #973. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump netstat-nat to 1.4.10Gustavo Zacarias2010-01-271-2/+1
| | | | | | | Closes #967. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump dnsmasq to 2.52Gustavo Zacarias2010-01-271-1/+1
| | | | | | | Closes #961. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: needs tslib to be compiled first when selected.Julien Boibessot2010-01-261-0/+4
| | | | | | | | If SDL is built before tslib, then SDL can't detect it at configure time and so touchscreen's support in SDL is crappy. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump versionPeter Korsgaard2010-01-261-2/+8
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* SDL_ttf needs freetype to be built and installed first.Julien Boibessot2010-01-251-1/+1
| | | | | Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>