summaryrefslogtreecommitdiffstats
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
...
* wget: bump to 1.12 and migrate to Makefile.autotools.inGustavo Zacarias2010-03-221-1/+2
| | | | | | | Closes #1111. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pppd: only install manpages if BR2_HAVE_MANPAGES is enabledPeter Korsgaard2010-03-221-1/+1
| | | | | | | They do get removed in target-finalize, but we might as well not install them in the first place. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add #1345Peter Korsgaard2010-03-181-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libpng: bump versionPeter Korsgaard2010-03-181-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libglib2: bump versionPeter Korsgaard2010-03-161-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* setserial: fix build with 2.6.33+ kernel headers on x86Peter Korsgaard2010-03-151-1/+1
| | | | | | | | | | linux/hayesesp.h got removed in 2.6.33, but some archs (like x86) still define the TIOCGHAYESESP ioctl, breaking the build. It's very unlikely to be of interest anymore, so just undef it. Reported-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pppd: enable ipv6 support if toolchain supports itAlexander Clouter2010-03-131-0/+4
| | | | | | | Closes #1273 Signed-off-by: Alexander Clouter <alex@digriz.org.uk> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: add 2.6.33 kernel headersPeter Korsgaard2010-03-121-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: Add uClibc 0.9.30.3, remove older 0.9.30.xPeter Korsgaard2010-03-121-3/+5
| | | | | | | | As the 0.9.30.x stable releases only contain bugfixes, there isn't much sense in using the older 0.9.30.x releases instead of .3, so use a single 0.9.30.x config similar to how we do it for the kernel headers. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: additional 1.16.0 fixesPeter Korsgaard2010-03-081-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd-utils: fix build with external toolchainPeter Korsgaard2010-03-081-1/+1
| | | | | | | | | Reported by H Hartley Sweeten. Make sure we pass proper CFLAGS to mtd-utils, so builds needing --sysroot works (E.G. external toolchains). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add X.org 7.5Peter Korsgaard2010-03-081-0/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: fix build when no binaries/libs are selectedPeter Korsgaard2010-03-071-1/+1
| | | | | | | | | | Reported by "Thomas". Strip fails as it gets called without any arguments. Instead of working around this, simply remove the package-specific stripping as it is done later (in target-finalize) anyway. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dosfstools: unbreak buildPeter Korsgaard2010-03-071-1/+1
| | | | | | | Unbreak build after e8352988 (make sure install targets aren't run everytime) Reported-by: Darcy Watkins <DWatkins@tranzeo.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs: fix 3.4 build after be8a104c3cd (pass CFLAGS/LDFLAGS and add ↵Peter Korsgaard2010-03-021-0/+4
| | | | | | | | | | host-zlib dependency) Commit be8a104c3cd (pass CFLAGS/LDFLAGS and add host-zlib dependency) changed the way make was invocated for squashfs and added a patch for 4.0, but forgot to add an equivalent patch for 3.4. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2010.022010.02Peter Korsgaard2010-02-261-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add avahi/cramfs/libcgicc/libraw1394/squashfsPeter Korsgaard2010-02-261-2/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove obsolete hostap packageGustavo Zacarias2010-02-251-1/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gmp/mpfr: make sure host builds add source targets to HOST_SOURCEPeter Korsgaard2010-02-251-0/+1
| | | | | | | | | | | | | | Closes #1183. When gmp/mpfr is needed for the host (E.G. when using an internal toolchain), the host-lib{gmp,mpfr}-source targets weren't added to HOST_SOURCE, so make source / external-deps didn't handle them. Notice that we have the same issue with the new host package support, there we should probably use HOST_<package>_DEPENDENCIES for -source dependencies. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xfont_font-util: install in staging as it used to beThomas Petazzoni2010-02-251-1/+1
| | | | | | | | | | | | | | | | | | Before the autotools conversion, xfont_font-util was installed in staging, so keep this. However, the current way of handling xfont_font-util is ugly. The post-install.sh script removes the binaries compiled for the target from the staging directory and replaces them by symbolic links to utils installed on the host (making the incorrect assumption that they are available). It looks like xfont_font-util needs to be built for the host (using the new infrastructure for host autotools package). This is certainly post-2010.02 though. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add ipsec-tools/libgtk2/madplay/netsnmp/pango/sylpheed/openmotif/xpdfPeter Korsgaard2010-02-241-1/+8
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.16.0 fixesPeter Korsgaard2010-02-241-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: fix the patch name for qt-4.5.3 versionFrancisco Gonzalez Morell2010-02-241-0/+6
| | | | | Signed-off-by: Francisco Gonzalez Morell <gzmorell@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2010.02-rc22010.02_rc2Peter Korsgaard2010-02-231-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add changes from misc-fixes5 branchPeter Korsgaard2010-02-231-2/+8
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: fix lsattr chattr and e2label e2undo mixupRichard van Paasen2010-02-231-1/+2
| | | | | | In Config.in lsattr/chattr and e2label/e2undo are mixed up. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add recently resolved issues (335,355,453,457,459,469,671,711,821,1039)Peter Korsgaard2010-02-231-0/+10
| | | | | | Thanks to Thomas for doing this work. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add ace_of_penguins, rubix and xboardPeter Korsgaard2010-02-191-2/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-utils: alsamixer need libform, libmenu & libpanel (from ncurses)Julien Boibessot2010-02-181-2/+2
| | | | | | | | | | | | | | Without this patch alsamixer complains about missing libs and ldd says: libform.so.5 => not found libmenu.so.5 => not found libpanel.so.5 => not found libncurses.so.5 => /usr/lib/libncurses.so.5 (0x4000e000) libasound.so.2 => /usr/lib/libasound.so.2 (0x40056000) ... <cut> Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* at91boostrap makefile, correct typo in line continuation character.Rob Alley2010-02-171-0/+4
| | | | | | | | | The rule to copy the resulting binary file into the binary directory had a typo in the line continuation character that results in a spurious error message being produced. Signed-off-by: Rob Alley <Rob.Alley@navmanwireless.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gstreamer-good: add speex dependancyJulien Boibessot2010-02-171-2/+2
| | | | | | | | Otherwise, even if speex is selected, as gstreamer is compiled first, speex plugin is not activated/built. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add alsa-lib, rsync, tcl and xproto_trapprotoPeter Korsgaard2010-02-171-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add argus/at/libpcapPeter Korsgaard2010-02-171-0/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* update for 2010.02-rc12010.02_rc1Peter Korsgaard2010-02-091-1/+13
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump lighttpd to 1.4.26Gustavo Zacarias2010-02-091-0/+1
| | | | | | | | | | | | | | Closes #1063. lighttpd 1.4.26 fixes: * Request parser handling for splitted header data * FD leak in mod_cgi * Segfault with broken configs in mod_rewrite/mod_redirect * An OOM/DoS vulnerability (CVE-2010-0295) Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove broken asterisk packagePeter Korsgaard2010-02-091-1/+1
| | | | | | Has been marked as broken for more than one year. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* liboil: fix build on arm with softfloatJulien Boibessot2010-02-091-6/+6
| | | | | | | This patch, gotten from liboil git (recent commit), fixes the problem. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rdesktop: convert to Makefile.autotools.in formatPeter Korsgaard2010-02-091-2/+2
| | | | | | | | And also adapt X depency. Rdesktop only needs libX11/Xt, and long term we should be able to use the X stuff without having a X server on the target. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove openswanPeter Korsgaard2010-02-081-0/+2
| | | | | | As noticed back when it was marked as broken 1 year ago. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* newt: needs slangPeter Korsgaard2010-02-081-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fbdump: don't add target program prefixPeter Korsgaard2010-02-041-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: ser2net is a new packagePeter Korsgaard2010-02-031-3/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nbd: add server patches missing from 6aac003Peter Korsgaard2010-02-031-1/+1
| | | | | | Somehow these patches never got added. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: #1027 is closedPeter Korsgaard2010-02-031-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump bind to 9.5.1-P2Gustavo Zacarias2010-02-031-0/+1
| | | | | | | Closes #1015. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.16.x specific defconfigPeter Korsgaard2010-01-311-0/+1
| | | | | | | | | Closes #1003. Several config options have gotten renamed in 1.16, making the 1.13.x defconfig not enable the stuff we want. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add #1009Peter Korsgaard2010-01-291-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump php to 5.2.12Gustavo Zacarias2010-01-291-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* PATCH: Add more config options to alsa, bump versionWilliam Wagner2010-01-281-7/+8
| | | | | Signed-off-by: William Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: fix target installation with BR2_HAVE_DEVFILESLionel Landwerlin2010-01-281-1/+1
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>