summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-26iw: using the git version fixes build with new libnl-3Daniel Mack
The current git version copes well with libnl-3, so use this one until the next official release is made. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-26wpa_supplicant: fix build with new libnl-3Daniel Mack
The CFLAGS have to be augmented for the include dir and a small patch will make the binary link to libnl-3 and libnl-genl-3 instead of libnl and libnl-gen. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-26hostapd: fix build with new libnl-3Daniel Mack
The CFLAGS have to be augmented for the include dir and a small patch will make the binary link to libnl-3 and libnl-genl-3 instead of libnl and libnl-gen. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-26libnl: bump to version 3.2.3Daniel Mack
This newer version splits the library code into libnl, libnl-route, libnl-genl and libnl-nf, each individually selectable via pkgconfig. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-26git.html: fix cgit linkPeter Korsgaard
There's an issue with the cgit installation, which causes git.buildroot.net/buildroot (no trailing /) requests to return stale results. The osuosl people are looking into it, but until then atleast use the the correct URL on the website link. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-26xapp_xman: drop optional xprint optionPeter Korsgaard
When built with --enable-xprint, xman needs libXaw8 (rather than libXaw7), which we don't have in buildroot. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-23xapp_xman: fix dependenciesPeter Korsgaard
xman needs libXaw, has optional Xprintutil support and doesn't have a --disable-IPv6 option. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-21kernel-headers: bump 3.0.x / 3.1.x stable versionsPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-21cdrkit: bump to version 1.1.11 and adjust styleGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-21libcap: security bump to version 2.22Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-21ethtool: bump to version 3.1Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-21package: add libesmtpSagaert Johan
This is a library for sending email through SMTP. Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-21lighttpd: bump version, security fixPeter Korsgaard
Important changes: - [mod_auth] Fix signedness error in http_auth (CVE-2011-4362) - ssl: disable client initiated renegotiations - ssl: support mitigating BEAST attack - fix connection stalls Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-20jsmin: fix typo in uninstall targetPeter Korsgaard
Thanks to Thomas for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-20package: don't install javascript files as executablePeter Korsgaard
install defaults to mode 0755, not 0644, so explicitly pass mode to ensure .js files aren't made executable. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-20package: add jsmin (javascript minimizer)Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-19package: add explorercanvasPeter Korsgaard
Explorercanvas is a HTML5 canvas tag emulation library for IE<9. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-19package: add flot jQuery pluginPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-18package: add jQuery sparkline pluginPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-18package: add jQuery Validation pluginPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-18package: add Javascript menu and jQuery packagePeter Korsgaard
A lot of open source Javascript libraries can be interesting to use on embedded systems, so add a specific Javascript menu and the probably most well known library of them all, jQuery. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-18busybox: add 1.19.3 for wget redirect handlingPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-17uboot-tools: fix install commandsHenri Bragge
Signed-off-by: Henri Bragge <henri.bragge@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-17Merge branch 'master' of ssh://buildroot.net/var/lib/git/buildrootPeter Korsgaard
2011-12-17mtd-utils: bump versionPeter Korsgaard
Fixes an issue with erases on NOR flash with linux 3.2+. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-16repair ML search knobBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2011-12-14beecrypt: bump version, build with C++ support if availablePeter Korsgaard
The issue with cppglue.cxx is still present in 4.2.1, but the previous workaround had to be extended to allow builds with C++ support. Similary, the ICU check didn't handle cross compilation. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-12libeXosip: bump version, use upstream directlyPeter Korsgaard
Instead of Debian. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-12libeXosip2: fix openssl handlingPeter Korsgaard
Build libeXosip2 after openssl if enabled, and explicitly disable support for it otherwise, so configure doesn't end up looking for it on host. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-12libosip: bump version, use upstream directlyPeter Korsgaard
Instead of Debian. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-12Makefile: ensure CONFIG_SITE isn't setPeter Korsgaard
Fixes lib/lib64 issue when building on OpenSUSE. Reported-by: Guillaume Gardet <guillaume.gardet@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-12xinput-calibrator: needs C++ supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11CHANGES: update with recent changesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11libffi: enable host targetDaniel Mack
libffi is a new requirement for libglib, and as libglib has to be built for the host as well, libffi has to follow. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11libffi: remove invalid variable 'includedir' in .pc fileDaniel Mack
Fixes the following error: Variable 'includedir' not defined in '/home/daniel/buildroot/output/host/usr/arm-unknown-linux-gnueabi/sysroot/usr/lib/pkgconfig/libffi.pc' Also, use $(SED) instead of 'sed -i'. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11i2c-tools: fix Config.in whitespacePeter Korsgaard
Purely cosmetical. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11New package: xinput-calibratorYegor Yefremov
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11libeXosip2: bump versionSagaert Johan
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11libcgi: build for target, not hostSagaert Johan
[Peter: Ensure correct CFLAGS are used, whitespace cleanup] Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11xf86-video-sis: bump to version 0.10.3Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11vsftpd: bump to version 2.3.4Gustavo Zacarias
Bump vsftpd to version 2.3.4 Fixes build issues with binutils 2.22+ and changed upstream URL Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11squid: bump to version 3.1.18Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11barebox: add 2011.12 release, remove 2011.09Peter Korsgaard
And mark 2011.10 as deprecated. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11linux: update stable kernel to 3.1.5Sven Neumann
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11kernel-headers: bump 3.0.x / 3.1.x stable versionsSven Neumann
[Peter: rename headers_install patch so it gets applied] Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11sqlite: add option to enable additional query optimizations (stat3)Sven Neumann
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11sqlite: refactor how CFLAGS are passed to the configure scriptSven Neumann
Change the way the SQLITE_CONF_ENV variable is constructed in preparation of passing other CFLAGS to the configure script. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11sqlite: remove obsolete configure optionsSven Neumann
Drop options that are unknown to the configure script. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11sqlite: bump to version 3.7.9Sven Neumann
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-11opencv: bump version to fix ffmpeg support buildPeter Korsgaard
A newer version of opencv is needed after the ffmpeg version bump. This version does need a minor patch for fabsl on uClibc though. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>