summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ethtool: bump to version 3.1Gustavo Zacarias2011-12-211-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add libesmtpSagaert Johan2011-12-213-0/+18
| | | | | | | 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>
* lighttpd: bump version, security fixPeter Korsgaard2011-12-211-1/+1
| | | | | | | | | | | 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>
* jsmin: fix typo in uninstall targetPeter Korsgaard2011-12-201-1/+1
| | | | | | Thanks to Thomas for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: don't install javascript files as executablePeter Korsgaard2011-12-204-4/+5
| | | | | | | 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>
* package: add jsmin (javascript minimizer)Peter Korsgaard2011-12-203-0/+37
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add explorercanvasPeter Korsgaard2011-12-193-0/+29
| | | | | | Explorercanvas is a HTML5 canvas tag emulation library for IE<9. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add flot jQuery pluginPeter Korsgaard2011-12-193-0/+83
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add jQuery sparkline pluginPeter Korsgaard2011-12-183-0/+32
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add jQuery Validation pluginPeter Korsgaard2011-12-183-0/+28
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add Javascript menu and jQuery packagePeter Korsgaard2011-12-183-0/+29
| | | | | | | | 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>
* busybox: add 1.19.3 for wget redirect handlingPeter Korsgaard2011-12-181-0/+29
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uboot-tools: fix install commandsHenri Bragge2011-12-171-3/+3
| | | | | Signed-off-by: Henri Bragge <henri.bragge@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'master' of ssh://buildroot.net/var/lib/git/buildrootPeter Korsgaard2011-12-171-10/+14
|\
| * repair ML search knobBernhard Reutner-Fischer2011-12-161-10/+14
| | | | | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* | mtd-utils: bump versionPeter Korsgaard2011-12-171-1/+1
|/ | | | | | Fixes an issue with erases on NOR flash with linux 3.2+. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* beecrypt: bump version, build with C++ support if availablePeter Korsgaard2011-12-145-17/+81
| | | | | | | | 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>
* libeXosip: bump version, use upstream directlyPeter Korsgaard2011-12-122-18/+26
| | | | | | Instead of Debian. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libeXosip2: fix openssl handlingPeter Korsgaard2011-12-121-0/+7
| | | | | | | 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>
* libosip: bump version, use upstream directlyPeter Korsgaard2011-12-121-18/+4
| | | | | | Instead of Debian. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: ensure CONFIG_SITE isn't setPeter Korsgaard2011-12-121-0/+1
| | | | | | | Fixes lib/lib64 issue when building on OpenSUSE. Reported-by: Guillaume Gardet <guillaume.gardet@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xinput-calibrator: needs C++ supportPeter Korsgaard2011-12-121-0/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-12-111-7/+12
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libffi: enable host targetDaniel Mack2011-12-111-0/+1
| | | | | | | | 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>
* libffi: remove invalid variable 'includedir' in .pc fileDaniel Mack2011-12-111-2/+4
| | | | | | | | | | | 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>
* i2c-tools: fix Config.in whitespacePeter Korsgaard2011-12-111-7/+7
| | | | | | Purely cosmetical. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: xinput-calibratorYegor Yefremov2011-12-113-0/+22
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libeXosip2: bump versionSagaert Johan2011-12-111-1/+1
| | | | | Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libcgi: build for target, not hostSagaert Johan2011-12-111-4/+6
| | | | | | [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>
* xf86-video-sis: bump to version 0.10.3Gustavo Zacarias2011-12-111-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vsftpd: bump to version 2.3.4Gustavo Zacarias2011-12-112-3/+2
| | | | | | | | 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>
* squid: bump to version 3.1.18Gustavo Zacarias2011-12-111-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* barebox: add 2011.12 release, remove 2011.09Peter Korsgaard2011-12-111-6/+6
| | | | | | And mark 2011.10 as deprecated. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: update stable kernel to 3.1.5Sven Neumann2011-12-111-3/+3
| | | | | Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 3.0.x / 3.1.x stable versionsSven Neumann2011-12-112-2/+2
| | | | | | [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>
* sqlite: add option to enable additional query optimizations (stat3)Sven Neumann2011-12-112-0/+12
| | | | | | 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>
* sqlite: refactor how CFLAGS are passed to the configure scriptSven Neumann2011-12-111-1/+3
| | | | | | | | | 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>
* sqlite: remove obsolete configure optionsSven Neumann2011-12-111-5/+3
| | | | | | | | 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>
* sqlite: bump to version 3.7.9Sven Neumann2011-12-111-1/+1
| | | | | Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* opencv: bump version to fix ffmpeg support buildPeter Korsgaard2011-12-112-3/+42
| | | | | | | 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>
* mpd: bump to version 0.16.6Gustavo Zacarias2011-12-101-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-ffmpeg: bump to version 0.10.13Gustavo Zacarias2011-12-101-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: bump to version 0.8.7Gustavo Zacarias2011-12-102-10/+10
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pcre: bump to 8.20Luca Ceresoli2011-12-101-1/+1
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-dsp: Bump to version 0.10.0Lukasz Pulka2011-12-101-1/+1
| | | | | Signed-off-by: Lukasz Pulka <lukasz@oxnet.pl> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: fehYegor Yefremov2011-12-103-0/+36
| | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Tested-By: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: giblibYegor Yefremov2011-12-103-0/+25
| | | | | | | [Peter: Needs X support and X support in imlib2] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Tested-By: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* imlib2: fixup imlib2-configPeter Korsgaard2011-12-101-0/+8
| | | | | | Ensure it doesn't add library search paths (-L<dir>) to linker flags. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: ImLib2Yegor Yefremov2011-12-103-0/+95
| | | | | | | | | [Peter: Config.in tweaks, fix build without X] Signed-off-by: Frederic Bassaler <frederic.bassaler@gmail.com> Signed-off-by: Matias Garcia <mgarcia@rossvideo.com> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Tested-By: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* proftpd: security bump to version 1.3.3gGustavo Zacarias2011-12-102-1/+2
| | | | | | | Security bump version to 1.3.3g, fix for CVE-2011-4130 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>