summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2012-04-15linux-firmware: add new wl12xx firmwareYegor Yefremov
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-15ushare: new packageGustavo Zacarias
UPnP media streamer. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-15screen: fix build when libelf is enabledPeter Korsgaard
screen's configure script thinks it is running on a SVR4 system when it detects libelf, breaking the build. At the same time cleanup the package somewhat, and ensure the correct CFLAGS are used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-15hiawatha: new packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-15polarssl: new packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-15mpd: bump to version 0.16.8Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-14dosfstools: bump to version 3.0.12Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-14samba: security bump to version 3.5.14Gustavo Zacarias
Bump samba to version 3.5.14 to fix CVE-2012-1182 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-14libupnp: bump to version 1.6.17Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-14Bump sam-ba version to 2.11Maxime Ripard
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-14boost: bump to 1.49.0Yegor Yefremov
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-14qt: tweak help textPeter Korsgaard
Upstream URL of Qt is qt-project.org nowadays, and there's a single Qt release for everyone. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-14qt: fix build on uClibc without lfs supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-08gdk-pixbuf: cleanupPeter Korsgaard
No need for empty line before help text, and AUTOTARGETS handle --disable-largefile. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-08Fix makedevs to allow longer path namesJulian Lunz
Makedevs path name is currently limited to 40, changed it to PATH_MAX 4096 from linux/include/linux/limits.h Signed-off-by: Julian Lunz <git@jlunz.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-08package: add fmtoolsMarek Belisko
[Peter: fix install, help text] Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-08gdk-pixbuf: bump versionPeter Korsgaard
The 2.26 series needs glib >= 2.31. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-08libgtk2: bump versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-07gnutls: fix build on uClibc with C++ support enabledPeter Korsgaard
Patch from openembedded: http://git.openembedded.org/openembedded-core/plain/meta/recipes-support/gnutls/gnutls-2.12.17/correct_rpl_gettimeofday_signature.patch Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-05libcap-ng: explicit disable python bindingsPeter Korsgaard
The python bindings use swig, which we don't have in buildroot (but might be installed on the host), so disable it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-05haserl: fix lua support build on hosts without lua development packagePeter Korsgaard
Abuse lua2c_LDFLAGS to pass the correct host cflags/ldflags when lua2c is built for the host. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-05fakeroot: bump version, cleanup packagePeter Korsgaard
LFS patch is now upstream, and we don't support building fakeroot for the target anyway. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-05package: Add protobuf packageSimon Dawson
Closes: #4886 [Peter: fix whitespace, C++ dep, optional zlib dep] Signed-off-by: Simon Dawson <spdawson at gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-05xfsprogs: bump versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-05xfsprogs: Bump to 3.1.7 and convert to AUTOTARGETMarkos Chandras
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-05valgrind: allow selecting which tools to installThomas De Schampheleire
The full valgrind installation takes more than 20 MB, while one typically does not use all of its tools. This patch adds extra config options to select which tools to install. [Peter: Don't default experimental tools to 'y' as suggested by Arnout] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-05linux-fusion: bump versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-05sawman: bump versionPeter Korsgaard
Old version was not compatible with dfb 1.4.16. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-05bind: security bump to 9.6-ESV-R6Gustavo Zacarias
Correct fix for CVE-2011-4313 9.6-ESV-R5-P1 used a restart workaround. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-05bind: needs MMUGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-05Bump systemd to version 44Maxime Ripard
[Peter: handle missing posix_fallocate in uClibc patch] Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-04directfb: bump to 1.4.16Yegor Yefremov
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-04feh: bump to 2.5Yegor Yefremov
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-04lttng-libust: rename cxx-tests patch so the other patches gets used as wellPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-04Add libcap-ng package.Marek Belisko
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-04neon: use select rather than 'depends on' for xml dependenciesPeter Korsgaard
Similar to how we recently changed dbus. At the same time also reorder options to put 'none' option in front (default). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-04rpm: Fix automagic dependency on opensslMarkos Chandras
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-04qt: bump versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-03e2fsprogs: bump to version 1.42.2Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-03mysql_client : bump to 5.1.61 (fixes some security holes.)Sagaert Johan
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-03Bump version of ltraceMaxime Ripard
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-03socketcand: fix installation on old systemsMaxime Ripard
[Peter: adjust patch to do install -m 0644 and not -D] Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-03tinyhttpd: fix initscript, install as /usr/sbin/tinyhttpdPeter Korsgaard
The init script was expecting the binary to be called tinyhttpd, but httpd was used. Fix it to install as tinyhttpd as httpd will conflict with other web servers (E.G. the busybox one). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-03tinyhttpd: fix white space issue in Config.inPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-03tinyhttpd: convert to gentargetsMaxime Ripard
[Peter: misc fixes, make invocation, use install -D] Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-03libpng: security bump to version 1.4.11Gustavo Zacarias
Fixes CVE-2011-3048 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-02gnutls: security bump to version 2.12.18Gustavo Zacarias
Fixes CVE-2012-1573 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-02iptables: bump to version 1.4.13Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-02expat: security bump to version 2.1.0Gustavo Zacarias
Fixes for CVE-2012-1147, CVE-2009-3720, CVE-2009-3560, CVE-2012-1148 and CVE-2012-0876. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-02package/giblib: fix breakageYann E. MORIN
Fix two things in the giblib package: 1- fix prefix breakage - s/STAGING/STAGING_DIR/ (Thomas) - prefix is .../usr, not .../usr/lib or .../usr/bin 2- fix the configure.ac/Makefile.am breakage - imlib2 sets IMLIB2_(LIBS|CFLAGS), not IMLIB_(LIBS|CFLAGS) - autoreconf the package, install missing files Note that both configure.ac and configure.in are present in the package, so both are fixed, although only configure.ac is used (configure.in is the legacy name). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> CC: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>