summaryrefslogtreecommitdiffstats
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: update for 2009.08-rc32009.08_rc3Peter Korsgaard2009-08-261-8/+17
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'alsa-utils-fix' into for-2009.08Thomas Petazzoni2009-08-201-0/+1
|\ | | | | | | | | Conflicts: CHANGES
| * alsa-utils: fix build for x86 on x86-64Thomas Petazzoni2009-08-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alsa-utils included two ugly patches for ARM and AVR32 to fix build issues encountered with ncurses. In fact these build issues were caused by the fact that alsa-utils was using ncurses5-config of the host instead of the one installed in $(STAGING_DIR). Therefore, these two patches are removed, and we instead pass ac_cv_prog_ncurses5_config to the ./configure script. This commit solves bug #569, reported by Simon Pasch, who also contributed this fix. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | Update CHANGES after recent fixesThomas Petazzoni2009-08-081-2/+7
|/ | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* CHANGES: update for 2009.08-rc22009.08_rc2Peter Korsgaard2009-08-061-1/+10
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: gzip fix is post-rc1Peter Korsgaard2009-08-051-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'gzip-fix' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-08-051-0/+1
|\
| * gzip: add patch to fix glibc buildThomas Petazzoni2009-08-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Recent glibc versions introduced a futimens() function, that gzip already implemented. So waiting for a proper usage of this function in gzip, we rename the gzip internal function to gz_futimens(). Patch inspired by http://lists.pld-linux.org/mailman/pipermail/pld-cvs-commit/Week-of-Mon-20070514/155476.html Fixes bug #537 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | CHANGES: add post-rc1 issues resolvedPeter Korsgaard2009-08-041-1/+6
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | sed: fix compilation with external toolchainsThomas Petazzoni2009-08-041-0/+1
|/ | | | | | | | | | | | Since CC is already passed in TARGET_CONFIGURE_OPTS at ./configure time, there's no point in overriding it with a wrong value at compilation time. This breaks external toolchain builds since CC=$(TARGET_CC) is wrong because it excludes the mandatory --sysroot option. Fixes bug #525 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* CHANGES: update for 2009.08-rc12009.08_rc1Peter Korsgaard2009-08-021-1/+23
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update gamin to 0.1.10 to fix compilationDaniele Salvatore Albano2009-08-021-0/+1
| | | | | | | Closes #533 Signed-off-by: Daniele Salvatore Albano <d.albano@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: new package iwGustavo Zacarias2009-08-021-0/+1
| | | | | | | | | | | Closes #289 This package is a wireless configuration utility for the linux mac80211 kernel stack. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-By: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ltp-testsuite: Bump version to 20090630.Will Newton2009-08-021-0/+1
| | | | | | | | | | | Closes #437 - Remove a few obsolete patches. - Add a patch to disable syscall tests unsupported by uClibc. - Add a patch to fix sched_getaffinity build. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* webkit: Update to WebKit svn r44552.Will Newton2009-08-021-0/+1
| | | | | | | | | | | Closes #427 - Fix generation of configure script and Makefiles. - Add dependencies on libsoup and enchant. - Allow configuration of rendering target (currently X11 or DirectFB). Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: pciutils issue is #523, not #527Peter Korsgaard2009-08-021-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'pciutils-fix' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-08-021-0/+1
|\
| * pciutils: fix build with external toolchainsThomas Petazzoni2009-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | Buildroot Makefile to compile pciutils wasn't passing TARGET_LDFLAGS to pciutils build system. Therefore, at link time, the pciutils build system was not taking into account the important --sysroot option, which was breaking the link with external toolchains. Fixes bug #523. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | ntfsprogs: new packageOlaf Rempel2009-08-011-0/+1
|/ | | | | | | | | | | | Closes #247 wide collection of NTFS utilities from http://www.linux-ntfs.org/ [Peter: misc Config.in cleanups/fixes] Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de> Tested-By: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump sqlite package to 3.6.16Gustavo Zacarias2009-07-301-0/+1
| | | | | | | Closes #509 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libxml2: Bump version to 2.7.3.Will Newton2009-07-301-0/+1
| | | | | | | | | | Closes #491 - Deletion of reject files no longer required as they have gone from the upstream release. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump to bind-9.5.1-P3 security fix for CVE-2009-0696Gustavo Zacarias2009-07-301-0/+1
| | | | | | | Closes #495. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: fix arch handlingPeter Korsgaard2009-07-291-0/+1
| | | | | | | | | Closes #497 Use ARCH instead of BR2_ARCH as BR2_ARCH won't match because of the surrounding quotes. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xorg: update CHANGES after bug fixThomas Petazzoni2009-07-281-0/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Merge branch 'xconfig-documentation' of ↵Peter Korsgaard2009-07-271-0/+2
|\ | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * documentation: mention the new xconfig interfaceThomas Petazzoni2009-07-271-0/+2
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | ctorrent: new packageOlaf Rempel2009-07-271-0/+1
|/ | | | | | | | | | | | | | | Closes #243. CTorrent is a BitTorrent client implemented in C++ to be lightweight and quick. This is the enhanced version from http://www.rahul.net/dholmes/ctorrent/ [Peter: minor kconfig tweaks] Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de> Tested-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: replace mkdosfs with dosfstoolsMike Crowe2009-07-271-0/+1
| | | | | | | | | | | | | Closes #451 Move from old unmaintained dosfstools-2.11 (packaged as mkdosfs) to now maintained dosfstools-3.0.3. Allow each binary to be installed independently. Signed-off-by: Mike Crowe <mac@mcrowe.com> Tested-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mplayer: Update mplayer to version 1.0rc2.Will Newton2009-07-271-0/+1
| | | | | | | | | | | Closes #331. - Remove patches applied upstream - Add updated avr32 patch from Hans-Christian Egtvedt. Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update CHANGES with recent improvementsThomas Petazzoni2009-07-271-0/+10
| | | | | | Mention X.org and external toolchain improvements in the CHANGES file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain: Clean up locale support menuWill Newton2009-07-271-0/+1
| | | | | | | | | | | | | | | | | Closes #421. This patch cleans up and fixes some minor issues with the locale support section of the toolchain menu. 1. uClibc requires wchar support if locales are enabled, make locale support select wchar support. 2. Allow purging of locale information even if there is no locale support in the C library. This cleans up after packages that install things into /usr/share/locale on the target. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/iso9660: needs a linux kernelPeter Korsgaard2009-07-271-0/+1
| | | | | | Closes #403. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bmon: new packageGustavo Zacarias2009-07-261-0/+1
| | | | | | | Closes #389. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* netstat-nat: new packageGustavo Zacarias2009-07-261-0/+1
| | | | | | | Closes #3597. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libnl: new packageGustavo Zacarias2009-07-261-0/+1
| | | | | | | | Closes #287. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add #163 + #473Peter Korsgaard2009-07-241-0/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl_gfx: new packageEvan Zelkowitz2009-07-181-0/+1
| | | | | | | | | Closes #369. [Peter: Minor tweaks] Signed-off-by: Evan Zelkowitz <evan.zelkowitz@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add #271Peter Korsgaard2009-07-181-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add #467Peter Korsgaard2009-07-171-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libvorbis: fix tremor install into staging_dirPeter Korsgaard2009-07-161-0/+1
| | | | | | | | | Closes #387. When tremor is selected, the normal libvorbis shouldn't get built and tremer should get installed into staging_dir as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* liblockfile: bump versionPeter Korsgaard2009-07-071-0/+1
| | | | | | | | Closes #83. Fixes build with newer glibc versions. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openvpn: convert to Makefile.autotools.in formatGustavo Zacarias2009-07-021-0/+1
| | | | | | | Closes #359, #413. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add spawn-fcgi packageGustavo Zacarias2009-07-011-0/+1
| | | | | | | | | | | Closes #417, New package spawn-fcgi, basically a FastCGI process spawner. This was previously included in lighttpd up to version 1.4.22 and is now a separate project. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lighttpd: bump versionGustavo Zacarias2009-07-011-0/+1
| | | | | | | | | | | | | | | | | | Closes #419. lighttpd 1.4.23 is out, there are many bugfixes from 1.4.20 currently in buildroot: * Fix workaround for incorrect path info/scriptname if fastcgi prefix is ”/” (fixes #729) * Finally removed spawn-fcgi * Fix bug with FastCGI request id overflow under high load; just use always id 1 as we don’t use multiplexing. (thx jgray) * Workaround broken operating systems: check for trailing ’/’ in filenames (fixes #1989) Plus fixes from 1.4.22 and 1.4.21. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sqlite: bump versionGustavo Zacarias2009-06-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Closed #333. * Refactor the internal representation of SQL expressions so that they use less memory on embedded platforms. * Reduce the amount of stack space used * Fix an 64-bit alignment bug on HP/UX and Sparc * The sqlite3_create_function() family of interfaces now return SQLITE_MISUSE instead of SQLITE_ERROR when passed invalid parameter combinations. * When new tables are created using CREATE TABLE ... AS SELECT ... the datatype of the columns is the simplified SQLite datatype (TEXT, INT, REAL, NUMERIC, or BLOB) instead of a copy of the original datatype from the source table. * Resolve race conditions when checking for a hot rollback journal. * The sqlite3_shutdown() interface frees all mutexes under windows. * Enhanced robustness against corrupt database files * Continuing improvements to the test suite and fixes to obscure bugs and inconsistencies that the test suite improvements are uncovering. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add issue 349 + 379Peter Korsgaard2009-06-231-0/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add resolved issues post-2009.05Peter Korsgaard2009-06-231-0/+15
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2009.052009.05Peter Korsgaard2009-06-011-0/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2009.05-rc32009.05_rc3Peter Korsgaard2009-05-271-0/+9
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2009.05-rc22009.05_rc2Peter Korsgaard2009-05-191-1/+10
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>