Peter Korsgaard
24c80c9bfd
git.html: fix cgit link
...
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-26 08:19:13 +01:00
Peter Korsgaard
39ae9160d4
xapp_xman: drop optional xprint option
...
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-26 08:19:13 +01:00
Peter Korsgaard
3f83273eef
xapp_xman: fix dependencies
...
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-23 12:15:04 +01:00
Peter Korsgaard
808bfd0731
kernel-headers: bump 3.0.x / 3.1.x stable versions
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-21 23:57:41 +01:00
Gustavo Zacarias
ef3fe1bef6
cdrkit: bump to version 1.1.11 and adjust style
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-21 23:02:31 +01:00
Gustavo Zacarias
b2b55b459c
libcap: security bump to version 2.22
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-21 23:01:02 +01:00
Gustavo Zacarias
d134ce8b56
ethtool: bump to version 3.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-21 22:59:24 +01:00
Sagaert Johan
a9326c9aab
package: add libesmtp
...
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-21 22:11:08 +01:00
Peter Korsgaard
7f4a2bbcf3
lighttpd: bump version, security fix
...
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-21 10:12:17 +01:00
Peter Korsgaard
47f20335f5
jsmin: fix typo in uninstall target
...
Thanks to Thomas for noticing.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-20 13:10:17 +01:00
Peter Korsgaard
601bf47ef8
package: don't install javascript files as executable
...
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-20 11:24:29 +01:00
Peter Korsgaard
4565a1d75f
package: add jsmin (javascript minimizer)
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-20 11:23:53 +01:00
Peter Korsgaard
1886506b6b
package: add explorercanvas
...
Explorercanvas is a HTML5 canvas tag emulation library for IE<9.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-19 00:07:46 +01:00
Peter Korsgaard
a8342a525b
package: add flot jQuery plugin
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-19 00:01:43 +01:00
Peter Korsgaard
645ff758fe
package: add jQuery sparkline plugin
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-18 23:40:11 +01:00
Peter Korsgaard
50e00c3b6d
package: add jQuery Validation plugin
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-18 23:28:44 +01:00
Peter Korsgaard
4e20e8fe00
package: add Javascript menu and jQuery package
...
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-18 23:28:37 +01:00
Peter Korsgaard
2d7d697fbf
busybox: add 1.19.3 for wget redirect handling
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-18 22:00:33 +01:00
Henri Bragge
54b2f13106
uboot-tools: fix install commands
...
Signed-off-by: Henri Bragge <henri.bragge@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-17 22:31:51 +01:00
Peter Korsgaard
c8041ee7d8
Merge branch 'master' of ssh://buildroot.net/var/lib/git/buildroot
2011-12-17 17:38:21 +01:00
Peter Korsgaard
b008550f7f
mtd-utils: bump version
...
Fixes an issue with erases on NOR flash with linux 3.2+.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-17 16:04:09 +01:00
Bernhard Reutner-Fischer
0bf480856e
repair ML search knob
...
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com >
2011-12-16 17:22:59 +01:00
Peter Korsgaard
8145105ee3
beecrypt: bump version, build with C++ support if available
...
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-14 22:54:04 +01:00
Peter Korsgaard
02ad75e9ee
libeXosip: bump version, use upstream directly
...
Instead of Debian.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-12 21:22:40 +01:00
Peter Korsgaard
d8ce8742e2
libeXosip2: fix openssl handling
...
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-12 21:13:58 +01:00
Peter Korsgaard
62c10600ab
libosip: bump version, use upstream directly
...
Instead of Debian.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-12 21:13:58 +01:00
Peter Korsgaard
12c9f7dd6d
Makefile: ensure CONFIG_SITE isn't set
...
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-12 10:25:50 +01:00
Peter Korsgaard
40955025d8
xinput-calibrator: needs C++ support
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-12 08:58:40 +01:00
Peter Korsgaard
1bde07d6ed
CHANGES: update with recent changes
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-11 23:54:12 +01:00
Daniel Mack
d9c35d5cea
libffi: enable host target
...
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-11 23:35:07 +01:00
Daniel Mack
22acade2ec
libffi: remove invalid variable 'includedir' in .pc file
...
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-11 23:34:48 +01:00
Peter Korsgaard
a877a07ee8
i2c-tools: fix Config.in whitespace
...
Purely cosmetical.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-11 23:33:27 +01:00
Yegor Yefremov
b6ec7ae656
New package: xinput-calibrator
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-11 23:23:57 +01:00
Sagaert Johan
792b018b37
libeXosip2: bump version
...
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-11 23:20:35 +01:00
Sagaert Johan
e1d1c379e9
libcgi: build for target, not host
...
[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-11 23:15:49 +01:00
Gustavo Zacarias
190ec1134b
xf86-video-sis: bump to version 0.10.3
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-11 22:55:30 +01:00
Gustavo Zacarias
5806dd23ed
vsftpd: bump to version 2.3.4
...
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-11 22:54:25 +01:00
Gustavo Zacarias
b224dc9e01
squid: bump to version 3.1.18
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-11 22:53:42 +01:00
Peter Korsgaard
1010c311c4
barebox: add 2011.12 release, remove 2011.09
...
And mark 2011.10 as deprecated.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-11 22:36:01 +01:00
Sven Neumann
d170a72498
linux: update stable kernel to 3.1.5
...
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-11 22:23:46 +01:00
Sven Neumann
267e167216
kernel-headers: bump 3.0.x / 3.1.x stable versions
...
[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-11 22:22:29 +01:00
Sven Neumann
9bb9a6db18
sqlite: add option to enable additional query optimizations (stat3)
...
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-11 22:17:58 +01:00
Sven Neumann
d2e7ec721f
sqlite: refactor how CFLAGS are passed to the configure script
...
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-11 22:16:16 +01:00
Sven Neumann
c0e8772a7f
sqlite: remove obsolete configure options
...
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-11 22:13:46 +01:00
Sven Neumann
64be796285
sqlite: bump to version 3.7.9
...
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-11 22:13:16 +01:00
Peter Korsgaard
848fa1d243
opencv: bump version to fix ffmpeg support build
...
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 >
2011-12-11 21:56:52 +01:00
Gustavo Zacarias
265356b6b9
mpd: bump to version 0.16.6
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-10 23:20:07 +01:00
Gustavo Zacarias
4a9d409aba
gst-ffmpeg: bump to version 0.10.13
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-10 23:19:43 +01:00
Gustavo Zacarias
f113cc3340
ffmpeg: bump to version 0.8.7
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-10 22:20:56 +01:00
Luca Ceresoli
1d0aabccd4
pcre: bump to 8.20
...
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-10 22:16:42 +01:00