1 2015.11, Released November 30th, 2015
5 Merged/seperate /usr handling is now also performed for
6 staging so cross-gdb / gdbserver can find the libraries.
8 Updated/fixed packages: autossh, conntrack-tools, dcron,
9 espeak, gcc, glmark2, gpsd, gstreamer1, libglib2, libsigsegv,
10 libsoc, libv4l, minidlna, mongrel2, opencv, polarssl,
11 rpi-userland, rubix, skeleton, tovid, uemacs, valgrind, yad,
14 Issues resolved (http://bugs.uclibc.org):
16 #8441: Invalid directory for X11 fonts in target (RPi2)
17 #8491: libglib2 2.46.1 not Building for armv5 on 2015.11-rc3
19 2015.11-rc3, Released November 26th, 2015
21 Fixes all over the tree.
23 We have a new modern website!
25 Updated/fixed packages: apitrace, audiofile, autossh, bullet,
26 c-ares, collectd, conntrack-tools, cryptodev-linux, dropbear,
27 fastd, gmp, gpsd, gst-plugins-bad, gst-plugins-base,
28 gst-plugins-good, gst-plugins-ugly, gstreamer, gstreamer1,
29 guile, iodine, iproute2, jimtcl, kompexsqlite, libethumb,
30 libfreeimage, libgsasl, libgtk3, libxml2, localedef,
31 lttng-tools, macchanger, mongrel2, mpd, openntpd, openssl,
32 oprofile, pcre, qt5base, quagga, rpi-userland, sconeserver,
33 sdl, spidev_test, sqlite, strongswan, ustr, xapp_sessreg,
36 Issues resolved (http://bugs.uclibc.org):
38 #6872: gpsd: disabled on microblaze
39 #8321: invalid opcode error with minidlna and ffmpeg
40 #8336: Default systemd configuration fails to boot correctly in 2015-08
41 #8446: rpi-userland failed to build with glibc 2.22
43 2015.11-rc2, Released November 19th, 2015
45 Fixes all over the tree.
47 LD_LIBRARY_PATH is no longer used to ensure host binaries find
48 their libraries, fixing issues on recent Fedora.
50 Toolchain fixes for powerpc e5500 / e6500. Fix for an issue
51 with ${TARGET}-cc after the move to use a toolchain wrapper
52 for the internal toolchain.
54 Appy-patches.sh now correctly applies all files listed in
57 Fixes for merged /usr handling when a custom skeleton is used.
59 Updated/fixed packages: axfsutils, boost, busybox, dhcp,
60 directfb, dropbear, ebtables, fastd, ffmpeg, gauche, gcc,
61 gettext, gst1-plugins-bad, hostapd, ibrdtnd, libcurl,
62 libecore, libgudev, libnss, libpng, libserial, libssh2,
63 libuecc, libxml2, linux-headers, liquid-dsp, ltris,
64 lua-periphery, minidlna, mongrel2, mpd, mpg123, mplayer,
65 mysql, opencv, opencv3, package, perl-file-util, php-ssh2,
66 polarssl, pulseaudio, python-protobuf, qemu, qt5base, ranger,
67 ruby, skeleton, slang, squeezelite, strongswan, tovid, uclibc,
68 ushare, wine, wpa_supplicant, x265,
69 xdriver_xf86-video-siliconmotion, zxing-cpp
71 Issues resolved (http://bugs.uclibc.org):
73 #4790: Running udhcpc on a system with NFS root kills NFS
74 #8456: Building host-pkgconf on Fedora 23 fails due to..
76 2015.11-rc1, Released November, 7th 2015
78 Fixes all over the tree and new features.
82 - Support for sparc64 added (internal toolchain with glibc
85 - Support for mips32r6 and mips64r6 added.
87 - Support for Intel Quark X1000 CPU.
89 - Switch to EABIhf by default on ARM when a VFP is available.
93 - glibc 2.22, gdb 7.10, use gdb 7.9 by default, musl 1.1.12,
94 uclibc-ng 1.0.8, host-gdb enabled on AArch64.
96 - The toolchain wrapper which was used only for external
97 toolchains is now also used for Buildroot internal
98 toolchains. This allowed to fix the ccache support, prepare
99 the way for top-level parallel build support and remove gcc
100 patches used to detect header/library path poisoning.
102 - Remove Analog Devices Blackfin toolchain 2012R2.
104 - Fix several Xtensa build failures by switching from
105 text-section-literals to auto-litpools.
107 - Enable MIPS64 support in uClibc-ng, use uClibc on ARC
108 rather than a specific fork.
110 - Linaro toolchains for ARM, ARMeb and AArch64 updated to
111 2015.08. 2014.09 version is kept since 2015.08 only runs on
116 - Fix ARM64 support in U-Boot.
120 - Added: ARC HS38 VDK virtual boards, Avnet Microzed, Boundary
121 Devices Nitrogen SoloX, Freescale i.MX6 SoloX Sabre SD,
122 OLinuxino A20 Lime2, Qemu Sparc64, Qemu SuperH 4 big endian,
123 Synopsys AArch64 VDK virtual platform.
125 - Updated: calao_qil_a9260, calao_usb_a9g20_lpw, ci20,
126 cubieboad, freescale_imx6_*, imx53loco, imx6_vab820,
127 mpc8315erdb, qmx6, p1010rdb, qemu, raspberrypi,
128 raspberrypi2, riotboard, snps_axs10*, wandboard.
130 - Removed: at91rm9200df, at91sam9260dfc, at91sam9263ek,
131 calao_snowball_defconfig, gnublin, integrator926_defconfig.
135 - Support for fetching from Mercurial tags fixed.
137 - Introduce LINUX_NEEDS_MODULES, which allows to enforce
138 module support to be enabled in the kernel when a package
139 builds out-of-tree kernel modules (through the
140 pkg-kernel-module infrastructure or on its own).
142 - Improve the perl package infrastructure to automatically add
143 the dependency to the perl interpreter to target perl module
146 - Remove trailing slashes in <pkg>_SITE and addition of a
147 check to ensure such trailing slashes are no longer added.
149 - Extend the legal infrastructure to allow packages to declare
150 their actual source code. This is useful for packages for
151 which <pkg>_SOURCE points to pre-built binaries (as is the
152 case for external toolchains). The new <pkg>_ACTUAL_SOURCE
153 variable allows to point to the source code in such cases.
155 - Improved ccache support, thanks to the usage of a toolchain
156 wrapper for internal toolchain. Now a single cache directory
157 can be shared between different Buildroot builds.
159 - Addition of a 'graph-size' make targets, which generates a
160 PDF graph of per-package size of the root filesystem.
162 - Addition of <pkg>_EXCLUDES so that packages can request
163 certain parts of the source code tarball to not be
164 extracted. This feature is currently used by gcc and
167 - Packages can now use the <pkg>_PKGDIR variable, provided by
168 the package infrastructure, to reference their package
169 directory, instead of explicitly using package/<pkg>/.
173 - Add high lz4 compression to squashfs.
175 - Simplification of shell profile files in the default
178 - Remove ftp user and /home/ftp from the skeleton, and let ftp
179 server packages create these when needed.
181 - Add support for /bin, /sbin and /lib to be symlinks to their
182 corresponding directories in /usr. This is enforced for
183 systemd configurations, and optional for other
186 - Support for AXFS filesystem image generation added.
188 - New options to add extra space/inodes to ext2/3/4 images.
190 Updated/fixed packages:
192 adwaita-icon-theme, apache, apitrace, atk, audit, avahi,
193 barebox, bash, batctl, bind, binutils, bluez_utils, boost,
194 bridge-utils, cairo, ccache, chrony, clapack, cloog, cmake,
195 collectd, connman, conntrack-tools, coreutils, cpio,
196 cryptsetup, dbus, dbus-cpp, devmem2, dhcp, dhcpcd, dhcpdump,
197 dhrystone, dillo, directfb, directfb-examples, dmraid,
198 dos2unix, dovecot, dovecot-pigeonhole, drbd-utils, dropbear,
199 dropwatch, dtc, e2fsprogs, ebtables, efl, eigen, ejabberd,
200 elf2flt, elfutils, erlang, ethtool, eudev, evemu, exfat,
201 exfat-utils, expat, faifa, fbterm, fdk-aac, feh, ffmpeg, file,
202 flashrom, fping, freerdp, freescale-imx, freetype, gdk-pixbuf,
203 genimage, gettext, git, glib-networking, glmark2, gnupg2,
204 gnuradio, gnutls, gpsd, grep, grub2, gst1-imx, gst1-libav,
205 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
206 gst1-plugins-ugly, gst1-validate, gst-fsl-plugins,
207 gst-plugins-bad, gstreamer1, guile, gvfs, harfbuzz, haveged,
208 hostapd, icu, imagemagick, impiutil, imx-gpu-viv, imx-vpu,
209 inadyn, intltool, iostat, iperf3, ipmiutil, iproute2,
210 iptables, iw, jpeg-turbo, jq, jsoncpp, kexec-lite, kmod, kodi,
211 kodi-audioencoder-flac, kodi-pvr-argustv, kodi-pvr-filmon,
212 kodi-pvr-hts, kodi-pvr-mythtv, kodi-pvr-pctv,
213 kodi-pvr-stalker, kodi-pvr-vbox,
214 kodi-visualisation-waveforhue, less, lftp, libbluray,
215 libcgroup, libconfuse, libcurl, libdcadec, libdrm, libevdev,
216 libffi, libfribidi, libfslcodec, libfslparser, libfslvpuwrap,
217 libgcrypt, libglew, libglib2, libgtk3, libidn, liblinear,
218 liblockfile, libmicrohttpd, libnetfilter_conntrack, libnfs,
219 libnftnl, libnl, libnspr, libnss, libpcap, libpfm4, libpng,
220 libselinux, libserial, libsoup, libsoxr, libstrophe, libtasn1,
221 libtirpc, libtorrent, libupnpp, liburcu, libusb-compat, libuv,
222 libv4l, libva, libva-intel-driver, libxcb, lighttpd, links,
223 linux, linux-firmware, linux-fusion, linux-headers,
224 lirc-tools, localedef, lpeg, lsof, ltp-testsuite,
225 lttng-libust, lttng-tools, lua-periphery, luaposix, lvm2, lxc,
226 lz4, mdadm, mesa3d, mesa3d-headers, minicom, minidlna, moarvm,
227 modem-manager, mosquitto, mpd, mpdecimal, mpg123, mplayer,
228 mrouted, msmtp, mtd, mutt, nettle, network-manager, nfs-utils,
229 nftables, nginx, nodejs, noip, ntp, ofono, opencv3, openpgm,
230 openssl, openswan, openvpn, pango, parted, perl, perl-cross,
231 perl-crypt-openssl-random, perl-http-message,
232 perl-io-socket-ssl, perl-module-build, perl-mojolicious,
233 perl-netaddr-ip, perl-net-dns, perl-net-http, perl-net-ssleay,
234 perl-uri, perl-xml-libxml, php, picocom, pixman, pkgconf,
235 poco, polarssl, portaudio, portmap, postgresql, proftpd,
236 protobuf, protobuf-c, pulseaudio, python-configshell-fb,
237 python-networkmanager, python-numpy, python-pyparsing,
238 python-pypcap, python-rtslib-fb, python-spidev, python-urwid,
239 python-web2py, qemu, qt5base, redis, rngtools, rng-tools,
240 rpi-firmware, rpi-userland, rtmpdump, rtorrent, ruby, samba,
241 samba4, sane-backends, sconeserver, sdl, sed, setools,
242 shairport-sync, shared-mime-info, sland, smartmontools,
243 softether, spice-protocol, sqlcipher, sqlite, squid,
244 strongswan, stunnel, subversion, sudo, sunxi-tools,
245 supervisor, systemd, tar, targetcli-fb, tcpdump, tiff, tor,
246 tvheadend, tzdata, uboot-tools, udisks, unionfs, upmpdcli,
247 util-linux, vala, valgrind, vim, vlc, vorbis-tools, vsftpd,
248 vtun, wavpack, webkitgtk24, weston, whois, wireless-regdb,
249 wireshark, wpa_supplicant, xdriver_xf86-input-vmmouse,
250 xdriver_xf86-video-imx-viv, xdriver_xf86-video-intel,
251 xdriver_xf86-video-sis, xlib_libXi, xorg-server,
252 xtables-addons, xterm, xz, zic, znc, zsh
256 axfsutils, bitstream, check, dvblast, eventlog, fastd, gauche,
257 gmock, graphite2, gssdp, gupnp, gupnp-av, ibrcommon, ibrdtn,
258 ibrdtnd, ibrdtn-tools, imx-kobs, iqvlinux, irssi,
259 kompexsqlite, libbroadvoice, libcddb, libcodec2, libcrossguid,
260 libg7221, libhttpparser, libilbc, libldns, libmng,
261 libopenh264, libpam-radius-auth, libpam-tacplus, libsilk,
262 libsoundtouch, libssh, libuecc, libyuv, liquid-dsp, luv,
263 micropython, micropython-libs, python-pyratemp,
264 python-pyroute2, python-ranger, rapidxml, scrypt, sdl2,
265 sp-oops-extract, squeezelite, stress-ng, swupdate, syslog-ng,
266 x265, xdriver_xf86-video-fbturbo, xxhash, yad, zxing-cpp
270 blackbox (was deprecated), divine (merged in directfb),
271 kobs-ng (replaced by imx-kobs), mediactl (merged in libv4l),
272 sawman (merged in directfb), schifra (marked broken since a
273 long time), texinfo (host variant only, no longer used), zxing
274 (replaced by zxing-cpp),
276 Issues resolved (http://bugs.uclibc.org):
278 #4099: cut utility from GNU coreutils works incorrect
279 #7772: libxml-parser-perl build failure: missing dependency
281 #7931: Default configuration for Cubieboard v1 is outdated
282 #8116: 2015.05-rc2 raspberrypi2_defconfig network interface
284 #8246: X.org DRI2 build issue
285 #8256: pointing to /usr/bin/objcopy old version (x86) instead
287 #8266: mplayer build issue
288 #8281: pyrexc fails to run when path is too long
289 #8316: lttng-tools and lttng-babeltrace executables contain
290 bad RPATH pointing to host machine
291 #8331: kexec wants shutdown in /sbin, but systemd installs it
293 #8361: Buildroot 2015.08.1 skeleton inittab overwritten by
295 #8366: libevent does not build
296 #8386: build failed with external toolchain
297 #8391: Node.js 0.12.7 fails to build on raspberry_pi defconfig
298 #8396: CCACHE initialization
299 #8401: gpsd 3.15 NMEA support
300 #8416: cups depends on BR2_DEPRECATED_SINCE_2015_05
301 #8421: util-linux installs systemd files in output/target/home/
303 2015.08, Released August 31st, 2015
307 OpenCV 3.x package renamed to opencv3. OpenCV 2.4.x
308 reintroduced as opencv.
310 Updated/fixed packages: bootutils, canfestival, cppcms,
311 curlftpfs, dhcpdump, dropbear, erlang-p1-tls, exfat, gnuradio,
312 ipkg, libgudev, libmbim, libwebsock, linux-pam, lm-sensors,
313 ltrace, midori, network-manager, openssh, perl-file-listing,
314 perl-http-cookies, perl-http-daemon, perl-http-negotiate,
315 perl-www-robotrules, python-can, qt5base, qt5multimedia,
316 setools, sysvinit, tinyalsa, tn5250, tvheadend, uboot, vlc,
317 x264, xserver_xorg-server, zyre
319 2015.08-rc2, Released August, 24th 2015
321 Fixes all over the tree.
323 Toolchain: fix gcc build on NIOS-II.
325 Infrastructure: add <fs>_POST_GEN_HOOKS mechanism to fix
326 hybrid ISO image generation.
328 Architectures: add arm1136j-s variant.
330 Updated/fixed packages: apitrace, audit, bcusdk, bdwgc,
331 beecrypt, boost, bwm-ng, cdrkit, c-icap, cifs-utils, clapack,
332 c-periphery, cpio, cramfs, czmq, dawgdic, dnsmasq, dosfstools,
333 dropbear, elfutils, empty, eudev, fan-ctrl, filemq, gnutls,
334 guile, haveged, imlib2, libcec, libepoxy, libev, libgpgme,
335 libiio, libnetfilter_queue, libnfnetlink, libpfm4, libpthsem,
336 librtas, libselinux, libsigsegv, libsodium, libv4l, lightning,
337 linux, lirc-tools, lrzsz, mono, mosh, mpd, msmtp, nbd,
338 netatalk, nodejs, ola, opencv, oprofile, php, poco,
339 postgresql, powertop, protobuf, protobuf-c, qt5base,
340 qt5quickcontrols, rapidjson, rng-tools, squid, sysdig,
341 sysstat, tftpd, tinc, tz, util-linux, webkitgtk24, weston,
342 wireshark, wvstreams, xdriver_xf86-input-synaptics, zyre.
344 Issues resolved (http://bugs.uclibc.org):
346 #8276: package/dropbear: symlink resolution incorrect
347 #8286: Error with buildroot
348 #8301: ldconfig parameter in Makefile
350 2015.08-rc1, Released August, 5th 2015
352 Fixes all over the tree and new features.
356 - Refactor how the availability of an MMU is described.
357 - Minimal support for Cortex-M3
358 - Minimal support for AArch64 big-endian
362 - Add CodeSourcery MIPS 2015.05, remove MIPS 2013.11
363 - Use uClibc-ng as the default uClibc version, instead of the
364 official uClibc, which hasn't done any release since 3+
366 - eglibc is now marked as deprecated
367 - GCC: gcc 4.9.x is now the default and was updated to 4.9.3,
368 support for gcc 5.x added.
369 - Binutils: use Binutils 2.24 as the default, 2.25.x series
370 bumped to 2.25.1, remove old Binutils 2.22.
371 - Update ARC toolchain components to 2015.06
372 - Add support for Fortran when building gcc
376 - Support for using the kconfig configuration system in
381 - VIA VAB-820/AMOS-820
382 - OLimex OLinuxino A20 Lime
383 - Many new defconfigs for Atmel evaluation boards:
384 at91sam9rlek, at91sam9x5ek, sama5d3xek, sama5d4ek, sama5d4
385 Xplained Ultra, sama5d3 Xplained.
386 - ACME Systems Aria G25
388 - Altera Cyclone 5 Development Board
390 - ARC AXS101 and AXS103 Software Development Platforms
391 - Significant updates to Raspberry Pi / Raspberry Pi 2
395 - Buildroot takes better care now of generating predictable
396 permissions in the target filesystem. However, existing
397 permissions on a custom skeleton or rootfs overlay will no
398 longer be preserved. Therefore, it is necessary to add a
399 permission table (BR2_ROOTFS_DEVICE_TABLE) to set the
400 required permissions.
401 - Add support for kconfig fragments.
402 - No longer pass --{enable,disable}-debug to autotools
403 packages depending on the value of
404 BR2_ENABLE_DEBUG. BR2_ENABLE_DEBUG now only controls
405 whether we build with -g or not.
406 - Support for extracting archives in .lzma in the generic
407 package infrastructure.
408 - Remove random-seed file from the default skeleton, since
409 seeding the entropy pool with a known seed makes more harm
411 - In the CVS download helper, add support to use a date as
413 - Add support for a per-package <pkg>_STRIP_COMPONENTS
414 variable, which packages can use to specify how many path
415 components should be stripped when extracting the tarball.
416 - Addition of a 'kernel-module' package infrastructure, which
417 simplifies the packaging of external kernel modules. Many
418 existing packages are converted to use it.
419 - Allow bootloaders to be implemented in $(BR2_EXTERNAL)
420 - Remove /etc/securetty from the default skeleton.
421 - Migration of sysV initscripts from the default skeleton to
422 a package called 'initscripts', installed only when Busbox
423 init or sysvinit are used.
424 - Migration of the skeleton logic to a proper 'skeleton'
426 - Addition of a 'linux-tools' infrastructure in the 'linux'
427 package, to support building user-space tools bundled
428 within the Linux kernel sources, such as perf and cpupower.
429 - Usage of backticks instead of make $(shell ...) to execute
430 shell commands. This allows to delay the evaluation of such
431 commands when actually needed, and not when expanding the
432 variables. It is useful to make 'make printvars' less
433 noisy, and as a preparation to support top-level parallel
435 - Libtool .la files are not mungled for all package types,
436 instead of being handled only for packages using the
437 autotools-package infrastructure.
438 - Add mechanism to allow packages to express a dependency on
439 gcc versions. This is needed for packages that use C++11 or
440 C11 support for example.
442 Important package updates:
444 - Complete rework of the matchbox packaging
445 - Lots of fixes in packages for compatibility with musl and
447 - Hash files added to a large number of packages.
448 - Update a significant number of packages to use a new
449 hosting, after the announcement of Google Code and
451 - Major packages needed for SELinux support have been merged,
452 but the support is not complete yet.
453 - Significant update of OpenCV to version 3.0, and addition
455 - Significant update of all packages supporting the GPU and
456 VPU of i.MX ARM processors.
457 - Addition of systemd support in a significant number of
459 - Qt5 updated to 5.5.0
460 - Use modular X.org server by default instead of KDrive
464 - Complete overhaul of the iso9660 support. Now allows to use
465 directly IS9660 as the root filesystem format and not only
466 an initrd, and supports Grub 2 and isolinux in addition to
469 Updated packages: a10disp, agentpp, apache, at91bootstrap3,
470 audit, barebox, bc, bind, bmon, boost, btrfs-progs,
471 ca-certificates, can-utils, ccache, cloog, collectd, connman,
472 coreutils, c-periphery, cryptsetup, dado, dbus, dejavu,
473 dhcpcd, dnsmasq, dosfstools, dovecot, dovecot-pigeonhole,
474 e2fsprogs, ejabberd, erlang-p1-cache-tab, erlang-p1-sip,
475 erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
476 erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml, ethtool,
477 eudev, evtest, exim, expect, explorercanvas, feh, ffmpeg,
478 file, flashrom, freescale-imx, freetype, gawk, gcc, gdb,
479 gettext, git, glib-networking, gnupg2, gnutls, gpsd, gptfdisk,
480 gpu-viv-bin-mx6q, gst-fsl-plugins, harfbuzz, hdparm, heimdal,
481 i2c-tools, imagemagick, imx-vpu, iproute2, ipset, isl, iw,
482 kodi, kodi-addon-xvdr, kodi-audioencoder-flac,
483 kodi-audioencoder-lame, kodi-audioencoder-vorbis,
484 kodi-audioencoder-wav, lftp, libass, libassuan, libcec,
485 libconfi, libcurl, libdrm, libevdev, libfreefare, libfslcodec,
486 libfslparser, libfslvpuwrap, libfuse, libglib2, libgpgme,
487 libgtk2, libgtk3, libical, libidn, libiio, libinput, libiscsi,
488 libllcp, libmicrohttpd, libnfc, libnss, libpcap, libpciaccess,
489 libpng, libserialport, libsigrok, libsoc, libtirpc, libubox,
490 libunistring, libupnp, libuv, libv4l, libva,
491 libva-intel-driver, libXrandr, lighttpd, linenoise, linux,
492 linux-firmware, linux-headers, live555, ltrace, lua,
493 lua-csnappy, lua-ev, luajit, lua-messagepack, luaperiphery,
494 lvm2, lxc, lzo, mesa3d, mesa3d-headers, midori, mmc-utils,
495 modem-manager, mono, mosquitto, mpd, mpd-mpc, mpfr, mpg123,
496 mtd, musl, nano, netperf, network-manager, nfs-utils, nginx,
497 nodejs, ntp, ola, opencv, openldap, openssh, openssl,
498 openswan, openvmtools, openvpn, opkg, orbit, orc, pcmanfm,
499 perl-cross, perl-encode-locale, perl-io-socket-ssl,
500 perl-mojolicious, perl-net-ssleay, perl-path-tiny, perl-uri,
501 perl-xml-libxml, php, pinentry, polarssl, postgresql,
502 pulseview, pure-ftpd, python, python-dpkt, python-lxml,
503 python-networkmanager, python-pyinotify, python-pypcap,
504 python-tornado, qextserialport, qt, qt5, rapidjson, redis,
505 rpcbind, rpi-firmware, rpi-userland, samba4, shairport-sync,
506 snmpp, sqlite, squid, strongswan, stunnel, sudo, sunxi-boards,
507 sunxi-mali, sysdig, sysstat, systemd, tcpdump, tiff, tmux,
508 tor, txheadend, tzdata, uboot, uclibc, ulogd, upmpdcli,
509 usb_modeswitch, usb_modeswitch_data, vala, vsftpd, wayland,
510 weston, whois, wireless-regdb, wireshark, x264, xapp_xvinfo,
511 xdriver_xf86-input-libinput, xdriver_xf86-input-vmmouse,
512 xdriver_xf86-video-cirrus, xdriver_xf86-video-geode,
513 xdriver_xf86-video-imx-viv, xdriver_xf86-video-mach64,
514 xdriver_xf86-video-neomagic, xdriver_xf86-video-r128,
515 xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
516 xdriver_xf86-video-vesa, xkeyboard-config, xlib_libfontenc,
517 xlib_libFS, xlib_libXaw, xlib_libxkbfile, xlib_libXrender,
518 xlib_libXt, xproto_kbproto, xproto_xproto, xproto_xrandrproto,
519 xscreensaver, xserver_xorg-server, xtables-addons, yaml-cpp,
522 New packages: angularjs, atf, audit, c-icap, c-icap-modules,
523 cpio, dawgdic, faketime, fcgiwrap, gflags, glog, initscripts,
524 jquery-datetimepicker, kodi-audioencoder-modplug,
525 kodi-audioencoder-nosefar, kodi-audioencoder-sidplay,
526 kodi-audioencoder-snesapu, kodi-audioencoder-stsound,
527 kodi-audioencoder-timidity, kodi-audioencoder-vgmstream,
528 kodi-platform, kodi-pvr-argustv, kodi-pvr-dvblink,
529 kodi-pvr-dvbviewer, kodi-pvr-filmon, kodi-pvr-hts,
530 kodi-pvr-iptvsimple, kodi-pvr-mediaportal-tvserver,
531 kodi-pvr-mythtv, kodi-pvr-nextpvr, kodi-pvr-njoy,
532 kodi-pvr-pctv, kodi-pvr-stalker, kodi-pvr-vbox,
533 kodi-pvr-vdr-vnsi, kodi-pvr-vuplus, kodi-pvr-wmc,
534 kodi-screensaver-asteroids, kodi-screensaver-biogenesis,
535 kodi-screensaver-crystalmorph, kodi-screensaver-greynetic,
536 kodi-screensaver-pingpong, kodi-screensaver-pyro,
537 kodi-screensaver-stars, kodi-visualisation-shadertoy,
538 kodi-visualisation-spectrum, kodi-visualisation-waveforhue,
539 kodi-visualisation-waveform, kvmtool, kyua, libfm,
540 libfm-extra, libplatform, librtas, libsodium, libsquish,
541 libucl, libump, linux-backports, lua-iconv, lutok, menu-cache,
542 moarvm, monkey, mono-gtksharp3, mosh, openipmi, python-can,
543 python-pycli, python-pydal, python-pyyaml, python-web2py,
544 qpid-proton, qt5webchannel, quazip, racehound, rtl8188eu,
545 rtl8821au, sepolgen, setools, skeleton, stm32flash,
546 webkitgtk24, xdriver_xf86-video-qxl, zynq-boot-bin.
548 Deprecated packages: webkitgtk, libgail, eglibc support in
551 Issues resolved (http://bugs.uclibc.org):
553 #4291: Segmentation fault with all binaries that use threads
554 when compiled with gcc 4.6
555 #6944: building toolchain for sh4 fails
556 #7592: Buildroot GCC: -lto requires plugin support in ranlib
557 #7628: Python SSL does not get built for Raspberry Pi
558 #7682: Missing dependencies for NFS
559 #7742: dhcp lacks important features when BR2_ENABLE_DEBUG
560 #7754: make: *** [/..../buildroot-2014.11/output/build/host-gcc-initial-4.8.3/.stamp_built] Error 2
561 #7946: libglib2-2.42.2 fails to build for sparc-buildroot-linux-gnu
562 #7956: glibc 2.20 and 2.21 fail to build for sh64-buildroot-linux-gnu
563 #7971: python-flask, python-werkzeug. No module named zlib
564 #7981: Target file system skeleton permissions hazard
565 #8006: rpcdebug in nfs-utils built for the host
566 #8036: alsa-lib headers problem that prevents to compile alsa
568 #8081: systemd init system: /tmp is not mode 1777
569 #8121: php opcache extension doesn't get installed
570 #8151: x86-64 make fails with ncurses 5.9
571 #8156: pkg-kconfig infra broken for *-update-{config, defconfig}
572 #8161: default /bin/sh symlink to busybox is full path and not relative
573 #8171: glamor missing
574 #8191: Request update support for the cubieboard series
575 #8201: Important security upgrades for node.js
577 2015.05, Released May 31st, 2015
581 Updated/fixed packages: conntrack-tools, directfb, fio, flite,
582 gptfdisk, ipmiutil, iproute2, janus-gateway, keyutils, knock,
583 libelementary, libgcrypt, libgsasl, libjpeg, libstrophe,
584 lttng-libust, nbd, ncurses, nmap, php, postgresql, python,
585 python3, sconeserver, udpcast, upmpdcli
587 2015.05-rc3, Released May 22nd, 2015
589 Several fixes, mainly related to static linking.
591 Updated/fixed packages: acl, alsa-utils, apr, armadillo, attr,
592 autoconf-archive, binutils, boost, czmq, dhcpcd, duma,
593 enlightenment, exim, fbterm, freerdp, gcc, gdk-pixbuf,
594 google-breakpad, gpsd, heirloom-mailx, hwloc, ipmiutil,
595 iproute2, jack2, jasper, kmod, lcdproc, leafnode2, libcap-ng,
596 libftdi1, libmatroska, libmemcached, libmodbus, libnftnl,
597 libsigrok, libupnpp, libuv, libxml-parser-perl, linux,
598 linux-headers, lirc-tools, lua-periphery, lxc, mongoose, mono,
599 mpg123, mosquitto, neardal, newt, ntp, ola, openldap, opencv,
600 php, postgresql, protobuf, pulseaudio, python-pyqt, qemu, qt,
601 qt5base, rpi-userland, rsyslog, snmppp, sqlite, tiff,
602 tinyxml2, uboot-tools, unionfs, ux5000-firmware, usbredir,
603 ushare, vpnc, vsftpd, wavpack, wireless_tools, wsapi,
604 wvstreams, xmlstarlet, zeromq, zmqpp
606 New packages: c-periphery
608 Issues resolved (http://bugs.uclibc.org):
610 #8106: mkfs.jffs2 uses the --pagesize parameter incorrectly
611 #8111: 2015.05.rc2 LIBFOO_CONF_OPTS not working
612 #8126: exim lacks plaintext and cram-md5 auth
614 2015.05-rc2, Released May 11th, 2015
618 Toolchain: PR56780 backport to GCC 4.8.4 to fix GDB linking
619 issues. Context functions enabled for uClibc snapshot /
622 Architectures: Endian handling symbol for Xtensa, binutils
625 Infrastructure: Fix for kernel module stripping when
626 localversion contains spaces.
628 Updated/fixed packages: at, autoconf-archive, binutils,
629 cc-tool, cryptsetup, dstat, expedite, freerdp, giflib,
630 gnuchess, guile, ipmiutil, iproute2, mono, monolite, neard,
631 ola, poppler, postgresql, python-qt, qt, sqlite, valgrind,
634 Issues resolved (http://bugs.uclibc.org):
636 #8086: Cannot select systemd as init with Linaro 2014.09...
638 2015.05-rc1, Released May 4th, 2015
640 Fixes all over the tree and new features.
642 Architectures: Removed AVR32 support, deprecate SH64, added
643 support for steamroller, corei7-avx and core-avx2 x86
646 Toolchains: IPv6 and Largefile support now enforced for
647 uClibc. Corresponding Kconfig symbols removed.
649 External CodeSourcery AMD64 2014.05, MUSL-cross 1.1.6 added,
650 CS sh2, Xilinx microblaze v2/14.3 removed. Distro-class
651 external toolchains are now detected and blacklisted.
653 Internal toolchain support for Nios2 added, Blackfin
654 removed. Aarch64 and sh musl support. uClibc-ng support added.
656 Libatomic is now handled for internal and external
657 toolchains. Link time optimization (LTO) support.
659 New Defconfigs: Freescale i.MX28 EVK, i.MX31 PDK and SABRE
660 Auto, Raspberry Pi 2, RIoTboard,
662 Infrastructure: Hashes for a large number of packages have
663 been added. Missing hashes now stop the build unless
666 Spaces and colons (:) are now supported in package
667 versions. Dependencies can now be listed for the patch step
668 (<PKG>_PATCH_DEPENDENCIES). Kconfig and Linux kernel
669 extensions infrastructure has been added.
671 Makedevs now has a recursive (r) option.
673 The variable containing the list of packages to build has been
674 renamed from TARGETS to PACKAGES.
676 Make external-deps / legal-info / source / source-check have
677 been reimplemented using the package infrastructure, so their
678 output/behaviour may differ from earlier (some packages were
679 not included in the past).
681 The old insecure DES password encoding is no longer supported.
683 U-Boot patch option now support direct references to patch
684 files and URLs in addition to directories of patches. The
685 i.MX28 SD format (u-boot.sd) is now supported.
687 Updated/fixed packages: agentpp, aircrack-ng, alsa-lib,
688 alsa-utils, apr-util, apr, atk, autossh, avahi, avrdude,
689 bcusdk, bdwgc, bind, binutils, bmon, boost, botan,
690 btrfs-progs, busybox, ca-certificates, cairo, can-utils,
691 canfestival, ccache, chrony, civetweb, clamav, cmake,
692 collectd, connman, copas, crda, cryptodev-linux, cryptsetup,
693 cups, czmq, dbus-cpp, dbus-glib, dbus-python, dbus, dfu-util,
694 dhcp, dhcpcd, dialog, dillo, dmraid, dnsmasq, dos2unix,
695 dosfstools, dovecot-pigeonhole, dovecot, dropbear, dropwatch,
696 dtv-scan-tables, dvdauthor, e2fsprogs, ecryptfs-utils,
697 libevas, elfutils, enscript, erlang, espeak, eudev, evemu,
698 exfat-utils, exim, f2fs-tools, feh, ffmpeg, fftw, flickcurl,
699 fltk, fluxbox, fmlib, fmtools, freeradius-client, freerdp,
700 gamin, gawk, gcc-final, gcc, gd, gdb, gengetopt, geoip, git,
701 glib-networking, gnu-efi, gnuchess, gnutls, gpsd, gptfdisk,
702 gpu-viv-bin-mx6q, gst-plugin-bad, gstreamer, gstreamer1,
703 gtest, gvfs, harfbuzz, haserl, haveged, hiawatha,
704 hicolor-icon-theme, hostapd, hplip, httping, i2c-tools, icu,
705 ifplugd, imagemagick, imlib2, iozone, iproute2, iptables,
706 iputils, irqbalance, iw, jack2, jhead, jimtcl, json-c, kexec,
707 kismet, kmod, kodi-audioencoder-flac,
708 kodi-audioencoder-vorbis, kodi-pvr-addons, kodi, ktap, lcms2,
709 libass, libatomic_ops, libbluray, libcap, libcgroup, libcurl,
710 libdrm, libdvbsi, libebml, libecore, libedit, liberation,
711 libev, libevas, libevdev, libftdi, libgcrypt, libglib2,
712 libgpgme, libgtk2, libgtk3, libiconv, libidn, libiio,
713 libinput, libiscsi, libksba, liblinear, libmatroska,
714 libmicrohttpd, libmodbus, libmpdclient, libnice, libnl,
715 libnspr, libnss, libpcap, libpciaccess, libphidget, libplayer,
716 libpthsem, libqmi, librsvg, libseccomp, libsigrok, libsoup,
717 libsrtp, libssh2, libtasn1, libtool, libunistring, liburcu,
718 libusb, libuv, libva-intel-driver, libva, libvncserver,
719 libvorbis, libvpx, libwebsockets, libxml2, libzip, lightning,
720 lighttpd, linknx, linphone, linux-firmware, linux-headers,
721 linux-pam, live555, ljsyscall, lmbench, lockdev, logrotate,
722 lpc3250loader, lpeg, lsof, lttng-libust, lttng-modules,
723 lttng-tools, lua, luacrypto, luafilesystem, luajit, luaposix,
724 luarocks, lvm2, lxc, make,
725 matchbox-{common,desktop,fakekey,keyboard,lib,startup-monitor,vm},
726 matchbox, mcelog, memcached, memstat, memtest86, mesa3d,
727 minidlna, mjpegtools, mjpg-streamer, modem-manager, mongoose,
728 monit, mono, monolite, mp4v2, mpc, mpd, mpdecimal, mpg123,
729 mplayer, musl, nano, nbd, ncftp, ncmpc, ncurses, ne10, neard,
730 neardal, net-tools, netatalk, netsnmp, network-manager, nginx,
731 nodejs, ntfs-3g, ntp, numactl, odhcp6c, ofono, open2300,
732 opencv, openldap, openntpd, openocd, openssh, openssl,
733 openswan, opentyrian, openvmtools, openvpn, oprofile, p11-kit,
734 pango, patch, patchelf, pciutils, pcre, perf, perl-gdgraph,
735 perl-io-socket-ssl, perl-json-tiny, perl-module-build,
736 perl-mojolicious, perl-net-ssleay, perl-path-tiny,
737 perl-xml-libxml, perl, phidgetwebservice, php-gnupg, php,
738 pkgconf, polarssl, poppler, popt, postgresql, powerpc-utils,
739 pppd, prboom, procps-ng, proftpd, psplash, ptpd2,
740 python-{cheetah,coherence,django,markdown,netifaces,pam,six},
741 python-tornado, python-twisted, python-zope-interface, python,
742 python3, qemu, qt, qt5, qt5base, qt5multimedia,
743 qt5xmlpatterns, qt5cinex, quagga, qwt, radvd, readline,
744 rng-tools, rpcbind, rpi-firmware, rpi-userland, rsync,
745 rsyslog, rtai, rtmpdump, ruby, sam-ba, samba, samba4,
746 sane-backends, sconeserver, shairport-sync, sigrok-cli, slang,
747 smcroute, snmppp, socat, socketcand, sofia-sip, sox,
748 spawn-fcgi, speex, sqlcipher, sqlite, squid, strace,
749 strongswan, stunnel, sudo, sunxi-boards, swig, sysstat,
750 systemd, tcpdump, tftpd, thrift, thttpd, ti-gfx, ti-utils,
751 tiff, tinyalsa, tn5250, transmission, trinity, tslib,
752 tvheadend, tzdata, uboot-tools, uclibc, ulogd, usb_modeswitch,
753 usbutils, ustr, util-linux, vala, valgrind, vlc, wayland,
754 webp, weston, wget, which, whois, wireless-regdb,
755 wireless_tools, wireshark, wpa_supplicant, wvstreams,
756 xapp_{bdftopcf,bitmap,fonttosfnt,fslsfonts},
757 xapp_{fstobdf,iceauth,mkfontscale,oclock,rgb,sessreg,setxkbmap},
758 xapp_{showfont,smproxy,twm,x11perf,xcalc,xclipboard,xcmsdb},
759 xapp_{xdbedizzy,xditview,xdpyinfo,xdriinfo,xedit,xev,xeyes},
760 xapp_{xf86dga,xfsinfo,xgamma,xgc,xhost,xinit,xinput,xkbcomp},
761 xapp_{xkbevd,xkbprint,xlsatoms,xlsfonts,xmag,xman,xmh,xmodmap},
762 xapp_xmore, xcb-util-image, xcb-util-keysyms,
763 xdata_xcursor-themes,
764 xdriver_xf86-input-{evdev,keyboard,synaptics,void},
765 xdriver_xf86-video-{ati,cirrus,geode,mach64,mga,neomagic},
766 xdriver_xf86-video-{r128,savage,siliconmotion,sis,tdfx},
767 xdriver_xf86-video-{trident,vmware,voodoo}, xenomai,
768 xfont_font-util, xkeyboard-config,
769 xlib_lib{ICE,X11,Xdmcp,Xfont,Xpm,XvMC},
770 xlib_lib{Xxf86vm,xshmfence,xtrans}, xproto_randrproto,
771 xproto_xproto, xserver_xorg-server, x11vnc, x264, xerces,
772 xorriso, xterm, xz, yaml-cpp, zeromq, zic, zmqpp
774 New packages: apache, autoconf-archive, batctl,
775 bitstream-vera, bullet, cc-tool, doxygen, drbd-utils,
776 dvdrw-tools, gnuradio, gst1-imx, hans, hwloc, ijs,
777 imx-usb-loader, inconsolata, iodine, iotop, ipmiutil, jsoncpp,
778 leveldb, libdcadec, libdri2, libfreeimage, libftdi1,
779 libsidplay2, lirc-tools, lua-periphery, mc, mesa3d-headers,
780 mosquitto, nvidia-driver, nvidia-tegra23{,-binaries,-codecs},
781 openjpeg, opusfile, perl-crypt-openssl-{random,rsa},
782 perl-db-file, perl-digest-{hmac,sha1},
783 perl-encode-{detect,locale}, perl-file-{listing,util},
784 perl-html-{parser,tagset}, perl-http-cookies,
785 perl-http-{daemon,date,message,negotiate}, perl-io-html,
786 perl-libwww-perl, perl-lwp-mediatypes, perl-mail-dkim,
787 perl-mailtools, perl-mime-base64, perl-net-{dns,http},
788 perl-netaddr-ip, perl-time-hires, perl-timedate, perl-uri,
789 perl-www-robotrules, powertop, pulseview,
790 python-{cherrypy,lxml,mako,pyqt,pyxml,sip,spidev,ws4py}, qpdf,
791 qt-webkit-kiosk, sl, softether, sysdig, tinyxml2, tor, tovid,
792 unixodbc, wf111, wine, libepoxy, xapp_xcompmgr,
793 xapp_xfindproxy, xcb-util-cursor, xcb-util-renderutil,
794 xdriver_xf86-input-libinput, xdriver_xf86-video-imx{,-viv},
795 xproto_xproxymanagementprotocol
797 Removed packages: gtk2-theme-hicolor
799 Deprecated packages: samba
801 Issues resolved (http://bugs.uclibc.org):
803 #7478: Multiple chosen python modules are not built due to...
804 #7508: Use of BR2_EXTERNAL and dependencies to existing packages
805 #7676: Package procps-ng installs binaries to nonsensical folder
806 #7724: Startx is not installed in the target
807 #7760: botan: wrong prefix in botan-1.10.pc
808 #7826: Building of cdparanoia
809 #7844: Lua with hard-float on MIPS by buildroot doesn't work
810 #7874: X.org configure error
811 #7941: glibc-2.20 fails to build for sparc-buildroot-linux-gnu
812 #7951: gcc 4.9.2 fails to build for sparc-buildroot-linux-gnu
813 #7961: Qt5 fails to build for xtensa-buildroot-linux-uclibc
814 #7976: mkuser script fails with: user already exists with...
815 #8011: When building only busybox and strace, strace fails...
816 #8016: collectd fails to build, network.c:171:19: error:...
817 #8041: error on building libcurl7.42.0
819 2015.02, Released March 1st, 2015
823 Updated/fixed packages: civetweb, ding-libs,
824 directfb-examples, glibc, gnupg, gnupg2, gpm,
825 gst-plugins-good, gst1-plugins-good, freetype, libao, libevas,
826 libevent, libfribidi, libgcrypt, libgtk2, libshout, libsrtp,
827 libtheora, libupnpp, libxmlrpc, linux, make, opus, pinentry,
828 rpi-firmware, shared-mime-info, vlc, vorbis-tools,
831 Removed packages: libgc
833 2015.02-rc3, Released February 24th, 2015
837 Cmake and rebar (erlang) infrastructure fixes.
839 Updated/fixed packages: bind, btrfs-progs, busybox, e2fsprogs,
840 evtest, ffmpeg, fltk, gnutls, i2c-tools, imagemagick, libxcb,
841 make, mjpg-streamer, netsnmp, opentyrian, php, polarssl,
842 qt5base, samba, samba4, sudo, util-linux, xserver_xorg-server
844 2015.02-rc2, Released February 15th, 2015
848 raspberrypi: fix kernel sha1 for DT variant.
850 Updated/fixed packages: dbus, dvdauthor, git, libsemanage,
851 libsepol, libssh2, mplayer, ntp, openvmtools, python3,
852 qt5base, qt5connectivity, xserver_xorg-server
854 2015.02-rc1, Released February 8th, 2015
856 Fixes all over the tree and new features.
858 Static/shared library handling reworked. This is now a
859 tristate (shared only / shared and static / static
860 only). Default is now shared only to speed up the
861 build. BR2_PREFER_STATIC_LIB is now called BR2_STATIC_LIBS.
863 The toolchain (internal and external) will now warn when an
864 unsafe library or header path is used (such as /usr/include or
865 /usr/lib). If BR2_COMPILER_PARANOID_UNSAFE_PATH is enabled
866 under build options this instead becomes an error.
868 A installation path issue with the internal musl toolchain
869 support has been fixed so it is now possible to reuse it as an
872 Architectures: Freescale E5500 and E6500 PowerPC support
873 added, deprecated MIPS 1/2/3/4 support removed.
875 New defconfigs: Freescale p2020ds, MIPS creator CI20,
876 Raspberrypi with DT, UDOO Quad.
878 'make <foo>_defconfig' now saves the path to the defconfig in
879 the .config, so a 'make savedefconfig' automatically updates
882 Infrastructure for packages using the Erland rebar tool has
885 Hashes for a large number of packages have been added. Hashes
886 are now checked for both target and host packages.
888 The system menu now has an option to automatically configure a
889 network interface through DHCP at bootup.
891 The default filesystem skeleton now uses a separate tmpfs for
892 /run instead of a symlink to /tmp/ for security reasons / to
893 protect against conflicts with user generated temporary files.
895 BR2_EXTERNAL is now exported to post-build and post-image
898 New packages: bdwgc, benejson, blktrace, bootstrap, cgic,
899 ding-libs, dvdauthor, ejabberd, erlang-goldrush, erlang-lager,
900 erlang-p1-cache-tab, erlang-p1-iconv, erlang-p1-sip,
901 erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
902 erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml,
903 erlang-p1-zlib, exiv2, freeradius-client, gengetopt, glmark2,
904 gpu-amd-bin-mx51, guile, host-qemu, ifupdown, iperf3,
905 janus-gateway, kodi, kodi-audioencoder-flac,
906 kodi-audioencoder-lame, kodi-audioencoder-vorbis,
907 kodi-audioencoder-wav, libcli, libiio, liblinear, libnice,
908 libselinux, libsemanage, libserialport, libsigro,
909 libsigrokdecode, libsrtp, liburiparser, libvips, libwebsock,
910 libz160, libzip, lightning, mcelog, memtest86, mjpegtools,
911 mjpg-streamer, mke2img, mpd-mpc, netsurf-buildsystem, odhcp6c,
912 openldap, python-alsaaudio, python-certifi, python-cheetah,
913 python-coherence, python-django, python-docopt, python-enum,
914 python-enum34, python-flask, python-gobject, python-httplib2,
915 python-ipaddr, python-itsdangerous, python-jinja,
916 python-markdown, python-markupsafe, python-networkmanager,
917 python-pam, python-psutil, python-pyftpdlib, python-pyinotify,
918 python-pysendfile, python-pyxb, python-requests, python-six,
919 python-twisted, python-webpy, python-werkzeug,
920 python-zope-interface, qt5cinex, sigrok-cli, sofia-sip,
921 start-stop-daemon, szip, triggerhappy, ustr, vnstat, xorriso,
924 Removed packages (target): bison, distcc, gob2, m4
926 Issues resolved (http://bugs.uclibc.org):
928 #7556: make interactive CLI optional for nftables
929 #7730: Error while connecting Qt Cretaor to device
930 #7766: logrotate default gzip path is usually wrong
931 #7790: Invalid ext4 image generated by Buildroot
933 2014.11, Released December 1st, 2014
937 Infrastructure: LD_LIBRARY_PATH handling tweak to ensure
938 current working directory isn't searched.
940 Updated/fixed packages: gd, gdb, libwebsockets, luajit, mono,
941 parted, shairport-sync, util-linux, xapp_bdftopcf,
944 2014.11-rc3, Released November 28th, 2014
946 Fixes all over the tree.
948 System: File permissions of /etc/random-seed made more
951 Toolchain: Various fixes related to locale handling, a fix for
952 building the toolchain wrapper on MIPS.
954 Updated/fixed packages: bind, binutils. botan, btrfsprogs,
955 clamav, czmq, dhcp, dillo, dovecot, erlang, flac, gd, glibc,
956 gptfdisk, gst1-validate, heirloom-mailx, lame, libksba,
957 libllcp, libnspr, libpng, libshairplay, libtirpc, linux,
958 linux-headers, mpdecimal, mpg123, network-manager, nfstables,
959 nfs-utils, openssl, pcituils, qt, radvd, rtai, sqlcipher,
960 sstrip, tcpdump, uclibc, uemacs, ushare, wayland, weston,
961 xl2tp, xserver_xorg-server
963 Issues resolved (http://bugs.uclibc.org):
965 #7670: Fails to build mpc-1.0.2 on latest Cygwin
967 2014.11-rc2, Released November 21st, 2014
969 Fixes all over the tree.
971 Inittab tweaks for shutdown handling (busybox and sysvinit).
973 Updated/fixed packages: aircrack-ng, botan, canfestival,
974 clamav, coreutils, czmq, dbus, dovecot, duma, e2fsprogs,
975 erlang, gcc, iputils, libcap, libgcrypt, libmemcached,
976 libssh2, libunwind, libv4l, linux-headers, mesa3d-demos, mutt,
977 mysql, ndisc6, nodejs, omniorb, perl-cross, php,
978 python-tornado, python3, qemu, qt5base, qt5webkit, rpm,
979 rt-tests, ruby, schifra, sdl_sound, shairport-sync, sysvinit,
980 tstools, tzdata, wireshark, x264
982 Issues resolved (http://bugs.uclibc.org):
984 #7646: strftime on datetime not works on python3
986 2014.11-rc1, Released November 12th, 2014
988 Fixes all over the tree and new features.
990 Toolchains: Use -mcpu / -march instead of -mtune. Support
991 additional ARC and sparc variants. Updated Code sourcery
992 and Linaro external toolchains.
994 Defconfigs: Freescale iMX6DL SabreSD, Minnowboard MAX, QEMU
995 powerpc64 pseries added and a number of updates to the
996 existing configurations.
998 Infrastructure: Buildroot is now less noisy when built with
999 the silent option (make -s).
1000 A number of package infrastructure variables have been renamed
1001 from *_OPT to *_OPTS for constency. Buildroot will complain if
1002 the old names are used to assist in updating out of tree
1004 Fixes for host systems where bash isn't located in /bin, and
1005 older systems not supporting mktemp --tmpdir.
1006 Various cleanups of users/groups in the default skeleton.
1007 There is now an option to choose what shell /bin/sh points to.
1009 Documentation: Various updates to the user manual. The
1010 asciidoc documentation handling has now been extended so it
1011 can be used by (BR2_EXTERNAL) packages.
1013 Updated/fixed packages: acl, acpid, agentpp, aircrack-ng,
1014 alsa-lib, alsamixergui, alsa-utils, apitrace, apr, apr-util,
1015 argus, arptables, at, atftp, atk, attr, audiofile, aumix,
1016 automake, autossh, avahi, avrdude, axel, bandwidthd, bash,
1017 bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
1018 bluez_utils, bmon, boost, bootutils, bridge-utils,
1019 btrfs-progs, busybox, bwm-ng, bzip2, ca-certificates, cairo,
1020 ccache, ccid, ccrypt, cdrkit, cegui06, celt051, chrony,
1021 cifs-utils, civetweb, cjson, clapack, classpath, cloog, cmake,
1022 collectd, connman, copas, coreutils, coxpcall, cppcms, cppdb,
1023 cppzmq, cramfs, crda, cryptsetup, ctorrent, cups, cvs, cwiid,
1024 czmq, dash, dbus, dbus-cpp, dbus-glib, dbus-python, dejavu,
1025 dhcp, dhcpcd, dhcpdump, dialog, dillo, directfb, distcc,
1026 dmalloc, dmidecode, dmraid, dnsmasq, doc-asciidoc.mk,
1027 dosfstools, dropbear, dropwatch, dstat, dtach, dtc, dvbsnoop,
1028 e2fsprogs, ecryptfs-utils, ed, efl, eigen, elf2flt, elfutils,
1029 enlightenment, enscript, erlang, espeak, ethtool, eudev,
1030 evemu, evtest, exfat, exfat-utils, exim, expat, expect,
1031 explorercanvas, faifa, fakeroot, fan-ctrl, fbdump,
1032 fb-test-app, fetchmail, ffmpeg, file, filemq, findutils, flac,
1033 flann, flickcurl, flite, fltk, fluxbox, fmc, fmlib,
1034 fontconfig, foomatic-filters, freerdp, freescale-imx,
1035 freetype, ftop, fxload, gamin, gcc, gd, gdb, gdk-pixbuf,
1036 genimage, genpart, genromfs, geoip, gettext, giblib, git,
1037 glibc, glib-networking, gmp, gmpc, gnu-efi, gnupg, gnupg2,
1038 gnuplot, gnutls, google-breakpad, gpm, gpsd, gptfdisk,
1039 gpu-viv-bin-mx6q, grantlee, grep, gsl, gst1-libav,
1040 gst1-plugins-{bad,base,good,ugly}, gst-ffmpeg,
1041 gst-fsl-plugins, gst-omx, gst-plugins-{bad,base,good,ugly},
1042 gst-plugin-x170, gstreamer, gstreamer1, gtest, gtk2-engines,
1043 gutenprint, gvfs, harfbuzz, haserl, haveged, hdparm, heimdal,
1044 heirloom-mailx, hiawatha, hostapd, hplip, htop, httping,
1045 hwdata, i2c-tools, icu, ifplugd, igh-ethercat, imagemagick,
1046 imlib2, imx-lib, imx-vpu, inadyn, inotify-tools, input-tools,
1047 intltool, iperf, iproute2, iprutils, ipsec-tools, ipset,
1048 iptables, iputils, iw, jamvm, jansson, jasper, jimtcl, joe,
1049 jpeg-turbo, jq, jquery-keyboard, jquery-mobile, jquery-ui,
1050 jquery-ui-themes, jquery-validation, jsmin, json-c,
1051 json-javascript, kbd, kexec, kexec-lite, keyutils, kismet,
1052 kmod, knock, ktap, lame, lbase64, lbreakout2, lcdproc, lcms2,
1053 lesstif, lftp, libaio, libao, libarchive, libargtable2,
1054 libass, libassuan, libatasmart, libbluray, libbsd, libcap,
1055 libcap-ng, libcdio, libcec, libcgicc, libcgroup, libcofi,
1056 libconfig, libconfuse, libcurl, libdaemon, libdnet, libdrm,
1057 libdvdnav, libecore, libedbus, libedit, libedje, libeet,
1058 libelementary, libelf, libenca, libethumb, libevas,
1059 libevas-generic-loaders, libevent, libexif, libeXosip2,
1060 libffi, libftdi, libfuse, libgail, libgcrypt, libgeotiff,
1061 libglade, libglib2, libgpgme, libgtk2, libhid, libidn,
1062 libinput, libiscsi, libjson, libksba, liblockfile,
1063 liblog4c-localtime, liblogging, libmad, libmatroska, libmbim,
1064 libmemcached, libmicrohttpd, libmpdclient, libmpeg2, libndp,
1065 libnfc, libnfs, libnftnl, libnl, libnspr, libnss, liboauth,
1066 libogg, liboping, libosip2, libpcap, libpciaccess, libpfm4,
1067 libplayer, libplist, libpng, libpthsem, libqmi, libqrencode,
1068 libraw, libreplaygain, libroxml, librsvg, librtlsdr,
1069 libsamplerate, libseccomp, libsecret, libshairplay, libsoc,
1070 libsoup, libsoxr, libssh2, libstrophe, libsvg, libsvg-cairo,
1071 libtasn1, libtheora, libtirpc, libtorrent, libubox, libuci,
1072 libungif, liburcu, libusb, libuv, libv4l, libva,
1073 libva-intel-driver, libvncserver, libvorbis, libvpx,
1074 libwebsockets, libxcb, libxml2, libxml-parser-perl, libxmlrpc,
1075 libxslt, lighttpd, linenoise, linknx, links, linphone,
1076 linux-firmware, linux-fusion, linux-headers, linux-pam,
1077 linux-zigbee, lite, live555, ljlinenoise, lmbench, lm-sensors,
1078 localedef, lockdev, lockfile-progs, log4cxx, lpty, lrandom,
1079 lrzsz, lshw, lsof, lsqlite3, ltp-testsuite, ltrace, ltris,
1080 lttng-babeltrace, lttng-libust, lttng-modules, lttng-tools,
1081 lua, luabitop, lua-coat, lua-coatpersistent, lua-csnappy,
1082 lua-ev, luajit, luajson, lualogging, lua-messagepack,
1083 lua-msgpack-native, luaposix, luarocks, luasec, luasocket,
1084 luasql-sqlite3, lua-testmore, lunit, lvm2, lxc, lz4, lzlib,
1085 lzma, m4, madplay, make, makedevs, Makefile.in,
1086 matchbox-common, matchbox-desktop, matchbox-fakekey,
1087 matchbox-keyboard, matchbox-lib, matchbox-panel,
1088 matchbox-startup-monitor, matchbox-wm, mcrypt, mdadm,
1089 media-ctl, mediastreamer, memcached, memstat, memtester,
1090 mesa3d, metacity, midori, mii-diag, minidlna, mmc-utils,
1091 modem-manager, mongoose, mongrel2, monit, mpc, mpd, mpdecimal,
1092 mpfr, mpg123, mplayer, mrouted, msmtp, mtd, mtools, mtr,
1093 musepack, musl, mutt, mxml, mysql, nano, nanocom, nbd, ncftp,
1094 ncurses, ndisc6, ne10, neard, neon, netatalk, netperf,
1095 netsnmp, nettle, net-tools, network-manager, newt, nfs-utils,
1096 ngrep, nmap, nodejs, nss-mdns, ntfs-3g, ntp, numactl, nut,
1097 nuttcp, ofono, ola, omap-u-boot-utils, omniorb,
1098 on2-8170-modules, opencore-amr, opencv, openntpd, openobex,
1099 openocd, openpowerlink, openssh, openssl, openswan,
1100 opentyrian, opentyrian-data, openvpn, opkg, oprofile, opus,
1101 opus-tools, orbit, orc, ortp, p11-kit, pango, parted,
1102 pciutils, pcmanfm, pcre, pcsc-lite, perf, perl, perl-gd,
1103 perl-gdgraph, perl-io-socket-ssl, perl-json-tiny,
1104 perl-module-build, perl-mojolicious, perl-net-ssleay,
1105 perl-path-tiny, perl-xml-libxml, perl-xml-parser, php,
1106 php-geoip, php-gnupg, php-imagick, php-memcached, php-ssh2,
1107 php-yaml, php-zmq, picocom, pifmrds, pinentry, pixman,
1108 pkg-autotools.mk, pkg-cmake.mk, pkg-download.mk,
1109 pkg-generic.mk, pkg-kconfig.mk, pkg-luarocks.mk, pkg-perl.mk,
1110 pkg-python.mk, pkg-utils.mk, poco, polarssl, polkit, poppler,
1111 popt, portaudio, portmap, postgresql, powerpc-utils, pppd,
1112 pptp-linux, prboom, procps-ng, proftpd, protobuf, protobuf-c,
1113 psmisc, ptpd2, pulseaudio, pv, pwgen, python, python3,
1114 python-dialog, python-ipy, python-keyring, python-mad,
1115 python-netifaces, python-numpy, python-protobuf, python-pyasn,
1116 python-pyparsing, python-pyro, python-pyusb, python-serial,
1117 python-setuptools, qdecoder, qemu, qextserialport, qjson, qt,
1118 qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio,
1119 qt5graphicaleffects, qt5imageformats, qt5multimedia,
1120 qt5quick1, qt5quickcontrols, qt5script, qt5sensors,
1121 qt5serialport, qt5svg, qt5webkit, qt5webkit-examples,
1122 qt5websockets, qt5x11extras, qt5xmlpatterns, qtuio, quagga,
1123 quota, qwt, radvd, rapidjson, rdesktop, redis, rings, rpcbind,
1124 rpi-firmware, rpi-userland, rpm, rp-pppoe, rrdtool,
1125 rsh-redone, rsync, rsyslog, rtai, rtmpdump, rt-tests, rubix,
1126 ruby, samba, sam-ba, samba4, sane-backends, schifra,
1127 sconeserver, scons, screen, sdl, sdl_gfx, sdl_image,
1128 sdl_mixer, sdl_net, sdl_sound, sdl_ttf, sed, ser2net,
1129 setserial, sg3_utils, shared-mime-info, simicsfs, sispmctl,
1130 slang, slirp, smcroute, smstools3, snmppp,
1131 snowball-hdmiservice, socat, socketcand, sox, spawn-fcgi,
1132 speex, spice, spice-protocol, sqlcipher, sqlite, squashfs,
1133 squid, sredird, startup-notification, strace, stress,
1134 strongswan, stunnel, subversion, sudo, sunxi-boards,
1135 sunxi-cedarx, swig, sylpheed, synergy, sysklogd, sysstat,
1136 systemd, sysvinit, taglib, tar, tcl, tcllib, tcpdump,
1137 tcpreplay, texinfo, tftpd, thrift, thttpd, tiff, ti-utils,
1138 tn5250, torsmo, trace-cmd, transmission, tslib, tstools,
1139 tvheadend, twolame, tz, uboot-tools, uclibc, udisks, ulogd,
1140 upmpdcli, upx, urg, usb_modeswitch, usbmount, usbredir,
1141 usbutils, util-linux, valgrind, vde2, vim, vlc, vo-aacenc,
1142 vorbis-tools, vpnc, vsftpd, vtun, wayland, webkit, webp,
1143 webrtc-audio-processing, weston, wget, whois, wireless-regdb,
1144 wireshark, wpa_supplicant, wvstreams, x11r7, x11vnc,
1145 xapp_xcalc, xapp_xdm, xapp_xdpyinfo, xapp_xf86dga, xapp_xfs,
1146 xapp_xinit, xapp_xkbevd, xapp_xmh, xapp_xrandr, xapp_xsm,
1147 xbmc, xbmc-pvr-addons, xcb-proto, xcursor-transparent-theme,
1148 xdriver_xf86-input-mouse, xdriver_xf86-video-{ast,intel},
1149 xdriver_xf86-video-vmware, xenomai, xerces,
1150 xfont_font-adobe-{100,75}dpi,
1151 xfont_font-adobe-utopia-{100dpi,75dpi,type1},
1152 xfont_font-alias, xfont_font-arabic-misc,
1153 xfont_font-bh-100dpi, xfont_font-bh-75dpi,
1154 xfont_font-bh-lucidatypewriter-100dpi,
1155 xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf,
1156 xfont_font-bh-type1, xfont_font-bitstream-100dpi,
1157 xfont_font-bitstream-75dpi, xfont_font-bitstream-type1,
1158 xfont_font-cronyx-cyrillic, xfont_font-cursor-misc,
1159 xfont_font-daewoo-misc, xfont_font-dec-misc,
1160 xfont_font-ibm-type1, xfont_font-isas-misc,
1161 xfont_font-jis-misc, xfont_font-micro-misc,
1162 xfont_font-misc-cyrillic, xfont_font-misc-ethiopic,
1163 xfont_font-misc-meltho, xfont_font-misc-misc,
1164 xfont_font-mutt-misc, xfont_font-schumacher-misc,
1165 xfont_font-screen-cyrillic, xfont_font-sony-misc,
1166 xfont_font-sun-misc, xfont_font-winitzki-cyrillic,
1167 xfont_font-xfree86-type1, xfsprogs, xinetd, xkeyboard-config,
1168 xlib_libdmx, xlib_libFS, xlib_libpciaccess, xlib_libSM,
1169 xlib_libX11, xlib_libXaw, xlib_libXext, xlib_libXfont,
1170 xlib_libXi, xlib_libXinerama, xlib_libXrandr, xlib_libXrender,
1171 xlib_libXres, xlib_libXScrnSaver, xlib_libXt, xlib_libXv,
1172 xlib_libXvMC, xlib_libXxf86dga, xlib_libXxf86vm, xmlstarlet,
1173 xproto_xcmiscproto, xproto_xextproto, xscreensaver,
1174 xserver_xorg-server, xterm, xz, zeromq, zlib, zlog, zmqpp,
1177 New packages: adwaita-icon-theme, am335x-pru-package,
1178 bcache-tools, biosdevname, botan, canfestival, clamav,
1179 cppunit, dos2unix, dovecot, dovecot-pigeonhole, getent, glm,
1180 gst1-validate, hicolor-icon-theme, ipmitool, leafnode2,
1181 libdvbcsa, libgtk3, libphidget, libshout, libunistring,
1182 libupnpp, mesa3d-demos, modplugtools, mono, monolite, mp4v2,
1183 netcat-openbsd, nginx, odhcploc, openvmtools,
1184 phidgetwebservice, pps-tools, pure-ftpd,
1185 python-configshell-fb, python-rtslib-fb, python-urwid, qlibc,
1186 qt5location, shairport-sync, spidev_test, targetcli-fb,
1187 tinyalsa, trinity, x264, yaml-cpp, ympd
1189 Removed packages: libelf
1191 Issues resolved (http://bugs.uclibc.org):
1193 #261: New package: wxWidgets
1194 #325: New package: ratpoison
1195 #405: New package: OpenVZ tools
1196 #1309: New package: rdiff-backup
1197 #3427: New package: nginx
1198 #3655: New package: libav
1199 #3991: New Package: open-vm-tools (Vmware Tools)
1200 #6878: dmraid: disabled on ARC
1201 #6950: Full unicode support in ncurses
1202 #7010: jamvm builds and runs fine under mips (be)
1203 #7088: elfutils on Blackfin doesn't build
1204 #7142: ecryptfs needs getent to run
1205 #7280: CMake toolchain file uses the FORCE attribute on CMAKE_CXX_FLAGS
1206 #7346: [2014.08rc3] vim-8ae50e3ef8bf.tar.gz can not be downloaded, ...
1207 #7352: [2014.08-rc3] diffutils-3.3 failed on building
1208 #7358: rpi-userland: linking with bcm_host doesn't give vc_dispmanx_*
1209 #7364: monit builds a static application, even though BR2_PREFER_...
1210 #7370: ngrep - requires --with-pcap-includes fully defined to find...
1211 #7442: rootfs remount does not work as expected with sysvinit
1212 #7448: Having export MACHINE="something" breaks glibc build on IMX6...
1213 #7568: musl buildroot-toolchain does not put libgcc_s.so.1 into place
1214 #7574: quota-4.01 fails to build statically
1216 2014.08, Released September 1st, 2014
1218 Minor manual fixes/additions.
1220 Updated/fixed packages: btrfs-progs, cmake, cppcms, exim,
1221 lftp, libdaemon, libev, libgpgme, libiqrf, libnl, libplist,
1222 libroxml, libwebsockets, mesa3d, mpd, mtdev2tuio, musepack,
1223 perl-gd, php-geoip, php-gnupg, php-imagick, php-memcached,
1224 php-ssh2, php-yaml, php-zmq, polarssl, ruby, systemd, taglib,
1225 uboot-tools, upmpdcli, webkit, xapp_xfs, xapp_luit,
1228 Issues resolved (http://bugs.uclibc.org):
1230 #7346: vim-8ae50e3ef8bf.tar.gz can not be downloaded, 404 not found
1232 2014.08-rc3, Released August 26th, 2014
1236 User manual update / restructuring.
1238 Updated/fixed packages: cairo, ecryptfs-utils, gettext,
1239 gstreamer, gstreamer1, gutenprint, icu, imagemagick, jack2,
1240 lbreakout2, libevas-generic-loaders, libftdi, libinput,
1241 libtorrent, ltris, msgpack, ntp, php, procps-ng, pulseaudio,
1242 thrift, tvheadend, usb_modeswitch, xmlstarlet,
1244 Issues resolved (http://bugs.uclibc.org):
1246 #7136: ecryptfs-utils needs gettext to run when glibc/eglibc...
1247 #7322: libgomp dependency issue with imagemagick
1248 #7328: Git dl of versions in x/y broken
1250 2014.08-rc2, Released August 18th, 2014
1252 Fixes all over the tree.
1254 User manual restructured / reworked.
1256 Toolchain: Fix for C++ exceptions / pthread_exit() on
1257 uClibc/glibc, C++-11 features with uClibc.
1259 Updated/fixed packages: bandwidthd, bluez5_utils, empty,
1260 espeak, fbv, ffmpeg, gd, gnupg2, gst1-plugin-good, iftop,
1261 infozip, libcuefile, libeml, libnftl, localedef, ltrace,
1262 matchbox, mpd, network-manager, nftables, ngrep, nut, openssl,
1263 oprofile, perl, perl-net-ssleay, postgresql, pppd, procps-ng,
1264 qt, subversion, synergy, systemd, tar, tftpd, webkit,
1265 xapp_rstart, xbmc, xbmc-pvr-addons
1267 Issues resolved (http://bugs.uclibc.org):
1269 #7124: Use BR toolchain externally results a non-bootable...
1270 #7208: Glibc C++ aplications crash if they use exceptions
1271 #7250: Cannot build with -std=c++11
1272 #7262: Generating locale en_US.UTF-8 fails on 64bit fedora..
1273 #7286: systemd 215 doesn't build
1275 2014.08-rc1, Released August 8th, 2014
1277 Fixes all over the tree and new features.
1279 Architecture: Powerpc64 BE/LE added, AVR32 deprecated.
1280 Improved altivec / SPE /atomic instructions
1281 handling. Additional PowerPC CPU variants added.
1283 Defconfigs: Atmel SAMA5D3, Congatec QMX6, Lego ev3, TS-5x00,
1284 qemu-system-xtensa, qemu-aarch64-virt added. A number of
1285 tweaks to existing ones. lpc32xx defconfigs removed.
1287 Toolchain: Microblaze support for internal musl toolchain.
1288 Default to GCC 4.8 for internal toolchain, remove deprecated
1289 4.3 and 4.6 versions.
1290 External CodeSourcery / Linaro toolchain updates, option to
1291 copy gconv libraries for external toolchains.
1293 Infrastructure: graph-depends: misc fixes, transitive
1294 dependencies are not drawn by default. Download handling is
1295 now done using helper scripts. Integrity of downloads can now
1296 be verified using sha* hashes. Subversion download now uses
1297 peg revisions for robustness.
1298 Legal-info: License info of local or overridden packages are
1299 saved as well. Toolchain packages are also taken into account.
1300 autotools: Static linking with libtool / v1.5 improvements.
1301 Gettextize support, similar to autoreconf.
1302 kconfig package infrastructure added.
1304 Misc: Version selection for busybox dropped.
1306 Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils,
1307 alsamixergui, argus, armadillo, at, atftp, atk, avahi,
1308 avrdude, axel, b43-firmware, b43-fwcutter, bandwidthd, bc,
1309 bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
1310 bmon, boa, bonnie, bootutils, bsdiff, btrfs-progs, bustle,
1311 busybox, bwm-ng, bzip2, ca-certificates, cairo, can-utils,
1312 ccache, ccrypt, chrony, cifs-utils, classpath, cloog, cmake,
1313 collectd, connman, coreutils, cosmo, cppcms, cramfs, crda,
1314 cryptodev-linux, cryptodev, ctorrent, cvs, dbus-cpp,
1315 dbus-glib, dbus-python, dbus, dcron, dejavu, devmem2,
1316 dfu-util, dhcp, dhcpcd, dhcpdump, dhrystone, dialog, dillo,
1317 distcc, dmidecode, dmraid, dnsmasq, doom-wad, dropbear,
1318 dropwatch, dsp-tools, dtv-scan-tables, dvb-apps, e2fsprogs,
1319 e2tools, eeprog, eigen, elf2flt, elftosb, enlightenment,
1320 enscript, espeak, ethtool, eudev, evemu, exim, expedite,
1321 explorercanvas, ezxml, faifa, fan-ctrl, fconfig, feh,
1322 fetchmail, ffmpeg, fftw, file, fio, fis, flann, flashrom,
1323 flex, flot, fltk, fontconfig, freerdp, freescale-imx,
1324 freetype, ftop, gcc, gd, gdb, genimage, genromfs, gettext,
1325 giblib, glib-networking, glibc, gmp, gnupg, gnutls, gpm, gpsd,
1326 gptfdisk, gpu-viv-bin-imx6q, gqview, grantlee, gst-ffmpeg,
1327 gst-fsl-plugins, gst1-libav, gst1-plugins-bad,
1328 gst1-plugins-ugly, gtk2-engines, gtk2-theme-hicolor, gtkperf,
1329 gvfs, haserl, hdparm, hostapd, httping, i2c-tools, icu,
1330 imagemagick, imx-lib, inadyn, inotify-tools, input-tools,
1331 ipkg, iproute2, iputils, irda-utils, iw, jack2, jpeg, jquery,
1332 jquery-keyboard, jquery-mobile, jquery-validation, jsmin, kbd,
1333 kexec, kmod, knock, latencytop, lcdapi, leafpad, lesstif,
1334 lftp, libaio, libarchive, libargtable2, libart, libatasmart,
1335 libatomic_ops, libbsd, libcap-ng, libcec, libcgicc, libcgroup,
1336 libconfuse, libcurl, libdrm, libdvdnav, libdvdread,
1337 libeXosip2, libedit, liberation, libesmtp, libev, libevas,
1338 libevdev, libevent, libfcgi, libffi, libfreefare, libfslcodec,
1339 libfslparser, libfslvpuwrap, libgail, libgcrypt, libglade,
1340 libglib2, libgpgme, libgtk2, libhid, libical, libiconv,
1341 libiqrf, libjpeg, liblog4c-localtime, libmbus, libmicrohttpd,
1342 libmms, libndp, libnftnl, libnl, libnspr, libnss, liboauth,
1343 libpcap, libpng, libpthsem, libqmi, libraw, libraw1394,
1344 librsvg, libsoc, libsoup, libsvgtiny, libsysfs, libtasn1,
1345 libtirpc, libtorrent, libusb, libv4l, libwebsockets, libxcb,
1346 libxml2, libyaml, links, linux-firmware, linux-fusion,
1347 linux-headers, linux-pam, lite, live555, lm-sensors,
1348 lockfile-progs, lpc3250loader, lshw, lsof, lsuio, ltrace,
1349 ltris, lua-messagepack, luainterpreter, luajit, luaposix,
1350 luarocks, lvm2, lxc, lz4, lzo, make, makedevs, mdadm,
1351 mediastreamer, mesa3d, metacity, minidlna, mkpasswd,
1352 modem-manager, mongoose, mpd, mpg123, msgpack, mtd, mtools,
1353 mtr, musepack, musl, mysql, nano, nasm, nbd, ncurses, ndisc6,
1354 netatalk, netplug, network-manager, nftables, ngircd, nodejs,
1355 nss-mdns, ntp, nut, olsr, open2300, opencv, openntpd, openocd,
1356 openpgm, openpowerlink, openssh, openssl, openswan, openvpn,
1357 opkg, oprofile, opus-tools, orc, p910nd, pango, parted,
1358 pax-utils, pcmanfm, perf, perl, perl-module-build, php,
1359 pixman, pkgconf, poco, polarssl, popt, portmap, postgresql,
1360 prboom, protobuf-c, proxychains-ng, psmisc, psplash, ptpd2,
1362 python-{bottle,dpkt,id3,mad,msgpack,nfc,pygame,pyzmq,simplejson},
1363 python3, qhull, qt, qt5base, qt5connectivity, qt5declarative,
1364 qt5graphicaleffects, qt5multimedia, qt5quickcontrols,
1365 qt5sensors, qt5svg, qt5webkit, quagga, quota, radvd, rdesktop,
1366 read-edid, rpcbind, rpi-firmware, rpi-userland, rpm,
1367 rsh-redone, rsync, rt-tests, rtmpdump, rtorrent, rubix, ruby,
1368 samba, samba4, sane-backends, sawman, sconeserver, setserial,
1369 sg3_utils, shared-mime-info, smartmontools, smcroute, snappy,
1370 socketcand, spawn-fcgi, sqlite, squashfs, squid, sredird,
1371 startup-notification, statserial, strongswan, stunnel,
1372 sunxi-mali, supervisor, synergy, sysklogd, sysprof, sysstat,
1373 systemd, tcpdump, tcpreplay, texinfo, thrift, thttpd, ti-gfx,
1374 ti-utils, tinyhttpd, torsmo, trace-cmd, transmission, tslib,
1375 tstools, tvheadend, tzdata, uboot-tools, uclibc, udev,
1376 udpcast, usb_modeswitch, usbmount, util-linux, valgrind, vim,
1377 vlc, w_scan, wayland, webrtc-audio-processing, weston, wget,
1378 wireless-regdb, wireless_tools, wireshark, wpa_supplicant,
1379 xapp_{twm,xconsole,xcursorgen,xedit,xfs,xinit,xrandr},
1380 xdriver_xf86-video-intel, xlib_lib{FS,ICE,Xext,Xfont,Xft,Xi},
1381 xproto_fontsproto, xproto_inputproto, xserver_xorg-server,
1382 x11vnc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons, xterm, xvkbd,
1385 New packages: flickcurl, fmc, fmlib, geoip, gnupg2,
1386 google-breakpad, imx-vpu, isl, kexec-lite, libglew, libglu,
1387 libinput, libksba, libmemcached, libmpdclient, librtlsdr,
1388 libuv, libva, libva-intel-driver, linux-zigbee, memcached,
1389 mpdecimal, ncmpc, opencore-amr, patchelf, perl-datetime-tiny,
1390 perl-gd, perl-gdgraph, perl-gdtextutil, perl-io-socket-ssl,
1391 perl-json-tiny, perl-mojolicious, perl-net-ssleay,
1392 perl-path-tiny, perl-try-tiny, perl-xml-libxml,
1393 perl-xml-namespacesupport, perl-xml-sax, perl-xml-sax-base,
1394 php-geoip, php-memcached, pifmrds, pinentry, powerpc-utils,
1395 procps-ng, pwgen, python-cffi, python-daemon, python-flup,
1396 python-ipython, python-numpy, qt5enginio, qt5webkit-examples,
1397 qt5websockets, simicsfs, sispmctl, sox, sshpass, tclap,
1398 twolame, upmpdcli, whois, xlib_libxshmfence, xproto_dri3proto
1400 Removed packages: procps
1402 Issues resolved (http://bugs.uclibc.org):
1404 #5750: Doing a Buildroot build from /usr doesn't work
1405 #5900: config flags to the Xenomai build system
1406 #6230: Cannot compile gcc without threads (uClibc-based)
1407 #6626: procps Unknown HZ value! (XX) Assume 100
1408 #7118: Package "thrift" requires atomic operations
1409 #7154: Local uClibc config file gets overwritten using ...
1410 #7160: host-xz not built
1411 #7166: hostapd: segfault when using RT5370
1412 #7172: Name collision of rpath token expansion and internal..
1413 #7178: NTPd package cannot sync time without a proper ntp.conf
1414 #7184: supervisord depends on libxml2 implicitly
1415 #7196: Unable to build on UBUNTU13.10
1416 #7268: python 2.7 compilation issue on a Debian/Ubuntu ...
1418 2014.05, Released May 31st, 2014
1422 Minor manual fixes. U-Boot now defaults to spl/u-boot-spl.bin
1425 Updated/fixed packages: exim, glibc, gnutls, libfribidi,
1426 qt5base, qt5webkit, sysklogd, thrift, u-boot
1428 2014.05-rc3, Released May 28th, 2014
1432 Updated/fixed packages: acl, attr, connman, dosfstools,
1433 dropbear, dvb-apps, exim, flite, gdb, httping, hwdata,
1434 lesstif, libnss, libv4l, lttng-babeltrace, midori, monit,
1435 mplayer, php, python2, rdesktop, rpi-userland, ruby, samba,
1438 Issues resolved (http://bugs.uclibc.org):
1440 #7100: license info for package 'acl' missing
1441 #7106: license info for package 'attr' missing
1442 #7112: license info for package 'hwdata'
1444 2014.05-rc2, Released May 21st, 2014
1446 Fixes all over the tree.
1448 Stripping using sstrip has been deprecated.
1450 BR2_EXTERNAL can now also be used to implement custom
1453 The newly added BR2_GRAPH_DEPTH variable to limit the depth of
1454 the generated dependency graph has been renamed to
1455 BR2_GRAPH_DEPS_OPTS, so additional options can be supported in
1458 The virtual package infrastructure will now error out early
1459 if multiple packages providing the same virtual package has
1460 been enabled (E.G. opengl). This change requires that the
1461 packages explicitly declare what virtual package(s) they
1464 Updated/fixed packages: acpid, armadillo, avahi, bellagio,
1465 btrfs-progs, cairo, clapack, directfb, duma, ecryptfs-utils,
1466 elfutils, eudev, fbgrab, fio, flann, fluxbox, gdb, gpm,
1467 gpu-viv-bin-mx6q, gst1-plugins-good, gst-plugins-good,
1468 imagemagick, iprutils, ipsec-tools, jack2, libdvdnav,
1469 libdvdread, libnss, libunwind, linux-headers, lsof, lua,
1470 luajit, matchbox-keyboard, mesa3d, mpd, mplayer, mtr, mysql,
1471 netsnmp, nodejs, openpowerlink, openvpn, pciutils,
1472 php-imagick, postgresql, pulseaudio, qt5quick1, rpi-userland,
1473 rsyslog, samba, samba4, sane-backends, sunxi-mali, systemd,
1474 ti-gfx, tstools, udev, webkit, wpa_supplicant, xbmc,
1475 xlib_libXpm, xserver_xorg-server, zyre
1477 Issues resolved (http://bugs.uclibc.org):
1479 #5396: Boot hangs when starting samba if BR2_ENABLE_LOCALE...
1480 #7016: Git issues in resulting buildroot tar
1481 #7094: pciutils doesn't build on Blackfin
1483 2014.05-rc1, Released May 13th, 2014
1485 Fixes all over the tree and new features.
1487 Architectures: Support for MIPS o32 ABI on MIPS-64 targets has
1488 been removed. Building o32 ELF files for MIPS64 is an exotic
1489 configuration that nobody should be using. If o32 is required,
1490 then is better if it's built for MIPS 32-bit cores so only
1491 32-bit instructions will be used leading to a more efficient
1493 Support for the ARM A12 variant and Intel corei7.
1495 Configs: Minnowboard and Altera SoCkit added, QEMU updates.
1497 Bootloaders: Grub2 and gummiboot support, syslinux support
1500 Toolchains: GCC 4.9. Glibc 2.19. Support for the musl C
1501 library for internal and external toolchains. 4.8-R3 support
1502 for ARC, Internal toolchain support for Aarch64 and
1503 Microblaze. Environment variable to control debug output of
1504 toolchain wrapper renamed to BR2_DEBUG_WRAPPER to match the
1505 other variables. Toolchain tuple vendor name can now be
1506 customized. Updated external Linaro ARM/Aarch64
1507 toolchains. Added external Linaro ARMEB toolchain.
1508 A GDB gdbinit file is now generated for external toolchains to
1509 automatically set the correct sysroot.
1511 Kconfig handling for minimum kernel headers version required
1512 for packages. Now packages needing specific kernel header
1513 features can specify these requirements in Kconfig.
1515 Infrastructure: Support for (but disabled as it leads to
1516 unreproducible builds) toplevel parallel builds. See the
1517 comment at the top of Makefile for details about how to enable
1518 it and what the problems are if you want to test it.
1519 Python package infrastructure extended to support Python 3.x
1520 Perl and virtual package infrastructure support added.
1521 PRE_*_HOOKS support for all build steps.
1523 Updated/fixed packages: acpid, agentpp, aiccu, apr, avahi,
1524 barebox, bash, beecrypt, bellagio, binutils, boost,
1525 boot-wrapper-aarch64, bustle, busybox, ca-certificates, cairo,
1526 ccache, ccid, cgilua, chrony, cifs-utils, civetweb, cmake,
1527 collectd, connman, coreutils, coxpcall, cppcms, cppzmq, crda,
1528 cryptodev, cryptsetup, cups, czmq, dbus, dhcpdump, directfb,
1529 dmalloc, dmraid, dnsmasq, dosfstools, dsp-tools, dtc,
1530 dvb-apps, ebtables, ecryptfs-utils, eigen, erlang, ethtool,
1531 evemu, evtest, f2fs-tools, fdk-aac, feh, ffmpeg, file, filemq,
1532 flac, flot, fmtools, fping, freetype, fswebcam, gcc, gd, gdb,
1533 gettext, giblib, git, glibc, glibmm, glib-networking, gmp,
1534 gnutls, gpm, gpsd, gpu-viv-bin-mx6q, grep, gst1-libav,
1535 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
1536 gst1-plugins-ugly, gst-ffmpeg, gst-fsl-plugins, gst-omx,
1537 gst-plugins-good, gstreamer1, gvfs, harfbuzz, haveged,
1538 hostapd, htop, httping, ifplugd, iftop, igmpproxy,
1539 imagemagick, imlib2, imx-lib, infozip, intltool, iproute2,
1540 ipsec-tools, ipset, jansson, jpeg, jpeg-turbo, jquery,
1541 jquery-keyboard, jquery-ui, jquery-ui-themes, json-glib,
1542 json-javascript, kexec, kmod, lame, lbase64, lbreakout2,
1543 lcdproc, lftp, libao, libatasmart, libatomic_ops, libcap,
1544 libcdio, libcec, libcgicc, libcgroup, libcurl, libdrm,
1545 libdvdnav, libdvdread, libegl, libeio, libenca, libesmtp,
1546 libevas, libevdev, libfribidi, libfslcodec, libfslparser,
1547 libfslvpuwrap, libgail, libgles, libglib2, libgtk2, libhid,
1548 libjpeg, libmbim, libmicrohttpd, libmodplug, libnftnl,
1549 libnspr, libogg, libopenmax, libopenvg, libpcap, libplayer,
1550 libpng, libpthread-stubs, librsvg, libsigsegv, libsocketcan,
1551 libsoup, libtasn1, libtool, libtpl, libunwind, liburcu,
1552 libusb, libwebsockets, libxcb, libxml2, libxmlpp, libyaml,
1553 lighttpd, linphone, linux-firmware, linux-headers, ljsyscall,
1554 lmbench, lsof, ltp-testsuite, ltris, lttng-babeltrace,
1555 lttng-libust, lttng-modules, lttng-tools, lua, lua-cjson,
1556 luacrypto, lua-ev, luaexpat, luaexpatutils, luafilesystem,
1557 luainterpreter, luajit, lua-msgpack-native, luaposix,
1558 luarocks, luasec, luasocket, luasql-sqlite3, lvm2, macchanger,
1559 memstat, mesa3d, metacity, minidlna, mmc-utils,
1560 mobile-broadband-provider-info, modem-manager, mongrel2,
1561 monit, mpd, mplayer, msmtp, mtd, mtools, mutt, mysql, nasm,
1562 ncurses, ne10, netatalk, netsnmp, nettle, network-manager,
1563 newt, nfs-utils, nmap, nodejs, ntfs-3g, ntp, nut, ofono, ola,
1564 olsr, omniorb, opencv, opengl, openpgm, openssh, openssl,
1565 openswan, openvpn, orbit, orc, p11-kit, pango, parted,
1566 pciutils, pcre, pcsc-lite, perf, perl, perl-xml-parser, php,
1567 picocom, pixman, pkgconf, poppler, popt, portmap, powervr,
1568 pppd, pptp-linux, proftpd, protobuf, protobuf-c, ptpd2,
1569 pulseaudio, python, python3, python-bottle, python-m2crypto,
1570 python-netifaces, python-pyasn, python-pycrypto,
1571 python-pygame, python-pysnmp, python-pysnmp-apps,
1572 python-pysnmp-mibs, python-serial, python-setuptools,
1573 qextserialport, qt, qt5, qt5base, qt5connectivity,
1574 qt5declarative, qt5graphicaleffects, qt5imageformats,
1575 qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
1576 qt5sensors, qt5serialport, qt5svg, qt5webkit, qt5x11extras,
1577 qt5xmlpatterns, qtuio, qwt, radvd, readline, rings,
1578 rpi-firmware, rpi-userland, rsh-redone, rsync, rsyslog, rtai,
1579 rtmpdump, rt-tests, ruby, samba, sconeserver, scons, sdl,
1580 sdl_image, sdl_mixer, sg3_utils, slang, smstools3, snmppp,
1581 socat, speex, sqlcipher, sqlite, squashfs, squid, strongswan,
1582 stunnel, sunxi-boards, sunxi-mali, sunxi-tools, sylpheed,
1583 syslinux, sysstat, systemd, taglib, tcl, tcllib, tcpreplay,
1584 tidsp-binaries, ti-gfx, tmux, tvheadend, tzdata, uboot,
1585 uboot-tools, uclibc, udev, udisks, ulogd, usb_modeswitch,
1586 usb_modeswitch_data, usbmount, util-linux, valgrind, vlc,
1587 webkit, weston, wget, wireshark, wpa_supplicant, wsapi,
1588 w_scan, xapp_appres, xapp_bdftopcf, xapp_beforelight,
1589 xapp_bitmap, xapp_editres, xapp_fslsfonts, xapp_fstobdf,
1590 xapp_iceauth, xapp_ico, xapp_mkfontscale, xapp_rgb,
1591 xapp_rstart, xapp_sessreg, xapp_showfont, xapp_twm,
1592 xapp_viewres, xapp_xauth, xapp_xbacklight, xapp_xcalc,
1593 xapp_xclock, xapp_xditview, xapp_xdpyinfo, xapp_xdriinfo,
1594 xapp_xev, xapp_xfd, xapp_xfontsel, xapp_xfs, xapp_xfsinfo,
1595 xapp_xgc, xapp_xhost, xapp_xinit, xapp_xkbutils, xapp_xkill,
1596 xapp_xload, xapp_xlsclients, xapp_xlsfonts, xapp_xmag,
1597 xapp_xman, xapp_xmessage, xapp_xmodmap, xapp_xprop,
1598 xapp_xrandr, xapp_xrdb, xapp_xrefresh, xapp_xset,
1599 xapp_xsetroot, xapp_xsm, xapp_xstdcmap, xapp_xvidtune,
1600 xapp_xvinfo, xapp_xwd, xapp_xwininfo, xcb-util-wm,
1601 xdriver_xf86-input-evdev, xdriver_xf86-input-joystick,
1602 xdriver_xf86-input-keyboard, xdriver_xf86-input-mouse,
1603 xdriver_xf86-input-synaptics, xdriver_xf86-input-vmmouse,
1604 xdriver_xf86-video-ark, xdriver_xf86-video-ast,
1605 xdriver_xf86-video-ati, xdriver_xf86-video-cirrus,
1606 xdriver_xf86-video-dummy, xdriver_xf86-video-fbdev,
1607 xdriver_xf86-video-geode, xdriver_xf86-video-glide,
1608 xdriver_xf86-video-glint, xdriver_xf86-video-i128,
1609 xdriver_xf86-video-intel, xdriver_xf86-video-mach64,
1610 xdriver_xf86-video-mga, xdriver_xf86-video-neomagic,
1611 xdriver_xf86-video-newport, xdriver_xf86-video-nv,
1612 xdriver_xf86-video-openchrome, xdriver_xf86-video-r128,
1613 xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
1614 xdriver_xf86-video-sis, xdriver_xf86-video-tdfx,
1615 xdriver_xf86-video-tga, xdriver_xf86-video-trident,
1616 xdriver_xf86-video-vesa, xdriver_xf86-video-vmware,
1617 xdriver_xf86-video-voodoo, xenomai, xerces, xl2tp, xlib_libFS,
1618 xlib_xtrans, xproto_xproto, xserver_xorg-server,
1619 xutil_util-macros, zeromq, zic, zmqpp, zyre
1621 New packages: armadillo, btrfs-progs, clapack, cosmo, dado,
1622 dbus-triggerd, dtv-scan-tables, e2tools, eudev, exim, expect,
1623 fetchmail, flann, flite, gnu-efi, grub2, gummiboot, heimdal,
1624 iprutils, iptraf-ng, jack2, jquery-mobile, libee, libestr,
1625 libgc, libgl, liblogging, libndp, libsoxr, libstrophe,
1626 libubox, libuci, libxmlrpc, ljlinenoise, lpeg, lpty, lrandom,
1627 lsqlite3, lua-coat, lua-coatpersistent, lua-csnappy, luajson,
1628 lualogging, lua-messagepack, lua-testmore, lunit, lzip, lzlib,
1629 musl, nftables, opentyrian, opentyrian-data,
1630 perl-module-build, php-gnupg, php-imagick, php-ssh2, php-yaml,
1631 php-zmq, postgresql, python-libconfig, python-pypcap,
1632 python-pyrex, qdecoder, qhull, samba4, smack, tz, tzdump, ucl,
1633 upx, vo-aacenc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons,
1634 yaffs2utils, zlog, znc
1636 Removed packages: crosstool-ng, python-distutilscross, vala
1638 Issues resolved (http://bugs.uclibc.org):
1640 #6842: Checking external toolchain for eabihf
1641 #6956: Packaging libsoxr
1642 #6986: Make legal-info fails on uboot versions before 2014.01
1643 #6992: Incorrect installation rights on external kernel module..
1645 2014.02, Released February 27th, 2014
1649 Updated/fixed packages: cegui06, cppdb, e2fsprogs, gcc, gdb,
1650 gst1-plugins-bad, gstreamer, gstreamer1, haserl, imagemagick,
1651 libpng, libxml2, lua, luajit, luarock, ncftp, openswan,
1652 pcsc-lite, qt5connectivity, ramsmp, strongswan, vlc
1654 Issues resolved (http://bugs.uclibc.org):
1656 #6938: mkuser script generates wrong password for new user in..
1658 2014.02-rc3, Released February 25th, 2014
1662 Updated/fixed packages: aiccu, ala-lib, alsa-utils, binutils,
1663 cairo, coreutils, dhcpcd, distcc, efl, evas, iputils, gdb,
1664 gpsd, gst-fsl-plugins, icu, libcec, libcgi, libplayer,
1665 libsecret, libsepol, libsigsegv, libtool, libv4l,
1666 linux-headers, matchbox-lib, mpg123, ncftp, opencv, pcmanfm,
1667 pixman, pv, qt, rt-tests, sawman, sconeserver, sdl, thrift,
1668 tvheadend, util-linux, webkit, xscreensaver
1670 Issues resolved (http://bugs.uclibc.org):
1672 #4706: Removing .stamp_target_installed does not trigger...
1673 #5030: busybox built fails if we use an override src dir...
1674 #5420: Dbus and /var/run management
1675 #5768: Not able to build ALSA-Lib for static build
1676 #5774: Not able to build ALSA-Utils for static build
1677 #6542: external python modules fail to compile to pyc if...
1678 #6764: Support for kernel signed modules
1679 #6794: Busybox compiled from buildroot hangs on pass from...
1681 2014.02-rc2, Released February 20th, 2014
1683 Fixes all over the tree. Static linking / nommu fixes and
1684 annotations for several packages.
1686 Updated/fixed packages: boost, busybox, collectd, coreutils,
1687 dropbear, elfutils, feh, gcc, gst1-libav, imagemagick, iozone,
1688 jimtcl, kexec, libvncserver, lvm2, lxc, mplayer, netsnmp, nut,
1689 opencv, python, python3, qtuio, systemd, thrift, transmission,
1692 Issues resolved (http://bugs.uclibc.org):
1694 #5450: AT91SAM9260 Bootstrap compilation problem
1695 #5582: libiconv 1.14 failed to build
1696 #5624: When building directfb, BR2_TARGET_LDFLAGS not used by..
1697 #5852: [2012.11] usb_modeswitch should depends of "BR2_PACK..
1698 #6218: binutils-2.23.2/gas fails with undefined reference to..
1699 #6236: binutils-2.23.2/bfd fails with undefined reference to..
1700 #6470: If the build directory is a child of /usr, the build..
1701 #6776: systemd error: static declaration of 'execvpe' follows..
1702 #6818: toolchainfile.cmake has absolut path references
1704 2014.02-rc1, Released February 11th, 2014
1706 Fixes all over the tree and new features.
1708 Support for external packages/defconfigs (BR2_EXTERNAL). See
1709 user manual for details.
1711 Cleanup of environment variable names for consistency. The
1712 download directory location override (BUILDROOT_DL_DIR) is now
1713 called BR2_DL_DIR. Likewise the name of the current .config is
1714 renamed from BUILDROOT_CONFIG to BR2_CONFIG. Please update
1715 your post build scripts if you use this! BUILD_DIR is now also
1716 exported to the post build/image scripts.
1718 Toolchain: GCC 4.8 fix for ARM stack corruption, reverted
1719 uClibc pread/pwrite backport as they cause issues on certain
1720 architectures, new Linaro and Sourcery Codebench toolchains.
1721 x86: Support for AMD Jaguar cores, SSE4.x, SH: SH2/SH3/SH3EB
1722 variants removed, Microblaze: Internal toolchain support
1724 Legal infrastructure: Info is now split between host and
1725 target packages, large number of license annotations.
1727 Lua: selection between lua 5.1 / 5.2, luarocks support
1729 Python: package infrastructure, many new packages.
1731 Defconfigs: Armadeus APF51 + Zedboard added, apf27, apf28,
1732 beaglebone, microblaze, pandaboard, qemu, raspberry pi
1735 Updated/fixed packages: aiccu, alsa-lib, alsa-utils,
1736 am33x-cm3, aumix, autoconf, automake, barebox, bellagio,
1737 berkeleydb, binutils, bison, blackbox, bluez_utils, boost,
1738 bustle, busybox, cairo, can-utils, ccache, ccid, cgilua,
1739 cifs-utils, civetweb, cmake, collectd, connman, copas,
1740 coreutils, coxpcall, cppzmq, cramfs, crda, cryptodev-linux,
1741 cryptsetup, cups, czmq, dhcpcd, dhcpdump, dhrystone, dialog,
1742 dmraid, dnsmasq, dosfstools, dropbear, dropwatch, dtc, duma,
1743 dvb-apps, e2fsprogs, eglibc, eigen, elf2flt, erlang, ethtool,
1744 f2fs-tools, ffmpeg, file, filemq, fio, flashrom, flex,
1745 fluxbox, fontconfig freerdp, freetype, gadgetfs-test, gawk,
1746 gcc, gdb, gdbm, gettext, git, glibc, gnupg, gnutls, gob2,
1747 gpsd, grep, grub, gst-ffmpeg, gst-plugins-good,
1748 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
1749 gst1-plugins-ugly, gstreamer, gstreamer1, gtest, icu, iftop,
1750 imagemagick, inadyn, infozip, iozone, iproute2, iptables, iw,
1751 jpeg, jpeg-turbo, jq, kexec, kmod, knock, lbase64, lcdapi,
1752 lftp, libcdaudio, libcgi, libcgicc, libcuefile, libcurl,
1753 libdmtx, libdrm, libdvdnav, libdvdread, libegl, libevent,
1754 libexif, libfcgi, libfreefare, libgles, libglib2, libllcp,
1755 libmicrohttpd, libmpd, libnfc, libnl, libnss, libopenmax,
1756 libopenvg, libpcap, libpfm4, libplayer, libpng, libqmi,
1757 libreplaygain, libroxml, libsamplerate, libsexy, libsigsegv,
1758 libsndfile, libsoc, libtasn1, libtorrent, libtpl, libupnp,
1759 libusb, libusb-compat, libvorbis, libxcb, libxml2, libxmlpp,
1760 libyaml, lighttpd, linknx, linux-firmware, linux-pam, live555,
1761 lm_sensors, lmbench, lockdev, logrotate, lrzsz, ltrace, lua,
1762 lua-ev, lua-msgpack-native, luabitop, luaexpat, luaexpatutils,
1763 luafilesystem, luajit, luaposix, luasec, luasocket,
1764 luasql-sqlite3, m4, matchbox, mdadm, minicom, mongrel2, mpc,
1765 mpd, mpg123, mplayer, mtd, mysql, lvm2, mxml, ncurses, ne10,
1766 neard, neardal, netsnmp, netstat-nat, network-manager, nodejs,
1767 numactl, ofone, ola, olsr, omniorb, open2300, opencv,
1768 openpowerlink, openssh, openssl, openvpn, oprofile, opus,
1769 opus-tools, orbit, p11-kit, parted, pcre, pcsc-lite, perl,
1770 php, poco, poppler, powervr, protobuf-c, psplash, python,
1772 python-{crc16,distutilscross,dpkt,id3,ipy,m2crypto,mad,meld},
1773 python-{netifaces,nfc,protobuf,pygame,pyparsing,pyro,pyzmq},
1774 python-{serial,setuptools}, qt, qt5base, qt5connectivity,
1775 qt5declarative, qt5graphicaleffects, qt5jsbackend,
1776 qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
1777 qt5webkit, radvd, redis, rings, rng-tools, rpcbind,
1778 rpi-firmware, rpi-userland, rt-tests, sam-ba, samba, sawman,
1779 sconeserver, scons, sdl, sg3_utils, snappy, snmppp,
1780 socketcand, spice, spice-protocol, sqlcipher, sqlite, squid,
1781 sshfs, strace, subversion, sunxi-mali, supervisor, sysklogd,
1782 sysprof, sysstat, systemd, sysvinit, taglib, tar, tcpdump,
1783 ti-gfx, ti-utils, tinymembench, tn5250, trace-cmd,
1784 transmission, tvheadend, tzdata, zxing, uboot, uboot-tools,
1785 uclibc, udev, udpcast, ulogd, urg, usb_modeswitch_data,
1786 util-linux, vala, valgrind, vorbis-tools, wavpack, wayland,
1787 weston, wget, wireless-regdb, wireshark, wpa_supplicant,
1788 wsapi, xavante, xapp_xdpyinfo, xapp_xrandr, xcb-proto,
1789 xdriver_xf86-video-intel, xenomai, xkeyboard-config, xl2tp,
1790 xlib_lib{FS,SM,X11},
1791 xlib_libX{au,aw,composite,cursor,damage,ext,fixes,font,i},
1792 xlib_libX{inerama,mu,pm,randr,render,res,t,tst,v,xf86dga},
1793 xlib_libXxf86vm, xlib_libdmx, xlib_libfontenc,
1794 xlib_libpciaccess, xlib_xtrans, xproto_dri2proto,
1795 xproto_{glproto,inputproto,presentproto,randrproto,videoproto},
1796 xproto_xextproto, xproto_xproto, xutil_util-macros,
1797 xutil_makedepend, zic, zmqpp, zxing, zsh, zyre
1799 New packages: apitrace, avrdude, c-ares, ca-certificates,
1800 cwiid, dbus-cpp, evemu, fping, fswebcam, gpm, gst1-libav,
1801 haveged, intel-microcode, iucode-tools, jasper, joe, ktap,
1802 lbreakout2, libass, libbluray, libcdio, libenca, libevdev,
1803 libmbim, libmodplug, libnfs, libnftnl, libplist, libshairplay,
1804 libsocketcan, ljsyscall, log4cplus, ltris, luainterpreter,
1805 luarocks, minidlna, mmc-utils, modemmanager, mtr, net-tools,
1806 python-configobj, python-dialog, python-json-schema-validator,
1807 python-keyring, python-msgpack, python-posix-ipc,
1808 python-pyasn, python-pycrypto, python-pysnmp,
1809 python-pysnmp-apps, python-pysnmp-mibs, python-pyusb,
1810 python-simplejson, python-tornado, python-versiontools,
1811 rtmpdump, rtptools, smcroute, smstools3, tcpreplay, thrift,
1812 ti-uim, tinyxml, tmux, vlc, wmctrl, xconsole
1814 Removed packages: autoconf, automake, ccache, cpanminus, lzma,
1815 netkitbase, netkittelnet, pkg-config, squashfs3, ttcp, xstroke
1817 Issues resolved (http://bugs.uclibc.org):
1819 #65: new package: dbus c++ language bindings
1820 #769: Update configuration menu for MIPS target
1821 #2419: Add a bundle of Lua modules
1822 #2629: Segmentation faults and division by zero in Grub on ext2
1823 #3811: Added auto-mount for USB and SD Card (mdev) (for 2011.05)
1824 #4339: Allow override of DL_DIR in extract step
1825 #4363: Make sure that copied linux and busybox defconfig are...
1826 #4454: There should be simple way to update image, when chang...
1827 #5024: grub fails to build for x86_64 target architecture
1828 #5066: New-Package: net-tools
1829 #5072: ncurses: add ncurses-progs to target
1830 #5294: uclibc build ignores target CFLAGS and LDFLAGS
1831 #5366: Login doesn't work with util-linux versions of login/agetty
1832 #5378: dropbear Makefile broken
1833 #5390: System banner - change to empty doesn't remove /etc/issue
1834 #5780: spurious build failure because it cannot remove ubinize.cfg
1835 #5798: ncurses-5.9 fails to compile statically
1836 #5810: Buildroot 2012.11: Additional GCC option "-msoft-float" ...
1837 #6080: Git fetch caching
1838 #6092: Bootable ISO image creation seems to have stopped working..
1839 #6272: coreutils build fails
1840 #6434: apply-patches.sh does not work recursively
1841 #6446: eglibc doesn't install ldconfig to target
1843 #6596: Slow bootup if mdev is chosen
1844 #6656: Build Qt5 with ccache
1845 #6662: internal compiler error: Segmentation fault during making..
1846 #6722: Usage of $($(PKG)_DIR_PREFIX) is an issue with linux package
1847 #6752: genext2fs: e2fsck must run before tunefs -U random
1848 #6770: openssl 1.0.1f fails with ccache
1849 #6830: Qt5: no fonts are installed
1850 #6848: Qt5: no text shown in simple QWidget / frame-buffer setup
1851 #6854: Update to Qt 5.2.1
1853 2013.11, Released November 30th, 2013:
1857 Updated/fixed packages: apr, binutils, dbus-python, dropwatch,
1858 ecryptfs-utils, eglibc, gdb, gpsd, grantlee, hostapd,
1859 iptables, qlibiscsi, libnspr, libnss, libpfm4, libtool,
1860 lua-ev, lvm2, mplayer, qt, qt5, quagga, ruby, tinymembench,
1861 tvheadend, util-linux, wpa_supplicant
1863 Issues resolved (http://bugs.uclibc.org):
1865 #1279: Buildroot compiled Busybox and Coreutils LFS issues
1866 #2995: -fstack-protector-all causes ssh to SIGSEGV
1867 #5570: Cannot compile software on the target machine
1868 #6428: util-linux libmount segfaults with patch from buildroot
1869 #6500: php fails to build for armel
1870 #6554: gdb needs to dependents on host texinfo
1871 #6692: GNU nano fails to compile for x86_64
1872 #6704: wpa_supplicant: fix wrong path to executable file in D-Bus
1874 2013.11-rc3, Released November 26th, 2013
1876 Fixes all over the tree.
1878 Architecture: Mark MIPS I, II, III and IV as deprecated.
1880 Updated/fixed packages: beecrypt, dbus, e2fsprogs, libcap-ng,
1881 libglib2, libroxml, libsigsegv, libvncserver, lxc, mdadm,
1882 mongoose, nut, ola, omniorb, openssl, pcre, php, poco,
1883 protobuf-c, pv, qt5base, ruby, schifra, squid, sunxi-mail,
1884 swig, ti-gfx, tinymembench, uclibc, udisks, vim
1886 2013.11-rc2, Released November 18th, 2013
1888 Fixes all over the tree.
1890 Defconfigs: qemu_arm_versatile, qemu_arm_nuri, sheevaplug:
1891 Adjust kernel versions.
1893 Toolchain: avr32: fix for modern kernel headers
1895 Bootloader: Barebox updated to 2013.10.1
1897 Updated/fixed packages: dhcp, e2fsprogs, gst1-plugins-bad,
1898 libcurl, libvncserver, nano, pc, qt5base, squashfs, ttcp,
1901 Issues resolved (http://bugs.uclibc.org):
1903 #3601: DHCPD S80dhcp-server startup script issues
1904 #6320: Fix kernel compile issue if BR2_LINUX_KERNEL_CUSTOM_GIT_VERS..
1905 #6416: Xenomai package, patch alternative
1906 #6590: directfb-examples build failed whit linaro toolchain
1908 2013.11-rc1, Released November 12th, 2013
1910 Architectures: Nios-II support, MIPS arch handling fixes
1912 Defconfigs: cubieboard2, freescale i.MX 6sololite evk,
1913 sabre-sd, wandboard added, rpi renamed to raspberrypi_defconfig
1915 Toolchain: glibc support, upstream uClibc fixes, uClibc 0.9.31
1916 for avr32, crosstool-ng backend removed, external musl
1917 toolchain support, gcc 4.8.2, updated Linaro external
1918 toolchains. Fortran and objective-C support deprecated,
1921 Bootloaders: U-Boot: u-boot.imx support, version bumps
1923 Linux: use kmod instead of module-init-tools
1925 System: default to devtmpfs for /dev
1927 Infrastructure: Make 3.82 fixes, locales generation fixes, CVS
1928 download support, post-rsync hooks
1930 Fs: u-boot image support for cpio
1932 Updated/fixed packages: aircrack-ng, alsamixergui, apr,
1933 apr-util, atk, automake, bellagio, berkeleydb, bind, binutils,
1934 bison, boost, busybox, can-utils, ccache, ccid, cgilua,
1935 chrony, cifs-utils, cjson, collectd, connman, conntrack-tools,
1936 copas, cppcms, cppzmq, czmq, dash, dbus, dhcpcd, diffutils,
1937 directfb, dmidecode, dnsmaqs, docker, dosfstools, dropbear,
1938 dropwatch, ebtables, eglibc, elf2flt, empty, enchant, erlang,
1939 ethtool, fbgrab, fbv, fdk-aac, feh, ffmpeg, file, findutils,
1940 fltk, fmtools, freetype, gdk-pixbuf, gettext, git,
1941 glib-networking, gmp, gnupg, gnutls, gpu-viv-bin-mx6q, gsl,
1942 gstreamer, gstreamer1, gst1-plugins-{bad,base,good,ugly},
1943 gtest, gutenprint, hplip, i2c-tools, icu, ifplugd,
1944 imagemagick, iozone, iproute2, ipset, iptables, iw, jamvm,
1945 jansson, jpeg-turbo, kismet, kmod, lcms2, libassuan, libcap,
1946 libcap-ng, libcdaudio, libcec, libcue, libcurl, libdrm,
1947 libedit, libevas, libevent, libfreefare, libfuse,
1948 libgpg-error, libiconv, liblog4c-localtime, libmicrohttpd,
1950 libnetfilter_{acct,conntrack,cthelper,cttimeout,log,queue},
1951 libnfnetlink, libnl, libpng, libqmi, libqrencode, libroxml,
1952 libsecret, libsigsegv, libsoup, libtirpc, libunwind, libusb,
1953 libvpx, lighttpd, linphone, linux-pam, lmbench,
1954 lockfile-progs, log4cxx, logrotate, logsurfer, ltp-testsuite,
1955 ltrace, luacrypto, luaposix, lvm2, m4, matchbox-lib,
1956 media-ctl, mediastreamer, minicom, minidlna, mongoose, monit,
1957 mpc, mpd, mpg123, mplayer, mrouted, mtdev, mutt, mysql_client,
1958 nano, ncftp, ndisc6, neard, neardal, neon, net-snmp, netatalk,
1959 netcat, netkitbase, netperf, netplug, nettle, nfacct,
1960 nfs-utils, ngircd, ngrep, noip, nuttcp, olsr, openssh, opkg,
1961 oprofile, opus-tools, orc, ortp, pciutils, pcre, pcsc-lite,
1962 perf, perl, perl-cross, php, picocom, pkgconf, polarssl,
1963 poppler, pppd, proftpd, protobuf, proxychains-ng, pulseaudio,
1964 pv, qemu, qt, qt5base, qt5webkit, quagga, radvd, redis,
1965 rpi-{firmware,userland}, rrdtool, rsync, rtorrent, ruby,
1966 samba, scons, screen, sdl_sound, ser2net, setserial,
1967 smartmontools, socat, socketcand, sqlcipher, sqlite, squid,
1968 stress, strongswan, stunnel, sudo, syslinux, systemd,
1969 sysvinit, tcl, ti-gfx, time, transmission, tremor, tslib,
1970 tstools, tvheadend, tzdata, uboot-tools, uclibc, udpcast,
1971 uemacs, ulogd, usb_modeswitch{,_data}, util-linux, vala,
1972 valgrind, vde2, vorbus-tools, vpnc, vsftpd, vtun, wayland,
1973 webkit, webp, webrtc-audio-processing, weston, wget,
1974 wireshark, wsapi, xavante, xdriver_xf86-video-geode, xenomai,
1975 xinetd, xlib_libpthread-stubs, xl2tp, xmlstarlet,
1976 xserver_xorg-server, xz, zeromq, zic, zmqpp
1978 New packages: aiccu, autossh, bc, civetweb, cppdb, cryptsetup,
1979 duma, eigen, harfbuzz, igmpproxy, iputils, jq, knock, kobs-ng,
1980 lesstif, libcgroup, libsepol, libsoc, libssh2, luasec, luasql,
1981 lxc, nut, ola, omniorb, openpowerlink, orbit, p910nd, psplash,
1982 python-crc16, python-ipy, python-pyzmq, qt5sensors,
1983 qt5serialport, qt5x11extras, snmppp, subversion, tcping,
1984 trace-cmd, xscreensaver, zsh
1986 Removed packages: module-init-tools
1988 Issues resolved (http://bugs.uclibc.org):
1990 #1138: Buildroot fails to build packages if BR2_GCC_SHARED_LIBGCC=y
1991 #5408: qt build failure with Sourcery CodeBench ARM 2010.09
1992 #5630: makefile error with toolchain helpers.mk
1993 #5672: htop: remove X11 stuff
1994 #5678: linux.mk: linux-menuconfig fails
1995 #5696: python3 installation is too large, patches from python2 needed
1996 #5978: Erlang does not build for arm in 2013.02-rc3
1997 #6392: Extended ARM uImage kernel options
1998 #6404: Buildroot's coreutils 'uname -p' reports 'Unknown' on recent..
1999 #6428: util-linux libmount segfaults with patch from buildroot
2000 #6452: eglibc from Linaro 2013.07 not copied to target correctly
2001 #6566: PHP segfault when crosscompiled to mips64 - patch included
2002 #6572: [PowerPC] Buildroot uses wrong external toolchain libraries..
2003 #6578: udisks package broken
2004 #6602: ebtables 64 bit kernel + 32 bit userland alignment error..
2005 #6608: ebtables missing ethertypes - fix included
2006 #6620: Sysvinit package missing killall5 and symlinks - patch included
2007 #6632: CMake use host pkg-config
2008 #6638: pkgconf doesn't download
2009 #6644: "all" target doesn't work in out-of-tree builds
2010 #6650: Segmentation fault when trying to build latest buildroot
2011 #6668: iptables limit module alignment problem on mips64
2013 2013.08, Released August 31th, 2013:
2017 Documentation build fixed.
2019 Updated/fixed packages: ltrace, strongswan
2021 2013.08-rc3, Released August 29th, 2013:
2023 Fixes all over the tree.
2025 External toolchain lib32/lib64 handling, ABI name for EABIhf,
2026 misc fixes for generatelocales, apply-patches and module
2029 Top level menu names reordered and renamed for clarity.
2031 Updated/fixed packages: acl, attr, bash, dbus, directfb,
2032 dvb-apps, kexec, kmod, libbsd, linux-fusion, mesa3d, minidlna,
2033 openssh, openssl, pulseaudio, python-setuptools, qt5,
2034 qt5webkit, redis, strongswan, sunxi-mali
2036 Issues resolved (http://bugs.uclibc.org):
2038 #6464: dbus-daemon-launch-helper needs setuid
2040 2013.08-rc2, Released August 16th 2013:
2042 Documentation improvements.
2044 External toolchains fixes.
2046 Updated/fixed packages: aircrack-ng, bash, boost, cairo,
2047 cppcms, eglibc, ffmpeg, gcc, git, gnupg, imagemagick, libcec,
2048 libffi, libgcrypt, linux, linux-headers, ltrace, netatalk,
2049 opencv, opengl, readline, samba, strongswan, sunxi-cedarx,
2050 uclibc, udev, wayland, webkit, zeromq.
2052 Issues resolved (http://bugs.uclibc.org):
2054 #6440: typo in ffmpeg makefile
2056 2013.08-rc1, Released August 5th, 2013:
2059 - improved support for floating point on ARM and Thumb/Thumb2
2060 - support for ARM OABI removed
2063 - support added for Sourcery CodeBench ARM and MIPS 2013.05
2064 - Linaro ARM and Aarch64 toolchains updated
2065 - support added for the Arago ARMv5 and ARMv7 toolchains
2066 - gcc 4.8.x version bumped
2067 - support for installing both FDPIC and FLAT libraries on
2069 - support for uClibc 0.9.31 removed,
2070 - convert the internal toolchain backend to use the package
2072 - support added for eglibc in the internal toolchain backend
2073 - toolchain components for the ARC architecture updated and
2075 - support for Blackfin in the internal toolchain fixed
2077 Defconfigs: beaglebone_defconfig updated, new defconfig for
2078 CubieBoard, for Olimex mx233 Olinuxino, for Calao Systems
2081 A number of packages have been fixed to use the
2082 <pkg>_CONFIG_SCRIPTS mechanism to get their <pkg>-config shell
2083 script installed and modified properly. Licensing informations
2084 has been added to a number of packages.
2086 Use XZ tarballs for a number of packages.
2088 Noticeable package changes/additions:
2089 - The glib2/libgtk2/webkit stack has been updated to recent
2091 - Support for Gstreamer 1.x has been added.
2092 - OpenGL support for TI OMAP platforms has been added.
2093 - OpenGL support for Allwinner platforms has been added.
2094 - OpenMAX support for RasberryPi has been added.
2096 Updated/fixed packages: acl, attr, autoconf, avahi, barebox,
2097 bind, binutils, busybox, bwm-ng, bzip2, cifs-utils, colletctd,
2098 cpanminus, cups, curl, dash, dbus, dhcp, directfb,
2099 directfb-examples, dnsmasq, dosfstools, dropbear, dtc,
2100 e2fsprogs, ed, efl, enlightenment, erlang, ethtool, fbgrab,
2101 fftw, firmware-imx, flot, fltk, freetype, gawk, gdk-pixbuf,
2102 gettext, gmp, gnutls, gsl, gutenprint, gvfs, gzip, haserl,
2103 hiawatha, httping, icu, imagemagick, imlib2, imx-lib,
2104 intltool, iozone, ipset, iptables, jquery, jquery-keyboard,
2105 jquery-sparkline, kmod, less, libart, libcdaudio, libcgicc,
2106 libesmtp, libftdi, libfuse, libglib2, libgtk, libgtk2, libidn,
2107 libiqrf, liblog4c-localtime, libnspr, libnss, libpcap,
2108 libroxml, libserial, libsigsev, libsoup, libtool, libtpl,
2109 libvncserver, libxml2, linphone, lm_sensors, logrotate,
2110 ltrace, lttng, luafilesystem, luajit, minicom, monit, mpg123,
2111 mtd, mutt, mxml, neard, netatask, netsnmp, nettle,
2112 network-manager, nodejs, nss-mdns, openssh, openswan, openvpn,
2113 opkg, opus, pcre, perl-cross, php, pixman, poco, polarssl,
2114 pulseaudio, pv, python, python3, qt, qt5, qt5declarative,
2115 qt5jsbackend, qt5quick1, readline, rpi-firmware, ruby, samba,
2116 sane-backends, sconeserver, sdl_image, sdparm, ser2net,
2117 socketcand, sqlite, squid, strace, tcl, tcpdump, tinyhttpd,
2118 tvheadend, tzdata, uboot, udpcast, usb_modeswitch,
2119 usb_modeswitch_data, usbutils, webkit, wireshark, wvstreams,
2120 xapp_luit, xapp_xmodmap, xenomai, xfsprogs, xlib_libX11, zic,
2123 New packages: a10disp, aespipe, am33x-cm3, cppcms, dhcpcd,
2124 dropwatch, dtc, ecryptfs-utils, eglibc, elf2flt, fdk-aac,
2125 gcc-final, gcc-initial, gcc-intermediate, git,
2126 gpu-viv-bin-mx6q, gst1-plugins-bad, gst1-plugins-base,
2127 gst1-plugins-good, gst1-plugins-ugly, gst-omx,
2128 gst-plugin-x170, gstreamer1, jimtcl, lbase64, libassuan,
2129 libbsd, libcec, libdvbsi, libedit, libgpgme, libqmi,
2130 libqrencode, libsvg, libsvg-cairo, libunwind, libvpx,
2131 linux-headers, lockdev, luabitop, luacrypto, lua-ev,
2132 luaexpatutils, msgpack, ocrad, on2-8170-libs,
2133 on2-8170-modules, p11-kit, pax-utils, ptpd, ptpd2,
2134 python-pyro, ramspeed/smp, snappy, strongswan, sunxi-boards,
2135 sunxi-cedarx, sunxi-mali, sunxi-tools, ti-gfx, tinymembench,
2136 tree, tstools, uclibc, w_scan.
2138 Issues resolved (http://bugs.uclibc.org):
2140 #4718: python (built for powerpc) distutils has paths to host
2142 #5516: appended device tree blobs on uImage fails
2143 #6302: Versions of packages retrieved from github.com are wrong
2144 #6308: dosfstools download link is wrong
2145 #6326: Dropbear: Add options to allow better config for
2146 different target devices (e.g. routers)
2147 #6338: Wrong download link for minicom package
2148 #6344: Wrong handling of license text files with same name and
2150 #6374: gnutls package broken if linux cryptodev module
2152 #6410: omap3_beagle has uimage error load address error
2154 2013.05, Released May 31th, 2013:
2158 External toolchain wrapper fix for if host/usr/bin is placed
2161 Updated/fixed packages: acpid, at91bootstrap, czmq, elf2flt,
2162 flex, jamvm, kmod, libplayer, libtirpc, libv4,
2163 lttng-babeltrace, opengl, qt5jsbackend, udpcast, wvstreams
2165 Issues resolved (http://bugs.uclibc.org):
2167 #4868: Buildroot compile failure for toolchain/gdb-7.4/intl/reloc...
2168 #4988: flex and m4 problems
2169 #5912: obsolete CVS files
2171 2013.05-rc3, Released May 25th, 2013:
2175 Updated/fixed packages: aircrack-ng, bellagio, boost, crda,
2176 dvb-apps, flot, libatomic_ops, libeXosip2, libosip2, libxml2,
2177 mongrel2, poco, portaudio, pptp-linux, tvheadend, urg, weston,
2180 2013.05-rc2, Released May 15th, 2013:
2182 Fixes all over the tree.
2184 Default number of parallel jobs is now number of CPUs + 1.
2186 Defconfigs: Add Telit EVK-PRO3, AT91SAM9260-EK Nand flash.
2188 Updated/fixed packages: aircrack-ng, busybox, cairo,
2189 classpath, curlftpfs, czmq, dbus, f2fs-tools, fan-ctrl,
2190 filemq, gst-plugin-bad, gutenprint, hplip, json-c,
2191 libatomic_ops, libcurl, libdrm, libglib2, libnspr, libnss,
2192 libsha1, libsigsegv, libxcb, linknx, linux-pam, lttng-modules,
2193 lttng-tools, matchbox-lib, mcookie, mesa3d, neon, pixman,
2194 pulseaudio, python-nfc, qt5imageformats, quota, openssl,
2195 sconeserver, strace, sylpheed, wvstreams,
2196 xapp_{appres,bdftopcf,beforelight,bitmap,edires,fonttosfnt},
2197 xapp_{fslsfonts,fstobdf,iceauth,ico,listres,luit,mkfontdir},
2198 xapp_{mkfontscale,oclock,rgb,rstart,scripts,sessreg,setxkbmap},
2199 xapp_{showfont,smproxy,twm,viewres,x11perf,xauth,xbacklight},
2200 xapp_x{biff,calc,clipboard,clock,cmsdb,cursorgen,dbedizzy,ditview},
2201 xapp_x{dm,dpyinfo,driinfo,edit,ev,eyes,f86dga,fd,fontsel,fs,fsinfo},
2202 xapp_x{gamma,gc,host,input-calibrator,input,kbcomp,kbevd,kbprint},
2203 xapp_x{kbutils,kill,load,logo,lsatoms,lsclients,lsfonts,mag,man},
2204 xapp_x{message,mh,modmap,more,pr,prop,randr,rdb,refresh,set,setmode},
2205 xapp_x{setpointer,setroot,sm,stdcmap,vidtune,vinfo,wd,wininfo,wud},
2206 xcb-util, xcursor-transparent-theme, xdata_xbitmaps,
2207 xdata_xcursor-themes,
2208 xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synaptics},
2209 xdriver_xf86-input-{tslib,vmmouse,void},
2210 xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,fbdev,geode,glide},
2211 xdriver_xf86-video-{glint,i128,intel,mach64,mga,neomagic,newport},
2212 xdriver_xf86-video-{nv,openchrome,r128,savage,siliconmotion,sis},
2213 xdriver_xf86-video-{tdfx,tga,trident,v4l,vesa,vmware,voodoo,wsfb},
2214 xfont_encodings, xfont_font-adobe-{100,75}dpi,
2215 xfont_font-utopia-{100dpi,75dpi,type1},
2216 xfont_font-{alias,arabic-misc,bh-100dpi,bh-75dpi},
2217 xfont_font-bh-lucidatypewriter-{100,75}dpi, xfont_font-bh-{ttf,type1},
2218 xfont_font-bitstream-{100dpi,75dpi,type1}, xfont_font-cronyx-cyrillic,
2219 xfont_font-{cursor,daewoo,dec,isas,jis,micro}-misc,
2220 xfont_font-ibm-type1, xfont_font-misc-{cyrillic,ethiopic,meltho,misc},
2221 xfont_font-{mutt,schumacher}-misc,
2222 xfont_font-{screen-cyrillic,sony-misc,sun-misc,util},
2223 xfont_font-winitzki-cyrillic, xfont_font-xfree86-type1,
2224 xlib_lib{FS,ICE,SM,X11,XScrnSaver,Xau,Xaw,Xcomposite,Xcursor},
2225 xlib_libX{damage,dmcp,ext,fixes,font,ft,i,inerama,mu,pm,randr},
2226 xlib_libX{render,res,t,tst,v,vMC,xf86dga,xf86vm},
2227 xlib_lib{dmx,fontenc,pciaccess,pthread-stubs,xkbfile}, xlib_xtrans,
2228 xproto_{applewm,bigreqs,composite,damage,dmx,dri2,fixes}proto,
2229 xproto_{fontcache,font,gl,input,kb,randr,record,render}proto,
2230 xproto_{resource,scrnsaver,video,windowswm,xcmisc,xext}proto,
2231 xproto_{xf86bigfont,xf86dga,xf86dri,xf86vidmode,xinerama,x}proto,
2232 xserver_xorg-server, xutil_{makedepend,util-macros}
2234 Readded Packages: xapp_xinit
2236 Issues resolved (http://bugs.uclibc.org):
2238 #5054: amd64: cannot find init - due to missing /lib64 folder
2240 2013.05-rc1, Released May 8th, 2013:
2242 Architectures: ARC support, Blackfin support, FLAT binary
2243 format, ARM: Drop old CPU variants, add fa526/626, Marvell PJ4
2245 Toolchains: Add new Microblaze external toolchains, Linaro
2246 ARM/Aarch64 updates, GCC 4.6.4 / 4.7.3 / 4.8.0 added to
2247 internal toolchain, default to GCC 4.7.x. Internal
2248 Crosstool-ng backend deprecated.
2250 Defconfigs: Add Atmel at91sam9g45m10ek, freescale mpc8315erdb
2251 & p1010rdb, Armadeus apf27 / apf28, Openblocks A6, Raspberry
2254 FS: LZO and XZ compression methods, extra ubifs options,
2255 ext2 rev 0/1 and ext3/4 support.
2257 Patch handling: apply-patches now has .patch.xz support,
2258 Patch logic reworked as discussed during Febrary dev days:
2259 http://elinux.org/Buildroot:DeveloperDaysFOSDEM2013
2261 <pkg>-rsync now excludes version control files.
2263 linux: uImage load address for ARM multiplatform kernels
2265 Infrastructure for multiple OpenGL / ES / EGL / OpenVG
2266 providers, similar to how libjpeg / libjpeg-turbo is handled.
2268 Infrastructure for packages to add system users.
2270 kconfig: updated to 3.9-rc2, support make olddefconfig
2272 Updated/fixed packages: alsa-lib, alsa-utils, apr, apr-util,
2273 argp-standalone, at, at91bootstrap, audiofile, aumix, avahi,
2274 bash, blackbox, bind, binutils, bison, boost, bridge-utils,
2275 busybox, ccache, cifs-utils, cmake, collectd, connman,
2276 conntrack-tools, cpanminus, crosstool-ng, diffutils, directfb,
2277 directfb-examples, divine, dmalloc, dnsmasq, dosfstools,
2278 dropbear, e2fsprogs, ebtables, eeprog, erlang, ethtool,
2279 fb-test-app, fbset, feh, ffmpeg, file, flex, flot, foomatic,
2280 fxload, gd, gdb, gdisk, genimage, gettext, gmp, gnuchess,
2281 gnutls, gob2, gperf, gpsd, gstreamer, haserl, hiawatha, htop,
2282 httping, icu, inotify-tools, intltool, iproute2, ipset,
2283 iptables, iw, jpeg, jquery, jquery-{sparkline,validation},
2284 json-c, kbd, kexec, kismet, kmod, lcdproc, libarchive,
2285 libatasmart, libcap, libconfig, libconfuse, libcurl, libdrm,
2286 libeet, libev, libevas, libeXosip2, libffi, libfribi, libfuse,
2287 libgcrypt, libglib2, libgtk2, libid3tag, libmicrohttpd,
2288 libnetfilter_acct, libnetfilter_conntrack, libnl, libpcap,
2289 libplayer, libsigc, libv4l, libxcb, linenoise, linux-pam,
2290 lm_sensors, ltp-testsuite, luajit, lzop, madplay, make, mdadm,
2291 mediastreamer, memtester, mesa3d,
2292 mobile-broadband-provider-info, monit, mpd, mpfr, mpg123,
2293 mrouted, msmtp, nbd, ncurses, ndisc6, neard, neardal, neon,
2294 netperf, netsnmp, nettle, nfacct, ntfs-3g, ofono, olsr,
2295 omap-u-boot-utils, openssh, openssl, openswan, openvpn,
2296 oprofile, orc, patch, pciutils, pcre, perl, php, poco,
2297 polarssl, proftpd, psmisc, pulseaudio, python,
2298 python-{bottle,netifaces,serial,setuptools}, qt, quagga,
2299 quota, radvd, rpi-firmware, rpi-userland, rt-tests, sam-ba,
2300 samba, sawman, sdl, ser2net, smartmontools, socat, socketcand,
2301 speex, squid, stress, stunnel, sudo, syslinux, sysstat,
2302 sysvinit, tcl, tcprelay, tinyhttpd, tslib, tvheadend,
2303 uboot-tools, udev, ulogd, util-linux, vala, vtun, webkit,
2304 xapp_{iceauth,luit,makefontscale,sessreg,setxkbmap,smproxy},
2305 xapp_{xauth,xcmsdb,xdpyinfo,xev,xgamma,xhost,xinput,xkbcomp},
2306 xapp_{xkbevd,xlsatoms,xlsclients,xmodmap,xpr,xprop,xrandr,xrdb},
2307 xapp_{xset,xwd,xwininfo}, xcb-{proto,util},
2308 xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synptics},
2309 xdriver_xf86-input-{tslib,vmmouse,void},
2310 xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,geode,glide,glint},
2311 xdriver_xf86-video-{i128,intel,mach64,mga,neomagic,newport},
2312 xdriver_xf86-video-{openchrome,r128,savage,siliconmotion,sis},
2313 xdriver_xf86-video-{tdfx,trident,vesa,vmware,wsfb}, xenomai,
2314 xfont, xinetd, xkeyboard-config, xlib_lib{FS,ICE,SM,X11},
2315 xlib_libX{scrnSaver,au,aw,cursor,dmcp,ext,fixes,font,ft,i},
2316 xlib_libX{inerama,mu,pm,randr,res,tst,v,vMC,xf86dga,xf86vm},
2317 xlib_lib{dmx,fontenc,pciaccess,xkbfile}, xlib_xtrans,
2318 xproto_{applevm,bigreqs,dri2,fonts,gl,input,kbd,record}proto,
2319 xproto_{resource,scrnsaver,xcmisc,xext,x}proto,
2320 xserver_xorg-server, xutil_makedepend, xz, zeromq
2322 New packages: aircrack-ng, bcusdk, chrony, crda,
2323 cryptodev-linux, cppzmq, czmq, dtach, enscript, exfat,
2324 exfat-utils, f2fs-tools, fan-ctrl, filemq, foomatic-filters,
2325 genimage, genpart, glibmm, gnuplot, gtest, gutenprint, hplip,
2326 iozone, jansson, jhead, jquery-keyboard, jquery-ui,
2327 jquery-ui-themes, json-glib, json-javascript, lcms2, libpfm4,
2328 libpthsem, libserial, libsigsegv, libtasn1, libwebsockets,
2329 libxkbcommon, libxml++, linknx, log4cxx, mongoose, mongrel2,
2330 mtools, ne10, nmap, nodejs, openobex, openpgm, poppler,
2331 protobuf-c, python-m2crypto, python-thrift, qjson, qt5base,
2332 qt5declarative, qt5graphicaleffects, qt5imageformats,
2333 qt5jsbackend, qt5multimedia, qt5quick1, qt5script, qt5svg,
2334 qt5webkit qt5xmlpatterns, rapidjson, redis, swig, texinfo,
2335 tzdata, urg, ussp-push, wayland, webp, weston, wireless-regdb,
2336 wireshark, wvdial, wvstreams, xcb-util-image, xcb-util-wm,
2337 xcursor-transparent-theme, zic, zmqpp, zyre
2339 Removed packages: microperl, ocf-linux, xapp_xinit,
2340 xapp_xplsprinters, xapp_xprehashprinterlist,
2341 xfont_font-bitstream-speedo,
2342 xlib_lib{Xfontcache,XprintAppUtil,XprintUtil,Xp,oldX,xkbui},
2343 xproto_{print,xf86rush}proto
2345 Deprecated packages: vala
2347 Issues resolved (http://bugs.uclibc.org):
2349 #1291: Add support for Faraday 526 arm processor (fa526)
2350 #2683: cups does not install correctly to target
2351 #3313: mesa3d fails to build
2352 #5186: initramfs/cpio should support lzo compression
2353 #5636: agetty - cannot get controlling tty error - need updated...
2354 #5906: collectd client headers not exported
2355 #5966: bison unnecessarily required as build dependency
2356 #6140: --enable-fileinfo not applied for php package
2357 #6164: openvpn usage of ip tool from Busybox
2359 2013.02, Released February 28th, 2013:
2361 Misc manual updates.
2363 Updated/fixed packages: busybox, collectd, flashbench,
2364 libgtk2, libupnp, mii-diag, quota
2366 2013.02-rc3, Released February 26th, 2013
2370 Updated/fixed packages: conntrack-tools, dialog,
2371 enlightenment, haserl, keyutils, libfif, libmad,
2372 linux-firmware, linux-fusion, matchbox-desktop, matchbox-wm,
2373 ruby, spawn-fcgi, vtun
2375 Issues resolved (http://bugs.uclibc.org):
2377 #5960: fusion.ko driver does not install to target rootfs
2379 2013.02-rc2, Released February 19th, 2013
2381 Fixes all over the tree.
2383 Various manual updates and fixes.
2385 Updated/fixed packages: busybox, collectd, gesftpserver,
2386 glib-networking, gnutls, inotify-tools, libcurl, libffi,
2387 libglib2, libtorrent, libvorbis, neard, network-manager,
2388 ntfs-3g, openssl, qt, rpi-userland, rtorrent, thttpd, vim.
2390 Issues resolved (http://bugs.uclibc.org):
2392 #5906: collectd client headers not exported
2394 2013.02-rc1, Released February 10th, 2013
2396 Toolchain: Crosstool-ng 1.17.0, default to GCC 4.6.3, target
2397 libraries install fixed. Add Linaro ARM
2398 2012.11/2012.12/2013.01, AArch64 12.11/12.12/13.01. Sourcery
2399 CodeBench MIPS 2012.03/09. Infrastructure to warn about
2400 missing 32bit support for binary toolchains. Toolchain wrapper
2401 is now relocatable. Add GDB 7.5.1 / Remove 6.8 / 7.0 /
2402 7.1. Deprecate uClibc 0.9.31.
2404 Architecture: Xtensa fixes, add missing powerpc variants, arm
2405 1136jf-s rev1, add A5/A15, neon support toggle, OABI
2406 deprecated. Sparc: drop old unused variants
2408 Bootloaders: At91bootstap: fix upstream URL, Barebox: add
2409 2012.12/2013.01/2013.02, remove 2012.08/09/10, lzop fixes,
2410 environment image support, U-Boot: add 2013.01.01
2412 Linux: fix appended dtb handling for v3.8+ kernels, support
2413 multiple device trees
2415 Defconfigs: calao USB-A9260, snowball, QEMU PPC440 on ML507
2416 board, QEMU ARM Exynos4210, Kernel version in QEMU defconfigs
2417 updated, at91rm9200df: misc fixes. Lock kernel headers to
2420 Infrastructure: Git download fixes. Toolchain make target
2421 renamed from 'cross' to 'toolchain'. Eclipse integration
2422 support. Option to set root password, post image scripts,
2423 config scripts handling.
2425 Updated/fixed packages: alsa-lib, argp-standalone, argus,
2426 arptables, atk, audiofile, axel, beecrypt, bind, bison,
2427 bluez_utils, boost, cairo, can-utils, bmon, boa, busybox,
2428 cairo, ccache, cdrkit, cifs-utils, cjson, cmake, collectd,
2429 connman, coreutils, cpanminus, cups, dbus, dhcp, dialog,
2430 diffutils, directfb, distcc, divine, dnsmasq, docker,
2431 dosfstools, dstat, e2fsprogs, ebtables, ed, empty, ethtool,
2432 expedite, fbset, fbv, ffmpeg, flex, fltk, fluxbox, freetype,
2433 gadget-test, gawk, gdb, genext2fs, gettext, giblib,
2434 glib-networking, gmp, gmpc, gnupg, gnutls, gpsd,
2435 gst-plugins-{bad,base,good}, gstreamer, gzip, haserl, hdparm,
2436 heirloom-mailx, hiawanta, hostapd, icu, imagemagick, imlib2,
2437 inadyn, infozip, iproute2, ipset, iptables, iw, jpeg, jquery,
2438 jquery-sparklines, jqeury-validation, kismet, kmod, lame,
2439 libao, libcap, libcurl, libdvdnav, libdvdread, libecore,
2440 libedbus, libedje, libeet, libefreet, libeina, libeio,
2441 liberation, libelementary, libembryo, libethumb, libev,
2442 libevas, libffi, libfribidi, libfuse, libgcrypt, libglib2,
2443 libgpg-error, libgtk2, libhid, libidn, libmicrohttpd, libmpd,
2444 libnl, libnspr, libnss, libogg, libpcap, libplayer, libpng,
2445 libroxml, librsvg, libseccomp, libsigc, libsndfile, libungif,
2446 libupnp, liburcu, libusb-compat, libvncserver, libvorbis,
2447 libxml2, libxslt, lighttpd, links, linux-firmware,
2448 linux-fusion, ltp-testsuite, ltrace,
2449 lttng-{babel,libust,modules,tools}, lvm2, lua, luajit, lzop,
2450 matchbox-{desktop,lib}, mdadm, metacity, midori, minicom, mpd,
2451 mpfr, mplayer, mtd, mysql_client, ncurses, neon, netatalk,
2452 networkmanager, nspr, ntfs-3g, nuttcp, ofone, olsr, openssl,
2453 openvpn, opkg, oprofile, opus, opus-tools, orc, ortp, pango,
2454 pciutils, pcmanfm, pcre, pcsc-lite, perl, php, pixman,
2455 pkgconf, polarssl, pptp-linux, proxychains, pulseaudio,
2456 python, python3, qemu, qextserialport, qt, quagga, radvd,
2457 readline, rng-tools, rt-tests, rubix, ruby, sam-ba, samba,
2458 sane-backends, sconeserver, scons, screen, sdl, sdl_gfx,
2459 sdl_mixer, sdl_ttf, sdparm, sed, ser2net, smartmontools,
2460 speex, sqlite, squid, sshfs, strace, sudo, sylpheed, tn5250,
2461 taglib, tar, torsmo, transmission, tslib, uboot-tools, ulogd,
2462 usb_modeswitch, util-linux, valgrind, vim, vsftpd, wavpack,
2463 webkit, wipe, wireless_tools, wpa_supplicant, xapp_xinit,
2464 xapp_xinput-calibrator, xapp_xman, xapp_xmh, xlib_libX11,
2465 xlib_libXdmcp, xlib_libXft, xlib_libpthread-stubs,
2466 xlib_xtrans, xproto_xcmiscproto, xproto_xextproto,
2467 xserver_xorg-server, xstroke, xvkbd, xz
2469 New packages: b43-firmware, b43-fwcutter, bustle,
2470 cache-calibrator, cegui06, celt051, classpath, curlftpfs,
2471 dvb-apps, dvbsnoop, elfutils, enlightenment, firmware-imx,
2472 flashbench, gd, gesftpserver, gst-fsl-plugins, httping, iftop,
2473 imx-lib, jamvm, jpeg-turbo, keyutils, libatasmart, libcofi,
2474 libebml, libevas-generic-loaders, libfslcodec, libfslparser,
2475 libfslvpuwrap, libgsasl, libiscsi, libmatroska, libmcrypt,
2476 libmhash, libqwt, libseccomp, libsha1, linenoise, mcrypt,
2477 media-ctl, ncdu, neard, neardal, nettle, perf, polkit,
2478 proxychains, python-bottle, python-pyparsing, rpi-firmware,
2479 rpi-userland, sg3_utils, slirp, snowball-hdmiservice, spice,
2480 spice-protocol, tcllib, tvheadend, udisks, usbredir
2481 ux500-firmware, vde2, xcb-utils-keysyms, yavta,
2484 Removed packages: customize, xdriver_xf86-input-{acecad,aiptek},
2485 xdriver_xf86-video-{apm,chips,i740,rendition,s3,s3virge,sisusb},
2486 xdriver_xf86-video-sun{cg14,cg3,cg6,ffb,leo,tcx},
2487 xdriver_xf86-video-{tsend,xgi,xgixp}
2489 Deprecated packages: xstroke
2491 Issues resolved (http://bugs.uclibc.org):
2493 #4237: building shared openssl w/-Os fails due to gcc bug
2494 #5690: python3 does not obey to BR2_PACKAGE_PYTHON3_PYC_ONLY=y
2495 #5602: python3 should install a "python" symbolic link
2496 #5846: Extra slash added to last slash in URL
2498 2012.11.1, Released January 3rd, 2013:
2500 Toolchain: Fixed non-largefile builds on recent Ubuntu
2503 Arch: fix missing x86/generic handling, Build for Xtensa with
2506 Updated/fixed packages: dosfstools, qt
2508 2012.11, Released December 2nd, 2012:
2510 Git shallow clone fix for older git version.
2512 Updated/fixed packages: ctuio, libtool
2514 Issues resolved (http://bugs.uclibc.org):
2516 #5726: List all the available hook points
2518 2012.11-rc2, Released November 30th, 2012:
2520 Minor fixes around the tree.
2522 Various manual updates and fixes.
2524 Add checks for legacy features.
2526 Updated/fixed packages: acpid, alsa-lib, arptables, binutils,
2527 busybox, ccache, cjson, cramfs, directfb, flex, fluxbox, gdb,
2528 hiawatha, igh-ethercat, imagemagick, imlib2, lcdproc,
2529 libdaemon, libecore, libhid, libmad, libpcap, libsigc, libusb,
2530 linux-fusion, matchbox, ocf-linux, owl-linux, python, rrdtool,
2531 scons, strace, sylpheed
2533 Issues resolved (http://bugs.uclibc.org):
2535 #5732: Error : package/alsa-lib/alsa-lib.mk
2537 2012.11-rc1, Released November 17th, 2012
2539 Fixes all over the tree and new features.
2541 Defconfigs: use u-boot 2012.10 on at91 and beaglebone,
2542 sheevaplug + qemu: bump kernel version, add qemu-mips64-malta
2543 + nitrogen6x defconfigs.
2545 Bootloaders: add u-boot 2012.07/10, ais target format, add
2546 barebox 2012.08/09/10/11, linker overlap issue fix for
2547 at91bootstrap, mxs-bootlets updated for new Barebox versions.
2549 Toolchains: binutils 2.23.1, gcc 4.7.2, default to gcc 4.6.x,
2550 Codebench arm/sh/x86 2012.03/09, Linaro 2012.08/09/10.
2551 Libtirpc support for modern glibc variants. Toolchain on
2552 target has been deprecated.
2554 Initial Aarch64 support, Xtensa support re-added.
2556 Infrastructure: Use shallow git clone when possible, use
2557 tarballs rather than git URLs for github. Moved to pkgconf
2558 rather than pkg-config. System directory added, default
2559 skeleton/device tables moved. More than 1 post-build script
2560 can now be used. output/target now contains a
2561 THIS_IS_NOT_YOUR_ROOT_FILESYSTEM warning, to help people
2562 understand how to (not) use it.
2564 Manual has been reworked and extended.
2566 Legal-info: Lots of package annotations, CSV file fixes,
2567 _LICENSE / _REDISTRIBUTE splitup, per-package hooks.
2569 Updated/fixed packages: acpid, alsa-lib, alsa-utils,
2570 alsamixergui, attr, autoconf, automake, bash, bind, binutils,
2571 bison, blackbox, bluez-utils, busybox, cairo, can-utils,
2572 cifs-utils, cjson, cmake, collectd, connman, conntrack-tools,
2573 coreutils, cups, cvs, dbus, dhcp, directfb, dmalloc, dnsmasq,
2574 dropbear, e2fsprogs, ethtool, fbdump, feh, fftw, file,
2575 flashrom, fluxbox, gdb, gdisk, gdk-pixbuf, genext2fs, gettext,
2576 gnutls, gpsd, gqview, grep, gsl, gst-plugins-{bad,good},
2577 hdparm, hiawatha, hostapd, input-tools, iproute2, ipset,
2578 iptables, iw, json-c, kexec, kmod, lcdproc, leafpad, less,
2579 libcurl, libdrm, libdvdnav, libdvdread, libffi, libfuse,
2580 libglib2, libhid, liblockfile, libmad, libmbus, libmnl,
2581 libnetfilter_{acct,conntrack,cthelper,cttimeout,queue},
2582 libnfc, libnfc-llcp, libnfnetlink, libnl, libnspr, libnss,
2583 libpcap, libplayer, libtool, libtorrent, liburcu, libv4l,
2584 libxcb, libxml2, libxslt, links, linux-firmware, lm-sensors,
2585 lmbench, lockfile-progs, logrotate, lshw, lsof,
2586 lttng-babeltrace, lttng-tools, lua, luajit, mesa3d, microperl,
2587 mii-diag, module-init-tools, mpc, mpd, mpg123, mplayer,
2588 mtd-utils, mysql_client, nbd, ncurses, netatalk, netkitbase,
2589 netkittelnet, netsnmp, newt, nfs-utils, openntpd, openssh,
2590 openssl, opkg, patch, pciutils, pcre, php, poco, polarssl,
2591 popt, portmap, pppd, procps, pulseaudio, python, python-nfc,
2592 python-protobuf, qt, quota, rp-pppoe, rtorrent, sam-ba, samba,
2593 scons, sdl_gfx, smartmontools, sqlite, squid, strace, sudo,
2594 sylpheed, tcpdump, tremor, ttcp, tiff, unionfs,
2595 usb_modeswitch, usbutils, util-linux, vala, valgrind, vpnc,
2596 vsftpd, webkit, wget, which, wpa_supplicant, x11vnc, xapp_*,
2597 xdriver_*, xenomai, xfont_*, xinetd, xl2tp, xlib_*, xlsclient,
2598 xproto_*, xserver_xorg-server, xutil_util-macros, xz, zeromq
2600 New packages: arptables, at91bootstrap3, boot-wrapper-aarch64,
2601 ccid, cpanminus, cpuload, erlang, evtest, fb-test-apps,
2602 fxload, gdbm, gnupg, googlefontdirectory, grantlee, gsl,
2603 lcdapi, liblo, liblog4c-localtime, libtirpc, linux-pam,
2604 lua-msgpack-native, macchanger, mtdev, mtdev2tuio, nfacct,
2605 opus, opus-tools, pcsc-lite, perl, pkgconf, python-meld3,
2606 python3, qemu, qextserialport, qtuio, rpcbind, schifra,
2607 sconeserver, supervisor, time, ulogd, usb_modeswitch_data,
2610 Deprecated packages: netkitbase, netkittelnet
2612 Issues resolved (http://bugs.uclibc.org):
2614 #807: [PATCH] samba - make iconv and smbd optional
2615 #3049: binutils have a sysroot bug in ld
2616 #5330: update vsftpd to 3.0.0
2617 #5486: libglib2 build fails on: libs/libglib-2.0.so: undefined...
2618 #5666: Fails to build python 2.7.2 for 2440 arm
2620 2012.08, Release August 31th, 2012
2622 Updated/fixed packages: microperl, cups, luajit, rrdtool,
2625 Added license information for: sqlite.
2627 Changed the source URLs of all packages located on Sourceforge
2628 in order to use the automatic mirror selection URL
2629 downloads.sourceforge.net, and get rid of the
2630 BR2_SOURCEFORGE_MIRROR option.
2632 2012.08-rc3, Released August 25th, 2012
2634 Updated/fixed packages: libglib2, netsnmp, freetype, libfuse,
2635 libpng, x11vnc, zlib, gpsd, ifplugd, bash, distcc.
2637 Added license informations for: barebox, grub, syslinux,
2638 uboot, xloader, yajl, zlib, zxing, alsa-lib, alsa-utils,
2639 faad2, nano, fbdump, rsync, librsync, fontconfig,
2642 2012.08-rc2, Released August 15th, 2012
2644 Updated/fixed packages: imagemagick, sudo, crosstool-ng.
2646 Added license informations for: mxml, nanocom, empty, expat,
2647 lua, lucjson, xinetd, cjson, luaexpat, lmbench, bwm-ng,
2648 input-event-daemon, luajit, cgilua, copas, coxpcall,
2649 luafilesystem, luasocket, rings, wsapi, xavante, libtpl,
2650 avahi, busybox, libfcgi, ifplugd, libcgicc, libcurl,
2651 libdaemon, libdnet, libgpg-error, libpcap, libpng, lighttpd,
2652 mtd, openssl, psmisc, socat, spawn-fcgi.
2654 Fixes to Microblaze external toolchains
2655 configuration. Improvements of the pkg-stats
2656 script. Out-of-tree fix for the graph-depends script.
2658 Kernel headers version bump.
2660 2012.08-rc1, Released August 1st, 2012
2662 Fixes all over the tree and new features.
2664 Integration of a legal information reporting infrastructure,
2665 which allows to generate detailed informations about the
2666 licenses and source code of all components of a system
2667 generated by Buildroot. License information will progressively
2668 be added on packages.
2670 Default configuration files added for Calao-systems USB-A9263
2671 and Calao-systems USB-A9G20-LPW.
2673 External toolchains update: allow download of a custom
2674 toolchain, add Linaro 2012.05 and 2012.06 for ARM, add
2675 Blackfin toolchain 2012R1-BETA1, add Sourcery CodeBench MIPS
2678 Allow the restriction of downloads to the primary site only.
2679 This is useful for project developers who want to ensure that
2680 the project can be built even if the upstream tarball
2681 locations disappear.
2683 Add a 'System configuration' choice to select between 3
2684 different init systems: Busybox init, SysV init and Systemd
2687 Cleanups to the package infrastructure. The visible change to
2688 developers is that $(eval $(call AUTOTARGETS)) is now $(eval
2689 $(autotools-package)), and similarly for other package
2690 infrastructures and host packages. Refer to the documentation
2693 By default, automatic detection of the number of compilation
2694 jobs to use, depending on the number of CPUs available.
2696 Improvements to generate systems with static libraries only
2697 (infrastructure and package fixes).
2699 Add proper support in the Linux kernel package to generate
2700 Device Tree Blobs or combined Device Tree / Kernel
2701 images. This will be useful on Microblaze, PowerPC and ARM,
2702 which are architectures making extensive use of the Device
2705 Updated/fixed packages: audiofile, autoconf, automake, axel,
2706 barebox, bash, beecrypt, berkeleydb, bind, bison, bluez_utils,
2707 bonnie, boost, busybox, bsdiff, bwm-ng, bzip2, cifs-utils,
2708 cgilua, cmake, connman, conntrack-tools, crosstool-ng, cups,
2709 dbus, dhcp, dnsmasq, e2fsprogs, eeprog, ethtool, faad2, fbv,
2710 ffmpeg, freetype, gmp, gnutls, gob2, gpsd, grep,
2711 gst-plugins-base, gst-plugins-good, gzip, hiawatha, hostapd,
2712 htop, icu, igh-ethercat, imagemagick, input-tools, iostat,
2713 iproute2, ipset, iptables, iw, kmod, less, libcap, libgci,
2714 libconfig, libcurl, libelf, libevas, libeXosip2, libexif,
2715 libfuse, libidn, libmad, libmbus, libmnl,
2716 libnetfilter-conntrack, libnl, libnspr, libnss, libogg,
2717 libosip2, libpcap, libpng, libroxml, liburcu, libusb, libxml2,
2718 libxslt, lighttpd, linux, ltrace, lttng-libust, lttng-modules,
2719 lttng-tools, lua, m4, memtester, midori, mii-diag,
2720 module-init-tools, mpfr, mpg123, mrouted, msmtp, mtd, mxml,
2721 mysql_client, nasm, nbd, ncurses, nfs-utils, opencv, openocd,
2722 openssl, pciutils, php, polarssl, portaudio, pppd,
2723 pthread-stubs, pulseaudio, qt, quagga, quota, radvd, rpm,
2724 rrdtool, samba, sam-ba, scons, sdl_gfx, sdl_sound, speex,
2725 sqlite, squashfs, squid, sudo, synergy, syslinux, systemd,
2726 tar, tcpdump, tcpreplay, udev, usbutils, valgrind, wget,
2727 wpa_supplicant, wsapi, xavante, xserver_xorg-server, zlib
2729 New packages: cjson, collectd, dfu-util, dmidecode, elftosb,
2730 fbterm, flashrom, freerdp, inadyn, libfreefare,
2731 libnetfilter_cttimeout, libnfc, libnfc-llcp, liboping,
2732 libtorrent, linphone, logsurfer, lshw, luacjson, luaexpat,
2733 luajit, mediastreamer, mobile-broadband-provider-info, monit,
2734 mxs-bootlets, nanocom, nss-mdns, ofone, omap-u-boot-utils,
2735 opkg, ortp, owl-linux, python-id3, python-nfc, quota,
2736 ramspeed, rtorrent, sound-theme-borealis,
2737 sound-theme-freedesktop, sysprof, webrtc-audio-processing,
2740 Issues resolved (http://bugs.uclibc.org):
2742 #1315: Allow use of older external toolchains without sysroot
2744 #5276: Hiawatha needs to manage IPV6 if so [fixed]
2745 #5360: buildroot fails when building "host-libglib2 2.30.2
2746 Building" [won't fix, upstream problem]
2747 #5384: Can't build packages relying on gets on newer glibc
2750 2012.05, Released May 30th, 2012:
2752 Updated/fixed packages: busybox, netsnmp, pptp-linux
2754 2012.05-rc3, Released May 25th, 2012:
2756 Minor fixes around the tree.
2758 Infra: Fix for DOWNLOAD macro when using primary mirrors with
2761 Toolchain: Kernel headers 3.2.18 / 3.3.7.
2763 Updated/fixed packages: binutils, bison, busybox, cifs-utils,
2764 gnuchess, gpsd, iperf, libmpeg2, mtd, ntfs-3g, oprofile,
2767 2012.05-rc2, Released May 18th, 2012:
2769 Fixes all over the tree.
2771 Toolchain: uClibc: Use 0.9.33.2, Crosstool-ng: fix gperf
2772 dependency, disable decimal floats support, Linux 3.2.17 /
2773 3.3.6 kernel headers. Fix sysroot copy handling for toolchains
2774 without C++ support.
2776 Updated/fixed packages: apr, apr-util, ccache, dnsmasq,
2777 heirloom-mailx, gdb, ndisc6, opencv, openssl, socat, vala
2779 2012.05-rc1, Released May 10th, 2012:
2781 Fixes all over the tree and new features.
2783 Use /etc/os-release for version info rather than
2786 CMake toolchain file moved to $HOST_DIR/usr/share/buildroot.
2788 Apply-patches.sh: cleanups, archived patches handling fixes,
2789 support series files.
2791 Defconfigs: beaglebone, mx53qsb, pandaboard, qemu configs for
2792 arm-vexpress/microblaze/ppc-mpc88544ds, use 3.2.x for
2793 atngw100, use 3.3.x for qemu configs.
2795 Menu structure: Libraries moved out of multimedia section
2797 Atom processor support. Prescott fix, blackfin ABI fix,
2798 Microblaze architecture support (using ext toolchain). Cleanup
2799 architecture names, deprecate Xtensa support.
2801 Toolchain: Add GCC 4.4.7, 4.6.3, 4.7.0. uClibc 0.9.33.1,
2802 default to uClibc 0.9.33.x, enable
2803 UCLIBC_SUPPORT_AI_ADDRCONFIG by default, static and 64bit
2804 fixes for external toolchains, linaro ext toolchains, new
2805 sourcery codebench ext toolchains, GDB 7.4.1, crosstool-ng
2808 Bootloaders: U-Boot: add 2012.04.01, SPL and u-boot.img
2809 support. Barebox: add 2012.04, remove 2011.12.
2811 Updated/fixed packages: alsa-lib, alsa-utils, at, atk, avahi,
2812 barebox, berkeleydb, bind, bluez_utils, boost, busybox,
2813 can-utils, ccache, cifs-utils, coreutils, cups, dbus, dhcp,
2814 directfb, dnsmasq, doom-wad, dosfstools, e2fsprogs, expat,
2815 fakeroot, feh, ffmpeg, file, fis, freetype, gamin, gawk,
2816 gdk-pixbuf, gettext, giblib, glib-networking, gmp, gnutls,
2817 gpsd, grep, gstreamer, gst-plugins-{bad,base,good,ugly},
2818 haserl, hdparm, imagemagick, iproute2, iptable, iw, kexec,
2819 kmod, lame, libaio, libarchive, libatomic_ops, libconfig,
2820 libcurl, libdvdnav, libdvdread, libedbus, libethumb, libffi,
2821 libfuse, libglib2, libgtk2, libhid, libmad, libmbus, libmpeg2,
2822 libnl, libplayer, libpng, libsigc, libsoup, libupnp, liburcu,
2823 libusb, libusb-compat, libxml2, libxml-parser-perl, libxslt,
2824 lighttpd, linux-firmware, linux-fusion, lite, lsof, ltrace,
2825 lttng-libust, lua, m4, makedevs, microperl, mpd, mpfr, mpg123,
2826 mrouted, mtd, mysql_client, nbd, ncftp, ncurses, neon,
2827 netsnmp, network-manager, nfs-utils, ngrep, ntfs-3g, openntpd,
2828 openssh, openssl, parted, pango, pcre, php, pixman, poco,
2829 psmisc, pulseaudio, python, qt, quagga, radvd, rpm, rsync,
2830 ruby, samba, sam-ba, sane-backends, sawman, screen, sdl_net,
2831 smartmontools, speex, sqlite, squashfs3, squid, sshfs, sudo,
2832 syslinux, sysstat, taglib, tcpdump, tftp-hpa, transmission,
2833 tiff, tinyhttpd, uboot-tools, udev, uemacs, unionfs, usbutils,
2834 util-linux, vala, valgrind, vim, vsftpd, wget, wipe,
2835 wpa_supplicant, xdriver_xf86-{input-vmmouse,video-fbdev},
2838 New packages: apr, apr-util, audiofile, bellagio,
2839 conntrack-tools, empty, fmtools, glib-networking,
2840 heirloom-mailx, hiawatha, latencytop, lcdproc, libcap-ng,
2841 libdmtx, libfcgi, libnetfilter_conntrack, libnfnetlink,
2842 libtpl, localedef, minicom, msmtp, ndisc6, netatalk,
2843 ocf-linux, openswan, parted, polarssl, protobuf, read-edid,
2844 socketcand, stress, systemd, ushare, zeromq
2846 Deprecated packages: ttcp
2848 Removed packages: ntfsprogs
2850 Issues resolved (http://bugs.uclibc.org):
2852 #2353: [lua] fix build with 2010.08-rc1
2853 #2503: Microperl fails build on MIPSel or with Fedora13.x86_64
2854 #2557: [PATCH] mkfs.xfs complains about missing libxfs.so.0
2855 #2881: Can't build project statically with external toolchain
2856 #3751: MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64
2857 #4808: ccache may build against wrong zlib
2858 #4880: New package lcdproc
2859 #4886: New package protobuf
2860 #4892: build fails on ltp-testsuite-20101031/testcases/kernel/fs/...
2861 #4898: * make: [target-finalize] Error 1 (ignored)*
2862 #4985: Qt 4.7.4 build crashes with Linux 2.6.29
2863 #4970: udev 181 fails to build if kernel version 3.3 is selected
2864 #5018: dialog broken: exits with assert in uClibc
2865 #5102: qt package moc, uic, rcc read from wrong place
2866 #5144: Patch to fix ixon bug in uemacs
2867 #5198: Line graphics output is broken in GNU Screen
2868 #5204: Missing terminfo file(s) for GNU screen terminal type
2870 2012.02, Released February 29th, 2012:
2872 Updated/fixed packages: libecore
2874 2012.02-rc3, Released February 27th, 2012:
2876 Fixes all over the tree.
2878 Automatic host dependencies handling for cmake packages
2879 fixed. Customize package deprecated as using a post-build
2880 script is nowadays the preferred way of adding extra stuff to
2883 Linux-headers 3.0.x / 3.2.x stable version bumped.
2885 QEMU defconfigs updated to 3.2.x kernels and readme fixed.
2887 Updated/fixed packages: dropbear, ffmpeg, libpng
2889 2012.02-rc2, Released February 19th, 2012:
2891 Fixes all over the tree.
2893 Toolchain: uClibc: Added upstream post-0.9.33 fixes, Bump
2894 linux-headers 3.0.x / 3.2.x stable versions.
2896 Documentation: Added makedev / <pkg>_DEVICES /
2897 <pkg>_PERMISSIONS documentation.
2899 Updated/fixed packages: busybox, ffmpeg, gst-dsp, libecore,
2900 libvncserver, mxml, python.
2902 2012.02-rc1, Released February 12th, 2012:
2904 Fixes all over the tree and new features.
2906 Toolchain: Default to GCC 4.5.x, add binutils 2.22. Java
2907 support removed, Powerpc SPE ABI support. GDB ELF support fix,
2908 GDB 7.4, crosstool-NG 1.13.4.
2910 Gentargets: scp and mercurial support.
2911 Autotools: derive host dependencies from target by default.
2912 Packages can now declare device table snippets.
2914 Host utilities menu with commonly used host tools.
2916 defconfigs: qemu configs for x86-64, mips and sparc, at91
2917 defconfigs now use modern U-Boot / mainline Linux, added
2920 uClibc: remove 0.9.30, backport unshare() support, add
2921 0.9.32.1 / 0.9.33, use same config for ctng.
2923 Bootloaders: U-Boot: add 2011.12, remove 2010.xx versions,
2924 Barebox: add 2012.01/02, remove 2011.10/11, LPC32xx
2927 Various manual updates. Release tarballs now contain generated
2928 manual in text/html/pdf formats.
2930 Buildroot now calls the stop function of scripts in
2931 /etc/init.d at shutdown.
2933 Updated/fixed packages: atk, avahi, barebox, bash, beecrypt,
2934 bind, binutils, bison, bluez_utils, bzip2, busybox, cairo,
2935 ccache, cdrkit, coreutils, cramfs, dbus, dbus-glib, dialog,
2936 diffutils, dmalloc, dropbear, e2fsprogs, ebtables, ed,
2937 ethtool, expat, ffmpeg, file, fis, flex, fluxbox, fontconfig,
2938 freetype, gawk, grep, gst-dsp, gst-ffmpeg, gst-plugins-base,
2939 hdparm, hostapd, htop, i2c-tools, icu, iproute2, ipsec-tools,
2940 ipset, iptables, iw, jpeg, kismet, lame, libcap, libcgi,
2941 libev, libeXosip2, libffi, libftdi, libgpg-error, libgtk2,
2942 libidn, libmms, libmnl, libmodbus, libnl, libogg, libosip,
2943 libpcap, libpng, libraw1394, libroxml, libusb, libusb-compat,
2944 libv4l, libvorbis, libxcb, libxml-parser-perl, libxslt,
2945 lighttpd, links, lm-sensors, lua, m4, module-init-tools, mpc,
2946 mesa3d, mpd, mpfr, mplayer, mtd-utils, nano, nbd, ncurses,
2947 netperf, netsnmp, ntp, opencv, openocd, openssl, openvpn, orc,
2948 pciutils, pcre, pixman, pkg-config, poco, popt, proftpd,
2949 python, python-serial, qt, ruby, samba, sdl, sdparm,
2950 squashfs3, sshfs, sqlite, squid, sudo, syslinux, tcl, tcpdump,
2951 ti-utils, tiff, tremor, uboot, uboot-tools, udev, usbmount,
2952 util-linux, vala, valgrind, vsftpd, wpa_supplicant,
2953 xapp_{bdftopcf,mkfontdir,mkfontscale,xkbcomp,xcursorgen,xinit},
2954 xapp_xinput, xapp_xman, xcb-util, xdm, xenomai,
2955 xf86-video-sis, xfont_{encodings,font-util},
2956 xlib_lib{fontenc,X11,Xau,Xcursor,Xdmcp,Xfixes,Xfont,Xrender},
2957 xlib_libxkbfile, xterm, xutil_makedepend, yajl
2959 New packages: boost, connman, dstat, expedite, explorercanvas,
2960 feh, flot, giblib, igh-ethercat, imlib2, jquery,
2961 jquery-sparklines, jquery-validation, jsmin, kmod, libecore,
2962 libedbus, libedje, libeet, libeina, libelementary, libesmtp,
2963 libethumb, libevas, libical, libmbus, liboauth, liburcu,
2964 libvncserver, linux-firmware,
2965 lttng-{babeltrace,libust,modules,tools}, NetworkManager,
2966 open2300, python-distutilscross, python-dpkt,
2967 python-netifaces, python-pygame, python-setuptools, rt-tests,
2968 sam-ba, sane-backends, sqlcipher, transmission, unionfs,
2969 xf86-input-tslib, xinput-calibrator
2971 Issues resolved (http://bugs.uclibc.org):
2973 #743: Add Transmission bit torrent option to buildroot
2974 #755: Add Boost libraries as a package
2975 #2299: Add crypto support to libsoup
2976 #2617: Pixman 0.19.2 & Cairo 1.10.0
2977 #3403: libgpg-error: bump to version 1.10
2978 #3409: libgpg-error: download from gnupg.org
2979 #3421: nano: make tiny flag optional
2980 #3691: New EFL packages
2981 #4664: Cannot patch AT91Bootstrap
2982 #4700: setlocalversion not working for combination svn/ubuntu 11.10...
2983 #4760: Qt: add host-pkg-config to dependency-list
2985 2011.11, Released November 30th, 2011:
2987 Fixes all over the tree.
2989 Bump kernel headers / default Linux version to 3.1.4.
2991 Updated/fixed packages: ruby
2993 2011.11-rc3, Released November 26th, 2011:
2995 Fixes all over the tree.
2997 Toolchain: Fix gdb dependencies for external toolchains,
2998 adjust uClibc patches so they don't confuse modern versions of
2999 patch, bump crosstool-ng, kernel headers and linux versions.
3001 Updated/fixed packages: busybox, freetype, mplayer, opencv,
3002 php, rsyslog, ruby, thttpd, xapp_xf86dga
3004 Issues resolved (http://bugs.uclibc.org):
3006 #4357: Prevent patch commands from accessing source control
3007 #4369: Fix permissions on untared lsof archive
3009 2011.11-rc2, Released November 18th, 2011:
3011 Fixes all over the tree and new features.
3013 Updated asciidoc documentation
3015 Toolchain: Bumped 3.x stable kernel headers, use wget in
3016 crosstool-ng as well, bump crosstool-ng version, gdb fixes,
3019 Updated/fixed packages: distcc, file, gst-plugins-bad, libxcb,
3020 mplayer, newt, qt, rpm, rrdtool, tar, tftpd
3022 Issues resolved (http://bugs.uclibc.org):
3024 #3355: mplayer fails to build
3025 #4021: uClibc: undefined reference to `__GI___errno_location'
3026 #4297: Qt's qmake uses wrong pkg-config
3028 2011.11-rc1, Released November 11th, 2011:
3030 Fixes all over the tree and new features.
3032 Moved misc scripts and support stuff to support/. Renamed
3033 patch-kernel.sh to support/scripts/apply-patches.sh.
3035 Documentation: Moved to asciidoc format, make targets to
3036 generate text/html/pdf/epub output added.
3038 Defconfigs: Qemu configs updated to 3.1 kernel and readmes
3041 Bootloaders: Add support for custom git tree / tarballs for
3042 barebox, similar to how it's handled for u-boot. Clean up
3045 Toolchain: Update external codesourcery toolchain download
3046 URLs after Codesourcery got bought by Mentor, add x86
3047 toolchain, update toolchain versions and optimize toolchain
3048 sysroot copying. Fix uClibc 0.9.32 builds for e500 PPC,
3049 updated GDB versions / download URLs. Binutils
3050 libbfd/libopcodes static/dynamic linking fix. GCC 4.6.2 added,
3053 Package infrastructure: Support for local packages /
3054 overrides, package dir / name arguments dropped from
3055 {GEN,AUTO,CMAKE}TARGETS.
3057 Linux: Kernel extensions infrastructure support, Xenomai +
3060 Updated/fixed packages: acpid, bind, busybox, dash, dbus,
3061 dbus-glib, directfb, dnsmasq, drystone, e2fsprogs, ethtool,
3062 fakeroot, fbdump, file, freetype, fuse, gamin, gmp, gmpc,
3063 gnutls, gob2, gst-plugins-{base,bad,good,ugly}, gstreamer,
3064 hostapd, ifplugd, imagemagick, intltool, ipsec-tools, ipset,
3065 iptables, iw, jpeg, kexec, leafpad, less, libargtable2, libao,
3066 libconfuse, libcuefile, libcurl, libdaemon, libevent,
3067 libglib2, libiconv, libmpd, libreplaygain, libroxml,
3068 libsamplerate, libsndfile, libsoup, libsvgtiny, libtool,
3069 libxcb, lighttpd, links, linux-fusion, lite, lrzsz, lsof, lzo,
3070 lzop, makedevs, mcookie, mpg123, mpd, mpfr, mtd, musepack,
3071 mutt, mysql_client, ncftp, ncurses, neon, netcat, netsnmp,
3072 ntfs-3g, ntfsprogs, ntp, openntpd, openssh, openssl, oprofile,
3073 orc, pciutils, psmisc, python, qt, quagga, radvd, rpm, rsync,
3074 samba, sawman, sdl_sound, smartmontools, sqlite, squid,
3075 stunnel, sudo, sylpheed, sysstat, taglib, tar, tcpreplay,
3076 tslib, usbutils, util-linux, valgrind, wget, whetstone, which,
3077 wpa-supplicant, xdata_xcursor-themes, xmlstarlet, xterm
3079 New packages: bluez-utils, cifs-utils, fftw, fluxbox, json-c,
3080 libev, libftdi, libgeotiff, libmodbus, libplayer, live555,
3081 ngrep, noip, opencv, openocd, picocom, poco, portaudio,
3082 pulseaudio, pv, rtai, vala, xenomai.
3084 Removed packages: liboil, sfdisk, swfdec, webif
3086 Issues resolved (http://bugs.uclibc.org):
3088 #505: live555: new package
3089 #507: Enable live and tv options in MPlayer-1.0rc2
3090 #531: let e2fsprogs package to export headers to staging dir if needed
3091 #1171: Linuxthreads new cannot find sysdep.h
3092 #1357: Add bluez to buildroot system
3093 #2107: New package: input-event-daemon
3094 #2599: New package: orc (Oil Runtime Compiler)
3095 #2605: gstreamer: Update to 0.10.30
3096 #2677: introducing util-linux-ng as replacement for util-linux
3097 #2917: Qt: Add declarative module
3098 #3145: jffs2 image generation fails
3099 #3271: netperf-2.4.5 fails to compile
3100 #3331: xdata_xcursor-themes depends on xcursorgen
3101 #3343: Add file:// download SITE_METHOD
3102 #3391: Add support for specifying an external kernel tree
3103 #3631: Error while compiling with Xorg
3104 #3709: oprofile doesn't build for mipsel
3105 #3925: midori not getting compile
3106 #4045: Add support for downloading i386 toolchains from codesourcery
3107 #4165: lrzsz-fix-symlink-at-rebuild.patch
3108 #4171: makedevs-unused-but-set-variable.patch
3109 #4183: Codesourcery toolchain download site has changed
3110 #4231: libneon.so: undefined reference to `SSL_SESSION_cmp'
3111 #4381: Add option to lighttpd to enable Lua support
3112 #4387: Make sure that dest dir exists before installing mtd files
3114 2011.08, Released August 31th, 2011:
3116 Fixes all over the tree.
3118 Toolchain: Fix codesourcery 2009q3 ARM download, Linux 3.0.4
3121 Updated/fixed packages: ipset, python
3123 2011.08-rc2, Released August 29th, 2011:
3125 Fixes all over the tree.
3127 Toolchain: crosstool-NG 1.12.1, use binutils 2.21 on
3128 mips/sh/older uClibc, disallow uClibc 0.9.32 on avr32/sh
3131 Defconfigs: kernel updates, fix mini2440 serial port config,
3132 remove old arm toolchain configs.
3134 Bootloaders: Fix grub patching, add barebox-{n,x,menuconfig}
3135 targets similar to linux/busybox.
3137 Updated/fixed packages: barebox, directfb, libsoup,
3138 libxml-parser-perl, mtd, ncurses, python, ti-utils, udev,
3139 usbmount, util-linux, xfont_font-misc-misc
3141 Issues resolved (http://bugs.uclibc.org):
3143 #3685: ncurses installation hangs due to old version of tic
3144 #4093: Grub fails to install bz2 patch after conversion to...
3146 2011.08-rc1, Released August 4th, 2011:
3148 Fixes all over the tree and new features.
3150 Toolchain: uClibc 0.9.32 / NPTL support, 0.9.29 removed,
3151 ext-toolchain-wrapper improvements, improved non-MMU
3152 support. GCC 4.3.6 / 4.6.1.
3154 GENTARGETS infrastructure extended to cover bootloaders and
3155 Linux kernel as well. Options to retrive Linux/U-Boot from a
3156 custom git repo instead of upstream tarballs.
3157 Support for Linux 3.x and release candidate tarballs.
3158 X-Loader bootloader for omap added.
3160 Make source/external-deps now also works for external
3161 toolchains / crosstool-ng backend.
3163 Updated/fixed packages: autoconf, berkeleydb, bind, binutils,
3164 bmon, bridge-utils, busybox, cmake, dbus, dbus-glib,
3165 e2fsprogs, ethtool, ffmpeg, gst-plugins-{bad,base,good,ugly},
3166 gvfs, hostapd, iproute2, iptables, iw, jpeg, lame, libarchive,
3167 libdnet, libdrm, libgcrypt, libgtk2, libmpeg2, libpng,
3168 libsoup, lighttpd, linux-fusion, lzo, midori, mtd-utils,
3169 nfs-utils, openvpn, oprofile, orc, pkg-config, proftpd, qt,
3170 ruby, samba, sdl, shared-mime-info, sudo, sqlite, squid,
3171 synergy, udev, usbmount, usbutils, util-linux, valgrind,
3172 webkit, xorg-xserver, xz, zlib
3174 New packages: acl, attr, ebtables, gnutls, inotify-tools,
3175 ipset, libargtable2, libiqrf, libmnl, libnspr, libnss,
3176 libroxml, libyaml, live555, mxml, orc, rsyslog, sredird,
3177 statserial, stunnel, ti-utils, uboot-tools, yajl
3179 Deprecated packages: liboil, swfdec
3181 Removed packages: hal
3183 Issues resolved (http://bugs.uclibc.org):
3185 #3559: libnspr: Add new package
3186 #3595: patch to add libroxml
3187 #3565: libnss: Add new package
3188 #3583: xfonts_font-adobe-100dpi fails due to missing map file
3189 #3649: [PATCH] Add mapdir to existing pkg-config patch
3190 #3907: 2011.05 - Qt 4.7.3 not building on ARM
3191 #3961: Nfs-utils: Remove SUSv3-function index
3192 #3985: "help" target's defconfig list needs sort
3193 #3997: bump libroxml to v2.1.0
3195 2011.05, Released May 27th, 2011:
3197 Updated/fixed packages: makedevs
3199 2011.05-rc2, Released May 24th, 2011:
3201 Fixes all over the tree.
3203 Toolchain: Code sourcery ARM 2009q1 download URL fixed /
3204 2009q3 external toolchains added. Crosstool-NG bumped to
3205 1.11.3, eglic/glibc configuration fixes. Linux kernel 2.6.38.x
3208 Updated/fixed packages: bind, fakeroot, kbd, psmisc, qt
3210 2011.05-rc1, Released May 18th, 2011:
3212 Fixes all over the tree and new features.
3214 External toolchain improvements: We now build a binary
3215 toolchain wrapper and install it into HOST_DIR/usr/bin, which
3216 enforces the correct compiler arguments, making an external
3217 toolchain as easy to use outside of Buildroot as the internal
3218 ones are. This also brought a cleanup of CFLAGS, making the
3219 Buildroot build output easier to read.
3221 Rootfs device handling improvements: Choice between static
3222 /dev, devtmpfs and devtmpfs with either mdev or udev.
3224 Toolchain: More preconfigured codesourcery external
3225 toolchains, improved Crosstool-NG support, fix for GCC
3226 snapshot versions, GCC 4.4.6 / 4.5.3, experimental GCC 4.6.0
3227 support, target-GCC fixes, uClibc fixes, 0.9.32-rc3 support.
3229 Bootloaders: U-boot 2011.03, Barebox 2011.05.0
3231 Linux: support for custom kernel image targets, E.G. for
3232 powerpc builds with embedded device trees.
3234 Misc fixes for qemu defconfigs, ensuring correct serial
3235 terminal setup out of the box.
3237 Misc gentarget / autotools handling fixes.
3239 Updated/fixed packages: alsa-lib, alsa-utils, alsamixergui,
3240 atk, avahi, bind, bison, busybox, copas, dbus-glib, dhcp,
3241 dhcpdump, dnsmasq, dropbear, ethtool, fakeroot, ffmpeg, file,
3242 gamin, gnuconfig, gst-ffmpeg, gst-plugins-good, gtk2-engines,
3243 haserl, hostapd, icu, imagemagick, iproute2, iw, kismet, less,
3244 libcap, libdnet, libglade, libglib2, libgtk2, libnl, libpng,
3245 libxml2, libxml2, libxslt, lighttpd, lockfile-progs, makedevs,
3246 midori, mpg123, mpc, mpd, mpfr, mplayer, mtd-utils, ncurses,
3247 netsnmp, openssh, openssl, openvpn, pango, pkg-config, popt,
3248 procps, proftpd, qt, quagga, readline, rsync, samba, sdl,
3249 socat, squashfs, squid, sudo, tslib, udev, usbutils, webkit,
3250 wpa_supplicant, xerces, xfont_font-misc-misc, xlib_libX11,
3251 xlib_libXfont, xlib_xtrans, xorg-server, xterm, xz
3253 New packages: bonnie++, can-utils, gdisk, htop,
3254 input-event-daemon, libexif, libraw, libv4l, ngircd
3256 Removed packages: festival
3258 Issues resolved (http://bugs.uclibc.org):
3260 #2131: Add OpenMP support to the toolchain
3261 #3379: New Package: bonnie++
3262 #3445: Not working openssl-10.0.0d on 386sx
3263 #3451: fakeroot package: wrong FAKEROOT_SITE variable
3264 #3457: alsamixergui: broken URL
3265 #3475: Calling sync on large filesystems when not always necessary
3266 #3511: make busybox-menuconfig does not download busybox package
3267 #3541: Quotes in the top Makefile:217 break buildroot/kernel config...
3268 #3571: u-boot: fw_printenv does not build
3269 #3643: popt source url is not responding
3270 #3733: dropbear: make zlib optional
3271 #3757: Buildroot can't build mplayer with libmad
3273 2011.02, Released February 28th, 2011:
3275 Fixes all over the tree.
3277 Updated/fixed packages: alsamixergui, avahi, ffmpeg, icu, mpd,
3278 nuttcp, qt, slang, squashfs, sylpheed, synergy, xerces
3280 Deprecated packages: devmem2, webif
3282 Issues resolved (http://bugs.uclibc.org):
3284 #2911: Qt: Disable qt3support-option, if gui-module isn't selected
3285 #3259: Unable to build webkit (on arm)
3286 #3295: slang fails to build on mipsel
3287 #3325: ffmpeg fails to build
3289 2011.02-rc2, Released February 24th, 2011:
3291 Fixes all over the tree.
3293 Festival packages marked as broken. Unless someone steps up
3294 to support them, they will be removed during the 2011.05
3297 Updated/fixed packages: atk, avahi, bind, cairo, dbus,
3298 enchant, fakeroot, gmpc, gpsd, gvfs, iperf, jpeg, libarchive,
3299 libcgicc, libdaemon, libdrm, libevent, libgail, libglib2,
3300 libgpg-error, libmicrohttpd, librsvg, libsoup, libxcp,
3301 makedevs, matchbox-fakekey, matchbox-startup-monitor, mdadm,
3302 metacity, mpd, nasm, nfs-utils, olsr, openssl, popt,
3303 pthread-stubs, quagga, rpm, samba, sdl, sdl_gfx, sdl_image,
3304 sdl_mixer, sdl_sound, sdl_ttf, squashfs, synergy, taglib,
3305 tcpreplay, tiff, wpa_supplicant, xcb-util,
3306 xdriver_xf86-input-{acepad,aiptek,evdev,joystick,keyboard},
3307 xdriver_xf86-input-{mouse,synaptics,void},
3308 xdriver_xf86-video-{chips,dummy,geode,glide,intel,nv,wsfb},
3309 xlib_lib{ICE,SM,XScrnSaver,Xau,Xcursor,Xdmcp,Xi,Xinerama},
3310 xlib_lib{Xrandr,Xt,Xtst,Xxf86dga,Xxf86vm,dmx,fontenc,pciaccess},
3311 xserver_xorg-server, xz
3313 Removed packages: ace_of_penguins, vlc
3315 Issues resolved (http://bugs.uclibc.org):
3317 #3205: Failing chmod when running "make" in buildroot (openssl)...
3318 #3277: quagga fails to build with SNMP support
3319 #3283: See why nfs-utils needs fakeroot, and convert to autotools
3320 #3307: synergy fails to build due to missing XTest library
3322 2011.02-rc1, Released February 14th, 2011:
3324 Fixes all over the tree and new features.
3326 External toolchain improvements: clarification of the options,
3327 and introduction of the toolchain profile concept, for
3328 well-known toolchains. Buildroot is now capable of
3329 automatically downloading and extracting well-known toolchains
3330 (for the moment, CodeSourcery ARM, PowerPC, MIPS and SuperH
3331 toolchains are supported). Crosstool-NG backend updated and
3334 Complete rework of how hardware boards are supported.
3335 Each board now only has a single defconfig file, and all
3336 board-specific options have been removed. See
3337 docs/buildroot.html#board_support for details.
3339 Added support for the following boards: Mini2440, Qemu ARM
3340 Versatile, Qemu MIPSel Malta, Qemu PowerPC G3beige, Qemu SH4
3341 r2d and Qemu x86. The Qemu boards support allows to easily
3342 build systems that are known to work under Qemu.
3344 Initial support for Blackfin processors.
3346 Staging directory moved into $(O)/host/usr/<tuple>/sysroot, in
3347 preparation for support of SDK. For the same reason, the
3348 toolchain binaries (cross-compiler and other related tools)
3349 are now installed in $(O)/host/usr/bin/. The cross pkg-config
3350 now also automatically returns correct values for cross
3351 compilation, without needing any environment variables to be
3354 Ccache support reworked. Now used for both host and target
3355 compilation, and cache is stored in ~/.buildroot-ccache.
3357 Toolchain: uClibc 0.9.32-rc2, several components moved to
3358 normal AUTOTARGET packages.
3360 Generic cmake infrastructure, similar to the existing
3361 GENTARGETS/AUTOTARGETS.
3363 Support for bzr downloads, next to the existing git/svn support.
3365 Kconfig infrastructure rebased against 2.6.38-rc3, bringing
3366 misc fixes. 'xconfig' now uses Qt4 rather than Qt3.
3368 EXT2 file system size handling improved, UBI image support, fs
3369 configuration options cleanup, U-Boot/Barebox version bumps.
3371 Updated/fixed packages: alsa-utils, at, autoconf, automake,
3372 bash, binutils, bison, busybox, bzip2, cdrkit, cloop, cmake,
3373 coreutils, cups, dbus, dbus-python, dhcp, directfb,
3374 direcfb-examples, dmalloc, dnsmasq, dosfstools, e2fsprogs, ed,
3375 fbset, ffmpeg, findutils, flac, freetype, gdk-pixbuf, gmp,
3376 grep, gperf, gst-ffmpeg, gst-plugins-bad, gst-plugins-base,
3377 gst-plugins-good, gst-plugins-ugly, gstreamer, gvfs, hdparm,
3378 hostapd, i2c-tools, icu, imagemagick, input-tools, iproute2,
3379 iptables, iw, jpeg, kexec, libaio, libart, libcap, libconfig,
3380 libfuse, libglib2, libidn, libmad, libogg, libpcap, libpng,
3381 libsndfile, libtheora, libtool, libusb-compat, libvorbis,
3382 libxcb, libxml2, libxslt, links, linux-fusion, lm-sensors,
3383 lsof, ltp-testsuite, ltrace, lvm2, lzo, m4, makedevs,
3384 memtester, mesa3d, mii-diag, mpc, mpfr, mpg123, mplayer,
3385 mrouted, mtd-utils, nano, netperf, netplug, ntfs-3g, ntp,
3386 openssh, openssl, openvpn, oprofile, pango, patch, pciutils,
3387 php, pkgconfig, portmap, psmisc, python, qt, rsync, ruby,
3388 sawman, screen, sdl_gfx, sdl_sound, smartmontools, socat,
3389 sqlite, squid, sshfs, sstrip, sysklogd, sysstat, sysvinit,
3390 tar, tcpdump, tslib, udev, usbutils, vim, vtun, webkit, wipe,
3391 x11vnc, xapp_xlogo, xcb-proto, xfont_font-util,
3392 xkeyboard-config, xlib_libX11, xz, zlib
3394 New packages: dhrystone, dsp-tools, faad2, fbgrab, gst-dsp,
3395 gst-omapfb, irda-utils, lame, libao, libcue, libcuefile,
3396 libffi, libhid, libreplaygain, libsamplerate, libsigc++,
3397 lsuio, mpd, musepack, python-mad, python-serial, rsh-redone,
3398 sdparm, tidsp-binaries, vorbis-tools, wavpack, whetstone,
3401 Removed packages: hotplug, l2tp, libfloat, microcom,
3404 Issues resolved (http://bugs.uclibc.org):
3406 #267: The make target: cross fails because toolchain_build_...
3407 #415: Berkeley DB: mut_pthread.o: relocation R_X86_64_32 against...
3408 #561: ltp-testsuite failed to install
3409 #1447: Installing gfortran on PowerPC
3410 #1651: Build fail caused by ccache in module-init-tools
3411 #1681: Cross-compiled binaries shouldn't be installed into staging
3412 #1723: [PATCH] axel: convert to generic package infrastructure and...
3413 #1735: [PATCH] mplayer: convert to autotools infrastructure
3414 #2551: [PATCH] native toolchain in the target filesystem fails
3415 #2623: buildroot-snapshot-20100922 fails when compiling development...
3416 #2647: makedevs package lacks support for 16-bit major/minor numbers
3417 #2371: QT MYSQL Module does not build when MySQL installed on the host
3418 #2839: compile fails in various packages with a odd message "error:...
3419 #2887: tar "buffer overflow detected" error
3420 #2893: Broken "make source" with external toolchain
3421 #2905: Qt: Speed up compilation, if gui-module isn't selected
3422 #2929: genext2fs: couldn't allocate a block (no free space)
3423 #2935: Ntpdate isn't installed
3424 #2965: Broken linkage to xkbcomp (blocking X server startup)
3425 #2983: xlib_libX11 build failed
3426 #3007: kexec doesn't build: Missing regdef.h file
3427 #3085: Init scripts are not compatible with sysVinit (when busybox...
3428 #3103: make external-deps wants to download gcc-.tar.bz2 when...
3429 #3109: abnormal `make busybox-menuconfig`
3430 #3115: How about board specific makefiles?
3431 #3169: python patch has typo, aborts build in scenario
3432 #3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/
3434 2010.11, Released November 30th, 2010:
3436 Fixes all over the tree.
3438 Updated/fixed packages: libgcrypt, qt, squid, sysstat, tcpdump,
3441 Issues resolved (http://bugs.uclibc.org):
3443 #2773: squid with openssl support needs openssl on the host
3444 #2857: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
3446 2010.11-rc2, Released November 25th, 2010:
3448 Fixes all over the tree.
3450 Add support for LEON Sparc architecture variants. Fix make
3451 source/external-deps for host packages.
3453 Updated/fixed packages: bash, bind, busybox, dialog, gpsd,
3454 libglib2, libcurl, libmad, lrzsz, midori, module-init-tools,
3455 mtd-utils, openssh, openssl, pciutils, php, qt, sqlite,
3456 sysstat, webkit, zlib
3458 Issues resolved (http://bugs.uclibc.org):
3460 #759: Sysstat build broken without libintl
3461 #2479: host-module-init-tools 3.11 fails to build
3462 #2725: Buildroot overrides kernel config
3463 #2785: mtd-utils build fails due to missing libmtd
3464 #2791: Added PHP-Process Control to the PHP-Package
3465 #2797: pciutils dependencies on zlib not taken into account
3466 #2809: failed to compile libglib2
3467 #2821: [PATCH] Patch for JavaScriptCore in QtWebKit module
3468 #2827: qt-4.7.0-pthread_getattr_np.patch invalid for qt 4.6...
3469 #2833: Failed to compile webkit without X11
3471 2010.11-rc1, Released November 8th, 2010:
3473 Fixes all over the tree and new features.
3475 Kconfig infrastructure rebased against 2.6.36-rc1, bringing
3476 misc fixes + nconfig and savedefconfig targets.
3478 Toolchain: ARM cortex A9 support, experimental crosstool-ng
3481 Fs: Squashfs 4.1 with lzo support
3483 Old-style package hooks (*_HOOK_POST_*) removed. Use the more
3484 generic new-style ones instead.
3486 Download handling reworked and support for git/svn downloads
3489 Removed experimental shared config.cache support, as it is
3492 A convenience Makefile wrapper is created when using
3493 out-of-tree building, similar to how it is done for the kernel.
3495 Alpha, Cris, IA64 and Sparc64 architecture support removed.
3497 New packages: argp-standalone, gdk-pixbuf, gpsd, gst-ffmpeg,
3498 libmpeg2, kbd, librsvg, nuttcp, rng-tools, rrdtool, xz
3500 Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf,
3501 automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa,
3502 bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb,
3503 dmraid, docker, dosfstools, dropbear, e2fsprogs, ethtool,
3504 expat, ezxml, fbset, fconfig, ffmpeg, freetype, gadgetfs-test,
3505 gamin, gawk, genext2fs, gperf, gst-plugins-base,
3506 gst-plugins-ugly, gtk2-themes, gtkperf, gvfs, haserl, hdparm,
3507 hostapd, hwdata, ifplugd, imagemagick, iperf, ipsec-tools,
3508 iproute2, iptables, iw, jpeg, kexec, kismet, less, libcgi,
3509 libcurl, libdaemon, libdnet, liberation, libevent, libeXosip2,
3510 libglade, libgtk2, libiconv, libidn, libintl, libmms, libmpd,
3511 libnl, liboil, libosip2, libpcap, libpng, libtool, libungif,
3512 libxml2, libxslt, lighttpd, lite, lm-sensors, lockfile-progs,
3513 logrotate, m4, matchbox, mdadm, mesa3d, metacity, mplayer,
3514 mtd-utils, mysql_client, nano, nbd, ncftp, neon, netperf,
3515 netsnmp, ng-spice-rework, ntfsprogs, ntp, openntpd, openssh,
3516 openssl, openvpn, oprofile, pango, patch, pcre, php,
3517 pkg-config, portmap, pppd, pptp-linux, prboom, proftpd, radvd,
3518 rdesktop, readline, rp-pppoe, ruby, qt, quagga, samba, sawman,
3519 sdl_mixer, sdl_sound, sed, setserial, shared-mime-info, slang,
3520 speex, sqlite, squashfs, startup-notification, strace,
3521 sylpheed, sysstat, taglib, tcpdump, thttpd, tiff, tn5250,
3522 torsmo, tslib, udev, udpcast, usbmount, usbutils, vsftpd,
3523 vtun, which, wireless-tools, wpa_supplicant, xapp_twm,
3524 xapp_xbacklight, xapp_xcursorgen, xapp_xinit, xapp_xinput,
3526 xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
3527 xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
3528 xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
3529 xdriver-xf86-video-{geode,glide,glint,i128,i740,intel,mach64},
3530 xdriver-xf86-video-{mga,neomagic,newport,nv,openchrome,r128},
3531 xdriver-xf86-video-{rendition,s3,s3virge,savage,siliconmotion},
3532 xdriver-xf86-video-{sis,sisusb,suncg3,suncg6,suncg14,sunffb},
3533 xdriver-xf86-video-{sunleo,suntcx,tdfx,tga,trident,v4l,vesa},
3534 xdriver-xf86-video-{vmware,voodeo,wsfb,xgi,xgixp},
3535 xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke,
3538 Deprecated packages: hotplug, lzma, ng-spice-rework, sfdisk
3540 Removed packages: dillo, libglib12, libgtk12, microwin,
3543 Issues resolved (http://bugs.uclibc.org):
3545 #901: new package: gpsd
3546 #2389: Generate a Makefile wrapper in $(O)
3547 #2461: wireless_tools: install shared library if needed
3548 #2521: Can't compile sdl_mixer, mikmod.h can't be found
3549 #2533: xserver_xorg-server: Enable glx, if mesa3d is built
3550 #2563: [PATCH] cairo: Expose the configure option to disable some...
3551 #2581: libmms: Update to 0.6, and patch to work on architectures...
3552 #2707: Can't compile linux kernel using buildroot + crosstool-ng
3554 #2737: buildroot configuration tool crashing when the path exceeds...
3555 #2767: Build for lsof broken in buildroot-2010.08
3557 2010.08: Released August 31th, 2010:
3559 Fixes all over the tree.
3561 Updated/fixed packages: atk, xstroke
3563 Removed packages: lxdoom
3565 2010.08-rc2, Released August 30th, 2010:
3567 Fixes all over the tree.
3569 Mark the combination of uClibc 0.9.31, gcc 4.2.x, C++ and
3570 locale support as broken. Remove deprecated GCC 4.2.[1-3]
3573 Mark CRIS architecture as deprecated, as it is discontinued
3576 Marked shared config.cache as experimental and disabled by
3577 default as it is known to break with certain package
3580 Toolchain: fixed gcc 4.2.x build after uClibc NPTL support got
3583 fs: old-style squashfs for big endian archs fixed.
3585 Updated/fixed packages: busybox, gst-plugins-base,
3586 imagemagick, kismet, libgail, libglib2, libgtk2, lua,
3587 luafilesystem, lzo, ncurses, netcat, pango, php, pppd,
3588 proftpd, qt, samba, startup-notification, swfdec, sysvinit,
3591 Removed packages: stunnel
3593 Issues resolved (http://bugs.uclibc.org):
3595 #635: util-linux fails to build in 2009.08
3596 #2239: netcat package installs its binary to target as avr32-linux...
3597 #2395: libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because...
3598 #2443: Initramfs: Don't overwrite $(TARGET_DIR)/init if it exists
3599 #2449: Minor fixes for squashfs makefile and correct PowerPC e500 ...
3601 2010.08-rc1, Released July 30th, 2010:
3603 Fixes all over the tree and new features.
3605 Toolchain: GCC 4.3.5, older 4.3.x versions removed. GCC 4.1.2
3606 and non-sysroot support removed. Added support for (snapshot)
3607 NPTL in uClibc, 0.9.28.3 removed,
3609 Bootloaders: Various cleanups, moved to boot/, added Barebox,
3610 removed yaboot. Support building u-boot from custom tarball,
3613 New GTK-based configurator, usable using 'make gconfig'.
3615 Java packages marked as broken. Unless someone steps up to
3616 support this, they will be removed during the 2010.11
3619 Alpha, IA64 and Sparc64 architectures marked as deprecated.
3620 GTK+ on DirectFB has also been marked as deprecated, as it is
3621 not supported in recent GTK+ versions, and more and more
3622 packages depends on the new versions.
3623 Unless someone steps up to support them, they will be removed
3624 during the 2010.11 development cycle.
3626 New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
3627 libgail, luafilesystem, luasocket, rings, wsapi, xavante, xterm
3629 Updated/fixed packages: alsa-lib, alsamixergui, at, atk,
3630 avahi, berkeleydb, bash, blackbox, busybox, bzip2, cairo,
3631 cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc,
3632 dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig,
3633 gawk, gmpc, gnuchess, gst-plugins-base, gst-plugins-good,
3634 gstreamer, gzip, icu, intltool, iostat, ipsec-tools, iptables,
3635 iw, libart, libcgi, libcurl, libdrm, libeXosip, libfuse,
3636 libglib2, libgpg-error, libiconv, libidn, liblockfile, libpng,
3637 libsoup, lighttpd, links, linux-fusion, lmbench, lrzsz,
3638 ltrace, make, midori, module-init-tools, mplayer,
3639 mysql_client, nbd, ncurses, neon, netcat, netperf, netsnmp,
3640 ntfsprogs, openssl, oprofile, pango, php, qt, quagga, samba,
3641 setserial, sdl, sdl_mixer, sdl_sound, sdl_ttf, speech-tools,
3642 sqlite, squashfs, swfdec, tftpd, thttpd, tn5250, tremor,
3643 usbutils, webif, webkit, wireless_tools, xerces,
3644 xkeyboard-config, xserver_xorg-server, xvkbd, zlib
3646 Removed packages: modutils, portage, rxvt
3648 Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia
3650 Issues resolved (http://bugs.uclibc.org):
3652 #321: alsa-lib uses host include files for python which breaks ...
3653 #361: linux kernel configuration choice works incorrectly
3654 #387: Tremor not installed to toolchain
3655 #401: new package: ffmpeg
3656 #475: uImage target for U-boot failed generating
3657 #543: ATK requires X11 on DirectFB target
3658 #575: webkit: Buildroot Libtool Patch Fails
3659 #583: build fails with external x86_64 toolchain
3660 #729: sstrip creates corrupted headers
3661 #829: Webkit r44552 needs libXt
3662 #835: Package Dataflashboot-1.05 does not compile with buildroot...
3663 #847: Compiling target-gcc v4.4 fails with "libc.so.0: cannot open...
3664 #859: Add (head of) nptl branch to list of uClibc versions
3665 #949: compile with debug info
3666 #955: Grub fails to build with External Toolchain
3667 #1051: Webkit doesn't compile (Linuxthreads new, x86)
3668 #1213: Move .config into output directory
3669 #1225: Buildroot fails to account for "nof" subdirectory (no float...
3670 #1231: (sparc) Linux kernel fails to build
3671 #1261: The getline() in output/build/linux-2.6.28/scripts/unifdef.c...
3672 #1339: Busybox needs -fno-strict-aliasing to compile cleanly
3673 #1393: neon config fails libxml/parser.h: libxml2 requires, but not ...
3674 #1405: WebKit fails to build because pthread_getattr_np is not impl...
3675 #1675: GMP Error during buildroot make process
3676 #1741: external toolchain linking error
3677 #1753: lmbench: convert to generic package infrastructure
3678 #1771: Fakeroot and the target/generic/device_table.txt create bad...
3679 #1807: LZMA 4.32.7, Required header file(s) are missing
3680 #1813: xkeyboard-config fails to build because of intltool problem
3681 #1879: Bump iptables to 1.4.8
3682 #1885: Add a bunch of lua modules
3683 #1897: Bump libusb to 1.0.7
3684 #1903: Bump tn5250 to 0.17.4 and migrate to autotargets
3685 #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
3686 #1927: Bump file to 5.03 and migrate to autotargets
3687 #1933: Bump gawk to 3.1.8 and migrate to autotargets
3688 #1945: PHP: add sqlite3 dependency when using external lib
3689 #1951: Bump openssl to 0.9.8o
3690 #1957: Bump sqlite to 3.6.23.1
3691 #1975: Package removal/deprecation
3692 #1981: zlib: bump to 1.2.5
3693 #1987: intltool: Fix spelling mistake
3694 #1993: Bump bash to 4.1.7(1) and migrate to autotargets
3695 #1999: Typo in path checking
3696 #2005: Bump dnsmasq to 2.55 and migrate to gentargets
3697 #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x
3698 #2038: Bump ncurses to 5.7
3699 #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
3700 #2101: blackbox depends on locale support
3701 #2119: Tries to build kernel, although disabled in config
3702 #2125: libXfont build fail
3703 #2143: buildroot compiler generates segfaulting statically linked exe..
3704 #2149: xterm build failure
3705 #2155: Compression lzo don't set for ubifs
3706 #2161: [SECURITY] Update libpng to 1.2.44
3707 #2167: Bump busybox to 1.17.0, convert to gentargets, drop 1.12, ...
3708 #2181: pixman can't apply pixman-0.10.0-no-tests.patch
3709 #2191: linux-fusion build fail
3710 #2221: Qt does not compile (dependencies not taken into account?)
3711 #2233: Atmel atstk target skeletons have /etc/mtab as a file, not ...
3712 #2245: Netcat does not work due to incorrect assumptions about signed..
3713 #2251: directory output/build after make *_defconfig not found
3714 #2257: Convert netsnmp package to autotargets
3715 #2263: Bump samba to 3.3.13
3716 #2269: setserial causes make error
3718 2010.05, Released May 30th, 2010:
3720 Fixes all over the tree.
3722 Updated/fixed packages: coreutils, hal, libcap,
3723 lockfile-progs, ncftp, xserver_xorg-server
3725 Issues resolved (http://bugs.uclibc.org):
3727 #1789: binutils fails to build for i386
3728 #1843: Fix libcap build failure
3729 #1855: XORG Keyboard driver fails to compile
3731 2010.05-rc3, Released May 27th, 2010:
3733 Fixes all over the tree.
3735 Updated/fixed packages: aumix, atk, avahi, bmon, busybox, cairo,
3736 cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
3737 gettext, gmpc, gob2, grep, gstreamer, gst-plugins-bad,
3738 gst-plugins-base, gvfs, hal, iconv, icu, iperf, libcgicc,
3739 libdvdnav, libdvdread, libglade, libglib2, libgtk2, libidn,
3740 libmms, libmpd, libpcap, libsoup, lmbench, lsof, ltrace, lvm2,
3741 make, metacity, microperl, mtd-utils, mutt, nbd, netsnmp,
3742 ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm, php,
3743 pkg-config, psmisc, qt, samba, shared-mime-info, squashfs,
3744 squashfs3, sshfs, startup-notification, swfdec, sylpheed,
3745 uemacs, util-linux, valgrind, vpnc, vsftpd, webkit, xstroke
3747 Issues resolved (http://bugs.uclibc.org):
3749 #75: arm buildroot "unrecognized option" error
3750 #699: Buildroot fails to copy libstdc++ to target when using external...
3751 #1693: NTP trys IPV6 even if not configured error: 'IPV6_MULTICAST...
3752 #1729: alsamixergui fails to build
3753 #1801: Avahi-autoipd doesn't create TARGET_DIR/var/lib
3754 #1819: pciutils small bugs
3755 #2065: Internal toolchain: bump gcc 4.3.x series to 4.3.5
3757 2010.05-rc2, Released May 11th, 2010:
3759 Fixes all over the tree.
3761 Updated/fixed packages: busybox, customize, gawk, gnuchess,
3762 hal, hostapd, less, libgcrypt, libnl, libxcb, linux-fusion,
3763 ltp-testsuite, mplayer, netplug, pciutils, php, sed,
3764 shared-mime-info usb_modeswitch, usbutils, vlc wpa_supplicant,
3765 xapp_bdftopcf, xapp_mkfontdir, xdriver_xf86-video-openchrome,
3766 xfont_encodings, xlib_libX11, xlib_libXfont, xlib_xtrans,
3767 xproto_fontcacheproto, xproto_fontsproto, xvkbd
3769 Removed packages: vice
3771 Issues resolved (http://bugs.uclibc.org):
3773 #849: "customize" package copies files to wrong place in target tree
3774 #985: Bump usb_modeswitch package to 1.1.0
3775 #1135: Package customize. Wrong copying
3776 #1525: Package hal deletes a whole <target>/etc/rc.d directory
3777 #1531: libxcb 1.5 build fails, due to missing xcbgen Python module
3778 #1669: Busybox failed to compile when using an external toolchain
3779 #1699: Fix usbutils dependencies and bump
3780 #1705: Fix pciutils broken cross compiling
3781 #1717: External toolchain fixes for hostapd & wpa_supplicant
3783 2010.05-rc1, Released May 3rd, 2010:
3785 Cleaned up / restructured package menu.
3787 Toolchain: uClibc 0.9.30.3 / 0.9.31, older 0.9.30.x removed.
3788 2.6.33 kernel headers, binutils 2.20.1, GCC 4.4.4,
3789 removed broken nios2 support, ppc e300cX/e500mc support,
3790 improved external toolchain support, GDB 7.x support.
3792 X.org updated to 7.5.
3794 New packages: cdrkit, cramfs, genext2fs, genromfs,
3795 libatomic_ops, librsync, libusb-compat, lmbench, netperf,
3796 squashfs, squashfs3, squid
3798 Updated/fixed packages: alsa-utils, argus, autoconf, bison,
3799 busybox, bzip2, directfb, dnsmasq, dosfstools, e2fsprogs,
3800 eeprog, fakeroot, fbv, findutils, freetype, haserl, hostapd,
3801 iperf, iptables, iw, less, libaio, libcgi, libcgicc, libdrm,
3802 libgcrypt, libglib2, libid3tag, libmad, liboil, libosip2,
3803 libpng, libraw1394, libsysfs, libxml2, libxslt, linux-fusion,
3804 ltrace, lua, lzma, madplay, makedevs, matchbox, mdadm,
3805 memstat, mesa3d, mtd-utils, nano, ncurses, openssl, patch,
3806 pciutils, php, pixman, portage, pppd, pthread-stubs, python,
3807 qt, radvd, samba, setserial, smartmontools, tar, tslib,
3808 udpcast, usb_modeswith, vtun, wget, xdata_xcursor-themes,
3809 xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
3810 xlib_libXaw, xlib_libXfont, xlib_libXfontcache,
3811 xlib_libXxf86misc, xlib_libXtst, xlib_libpciaccess,
3812 xproto_dri2proto, xproto_eviext, xproto_fontcacheproto,
3813 xproto_xf86miscproto, xserver_xorg-server
3815 Removed packages: xapp_xtrap, xlib_libXTrap, xlib_libXevie,
3816 xlib_libXxf86misc, xxproto_evieext, proto_trapproto,
3817 xproto_xf86miscproto
3819 Issues resolved (http://bugs.uclibc.org):
3821 #513: Add new squid package
3822 #661: lmbench: new package
3823 #719: Add lua option to haserl
3824 #800: [PATCH] iperf update to 2.0.4
3825 #803: [PATCH] lua - add shared library patch and config option for...
3826 #805: [PATCH] mdadm - version update
3827 #817: integrator926_defconfig uses unsupported uboot board name
3828 #851: Add option to specify --sysroot value for external toolchain
3829 #1093: Upgrade libusb to v1.0.3 and add new libusb-compat
3830 package for compatibility with old packages that expect
3832 #1105: Add new netperf package
3833 #1111: Bump wget to 1.12 and migrate to Makefile.autotools.in
3834 #1117: Bump nano to 2.2.3 and migrate to Makefile.autotools.in
3835 #1123: Bump less to 436 and migrate to Makefile.autotools.in
3836 #1129: Bump memstat to 0.8 and migrate to Makefile.package.in
3837 #1189: Wrong u-boot configuration name for integrator926 target
3838 #1219: kernel headers not correctly installed into toolchain/staging
3839 #1267: Wrong BR2_EXTRA_VERSION
3840 #1273: BR2_INET_IPV6 does not enable IPv6 in pppd
3841 #1303: Add librsync package
3842 #1321: Busybox link fails due to lack of --sysroot option
3843 #1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS
3844 #1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in
3845 #1369: cannot build radvd (flex problem)
3846 #1387: xlib_libX11-1.3.2 can't find libjpeg
3847 #1411: [SECURITY] Update openssl package to 0.9.8n
3848 #1417: Bump iptables to 1.4.7
3849 #1423: Bump e2fsprogs to 1.41.11
3850 #1429: [SECURITY] Update php to 5.2.13
3851 #1441: Add binutils 2.20.1
3852 #1447: Package installation on target with debug symbols is broken
3853 #1459: Misc QA fixes
3854 #1489: radvd update to 1.6
3855 #1513: Enable powerpc e300c2, e300c3 and e500mc optimization
3856 #1537: dev entries not created anymore
3857 #1555: Fix default uclibc-0.9.31 configuration
3858 #1561: [SECURITY] Update samba to 3.3.12
3859 #1567: openssl0.9.8n fails to compile
3860 #1573: Alsa-utils alsactl/init/* not installed to target
3861 #1591: portmap fails to compile
3862 #1615: Convert eeprog package to gentargets
3863 #1645: Bump hostapd package to 0.7.2
3865 2010.02, Release February 26th, 2010:
3867 Fixes all over the tree.
3869 Updated/fixed packages: avahi, busybox, cramfs, ipsec-tools, libcgicc,
3870 libgtk2, libraw1394, madplay, netsnmp, pango, squashfs, sylpheed, qt,
3873 Removed packages: hostap, openmotif, xpdf
3875 Issues resolved (http://bugs.uclibc.org):
3877 #165: openmotif does not build
3878 #1147: Remove obsolete hostap package
3879 #1183: make source fails to download gmp, mpfr and patches
3881 2010.02-rc2, Released February 23th, 2010:
3883 Fixes all over the tree and new features.
3885 New packages: intltool
3887 Updated/fixed packages: ace_of_penguins, alsa-lib, alsa-utils, argus,
3888 at, automake, ccache, dosfstools, e2fsprogs, flex, gob2, gmpc,
3889 gst-plugins-good, imagemagick, iw, kexec, libeXosip, libgtk2,
3890 libpcap, libpng, libsoup, libxcb, libxml-parser-perl, libxml2,
3891 libxslt, lvm2, matchbox, mplayer, rsync, rubix, shared-mime-info,
3892 tcl, webkit, xapp_mkfontscale, xfont_encodings, xfont_font-util,
3893 xlib_libfontenc, xproto_trapproto, zlib
3895 Removed package: xboard
3897 Issues resolved (http://bugs.uclibc.org):
3899 #335: atk looks for the path to the gnome library on the host
3900 #355: Please update WebKit - it doesn't compile!
3901 #453: libglib2 autoreconf
3902 #457: e2fsprogs link problem
3903 #459: libgtk2 autoreconf
3904 #469: build of libgtk2 for host incorrectly assumes that X.org ...
3905 #671: Bash fails to build when building buildront on Ubuntu 9.04
3906 #711: WebKit host dependencies problems
3907 #821: cp: illegal operation
3908 #1039: Not compiled on ubuntu karmic
3909 #1069: [PATCH] The AT91BOOTSTRAP makefile contains a typo
3911 2010.02-rc1, Released February 9th, 2010:
3913 Fixes all over the tree and new features.
3915 Generalized autotools infrastructure to be usable for
3916 non-autotools packages, see package/Makefile.package.in for
3919 Cleaned up avr32 toolchain config, external source-based
3920 toolchain support is gone.
3922 Dependency checks: Also check for makeinfo, only print output
3925 Toolchain: uClibc 0.9.30.2, gcc 4.4.3
3927 New packages: libcdaudio, libdvdnav, libdvdread, hostapd, ser2net,
3930 Updated/fixed packages: alsa-lib, alsa-utils, at, autoconf, bash,
3931 bind, binutils, bootutils, busybox, dbus, directfb, dnsmasq,
3932 e2fsprogs, gstreamer, gperf, gst-plugins-bad, gvfs, fbdump, flex,
3933 hal, iptables, iw, jpeg, kismet, libfuse, libglib2, liboil, libpcap,
3934 libungif, libxml2, libxslt, lighttpd, mesa, mpg123, mtd-utils, nbd,
3935 neon, netstat-nat, newt, openvpn, pcre, php, qt, rdesktop, readline,
3936 rpm, sawman, sdl, sdl_ttf, sqlite, sshfs, tremor, u-boot,
3937 usb_modeswitch, usbutils, webkit, wpa_supplicant, xfsprogs, zlib
3939 Removed package: asterisk, openswan
3941 Issues resolved (http://bugs.uclibc.org):
3943 #515: tcpreplay: new package
3944 #553: Wrong DirectFB ps2mouse limitation
3945 #559: mesa3d build fails
3946 #679: Autoconf cannot find M4
3947 #739: New/updated hostapd package
3948 #749: Bump usbutils package to version 0.86
3949 #751: Kernel 2.6 snapshot fetch fail
3950 #753: Bump lighttpd package to 1.4.25
3951 #757: U-Boot: mkimage cannot be installed using external toolchain
3952 #761: Add binutils 2.20 to toolchain options
3953 #763: [SECURITY] Update pcre to 7.9
3954 #765: Add buildroot branding to gcc
3955 #767: Bump iw package to 0.9.18
3956 #773: [SECURITY] Update bind to 9.5.2-P1
3957 #795: Minor edits to fix typos, grammar, spelling, usage in documen...
3958 #813: Drop not very useful generic package selection options ...
3959 #823: Editor backup files (~) is copied from the target_skeleton
3960 #827: Bump mtd-utils package to version 1.2.0
3962 #913: Bump iptables to 1.4.6
3963 #919: Bump usb_modeswitch package to 1.0.7
3964 #925: Bump wpa_supplicant package to 0.6.10
3965 #931: Bump kismet package to 2010-01-R1
3966 #937: Bump openvpn package to 2.1.1
3967 #943: Bump sqlite package to 3.6.22
3968 #961: Bump dnsmasq to 2.52
3969 #967: Bump netstat-nat to 1.4.10
3970 #973: Bump iw to 0.9.19
3971 #1003: DHCP options disabled with busybox-1.16.0
3972 #1009: [SECURITY] Bump php to 5.2.12
3973 #1015: [SECURITY] Bump bind to 9.5.1-P2
3974 #1027: Busybox flash commands conflict with those from mtd-utils
3975 #1063: [SECURITY] Update lighttpd to 1.4.26
3977 2009.11, Released December 1st, 2009:
3979 Additional fixes and cleanups.
3981 Updated/fixed packages: alsamixergui, autoconf, coreutils, fltk,
3982 microperl, ncurses, vim
3984 Issues resolved (http://bugs.uclibc.org):
3986 #707: Cant configure fltk-1.1.7. configure: error: Configure could ...
3988 2009.11-rc2, Released November 29th, 2009:
3990 Additional fixes and cleanups.
3992 Updated/fixed packages: busybox, dbus, fltk, gvfs, ltrace
3994 2009.11-rc1, Released November 23rd, 2009:
3996 Fixes all over the tree and new features.
3998 Cleaned up / Simplified build directory layout. Refer to
3999 docs/buildroot.html#using for details.
4001 Target defconfig files moved to configs/ and listed in 'make help'
4004 Fixed *clean targets. Now clean removes everything generated,
4005 so you can do a fresh rebuild. Distclean furthermore removes
4006 kbuild tools and .config, bringing the source tree back in a
4009 Toolchain: ARM cortex A8 support, GCC 4.4.2, sensible default
4010 soft / hardfloat setting for architecture, ensure target-ldd
4013 New packages: divine, gvfs, libarchive, libmicrohttpd,
4014 sdl_sound, swfdec, sysstat
4016 Updated/fixed packages: alsa-lib, alsamixergui, autoconf, bootutils,
4017 busybox, gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf,
4018 gqview, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good,
4019 imagemagick, ipkg, iptables, iw, kernel-headers, kismet, leafpad,
4020 libelf, libevent, libglib2, libidn, liblockfile, libmad, libpcap,
4021 libupnp, libuuid, libxml2, lighttpd, ltrace, lua, lzma, magiccube4d,
4022 matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp,
4023 ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
4024 python, quagga, radvd, rpm, rsync, rubix, samba, sawman, sdl, sdl_image,
4025 shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
4026 synergy, syslinux, sysklogd, target-binutils, tcpdump, torsmo, u-boot,
4027 udpcast, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
4028 xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib[5~
4030 Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
4032 Issues resolved (http://bugs.uclibc.org):
4034 #301: allow to install libsmbclient
4035 #303: add gvfs package
4036 #477: Add sdl_sound package
4037 #487: Make kismet package sexier
4038 #511: New package usb_modeswitch
4039 #527: misc fixes for dnsmasq package
4040 #565: libevent: Bump version and clean up makefile
4041 #587: Use iptables multipurpose binaries and bump to 1.4.4
4042 #593: Missing early check for patch(1)
4043 #597: (REOP) Selecting busybox in buildroot's config clobbers ar ...
4044 #609: libmicrohttpd: New package
4045 #615: python: Don't delete .py files unless asked
4046 #617: netkit/inetd requires RPC and fails to build if RPC is disabled
4047 #619: netkittelnet requires netkitbase to install, but there's no ...
4048 #645: allow to build nbd-server with NBD package
4049 #653: [SECURITY] Update php package to version 5.2.11
4050 #655: Update sqlite package to version 3.6.18
4051 #657: Bug in imagemagick-clean target
4052 #663: Add option for NAND flash with 512B Page and 16 kB erasesize ...
4053 #665: [PATCH] Samba package
4054 #667: [PATCH] e2fsprogs
4055 #683: SDL-dfb does not select directfb
4056 #701: make install problem with unstripped binaries
4057 #703: [SECURITY] Update openssl package to 0.9.8l
4058 #705: Bump spawn-fcgi package to 1.6.3
4059 #709: Bump lighttpd package to 1.4.24
4060 #713: Migrate openntpd package to Makefile.autotools.in
4061 #715: Bump libidn package to 1.15 and other fixes
4062 #717: Bump dnsmasq to 2.51 and introduce new IDN option
4063 #731: Bump iw package to 0.9.17
4065 2009.08, Released August 31th, 2009:
4067 Additional fixes and cleanups.
4069 Updated/fixed packages: ctorrent, saveconfig/getconfig,
4070 sdl_net, util-linux.
4072 Issues resolved (http://bugs.uclibc.org):
4074 #529: util-linux doesn't find headers and include libs correctly
4075 #557: Build ctorrent with SSL support if available
4077 2009.08-rc3, Released August 26th, 2009:
4079 Additional fixes and cleanups.
4081 Updated/fixed packages: alsa-utils, berkeleydb, busybox, dbus,
4082 directfb, enchant, kernel headers.
4084 Issues resolved (http://bugs.uclibc.org):
4086 #471: Allow directfb compilation with debug
4087 #541: Removal of CVS directories in target filesystem broken
4088 #547: berkeleydb: Update config.{sub, guess}
4089 #549: enchant: Fix dependencies.
4090 #569: Fix alsa-utils build for x86 on x86-64
4092 2009.08-rc2, Released August 6th, 2009:
4094 Additional fixes and new features.
4096 New packages: libuuid, gcc 4.3.4.
4098 Updated/fixed packages: busybox, classpath, gzip, ipsec-tools,
4099 jamvm, libusb, microperl, neon, popt, sed, webkit.
4101 Fixed issue with 'make oldconfig'
4103 Issues resolved (http://bugs.uclibc.org):
4105 #525: sed broken with external toolchain
4106 #537: Fix gzip build with recent glibc
4108 2009.08-rc1, Released August 2nd, 2009:
4110 Fixes all over the tree and new features.
4112 Improvement of external toolchain support:
4113 - Support for glibc toolchains.
4114 - The toolchain configuration announced to Buildroot is
4115 verified against the real toolchain configuration.
4116 - Fixes, documentation.
4118 Cleanup X.org support: clarified configuration options, and
4119 removed mandatory dependency on useless libraries such as
4122 New QT-based configurator, usable using 'make xconfig'.
4124 Support for the Xtensa architecture.
4126 Toolchain: GCC 4.4.1, 2.6.30 kernel headers, removed < 2.6.26
4129 New packages: bmon, ctorrent, dosfstools, enchant,
4130 gst-plugins-bad, iw, libmms, libnl, netstat-nat, ntfsprogs,
4131 sdl_gfx, spawn-fcgi.
4133 Updated packages: bind, busybox, coreutils, sqlite, directfb,
4134 expat, gamin, gnuconfig, haserl, ipsec-tools, classpath,
4135 libcurl, libglib2, liblockfile, libpng, libsoup, libxml2,
4136 lighttpd, ltp-testsuite, lvm2, matchbox, memstat,
4137 gst-plugins-good, gstreamer, libogg, libvorbis, mplayer,
4138 neon, openssl, pciutils, php, qt, ruby, sawman, webkit,
4139 wpa-supplicant, xdriver_xf86-input-synaptics,
4140 xdriver_xf86-video-intel, xlib_libXfont, xlib_libXft,
4141 xlib_libXt, xproto_xproto, xserver-xorg, xutil_makedepend,
4144 Issues resolved (http://bugs.uclibc.org):
4146 #83: liblockfile fails to compile due to eaccess redefinition
4147 #163: Xtensa architecture port
4148 #171: xorg-server / kernel headers 2.6.26 - vm86.c compilation issue
4149 #241: device mapper + lvm2: build together
4150 #243: ctorrent: new package
4151 #247: ntfsprogs: new package
4152 #271: Library 'libgcc_s.so.1' not installed in search path
4153 #287: New package libnl
4154 #289: New package iw
4155 #331: Update MPlayer to version 1.0rc2
4156 #333: Bump sqlite package to 3.6.15
4157 #349: update libsoup to version 2.26.2
4158 #357: New package netstat-nat
4159 #359,#413: Upgrade openvpn to Makefile.autotools.in
4160 #367: linux kernel compile error for arm926t
4161 #369: Add SDL_gfx package
4162 #373: Support for building gstreamer without libxml
4163 #379: update DirectFB to version 1.4.0
4164 #383: gst-plugins-good: Allow soup plugin to be configured
4165 #385: neon: Fix pkgconfig dependency
4166 #387: Tremor not installed to toolchain
4167 #389: New package bmon
4168 #391: gstreamer: Bump version to 0.10.23
4169 #393: gst-plugins-base: Bump version to 0.10.23
4170 #395: gst-plugins-bad: New package
4171 #403: Error while building iso9660 image
4172 #409: Bump php package to 5.2.10
4173 #411: ipsec-tools: Bump version to 0.7.2
4174 #417: New package spawn-fcgi
4175 #419: Bump lighttpd package to 1.4.23
4176 #421: toolchain: Clean up toolchain locale support menu
4177 #427: webkit: Update to WebKit svn r44552
4178 #437: ltp-testsuite: Bump version to 20090630
4179 #451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3
4180 #467: DirectFB 1.4.1
4181 #473: memstat_0.5.tar.gz has install with -D and that fails "make"
4182 #491: libxml2: Bump version to 0.7.3
4183 #495: Bump bind package to 9.5.1-P3 (security)
4184 #497: OpenSSL RSA key generation hangs on x86_64
4185 #509: Bump sqlite package to 3.6.16
4186 #523: pciutils broken with external toolchain
4187 #533: Update gamin to 0.1.10 to fix compilation
4189 2009.05, Released June 1st, 2009:
4191 Fixes for dropbear & diffutils, bump linux-advanced 2.6.29.x
4192 version and marked ubifsroot as broken.
4194 2009.05-rc3, Released May 27th, 2009:
4196 Fixes for toolchain (gcc arm pr37436), stable kernel versions,
4197 busybox, curl, libusb, readline, python and strace.
4199 Issues resolved (http://bugs.uclibc.org):
4201 #345: libcurl package needs a urandom fix
4203 2009.05-rc2, Released May 19th, 2009:
4205 Fixes for toolchain (gcc w/softfloat on ppc, 3.4.6 buildfix
4206 for newer hosts), stable kernel versions, busybox, cups,
4207 dmraid, docker, mesa3d, rsync and updated defconfigs.
4209 xserver marked as broken on AVR32 and atngw100-expanded
4212 Issues resolved (http://bugs.uclibc.org):
4214 #167: metacity does not build
4215 #295: gamin installs python support even if python is disabled
4216 #323: gen_matypes fails to execute during build of Mesa when us...
4218 2009.05-rc1, Released May 5th, 2009:
4220 Fixes all over the tree, further conversion of packages to
4221 Makefile.autotools.in and we now build host versions of
4222 packages where needed for build time dependencies instead of
4223 relying on the correct versions being available on the build
4224 host. Ancient toolchain / busybox versions have furthermore
4225 been removed as announced in the 2009.02 release notes.
4227 New packages: flac, gob2, lzop, taglib, wpa_supplicant
4229 Updated packages: avahi, bind, binutils, busybox, dbus, dbus-glib,
4230 directfb, dnsmasq, freetype, gcc, gmp, gstreamer, iptables, kernel
4231 headers, kexec, libglib2, libpng, libsndfile, lua, mpfr, ntfs-3g,
4232 openssl, php, qtopia4, rsync, samba, sqlite, tar, uboot, uclibc,
4233 util-linux, xorg7, xerces
4235 Issues resolved (http://bugs.uclibc.org):
4237 #5,#77,#141,#143: Convert php package to Makefile.autotools.in
4238 and a ton of other improvements
4239 #19: page.h missing by util-linux
4240 #37: update libglib2 to version 2.18.4
4241 #61: tslib puts staging_dir into pkgconfig file
4242 #69: tar refuses to build
4243 #71,#175: ./wchar.h:41:12: error: empty filename in #include
4244 #73: Bump openssl package to the latest version
4245 #81: New package wpa_supplicant
4246 #99: new package: flac
4247 #101: update gstreamer packages
4248 #105,#313: menuconfig segfaults on tinyx if wchar is not
4250 #107: convert libvorbis to Makefile.autotools.in
4251 #109: Make pppd package avoid bsd err
4252 #111: binutils 2.17 fails to build when texinfo >= 4.10
4253 #133: Modify ncurses5-config to get correct include path
4254 #137: Bump php to version 5.2.9
4255 #139: Bump sqlite to 3.6.11 and convert to
4256 Makefile.autotools.in
4257 #145: Bump bind package to 9.5.1-P1 (security)
4258 #147: buildroot toolchain fails to build w/binutils-2.19.1
4259 #151: openssl package trivial fixes
4260 #161: vim fails on patching with errors in configure.patch
4261 #169: blackbox-0.70.1 does not build
4262 #177: xdriver_xf86-input-keyboard does not build
4263 #179: Upgrade dropbear to Makefile.autotools.in
4264 #181: Update to Xorg 7.4
4265 #187: ntfs-3g: could not build cross
4266 #191: alsa-lib ARM binaries always built with EABI
4267 #213: Bump wpa_supplicant package to version 0.6.9
4268 #217: Bump openssl package to 0.9.8k (security)
4269 #219: Toolchain build fails on m4
4270 #225: m4 macros are out of place
4271 #233: make ipv6 optional in iptables
4272 #237: ncftp: convert to Makefile.autotools.in
4273 #239: ntfs-3g: convert to Makefile.autotools.in
4274 #245: lzop: new package
4275 #271: Bump bind package to 9.5.1-P2 (security)
4276 #277: Bump sqlite package to 3.6.16
4277 #279: update libglib2 to version 2.20.1
4278 #281: update DirectFB to version 1.2.8
4280 #285: compilation of samba fails if IPV6 support is missing
4281 #293: update samba to version 3.3.3
4282 #299: add shared-mime-info package
4283 #307: make openssl package respect build flags