summaryrefslogtreecommitdiffstats
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* CHANGES: update with recent changesPeter Korsgaard2011-10-251-15/+20
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neon: bump versionPeter Korsgaard2011-10-111-1/+2
| | | | | | | | | Closes #4321 Old neon version wasn't compatible with our openssl version, so bump the version. This also fixes some security related bugs. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lrzsz: fix repeated target installPeter Korsgaard2011-10-101-0/+1
| | | | | | | | | | | Closes #4165 Use ln -sf in case destination already exists from an earlier install, and use install -D rather than cp while we're at it. Based on patch by Hector Oron <hector.oron@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* makedevs: remove compiler warning about used-but-setPeter Korsgaard2011-10-091-0/+1
| | | | | | | Closes #4171 Based on patch by Hector Oron <hector.oron@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-10-091-14/+32
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-09-261-13/+13
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-09-181-10/+34
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-09-131-0/+20
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kickoff 2011.11 development cyclePeter Korsgaard2011-09-051-0/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2011.082011.08Peter Korsgaard2011-08-311-0/+9
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2011.08-rc22011.08_rc2Peter Korsgaard2011-08-291-2/+8
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ncurses: fix hanging installation due to old version of ticThomas De Schampheleire2011-08-261-2/+3
| | | | | | | | | | | | | | | | | | | | Closes #3685 During installation of ncurses, the 'tic' program from the host is used. In some cases, this version of tic is too old for the data to be processed, and the installation hangs indefinitely (already reported in July 2010, see [1]) With this patch, a static version of tic is built and used during the installation step of target ncurses. This method is based on a similar fix in Gentoo Linux (see [2] for the report and [3] for the solution). [1] http://lists.busybox.net/pipermail/buildroot/2010-July/036100.html [2] http://bugs.gentoo.org/show_bug.cgi?id=249363#c25 [3] http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ncurses-5.7-r2.ebuild [Peter: Install into host, don't tweak path] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* grub: fix patch handling after AUTOTARGETS conversionPeter Korsgaard2011-08-261-0/+4
| | | | | | | | | | | | Closes #4093 AUTOTARGETS doesn't handle compressed patches, so the '400' patch did not get applied. Fix it by extracting the patch. With this, the '500' patch is no longer needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-08-241-0/+12
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2011.08-rc12011.08_rc1Peter Korsgaard2011-08-041-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pkg-config: Add "mapdir" to sysroot handled variablesMichael J. Hammel2011-08-041-4/+6
| | | | | | | | | Closes #3583, #3649 Fixes xfonts_font-adobe build failure. Signed-off-by: Michael J. Hammel <mjhammel@graphics-muse.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-08-041-8/+9
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: mark liboil + swfdec as deprecatedPeter Korsgaard2011-08-041-0/+2
| | | | | | | They are dead upstream, and will be removed during 2011.11 cycle unless someone speaks up. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libroxml: bump versionTristan Lelong2011-07-291-0/+1
| | | | | | | Closes #3997 Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-07-281-11/+16
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nfs-utils: replace legacy index() function by strchr()Frederik Pasch2011-07-241-0/+1
| | | | | | | Closes #3961 Signed-off-by: Frederik Pasch <fpasch@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-07-181-6/+8
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* make help: sort defconfigs for make 3.82Danomi Mocelopolis2011-07-171-0/+1
| | | | | | | | | Closes #3985 The wildcard function in make 3.82 no longer sorts the output, so add an explicit sort so the defconfigs are listed in a sensible order. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-07-131-7/+17
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add libroxmlPeter Korsgaard2011-07-131-0/+1
| | | | | | | | Closes #3595 Based on patch by Tristan Lelong <tristan.lelong@blunderer.org>. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-07-111-5/+11
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-06-261-0/+15
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kickoff 2011.08 development cyclePeter Korsgaard2011-06-061-0/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2011.052011.05Peter Korsgaard2011-05-271-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2011.05-rc22011.05_rc2Peter Korsgaard2011-05-241-0/+11
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2011.05-rc12011.05_rc1Peter Korsgaard2011-05-181-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mplayer: fix libmad checkPeter Korsgaard2011-05-181-4/+5
| | | | | | Closes #3757 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-05-181-9/+44
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dropbear: disable zlib support when built with small optionAlexander Clouter2011-05-161-0/+1
| | | | | | | Closes #3733 Signed-off-by: Alexander Clouter <alex@digriz.org.uk> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: #2131 is resolvedPeter Korsgaard2011-05-061-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add bonnie++Martin Hicks2011-04-261-1/+2
| | | | | | | | | Closes #3379 A good filesystem performance benchmark program Signed-off-by: Martin Hicks <mort@bork.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* u-boot: fix target build of fw_printenvPeter Korsgaard2011-04-241-0/+1
| | | | | | | | | | | | Closes #3571 The current approach for building fw_printenv for the target fails on some configurations, so use the upstream make target (which works) instead. At the same time get rid of the unneeded stripping. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* popt: bump version, use alternative upstream locationPeter Korsgaard2011-04-241-3/+4
| | | | | | | | Closes #3643 rpm5.org seems to be gone/down, so use linuxfromscratch mirror instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-04-211-5/+7
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: remove extra quotes around host linker flags for cygwinPeter Korsgaard2011-04-041-0/+1
| | | | | | Closes #3541 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-04-031-6/+7
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: fix compilation for i386Gustavo Zacarias2011-04-011-3/+4
| | | | | | | | | | | | Closes #3445. OpenSSL emits bswap instructions when building for i386 targets which unfortunately is only available on 486+ class processors. Since the normal workaround is detected at build time and we are cross compiling we need to specify this. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: ensure source gets downloaded/extracted/patched before -menuconfigPeter Korsgaard2011-03-281-0/+1
| | | | | | Closes #3511 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-03-281-4/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsamixergui: fix download URLHector Oron2011-03-131-4/+6
| | | | | | | | | | | Closes #3457 The Debian package snapshot service moved to an official debian.org address last year (http://www.debian.org/News/2010/20100412) with a slightly different URL structure, so adjust the download URL to match. Signed-off-by: Hector Oron <hector.oron@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fakeroot: fix download URLHector Oron2011-03-131-4/+5
| | | | | | | | | | | Closes #3451 The Debian package snapshot service moved to an official debian.org address last year (http://www.debian.org/News/2010/20100412) with a slightly different URL structure, so adjust the download URL to match. Signed-off-by: Hector Oron <hector.oron@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* makedevs: don't call /bin/sync after creating nodesPeter Korsgaard2011-03-121-2/+6
| | | | | | | | | | Closes #3475 There's no real reason to sync after creating the device nodes, and it slows down the file system image creating quite a lot on busy systems, so get rid of it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-03-121-0/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kickoff 2011.05 development cyclePeter Korsgaard2011-03-011-0/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2011.022011.02Peter Korsgaard2011-02-281-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>