1 2017.08-rc2, Released August 11th, 2017
3 Fixes all over the tree.
5 Updated/fixed packages: bind, dbus, erlang-p1-xml, faad2,
6 ficl, gcc, gdb, glibc, jack2, libcurl, linux, linux-headers,
7 lua, mutt, nvme, qt5base, skeleton-common, snappy, stella,
8 swupdate, uclibc, valgrind, webkitgtk.
10 Updated/fixed defconfigs: beaglebone_qt5, minnowboard_max,
11 nanopi_m1{, _plus}, olimex_a20_olinuxino_lime, qemu_sparc,
14 The cmake-package infrastructure for host packages has been
15 fixed to not incorrectly detect target packages through
18 Issues resolved (http://bugs.buildroot.org):
20 #9926: systemd-resolved.service: Failed at step NAMESPACE (systemd 233)
21 #10021: libqeglfs-viv-integration.so file is missing for qt5 on armv7
22 #10026: lua-5.3.4: fix lua linker error in swupdate
23 #10146: package/skeleton-common fix recursive variable
24 #10156: glibc compilation fails for X86 32bits (i386)
25 #10201: toolchain-wrapper.c:192: (error) Memory leak:
26 #10221: Buildroot Support
28 2017.08-rc1, Released August 2nd, 2017
32 - The skeleton package has been split into multiple packages:
33 skeleton-sysv (when Busybox or SysV init are used),
34 skeleton-systemd (when systemd is used), skeleton-none (when
35 no init system is used) and skeleton-custom (when a custom
36 skeleton is used). Those packages, except skeleton-custom,
37 share common logic and data in a new package called
38 skeleton-common. The skeleton package becomes a virtual
39 package. This change allows to generate a filesystem that is
40 compliant with systemd expectations.
42 - Support for using a read-only filesystem with systemd has
45 - Major revamp of the gettext handling, with user-visible
48 - prior to this revamp, when BR2_ENABLE_LOCALE=y, each
49 package could decide to enable or not NLS support. When
50 BR2_ENABLE_LOCALE was disabled, NLS support was forced off
51 by passing --disable-nls to packages.
53 - after this revamp, a new BR2_SYSTEM_ENABLE_NLS option
54 controls whether NLS support should be enabled or not in
55 packages. This option defaults to disabled, which means
56 that now, NLS support is by default disabled in all
59 Therefore, if you need NLS support in packages, you must now
60 explicitly enable the BR2_SYSTEM_ENABLE_NLS option.
62 - The host directory no longer has a usr/ component. This
63 makes it much more natural to use that directory as an
64 externally used toolchain. For compatibility with existing
65 scripts, a link usr -> . is still added.
67 - Hashes are now checked on tarballs by Buildroot when a
68 package is sourced from a Git repository.
70 - Patches are no longer being downloaded from Github, since
71 auto-generated patches could change over time, and break
72 hashes. All patches that were downloaded from Github are now
73 stored in their respective package directories.
75 - Hash files in packages can now contain hashes for the
76 license files contained in the package source code. This
77 allows to detect changes in such license files.
79 - Binaries in $(TARGET_DIR) are now cleaned up from invalid
80 RPATHs at the end of the build.
82 - A new "make sdk" target prepares $(HOST_DIR) to be
83 relocatable: turns RPATHs in host binaries into relocatable
84 ones, removes bogus RPATHs from staging binaries/libraries,
85 and provides a relocate-sdk script that can be executed to
86 relocate the SDK after installation.
88 - Addition of utils/genrandconfig which generates a random
89 configuration based on a set of pre-defined toolchain
90 configurations (support/config-fragments/autobuild/) and a
91 random selection of packages. It is now used by the
92 autobuilders to generate the random configurations.
96 - ext2/3/4 filesystems are now generated using mkfs.ext from
97 e2fsprogs instead of using genext2fs.
101 - Addition of support for ARM big.LITTLE variants
102 - Improved MIPS support, with options to select NaN encoding
107 - Switch to gcc 6.x as the default gcc version, add support
108 for gcc 7.x, remove support for gcc 4.8
109 - Switch to binutils 2.28 as the default binutils version, add
110 support for binutils 2.29, remove support for binutils 2.26
111 - Support added for gdb 8.0
112 - uClibc-ng bumped to 1.0.26
113 - CodeSourcery toolchains for x86 and SuperH have been
114 removed, they were using a too old glibc version
115 (2.17). External toolchains with glibc 2.17 or earlier are
117 - The version selection in the glibc package has been
118 removed. Like musl and uClibc-ng, we now use the latest
120 - Improved support for Xtensa toolchain overlays, which can
125 - Numerous improvements to the runtime test infrastructure
126 - Tests are now executed by Gitlab CI on a regular basis
127 - Tools that are directly useful to the user have been moved
128 from support/scripts/ to utils/: brmake, check-package,
129 get-developers, scancpan, scanpipy, size-stats-compare,
132 New defconfigs: A13 Olinuxino, Engicam platforms (i.CoreM6
133 Solo/Dual/DualLite/Quad, RQS SOM, GEAM6UL SOM, Is.IoT MX6UL
134 SOM), Nano Pi M1 (Plus), OrangePi Zero and Plus.
136 New packages: azure-iot-sdk-c, cracklib, dt-utils, easy-rsa,
137 erlang-jiffy, erlang-p1-oauth2, erlang-p1-xmpp,
138 ifupdown-scripts, irrlicht, kodi-inputstream-adaptive,
139 kodi-inputstream-rtmp, kvazaar, let-me-create, libloki,
140 libpwquality, libressl, libspatialindex, libva-utils,
141 linuxconsoletools, linuxptp, luaossl, lua-sdl2, lua-stdlib,
142 lsscsi, paxtest, pcre2, pixz, python-asn1crypto,
143 python-backports-shutil-get-terminal-size, python-bcrypt,
144 python-cheroot, python-h2, python-hpack, python-hyperframe,
145 python-hyperlink, python-ipython-genutils, python-pathlib2,
146 python-pickleshare, python-priority, python-portend,
147 python-scandir, python-systemd, python-tempora,
148 python-traitlets, python-typepy, qt5virtualkeyboard,
149 ratpoison, rauc, refpolicy, rhash, sdl2_mixer, sdl2_net,
152 Removed packages: cloog, input-tools, mke2img
154 Issues resolved (http://bugs.buildroot.org):
156 #7892: systemd-journald is broken
157 #9341: avahi-utils does not compile with uClibc + libglib2
158 #9441: Link BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY to
160 #9746: ext4 image generated by Buildroot is not working
162 #9886: Build fails with "unexpected EOF while looking for
163 matching `"'" if PATH contains a newline
164 #9891: parted 3.1 => 3.2?
165 #9911: qt5 does not build on sparc
166 #9916: qt5 does not build on
167 arm-buildroot-linux-uclibcgnueabihf for ARMv8 cores
168 #9936: Host QEMU does not build with SDL support because of
170 #9941: nodejs option disappears for arm
171 #9951: SCANCPAN failure
172 #9966: util-linux-2.30/.stamp_built' failed
173 #9976: License file for package 'rtl8821au' incorrect
174 #9991: SGX Error implicit declaration of function
176 #10011: wget does not work from Buildroot
177 #10036: Buildroot builds Raspbian Jessie headless image
178 presenting incorrect prompt
179 #10051: make: *** No rule to make target
180 'raspberrpi3_defconfig'. Stop reported with Buildroot
182 #10056: No .config file was produced in /buildroot folder
183 #10061: gcc5.4 buildroot toolchain for powerpc libsanitizer
185 #10071: fakeroot: replace hard-coded paths in post install
186 #10076: Makefile:4113: recipe for target 'all-gcc' failed
187 #10091: gcc7.1 does not build with graphite support due to old
189 #10121: webkit without the multimedia option causes build
192 2017.05.2, Released July 27th, 2017
194 Important / security related fixes.
196 Webkitgtk bumped to the 2.16.x series, fixing a large number
199 host-aespipe compile fix for Debian/Gentoo/Ubuntu toolchains
200 which default to PIE mode.
202 Updated/fixed packages: aespipe, apache, bind, binutils,
203 busybox, ccache, collectd, dieharder, efibootmgr, efivar,
204 expat, ffmpeg, gcc, heimdal, iproute2, irssi, libglib2,
205 libmemcached, libosip2, libtirpc, libxml-parser-perl,
206 linux-fusion, linux-zigbee, mpg123, orc, pcre, php, protobuf,
207 pulseaudio, python-setproctitle, qt5base, rpi-firmware,
208 samba4, syslinux, systemd, spice, tcpdump, tiff, uboot-tools,
209 webkitgtk, x265, xserver_xorg-server, xvisor
211 Issues resolved (http://bugs.buildroot.org):
213 #10061: gcc5.4 buildroot toolchain for powerpc libsanitizer...
215 2017.05.1, Released July 4th, 2017
217 Important / security related fixes.
219 Update support/scripts/scancpan to use METACPAN v1 API as v0
222 Update support/scripts/mkusers to handle setups where
223 /etc/shadow is a symlink.
225 External toolchain: Don't create musl dynamic loader symlink
228 Setlocalversion: Correct detection of mercurial revisions for
231 Defconfigs: at91sam9x5ek_mmc: workaround boot rom issue.
233 Updated/fixed packages: apache, automake, bind, botan, c-ares,
234 dhcp, expat, fcgiwrap, gcc, gdb, gesftpserver, glibc, glmark2,
235 gnutls, gst1-plugins-bad, imagemagick, imx-uuc, intltool,
236 iperf, ipsec-tools, irssi, kmod, libcurl, libgcrypt, libmad,
237 libnl, lugaro, mosquitto, mpg123, ncurses, nodejs, ntp,
238 openssh, openvpn, pngquant, python-simplegeneric, qt5base,
239 qt5multimedia, rtl8821au, socat, spice, systemd, tor, trinity,
240 tslib, vlc, x264, xen, xlib_libxshmfenc, xserver_xorg-server
242 Issues resolved (http://bugs.buildroot.org):
244 #9976: License file for package 'rtl8821au' incorrect
246 2017.05, Released May 31st, 2017
250 External toolchain: musl dynamic linker symlink for mips-sf
253 Updated/fixed packages: agentpp, bash, exim, hans, madplay,
254 qpid-proton, rtl8188eu, snmppp, stm32flash, strongswan, sudo,
257 Issues resolved (http://bugs.buildroot.org):
259 #9906: genimage: Disk full
261 2017.05-rc3, Released May 30th, 2017
263 Fixes all over the tree.
265 ARC toolchain bumped to 2017.03
267 Runtime testing improvements and cleanups.
269 Updated/fixed packages: acpica, armadillo, audiofile, c-icap,
270 cppcms, dhcp, docker-engine, dropbear, elfutils, erlang,
271 fbgrab, ffmpeg, flashrom, ftop, gnutls, google-breakpad,
272 keepalived, kodi, libcdio, libepoxy, libev, libminiupnpc,
273 libqmi, libtasn1, libv4l, mariadb, mono, mosh, mosquitto,
274 mxml, ntp, opencv, openpowerlink, oracle-mysql, popt,
275 pulseview, python-enum34, rabbitmq-c, redis, samba4, stella,
278 Removed packages: firejail, ola
280 Issues resolved (http://bugs.buildroot.org):
282 #9871: fbgrab 1.3 won't build with BR2_REPRODUCIBLE set
283 #9876: aarch64 support with gcc 4.8 toolchain
284 #9896: host-gcc-initial error downloading because incorrect URL
286 2017.05-rc2, Released May 17th, 2017
288 Fixes all over the tree.
290 ARC toolchain bumped to 2017.03-rc2
292 Updated/fixed packages: bluez_utils, boost, clamav, daemon,
293 efibootmgr, efl, espeak, expedite, faketime, ffmpeg, fxload,
294 git, gpsd, kvm-unit-tests, libcdio, libv4l, lua, mke2img,
295 mpir, mpv, odroid-scripts, openblas, opencv3, openvpn, php,
296 postgresql, protobuf, qt5declarative, qwt, radvd, rpcbind,
297 rtmpdump, strongswan, sudo, ltp-testsuite, uclibc-ng-test,
298 vlc, x11vnc, xfsprogs
300 Issues resolved (http://bugs.buildroot.org):
302 #9796: source-check broken for Git downloads
303 #9866: BASE_DIR usage
305 2017.05-rc1, Released May 8th, 2017
307 Fixes all over the tree and new features.
311 - Installed binaries are now checked for correct architecture
312 to catch natively built binaries or binaries built for other
313 architecture variants.
315 - Luarocks infrastructure improvements to extraction handling,
316 support for upstream name != Buildroot package name.
318 - 'make printvars' output format has changed to make it easier
319 to use in scripts. It now has options to quote the variables
320 and to show the expanded/unexpanded values.
322 - Automatic ext2 rootfs size calculation has been removed. The
323 logic was not working working reliable in all setups as it
324 depends on the host filesystem behaviour, so instead now the
325 size has to be specified explicitly (defaults to 60MB).
327 - The git download infrastructure now ensures that GNU format
328 tar files are created.
330 - Fixed a variable clashing issue in the mkusers script with
331 internal bash variables.
333 - Fakeroot now links against libacl to fix issues on
334 distributions using acls.
336 - Correct permissions for /dev/pts/ptmx when systemd is used
337 with recent glibc versions.
339 - br2-external: Improve error reporting.
341 - A wrapper script for genimage has been added in
342 support/scripts/genimage.sh for easy use of genimage from
345 - A script to check for common style issues in new packages
346 before submitting has been added in support/scripts/check-package
348 - Defconfigs are now tested by gitlab-CI instead of Travis:
349 https://gitlab.com/buildroot.org/buildroot
351 - Infrastructure for runtime testing has been added to
356 - External linaro toolchains updated to 2017.02, ARC toolchain
357 updated to 2017.03-rc1, NIOSII CodeSourcery to 2017.05
359 - A number of fixes and improvements to the external toolchain
360 handling, including C library detection, multilib and ld.so
363 - Glibc 2.25 and uClibc-ng 1.0.24 added, wordexp support enabled
366 - Binutils 2.28 added and default changed to 2.27
371 - Support for the C-SKY architecture has been added.
376 - The package license markings for legal info now uses the
377 SPDX short identifiers for the license string where possible.
379 - License info has been improved / added for a number of packages.
384 - Cmake 3.7.x installed on the host is no longer ignored as a
385 workaround for the RPATH issues has been implemented.
387 - Docker-engine can now be built statically on an otherwise
388 dynamic linked build for docker-in-docker setups.
390 - U-Boot now supports out-of-tree device trees, similar to
393 - Nodejs 0.10.x support (and with it, support for <ARMv6) has
394 been removed as this is now EOL upstream.
396 New defconfigs: AT91sam9x5ek dev/mmc/mmc-dev, banana pro,
397 Nationalchip gx6605s, MIPS creator ci40, nexbox a95x, 64bit
398 defconfig for raspberry pi 3, stm32f429-disc1.
400 The raspberry pi zero-w and rpi3 compute module are now also
401 supported by the rpi0 / rpi3 defconfigs, beaglebone green is
402 supported by the beaglebone defconfig.
404 Removed defconfig: minnowboard, via imx6 vab820, altera
407 New packages: arp-scan, atest, augeas, bluez-tools, daemon,
408 dc3dd, dieharder, execline, fmt, ghostscript, gqrx,
409 gst1-vaapi, jo, keepalived, kmscube, kodi-jsonschemabuilder,
410 kodi-skin-confluence, kodi-texturepacker, lensfun, leptonica,
411 libbson, libcsv, libgphoto2, libkcapi, libmaxminddb,
412 libmediaart, libnpth, libscrypt, lua-bit32, lua-resty-http,
413 lugaru, memtool, mpir, nanomsg, physfs, phytool, pngquant,
414 python-decorator, python-simplegeneric,
415 python-sortedcontainers, rpi-bt-firmware, rpi-wifi-firmware,
416 s6, s6-dns, s6-linux-init, s6-linux-utils, s6-networking,
417 s6-portable-utils, s6-rc, supertux, tesseract-ocr,
418 uccp420wlan, wilink-bt-firmware
422 Removed packages: cosmo, kodi-visualisation-fountain,
423 polarssl, portmap, xdriver_xf86-video-glide,
424 xdriver_xf86-video-v4l, xdriver_xf86-video-wsfb
426 Issues resolved (http://bugs.buildroot.org):
428 #8831: image generation fails on host ZFS due to "no free space"
429 #9436: e2fsprogs remove busybox applets even of unselected e2fs..
430 #9456: mkusers script bash errors
431 #9496: mke2img fails during build on ntfs-3g host partition
432 #9531: NPM fails to build embedded modules
433 #9596: KODI: --enable-lirc needs "HAVE_LIRC" compiler definition..
434 #9691: Wrong cryptsetup package include files location
435 #9696: Wrong cryptsetup package include files location
436 #9706: Can't download newer revisions of package from PyPI
437 #9711: Recent libCEC version bump seems to break kodi package
438 #9716: exit, shutdown, reboot from kodi
439 #9721: version 2017.02: no acceptable m4 could be found in $PATH
440 #9726: Raspberry Pi version B - Problems with UART speed in..
441 #9751: expat legal info - manifest.csv: GPLv2 Source site: MIT..
442 #9756: glibc fails to build on buildroot-sh4*-buildroot-linux-gnu
443 #9766: support/scripts/pkgutil.py conflicts with the pkgutil.py..
444 #9776: libubox build failed
445 #9791: Python searches for packages in the user site directory
446 #9806: libseccomp is not available when BR2_arm=y
447 #9826: post-build scritp - symlinks created in post-build script..
448 #9836: triggerhappy: systemd unit broken
449 #9846: musl libc not installed correctly in target folder
450 #9856: build libubox failed on ubuntu 17.04 64bit
452 2017.02.5, Released July 27th, 2017
454 Important / security related fixes.
456 Webkitgtk bumped to the 2.16.x series, fixing a large number
459 host-aespipe compile fix for Debian/Gentoo/Ubuntu toolchains
460 which default to PIE mode.
462 Updated/fixed packages: aespipe, apache, bind, binutils,
463 busybox, ccache, collectd, efibootmgr, efivar, expat, ffmpeg,
464 gcc, heimdal, iproute2, irssi, libglib2, libmemcached,
465 libosip2, libtirpc, libxml-parser-perl, linux-fusion,
466 linux-zigbee, mpg123, nodejs, orc, pcre, php, pulseaudio,
467 python-setproctitle, qt5base, rpi-firmware, samba4, syslinux,
468 systemd, spice, tcpdump, tiff, webkitgtk, x265, xen,
469 xserver_xorg-server, xvisor
471 Issues resolved (http://bugs.buildroot.org):
473 #10061: gcc5.4 buildroot toolchain for powerpc libsanitizer...
475 2017.02.4, Released July 4th, 2017
477 Important / security related fixes.
479 Update support/scripts/scancpan to use METACPAN v1 API as v0
482 Update support/scripts/mkusers to handle setups where
483 /etc/shadow is a symlink.
485 External toolchain: Don't create musl dynamic loader symlink
488 Setlocalversion: Correct detection of mercurial revisions for
491 Updated/fixed packages: apache, automake, bind, botan, c-ares,
492 dhcp, expat, fcgiwrap, gcc, gdb, gesftpserver, glibc, gnutls,
493 gst1-plugins-bad, imagemagick, imx-uuc, intltool, iperf,
494 ipsec-tools, irssi, libgcrypt, libmad, libnl, mosquitto,
495 mpg123, ncurses, nodejs, ntp, openssh, openvpn, qt5base,
496 qt5multimedia, rtl8821au, socat, spice, systemd, tor, tslib,
497 vlc, x264, xserver_xorg-server
499 Issues resolved (http://bugs.buildroot.org):
501 #9976: License file for package 'rtl8821au' incorrect
503 2017.02.3, Released June 2nd, 2017
505 Important / security related fixes.
507 Download: <pkg>-source-check fixed for packages from git.
509 External toolchain: musl dynamic linker symlink for mips-sf
512 Updated/fixed packages: armadillo, audiofile, bash,
513 bluez_utils, cppcms, dbus, dhcp, dropbear, efibootmgr, efl,
514 elfutils, faketime, fbgrab, flashrom, ftop, gdb, git,
515 google-breakpad, gpsd, hans, kvm-unit-tests, kyua, libev,
516 libmicrohttpd, libminiupnpc, libtasn1, libubox, ltp-testsuite,
517 lua, madplay, mariadb, mono, mosquitto, mxml, ntp,
518 nvidia-driver, openblas, openvpn, oracle-mysql, picocom, popt,
519 postgresql, pulseview, qt5base, qwt, rabbitmq-c, redis,
520 rpcbind, rtmpdump, samba4, strongswan, sudo, vlc
522 Issues resolved (http://bugs.buildroot.org):
524 #9796: source-check broken for Git downloads
525 #9871: fbgrab 1.3 won't build with BR2_REPRODUCIBLE set
527 2017.02.2, Released May 1st, 2017
529 Important / security related fixes.
531 Use HTTPS for the Codesourcery external toolchains as the HTTP
534 Updated/fixed packages: bind, busybox, dovecot, freetype,
535 ghostscript, glibc, granite, hiredis, icu, imagemagick,
536 gst-plugins-base, gst1-plugins-base, libcroco, libcurl, libnl,
537 libnspr, libnss, libsamplerate, libsndfile, libunwind,
538 minicom, mplayer, mpv, nodejs, python-django, python-pyyaml,
539 python-web2py, samba4, syslinux, systemd, tiff, trinity,
540 uboot, wireshark, xen
542 Issues resolved (http://bugs.buildroot.org):
544 #9791: Python searches for packages in the user site directory
546 2017.02.1, Released April 4th, 2017
548 Important / security related fixes.
550 Fix a variable clashing issue in the mkusers script with
551 internal bash variables.
553 Improve external toolchain version detection.
555 Correct permissions for /dev/pts/ptmx when systemd is used
556 with recent glibc versions.
558 Fix python module name clash for graph-depends.
560 Fakeroot now links against libacl to fix issues on
561 distributions using acls.
563 Ensure that the git download infrastructure creates GNU format
566 br2-external: Improve error reporting.
568 Updated/fixed packages: acl, apr, audiofile, busybox, cairo,
569 dbus-cpp, dbus-glib, dbus-triggerd, domoticz, elfutils,
570 fakeroot, filemq, fmc, gdb, git, gnutls, gst-ffmpeg,
571 gst1-plygins-bad, harfbuzz, htop, imagemagick, jasper, libcec,
572 libiio, libplatform, librsvg, libselinux, libsidplay2, libsoc,
573 libwebsockets, libxkbcommon, linux-firmware, logrotate,
574 lpt-testsuite, lttng-libust, mariadb, mbedtls, memcached,
575 mesa3d, mpd, mplayer, nbd, ncftp, ntp, openssh, opentyrian,
576 pcre, perl-gd, python, qt5base, rpi-userland, rpm, samba4,
577 skalibs, slang, sngrep, squashfs, syslog-ng, taglib,
578 tcpreplay, tor, upmpdcli, wget, wireshark,
579 xdriver_xf86-video-vmware, xlib_libXv, zmqpp
581 Issues resolved (http://bugs.buildroot.org):
583 #9456: mkusers script bash errors
585 2017.02, Released February 28th, 2017
587 Minor fixes, mainly fixing autobuilder issues.
589 Don't use cmake 3.7.x from the build host as it is also
590 affected by the RPATH handling issues, and instead build our
593 Updated/fixed packages: assimp, classpath, genimage, mplayer,
594 mpv, openocd, python-libconfig, qt5base, qt5quickcontrols,
597 2017.02-rc3, Released February 26th, 2017
599 Fixes all over the tree.
601 Cmake reverted to version 3.6.3 to workaround regressions
602 related to RPATH handling.
604 Updated/fixed packages: bctoolbox, berkeleydb, binutils,
605 btrfs-progs, classpath, directfb, glibc, gstreamer1,
606 gst1-plugins-{base,good,bad,ugly}, gst1-libav,
607 gst1-rtsp-server, gst1-validate, gst-omx, htop, libcurl,
608 libepoxy, libimxvpuapi, libpcap, libuv, ncurses, openssh,
609 oracle-mysql, poco, python, qt5base, qt5webkit, sslh, synergy,
610 trousers, uclibc-ng-test, util-linux, vlc, xfsprogs
612 Issues resolved (http://bugs.buildroot.org):
614 #9251: Shared C++ libraries for Microblaze results in Segmentation...
615 #9456: mkusers script bash errors
616 #9506: Collectd 5.7.0 fails to build with libcrypt
617 #9581: VagrantFile provisioning step fails due to issue with grub-pc
618 #9586: usbmount: usbmount slows down the system... to a state of...
619 #9616: CMake host packages cannot provide CONF_ENV
620 #9641: Need raptor package installed in staging
621 #9671: stunnel build error
623 2017.02-rc2, Released February 20th, 2017
625 Fixes all over the tree.
627 Support for SOURCE_DATE_EPOCH in the toolchain wrapper for
628 older gcc versions for reproducible builds has been
629 (temporarily) reverted because of licensing compatiblity
632 Defconfigs: SD card generation fix for the Udoo Neo board
634 Infrastructure to handle .lz compressed tarballs added, and
635 affected packages updated to use it.
637 Updated/fixed packages: bctoolbox, bind, canelloni,
638 cbootimage, ccache, classpath, cups, dbus, ddrescue, directfb,
639 ed, erlang, gcc, gdb, glmark2, gstreamer, gstreamer1, hiredis,
640 kmod, kmsxx, lcdapi, libasplib, libgpiod, libnss, libraw,
641 libv4l, mesa3d-headers, mosquitto, mpd, mpv, musl, ntfs-3g,
642 ocrad, openswan, postgresql, qt5base, qt5quickcontrols, redis,
643 riemann-c-client, samba4, sunxi-mali, tcping, trousers,
644 uclibc, util-linux, vim, wavpack, wget, wiringpi, xfsprogs,
647 Issues resolved (http://bugs.buildroot.org):
649 #8941: Valgrind fails to build with stack protection turned on
650 #9291: perl: SysV message queues not configured, even if available
651 #9651: libxcb-1.12 built Error
652 #9656: util-linux: schedutils doesn't build on target w/o enabl...
653 #9666: qt5quickcontrols install fails
655 2017.02-rc1, Released February 11th, 2017
657 Fixes all over the tree and new features.
661 - numerous improvements to support reproducible builds
663 - new waf-package package infrastructure to support packages
664 that use the Waf build system. 6 packages converted to
667 - add option <pkg>_PREFER_INSTALLER to the perl package
672 - add support for the OpenRISC CPU architecture
674 - merge description of the ARM and ARM64 options, and add
675 support for selecting a specific ARM64 core
679 - major rework of the external toolchain support. It is now
680 split into several packages, one per external toolchain,
681 and a common infrastructure.
683 - important fix for musl to prevent a conflict between musl
684 and kernel headers (fixes the build of numerous packages
687 - uClibc-ng bumped to 1.0.22, and therefore enable uClibc
688 for ARM64, mips32r6 and mips64r6
690 - add gdb 7.12.1, and switch to gdb 7.11 as the default
692 - Linaro toolchains updated to 2016.11, ARC toolchain
693 components updated to arc-2016.09, MIPS Codescape
694 toolchains bumped to 2016.05-06, CodeSourcery AMD64 and
695 NIOS2 toolchains bumped
697 - remove Analog Devices toolchain for the Blackfin
698 architecture, remove pre-built musl toolchains from
701 New defconfigs: Freescale i.MX23EVK, Qemu OpenRISC emulation,
702 Qemu NIOS2 emulation, Grinn chiliBoard, Freescale i.MX6Q
703 SabreSD, BeagleBoard X15, OrangePi One, ARC HS38 HAPS
705 New packages: angular-websocket, aubio, bctoolbox, darkhttpd,
706 ddrescue, easydbus, fakedate, git-crypt, hiredis, ifenslave,
707 jsmn, libgpiod, libgsm, linux-syscall-support, mariadb, mimic,
708 nginx-dav-ext, nmon, opkg-utils, policycoreutils,
709 pru-software-support, python-arrow, python-attrs,
710 python-babel, python-bitstring, python-chardet,
711 python-constantly, python-flask-babel, python-gunicorn,
712 python-incremental, python-jsonschema, python-logbook,
713 python-markdown2, python-mbstrdecoder, python-mutagen,
714 python-pathpy, python-pudb, python-pyqrcode,
715 python-pytablereader, python-setuptools-scm, python-sh,
716 python-toml, python-vcversioner, python-whoosh,
717 raspberrypi-usbboot, riemann-c-client, rtl8723bs, skalibs,
718 sslh, sngrep, ti-cgt-pru, uclibc-ng-test, udpxy, uhttpd,
719 upower, ustream-ssl, waf, xlib_libXfont2
721 Removed packages: perl-db-file, snowball-hdmiservice,
724 Tooling: addition of a test-pkg script to help contributors
725 build test their package.
727 Issues resolved (http://bugs.buildroot.org):
729 #8946: Valgrind fails to build with stack protection turned on
730 #9461: odroidc2 - toolchain Linaro AArch64 2016.11 compile error
731 #9466: VIM_REMOVE_DOCS removes rgb.txt
732 #9486: xorg-server 1.19 fails to compile for glibc with systemd init (x86_64)
733 #9501: eudev fails to build with older kernel headers
734 #9526: Embedded NPM fails to start with "no such file or directory" error
735 #9541: Platform drivers autoloading from info in device tree does not work
736 #9546: seems BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS do nothing
737 #9551: Coreutils fails to build target src/src_libsinglebin_pinky_a-pinky.o
738 #9566: [kmod] Compilation fails with uclibc
739 #9571: buildroot fails while building opencv for arm64 platform
740 #9576: External tree with BR 2016.11 does not work anymore
741 #9606: xorg-server cannot build for ARM target
743 2016.11.3, Released March 9th, 2017
745 Important / security related fixes.
747 Updated/fixed packages: bind, dbus, gnutls, imagemagick,
748 lcms2, libcurl, ntfs-3g, ntp, openssl, php, quagga, redis,
749 squid, stunnel, tcpdump, vim, wavpack, wireshark, xlib_libXpm
751 2016.11.2, Released January 25th, 2017
753 Important / security related fixes.
755 A fix for BR2_EXTERNAL trees referenced using relative paths,
756 which broke in 2016.11.
758 Updated/fixed packages: bind, docker-engine, gd, gnutls, go,
759 imagemagick, irssi, libpng, libvncserver, musl, opus, php,
760 php-imagick, rabbitmq-server, runc, wireshark,
762 Issues resolved (http://bugs.buildroot.org):
764 #9576: External tree with BR 2016.11 does not work anymore
766 2016.11.1, Released December 29th, 2016
768 Important / security related fixes.
770 Updated/fixed packages: apache, cryptopp, docker-engine,
771 dovecot, exim, gdk-pixbuf, libcurl, libupnp, links, monit,
772 nodejs, openssh, php, python, python-bottle, samba4, squid,
773 uboot, vim, wireshark, xorg-server uboot
775 Issues resolved (http://bugs.buildroot.org):
777 #9466: VIM_REMOVE_DOCS removes rgb.txt
779 2016.11, Released November 30th, 2016
783 Updated/fixed packages: bzip2, gcc, jasper, sane-backends,
786 Issues resolved (http://bugs.buildroot.org):
788 #9451: packages/postgresql/postgresql.mk contains wrong POST...
790 2016.11-rc3, Released November 28th, 2016
792 Fixes all over the tree, including a number of security fixes.
794 The move from fakeroot to pseudo unfortunately brought a
795 number of issues. The SELinux issue described in #9386 which
796 triggered the move to pseudo has been investigated further and
797 a workaround implemented and the pseudo changes reverted.
799 Linux kernel: update default to 4.8.11.
801 Defconfigs: Updates/fixes for imx28ek, mx6udoo, imx6ulpico,
802 olimex a20 olinuxino lime mali, roseapplepi, synopsis aarch64
803 vdk, axs101, axs103 and hs38 smd vdk.
805 Updated/fixed packages: autossh, chrony, dosfstools,
806 dtv-scan-tables, e2fsprogs, gcc, gdb, gnuchess, gnuradio,
807 gpsd, gst1-plugins-bad, gst1-plugins-good, imagemagick,
808 kvm-unit-tests, libfribi, libuv, mesa3d, mpfr, mplayer, mpv,
809 ntp, ola, olsr, openblas, openjpeg, openssh, postgresql,
810 ptpd2python3, qemu, qextserialport, qt5base, quagga, xqwt,
811 taskd, tiff, tremor, trousers, udisks, uclibc, wireshark,
812 xapp_xload, xenomai, xmlstarlet
814 Issues resolved (http://bugs.buildroot.org):
816 #9386: ubinize fails with or without custom config
818 #9446: make raspberrypi3_defconfig compilation failure
820 2016.11-rc2, Released November 13th, 2016
822 Fixes all over the tree.
824 Architecture: add support for MIPS XBurst cores; remove MIPS
825 support for M5100 cores.
827 Updated/fixed packages: mesa3d, lttng-babeltrace, tinyalsa, pseudo,
828 czmq, libxml2, makedevs, binutils, kvm-unit-tests, libnss, privoxy,
829 qemu, ser2net, net-tools, ffmpeg, assimp, libmpeg2, ccache, mpv,
830 libxslt, python, python3, php, valgrind, guile, domoticz, efl,
831 jasper, kvmtool, go, wget, sane-backends, weston, tinymembench,
832 strace, openjpeg, lcms2, quota.
834 Linux kernel: update default to 4.8.7.
836 CMake support: fix cmake wrapper to properly pass NDEBUG flag.
838 Filesystems: use a wrapper to pseudo, to better mimick the behaviour
839 of fakeroot; makedevs no longer breaks of the destination already
840 exists and is of the correct type/major/minor.
842 Defconfigs: a few legacy and broken defconfigs have been removed
843 because they now fail to build: kb9202_defconfig, mini2440_defconfig,
844 freescale_p2020ds, qmx6, calao*, atmel_sama5d4ek. Other defconfigs
845 have been updated: nanopi-neo, olimex_a20_olinuxino_lime_mali,
846 armadeus_apf51, armadeus_apf28, freescale_imx31_3stack, ci20,
847 olimex_a20_olinuxino_lime2, atmel_at91sam9260eknf,
848 atmel_at91sam9rlek, atmel_at91sam9g20dfc, atmel_at91sam9g45m10ek,
851 2016.11-rc1, Released November 3rd, 2016
853 Fixes all over the tree and new features.
855 It is now possible to specify multiple BR2_EXTERNAL
856 directories. The required files in a BR2_EXTERNAL directory
857 have changed to accomodate this feature. Refer to the
858 documentation for details of how to update them. External
859 trees now have a name and a description. Also, it is possible
860 to override a defconfig in the external tree.
862 The default skeleton now uses UID 65534 for the "nobody"
863 user instead of UID 99, like most distros do. See
864 https://lwn.net/Articles/695478/ for a complete discussion.
865 Programs and configuration files that explicitly refer to UID
866 99 will have to be updated.
868 When the build environment already has a suitable cmake version
869 (3.1 or later), that one will be used instead of building
870 host-cmake. This can speed up the build significantly.
872 The ExtUtils::MakeMaker perl module is now required in the
875 An additional check is done during the build that files are
876 not installed in the output directory within the output
877 directory. This happens e.g. when the target directory is
878 contained both in --prefix and in DESTDIR. The build will
879 terminate with an error message that specifies which package
880 and which file caused the failure.
882 The concept of "deprecated packages" and the BR2_DEPRECATED
883 option have been removed. Instead, packages are removed
884 immediately. Packages are only removed when they don't work
885 for some reason. If you still need a removed package and
886 you have a solution for the problem(s) that caused the
887 removal, please contribute it.
889 Architecture: support for sh64 removed, improved support for
892 Toolchain: support for musl powerpc64le, mips64 and mipsr6
893 toolchains, ARC toolchain components updates, gcc 6.x series
894 bumped to 6.2.0, default binutils version switched to 2.26,
895 default gcc version switched to gcc 5.x, Linaro toolchains
896 updated, uclibc-ng bumped to 1.0.19. GCC is now always built
897 with TLS support. Checking of unsafe compiler options (that
898 point to host directories) has been extended with -isystem,
899 -idirafter and -iquote.
901 Package infrastructure: new variable $(PKG)_DL_OPTS, addition
902 of <pkg>-show-rdepends to list reverse dependencies, and
903 <pkg>-graph-rdepends to graph reverse dependencies. Linux tools
904 are now in a separate linux-tools package instead of in the
905 kernel build. Fakeroot has been replaced by pseudo.
907 CMake support: the toolchainfile.cmake file now provides a
908 definition of the CMAKE_BUILD_TYPE variable. The
909 toolchainfile.cmake also no longer forces the compiler/linker
910 flags defined by Buildroot.
912 New defconfigs: WaRP7, Solidrun's MX6 Cubox/Hummingboard,
913 TS-4900, Grinn's liteBoard, Udoo MX6Q/DL, Qemu ARM noMMU,
914 BeagleBone Qt5 demo, Digilent Zybo, FriendlyARM Nanopi NEO.
916 New packages: arm-trusted-firmware, amd-catalyst, atop, aufs,
917 aufs-util, fwts, gst1-rtsp-server, libglob, libite, mfgtools,
918 mksh, motion, paho-mqtt-c, php-amqp, pseudo, python-couchdb,
919 python-crcmod, python-cssutils, python-docutils,
920 python-futures, python-mwclient, python-mwscrape,
921 python-mwscrape2slob, python-pyelftools, python-pyicu,
922 python-pylru, python-pyqt5, python-requests-toolbelt,
923 python-simpleaudio, python-slob, rabbitmq-server, shapelib,
924 vdr, vdr-plugin-vnsiserver, vexpress-firmware, xvisor, iio and
927 Removed packages: binutils 2.24, fakeroot, gcc 4.7, ipkg,
928 kodi-addon-xvdr, libgail, sstrip, torsmo, webkit, webkitgtk24,
931 Documentation: the list of packages that was present in the
932 Buildroot manual has been removed.
934 Legal info: the "licenses.txt" file that concatenates all
935 license texts is no longer generated - it was not considered
936 useful. The manifest.csv contains an empty cell instead of
937 "not saved" when no license file is available.
939 Other: addition of a DEVELOPERS file listing developers taking
940 care of packages or architectures.
942 Issues resolved (http://bugs.buildroot.org):
944 #7802: host-python build hangs compiling getbuildinfo.o
945 #8206: mplayer uses host xorg development files
946 #8516: mkcubiecard.sh uses outdated sfdisk switch -D
947 #8536: Building sudo with PAM results in unusable sudo
948 #8646: check-host-rpath script returns false positives when rpath
950 #8696: xdriver_xf86-input-mouse install header files in target
952 #8811: rp-pppoe - generated scripts commands use HOST pathnames,
953 not necessarily TARGET
954 #8846: Orphaned/missing toolchain borks eclipse plugin
955 #8856: python tornado runtime wasn't met on buildroot 2016.02
956 #8901: gcc failes to build if fortran is enabled
957 #8916: LDFLAGS pass to openssh
958 #8941: "ls" of an NFSv4 share only works when pumped through strace
959 #8946: Valgrind fails to build with stack protection turned on
960 #9021: Kodi - Broken: Illegal instruction (core dumped)
961 #9096: rootfs.ubi not created
962 #9111: glibc 2.23: libmvec.so not copied
963 #9176: minnowboard : USB not mounted
964 #9196: raspberry pi 3 default build seem broken
965 #9201: Permission denied make: *** [core-dependencies] Error 126 in
967 #9216: log4cpp package build fails to build within install
968 #9221: Kodi needs "Python .py and .pyc support" otherwise it crashes when
970 #9229: Firefly boot fails with: "failed to find part:boot"
971 #9256: [Config file] New device: Odroid-U2/U3
972 #9296: Buildroot Fails on applying patches
973 #9301: U-boot fails to build with default zynq_zed_defconfig configuration
974 #9316: U-boot fails to build if libssl-dev is not installed
975 #9321: Vanilla libcrypt++ v5.6.3 doesn't allow to work Nvidia Tegra's
976 flash utility (tegrarcm)
977 #9326: Odroid-C2 build results in non-bootable image
978 #9336: Improve iconv support for external toolchain based builds
980 #9366: no link rootfs.ext4 -> rootfs.ext2
981 #9371: openssl: download failes with "Only allow downloads from primary
982 download site" + local server
983 #9381: check-host-rpath issues
984 #9386: ubinize fails with or without custom config
986 2016.08, Released September 1st, 2016
990 Toolchain: ARC tools updated to arc-2016.09-eng010.
992 Updated/fixed packages: libshout, luajit, mpd, mplayer
994 Issues resolved (http://bugs.buildroot.org):
996 #7520: CodeSourcery toolchain ARM: C++11 std::exception_ptr..
997 #8341: Getting EGL Error: Could not create the egl surface:..
998 #9121: gst1-imx for i.MX6 compile failed, cannot find PXP, ..
1000 2016.08-rc3, Released August 29th, 2016
1002 Fixes all over the tree.
1004 Toolchain: C++ support for the internal blackfin toolchain
1007 Architecture: Default to bf532 CPU variant for blackfin,
1008 Fix flat one memory region support for m68k and disable flat
1009 seperate data support because of compatibility issues.
1011 Defconfigs: Minnowboard and Raspberrypi: Fix errors with
1012 post-build scripts when systemd is used.
1013 Zynq microzed/zc706/zed: Fix u-booot configuration.
1015 netbsd-queue package extended and renamed to
1016 musl-compat-headers. With this, a number of musl compatibility
1017 patches are no longer needed.
1019 Updated/fixed packages: aircrack-ng, android-tools, babeld,
1020 bcusdk, binutils, boa, busybox, connman, cpupower,
1021 docker-engine, domoticz, elf2flt, ffmpeg, fwup, gcc,
1022 glib-networking, gnupg, hplip, igd2-for-linux, imagemagick,
1023 imx-uuc, iputils, jack2, kismet, kmsxx, libaio, libamcodec,
1024 libconfuse, libffi, libfreeimage, libgcrypt, libgpg-error,
1025 libiio, libraw, libsepol, libserialport, libxmlrpc, linknx,
1026 linux-pam, lirc-tools, lldpd, logrotate, lshw, musl, ncurses,
1027 neon, nettle, norm, ntfs-3g, openblas, openmpi, openswan,
1028 pinentry, pixman, protobuf, python-meld3, qlibc, qt, qt5base,
1029 quagga, rpcbind, rt-tests, runc, sane-backends, sconeserver,
1030 squeezelite, stella, tftpd, tinycbor, tinydtls, trace-cmd,
1031 trousers, tstools, uboot-tools, uclibc, ulogd, ustr, vlc,
1032 webkitgtk, wireshark, xdriver_xf86-video-intel
1034 Issues resolved (http://bugs.buildroot.org):
1036 #9101: Error on support/download/git with system git older than 1.8.4
1037 #9181: Compiling linux kernel fails if BR2_LINUX_KERNEL_TOOL_CPU..
1039 2016.08-rc2, Released August 17th, 2016
1041 Fixes all over the tree.
1043 Toolchain: disable broken C++ support for internal blackfin
1044 toolchains, ARC toolchain bumped to arc-2016.09-eng008 (GCC 6)
1045 to fix various issues.
1047 System: Zoneinfo is available for the musl C library as well.
1049 Updated/fixed packages: am33x-cm3, axel, barebox, bdwgc,
1050 blktrace, cairo, dante, enlightenment, fbterm, ffmpeg, flex,
1051 fontconfig, gcc, gmp, gnuplot, gnuradio, gst1-imx, hidapi,
1052 inotify_tools, iproute2, kmsxx, lftp, libaio, libcofi,
1053 libical, libpjsip, libsidplay2, libunwindow, libxml2,
1054 linux-zigbee, lttng-libust, mpv, mtd, ncdu, netplug, ntp,
1055 openblas, openipmi, owfs, php, poco, procps, qt, quota,
1056 sg3_utils, spidev_test, systemd-bootchart, thrift,
1057 uboot-tools, uclibc, webrtc-audio-processing, wayland, weston,
1058 xdriver_xf86-video-savage, xserver_xorg-server, xen
1060 Issues resolved (http://bugs.buildroot.org):
1062 #9136: make graph-size fails with "ValueError: too many values to..
1063 #9151: qt: fix build with ALSA >= 1.1.x
1064 #9156: qt: Fix missing runtime Qt3Support dependency
1065 #9161: modsetting patch not applied to xserver 1.18.4
1066 #9166: Missing overlays directory in VFAT image for raspberry pi 3
1068 2016.08-rc1, Released August 6th, 2016
1070 Fixes all over the tree and new features.
1072 Toolchain: Fortran support added. eglibc support removed, musl
1073 support no longer experimental. Blackfin and Microblaze
1074 support for internal uClibc-ng toolchain, m68k/coldfire
1075 improvements. The check for unsafe (build host) directories
1076 access (/usr/include and /usr/lib) is now enabled by default.
1077 Unused locales are now purged by default to save space (and
1078 the default list of locales shrunk). The option to control
1079 this has now moved from the toolchain menu to system
1082 Legal info improvements: sources are now hardlinked instead of
1083 copied if possible to save space. Patches and extra downloads
1086 An experimental configuration knob (BR2_REPRODUCIBLE) has been
1087 added to make the builds more reproducible (E.G. less
1088 differences in the binary output between builds of the same
1089 configuration). This is still work in progress.
1091 An option to execute a custom script inside the fakeroot
1092 environment used to the generate the filesystem (E.G. to tweak
1093 permissions or similar) has been added.
1095 Git support now supports git submodules if
1096 <pkg>_GIT_SUBMODULES is enabled.
1098 Hash files for integritry validation have been added for all
1101 Scanpypi utility to help creating packages from the Python
1102 package index (pypi) has been added.
1104 The makedevs utility now has support for adding file
1105 capabilities using extended attributes.
1107 New defconfigs: Arcturus uCP1020, Atmel sama5d{2,3,4} xplained
1108 development configs, Blackfin GDB simulator, Linksprite
1109 pcDuino, Minnow Board Max graphical demo, NXP i.MX25 PDK,
1110 i.MX51 EVK, i.MX6UL Pico, i.MX7 sabresd, QEMU MIPS32r6{,el} and
1111 MIPS64r6{,el} malta, Roseapple Pi, Samsung Snow chromebook,
1112 Toradex Apalis i.MX6 COM, TS-4800, x86-64 PC BIOS and EFI
1113 demos. A number of defconfigs have been updated and extended
1114 to generate SD card images. Synopsys HS38 VDK defconfig removed.
1116 New packages: 4th, acpica, acpitool, alljoyn, alljoyn-base,
1117 alljoyn-tcl, alljoyn-tcl-base, argparse, babeld, batman-adv,
1118 circus, dante, docker-containerd, docker-engine, domoticz,
1119 efibootmgr, efivar, ficl, fwup, gsettings-desktop-schemas,
1120 gtksourceview, gupnp-dlna, gupnp-tools, igd2-for-linux,
1121 jemalloc, kmsxx, lapack, lft, libaacs, libamcodec, libbdplus,
1122 libcoap, libdvdcss, libebur128, libfastjson, libminiupnpc,
1123 libnatpmp, libpqxx, libuio, libvdpau, log4cpp, minissdpd,
1124 mxsldr, nginx-nasxi, nginx-upload, ninja, nodm, odroid-mali,
1125 odroid-scripts, omxplayer, openblas, openmpi, openzwave,
1126 p7zip, pdbg, python-argh, python-dataproperty,
1127 python-dateutil, python-dialog3, python-dicttoxml,
1128 python-dominate, python-engineio, python-flask-jsonrpc,
1129 python-flask-login, python-humanize, python-pathtools,
1130 python-pathvalidate, python-pillow, python-prompt-toolkit,
1131 python-pytablewriter, python-pytz, python-scapy3k,
1132 python-sdnotify, python-socketio, python-tomako,
1133 python-ubjson, python-u-msgpack, python-watchdog,
1134 python-wcwidth, python-xlrd, python-xlsxwriter,
1135 python-xlutils, python-xlwt, rs485conf, runc, sdl2_gfx,
1136 sdl2_image, sdl2_ttf, shellinabox, sphinxbase, stella,
1137 supertuxkart, systemd-bootchart, tekui, terminology, tinycbor,
1138 tinydtls, ti-sgx-demos, ti-sgx-km, ti-sgx-um, tunctl, wavemon,
1141 Deprecated packages: ipkg, sstrip
1143 Removed packages: sunxi-mali-prop
1145 Issues resolved (http://bugs.buildroot.org):
1147 #8931: segment fault when compile argp-help.c using aarch64-bu...
1148 #8966: eglfs error. buildroot don't compile the library libeglfs.so
1149 #8971: build for beaglebone fails
1150 #8986: qt5imageformats fails to build on AArch64
1151 #8991: grub2 fails to compile
1152 #9001: Nodejs option not available
1153 #9006: gcc with c++ support v4 and v5 fail to compile on fedora 24
1154 #9016: arceb-buildroot-linux-uclibc ld uses incorrect default format
1155 #9066: 8139TOO - faulty behaviour
1156 #9086: Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203)
1157 #9091: U-Boot fails to boot with large ramdisk
1159 2016.05, Released May 31st, 2016
1163 External toolchain: Fix for symlink handling when copying
1166 Updated/fixed packages: gcc, grantlee, gst-ffmpeg,
1167 ipsec-tools, iptraf-ng, libcurl, libdrm, libsigsegv, ltris,
1168 lttng-babeltrace, mbedtls, mesa3d, moarvm, mplayer, mtools,
1169 net-tools, openpowerlink, pulseview, rpm, tinyalsa,
1170 xdriver_xf86-video-fbturbo, xserver_xorg-server
1172 2016.05-rc3, Released May 26th, 2016
1174 Fixes all over the tree.
1176 Tweaks for SSP handling for external toolchains.
1178 Updated/fixed packages: aircrack-ng, bluez5_utils, connman,
1179 cups, erlang-p1-stringprep, expat, ffmpeg, flann, flannel, go,
1180 gst1-libav, hidapi, hplip, iptraf-ng, jamvm, kodi,
1181 kodi-screensaver-matrixtrails, libcurl, libepoxy, libgpgme,
1182 libsemanage, libxslt, liquid-dsp, ltris, lxc, mesa3d, midori,
1183 mpg123, mtr, openpgm, openpowerlink, oprofile, php,
1184 postgresql, putty, python-service-identity, python-treq,
1185 qlibc, qt5serialbus, ruby, stress-ng, strongswan, time, tinc,
1186 ustr, valgrind, webkitgtk, libxml2, xorriso,
1189 Issues resolved (http://bugs.uclibc.org):
1191 #8936: Aircrack-ng - Alot of missing dependencies
1193 2016.05-rc2, Released May 17th, 2016
1195 Fixes all over the tree.
1197 Rootfs overlay handling now refuses to overwrite
1198 /{usr,bin,sbin,lib} symlinks from BR2_ROOTFS_MERGED_USR option
1199 even if these directories are present in the overlay.
1201 External toolchain: Unbreak user provided libraries deployment
1202 (BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS) handling after refactoring.
1204 QEMU coldfire: Fix for signal handling kernel issue, enable
1207 Updated/fixed packages: android-tools, assimp, boost, gcc,
1208 glibc, glmark2, gmrender-resurrect, go, go-bootstrap, iputils,
1209 jack2, kodi-screensaver-asterwave, kodi-screensaver-rsxs,
1210 kodi-visualisation-shadertoy, libarchive, libinput, libpjsip,
1211 mali-t76x, mtr, nginx, opencv, openvpn, python-coherence,
1212 qt5multimeda, quagga, samba4, sg3-utils, stress-ng, turbolua
1214 2016.05-rc1, Released May 10th, 2016
1216 Fixes all over the tree and new features.
1218 Architectures: new ARM variants: Cortex A17 and M4, improved
1219 nonmmu (cortex-M) support, m68k has been re-enabled with
1220 support for ColdFire. For x86, support for the i386 variant
1223 Toolchain: Add GCC 6 support, remove GCC 4.5, mark GCC 4.7 as
1224 deprecated. Go programming language support, Add Binutils 2.26
1225 support. Old Sourcery PowerPC external toolchains removed,
1226 Sourcery MIPS 2016.06-8, AMD64 2015.11-139, NiosII 2015.11-130
1227 added, Linaro ARM/ARMeb/Aarch64 toolchains updated.
1229 New defconfigs: Firefly RK3288, Boundary Devices i.MX7 Nitrogen7,
1230 STM32F429 and STM32F469 Discovery boards, Hardkernel ODROID-C2,
1231 Raspberry Pi Zero and Raspberry Pi 3. Some Qemu defconfigs were
1232 added for m68k, eXtensa-nommu and ColdFire.
1234 Linux: use zImage by default on ARM, subversion repository
1235 support (for u-boot as well).
1237 New packages: aer-inject, android-tools, cannelloni,
1238 cbootimage, cgroupfs-mount, connman-gtk, crudini, dt,
1239 gmrender-resurrect, flannel, font-awesome, freeswitch, go,
1240 go-bootstrap, gr-osmosdr, granite, i7z, imx-uuc,
1241 kodi-adsp-basic, kodi-adsp-freesurround,
1242 kodi-audiodecoder-opus, kodi-pvr-hdhomerun,
1243 kodi-screensaver-asterwave, kodi-screensaver-cpblobs,
1244 kodi-screensaver-matrixtrails, kodi-screensaver-planestate,
1245 kodi-screensaver-rsxs, kodi-visualisation-fishbmc,
1246 kodi-visualisation-fountain, kodi-visualisation-goom, libgee,
1247 libimxvpuapi, libpjsip, libtomcrypt, libtommath, libusbgx,
1248 lksctp-tools, mali-t76x, mkpimage, mpv, msr-tools, nload,
1249 norm, nvme, owfs, pound, privoxy, procrank_linux, putty,
1250 python-autobahn, python-characteristic, python-crossbar,
1251 python-cryptography, python-iniparse, python-iowait,
1252 python-lmdb, python-pexpect, python-ptyprocess,
1253 python-pyasn-modules, python-pygments, python-pymysql,
1254 python-pynacl, python-pyopenssl, python-pysocks,
1255 python-pytrie, python-rpi-gpio, python-service-identity,
1256 python-setproctitle, python-shutilwhich, python-treq,
1257 python-txaio, python-ujson, python-wsaccel, qt5canvas3d,
1258 qt5location, qt5quickcontrols2, qt5serialbus, qt5tools,
1259 raptor, scrub, taskd, tegrarcm, turbolua, valijson,
1260 wayland-protocols, webkitgtk, wilc1000-firmware, wpan-tools,
1261 xdriver_xf86-video-amdgpu
1263 Removed packages: foomatic-filters, python-m2crypto,
1264 qt5quick1, qt5webkit-examples, samba, xdriver_xf86-input-void
1266 Issues resolved (http://bugs.buildroot.org):
1268 #6830: Qt5: no fonts are installed
1269 #7562: musl buildroot-toolchain and BR2_MIPS_SOFT_FLOAT break
1270 #7580: Invalid filesystem in Pandaboard defconfig
1271 #8346: wf111 package removes all kernel module dependencies
1272 #8436: xserver_xorg-server Segmentation fault
1273 #8736: IPV6 forced on in busybox
1274 #8746: At startup system stops with 'cannot set terminal proces..
1275 #8751: make fail [fio does not build on sh]
1276 #8766: Compiling host-gcc-final-4.9.3 broken on i386
1277 #8771: make savedefconfig modifies sources
1278 #8781: Unable to build uboot for imx28evk
1279 #8786: gdb fails to build with xz and expat support at the same
1280 #8801: Compilation of Buildroot 2016.2 for Raspberry Pi with...
1281 #8806: Buildroot 2016.2 for Raspberry Pi requires that ext4...
1282 #8836: Can't select Vim in menuconfig
1283 #8851: Make sure fio can compile with libaio support if it...
1284 #8861: With buildroot 2016.02 trying to build for corei7-avx
1285 fails while trying to build host-binutils
1286 #8866: Making an USB flash bootable with extlinux build with
1287 buildroot does not work
1289 2016.02, Released March 1st, 2016
1291 Minor fixes, mostly security related.
1293 Circular dependency issue with same-as-kernel linux-headers
1296 Updated/fixed packages: bluez5_utils, heirloom-mailx,
1297 imx-gpu-viv, kodi-pvr-argustv, kodi-pvr-mediaportal-tvserver,
1298 kodi-pvr-nextpvr, libfcgi, openssl, pifmrds, powerpc-utils,
1299 python-m2crypto, slang, sox, squid, tn5250, xerces, zsh
1301 2016.02-rc3, Released February 27th, 2016
1303 Fixes all over the tree.
1305 Defconfigs: Ensure EABIhf is correctly enabled for ARM cores
1306 where VFP is optional (but present on the specific hw). Fix
1307 ARM variant selection for freescale_imx31_3stack_defconfig.
1309 Ensure tarballs of downloaded git trees do not contain a
1312 Clarify license of patches in COPYING.
1314 Updated/fixed package: avahi, binutils, cairo, can-festival,
1315 chrony, cifs-utils, dnsmasq, dvdauthor, e2fsprogs, efl,
1316 erlang-rebar, eudev, fbterm, gawk, gnupg2, gnuradio, gpm,
1317 gst1-plugins-good, hostapd, imagemagick, iproute2, iputils,
1318 jack2, kexec, kismet, lftp, libarchive, libeXosip2, libfm,
1319 libglib2, libsoil, libssh, libssh2, libuci, links, lshw, lxc,
1320 mediastreamer, mono, mraa, mutt, nfs-utils, numactl, ofono,
1321 omniorb, openipmi, openobex, patch, pax-utils, perf,
1322 pulseaudio, pure-ftp, qhull, qt, quagga, quota, sdl_sound,
1323 shairport-sync, spice, sysklogd, syslog-ng, trace-cmd,
1324 trousers, tvheadend, util-linux, vim, webkitgtk24, wireshark,
1325 wpa_supplicant, xerces, zsh
1327 Issues resolved (http://bugs.uclibc.org):
1329 #8651: libMonoPosixHelper.so wrong link reference in buildroot..
1331 2016.02-rc2, Released February 18th, 2016
1333 Fixes all over the tree.
1335 Toolchain: PR19405 backport to binutils 2.25.1 to fix NIOS ld
1336 crash, backport of Xtensa .init/.fini literals handling.
1337 glibc security patches for CVE-2014-8121, CVE-2015-1781
1340 Defconfigs for Acmesystems Arietta g25 added.
1342 Updated/fixed packages: binutils, boost, chrony, dovecot,
1343 e2fsprogs, fio, gdb, glibc, graphite2, icu, kbd, libbsd,
1344 libcue, libgcrypt, libraw, links, mc, mosquitto, nodejs,
1345 postgresql, pptp-linux, pulseaudio, samba4, spice, squid,
1346 sysklogd, systemd, tiff, uclibc, ulogd, util-linux, valgrind.
1348 Issues resolved (http://bugs.uclibc.org):
1350 #8576: Building embedded Linux for Atmel SAMA5D4_Xplained...
1351 #8606: Problem compiling on Arch Linux
1352 #8681: kbd 2.0.3 does not build on rpi
1354 2016.02-rc1, Released February 10th, 2016
1356 Fixes all over the tree and new features.
1358 Toolchain: Support for GCC 5.3.x. ARC toolchain updated to
1359 arc-2015.12. Support for legacy uClibc dropped, default to
1360 uClibc-ng instead. Added sys/queue.h implementation for MUSL
1361 for compatibility. Updated versions of Code sourcery and
1362 Linaro toolchains. MIPS Codescape toolchains added. Version
1363 selection for preconfigured external toolchains removed.
1365 New Defconfigs: ARM Juno r0/r1 development boards, Freescale
1366 i.MX6UL Evaluation Kit, Intel Galileo Gen 2, Orange Pi PC.
1367 A number of defconfigs have been extended to generate complete
1368 system images using genimage.
1370 Linux: Automatically patch timeconst.pl for <3.9 kernels,
1371 which isn't compatible with modern perl versions, breaking the
1372 build when building on recent (Fedora 23, Debian
1373 Testing/Unstable, ..) distributions.
1375 Makedevs utility now accepts textual (non-numerical) user and
1378 Vagrant file to easily setup a working development environment
1379 in a VM has been added.
1381 Size-stats-compare script to compare rootfs sizes between
1382 builds has been added.
1384 Infozip package renamed to zip. EFL packages restructured.
1386 Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils,
1387 angularjs, apache, apr, argp-standalone, armadillo, arptables,
1388 at, atk, audiofile, aumix, autoconf-archive, avahi, bash, bc,
1389 bcache-tools, bdwgc, beecrypt, bind, binutils, bluez5_utils,
1390 bluez_utils, bonnie, boost, busybox, cairo, cdrkit, chrony,
1391 clamav, cmake, collectd, connman, coreutils, cppcms, crda,
1392 cryptodev-linux, cryptsetup, cups, cwiid, cxxtest, dbus,
1393 dbus-cpp, dbus-glib, debianutils, dhcp, dhcpcd, dhrystone,
1394 dillo, directfb, directfb-examples, dmraid, dnsmasq, doom-wad,
1395 dovecot, dovecot-pigeonhole, dropbear, dtv-scan-tables,
1396 dvb-apps, dvbsnoop, ecryptfs-utils, eigen, ejabberd,
1397 elementary, elfutils, enlightenment, erlang, espeak, eudev,
1398 eventlog, exfat, exfat-utils, exiv2, expedite, faifa,
1399 fakeroot, fastd, fbgrab, fetchmail, ffmpeg, findutils, fio,
1400 firmware-imx, flann, flashrom, flite, flot, fmlib, freerdp,
1401 freescale-imx, freetype, gauche, gawk, gcc, gcc-final, gcr,
1402 gdb, gdk-pixbuf, geoip, gesftpserver, gettext, giflib, git,
1403 glibc, glibmm, glog, gmp, gnupg, gnupg2, gnutls, gob2, gpsd,
1404 gptfdisk, grep, gst1-libav, gst1-plugins-{bad,base,good,ugly},
1405 gst-ffmpeg, gst-plugins-{bad,base,good,ugly}, gstreamer,
1406 gstreamer1, guile, gvfs, gzip, harfbuzz, haserl, hiawatha,
1407 hostapd, hplip, icu, ifupdown, imagemagick, imx-gpu-viv,
1408 imx-kobs, imx-lib, input-tools, intel-microcode, iperf3,
1409 ipmitool, iproute2, iprutils, ipsec-tools, ipset, iptables,
1410 iputils, irda-utils, irssi, iucode-tool, jack2, janus-gateway,
1411 jpeg-turbo, jquery-datetimepicker, jquery-keyboard,
1412 jquery-sparkline, jquery-ui, jquery-ui-themes,
1413 jquery-validation, json-c, kbd, kernel-module-imx-gpu-viv,
1414 keyutils, kmod, knock, kodi, lcdproc, lcms2, leafnode2,
1415 leafpad, libass, libatomic_ops, libbroadvoice, libbsd,
1416 libcap-ng, libcdaudio, libcue, libcurl, libdrm, libecore,
1417 libedbus, libedit, libedje, libeet, libefreet, libeina,
1418 libeio, libelementary, libembryo, libepoxy, libethumb, libev,
1419 libevas, libevas-generic-loaders, libevdev, libevent, libffi,
1420 libfm, libfribidi, libfslcodec, libfslparser, libfslvpuwrap,
1421 libftdi, libfuse, libgail, libglew, libglib2, libgtk2,
1422 libgtk3, libgudev, libhttpparser, libidn, libinput, libiscsi,
1423 libjpeg, liblinear, libmbim, libmicrohttpd, libndp, libnspr,
1424 libnss, liboauth, liboping, libpciaccess, libplist, libpng,
1425 libraw, libraw1394, librsvg, libseccomp, libsecret,
1426 libserialport, libsigc, libsigrok, libsigrokdecode,
1427 libsndfile, libsoc, libsodium, libsoup, libssh2, libsvg,
1428 libsvg-cairo, libtasn1, libtirpc, libtorrent, libungif,
1429 libunwind, libupnpp, liburcu, libuv, libv4l, libva,
1430 libva-intel-driver, libvips, libvncserver, libxml2, libxmlpp,
1431 lightning, lighttpd, linknx, linux-firmware, linux-fusion,
1432 linux-headers, liquid-dsp, lirc-tools, live555, lm-sensors,
1433 lockdev, lshw, ltp-testsuite, ltrace, lttng-babeltrace,
1434 lttng-libust, lttng-modules, lttng-tools, lua, luabitop,
1435 luarocks, luv, lvm2, lxc, makedevs, mc, memcached, memtest86,
1436 mesa3d, mesa3d-demos, mesa3d-headers, micropython,
1437 micropython-lib, minicom, minidlna, mjpg-streamer, mke2img,
1438 moarvm, modem-manager, mongoose, mongrel2, monkey, mono,
1439 monolite, mosh, mosquitto, mpd, mplayer, msgpack, mtdev2tuio,
1440 musepack, musl, mysql, nano, nasm, nbd, neard, netatalk,
1441 netsnmp, nettle, net-tools, network-manager, nfs-utils, nginx,
1442 nmap, nodejs, ntfs-3g, ntp, numactl, nut, nvidia-driver,
1443 odhcp6c, ofono, ola, olsr, omniorb, opencv, opencv3, openipmi,
1444 openldap, openntpd, openobex, openocd, openpgm,
1445 open-plc-utils, openpowerlink, openssh, openssl, openswan,
1446 openvpn, opkg, oprofile, opus, opusfile, p11-kit, package,
1447 pango, pax-utils, pciutils, pcmanfm, perl, perl-db-file,
1448 perl-io-socket-ssl, perl-libwww-perl, perl-net-dns, perl-uri,
1449 perl-xml-libxml, php, php-ssh2, picocom, pinentry, pixman,
1450 polarssl, popt, portaudio, pppd, procps-ng, proftpd, protobuf,
1451 psmisc, ptpd2, pulseaudio, pulseview, pv, python, python3,
1452 python-alsaaudio, python-can, python-cffi, python-cherrypy,
1453 python-httplib2, python-jinja2, python-lxml, python-m2crypto,
1454 python-mako, python-msgpack, python-psutil, python-pyasn,
1455 python-pycparser, python-pydal, python-pyftpdlib,
1456 python-pyroute2, python-pyxml, python-pyzmq, python-requests,
1457 python-serial, python-setuptools, python-six, python-spidev,
1458 python-tornado, python-twisted, python-web2py, python-webpy,
1459 python-werkzeug, python-zope-interface, qemu, qhull, qpdf, qt,
1460 qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio,
1461 qt5graphicaleffects, qt5imageformats, qt5multimedia,
1462 qt5quick1, qt5quickcontrols, qt5script, qt5sensors,
1463 qt5serialport, qt5svg, qt5webchannel, qt5webkit,
1464 qt5webkit-examples, qt5websockets, qt5x11extras,
1465 qt5xmlpatterns, qt-webkit-kiosk, racehound, radvd, read-edid,
1466 readline, redis, rpcbind, rpi-firmware, rpi-userland, rrdtool,
1467 rsync, rsyslog, rtai, rtorrent, rt-tests, rubix, ruby, samba4,
1468 sconeserver, setools, shairport-sync, sigrok-cli, skeleton,
1469 smack, snowball-init, socat, sp-oops-extract, sqlite,
1470 squashfs, squeezelite, squid, sredird, sshfs,
1471 start-stop-daemon, strace, strongswan, stunnel, subversion,
1472 sunxi-tools, swig, sysdig, syslog-ng, sysstat, systemd,
1473 sysvinit, taglib, tcl, tcpreplay, thrift, ti-gfx, tinyalsa,
1474 tor, torsmo, trace-cmd, transmission, tremor, triggerhappy,
1475 trinity, tvheadend, tzdata, uboot-tools, uclibc, udisks,
1476 udpcast, unionfs, upmpdcli, usb_modeswitch,
1477 usb_modeswitch_data, ustr, util-linux, vala, valgrind,
1478 vboot-utils, vde2, vlc, vnstat, webkit, webkitgtk24, weston,
1479 wget, whetstone, whois, wine, wipe, wireless-regdb, wireshark,
1480 wpa_supplicant, w_scan, x11r7, xapp_xbacklight, xapp_xcompmgr,
1481 xapp_xinput, xapp_xkbcomp, xdriver_xf86-input-evdev,
1482 xdriver_xf86-input-libinput, xdriver_xf86-input-synaptics,
1483 xdriver_xf86-video-ati, xdriver_xf86-video-fbturbo,
1484 xdriver_xf86-video-imx-viv, xdriver_xf86-video-intel,
1485 xfont_encodings, xfont_font-adobe-100dpi,
1486 xfont_font-adobe-75dpi, xfont_font-adobe-utopia-100dpi,
1487 xfont_font-adobe-utopia-75dpi, xfont_font-adobe-utopia-type1,
1488 xfont_font-alias, xfont_font-arabic-misc,
1489 xfont_font-bh-100dpi, xfont_font-bh-75dpi,
1490 xfont_font-bh-lucidatypewriter-100dpi,
1491 xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf,
1492 xfont_font-bh-type1, xfont_font-bitstream-100dpi,
1493 xfont_font-bitstream-75dpi, xfont_font-bitstream-type1,
1494 xfont_font-cronyx-cyrillic, xfont_font-cursor-misc,
1495 xfont_font-daewoo-misc, xfont_font-dec-misc,
1496 xfont_font-ibm-type1, xfont_font-isas-misc,
1497 xfont_font-jis-misc, xfont_font-micro-misc,
1498 xfont_font-misc-cyrillic, xfont_font-misc-ethiopic,
1499 xfont_font-misc-meltho, xfont_font-misc-misc,
1500 xfont_font-mutt-misc, xfont_font-schumacher-misc,
1501 xfont_font-screen-cyrillic, xfont_font-sony-misc,
1502 xfont_font-sun-misc, xfont_font-winitzki-cyrillic,
1503 xfont_font-xfree86-type1, xfsprogs, xkeyboard-config, xl2tp,
1504 xlib_libfontenc, xlib_libXi, xmlstarlet, xscreensaver,
1505 xserver_xorg-server, xtables-addons, xvkbd, xz, yad, yasm,
1506 ympd, zeromq, zic, znc, zsh,
1508 New packages: acsccid, assimp, atkmm, autofs, bcm2835,
1509 cairomm, cantarell, chocolate-doom, comix-cursors, cxxtest,
1510 edid-decode, emlog, gcr, gtkmm3, hidapi, jquery-sidebar,
1511 kernel-module-imx-gpu-viv, libasplib, libcroco, libdvbpsi,
1512 libfreeglut, libgdiplus, libglfw, libhdhomerun, libnet,
1513 libsoil, lldpd, luvi, mbedtls, minizip, miraclecast, mongodb,
1514 mraa, netbsd-queue, netsniff-ng, nss-pam-ldapd,
1515 obsidian-cursors, openal, openbox, pangomm,
1516 python-backports-abc, python-beautifulsoup4, python-cbor,
1517 python-click, python-cssselect, python-ecdsa, python-html5lib,
1518 python-idna, python-ipaddress, python-mistune, python-netaddr,
1519 python-paho-mqtt, python-paramiko, python-pyparted,
1520 python-pysmb, python-pyudev, python-singledispatch,
1521 python-smbus-cffi, python-urllib3, qt53d, rabbitmq-c, rfkill,
1522 sbc, spi-tools, tpm-tools, trousers, ubus, unrar, unscd,
1523 unzip, v4l2grab, xdriver_xf86-video-nouveau, xdotool, zbar
1525 Removed packages: libungif, python-pyxml,
1527 Issues resolved (http://bugs.uclibc.org):
1529 #7886: gettext: link failure with locally-installed libxml2
1530 #7892: systemd-journald is broken
1531 #8066: nodejs crashes when built with gcc 4.9
1532 #8296: nodejs 0.12.7 - npm crashes (seg core dump)
1533 #8501: gunzip fails to uncompress files
1534 #8541: fail to build host-fakeroot-1.20.2
1535 #8546: build instructions for raspberry pi don't work
1536 #8571: strace for ARC compile error
1537 #8581: pciutils.mk PCIUTILS_MAKE_OPTS typo
1538 #8616: Fail to build for raspberrypi_defconfig with big endian
1539 #8621: sqlite package, properly enable readline
1541 2015.11, Released November 30th, 2015
1545 Merged/seperate /usr handling is now also performed for
1546 staging so cross-gdb / gdbserver can find the libraries.
1548 Updated/fixed packages: autossh, conntrack-tools, dcron,
1549 espeak, gcc, glmark2, gpsd, gstreamer1, libglib2, libsigsegv,
1550 libsoc, libv4l, minidlna, mongrel2, opencv, polarssl,
1551 rpi-userland, rubix, skeleton, tovid, uemacs, valgrind, yad,
1554 Issues resolved (http://bugs.uclibc.org):
1556 #8441: Invalid directory for X11 fonts in target (RPi2)
1557 #8491: libglib2 2.46.1 not Building for armv5 on 2015.11-rc3
1559 2015.11-rc3, Released November 26th, 2015
1561 Fixes all over the tree.
1563 We have a new modern website!
1565 Updated/fixed packages: apitrace, audiofile, autossh, bullet,
1566 c-ares, collectd, conntrack-tools, cryptodev-linux, dropbear,
1567 fastd, gmp, gpsd, gst-plugins-bad, gst-plugins-base,
1568 gst-plugins-good, gst-plugins-ugly, gstreamer, gstreamer1,
1569 guile, iodine, iproute2, jimtcl, kompexsqlite, libethumb,
1570 libfreeimage, libgsasl, libgtk3, libxml2, localedef,
1571 lttng-tools, macchanger, mongrel2, mpd, openntpd, openssl,
1572 oprofile, pcre, qt5base, quagga, rpi-userland, sconeserver,
1573 sdl, spidev_test, sqlite, strongswan, ustr, xapp_sessreg,
1576 Issues resolved (http://bugs.uclibc.org):
1578 #6872: gpsd: disabled on microblaze
1579 #8321: invalid opcode error with minidlna and ffmpeg
1580 #8336: Default systemd configuration fails to boot correctly in 2015-08
1581 #8446: rpi-userland failed to build with glibc 2.22
1583 2015.11-rc2, Released November 19th, 2015
1585 Fixes all over the tree.
1587 LD_LIBRARY_PATH is no longer used to ensure host binaries find
1588 their libraries, fixing issues on recent Fedora.
1590 Toolchain fixes for powerpc e5500 / e6500. Fix for an issue
1591 with ${TARGET}-cc after the move to use a toolchain wrapper
1592 for the internal toolchain.
1594 Appy-patches.sh now correctly applies all files listed in
1597 Fixes for merged /usr handling when a custom skeleton is used.
1599 Updated/fixed packages: axfsutils, boost, busybox, dhcp,
1600 directfb, dropbear, ebtables, fastd, ffmpeg, gauche, gcc,
1601 gettext, gst1-plugins-bad, hostapd, ibrdtnd, libcurl,
1602 libecore, libgudev, libnss, libpng, libserial, libssh2,
1603 libuecc, libxml2, linux-headers, liquid-dsp, ltris,
1604 lua-periphery, minidlna, mongrel2, mpd, mpg123, mplayer,
1605 mysql, opencv, opencv3, package, perl-file-util, php-ssh2,
1606 polarssl, pulseaudio, python-protobuf, qemu, qt5base, ranger,
1607 ruby, skeleton, slang, squeezelite, strongswan, tovid, uclibc,
1608 ushare, wine, wpa_supplicant, x265,
1609 xdriver_xf86-video-siliconmotion, zxing-cpp
1611 Issues resolved (http://bugs.uclibc.org):
1613 #4790: Running udhcpc on a system with NFS root kills NFS
1614 #8456: Building host-pkgconf on Fedora 23 fails due to..
1616 2015.11-rc1, Released November, 7th 2015
1618 Fixes all over the tree and new features.
1622 - Support for sparc64 added (internal toolchain with glibc
1625 - Support for mips32r6 and mips64r6 added.
1627 - Support for Intel Quark X1000 CPU.
1629 - Switch to EABIhf by default on ARM when a VFP is available.
1633 - glibc 2.22, gdb 7.10, use gdb 7.9 by default, musl 1.1.12,
1634 uclibc-ng 1.0.8, host-gdb enabled on AArch64.
1636 - The toolchain wrapper which was used only for external
1637 toolchains is now also used for Buildroot internal
1638 toolchains. This allowed to fix the ccache support, prepare
1639 the way for top-level parallel build support and remove gcc
1640 patches used to detect header/library path poisoning.
1642 - Remove Analog Devices Blackfin toolchain 2012R2.
1644 - Fix several Xtensa build failures by switching from
1645 text-section-literals to auto-litpools.
1647 - Enable MIPS64 support in uClibc-ng, use uClibc on ARC
1648 rather than a specific fork.
1650 - Linaro toolchains for ARM, ARMeb and AArch64 updated to
1651 2015.08. 2014.09 version is kept since 2015.08 only runs on
1656 - Fix ARM64 support in U-Boot.
1660 - Added: ARC HS38 VDK virtual boards, Avnet Microzed, Boundary
1661 Devices Nitrogen SoloX, Freescale i.MX6 SoloX Sabre SD,
1662 OLinuxino A20 Lime2, Qemu Sparc64, Qemu SuperH 4 big endian,
1663 Synopsys AArch64 VDK virtual platform.
1665 - Updated: calao_qil_a9260, calao_usb_a9g20_lpw, ci20,
1666 cubieboad, freescale_imx6_*, imx53loco, imx6_vab820,
1667 mpc8315erdb, qmx6, p1010rdb, qemu, raspberrypi,
1668 raspberrypi2, riotboard, snps_axs10*, wandboard.
1670 - Removed: at91rm9200df, at91sam9260dfc, at91sam9263ek,
1671 calao_snowball_defconfig, gnublin, integrator926_defconfig.
1675 - Support for fetching from Mercurial tags fixed.
1677 - Introduce LINUX_NEEDS_MODULES, which allows to enforce
1678 module support to be enabled in the kernel when a package
1679 builds out-of-tree kernel modules (through the
1680 pkg-kernel-module infrastructure or on its own).
1682 - Improve the perl package infrastructure to automatically add
1683 the dependency to the perl interpreter to target perl module
1686 - Remove trailing slashes in <pkg>_SITE and addition of a
1687 check to ensure such trailing slashes are no longer added.
1689 - Extend the legal infrastructure to allow packages to declare
1690 their actual source code. This is useful for packages for
1691 which <pkg>_SOURCE points to pre-built binaries (as is the
1692 case for external toolchains). The new <pkg>_ACTUAL_SOURCE
1693 variable allows to point to the source code in such cases.
1695 - Improved ccache support, thanks to the usage of a toolchain
1696 wrapper for internal toolchain. Now a single cache directory
1697 can be shared between different Buildroot builds.
1699 - Addition of a 'graph-size' make targets, which generates a
1700 PDF graph of per-package size of the root filesystem.
1702 - Addition of <pkg>_EXCLUDES so that packages can request
1703 certain parts of the source code tarball to not be
1704 extracted. This feature is currently used by gcc and
1707 - Packages can now use the <pkg>_PKGDIR variable, provided by
1708 the package infrastructure, to reference their package
1709 directory, instead of explicitly using package/<pkg>/.
1713 - Add high lz4 compression to squashfs.
1715 - Simplification of shell profile files in the default
1718 - Remove ftp user and /home/ftp from the skeleton, and let ftp
1719 server packages create these when needed.
1721 - Add support for /bin, /sbin and /lib to be symlinks to their
1722 corresponding directories in /usr. This is enforced for
1723 systemd configurations, and optional for other
1726 - Support for AXFS filesystem image generation added.
1728 - New options to add extra space/inodes to ext2/3/4 images.
1730 Updated/fixed packages:
1732 adwaita-icon-theme, apache, apitrace, atk, audit, avahi,
1733 barebox, bash, batctl, bind, binutils, bluez_utils, boost,
1734 bridge-utils, cairo, ccache, chrony, clapack, cloog, cmake,
1735 collectd, connman, conntrack-tools, coreutils, cpio,
1736 cryptsetup, dbus, dbus-cpp, devmem2, dhcp, dhcpcd, dhcpdump,
1737 dhrystone, dillo, directfb, directfb-examples, dmraid,
1738 dos2unix, dovecot, dovecot-pigeonhole, drbd-utils, dropbear,
1739 dropwatch, dtc, e2fsprogs, ebtables, efl, eigen, ejabberd,
1740 elf2flt, elfutils, erlang, ethtool, eudev, evemu, exfat,
1741 exfat-utils, expat, faifa, fbterm, fdk-aac, feh, ffmpeg, file,
1742 flashrom, fping, freerdp, freescale-imx, freetype, gdk-pixbuf,
1743 genimage, gettext, git, glib-networking, glmark2, gnupg2,
1744 gnuradio, gnutls, gpsd, grep, grub2, gst1-imx, gst1-libav,
1745 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
1746 gst1-plugins-ugly, gst1-validate, gst-fsl-plugins,
1747 gst-plugins-bad, gstreamer1, guile, gvfs, harfbuzz, haveged,
1748 hostapd, icu, imagemagick, impiutil, imx-gpu-viv, imx-vpu,
1749 inadyn, intltool, iostat, iperf3, ipmiutil, iproute2,
1750 iptables, iw, jpeg-turbo, jq, jsoncpp, kexec-lite, kmod, kodi,
1751 kodi-audioencoder-flac, kodi-pvr-argustv, kodi-pvr-filmon,
1752 kodi-pvr-hts, kodi-pvr-mythtv, kodi-pvr-pctv,
1753 kodi-pvr-stalker, kodi-pvr-vbox,
1754 kodi-visualisation-waveforhue, less, lftp, libbluray,
1755 libcgroup, libconfuse, libcurl, libdcadec, libdrm, libevdev,
1756 libffi, libfribidi, libfslcodec, libfslparser, libfslvpuwrap,
1757 libgcrypt, libglew, libglib2, libgtk3, libidn, liblinear,
1758 liblockfile, libmicrohttpd, libnetfilter_conntrack, libnfs,
1759 libnftnl, libnl, libnspr, libnss, libpcap, libpfm4, libpng,
1760 libselinux, libserial, libsoup, libsoxr, libstrophe, libtasn1,
1761 libtirpc, libtorrent, libupnpp, liburcu, libusb-compat, libuv,
1762 libv4l, libva, libva-intel-driver, libxcb, lighttpd, links,
1763 linux, linux-firmware, linux-fusion, linux-headers,
1764 lirc-tools, localedef, lpeg, lsof, ltp-testsuite,
1765 lttng-libust, lttng-tools, lua-periphery, luaposix, lvm2, lxc,
1766 lz4, mdadm, mesa3d, mesa3d-headers, minicom, minidlna, moarvm,
1767 modem-manager, mosquitto, mpd, mpdecimal, mpg123, mplayer,
1768 mrouted, msmtp, mtd, mutt, nettle, network-manager, nfs-utils,
1769 nftables, nginx, nodejs, noip, ntp, ofono, opencv3, openpgm,
1770 openssl, openswan, openvpn, pango, parted, perl, perl-cross,
1771 perl-crypt-openssl-random, perl-http-message,
1772 perl-io-socket-ssl, perl-module-build, perl-mojolicious,
1773 perl-netaddr-ip, perl-net-dns, perl-net-http, perl-net-ssleay,
1774 perl-uri, perl-xml-libxml, php, picocom, pixman, pkgconf,
1775 poco, polarssl, portaudio, portmap, postgresql, proftpd,
1776 protobuf, protobuf-c, pulseaudio, python-configshell-fb,
1777 python-networkmanager, python-numpy, python-pyparsing,
1778 python-pypcap, python-rtslib-fb, python-spidev, python-urwid,
1779 python-web2py, qemu, qt5base, redis, rngtools, rng-tools,
1780 rpi-firmware, rpi-userland, rtmpdump, rtorrent, ruby, samba,
1781 samba4, sane-backends, sconeserver, sdl, sed, setools,
1782 shairport-sync, shared-mime-info, sland, smartmontools,
1783 softether, spice-protocol, sqlcipher, sqlite, squid,
1784 strongswan, stunnel, subversion, sudo, sunxi-tools,
1785 supervisor, systemd, tar, targetcli-fb, tcpdump, tiff, tor,
1786 tvheadend, tzdata, uboot-tools, udisks, unionfs, upmpdcli,
1787 util-linux, vala, valgrind, vim, vlc, vorbis-tools, vsftpd,
1788 vtun, wavpack, webkitgtk24, weston, whois, wireless-regdb,
1789 wireshark, wpa_supplicant, xdriver_xf86-input-vmmouse,
1790 xdriver_xf86-video-imx-viv, xdriver_xf86-video-intel,
1791 xdriver_xf86-video-sis, xlib_libXi, xorg-server,
1792 xtables-addons, xterm, xz, zic, znc, zsh
1796 axfsutils, bitstream, check, dvblast, eventlog, fastd, gauche,
1797 gmock, graphite2, gssdp, gupnp, gupnp-av, ibrcommon, ibrdtn,
1798 ibrdtnd, ibrdtn-tools, imx-kobs, iqvlinux, irssi,
1799 kompexsqlite, libbroadvoice, libcddb, libcodec2, libcrossguid,
1800 libg7221, libhttpparser, libilbc, libldns, libmng,
1801 libopenh264, libpam-radius-auth, libpam-tacplus, libsilk,
1802 libsoundtouch, libssh, libuecc, libyuv, liquid-dsp, luv,
1803 micropython, micropython-libs, python-pyratemp,
1804 python-pyroute2, python-ranger, rapidxml, scrypt, sdl2,
1805 sp-oops-extract, squeezelite, stress-ng, swupdate, syslog-ng,
1806 x265, xdriver_xf86-video-fbturbo, xxhash, yad, zxing-cpp
1810 blackbox (was deprecated), divine (merged in directfb),
1811 kobs-ng (replaced by imx-kobs), mediactl (merged in libv4l),
1812 sawman (merged in directfb), schifra (marked broken since a
1813 long time), texinfo (host variant only, no longer used), zxing
1814 (replaced by zxing-cpp),
1816 Issues resolved (http://bugs.uclibc.org):
1818 #4099: cut utility from GNU coreutils works incorrect
1819 #7772: libxml-parser-perl build failure: missing dependency
1821 #7931: Default configuration for Cubieboard v1 is outdated
1822 #8116: 2015.05-rc2 raspberrypi2_defconfig network interface
1824 #8246: X.org DRI2 build issue
1825 #8256: pointing to /usr/bin/objcopy old version (x86) instead
1826 of the generated one
1827 #8266: mplayer build issue
1828 #8281: pyrexc fails to run when path is too long
1829 #8316: lttng-tools and lttng-babeltrace executables contain
1830 bad RPATH pointing to host machine
1831 #8331: kexec wants shutdown in /sbin, but systemd installs it
1833 #8361: Buildroot 2015.08.1 skeleton inittab overwritten by
1835 #8366: libevent does not build
1836 #8386: build failed with external toolchain
1837 #8391: Node.js 0.12.7 fails to build on raspberry_pi defconfig
1838 #8396: CCACHE initialization
1839 #8401: gpsd 3.15 NMEA support
1840 #8416: cups depends on BR2_DEPRECATED_SINCE_2015_05
1841 #8421: util-linux installs systemd files in output/target/home/
1843 2015.08, Released August 31st, 2015
1847 OpenCV 3.x package renamed to opencv3. OpenCV 2.4.x
1848 reintroduced as opencv.
1850 Updated/fixed packages: bootutils, canfestival, cppcms,
1851 curlftpfs, dhcpdump, dropbear, erlang-p1-tls, exfat, gnuradio,
1852 ipkg, libgudev, libmbim, libwebsock, linux-pam, lm-sensors,
1853 ltrace, midori, network-manager, openssh, perl-file-listing,
1854 perl-http-cookies, perl-http-daemon, perl-http-negotiate,
1855 perl-www-robotrules, python-can, qt5base, qt5multimedia,
1856 setools, sysvinit, tinyalsa, tn5250, tvheadend, uboot, vlc,
1857 x264, xserver_xorg-server, zyre
1859 2015.08-rc2, Released August, 24th 2015
1861 Fixes all over the tree.
1863 Toolchain: fix gcc build on NIOS-II.
1865 Infrastructure: add <fs>_POST_GEN_HOOKS mechanism to fix
1866 hybrid ISO image generation.
1868 Architectures: add arm1136j-s variant.
1870 Updated/fixed packages: apitrace, audit, bcusdk, bdwgc,
1871 beecrypt, boost, bwm-ng, cdrkit, c-icap, cifs-utils, clapack,
1872 c-periphery, cpio, cramfs, czmq, dawgdic, dnsmasq, dosfstools,
1873 dropbear, elfutils, empty, eudev, fan-ctrl, filemq, gnutls,
1874 guile, haveged, imlib2, libcec, libepoxy, libev, libgpgme,
1875 libiio, libnetfilter_queue, libnfnetlink, libpfm4, libpthsem,
1876 librtas, libselinux, libsigsegv, libsodium, libv4l, lightning,
1877 linux, lirc-tools, lrzsz, mono, mosh, mpd, msmtp, nbd,
1878 netatalk, nodejs, ola, opencv, oprofile, php, poco,
1879 postgresql, powertop, protobuf, protobuf-c, qt5base,
1880 qt5quickcontrols, rapidjson, rng-tools, squid, sysdig,
1881 sysstat, tftpd, tinc, tz, util-linux, webkitgtk24, weston,
1882 wireshark, wvstreams, xdriver_xf86-input-synaptics, zyre.
1884 Issues resolved (http://bugs.uclibc.org):
1886 #8276: package/dropbear: symlink resolution incorrect
1887 #8286: Error with buildroot
1888 #8301: ldconfig parameter in Makefile
1890 2015.08-rc1, Released August, 5th 2015
1892 Fixes all over the tree and new features.
1896 - Refactor how the availability of an MMU is described.
1897 - Minimal support for Cortex-M3
1898 - Minimal support for AArch64 big-endian
1902 - Add CodeSourcery MIPS 2015.05, remove MIPS 2013.11
1903 - Use uClibc-ng as the default uClibc version, instead of the
1904 official uClibc, which hasn't done any release since 3+
1906 - eglibc is now marked as deprecated
1907 - GCC: gcc 4.9.x is now the default and was updated to 4.9.3,
1908 support for gcc 5.x added.
1909 - Binutils: use Binutils 2.24 as the default, 2.25.x series
1910 bumped to 2.25.1, remove old Binutils 2.22.
1911 - Update ARC toolchain components to 2015.06
1912 - Add support for Fortran when building gcc
1916 - Support for using the kconfig configuration system in
1921 - VIA VAB-820/AMOS-820
1922 - OLimex OLinuxino A20 Lime
1923 - Many new defconfigs for Atmel evaluation boards:
1924 at91sam9rlek, at91sam9x5ek, sama5d3xek, sama5d4ek, sama5d4
1925 Xplained Ultra, sama5d3 Xplained.
1926 - ACME Systems Aria G25
1928 - Altera Cyclone 5 Development Board
1930 - ARC AXS101 and AXS103 Software Development Platforms
1931 - Significant updates to Raspberry Pi / Raspberry Pi 2
1935 - Buildroot takes better care now of generating predictable
1936 permissions in the target filesystem. However, existing
1937 permissions on a custom skeleton or rootfs overlay will no
1938 longer be preserved. Therefore, it is necessary to add a
1939 permission table (BR2_ROOTFS_DEVICE_TABLE) to set the
1940 required permissions.
1941 - Add support for kconfig fragments.
1942 - No longer pass --{enable,disable}-debug to autotools
1943 packages depending on the value of
1944 BR2_ENABLE_DEBUG. BR2_ENABLE_DEBUG now only controls
1945 whether we build with -g or not.
1946 - Support for extracting archives in .lzma in the generic
1947 package infrastructure.
1948 - Remove random-seed file from the default skeleton, since
1949 seeding the entropy pool with a known seed makes more harm
1951 - In the CVS download helper, add support to use a date as
1953 - Add support for a per-package <pkg>_STRIP_COMPONENTS
1954 variable, which packages can use to specify how many path
1955 components should be stripped when extracting the tarball.
1956 - Addition of a 'kernel-module' package infrastructure, which
1957 simplifies the packaging of external kernel modules. Many
1958 existing packages are converted to use it.
1959 - Allow bootloaders to be implemented in $(BR2_EXTERNAL)
1960 - Remove /etc/securetty from the default skeleton.
1961 - Migration of sysV initscripts from the default skeleton to
1962 a package called 'initscripts', installed only when Busbox
1963 init or sysvinit are used.
1964 - Migration of the skeleton logic to a proper 'skeleton'
1966 - Addition of a 'linux-tools' infrastructure in the 'linux'
1967 package, to support building user-space tools bundled
1968 within the Linux kernel sources, such as perf and cpupower.
1969 - Usage of backticks instead of make $(shell ...) to execute
1970 shell commands. This allows to delay the evaluation of such
1971 commands when actually needed, and not when expanding the
1972 variables. It is useful to make 'make printvars' less
1973 noisy, and as a preparation to support top-level parallel
1975 - Libtool .la files are not mungled for all package types,
1976 instead of being handled only for packages using the
1977 autotools-package infrastructure.
1978 - Add mechanism to allow packages to express a dependency on
1979 gcc versions. This is needed for packages that use C++11 or
1980 C11 support for example.
1982 Important package updates:
1984 - Complete rework of the matchbox packaging
1985 - Lots of fixes in packages for compatibility with musl and
1987 - Hash files added to a large number of packages.
1988 - Update a significant number of packages to use a new
1989 hosting, after the announcement of Google Code and
1991 - Major packages needed for SELinux support have been merged,
1992 but the support is not complete yet.
1993 - Significant update of OpenCV to version 3.0, and addition
1995 - Significant update of all packages supporting the GPU and
1996 VPU of i.MX ARM processors.
1997 - Addition of systemd support in a significant number of
1999 - Qt5 updated to 5.5.0
2000 - Use modular X.org server by default instead of KDrive
2004 - Complete overhaul of the iso9660 support. Now allows to use
2005 directly IS9660 as the root filesystem format and not only
2006 an initrd, and supports Grub 2 and isolinux in addition to
2009 Updated packages: a10disp, agentpp, apache, at91bootstrap3,
2010 audit, barebox, bc, bind, bmon, boost, btrfs-progs,
2011 ca-certificates, can-utils, ccache, cloog, collectd, connman,
2012 coreutils, c-periphery, cryptsetup, dado, dbus, dejavu,
2013 dhcpcd, dnsmasq, dosfstools, dovecot, dovecot-pigeonhole,
2014 e2fsprogs, ejabberd, erlang-p1-cache-tab, erlang-p1-sip,
2015 erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
2016 erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml, ethtool,
2017 eudev, evtest, exim, expect, explorercanvas, feh, ffmpeg,
2018 file, flashrom, freescale-imx, freetype, gawk, gcc, gdb,
2019 gettext, git, glib-networking, gnupg2, gnutls, gpsd, gptfdisk,
2020 gpu-viv-bin-mx6q, gst-fsl-plugins, harfbuzz, hdparm, heimdal,
2021 i2c-tools, imagemagick, imx-vpu, iproute2, ipset, isl, iw,
2022 kodi, kodi-addon-xvdr, kodi-audioencoder-flac,
2023 kodi-audioencoder-lame, kodi-audioencoder-vorbis,
2024 kodi-audioencoder-wav, lftp, libass, libassuan, libcec,
2025 libconfi, libcurl, libdrm, libevdev, libfreefare, libfslcodec,
2026 libfslparser, libfslvpuwrap, libfuse, libglib2, libgpgme,
2027 libgtk2, libgtk3, libical, libidn, libiio, libinput, libiscsi,
2028 libllcp, libmicrohttpd, libnfc, libnss, libpcap, libpciaccess,
2029 libpng, libserialport, libsigrok, libsoc, libtirpc, libubox,
2030 libunistring, libupnp, libuv, libv4l, libva,
2031 libva-intel-driver, libXrandr, lighttpd, linenoise, linux,
2032 linux-firmware, linux-headers, live555, ltrace, lua,
2033 lua-csnappy, lua-ev, luajit, lua-messagepack, luaperiphery,
2034 lvm2, lxc, lzo, mesa3d, mesa3d-headers, midori, mmc-utils,
2035 modem-manager, mono, mosquitto, mpd, mpd-mpc, mpfr, mpg123,
2036 mtd, musl, nano, netperf, network-manager, nfs-utils, nginx,
2037 nodejs, ntp, ola, opencv, openldap, openssh, openssl,
2038 openswan, openvmtools, openvpn, opkg, orbit, orc, pcmanfm,
2039 perl-cross, perl-encode-locale, perl-io-socket-ssl,
2040 perl-mojolicious, perl-net-ssleay, perl-path-tiny, perl-uri,
2041 perl-xml-libxml, php, pinentry, polarssl, postgresql,
2042 pulseview, pure-ftpd, python, python-dpkt, python-lxml,
2043 python-networkmanager, python-pyinotify, python-pypcap,
2044 python-tornado, qextserialport, qt, qt5, rapidjson, redis,
2045 rpcbind, rpi-firmware, rpi-userland, samba4, shairport-sync,
2046 snmpp, sqlite, squid, strongswan, stunnel, sudo, sunxi-boards,
2047 sunxi-mali, sysdig, sysstat, systemd, tcpdump, tiff, tmux,
2048 tor, txheadend, tzdata, uboot, uclibc, ulogd, upmpdcli,
2049 usb_modeswitch, usb_modeswitch_data, vala, vsftpd, wayland,
2050 weston, whois, wireless-regdb, wireshark, x264, xapp_xvinfo,
2051 xdriver_xf86-input-libinput, xdriver_xf86-input-vmmouse,
2052 xdriver_xf86-video-cirrus, xdriver_xf86-video-geode,
2053 xdriver_xf86-video-imx-viv, xdriver_xf86-video-mach64,
2054 xdriver_xf86-video-neomagic, xdriver_xf86-video-r128,
2055 xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
2056 xdriver_xf86-video-vesa, xkeyboard-config, xlib_libfontenc,
2057 xlib_libFS, xlib_libXaw, xlib_libxkbfile, xlib_libXrender,
2058 xlib_libXt, xproto_kbproto, xproto_xproto, xproto_xrandrproto,
2059 xscreensaver, xserver_xorg-server, xtables-addons, yaml-cpp,
2062 New packages: angularjs, atf, audit, c-icap, c-icap-modules,
2063 cpio, dawgdic, faketime, fcgiwrap, gflags, glog, initscripts,
2064 jquery-datetimepicker, kodi-audioencoder-modplug,
2065 kodi-audioencoder-nosefar, kodi-audioencoder-sidplay,
2066 kodi-audioencoder-snesapu, kodi-audioencoder-stsound,
2067 kodi-audioencoder-timidity, kodi-audioencoder-vgmstream,
2068 kodi-platform, kodi-pvr-argustv, kodi-pvr-dvblink,
2069 kodi-pvr-dvbviewer, kodi-pvr-filmon, kodi-pvr-hts,
2070 kodi-pvr-iptvsimple, kodi-pvr-mediaportal-tvserver,
2071 kodi-pvr-mythtv, kodi-pvr-nextpvr, kodi-pvr-njoy,
2072 kodi-pvr-pctv, kodi-pvr-stalker, kodi-pvr-vbox,
2073 kodi-pvr-vdr-vnsi, kodi-pvr-vuplus, kodi-pvr-wmc,
2074 kodi-screensaver-asteroids, kodi-screensaver-biogenesis,
2075 kodi-screensaver-crystalmorph, kodi-screensaver-greynetic,
2076 kodi-screensaver-pingpong, kodi-screensaver-pyro,
2077 kodi-screensaver-stars, kodi-visualisation-shadertoy,
2078 kodi-visualisation-spectrum, kodi-visualisation-waveforhue,
2079 kodi-visualisation-waveform, kvmtool, kyua, libfm,
2080 libfm-extra, libplatform, librtas, libsodium, libsquish,
2081 libucl, libump, linux-backports, lua-iconv, lutok, menu-cache,
2082 moarvm, monkey, mono-gtksharp3, mosh, openipmi, python-can,
2083 python-pycli, python-pydal, python-pyyaml, python-web2py,
2084 qpid-proton, qt5webchannel, quazip, racehound, rtl8188eu,
2085 rtl8821au, sepolgen, setools, skeleton, stm32flash,
2086 webkitgtk24, xdriver_xf86-video-qxl, zynq-boot-bin.
2088 Deprecated packages: webkitgtk, libgail, eglibc support in
2091 Issues resolved (http://bugs.uclibc.org):
2093 #4291: Segmentation fault with all binaries that use threads
2094 when compiled with gcc 4.6
2095 #6944: building toolchain for sh4 fails
2096 #7592: Buildroot GCC: -lto requires plugin support in ranlib
2097 #7628: Python SSL does not get built for Raspberry Pi
2098 #7682: Missing dependencies for NFS
2099 #7742: dhcp lacks important features when BR2_ENABLE_DEBUG
2100 #7754: make: *** [/..../buildroot-2014.11/output/build/host-gcc-initial-4.8.3/.stamp_built] Error 2
2101 #7946: libglib2-2.42.2 fails to build for sparc-buildroot-linux-gnu
2102 #7956: glibc 2.20 and 2.21 fail to build for sh64-buildroot-linux-gnu
2103 #7971: python-flask, python-werkzeug. No module named zlib
2104 #7981: Target file system skeleton permissions hazard
2105 #8006: rpcdebug in nfs-utils built for the host
2106 #8036: alsa-lib headers problem that prevents to compile alsa
2108 #8081: systemd init system: /tmp is not mode 1777
2109 #8121: php opcache extension doesn't get installed
2110 #8151: x86-64 make fails with ncurses 5.9
2111 #8156: pkg-kconfig infra broken for *-update-{config, defconfig}
2112 #8161: default /bin/sh symlink to busybox is full path and not relative
2113 #8171: glamor missing
2114 #8191: Request update support for the cubieboard series
2115 #8201: Important security upgrades for node.js
2117 2015.05, Released May 31st, 2015
2121 Updated/fixed packages: conntrack-tools, directfb, fio, flite,
2122 gptfdisk, ipmiutil, iproute2, janus-gateway, keyutils, knock,
2123 libelementary, libgcrypt, libgsasl, libjpeg, libstrophe,
2124 lttng-libust, nbd, ncurses, nmap, php, postgresql, python,
2125 python3, sconeserver, udpcast, upmpdcli
2127 2015.05-rc3, Released May 22nd, 2015
2129 Several fixes, mainly related to static linking.
2131 Updated/fixed packages: acl, alsa-utils, apr, armadillo, attr,
2132 autoconf-archive, binutils, boost, czmq, dhcpcd, duma,
2133 enlightenment, exim, fbterm, freerdp, gcc, gdk-pixbuf,
2134 google-breakpad, gpsd, heirloom-mailx, hwloc, ipmiutil,
2135 iproute2, jack2, jasper, kmod, lcdproc, leafnode2, libcap-ng,
2136 libftdi1, libmatroska, libmemcached, libmodbus, libnftnl,
2137 libsigrok, libupnpp, libuv, libxml-parser-perl, linux,
2138 linux-headers, lirc-tools, lua-periphery, lxc, mongoose, mono,
2139 mpg123, mosquitto, neardal, newt, ntp, ola, openldap, opencv,
2140 php, postgresql, protobuf, pulseaudio, python-pyqt, qemu, qt,
2141 qt5base, rpi-userland, rsyslog, snmppp, sqlite, tiff,
2142 tinyxml2, uboot-tools, unionfs, ux5000-firmware, usbredir,
2143 ushare, vpnc, vsftpd, wavpack, wireless_tools, wsapi,
2144 wvstreams, xmlstarlet, zeromq, zmqpp
2146 New packages: c-periphery
2148 Issues resolved (http://bugs.uclibc.org):
2150 #8106: mkfs.jffs2 uses the --pagesize parameter incorrectly
2151 #8111: 2015.05.rc2 LIBFOO_CONF_OPTS not working
2152 #8126: exim lacks plaintext and cram-md5 auth
2154 2015.05-rc2, Released May 11th, 2015
2158 Toolchain: PR56780 backport to GCC 4.8.4 to fix GDB linking
2159 issues. Context functions enabled for uClibc snapshot /
2162 Architectures: Endian handling symbol for Xtensa, binutils
2165 Infrastructure: Fix for kernel module stripping when
2166 localversion contains spaces.
2168 Updated/fixed packages: at, autoconf-archive, binutils,
2169 cc-tool, cryptsetup, dstat, expedite, freerdp, giflib,
2170 gnuchess, guile, ipmiutil, iproute2, mono, monolite, neard,
2171 ola, poppler, postgresql, python-qt, qt, sqlite, valgrind,
2174 Issues resolved (http://bugs.uclibc.org):
2176 #8086: Cannot select systemd as init with Linaro 2014.09...
2178 2015.05-rc1, Released May 4th, 2015
2180 Fixes all over the tree and new features.
2182 Architectures: Removed AVR32 support, deprecate SH64, added
2183 support for steamroller, corei7-avx and core-avx2 x86
2186 Toolchains: IPv6 and Largefile support now enforced for
2187 uClibc. Corresponding Kconfig symbols removed.
2189 External CodeSourcery AMD64 2014.05, MUSL-cross 1.1.6 added,
2190 CS sh2, Xilinx microblaze v2/14.3 removed. Distro-class
2191 external toolchains are now detected and blacklisted.
2193 Internal toolchain support for Nios2 added, Blackfin
2194 removed. Aarch64 and sh musl support. uClibc-ng support added.
2196 Libatomic is now handled for internal and external
2197 toolchains. Link time optimization (LTO) support.
2199 New Defconfigs: Freescale i.MX28 EVK, i.MX31 PDK and SABRE
2200 Auto, Raspberry Pi 2, RIoTboard,
2202 Infrastructure: Hashes for a large number of packages have
2203 been added. Missing hashes now stop the build unless
2204 explicitly disabled.
2206 Spaces and colons (:) are now supported in package
2207 versions. Dependencies can now be listed for the patch step
2208 (<PKG>_PATCH_DEPENDENCIES). Kconfig and Linux kernel
2209 extensions infrastructure has been added.
2211 Makedevs now has a recursive (r) option.
2213 The variable containing the list of packages to build has been
2214 renamed from TARGETS to PACKAGES.
2216 Make external-deps / legal-info / source / source-check have
2217 been reimplemented using the package infrastructure, so their
2218 output/behaviour may differ from earlier (some packages were
2219 not included in the past).
2221 The old insecure DES password encoding is no longer supported.
2223 U-Boot patch option now support direct references to patch
2224 files and URLs in addition to directories of patches. The
2225 i.MX28 SD format (u-boot.sd) is now supported.
2227 Updated/fixed packages: agentpp, aircrack-ng, alsa-lib,
2228 alsa-utils, apr-util, apr, atk, autossh, avahi, avrdude,
2229 bcusdk, bdwgc, bind, binutils, bmon, boost, botan,
2230 btrfs-progs, busybox, ca-certificates, cairo, can-utils,
2231 canfestival, ccache, chrony, civetweb, clamav, cmake,
2232 collectd, connman, copas, crda, cryptodev-linux, cryptsetup,
2233 cups, czmq, dbus-cpp, dbus-glib, dbus-python, dbus, dfu-util,
2234 dhcp, dhcpcd, dialog, dillo, dmraid, dnsmasq, dos2unix,
2235 dosfstools, dovecot-pigeonhole, dovecot, dropbear, dropwatch,
2236 dtv-scan-tables, dvdauthor, e2fsprogs, ecryptfs-utils,
2237 libevas, elfutils, enscript, erlang, espeak, eudev, evemu,
2238 exfat-utils, exim, f2fs-tools, feh, ffmpeg, fftw, flickcurl,
2239 fltk, fluxbox, fmlib, fmtools, freeradius-client, freerdp,
2240 gamin, gawk, gcc-final, gcc, gd, gdb, gengetopt, geoip, git,
2241 glib-networking, gnu-efi, gnuchess, gnutls, gpsd, gptfdisk,
2242 gpu-viv-bin-mx6q, gst-plugin-bad, gstreamer, gstreamer1,
2243 gtest, gvfs, harfbuzz, haserl, haveged, hiawatha,
2244 hicolor-icon-theme, hostapd, hplip, httping, i2c-tools, icu,
2245 ifplugd, imagemagick, imlib2, iozone, iproute2, iptables,
2246 iputils, irqbalance, iw, jack2, jhead, jimtcl, json-c, kexec,
2247 kismet, kmod, kodi-audioencoder-flac,
2248 kodi-audioencoder-vorbis, kodi-pvr-addons, kodi, ktap, lcms2,
2249 libass, libatomic_ops, libbluray, libcap, libcgroup, libcurl,
2250 libdrm, libdvbsi, libebml, libecore, libedit, liberation,
2251 libev, libevas, libevdev, libftdi, libgcrypt, libglib2,
2252 libgpgme, libgtk2, libgtk3, libiconv, libidn, libiio,
2253 libinput, libiscsi, libksba, liblinear, libmatroska,
2254 libmicrohttpd, libmodbus, libmpdclient, libnice, libnl,
2255 libnspr, libnss, libpcap, libpciaccess, libphidget, libplayer,
2256 libpthsem, libqmi, librsvg, libseccomp, libsigrok, libsoup,
2257 libsrtp, libssh2, libtasn1, libtool, libunistring, liburcu,
2258 libusb, libuv, libva-intel-driver, libva, libvncserver,
2259 libvorbis, libvpx, libwebsockets, libxml2, libzip, lightning,
2260 lighttpd, linknx, linphone, linux-firmware, linux-headers,
2261 linux-pam, live555, ljsyscall, lmbench, lockdev, logrotate,
2262 lpc3250loader, lpeg, lsof, lttng-libust, lttng-modules,
2263 lttng-tools, lua, luacrypto, luafilesystem, luajit, luaposix,
2264 luarocks, lvm2, lxc, make,
2265 matchbox-{common,desktop,fakekey,keyboard,lib,startup-monitor,vm},
2266 matchbox, mcelog, memcached, memstat, memtest86, mesa3d,
2267 minidlna, mjpegtools, mjpg-streamer, modem-manager, mongoose,
2268 monit, mono, monolite, mp4v2, mpc, mpd, mpdecimal, mpg123,
2269 mplayer, musl, nano, nbd, ncftp, ncmpc, ncurses, ne10, neard,
2270 neardal, net-tools, netatalk, netsnmp, network-manager, nginx,
2271 nodejs, ntfs-3g, ntp, numactl, odhcp6c, ofono, open2300,
2272 opencv, openldap, openntpd, openocd, openssh, openssl,
2273 openswan, opentyrian, openvmtools, openvpn, oprofile, p11-kit,
2274 pango, patch, patchelf, pciutils, pcre, perf, perl-gdgraph,
2275 perl-io-socket-ssl, perl-json-tiny, perl-module-build,
2276 perl-mojolicious, perl-net-ssleay, perl-path-tiny,
2277 perl-xml-libxml, perl, phidgetwebservice, php-gnupg, php,
2278 pkgconf, polarssl, poppler, popt, postgresql, powerpc-utils,
2279 pppd, prboom, procps-ng, proftpd, psplash, ptpd2,
2280 python-{cheetah,coherence,django,markdown,netifaces,pam,six},
2281 python-tornado, python-twisted, python-zope-interface, python,
2282 python3, qemu, qt, qt5, qt5base, qt5multimedia,
2283 qt5xmlpatterns, qt5cinex, quagga, qwt, radvd, readline,
2284 rng-tools, rpcbind, rpi-firmware, rpi-userland, rsync,
2285 rsyslog, rtai, rtmpdump, ruby, sam-ba, samba, samba4,
2286 sane-backends, sconeserver, shairport-sync, sigrok-cli, slang,
2287 smcroute, snmppp, socat, socketcand, sofia-sip, sox,
2288 spawn-fcgi, speex, sqlcipher, sqlite, squid, strace,
2289 strongswan, stunnel, sudo, sunxi-boards, swig, sysstat,
2290 systemd, tcpdump, tftpd, thrift, thttpd, ti-gfx, ti-utils,
2291 tiff, tinyalsa, tn5250, transmission, trinity, tslib,
2292 tvheadend, tzdata, uboot-tools, uclibc, ulogd, usb_modeswitch,
2293 usbutils, ustr, util-linux, vala, valgrind, vlc, wayland,
2294 webp, weston, wget, which, whois, wireless-regdb,
2295 wireless_tools, wireshark, wpa_supplicant, wvstreams,
2296 xapp_{bdftopcf,bitmap,fonttosfnt,fslsfonts},
2297 xapp_{fstobdf,iceauth,mkfontscale,oclock,rgb,sessreg,setxkbmap},
2298 xapp_{showfont,smproxy,twm,x11perf,xcalc,xclipboard,xcmsdb},
2299 xapp_{xdbedizzy,xditview,xdpyinfo,xdriinfo,xedit,xev,xeyes},
2300 xapp_{xf86dga,xfsinfo,xgamma,xgc,xhost,xinit,xinput,xkbcomp},
2301 xapp_{xkbevd,xkbprint,xlsatoms,xlsfonts,xmag,xman,xmh,xmodmap},
2302 xapp_xmore, xcb-util-image, xcb-util-keysyms,
2303 xdata_xcursor-themes,
2304 xdriver_xf86-input-{evdev,keyboard,synaptics,void},
2305 xdriver_xf86-video-{ati,cirrus,geode,mach64,mga,neomagic},
2306 xdriver_xf86-video-{r128,savage,siliconmotion,sis,tdfx},
2307 xdriver_xf86-video-{trident,vmware,voodoo}, xenomai,
2308 xfont_font-util, xkeyboard-config,
2309 xlib_lib{ICE,X11,Xdmcp,Xfont,Xpm,XvMC},
2310 xlib_lib{Xxf86vm,xshmfence,xtrans}, xproto_randrproto,
2311 xproto_xproto, xserver_xorg-server, x11vnc, x264, xerces,
2312 xorriso, xterm, xz, yaml-cpp, zeromq, zic, zmqpp
2314 New packages: apache, autoconf-archive, batctl,
2315 bitstream-vera, bullet, cc-tool, doxygen, drbd-utils,
2316 dvdrw-tools, gnuradio, gst1-imx, hans, hwloc, ijs,
2317 imx-usb-loader, inconsolata, iodine, iotop, ipmiutil, jsoncpp,
2318 leveldb, libdcadec, libdri2, libfreeimage, libftdi1,
2319 libsidplay2, lirc-tools, lua-periphery, mc, mesa3d-headers,
2320 mosquitto, nvidia-driver, nvidia-tegra23{,-binaries,-codecs},
2321 openjpeg, opusfile, perl-crypt-openssl-{random,rsa},
2322 perl-db-file, perl-digest-{hmac,sha1},
2323 perl-encode-{detect,locale}, perl-file-{listing,util},
2324 perl-html-{parser,tagset}, perl-http-cookies,
2325 perl-http-{daemon,date,message,negotiate}, perl-io-html,
2326 perl-libwww-perl, perl-lwp-mediatypes, perl-mail-dkim,
2327 perl-mailtools, perl-mime-base64, perl-net-{dns,http},
2328 perl-netaddr-ip, perl-time-hires, perl-timedate, perl-uri,
2329 perl-www-robotrules, powertop, pulseview,
2330 python-{cherrypy,lxml,mako,pyqt,pyxml,sip,spidev,ws4py}, qpdf,
2331 qt-webkit-kiosk, sl, softether, sysdig, tinyxml2, tor, tovid,
2332 unixodbc, wf111, wine, libepoxy, xapp_xcompmgr,
2333 xapp_xfindproxy, xcb-util-cursor, xcb-util-renderutil,
2334 xdriver_xf86-input-libinput, xdriver_xf86-video-imx{,-viv},
2335 xproto_xproxymanagementprotocol
2337 Removed packages: gtk2-theme-hicolor
2339 Deprecated packages: samba
2341 Issues resolved (http://bugs.uclibc.org):
2343 #7478: Multiple chosen python modules are not built due to...
2344 #7508: Use of BR2_EXTERNAL and dependencies to existing packages
2345 #7676: Package procps-ng installs binaries to nonsensical folder
2346 #7724: Startx is not installed in the target
2347 #7760: botan: wrong prefix in botan-1.10.pc
2348 #7826: Building of cdparanoia
2349 #7844: Lua with hard-float on MIPS by buildroot doesn't work
2350 #7874: X.org configure error
2351 #7941: glibc-2.20 fails to build for sparc-buildroot-linux-gnu
2352 #7951: gcc 4.9.2 fails to build for sparc-buildroot-linux-gnu
2353 #7961: Qt5 fails to build for xtensa-buildroot-linux-uclibc
2354 #7976: mkuser script fails with: user already exists with...
2355 #8011: When building only busybox and strace, strace fails...
2356 #8016: collectd fails to build, network.c:171:19: error:...
2357 #8041: error on building libcurl7.42.0
2359 2015.02, Released March 1st, 2015
2363 Updated/fixed packages: civetweb, ding-libs,
2364 directfb-examples, glibc, gnupg, gnupg2, gpm,
2365 gst-plugins-good, gst1-plugins-good, freetype, libao, libevas,
2366 libevent, libfribidi, libgcrypt, libgtk2, libshout, libsrtp,
2367 libtheora, libupnpp, libxmlrpc, linux, make, opus, pinentry,
2368 rpi-firmware, shared-mime-info, vlc, vorbis-tools,
2371 Removed packages: libgc
2373 2015.02-rc3, Released February 24th, 2015
2377 Cmake and rebar (erlang) infrastructure fixes.
2379 Updated/fixed packages: bind, btrfs-progs, busybox, e2fsprogs,
2380 evtest, ffmpeg, fltk, gnutls, i2c-tools, imagemagick, libxcb,
2381 make, mjpg-streamer, netsnmp, opentyrian, php, polarssl,
2382 qt5base, samba, samba4, sudo, util-linux, xserver_xorg-server
2384 2015.02-rc2, Released February 15th, 2015
2388 raspberrypi: fix kernel sha1 for DT variant.
2390 Updated/fixed packages: dbus, dvdauthor, git, libsemanage,
2391 libsepol, libssh2, mplayer, ntp, openvmtools, python3,
2392 qt5base, qt5connectivity, xserver_xorg-server
2394 2015.02-rc1, Released February 8th, 2015
2396 Fixes all over the tree and new features.
2398 Static/shared library handling reworked. This is now a
2399 tristate (shared only / shared and static / static
2400 only). Default is now shared only to speed up the
2401 build. BR2_PREFER_STATIC_LIB is now called BR2_STATIC_LIBS.
2403 The toolchain (internal and external) will now warn when an
2404 unsafe library or header path is used (such as /usr/include or
2405 /usr/lib). If BR2_COMPILER_PARANOID_UNSAFE_PATH is enabled
2406 under build options this instead becomes an error.
2408 A installation path issue with the internal musl toolchain
2409 support has been fixed so it is now possible to reuse it as an
2412 Architectures: Freescale E5500 and E6500 PowerPC support
2413 added, deprecated MIPS 1/2/3/4 support removed.
2415 New defconfigs: Freescale p2020ds, MIPS creator CI20,
2416 Raspberrypi with DT, UDOO Quad.
2418 'make <foo>_defconfig' now saves the path to the defconfig in
2419 the .config, so a 'make savedefconfig' automatically updates
2422 Infrastructure for packages using the Erland rebar tool has
2425 Hashes for a large number of packages have been added. Hashes
2426 are now checked for both target and host packages.
2428 The system menu now has an option to automatically configure a
2429 network interface through DHCP at bootup.
2431 The default filesystem skeleton now uses a separate tmpfs for
2432 /run instead of a symlink to /tmp/ for security reasons / to
2433 protect against conflicts with user generated temporary files.
2435 BR2_EXTERNAL is now exported to post-build and post-image
2438 New packages: bdwgc, benejson, blktrace, bootstrap, cgic,
2439 ding-libs, dvdauthor, ejabberd, erlang-goldrush, erlang-lager,
2440 erlang-p1-cache-tab, erlang-p1-iconv, erlang-p1-sip,
2441 erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
2442 erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml,
2443 erlang-p1-zlib, exiv2, freeradius-client, gengetopt, glmark2,
2444 gpu-amd-bin-mx51, guile, host-qemu, ifupdown, iperf3,
2445 janus-gateway, kodi, kodi-audioencoder-flac,
2446 kodi-audioencoder-lame, kodi-audioencoder-vorbis,
2447 kodi-audioencoder-wav, libcli, libiio, liblinear, libnice,
2448 libselinux, libsemanage, libserialport, libsigro,
2449 libsigrokdecode, libsrtp, liburiparser, libvips, libwebsock,
2450 libz160, libzip, lightning, mcelog, memtest86, mjpegtools,
2451 mjpg-streamer, mke2img, mpd-mpc, netsurf-buildsystem, odhcp6c,
2452 openldap, python-alsaaudio, python-certifi, python-cheetah,
2453 python-coherence, python-django, python-docopt, python-enum,
2454 python-enum34, python-flask, python-gobject, python-httplib2,
2455 python-ipaddr, python-itsdangerous, python-jinja,
2456 python-markdown, python-markupsafe, python-networkmanager,
2457 python-pam, python-psutil, python-pyftpdlib, python-pyinotify,
2458 python-pysendfile, python-pyxb, python-requests, python-six,
2459 python-twisted, python-webpy, python-werkzeug,
2460 python-zope-interface, qt5cinex, sigrok-cli, sofia-sip,
2461 start-stop-daemon, szip, triggerhappy, ustr, vnstat, xorriso,
2464 Removed packages (target): bison, distcc, gob2, m4
2466 Issues resolved (http://bugs.uclibc.org):
2468 #7556: make interactive CLI optional for nftables
2469 #7730: Error while connecting Qt Cretaor to device
2470 #7766: logrotate default gzip path is usually wrong
2471 #7790: Invalid ext4 image generated by Buildroot
2473 2014.11, Released December 1st, 2014
2477 Infrastructure: LD_LIBRARY_PATH handling tweak to ensure
2478 current working directory isn't searched.
2480 Updated/fixed packages: gd, gdb, libwebsockets, luajit, mono,
2481 parted, shairport-sync, util-linux, xapp_bdftopcf,
2484 2014.11-rc3, Released November 28th, 2014
2486 Fixes all over the tree.
2488 System: File permissions of /etc/random-seed made more
2491 Toolchain: Various fixes related to locale handling, a fix for
2492 building the toolchain wrapper on MIPS.
2494 Updated/fixed packages: bind, binutils. botan, btrfsprogs,
2495 clamav, czmq, dhcp, dillo, dovecot, erlang, flac, gd, glibc,
2496 gptfdisk, gst1-validate, heirloom-mailx, lame, libksba,
2497 libllcp, libnspr, libpng, libshairplay, libtirpc, linux,
2498 linux-headers, mpdecimal, mpg123, network-manager, nfstables,
2499 nfs-utils, openssl, pcituils, qt, radvd, rtai, sqlcipher,
2500 sstrip, tcpdump, uclibc, uemacs, ushare, wayland, weston,
2501 xl2tp, xserver_xorg-server
2503 Issues resolved (http://bugs.uclibc.org):
2505 #7670: Fails to build mpc-1.0.2 on latest Cygwin
2507 2014.11-rc2, Released November 21st, 2014
2509 Fixes all over the tree.
2511 Inittab tweaks for shutdown handling (busybox and sysvinit).
2513 Updated/fixed packages: aircrack-ng, botan, canfestival,
2514 clamav, coreutils, czmq, dbus, dovecot, duma, e2fsprogs,
2515 erlang, gcc, iputils, libcap, libgcrypt, libmemcached,
2516 libssh2, libunwind, libv4l, linux-headers, mesa3d-demos, mutt,
2517 mysql, ndisc6, nodejs, omniorb, perl-cross, php,
2518 python-tornado, python3, qemu, qt5base, qt5webkit, rpm,
2519 rt-tests, ruby, schifra, sdl_sound, shairport-sync, sysvinit,
2520 tstools, tzdata, wireshark, x264
2522 Issues resolved (http://bugs.uclibc.org):
2524 #7646: strftime on datetime not works on python3
2526 2014.11-rc1, Released November 12th, 2014
2528 Fixes all over the tree and new features.
2530 Toolchains: Use -mcpu / -march instead of -mtune. Support
2531 additional ARC and sparc variants. Updated Code sourcery
2532 and Linaro external toolchains.
2534 Defconfigs: Freescale iMX6DL SabreSD, Minnowboard MAX, QEMU
2535 powerpc64 pseries added and a number of updates to the
2536 existing configurations.
2538 Infrastructure: Buildroot is now less noisy when built with
2539 the silent option (make -s).
2540 A number of package infrastructure variables have been renamed
2541 from *_OPT to *_OPTS for constency. Buildroot will complain if
2542 the old names are used to assist in updating out of tree
2544 Fixes for host systems where bash isn't located in /bin, and
2545 older systems not supporting mktemp --tmpdir.
2546 Various cleanups of users/groups in the default skeleton.
2547 There is now an option to choose what shell /bin/sh points to.
2549 Documentation: Various updates to the user manual. The
2550 asciidoc documentation handling has now been extended so it
2551 can be used by (BR2_EXTERNAL) packages.
2553 Updated/fixed packages: acl, acpid, agentpp, aircrack-ng,
2554 alsa-lib, alsamixergui, alsa-utils, apitrace, apr, apr-util,
2555 argus, arptables, at, atftp, atk, attr, audiofile, aumix,
2556 automake, autossh, avahi, avrdude, axel, bandwidthd, bash,
2557 bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
2558 bluez_utils, bmon, boost, bootutils, bridge-utils,
2559 btrfs-progs, busybox, bwm-ng, bzip2, ca-certificates, cairo,
2560 ccache, ccid, ccrypt, cdrkit, cegui06, celt051, chrony,
2561 cifs-utils, civetweb, cjson, clapack, classpath, cloog, cmake,
2562 collectd, connman, copas, coreutils, coxpcall, cppcms, cppdb,
2563 cppzmq, cramfs, crda, cryptsetup, ctorrent, cups, cvs, cwiid,
2564 czmq, dash, dbus, dbus-cpp, dbus-glib, dbus-python, dejavu,
2565 dhcp, dhcpcd, dhcpdump, dialog, dillo, directfb, distcc,
2566 dmalloc, dmidecode, dmraid, dnsmasq, doc-asciidoc.mk,
2567 dosfstools, dropbear, dropwatch, dstat, dtach, dtc, dvbsnoop,
2568 e2fsprogs, ecryptfs-utils, ed, efl, eigen, elf2flt, elfutils,
2569 enlightenment, enscript, erlang, espeak, ethtool, eudev,
2570 evemu, evtest, exfat, exfat-utils, exim, expat, expect,
2571 explorercanvas, faifa, fakeroot, fan-ctrl, fbdump,
2572 fb-test-app, fetchmail, ffmpeg, file, filemq, findutils, flac,
2573 flann, flickcurl, flite, fltk, fluxbox, fmc, fmlib,
2574 fontconfig, foomatic-filters, freerdp, freescale-imx,
2575 freetype, ftop, fxload, gamin, gcc, gd, gdb, gdk-pixbuf,
2576 genimage, genpart, genromfs, geoip, gettext, giblib, git,
2577 glibc, glib-networking, gmp, gmpc, gnu-efi, gnupg, gnupg2,
2578 gnuplot, gnutls, google-breakpad, gpm, gpsd, gptfdisk,
2579 gpu-viv-bin-mx6q, grantlee, grep, gsl, gst1-libav,
2580 gst1-plugins-{bad,base,good,ugly}, gst-ffmpeg,
2581 gst-fsl-plugins, gst-omx, gst-plugins-{bad,base,good,ugly},
2582 gst-plugin-x170, gstreamer, gstreamer1, gtest, gtk2-engines,
2583 gutenprint, gvfs, harfbuzz, haserl, haveged, hdparm, heimdal,
2584 heirloom-mailx, hiawatha, hostapd, hplip, htop, httping,
2585 hwdata, i2c-tools, icu, ifplugd, igh-ethercat, imagemagick,
2586 imlib2, imx-lib, imx-vpu, inadyn, inotify-tools, input-tools,
2587 intltool, iperf, iproute2, iprutils, ipsec-tools, ipset,
2588 iptables, iputils, iw, jamvm, jansson, jasper, jimtcl, joe,
2589 jpeg-turbo, jq, jquery-keyboard, jquery-mobile, jquery-ui,
2590 jquery-ui-themes, jquery-validation, jsmin, json-c,
2591 json-javascript, kbd, kexec, kexec-lite, keyutils, kismet,
2592 kmod, knock, ktap, lame, lbase64, lbreakout2, lcdproc, lcms2,
2593 lesstif, lftp, libaio, libao, libarchive, libargtable2,
2594 libass, libassuan, libatasmart, libbluray, libbsd, libcap,
2595 libcap-ng, libcdio, libcec, libcgicc, libcgroup, libcofi,
2596 libconfig, libconfuse, libcurl, libdaemon, libdnet, libdrm,
2597 libdvdnav, libecore, libedbus, libedit, libedje, libeet,
2598 libelementary, libelf, libenca, libethumb, libevas,
2599 libevas-generic-loaders, libevent, libexif, libeXosip2,
2600 libffi, libftdi, libfuse, libgail, libgcrypt, libgeotiff,
2601 libglade, libglib2, libgpgme, libgtk2, libhid, libidn,
2602 libinput, libiscsi, libjson, libksba, liblockfile,
2603 liblog4c-localtime, liblogging, libmad, libmatroska, libmbim,
2604 libmemcached, libmicrohttpd, libmpdclient, libmpeg2, libndp,
2605 libnfc, libnfs, libnftnl, libnl, libnspr, libnss, liboauth,
2606 libogg, liboping, libosip2, libpcap, libpciaccess, libpfm4,
2607 libplayer, libplist, libpng, libpthsem, libqmi, libqrencode,
2608 libraw, libreplaygain, libroxml, librsvg, librtlsdr,
2609 libsamplerate, libseccomp, libsecret, libshairplay, libsoc,
2610 libsoup, libsoxr, libssh2, libstrophe, libsvg, libsvg-cairo,
2611 libtasn1, libtheora, libtirpc, libtorrent, libubox, libuci,
2612 libungif, liburcu, libusb, libuv, libv4l, libva,
2613 libva-intel-driver, libvncserver, libvorbis, libvpx,
2614 libwebsockets, libxcb, libxml2, libxml-parser-perl, libxmlrpc,
2615 libxslt, lighttpd, linenoise, linknx, links, linphone,
2616 linux-firmware, linux-fusion, linux-headers, linux-pam,
2617 linux-zigbee, lite, live555, ljlinenoise, lmbench, lm-sensors,
2618 localedef, lockdev, lockfile-progs, log4cxx, lpty, lrandom,
2619 lrzsz, lshw, lsof, lsqlite3, ltp-testsuite, ltrace, ltris,
2620 lttng-babeltrace, lttng-libust, lttng-modules, lttng-tools,
2621 lua, luabitop, lua-coat, lua-coatpersistent, lua-csnappy,
2622 lua-ev, luajit, luajson, lualogging, lua-messagepack,
2623 lua-msgpack-native, luaposix, luarocks, luasec, luasocket,
2624 luasql-sqlite3, lua-testmore, lunit, lvm2, lxc, lz4, lzlib,
2625 lzma, m4, madplay, make, makedevs, Makefile.in,
2626 matchbox-common, matchbox-desktop, matchbox-fakekey,
2627 matchbox-keyboard, matchbox-lib, matchbox-panel,
2628 matchbox-startup-monitor, matchbox-wm, mcrypt, mdadm,
2629 media-ctl, mediastreamer, memcached, memstat, memtester,
2630 mesa3d, metacity, midori, mii-diag, minidlna, mmc-utils,
2631 modem-manager, mongoose, mongrel2, monit, mpc, mpd, mpdecimal,
2632 mpfr, mpg123, mplayer, mrouted, msmtp, mtd, mtools, mtr,
2633 musepack, musl, mutt, mxml, mysql, nano, nanocom, nbd, ncftp,
2634 ncurses, ndisc6, ne10, neard, neon, netatalk, netperf,
2635 netsnmp, nettle, net-tools, network-manager, newt, nfs-utils,
2636 ngrep, nmap, nodejs, nss-mdns, ntfs-3g, ntp, numactl, nut,
2637 nuttcp, ofono, ola, omap-u-boot-utils, omniorb,
2638 on2-8170-modules, opencore-amr, opencv, openntpd, openobex,
2639 openocd, openpowerlink, openssh, openssl, openswan,
2640 opentyrian, opentyrian-data, openvpn, opkg, oprofile, opus,
2641 opus-tools, orbit, orc, ortp, p11-kit, pango, parted,
2642 pciutils, pcmanfm, pcre, pcsc-lite, perf, perl, perl-gd,
2643 perl-gdgraph, perl-io-socket-ssl, perl-json-tiny,
2644 perl-module-build, perl-mojolicious, perl-net-ssleay,
2645 perl-path-tiny, perl-xml-libxml, perl-xml-parser, php,
2646 php-geoip, php-gnupg, php-imagick, php-memcached, php-ssh2,
2647 php-yaml, php-zmq, picocom, pifmrds, pinentry, pixman,
2648 pkg-autotools.mk, pkg-cmake.mk, pkg-download.mk,
2649 pkg-generic.mk, pkg-kconfig.mk, pkg-luarocks.mk, pkg-perl.mk,
2650 pkg-python.mk, pkg-utils.mk, poco, polarssl, polkit, poppler,
2651 popt, portaudio, portmap, postgresql, powerpc-utils, pppd,
2652 pptp-linux, prboom, procps-ng, proftpd, protobuf, protobuf-c,
2653 psmisc, ptpd2, pulseaudio, pv, pwgen, python, python3,
2654 python-dialog, python-ipy, python-keyring, python-mad,
2655 python-netifaces, python-numpy, python-protobuf, python-pyasn,
2656 python-pyparsing, python-pyro, python-pyusb, python-serial,
2657 python-setuptools, qdecoder, qemu, qextserialport, qjson, qt,
2658 qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio,
2659 qt5graphicaleffects, qt5imageformats, qt5multimedia,
2660 qt5quick1, qt5quickcontrols, qt5script, qt5sensors,
2661 qt5serialport, qt5svg, qt5webkit, qt5webkit-examples,
2662 qt5websockets, qt5x11extras, qt5xmlpatterns, qtuio, quagga,
2663 quota, qwt, radvd, rapidjson, rdesktop, redis, rings, rpcbind,
2664 rpi-firmware, rpi-userland, rpm, rp-pppoe, rrdtool,
2665 rsh-redone, rsync, rsyslog, rtai, rtmpdump, rt-tests, rubix,
2666 ruby, samba, sam-ba, samba4, sane-backends, schifra,
2667 sconeserver, scons, screen, sdl, sdl_gfx, sdl_image,
2668 sdl_mixer, sdl_net, sdl_sound, sdl_ttf, sed, ser2net,
2669 setserial, sg3_utils, shared-mime-info, simicsfs, sispmctl,
2670 slang, slirp, smcroute, smstools3, snmppp,
2671 snowball-hdmiservice, socat, socketcand, sox, spawn-fcgi,
2672 speex, spice, spice-protocol, sqlcipher, sqlite, squashfs,
2673 squid, sredird, startup-notification, strace, stress,
2674 strongswan, stunnel, subversion, sudo, sunxi-boards,
2675 sunxi-cedarx, swig, sylpheed, synergy, sysklogd, sysstat,
2676 systemd, sysvinit, taglib, tar, tcl, tcllib, tcpdump,
2677 tcpreplay, texinfo, tftpd, thrift, thttpd, tiff, ti-utils,
2678 tn5250, torsmo, trace-cmd, transmission, tslib, tstools,
2679 tvheadend, twolame, tz, uboot-tools, uclibc, udisks, ulogd,
2680 upmpdcli, upx, urg, usb_modeswitch, usbmount, usbredir,
2681 usbutils, util-linux, valgrind, vde2, vim, vlc, vo-aacenc,
2682 vorbis-tools, vpnc, vsftpd, vtun, wayland, webkit, webp,
2683 webrtc-audio-processing, weston, wget, whois, wireless-regdb,
2684 wireshark, wpa_supplicant, wvstreams, x11r7, x11vnc,
2685 xapp_xcalc, xapp_xdm, xapp_xdpyinfo, xapp_xf86dga, xapp_xfs,
2686 xapp_xinit, xapp_xkbevd, xapp_xmh, xapp_xrandr, xapp_xsm,
2687 xbmc, xbmc-pvr-addons, xcb-proto, xcursor-transparent-theme,
2688 xdriver_xf86-input-mouse, xdriver_xf86-video-{ast,intel},
2689 xdriver_xf86-video-vmware, xenomai, xerces,
2690 xfont_font-adobe-{100,75}dpi,
2691 xfont_font-adobe-utopia-{100dpi,75dpi,type1},
2692 xfont_font-alias, xfont_font-arabic-misc,
2693 xfont_font-bh-100dpi, xfont_font-bh-75dpi,
2694 xfont_font-bh-lucidatypewriter-100dpi,
2695 xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf,
2696 xfont_font-bh-type1, xfont_font-bitstream-100dpi,
2697 xfont_font-bitstream-75dpi, xfont_font-bitstream-type1,
2698 xfont_font-cronyx-cyrillic, xfont_font-cursor-misc,
2699 xfont_font-daewoo-misc, xfont_font-dec-misc,
2700 xfont_font-ibm-type1, xfont_font-isas-misc,
2701 xfont_font-jis-misc, xfont_font-micro-misc,
2702 xfont_font-misc-cyrillic, xfont_font-misc-ethiopic,
2703 xfont_font-misc-meltho, xfont_font-misc-misc,
2704 xfont_font-mutt-misc, xfont_font-schumacher-misc,
2705 xfont_font-screen-cyrillic, xfont_font-sony-misc,
2706 xfont_font-sun-misc, xfont_font-winitzki-cyrillic,
2707 xfont_font-xfree86-type1, xfsprogs, xinetd, xkeyboard-config,
2708 xlib_libdmx, xlib_libFS, xlib_libpciaccess, xlib_libSM,
2709 xlib_libX11, xlib_libXaw, xlib_libXext, xlib_libXfont,
2710 xlib_libXi, xlib_libXinerama, xlib_libXrandr, xlib_libXrender,
2711 xlib_libXres, xlib_libXScrnSaver, xlib_libXt, xlib_libXv,
2712 xlib_libXvMC, xlib_libXxf86dga, xlib_libXxf86vm, xmlstarlet,
2713 xproto_xcmiscproto, xproto_xextproto, xscreensaver,
2714 xserver_xorg-server, xterm, xz, zeromq, zlib, zlog, zmqpp,
2717 New packages: adwaita-icon-theme, am335x-pru-package,
2718 bcache-tools, biosdevname, botan, canfestival, clamav,
2719 cppunit, dos2unix, dovecot, dovecot-pigeonhole, getent, glm,
2720 gst1-validate, hicolor-icon-theme, ipmitool, leafnode2,
2721 libdvbcsa, libgtk3, libphidget, libshout, libunistring,
2722 libupnpp, mesa3d-demos, modplugtools, mono, monolite, mp4v2,
2723 netcat-openbsd, nginx, odhcploc, openvmtools,
2724 phidgetwebservice, pps-tools, pure-ftpd,
2725 python-configshell-fb, python-rtslib-fb, python-urwid, qlibc,
2726 qt5location, shairport-sync, spidev_test, targetcli-fb,
2727 tinyalsa, trinity, x264, yaml-cpp, ympd
2729 Removed packages: libelf
2731 Issues resolved (http://bugs.uclibc.org):
2733 #261: New package: wxWidgets
2734 #325: New package: ratpoison
2735 #405: New package: OpenVZ tools
2736 #1309: New package: rdiff-backup
2737 #3427: New package: nginx
2738 #3655: New package: libav
2739 #3991: New Package: open-vm-tools (Vmware Tools)
2740 #6878: dmraid: disabled on ARC
2741 #6950: Full unicode support in ncurses
2742 #7010: jamvm builds and runs fine under mips (be)
2743 #7088: elfutils on Blackfin doesn't build
2744 #7142: ecryptfs needs getent to run
2745 #7280: CMake toolchain file uses the FORCE attribute on CMAKE_CXX_FLAGS
2746 #7346: [2014.08rc3] vim-8ae50e3ef8bf.tar.gz can not be downloaded, ...
2747 #7352: [2014.08-rc3] diffutils-3.3 failed on building
2748 #7358: rpi-userland: linking with bcm_host doesn't give vc_dispmanx_*
2749 #7364: monit builds a static application, even though BR2_PREFER_...
2750 #7370: ngrep - requires --with-pcap-includes fully defined to find...
2751 #7442: rootfs remount does not work as expected with sysvinit
2752 #7448: Having export MACHINE="something" breaks glibc build on IMX6...
2753 #7568: musl buildroot-toolchain does not put libgcc_s.so.1 into place
2754 #7574: quota-4.01 fails to build statically
2756 2014.08, Released September 1st, 2014
2758 Minor manual fixes/additions.
2760 Updated/fixed packages: btrfs-progs, cmake, cppcms, exim,
2761 lftp, libdaemon, libev, libgpgme, libiqrf, libnl, libplist,
2762 libroxml, libwebsockets, mesa3d, mpd, mtdev2tuio, musepack,
2763 perl-gd, php-geoip, php-gnupg, php-imagick, php-memcached,
2764 php-ssh2, php-yaml, php-zmq, polarssl, ruby, systemd, taglib,
2765 uboot-tools, upmpdcli, webkit, xapp_xfs, xapp_luit,
2768 Issues resolved (http://bugs.uclibc.org):
2770 #7346: vim-8ae50e3ef8bf.tar.gz can not be downloaded, 404 not found
2772 2014.08-rc3, Released August 26th, 2014
2776 User manual update / restructuring.
2778 Updated/fixed packages: cairo, ecryptfs-utils, gettext,
2779 gstreamer, gstreamer1, gutenprint, icu, imagemagick, jack2,
2780 lbreakout2, libevas-generic-loaders, libftdi, libinput,
2781 libtorrent, ltris, msgpack, ntp, php, procps-ng, pulseaudio,
2782 thrift, tvheadend, usb_modeswitch, xmlstarlet,
2784 Issues resolved (http://bugs.uclibc.org):
2786 #7136: ecryptfs-utils needs gettext to run when glibc/eglibc...
2787 #7322: libgomp dependency issue with imagemagick
2788 #7328: Git dl of versions in x/y broken
2790 2014.08-rc2, Released August 18th, 2014
2792 Fixes all over the tree.
2794 User manual restructured / reworked.
2796 Toolchain: Fix for C++ exceptions / pthread_exit() on
2797 uClibc/glibc, C++-11 features with uClibc.
2799 Updated/fixed packages: bandwidthd, bluez5_utils, empty,
2800 espeak, fbv, ffmpeg, gd, gnupg2, gst1-plugin-good, iftop,
2801 infozip, libcuefile, libeml, libnftl, localedef, ltrace,
2802 matchbox, mpd, network-manager, nftables, ngrep, nut, openssl,
2803 oprofile, perl, perl-net-ssleay, postgresql, pppd, procps-ng,
2804 qt, subversion, synergy, systemd, tar, tftpd, webkit,
2805 xapp_rstart, xbmc, xbmc-pvr-addons
2807 Issues resolved (http://bugs.uclibc.org):
2809 #7124: Use BR toolchain externally results a non-bootable...
2810 #7208: Glibc C++ aplications crash if they use exceptions
2811 #7250: Cannot build with -std=c++11
2812 #7262: Generating locale en_US.UTF-8 fails on 64bit fedora..
2813 #7286: systemd 215 doesn't build
2815 2014.08-rc1, Released August 8th, 2014
2817 Fixes all over the tree and new features.
2819 Architecture: Powerpc64 BE/LE added, AVR32 deprecated.
2820 Improved altivec / SPE /atomic instructions
2821 handling. Additional PowerPC CPU variants added.
2823 Defconfigs: Atmel SAMA5D3, Congatec QMX6, Lego ev3, TS-5x00,
2824 qemu-system-xtensa, qemu-aarch64-virt added. A number of
2825 tweaks to existing ones. lpc32xx defconfigs removed.
2827 Toolchain: Microblaze support for internal musl toolchain.
2828 Default to GCC 4.8 for internal toolchain, remove deprecated
2829 4.3 and 4.6 versions.
2830 External CodeSourcery / Linaro toolchain updates, option to
2831 copy gconv libraries for external toolchains.
2833 Infrastructure: graph-depends: misc fixes, transitive
2834 dependencies are not drawn by default. Download handling is
2835 now done using helper scripts. Integrity of downloads can now
2836 be verified using sha* hashes. Subversion download now uses
2837 peg revisions for robustness.
2838 Legal-info: License info of local or overridden packages are
2839 saved as well. Toolchain packages are also taken into account.
2840 autotools: Static linking with libtool / v1.5 improvements.
2841 Gettextize support, similar to autoreconf.
2842 kconfig package infrastructure added.
2844 Misc: Version selection for busybox dropped.
2846 Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils,
2847 alsamixergui, argus, armadillo, at, atftp, atk, avahi,
2848 avrdude, axel, b43-firmware, b43-fwcutter, bandwidthd, bc,
2849 bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
2850 bmon, boa, bonnie, bootutils, bsdiff, btrfs-progs, bustle,
2851 busybox, bwm-ng, bzip2, ca-certificates, cairo, can-utils,
2852 ccache, ccrypt, chrony, cifs-utils, classpath, cloog, cmake,
2853 collectd, connman, coreutils, cosmo, cppcms, cramfs, crda,
2854 cryptodev-linux, cryptodev, ctorrent, cvs, dbus-cpp,
2855 dbus-glib, dbus-python, dbus, dcron, dejavu, devmem2,
2856 dfu-util, dhcp, dhcpcd, dhcpdump, dhrystone, dialog, dillo,
2857 distcc, dmidecode, dmraid, dnsmasq, doom-wad, dropbear,
2858 dropwatch, dsp-tools, dtv-scan-tables, dvb-apps, e2fsprogs,
2859 e2tools, eeprog, eigen, elf2flt, elftosb, enlightenment,
2860 enscript, espeak, ethtool, eudev, evemu, exim, expedite,
2861 explorercanvas, ezxml, faifa, fan-ctrl, fconfig, feh,
2862 fetchmail, ffmpeg, fftw, file, fio, fis, flann, flashrom,
2863 flex, flot, fltk, fontconfig, freerdp, freescale-imx,
2864 freetype, ftop, gcc, gd, gdb, genimage, genromfs, gettext,
2865 giblib, glib-networking, glibc, gmp, gnupg, gnutls, gpm, gpsd,
2866 gptfdisk, gpu-viv-bin-imx6q, gqview, grantlee, gst-ffmpeg,
2867 gst-fsl-plugins, gst1-libav, gst1-plugins-bad,
2868 gst1-plugins-ugly, gtk2-engines, gtk2-theme-hicolor, gtkperf,
2869 gvfs, haserl, hdparm, hostapd, httping, i2c-tools, icu,
2870 imagemagick, imx-lib, inadyn, inotify-tools, input-tools,
2871 ipkg, iproute2, iputils, irda-utils, iw, jack2, jpeg, jquery,
2872 jquery-keyboard, jquery-mobile, jquery-validation, jsmin, kbd,
2873 kexec, kmod, knock, latencytop, lcdapi, leafpad, lesstif,
2874 lftp, libaio, libarchive, libargtable2, libart, libatasmart,
2875 libatomic_ops, libbsd, libcap-ng, libcec, libcgicc, libcgroup,
2876 libconfuse, libcurl, libdrm, libdvdnav, libdvdread,
2877 libeXosip2, libedit, liberation, libesmtp, libev, libevas,
2878 libevdev, libevent, libfcgi, libffi, libfreefare, libfslcodec,
2879 libfslparser, libfslvpuwrap, libgail, libgcrypt, libglade,
2880 libglib2, libgpgme, libgtk2, libhid, libical, libiconv,
2881 libiqrf, libjpeg, liblog4c-localtime, libmbus, libmicrohttpd,
2882 libmms, libndp, libnftnl, libnl, libnspr, libnss, liboauth,
2883 libpcap, libpng, libpthsem, libqmi, libraw, libraw1394,
2884 librsvg, libsoc, libsoup, libsvgtiny, libsysfs, libtasn1,
2885 libtirpc, libtorrent, libusb, libv4l, libwebsockets, libxcb,
2886 libxml2, libyaml, links, linux-firmware, linux-fusion,
2887 linux-headers, linux-pam, lite, live555, lm-sensors,
2888 lockfile-progs, lpc3250loader, lshw, lsof, lsuio, ltrace,
2889 ltris, lua-messagepack, luainterpreter, luajit, luaposix,
2890 luarocks, lvm2, lxc, lz4, lzo, make, makedevs, mdadm,
2891 mediastreamer, mesa3d, metacity, minidlna, mkpasswd,
2892 modem-manager, mongoose, mpd, mpg123, msgpack, mtd, mtools,
2893 mtr, musepack, musl, mysql, nano, nasm, nbd, ncurses, ndisc6,
2894 netatalk, netplug, network-manager, nftables, ngircd, nodejs,
2895 nss-mdns, ntp, nut, olsr, open2300, opencv, openntpd, openocd,
2896 openpgm, openpowerlink, openssh, openssl, openswan, openvpn,
2897 opkg, oprofile, opus-tools, orc, p910nd, pango, parted,
2898 pax-utils, pcmanfm, perf, perl, perl-module-build, php,
2899 pixman, pkgconf, poco, polarssl, popt, portmap, postgresql,
2900 prboom, protobuf-c, proxychains-ng, psmisc, psplash, ptpd2,
2902 python-{bottle,dpkt,id3,mad,msgpack,nfc,pygame,pyzmq,simplejson},
2903 python3, qhull, qt, qt5base, qt5connectivity, qt5declarative,
2904 qt5graphicaleffects, qt5multimedia, qt5quickcontrols,
2905 qt5sensors, qt5svg, qt5webkit, quagga, quota, radvd, rdesktop,
2906 read-edid, rpcbind, rpi-firmware, rpi-userland, rpm,
2907 rsh-redone, rsync, rt-tests, rtmpdump, rtorrent, rubix, ruby,
2908 samba, samba4, sane-backends, sawman, sconeserver, setserial,
2909 sg3_utils, shared-mime-info, smartmontools, smcroute, snappy,
2910 socketcand, spawn-fcgi, sqlite, squashfs, squid, sredird,
2911 startup-notification, statserial, strongswan, stunnel,
2912 sunxi-mali, supervisor, synergy, sysklogd, sysprof, sysstat,
2913 systemd, tcpdump, tcpreplay, texinfo, thrift, thttpd, ti-gfx,
2914 ti-utils, tinyhttpd, torsmo, trace-cmd, transmission, tslib,
2915 tstools, tvheadend, tzdata, uboot-tools, uclibc, udev,
2916 udpcast, usb_modeswitch, usbmount, util-linux, valgrind, vim,
2917 vlc, w_scan, wayland, webrtc-audio-processing, weston, wget,
2918 wireless-regdb, wireless_tools, wireshark, wpa_supplicant,
2919 xapp_{twm,xconsole,xcursorgen,xedit,xfs,xinit,xrandr},
2920 xdriver_xf86-video-intel, xlib_lib{FS,ICE,Xext,Xfont,Xft,Xi},
2921 xproto_fontsproto, xproto_inputproto, xserver_xorg-server,
2922 x11vnc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons, xterm, xvkbd,
2925 New packages: flickcurl, fmc, fmlib, geoip, gnupg2,
2926 google-breakpad, imx-vpu, isl, kexec-lite, libglew, libglu,
2927 libinput, libksba, libmemcached, libmpdclient, librtlsdr,
2928 libuv, libva, libva-intel-driver, linux-zigbee, memcached,
2929 mpdecimal, ncmpc, opencore-amr, patchelf, perl-datetime-tiny,
2930 perl-gd, perl-gdgraph, perl-gdtextutil, perl-io-socket-ssl,
2931 perl-json-tiny, perl-mojolicious, perl-net-ssleay,
2932 perl-path-tiny, perl-try-tiny, perl-xml-libxml,
2933 perl-xml-namespacesupport, perl-xml-sax, perl-xml-sax-base,
2934 php-geoip, php-memcached, pifmrds, pinentry, powerpc-utils,
2935 procps-ng, pwgen, python-cffi, python-daemon, python-flup,
2936 python-ipython, python-numpy, qt5enginio, qt5webkit-examples,
2937 qt5websockets, simicsfs, sispmctl, sox, sshpass, tclap,
2938 twolame, upmpdcli, whois, xlib_libxshmfence, xproto_dri3proto
2940 Removed packages: procps
2942 Issues resolved (http://bugs.uclibc.org):
2944 #5750: Doing a Buildroot build from /usr doesn't work
2945 #5900: config flags to the Xenomai build system
2946 #6230: Cannot compile gcc without threads (uClibc-based)
2947 #6626: procps Unknown HZ value! (XX) Assume 100
2948 #7118: Package "thrift" requires atomic operations
2949 #7154: Local uClibc config file gets overwritten using ...
2950 #7160: host-xz not built
2951 #7166: hostapd: segfault when using RT5370
2952 #7172: Name collision of rpath token expansion and internal..
2953 #7178: NTPd package cannot sync time without a proper ntp.conf
2954 #7184: supervisord depends on libxml2 implicitly
2955 #7196: Unable to build on UBUNTU13.10
2956 #7268: python 2.7 compilation issue on a Debian/Ubuntu ...
2958 2014.05, Released May 31st, 2014
2962 Minor manual fixes. U-Boot now defaults to spl/u-boot-spl.bin
2965 Updated/fixed packages: exim, glibc, gnutls, libfribidi,
2966 qt5base, qt5webkit, sysklogd, thrift, u-boot
2968 2014.05-rc3, Released May 28th, 2014
2972 Updated/fixed packages: acl, attr, connman, dosfstools,
2973 dropbear, dvb-apps, exim, flite, gdb, httping, hwdata,
2974 lesstif, libnss, libv4l, lttng-babeltrace, midori, monit,
2975 mplayer, php, python2, rdesktop, rpi-userland, ruby, samba,
2978 Issues resolved (http://bugs.uclibc.org):
2980 #7100: license info for package 'acl' missing
2981 #7106: license info for package 'attr' missing
2982 #7112: license info for package 'hwdata'
2984 2014.05-rc2, Released May 21st, 2014
2986 Fixes all over the tree.
2988 Stripping using sstrip has been deprecated.
2990 BR2_EXTERNAL can now also be used to implement custom
2993 The newly added BR2_GRAPH_DEPTH variable to limit the depth of
2994 the generated dependency graph has been renamed to
2995 BR2_GRAPH_DEPS_OPTS, so additional options can be supported in
2998 The virtual package infrastructure will now error out early
2999 if multiple packages providing the same virtual package has
3000 been enabled (E.G. opengl). This change requires that the
3001 packages explicitly declare what virtual package(s) they
3004 Updated/fixed packages: acpid, armadillo, avahi, bellagio,
3005 btrfs-progs, cairo, clapack, directfb, duma, ecryptfs-utils,
3006 elfutils, eudev, fbgrab, fio, flann, fluxbox, gdb, gpm,
3007 gpu-viv-bin-mx6q, gst1-plugins-good, gst-plugins-good,
3008 imagemagick, iprutils, ipsec-tools, jack2, libdvdnav,
3009 libdvdread, libnss, libunwind, linux-headers, lsof, lua,
3010 luajit, matchbox-keyboard, mesa3d, mpd, mplayer, mtr, mysql,
3011 netsnmp, nodejs, openpowerlink, openvpn, pciutils,
3012 php-imagick, postgresql, pulseaudio, qt5quick1, rpi-userland,
3013 rsyslog, samba, samba4, sane-backends, sunxi-mali, systemd,
3014 ti-gfx, tstools, udev, webkit, wpa_supplicant, xbmc,
3015 xlib_libXpm, xserver_xorg-server, zyre
3017 Issues resolved (http://bugs.uclibc.org):
3019 #5396: Boot hangs when starting samba if BR2_ENABLE_LOCALE...
3020 #7016: Git issues in resulting buildroot tar
3021 #7094: pciutils doesn't build on Blackfin
3023 2014.05-rc1, Released May 13th, 2014
3025 Fixes all over the tree and new features.
3027 Architectures: Support for MIPS o32 ABI on MIPS-64 targets has
3028 been removed. Building o32 ELF files for MIPS64 is an exotic
3029 configuration that nobody should be using. If o32 is required,
3030 then is better if it's built for MIPS 32-bit cores so only
3031 32-bit instructions will be used leading to a more efficient
3033 Support for the ARM A12 variant and Intel corei7.
3035 Configs: Minnowboard and Altera SoCkit added, QEMU updates.
3037 Bootloaders: Grub2 and gummiboot support, syslinux support
3040 Toolchains: GCC 4.9. Glibc 2.19. Support for the musl C
3041 library for internal and external toolchains. 4.8-R3 support
3042 for ARC, Internal toolchain support for Aarch64 and
3043 Microblaze. Environment variable to control debug output of
3044 toolchain wrapper renamed to BR2_DEBUG_WRAPPER to match the
3045 other variables. Toolchain tuple vendor name can now be
3046 customized. Updated external Linaro ARM/Aarch64
3047 toolchains. Added external Linaro ARMEB toolchain.
3048 A GDB gdbinit file is now generated for external toolchains to
3049 automatically set the correct sysroot.
3051 Kconfig handling for minimum kernel headers version required
3052 for packages. Now packages needing specific kernel header
3053 features can specify these requirements in Kconfig.
3055 Infrastructure: Support for (but disabled as it leads to
3056 unreproducible builds) toplevel parallel builds. See the
3057 comment at the top of Makefile for details about how to enable
3058 it and what the problems are if you want to test it.
3059 Python package infrastructure extended to support Python 3.x
3060 Perl and virtual package infrastructure support added.
3061 PRE_*_HOOKS support for all build steps.
3063 Updated/fixed packages: acpid, agentpp, aiccu, apr, avahi,
3064 barebox, bash, beecrypt, bellagio, binutils, boost,
3065 boot-wrapper-aarch64, bustle, busybox, ca-certificates, cairo,
3066 ccache, ccid, cgilua, chrony, cifs-utils, civetweb, cmake,
3067 collectd, connman, coreutils, coxpcall, cppcms, cppzmq, crda,
3068 cryptodev, cryptsetup, cups, czmq, dbus, dhcpdump, directfb,
3069 dmalloc, dmraid, dnsmasq, dosfstools, dsp-tools, dtc,
3070 dvb-apps, ebtables, ecryptfs-utils, eigen, erlang, ethtool,
3071 evemu, evtest, f2fs-tools, fdk-aac, feh, ffmpeg, file, filemq,
3072 flac, flot, fmtools, fping, freetype, fswebcam, gcc, gd, gdb,
3073 gettext, giblib, git, glibc, glibmm, glib-networking, gmp,
3074 gnutls, gpm, gpsd, gpu-viv-bin-mx6q, grep, gst1-libav,
3075 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
3076 gst1-plugins-ugly, gst-ffmpeg, gst-fsl-plugins, gst-omx,
3077 gst-plugins-good, gstreamer1, gvfs, harfbuzz, haveged,
3078 hostapd, htop, httping, ifplugd, iftop, igmpproxy,
3079 imagemagick, imlib2, imx-lib, infozip, intltool, iproute2,
3080 ipsec-tools, ipset, jansson, jpeg, jpeg-turbo, jquery,
3081 jquery-keyboard, jquery-ui, jquery-ui-themes, json-glib,
3082 json-javascript, kexec, kmod, lame, lbase64, lbreakout2,
3083 lcdproc, lftp, libao, libatasmart, libatomic_ops, libcap,
3084 libcdio, libcec, libcgicc, libcgroup, libcurl, libdrm,
3085 libdvdnav, libdvdread, libegl, libeio, libenca, libesmtp,
3086 libevas, libevdev, libfribidi, libfslcodec, libfslparser,
3087 libfslvpuwrap, libgail, libgles, libglib2, libgtk2, libhid,
3088 libjpeg, libmbim, libmicrohttpd, libmodplug, libnftnl,
3089 libnspr, libogg, libopenmax, libopenvg, libpcap, libplayer,
3090 libpng, libpthread-stubs, librsvg, libsigsegv, libsocketcan,
3091 libsoup, libtasn1, libtool, libtpl, libunwind, liburcu,
3092 libusb, libwebsockets, libxcb, libxml2, libxmlpp, libyaml,
3093 lighttpd, linphone, linux-firmware, linux-headers, ljsyscall,
3094 lmbench, lsof, ltp-testsuite, ltris, lttng-babeltrace,
3095 lttng-libust, lttng-modules, lttng-tools, lua, lua-cjson,
3096 luacrypto, lua-ev, luaexpat, luaexpatutils, luafilesystem,
3097 luainterpreter, luajit, lua-msgpack-native, luaposix,
3098 luarocks, luasec, luasocket, luasql-sqlite3, lvm2, macchanger,
3099 memstat, mesa3d, metacity, minidlna, mmc-utils,
3100 mobile-broadband-provider-info, modem-manager, mongrel2,
3101 monit, mpd, mplayer, msmtp, mtd, mtools, mutt, mysql, nasm,
3102 ncurses, ne10, netatalk, netsnmp, nettle, network-manager,
3103 newt, nfs-utils, nmap, nodejs, ntfs-3g, ntp, nut, ofono, ola,
3104 olsr, omniorb, opencv, opengl, openpgm, openssh, openssl,
3105 openswan, openvpn, orbit, orc, p11-kit, pango, parted,
3106 pciutils, pcre, pcsc-lite, perf, perl, perl-xml-parser, php,
3107 picocom, pixman, pkgconf, poppler, popt, portmap, powervr,
3108 pppd, pptp-linux, proftpd, protobuf, protobuf-c, ptpd2,
3109 pulseaudio, python, python3, python-bottle, python-m2crypto,
3110 python-netifaces, python-pyasn, python-pycrypto,
3111 python-pygame, python-pysnmp, python-pysnmp-apps,
3112 python-pysnmp-mibs, python-serial, python-setuptools,
3113 qextserialport, qt, qt5, qt5base, qt5connectivity,
3114 qt5declarative, qt5graphicaleffects, qt5imageformats,
3115 qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
3116 qt5sensors, qt5serialport, qt5svg, qt5webkit, qt5x11extras,
3117 qt5xmlpatterns, qtuio, qwt, radvd, readline, rings,
3118 rpi-firmware, rpi-userland, rsh-redone, rsync, rsyslog, rtai,
3119 rtmpdump, rt-tests, ruby, samba, sconeserver, scons, sdl,
3120 sdl_image, sdl_mixer, sg3_utils, slang, smstools3, snmppp,
3121 socat, speex, sqlcipher, sqlite, squashfs, squid, strongswan,
3122 stunnel, sunxi-boards, sunxi-mali, sunxi-tools, sylpheed,
3123 syslinux, sysstat, systemd, taglib, tcl, tcllib, tcpreplay,
3124 tidsp-binaries, ti-gfx, tmux, tvheadend, tzdata, uboot,
3125 uboot-tools, uclibc, udev, udisks, ulogd, usb_modeswitch,
3126 usb_modeswitch_data, usbmount, util-linux, valgrind, vlc,
3127 webkit, weston, wget, wireshark, wpa_supplicant, wsapi,
3128 w_scan, xapp_appres, xapp_bdftopcf, xapp_beforelight,
3129 xapp_bitmap, xapp_editres, xapp_fslsfonts, xapp_fstobdf,
3130 xapp_iceauth, xapp_ico, xapp_mkfontscale, xapp_rgb,
3131 xapp_rstart, xapp_sessreg, xapp_showfont, xapp_twm,
3132 xapp_viewres, xapp_xauth, xapp_xbacklight, xapp_xcalc,
3133 xapp_xclock, xapp_xditview, xapp_xdpyinfo, xapp_xdriinfo,
3134 xapp_xev, xapp_xfd, xapp_xfontsel, xapp_xfs, xapp_xfsinfo,
3135 xapp_xgc, xapp_xhost, xapp_xinit, xapp_xkbutils, xapp_xkill,
3136 xapp_xload, xapp_xlsclients, xapp_xlsfonts, xapp_xmag,
3137 xapp_xman, xapp_xmessage, xapp_xmodmap, xapp_xprop,
3138 xapp_xrandr, xapp_xrdb, xapp_xrefresh, xapp_xset,
3139 xapp_xsetroot, xapp_xsm, xapp_xstdcmap, xapp_xvidtune,
3140 xapp_xvinfo, xapp_xwd, xapp_xwininfo, xcb-util-wm,
3141 xdriver_xf86-input-evdev, xdriver_xf86-input-joystick,
3142 xdriver_xf86-input-keyboard, xdriver_xf86-input-mouse,
3143 xdriver_xf86-input-synaptics, xdriver_xf86-input-vmmouse,
3144 xdriver_xf86-video-ark, xdriver_xf86-video-ast,
3145 xdriver_xf86-video-ati, xdriver_xf86-video-cirrus,
3146 xdriver_xf86-video-dummy, xdriver_xf86-video-fbdev,
3147 xdriver_xf86-video-geode, xdriver_xf86-video-glide,
3148 xdriver_xf86-video-glint, xdriver_xf86-video-i128,
3149 xdriver_xf86-video-intel, xdriver_xf86-video-mach64,
3150 xdriver_xf86-video-mga, xdriver_xf86-video-neomagic,
3151 xdriver_xf86-video-newport, xdriver_xf86-video-nv,
3152 xdriver_xf86-video-openchrome, xdriver_xf86-video-r128,
3153 xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
3154 xdriver_xf86-video-sis, xdriver_xf86-video-tdfx,
3155 xdriver_xf86-video-tga, xdriver_xf86-video-trident,
3156 xdriver_xf86-video-vesa, xdriver_xf86-video-vmware,
3157 xdriver_xf86-video-voodoo, xenomai, xerces, xl2tp, xlib_libFS,
3158 xlib_xtrans, xproto_xproto, xserver_xorg-server,
3159 xutil_util-macros, zeromq, zic, zmqpp, zyre
3161 New packages: armadillo, btrfs-progs, clapack, cosmo, dado,
3162 dbus-triggerd, dtv-scan-tables, e2tools, eudev, exim, expect,
3163 fetchmail, flann, flite, gnu-efi, grub2, gummiboot, heimdal,
3164 iprutils, iptraf-ng, jack2, jquery-mobile, libee, libestr,
3165 libgc, libgl, liblogging, libndp, libsoxr, libstrophe,
3166 libubox, libuci, libxmlrpc, ljlinenoise, lpeg, lpty, lrandom,
3167 lsqlite3, lua-coat, lua-coatpersistent, lua-csnappy, luajson,
3168 lualogging, lua-messagepack, lua-testmore, lunit, lzip, lzlib,
3169 musl, nftables, opentyrian, opentyrian-data,
3170 perl-module-build, php-gnupg, php-imagick, php-ssh2, php-yaml,
3171 php-zmq, postgresql, python-libconfig, python-pypcap,
3172 python-pyrex, qdecoder, qhull, samba4, smack, tz, tzdump, ucl,
3173 upx, vo-aacenc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons,
3174 yaffs2utils, zlog, znc
3176 Removed packages: crosstool-ng, python-distutilscross, vala
3178 Issues resolved (http://bugs.uclibc.org):
3180 #6842: Checking external toolchain for eabihf
3181 #6956: Packaging libsoxr
3182 #6986: Make legal-info fails on uboot versions before 2014.01
3183 #6992: Incorrect installation rights on external kernel module..
3185 2014.02, Released February 27th, 2014
3189 Updated/fixed packages: cegui06, cppdb, e2fsprogs, gcc, gdb,
3190 gst1-plugins-bad, gstreamer, gstreamer1, haserl, imagemagick,
3191 libpng, libxml2, lua, luajit, luarock, ncftp, openswan,
3192 pcsc-lite, qt5connectivity, ramsmp, strongswan, vlc
3194 Issues resolved (http://bugs.uclibc.org):
3196 #6938: mkuser script generates wrong password for new user in..
3198 2014.02-rc3, Released February 25th, 2014
3202 Updated/fixed packages: aiccu, ala-lib, alsa-utils, binutils,
3203 cairo, coreutils, dhcpcd, distcc, efl, evas, iputils, gdb,
3204 gpsd, gst-fsl-plugins, icu, libcec, libcgi, libplayer,
3205 libsecret, libsepol, libsigsegv, libtool, libv4l,
3206 linux-headers, matchbox-lib, mpg123, ncftp, opencv, pcmanfm,
3207 pixman, pv, qt, rt-tests, sawman, sconeserver, sdl, thrift,
3208 tvheadend, util-linux, webkit, xscreensaver
3210 Issues resolved (http://bugs.uclibc.org):
3212 #4706: Removing .stamp_target_installed does not trigger...
3213 #5030: busybox built fails if we use an override src dir...
3214 #5420: Dbus and /var/run management
3215 #5768: Not able to build ALSA-Lib for static build
3216 #5774: Not able to build ALSA-Utils for static build
3217 #6542: external python modules fail to compile to pyc if...
3218 #6764: Support for kernel signed modules
3219 #6794: Busybox compiled from buildroot hangs on pass from...
3221 2014.02-rc2, Released February 20th, 2014
3223 Fixes all over the tree. Static linking / nommu fixes and
3224 annotations for several packages.
3226 Updated/fixed packages: boost, busybox, collectd, coreutils,
3227 dropbear, elfutils, feh, gcc, gst1-libav, imagemagick, iozone,
3228 jimtcl, kexec, libvncserver, lvm2, lxc, mplayer, netsnmp, nut,
3229 opencv, python, python3, qtuio, systemd, thrift, transmission,
3232 Issues resolved (http://bugs.uclibc.org):
3234 #5450: AT91SAM9260 Bootstrap compilation problem
3235 #5582: libiconv 1.14 failed to build
3236 #5624: When building directfb, BR2_TARGET_LDFLAGS not used by..
3237 #5852: [2012.11] usb_modeswitch should depends of "BR2_PACK..
3238 #6218: binutils-2.23.2/gas fails with undefined reference to..
3239 #6236: binutils-2.23.2/bfd fails with undefined reference to..
3240 #6470: If the build directory is a child of /usr, the build..
3241 #6776: systemd error: static declaration of 'execvpe' follows..
3242 #6818: toolchainfile.cmake has absolut path references
3244 2014.02-rc1, Released February 11th, 2014
3246 Fixes all over the tree and new features.
3248 Support for external packages/defconfigs (BR2_EXTERNAL). See
3249 user manual for details.
3251 Cleanup of environment variable names for consistency. The
3252 download directory location override (BUILDROOT_DL_DIR) is now
3253 called BR2_DL_DIR. Likewise the name of the current .config is
3254 renamed from BUILDROOT_CONFIG to BR2_CONFIG. Please update
3255 your post build scripts if you use this! BUILD_DIR is now also
3256 exported to the post build/image scripts.
3258 Toolchain: GCC 4.8 fix for ARM stack corruption, reverted
3259 uClibc pread/pwrite backport as they cause issues on certain
3260 architectures, new Linaro and Sourcery Codebench toolchains.
3261 x86: Support for AMD Jaguar cores, SSE4.x, SH: SH2/SH3/SH3EB
3262 variants removed, Microblaze: Internal toolchain support
3264 Legal infrastructure: Info is now split between host and
3265 target packages, large number of license annotations.
3267 Lua: selection between lua 5.1 / 5.2, luarocks support
3269 Python: package infrastructure, many new packages.
3271 Defconfigs: Armadeus APF51 + Zedboard added, apf27, apf28,
3272 beaglebone, microblaze, pandaboard, qemu, raspberry pi
3275 Updated/fixed packages: aiccu, alsa-lib, alsa-utils,
3276 am33x-cm3, aumix, autoconf, automake, barebox, bellagio,
3277 berkeleydb, binutils, bison, blackbox, bluez_utils, boost,
3278 bustle, busybox, cairo, can-utils, ccache, ccid, cgilua,
3279 cifs-utils, civetweb, cmake, collectd, connman, copas,
3280 coreutils, coxpcall, cppzmq, cramfs, crda, cryptodev-linux,
3281 cryptsetup, cups, czmq, dhcpcd, dhcpdump, dhrystone, dialog,
3282 dmraid, dnsmasq, dosfstools, dropbear, dropwatch, dtc, duma,
3283 dvb-apps, e2fsprogs, eglibc, eigen, elf2flt, erlang, ethtool,
3284 f2fs-tools, ffmpeg, file, filemq, fio, flashrom, flex,
3285 fluxbox, fontconfig freerdp, freetype, gadgetfs-test, gawk,
3286 gcc, gdb, gdbm, gettext, git, glibc, gnupg, gnutls, gob2,
3287 gpsd, grep, grub, gst-ffmpeg, gst-plugins-good,
3288 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
3289 gst1-plugins-ugly, gstreamer, gstreamer1, gtest, icu, iftop,
3290 imagemagick, inadyn, infozip, iozone, iproute2, iptables, iw,
3291 jpeg, jpeg-turbo, jq, kexec, kmod, knock, lbase64, lcdapi,
3292 lftp, libcdaudio, libcgi, libcgicc, libcuefile, libcurl,
3293 libdmtx, libdrm, libdvdnav, libdvdread, libegl, libevent,
3294 libexif, libfcgi, libfreefare, libgles, libglib2, libllcp,
3295 libmicrohttpd, libmpd, libnfc, libnl, libnss, libopenmax,
3296 libopenvg, libpcap, libpfm4, libplayer, libpng, libqmi,
3297 libreplaygain, libroxml, libsamplerate, libsexy, libsigsegv,
3298 libsndfile, libsoc, libtasn1, libtorrent, libtpl, libupnp,
3299 libusb, libusb-compat, libvorbis, libxcb, libxml2, libxmlpp,
3300 libyaml, lighttpd, linknx, linux-firmware, linux-pam, live555,
3301 lm_sensors, lmbench, lockdev, logrotate, lrzsz, ltrace, lua,
3302 lua-ev, lua-msgpack-native, luabitop, luaexpat, luaexpatutils,
3303 luafilesystem, luajit, luaposix, luasec, luasocket,
3304 luasql-sqlite3, m4, matchbox, mdadm, minicom, mongrel2, mpc,
3305 mpd, mpg123, mplayer, mtd, mysql, lvm2, mxml, ncurses, ne10,
3306 neard, neardal, netsnmp, netstat-nat, network-manager, nodejs,
3307 numactl, ofone, ola, olsr, omniorb, open2300, opencv,
3308 openpowerlink, openssh, openssl, openvpn, oprofile, opus,
3309 opus-tools, orbit, p11-kit, parted, pcre, pcsc-lite, perl,
3310 php, poco, poppler, powervr, protobuf-c, psplash, python,
3312 python-{crc16,distutilscross,dpkt,id3,ipy,m2crypto,mad,meld},
3313 python-{netifaces,nfc,protobuf,pygame,pyparsing,pyro,pyzmq},
3314 python-{serial,setuptools}, qt, qt5base, qt5connectivity,
3315 qt5declarative, qt5graphicaleffects, qt5jsbackend,
3316 qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
3317 qt5webkit, radvd, redis, rings, rng-tools, rpcbind,
3318 rpi-firmware, rpi-userland, rt-tests, sam-ba, samba, sawman,
3319 sconeserver, scons, sdl, sg3_utils, snappy, snmppp,
3320 socketcand, spice, spice-protocol, sqlcipher, sqlite, squid,
3321 sshfs, strace, subversion, sunxi-mali, supervisor, sysklogd,
3322 sysprof, sysstat, systemd, sysvinit, taglib, tar, tcpdump,
3323 ti-gfx, ti-utils, tinymembench, tn5250, trace-cmd,
3324 transmission, tvheadend, tzdata, zxing, uboot, uboot-tools,
3325 uclibc, udev, udpcast, ulogd, urg, usb_modeswitch_data,
3326 util-linux, vala, valgrind, vorbis-tools, wavpack, wayland,
3327 weston, wget, wireless-regdb, wireshark, wpa_supplicant,
3328 wsapi, xavante, xapp_xdpyinfo, xapp_xrandr, xcb-proto,
3329 xdriver_xf86-video-intel, xenomai, xkeyboard-config, xl2tp,
3330 xlib_lib{FS,SM,X11},
3331 xlib_libX{au,aw,composite,cursor,damage,ext,fixes,font,i},
3332 xlib_libX{inerama,mu,pm,randr,render,res,t,tst,v,xf86dga},
3333 xlib_libXxf86vm, xlib_libdmx, xlib_libfontenc,
3334 xlib_libpciaccess, xlib_xtrans, xproto_dri2proto,
3335 xproto_{glproto,inputproto,presentproto,randrproto,videoproto},
3336 xproto_xextproto, xproto_xproto, xutil_util-macros,
3337 xutil_makedepend, zic, zmqpp, zxing, zsh, zyre
3339 New packages: apitrace, avrdude, c-ares, ca-certificates,
3340 cwiid, dbus-cpp, evemu, fping, fswebcam, gpm, gst1-libav,
3341 haveged, intel-microcode, iucode-tools, jasper, joe, ktap,
3342 lbreakout2, libass, libbluray, libcdio, libenca, libevdev,
3343 libmbim, libmodplug, libnfs, libnftnl, libplist, libshairplay,
3344 libsocketcan, ljsyscall, log4cplus, ltris, luainterpreter,
3345 luarocks, minidlna, mmc-utils, modemmanager, mtr, net-tools,
3346 python-configobj, python-dialog, python-json-schema-validator,
3347 python-keyring, python-msgpack, python-posix-ipc,
3348 python-pyasn, python-pycrypto, python-pysnmp,
3349 python-pysnmp-apps, python-pysnmp-mibs, python-pyusb,
3350 python-simplejson, python-tornado, python-versiontools,
3351 rtmpdump, rtptools, smcroute, smstools3, tcpreplay, thrift,
3352 ti-uim, tinyxml, tmux, vlc, wmctrl, xconsole
3354 Removed packages: autoconf, automake, ccache, cpanminus, lzma,
3355 netkitbase, netkittelnet, pkg-config, squashfs3, ttcp, xstroke
3357 Issues resolved (http://bugs.uclibc.org):
3359 #65: new package: dbus c++ language bindings
3360 #769: Update configuration menu for MIPS target
3361 #2419: Add a bundle of Lua modules
3362 #2629: Segmentation faults and division by zero in Grub on ext2
3363 #3811: Added auto-mount for USB and SD Card (mdev) (for 2011.05)
3364 #4339: Allow override of DL_DIR in extract step
3365 #4363: Make sure that copied linux and busybox defconfig are...
3366 #4454: There should be simple way to update image, when chang...
3367 #5024: grub fails to build for x86_64 target architecture
3368 #5066: New-Package: net-tools
3369 #5072: ncurses: add ncurses-progs to target
3370 #5294: uclibc build ignores target CFLAGS and LDFLAGS
3371 #5366: Login doesn't work with util-linux versions of login/agetty
3372 #5378: dropbear Makefile broken
3373 #5390: System banner - change to empty doesn't remove /etc/issue
3374 #5780: spurious build failure because it cannot remove ubinize.cfg
3375 #5798: ncurses-5.9 fails to compile statically
3376 #5810: Buildroot 2012.11: Additional GCC option "-msoft-float" ...
3377 #6080: Git fetch caching
3378 #6092: Bootable ISO image creation seems to have stopped working..
3379 #6272: coreutils build fails
3380 #6434: apply-patches.sh does not work recursively
3381 #6446: eglibc doesn't install ldconfig to target
3383 #6596: Slow bootup if mdev is chosen
3384 #6656: Build Qt5 with ccache
3385 #6662: internal compiler error: Segmentation fault during making..
3386 #6722: Usage of $($(PKG)_DIR_PREFIX) is an issue with linux package
3387 #6752: genext2fs: e2fsck must run before tunefs -U random
3388 #6770: openssl 1.0.1f fails with ccache
3389 #6830: Qt5: no fonts are installed
3390 #6848: Qt5: no text shown in simple QWidget / frame-buffer setup
3391 #6854: Update to Qt 5.2.1
3393 2013.11, Released November 30th, 2013:
3397 Updated/fixed packages: apr, binutils, dbus-python, dropwatch,
3398 ecryptfs-utils, eglibc, gdb, gpsd, grantlee, hostapd,
3399 iptables, qlibiscsi, libnspr, libnss, libpfm4, libtool,
3400 lua-ev, lvm2, mplayer, qt, qt5, quagga, ruby, tinymembench,
3401 tvheadend, util-linux, wpa_supplicant
3403 Issues resolved (http://bugs.uclibc.org):
3405 #1279: Buildroot compiled Busybox and Coreutils LFS issues
3406 #2995: -fstack-protector-all causes ssh to SIGSEGV
3407 #5570: Cannot compile software on the target machine
3408 #6428: util-linux libmount segfaults with patch from buildroot
3409 #6500: php fails to build for armel
3410 #6554: gdb needs to dependents on host texinfo
3411 #6692: GNU nano fails to compile for x86_64
3412 #6704: wpa_supplicant: fix wrong path to executable file in D-Bus
3414 2013.11-rc3, Released November 26th, 2013
3416 Fixes all over the tree.
3418 Architecture: Mark MIPS I, II, III and IV as deprecated.
3420 Updated/fixed packages: beecrypt, dbus, e2fsprogs, libcap-ng,
3421 libglib2, libroxml, libsigsegv, libvncserver, lxc, mdadm,
3422 mongoose, nut, ola, omniorb, openssl, pcre, php, poco,
3423 protobuf-c, pv, qt5base, ruby, schifra, squid, sunxi-mail,
3424 swig, ti-gfx, tinymembench, uclibc, udisks, vim
3426 2013.11-rc2, Released November 18th, 2013
3428 Fixes all over the tree.
3430 Defconfigs: qemu_arm_versatile, qemu_arm_nuri, sheevaplug:
3431 Adjust kernel versions.
3433 Toolchain: avr32: fix for modern kernel headers
3435 Bootloader: Barebox updated to 2013.10.1
3437 Updated/fixed packages: dhcp, e2fsprogs, gst1-plugins-bad,
3438 libcurl, libvncserver, nano, pc, qt5base, squashfs, ttcp,
3441 Issues resolved (http://bugs.uclibc.org):
3443 #3601: DHCPD S80dhcp-server startup script issues
3444 #6320: Fix kernel compile issue if BR2_LINUX_KERNEL_CUSTOM_GIT_VERS..
3445 #6416: Xenomai package, patch alternative
3446 #6590: directfb-examples build failed whit linaro toolchain
3448 2013.11-rc1, Released November 12th, 2013
3450 Architectures: Nios-II support, MIPS arch handling fixes
3452 Defconfigs: cubieboard2, freescale i.MX 6sololite evk,
3453 sabre-sd, wandboard added, rpi renamed to raspberrypi_defconfig
3455 Toolchain: glibc support, upstream uClibc fixes, uClibc 0.9.31
3456 for avr32, crosstool-ng backend removed, external musl
3457 toolchain support, gcc 4.8.2, updated Linaro external
3458 toolchains. Fortran and objective-C support deprecated,
3461 Bootloaders: U-Boot: u-boot.imx support, version bumps
3463 Linux: use kmod instead of module-init-tools
3465 System: default to devtmpfs for /dev
3467 Infrastructure: Make 3.82 fixes, locales generation fixes, CVS
3468 download support, post-rsync hooks
3470 Fs: u-boot image support for cpio
3472 Updated/fixed packages: aircrack-ng, alsamixergui, apr,
3473 apr-util, atk, automake, bellagio, berkeleydb, bind, binutils,
3474 bison, boost, busybox, can-utils, ccache, ccid, cgilua,
3475 chrony, cifs-utils, cjson, collectd, connman, conntrack-tools,
3476 copas, cppcms, cppzmq, czmq, dash, dbus, dhcpcd, diffutils,
3477 directfb, dmidecode, dnsmaqs, docker, dosfstools, dropbear,
3478 dropwatch, ebtables, eglibc, elf2flt, empty, enchant, erlang,
3479 ethtool, fbgrab, fbv, fdk-aac, feh, ffmpeg, file, findutils,
3480 fltk, fmtools, freetype, gdk-pixbuf, gettext, git,
3481 glib-networking, gmp, gnupg, gnutls, gpu-viv-bin-mx6q, gsl,
3482 gstreamer, gstreamer1, gst1-plugins-{bad,base,good,ugly},
3483 gtest, gutenprint, hplip, i2c-tools, icu, ifplugd,
3484 imagemagick, iozone, iproute2, ipset, iptables, iw, jamvm,
3485 jansson, jpeg-turbo, kismet, kmod, lcms2, libassuan, libcap,
3486 libcap-ng, libcdaudio, libcec, libcue, libcurl, libdrm,
3487 libedit, libevas, libevent, libfreefare, libfuse,
3488 libgpg-error, libiconv, liblog4c-localtime, libmicrohttpd,
3490 libnetfilter_{acct,conntrack,cthelper,cttimeout,log,queue},
3491 libnfnetlink, libnl, libpng, libqmi, libqrencode, libroxml,
3492 libsecret, libsigsegv, libsoup, libtirpc, libunwind, libusb,
3493 libvpx, lighttpd, linphone, linux-pam, lmbench,
3494 lockfile-progs, log4cxx, logrotate, logsurfer, ltp-testsuite,
3495 ltrace, luacrypto, luaposix, lvm2, m4, matchbox-lib,
3496 media-ctl, mediastreamer, minicom, minidlna, mongoose, monit,
3497 mpc, mpd, mpg123, mplayer, mrouted, mtdev, mutt, mysql_client,
3498 nano, ncftp, ndisc6, neard, neardal, neon, net-snmp, netatalk,
3499 netcat, netkitbase, netperf, netplug, nettle, nfacct,
3500 nfs-utils, ngircd, ngrep, noip, nuttcp, olsr, openssh, opkg,
3501 oprofile, opus-tools, orc, ortp, pciutils, pcre, pcsc-lite,
3502 perf, perl, perl-cross, php, picocom, pkgconf, polarssl,
3503 poppler, pppd, proftpd, protobuf, proxychains-ng, pulseaudio,
3504 pv, qemu, qt, qt5base, qt5webkit, quagga, radvd, redis,
3505 rpi-{firmware,userland}, rrdtool, rsync, rtorrent, ruby,
3506 samba, scons, screen, sdl_sound, ser2net, setserial,
3507 smartmontools, socat, socketcand, sqlcipher, sqlite, squid,
3508 stress, strongswan, stunnel, sudo, syslinux, systemd,
3509 sysvinit, tcl, ti-gfx, time, transmission, tremor, tslib,
3510 tstools, tvheadend, tzdata, uboot-tools, uclibc, udpcast,
3511 uemacs, ulogd, usb_modeswitch{,_data}, util-linux, vala,
3512 valgrind, vde2, vorbus-tools, vpnc, vsftpd, vtun, wayland,
3513 webkit, webp, webrtc-audio-processing, weston, wget,
3514 wireshark, wsapi, xavante, xdriver_xf86-video-geode, xenomai,
3515 xinetd, xlib_libpthread-stubs, xl2tp, xmlstarlet,
3516 xserver_xorg-server, xz, zeromq, zic, zmqpp
3518 New packages: aiccu, autossh, bc, civetweb, cppdb, cryptsetup,
3519 duma, eigen, harfbuzz, igmpproxy, iputils, jq, knock, kobs-ng,
3520 lesstif, libcgroup, libsepol, libsoc, libssh2, luasec, luasql,
3521 lxc, nut, ola, omniorb, openpowerlink, orbit, p910nd, psplash,
3522 python-crc16, python-ipy, python-pyzmq, qt5sensors,
3523 qt5serialport, qt5x11extras, snmppp, subversion, tcping,
3524 trace-cmd, xscreensaver, zsh
3526 Removed packages: module-init-tools
3528 Issues resolved (http://bugs.uclibc.org):
3530 #1138: Buildroot fails to build packages if BR2_GCC_SHARED_LIBGCC=y
3531 #5408: qt build failure with Sourcery CodeBench ARM 2010.09
3532 #5630: makefile error with toolchain helpers.mk
3533 #5672: htop: remove X11 stuff
3534 #5678: linux.mk: linux-menuconfig fails
3535 #5696: python3 installation is too large, patches from python2 needed
3536 #5978: Erlang does not build for arm in 2013.02-rc3
3537 #6392: Extended ARM uImage kernel options
3538 #6404: Buildroot's coreutils 'uname -p' reports 'Unknown' on recent..
3539 #6428: util-linux libmount segfaults with patch from buildroot
3540 #6452: eglibc from Linaro 2013.07 not copied to target correctly
3541 #6566: PHP segfault when crosscompiled to mips64 - patch included
3542 #6572: [PowerPC] Buildroot uses wrong external toolchain libraries..
3543 #6578: udisks package broken
3544 #6602: ebtables 64 bit kernel + 32 bit userland alignment error..
3545 #6608: ebtables missing ethertypes - fix included
3546 #6620: Sysvinit package missing killall5 and symlinks - patch included
3547 #6632: CMake use host pkg-config
3548 #6638: pkgconf doesn't download
3549 #6644: "all" target doesn't work in out-of-tree builds
3550 #6650: Segmentation fault when trying to build latest buildroot
3551 #6668: iptables limit module alignment problem on mips64
3553 2013.08, Released August 31th, 2013:
3557 Documentation build fixed.
3559 Updated/fixed packages: ltrace, strongswan
3561 2013.08-rc3, Released August 29th, 2013:
3563 Fixes all over the tree.
3565 External toolchain lib32/lib64 handling, ABI name for EABIhf,
3566 misc fixes for generatelocales, apply-patches and module
3569 Top level menu names reordered and renamed for clarity.
3571 Updated/fixed packages: acl, attr, bash, dbus, directfb,
3572 dvb-apps, kexec, kmod, libbsd, linux-fusion, mesa3d, minidlna,
3573 openssh, openssl, pulseaudio, python-setuptools, qt5,
3574 qt5webkit, redis, strongswan, sunxi-mali
3576 Issues resolved (http://bugs.uclibc.org):
3578 #6464: dbus-daemon-launch-helper needs setuid
3580 2013.08-rc2, Released August 16th 2013:
3582 Documentation improvements.
3584 External toolchains fixes.
3586 Updated/fixed packages: aircrack-ng, bash, boost, cairo,
3587 cppcms, eglibc, ffmpeg, gcc, git, gnupg, imagemagick, libcec,
3588 libffi, libgcrypt, linux, linux-headers, ltrace, netatalk,
3589 opencv, opengl, readline, samba, strongswan, sunxi-cedarx,
3590 uclibc, udev, wayland, webkit, zeromq.
3592 Issues resolved (http://bugs.uclibc.org):
3594 #6440: typo in ffmpeg makefile
3596 2013.08-rc1, Released August 5th, 2013:
3599 - improved support for floating point on ARM and Thumb/Thumb2
3600 - support for ARM OABI removed
3603 - support added for Sourcery CodeBench ARM and MIPS 2013.05
3604 - Linaro ARM and Aarch64 toolchains updated
3605 - support added for the Arago ARMv5 and ARMv7 toolchains
3606 - gcc 4.8.x version bumped
3607 - support for installing both FDPIC and FLAT libraries on
3609 - support for uClibc 0.9.31 removed,
3610 - convert the internal toolchain backend to use the package
3612 - support added for eglibc in the internal toolchain backend
3613 - toolchain components for the ARC architecture updated and
3615 - support for Blackfin in the internal toolchain fixed
3617 Defconfigs: beaglebone_defconfig updated, new defconfig for
3618 CubieBoard, for Olimex mx233 Olinuxino, for Calao Systems
3621 A number of packages have been fixed to use the
3622 <pkg>_CONFIG_SCRIPTS mechanism to get their <pkg>-config shell
3623 script installed and modified properly. Licensing informations
3624 has been added to a number of packages.
3626 Use XZ tarballs for a number of packages.
3628 Noticeable package changes/additions:
3629 - The glib2/libgtk2/webkit stack has been updated to recent
3631 - Support for Gstreamer 1.x has been added.
3632 - OpenGL support for TI OMAP platforms has been added.
3633 - OpenGL support for Allwinner platforms has been added.
3634 - OpenMAX support for RasberryPi has been added.
3636 Updated/fixed packages: acl, attr, autoconf, avahi, barebox,
3637 bind, binutils, busybox, bwm-ng, bzip2, cifs-utils, colletctd,
3638 cpanminus, cups, curl, dash, dbus, dhcp, directfb,
3639 directfb-examples, dnsmasq, dosfstools, dropbear, dtc,
3640 e2fsprogs, ed, efl, enlightenment, erlang, ethtool, fbgrab,
3641 fftw, firmware-imx, flot, fltk, freetype, gawk, gdk-pixbuf,
3642 gettext, gmp, gnutls, gsl, gutenprint, gvfs, gzip, haserl,
3643 hiawatha, httping, icu, imagemagick, imlib2, imx-lib,
3644 intltool, iozone, ipset, iptables, jquery, jquery-keyboard,
3645 jquery-sparkline, kmod, less, libart, libcdaudio, libcgicc,
3646 libesmtp, libftdi, libfuse, libglib2, libgtk, libgtk2, libidn,
3647 libiqrf, liblog4c-localtime, libnspr, libnss, libpcap,
3648 libroxml, libserial, libsigsev, libsoup, libtool, libtpl,
3649 libvncserver, libxml2, linphone, lm_sensors, logrotate,
3650 ltrace, lttng, luafilesystem, luajit, minicom, monit, mpg123,
3651 mtd, mutt, mxml, neard, netatask, netsnmp, nettle,
3652 network-manager, nodejs, nss-mdns, openssh, openswan, openvpn,
3653 opkg, opus, pcre, perl-cross, php, pixman, poco, polarssl,
3654 pulseaudio, pv, python, python3, qt, qt5, qt5declarative,
3655 qt5jsbackend, qt5quick1, readline, rpi-firmware, ruby, samba,
3656 sane-backends, sconeserver, sdl_image, sdparm, ser2net,
3657 socketcand, sqlite, squid, strace, tcl, tcpdump, tinyhttpd,
3658 tvheadend, tzdata, uboot, udpcast, usb_modeswitch,
3659 usb_modeswitch_data, usbutils, webkit, wireshark, wvstreams,
3660 xapp_luit, xapp_xmodmap, xenomai, xfsprogs, xlib_libX11, zic,
3663 New packages: a10disp, aespipe, am33x-cm3, cppcms, dhcpcd,
3664 dropwatch, dtc, ecryptfs-utils, eglibc, elf2flt, fdk-aac,
3665 gcc-final, gcc-initial, gcc-intermediate, git,
3666 gpu-viv-bin-mx6q, gst1-plugins-bad, gst1-plugins-base,
3667 gst1-plugins-good, gst1-plugins-ugly, gst-omx,
3668 gst-plugin-x170, gstreamer1, jimtcl, lbase64, libassuan,
3669 libbsd, libcec, libdvbsi, libedit, libgpgme, libqmi,
3670 libqrencode, libsvg, libsvg-cairo, libunwind, libvpx,
3671 linux-headers, lockdev, luabitop, luacrypto, lua-ev,
3672 luaexpatutils, msgpack, ocrad, on2-8170-libs,
3673 on2-8170-modules, p11-kit, pax-utils, ptpd, ptpd2,
3674 python-pyro, ramspeed/smp, snappy, strongswan, sunxi-boards,
3675 sunxi-cedarx, sunxi-mali, sunxi-tools, ti-gfx, tinymembench,
3676 tree, tstools, uclibc, w_scan.
3678 Issues resolved (http://bugs.uclibc.org):
3680 #4718: python (built for powerpc) distutils has paths to host
3682 #5516: appended device tree blobs on uImage fails
3683 #6302: Versions of packages retrieved from github.com are wrong
3684 #6308: dosfstools download link is wrong
3685 #6326: Dropbear: Add options to allow better config for
3686 different target devices (e.g. routers)
3687 #6338: Wrong download link for minicom package
3688 #6344: Wrong handling of license text files with same name and
3690 #6374: gnutls package broken if linux cryptodev module
3692 #6410: omap3_beagle has uimage error load address error
3694 2013.05, Released May 31th, 2013:
3698 External toolchain wrapper fix for if host/usr/bin is placed
3701 Updated/fixed packages: acpid, at91bootstrap, czmq, elf2flt,
3702 flex, jamvm, kmod, libplayer, libtirpc, libv4,
3703 lttng-babeltrace, opengl, qt5jsbackend, udpcast, wvstreams
3705 Issues resolved (http://bugs.uclibc.org):
3707 #4868: Buildroot compile failure for toolchain/gdb-7.4/intl/reloc...
3708 #4988: flex and m4 problems
3709 #5912: obsolete CVS files
3711 2013.05-rc3, Released May 25th, 2013:
3715 Updated/fixed packages: aircrack-ng, bellagio, boost, crda,
3716 dvb-apps, flot, libatomic_ops, libeXosip2, libosip2, libxml2,
3717 mongrel2, poco, portaudio, pptp-linux, tvheadend, urg, weston,
3720 2013.05-rc2, Released May 15th, 2013:
3722 Fixes all over the tree.
3724 Default number of parallel jobs is now number of CPUs + 1.
3726 Defconfigs: Add Telit EVK-PRO3, AT91SAM9260-EK Nand flash.
3728 Updated/fixed packages: aircrack-ng, busybox, cairo,
3729 classpath, curlftpfs, czmq, dbus, f2fs-tools, fan-ctrl,
3730 filemq, gst-plugin-bad, gutenprint, hplip, json-c,
3731 libatomic_ops, libcurl, libdrm, libglib2, libnspr, libnss,
3732 libsha1, libsigsegv, libxcb, linknx, linux-pam, lttng-modules,
3733 lttng-tools, matchbox-lib, mcookie, mesa3d, neon, pixman,
3734 pulseaudio, python-nfc, qt5imageformats, quota, openssl,
3735 sconeserver, strace, sylpheed, wvstreams,
3736 xapp_{appres,bdftopcf,beforelight,bitmap,edires,fonttosfnt},
3737 xapp_{fslsfonts,fstobdf,iceauth,ico,listres,luit,mkfontdir},
3738 xapp_{mkfontscale,oclock,rgb,rstart,scripts,sessreg,setxkbmap},
3739 xapp_{showfont,smproxy,twm,viewres,x11perf,xauth,xbacklight},
3740 xapp_x{biff,calc,clipboard,clock,cmsdb,cursorgen,dbedizzy,ditview},
3741 xapp_x{dm,dpyinfo,driinfo,edit,ev,eyes,f86dga,fd,fontsel,fs,fsinfo},
3742 xapp_x{gamma,gc,host,input-calibrator,input,kbcomp,kbevd,kbprint},
3743 xapp_x{kbutils,kill,load,logo,lsatoms,lsclients,lsfonts,mag,man},
3744 xapp_x{message,mh,modmap,more,pr,prop,randr,rdb,refresh,set,setmode},
3745 xapp_x{setpointer,setroot,sm,stdcmap,vidtune,vinfo,wd,wininfo,wud},
3746 xcb-util, xcursor-transparent-theme, xdata_xbitmaps,
3747 xdata_xcursor-themes,
3748 xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synaptics},
3749 xdriver_xf86-input-{tslib,vmmouse,void},
3750 xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,fbdev,geode,glide},
3751 xdriver_xf86-video-{glint,i128,intel,mach64,mga,neomagic,newport},
3752 xdriver_xf86-video-{nv,openchrome,r128,savage,siliconmotion,sis},
3753 xdriver_xf86-video-{tdfx,tga,trident,v4l,vesa,vmware,voodoo,wsfb},
3754 xfont_encodings, xfont_font-adobe-{100,75}dpi,
3755 xfont_font-utopia-{100dpi,75dpi,type1},
3756 xfont_font-{alias,arabic-misc,bh-100dpi,bh-75dpi},
3757 xfont_font-bh-lucidatypewriter-{100,75}dpi, xfont_font-bh-{ttf,type1},
3758 xfont_font-bitstream-{100dpi,75dpi,type1}, xfont_font-cronyx-cyrillic,
3759 xfont_font-{cursor,daewoo,dec,isas,jis,micro}-misc,
3760 xfont_font-ibm-type1, xfont_font-misc-{cyrillic,ethiopic,meltho,misc},
3761 xfont_font-{mutt,schumacher}-misc,
3762 xfont_font-{screen-cyrillic,sony-misc,sun-misc,util},
3763 xfont_font-winitzki-cyrillic, xfont_font-xfree86-type1,
3764 xlib_lib{FS,ICE,SM,X11,XScrnSaver,Xau,Xaw,Xcomposite,Xcursor},
3765 xlib_libX{damage,dmcp,ext,fixes,font,ft,i,inerama,mu,pm,randr},
3766 xlib_libX{render,res,t,tst,v,vMC,xf86dga,xf86vm},
3767 xlib_lib{dmx,fontenc,pciaccess,pthread-stubs,xkbfile}, xlib_xtrans,
3768 xproto_{applewm,bigreqs,composite,damage,dmx,dri2,fixes}proto,
3769 xproto_{fontcache,font,gl,input,kb,randr,record,render}proto,
3770 xproto_{resource,scrnsaver,video,windowswm,xcmisc,xext}proto,
3771 xproto_{xf86bigfont,xf86dga,xf86dri,xf86vidmode,xinerama,x}proto,
3772 xserver_xorg-server, xutil_{makedepend,util-macros}
3774 Readded Packages: xapp_xinit
3776 Issues resolved (http://bugs.uclibc.org):
3778 #5054: amd64: cannot find init - due to missing /lib64 folder
3780 2013.05-rc1, Released May 8th, 2013:
3782 Architectures: ARC support, Blackfin support, FLAT binary
3783 format, ARM: Drop old CPU variants, add fa526/626, Marvell PJ4
3785 Toolchains: Add new Microblaze external toolchains, Linaro
3786 ARM/Aarch64 updates, GCC 4.6.4 / 4.7.3 / 4.8.0 added to
3787 internal toolchain, default to GCC 4.7.x. Internal
3788 Crosstool-ng backend deprecated.
3790 Defconfigs: Add Atmel at91sam9g45m10ek, freescale mpc8315erdb
3791 & p1010rdb, Armadeus apf27 / apf28, Openblocks A6, Raspberry
3794 FS: LZO and XZ compression methods, extra ubifs options,
3795 ext2 rev 0/1 and ext3/4 support.
3797 Patch handling: apply-patches now has .patch.xz support,
3798 Patch logic reworked as discussed during Febrary dev days:
3799 http://elinux.org/Buildroot:DeveloperDaysFOSDEM2013
3801 <pkg>-rsync now excludes version control files.
3803 linux: uImage load address for ARM multiplatform kernels
3805 Infrastructure for multiple OpenGL / ES / EGL / OpenVG
3806 providers, similar to how libjpeg / libjpeg-turbo is handled.
3808 Infrastructure for packages to add system users.
3810 kconfig: updated to 3.9-rc2, support make olddefconfig
3812 Updated/fixed packages: alsa-lib, alsa-utils, apr, apr-util,
3813 argp-standalone, at, at91bootstrap, audiofile, aumix, avahi,
3814 bash, blackbox, bind, binutils, bison, boost, bridge-utils,
3815 busybox, ccache, cifs-utils, cmake, collectd, connman,
3816 conntrack-tools, cpanminus, crosstool-ng, diffutils, directfb,
3817 directfb-examples, divine, dmalloc, dnsmasq, dosfstools,
3818 dropbear, e2fsprogs, ebtables, eeprog, erlang, ethtool,
3819 fb-test-app, fbset, feh, ffmpeg, file, flex, flot, foomatic,
3820 fxload, gd, gdb, gdisk, genimage, gettext, gmp, gnuchess,
3821 gnutls, gob2, gperf, gpsd, gstreamer, haserl, hiawatha, htop,
3822 httping, icu, inotify-tools, intltool, iproute2, ipset,
3823 iptables, iw, jpeg, jquery, jquery-{sparkline,validation},
3824 json-c, kbd, kexec, kismet, kmod, lcdproc, libarchive,
3825 libatasmart, libcap, libconfig, libconfuse, libcurl, libdrm,
3826 libeet, libev, libevas, libeXosip2, libffi, libfribi, libfuse,
3827 libgcrypt, libglib2, libgtk2, libid3tag, libmicrohttpd,
3828 libnetfilter_acct, libnetfilter_conntrack, libnl, libpcap,
3829 libplayer, libsigc, libv4l, libxcb, linenoise, linux-pam,
3830 lm_sensors, ltp-testsuite, luajit, lzop, madplay, make, mdadm,
3831 mediastreamer, memtester, mesa3d,
3832 mobile-broadband-provider-info, monit, mpd, mpfr, mpg123,
3833 mrouted, msmtp, nbd, ncurses, ndisc6, neard, neardal, neon,
3834 netperf, netsnmp, nettle, nfacct, ntfs-3g, ofono, olsr,
3835 omap-u-boot-utils, openssh, openssl, openswan, openvpn,
3836 oprofile, orc, patch, pciutils, pcre, perl, php, poco,
3837 polarssl, proftpd, psmisc, pulseaudio, python,
3838 python-{bottle,netifaces,serial,setuptools}, qt, quagga,
3839 quota, radvd, rpi-firmware, rpi-userland, rt-tests, sam-ba,
3840 samba, sawman, sdl, ser2net, smartmontools, socat, socketcand,
3841 speex, squid, stress, stunnel, sudo, syslinux, sysstat,
3842 sysvinit, tcl, tcprelay, tinyhttpd, tslib, tvheadend,
3843 uboot-tools, udev, ulogd, util-linux, vala, vtun, webkit,
3844 xapp_{iceauth,luit,makefontscale,sessreg,setxkbmap,smproxy},
3845 xapp_{xauth,xcmsdb,xdpyinfo,xev,xgamma,xhost,xinput,xkbcomp},
3846 xapp_{xkbevd,xlsatoms,xlsclients,xmodmap,xpr,xprop,xrandr,xrdb},
3847 xapp_{xset,xwd,xwininfo}, xcb-{proto,util},
3848 xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synptics},
3849 xdriver_xf86-input-{tslib,vmmouse,void},
3850 xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,geode,glide,glint},
3851 xdriver_xf86-video-{i128,intel,mach64,mga,neomagic,newport},
3852 xdriver_xf86-video-{openchrome,r128,savage,siliconmotion,sis},
3853 xdriver_xf86-video-{tdfx,trident,vesa,vmware,wsfb}, xenomai,
3854 xfont, xinetd, xkeyboard-config, xlib_lib{FS,ICE,SM,X11},
3855 xlib_libX{scrnSaver,au,aw,cursor,dmcp,ext,fixes,font,ft,i},
3856 xlib_libX{inerama,mu,pm,randr,res,tst,v,vMC,xf86dga,xf86vm},
3857 xlib_lib{dmx,fontenc,pciaccess,xkbfile}, xlib_xtrans,
3858 xproto_{applevm,bigreqs,dri2,fonts,gl,input,kbd,record}proto,
3859 xproto_{resource,scrnsaver,xcmisc,xext,x}proto,
3860 xserver_xorg-server, xutil_makedepend, xz, zeromq
3862 New packages: aircrack-ng, bcusdk, chrony, crda,
3863 cryptodev-linux, cppzmq, czmq, dtach, enscript, exfat,
3864 exfat-utils, f2fs-tools, fan-ctrl, filemq, foomatic-filters,
3865 genimage, genpart, glibmm, gnuplot, gtest, gutenprint, hplip,
3866 iozone, jansson, jhead, jquery-keyboard, jquery-ui,
3867 jquery-ui-themes, json-glib, json-javascript, lcms2, libpfm4,
3868 libpthsem, libserial, libsigsegv, libtasn1, libwebsockets,
3869 libxkbcommon, libxml++, linknx, log4cxx, mongoose, mongrel2,
3870 mtools, ne10, nmap, nodejs, openobex, openpgm, poppler,
3871 protobuf-c, python-m2crypto, python-thrift, qjson, qt5base,
3872 qt5declarative, qt5graphicaleffects, qt5imageformats,
3873 qt5jsbackend, qt5multimedia, qt5quick1, qt5script, qt5svg,
3874 qt5webkit qt5xmlpatterns, rapidjson, redis, swig, texinfo,
3875 tzdata, urg, ussp-push, wayland, webp, weston, wireless-regdb,
3876 wireshark, wvdial, wvstreams, xcb-util-image, xcb-util-wm,
3877 xcursor-transparent-theme, zic, zmqpp, zyre
3879 Removed packages: microperl, ocf-linux, xapp_xinit,
3880 xapp_xplsprinters, xapp_xprehashprinterlist,
3881 xfont_font-bitstream-speedo,
3882 xlib_lib{Xfontcache,XprintAppUtil,XprintUtil,Xp,oldX,xkbui},
3883 xproto_{print,xf86rush}proto
3885 Deprecated packages: vala
3887 Issues resolved (http://bugs.uclibc.org):
3889 #1291: Add support for Faraday 526 arm processor (fa526)
3890 #2683: cups does not install correctly to target
3891 #3313: mesa3d fails to build
3892 #5186: initramfs/cpio should support lzo compression
3893 #5636: agetty - cannot get controlling tty error - need updated...
3894 #5906: collectd client headers not exported
3895 #5966: bison unnecessarily required as build dependency
3896 #6140: --enable-fileinfo not applied for php package
3897 #6164: openvpn usage of ip tool from Busybox
3899 2013.02, Released February 28th, 2013:
3901 Misc manual updates.
3903 Updated/fixed packages: busybox, collectd, flashbench,
3904 libgtk2, libupnp, mii-diag, quota
3906 2013.02-rc3, Released February 26th, 2013
3910 Updated/fixed packages: conntrack-tools, dialog,
3911 enlightenment, haserl, keyutils, libfif, libmad,
3912 linux-firmware, linux-fusion, matchbox-desktop, matchbox-wm,
3913 ruby, spawn-fcgi, vtun
3915 Issues resolved (http://bugs.uclibc.org):
3917 #5960: fusion.ko driver does not install to target rootfs
3919 2013.02-rc2, Released February 19th, 2013
3921 Fixes all over the tree.
3923 Various manual updates and fixes.
3925 Updated/fixed packages: busybox, collectd, gesftpserver,
3926 glib-networking, gnutls, inotify-tools, libcurl, libffi,
3927 libglib2, libtorrent, libvorbis, neard, network-manager,
3928 ntfs-3g, openssl, qt, rpi-userland, rtorrent, thttpd, vim.
3930 Issues resolved (http://bugs.uclibc.org):
3932 #5906: collectd client headers not exported
3934 2013.02-rc1, Released February 10th, 2013
3936 Toolchain: Crosstool-ng 1.17.0, default to GCC 4.6.3, target
3937 libraries install fixed. Add Linaro ARM
3938 2012.11/2012.12/2013.01, AArch64 12.11/12.12/13.01. Sourcery
3939 CodeBench MIPS 2012.03/09. Infrastructure to warn about
3940 missing 32bit support for binary toolchains. Toolchain wrapper
3941 is now relocatable. Add GDB 7.5.1 / Remove 6.8 / 7.0 /
3942 7.1. Deprecate uClibc 0.9.31.
3944 Architecture: Xtensa fixes, add missing powerpc variants, arm
3945 1136jf-s rev1, add A5/A15, neon support toggle, OABI
3946 deprecated. Sparc: drop old unused variants
3948 Bootloaders: At91bootstap: fix upstream URL, Barebox: add
3949 2012.12/2013.01/2013.02, remove 2012.08/09/10, lzop fixes,
3950 environment image support, U-Boot: add 2013.01.01
3952 Linux: fix appended dtb handling for v3.8+ kernels, support
3953 multiple device trees
3955 Defconfigs: calao USB-A9260, snowball, QEMU PPC440 on ML507
3956 board, QEMU ARM Exynos4210, Kernel version in QEMU defconfigs
3957 updated, at91rm9200df: misc fixes. Lock kernel headers to
3960 Infrastructure: Git download fixes. Toolchain make target
3961 renamed from 'cross' to 'toolchain'. Eclipse integration
3962 support. Option to set root password, post image scripts,
3963 config scripts handling.
3965 Updated/fixed packages: alsa-lib, argp-standalone, argus,
3966 arptables, atk, audiofile, axel, beecrypt, bind, bison,
3967 bluez_utils, boost, cairo, can-utils, bmon, boa, busybox,
3968 cairo, ccache, cdrkit, cifs-utils, cjson, cmake, collectd,
3969 connman, coreutils, cpanminus, cups, dbus, dhcp, dialog,
3970 diffutils, directfb, distcc, divine, dnsmasq, docker,
3971 dosfstools, dstat, e2fsprogs, ebtables, ed, empty, ethtool,
3972 expedite, fbset, fbv, ffmpeg, flex, fltk, fluxbox, freetype,
3973 gadget-test, gawk, gdb, genext2fs, gettext, giblib,
3974 glib-networking, gmp, gmpc, gnupg, gnutls, gpsd,
3975 gst-plugins-{bad,base,good}, gstreamer, gzip, haserl, hdparm,
3976 heirloom-mailx, hiawanta, hostapd, icu, imagemagick, imlib2,
3977 inadyn, infozip, iproute2, ipset, iptables, iw, jpeg, jquery,
3978 jquery-sparklines, jqeury-validation, kismet, kmod, lame,
3979 libao, libcap, libcurl, libdvdnav, libdvdread, libecore,
3980 libedbus, libedje, libeet, libefreet, libeina, libeio,
3981 liberation, libelementary, libembryo, libethumb, libev,
3982 libevas, libffi, libfribidi, libfuse, libgcrypt, libglib2,
3983 libgpg-error, libgtk2, libhid, libidn, libmicrohttpd, libmpd,
3984 libnl, libnspr, libnss, libogg, libpcap, libplayer, libpng,
3985 libroxml, librsvg, libseccomp, libsigc, libsndfile, libungif,
3986 libupnp, liburcu, libusb-compat, libvncserver, libvorbis,
3987 libxml2, libxslt, lighttpd, links, linux-firmware,
3988 linux-fusion, ltp-testsuite, ltrace,
3989 lttng-{babel,libust,modules,tools}, lvm2, lua, luajit, lzop,
3990 matchbox-{desktop,lib}, mdadm, metacity, midori, minicom, mpd,
3991 mpfr, mplayer, mtd, mysql_client, ncurses, neon, netatalk,
3992 networkmanager, nspr, ntfs-3g, nuttcp, ofone, olsr, openssl,
3993 openvpn, opkg, oprofile, opus, opus-tools, orc, ortp, pango,
3994 pciutils, pcmanfm, pcre, pcsc-lite, perl, php, pixman,
3995 pkgconf, polarssl, pptp-linux, proxychains, pulseaudio,
3996 python, python3, qemu, qextserialport, qt, quagga, radvd,
3997 readline, rng-tools, rt-tests, rubix, ruby, sam-ba, samba,
3998 sane-backends, sconeserver, scons, screen, sdl, sdl_gfx,
3999 sdl_mixer, sdl_ttf, sdparm, sed, ser2net, smartmontools,
4000 speex, sqlite, squid, sshfs, strace, sudo, sylpheed, tn5250,
4001 taglib, tar, torsmo, transmission, tslib, uboot-tools, ulogd,
4002 usb_modeswitch, util-linux, valgrind, vim, vsftpd, wavpack,
4003 webkit, wipe, wireless_tools, wpa_supplicant, xapp_xinit,
4004 xapp_xinput-calibrator, xapp_xman, xapp_xmh, xlib_libX11,
4005 xlib_libXdmcp, xlib_libXft, xlib_libpthread-stubs,
4006 xlib_xtrans, xproto_xcmiscproto, xproto_xextproto,
4007 xserver_xorg-server, xstroke, xvkbd, xz
4009 New packages: b43-firmware, b43-fwcutter, bustle,
4010 cache-calibrator, cegui06, celt051, classpath, curlftpfs,
4011 dvb-apps, dvbsnoop, elfutils, enlightenment, firmware-imx,
4012 flashbench, gd, gesftpserver, gst-fsl-plugins, httping, iftop,
4013 imx-lib, jamvm, jpeg-turbo, keyutils, libatasmart, libcofi,
4014 libebml, libevas-generic-loaders, libfslcodec, libfslparser,
4015 libfslvpuwrap, libgsasl, libiscsi, libmatroska, libmcrypt,
4016 libmhash, libqwt, libseccomp, libsha1, linenoise, mcrypt,
4017 media-ctl, ncdu, neard, neardal, nettle, perf, polkit,
4018 proxychains, python-bottle, python-pyparsing, rpi-firmware,
4019 rpi-userland, sg3_utils, slirp, snowball-hdmiservice, spice,
4020 spice-protocol, tcllib, tvheadend, udisks, usbredir
4021 ux500-firmware, vde2, xcb-utils-keysyms, yavta,
4024 Removed packages: customize, xdriver_xf86-input-{acecad,aiptek},
4025 xdriver_xf86-video-{apm,chips,i740,rendition,s3,s3virge,sisusb},
4026 xdriver_xf86-video-sun{cg14,cg3,cg6,ffb,leo,tcx},
4027 xdriver_xf86-video-{tsend,xgi,xgixp}
4029 Deprecated packages: xstroke
4031 Issues resolved (http://bugs.uclibc.org):
4033 #4237: building shared openssl w/-Os fails due to gcc bug
4034 #5690: python3 does not obey to BR2_PACKAGE_PYTHON3_PYC_ONLY=y
4035 #5602: python3 should install a "python" symbolic link
4036 #5846: Extra slash added to last slash in URL
4038 2012.11.1, Released January 3rd, 2013:
4040 Toolchain: Fixed non-largefile builds on recent Ubuntu
4043 Arch: fix missing x86/generic handling, Build for Xtensa with
4046 Updated/fixed packages: dosfstools, qt
4048 2012.11, Released December 2nd, 2012:
4050 Git shallow clone fix for older git version.
4052 Updated/fixed packages: ctuio, libtool
4054 Issues resolved (http://bugs.uclibc.org):
4056 #5726: List all the available hook points
4058 2012.11-rc2, Released November 30th, 2012:
4060 Minor fixes around the tree.
4062 Various manual updates and fixes.
4064 Add checks for legacy features.
4066 Updated/fixed packages: acpid, alsa-lib, arptables, binutils,
4067 busybox, ccache, cjson, cramfs, directfb, flex, fluxbox, gdb,
4068 hiawatha, igh-ethercat, imagemagick, imlib2, lcdproc,
4069 libdaemon, libecore, libhid, libmad, libpcap, libsigc, libusb,
4070 linux-fusion, matchbox, ocf-linux, owl-linux, python, rrdtool,
4071 scons, strace, sylpheed
4073 Issues resolved (http://bugs.uclibc.org):
4075 #5732: Error : package/alsa-lib/alsa-lib.mk
4077 2012.11-rc1, Released November 17th, 2012
4079 Fixes all over the tree and new features.
4081 Defconfigs: use u-boot 2012.10 on at91 and beaglebone,
4082 sheevaplug + qemu: bump kernel version, add qemu-mips64-malta
4083 + nitrogen6x defconfigs.
4085 Bootloaders: add u-boot 2012.07/10, ais target format, add
4086 barebox 2012.08/09/10/11, linker overlap issue fix for
4087 at91bootstrap, mxs-bootlets updated for new Barebox versions.
4089 Toolchains: binutils 2.23.1, gcc 4.7.2, default to gcc 4.6.x,
4090 Codebench arm/sh/x86 2012.03/09, Linaro 2012.08/09/10.
4091 Libtirpc support for modern glibc variants. Toolchain on
4092 target has been deprecated.
4094 Initial Aarch64 support, Xtensa support re-added.
4096 Infrastructure: Use shallow git clone when possible, use
4097 tarballs rather than git URLs for github. Moved to pkgconf
4098 rather than pkg-config. System directory added, default
4099 skeleton/device tables moved. More than 1 post-build script
4100 can now be used. output/target now contains a
4101 THIS_IS_NOT_YOUR_ROOT_FILESYSTEM warning, to help people
4102 understand how to (not) use it.
4104 Manual has been reworked and extended.
4106 Legal-info: Lots of package annotations, CSV file fixes,
4107 _LICENSE / _REDISTRIBUTE splitup, per-package hooks.
4109 Updated/fixed packages: acpid, alsa-lib, alsa-utils,
4110 alsamixergui, attr, autoconf, automake, bash, bind, binutils,
4111 bison, blackbox, bluez-utils, busybox, cairo, can-utils,
4112 cifs-utils, cjson, cmake, collectd, connman, conntrack-tools,
4113 coreutils, cups, cvs, dbus, dhcp, directfb, dmalloc, dnsmasq,
4114 dropbear, e2fsprogs, ethtool, fbdump, feh, fftw, file,
4115 flashrom, fluxbox, gdb, gdisk, gdk-pixbuf, genext2fs, gettext,
4116 gnutls, gpsd, gqview, grep, gsl, gst-plugins-{bad,good},
4117 hdparm, hiawatha, hostapd, input-tools, iproute2, ipset,
4118 iptables, iw, json-c, kexec, kmod, lcdproc, leafpad, less,
4119 libcurl, libdrm, libdvdnav, libdvdread, libffi, libfuse,
4120 libglib2, libhid, liblockfile, libmad, libmbus, libmnl,
4121 libnetfilter_{acct,conntrack,cthelper,cttimeout,queue},
4122 libnfc, libnfc-llcp, libnfnetlink, libnl, libnspr, libnss,
4123 libpcap, libplayer, libtool, libtorrent, liburcu, libv4l,
4124 libxcb, libxml2, libxslt, links, linux-firmware, lm-sensors,
4125 lmbench, lockfile-progs, logrotate, lshw, lsof,
4126 lttng-babeltrace, lttng-tools, lua, luajit, mesa3d, microperl,
4127 mii-diag, module-init-tools, mpc, mpd, mpg123, mplayer,
4128 mtd-utils, mysql_client, nbd, ncurses, netatalk, netkitbase,
4129 netkittelnet, netsnmp, newt, nfs-utils, openntpd, openssh,
4130 openssl, opkg, patch, pciutils, pcre, php, poco, polarssl,
4131 popt, portmap, pppd, procps, pulseaudio, python, python-nfc,
4132 python-protobuf, qt, quota, rp-pppoe, rtorrent, sam-ba, samba,
4133 scons, sdl_gfx, smartmontools, sqlite, squid, strace, sudo,
4134 sylpheed, tcpdump, tremor, ttcp, tiff, unionfs,
4135 usb_modeswitch, usbutils, util-linux, vala, valgrind, vpnc,
4136 vsftpd, webkit, wget, which, wpa_supplicant, x11vnc, xapp_*,
4137 xdriver_*, xenomai, xfont_*, xinetd, xl2tp, xlib_*, xlsclient,
4138 xproto_*, xserver_xorg-server, xutil_util-macros, xz, zeromq
4140 New packages: arptables, at91bootstrap3, boot-wrapper-aarch64,
4141 ccid, cpanminus, cpuload, erlang, evtest, fb-test-apps,
4142 fxload, gdbm, gnupg, googlefontdirectory, grantlee, gsl,
4143 lcdapi, liblo, liblog4c-localtime, libtirpc, linux-pam,
4144 lua-msgpack-native, macchanger, mtdev, mtdev2tuio, nfacct,
4145 opus, opus-tools, pcsc-lite, perl, pkgconf, python-meld3,
4146 python3, qemu, qextserialport, qtuio, rpcbind, schifra,
4147 sconeserver, supervisor, time, ulogd, usb_modeswitch_data,
4150 Deprecated packages: netkitbase, netkittelnet
4152 Issues resolved (http://bugs.uclibc.org):
4154 #807: [PATCH] samba - make iconv and smbd optional
4155 #3049: binutils have a sysroot bug in ld
4156 #5330: update vsftpd to 3.0.0
4157 #5486: libglib2 build fails on: libs/libglib-2.0.so: undefined...
4158 #5666: Fails to build python 2.7.2 for 2440 arm
4160 2012.08, Release August 31th, 2012
4162 Updated/fixed packages: microperl, cups, luajit, rrdtool,
4165 Added license information for: sqlite.
4167 Changed the source URLs of all packages located on Sourceforge
4168 in order to use the automatic mirror selection URL
4169 downloads.sourceforge.net, and get rid of the
4170 BR2_SOURCEFORGE_MIRROR option.
4172 2012.08-rc3, Released August 25th, 2012
4174 Updated/fixed packages: libglib2, netsnmp, freetype, libfuse,
4175 libpng, x11vnc, zlib, gpsd, ifplugd, bash, distcc.
4177 Added license informations for: barebox, grub, syslinux,
4178 uboot, xloader, yajl, zlib, zxing, alsa-lib, alsa-utils,
4179 faad2, nano, fbdump, rsync, librsync, fontconfig,
4182 2012.08-rc2, Released August 15th, 2012
4184 Updated/fixed packages: imagemagick, sudo, crosstool-ng.
4186 Added license informations for: mxml, nanocom, empty, expat,
4187 lua, lucjson, xinetd, cjson, luaexpat, lmbench, bwm-ng,
4188 input-event-daemon, luajit, cgilua, copas, coxpcall,
4189 luafilesystem, luasocket, rings, wsapi, xavante, libtpl,
4190 avahi, busybox, libfcgi, ifplugd, libcgicc, libcurl,
4191 libdaemon, libdnet, libgpg-error, libpcap, libpng, lighttpd,
4192 mtd, openssl, psmisc, socat, spawn-fcgi.
4194 Fixes to Microblaze external toolchains
4195 configuration. Improvements of the pkg-stats
4196 script. Out-of-tree fix for the graph-depends script.
4198 Kernel headers version bump.
4200 2012.08-rc1, Released August 1st, 2012
4202 Fixes all over the tree and new features.
4204 Integration of a legal information reporting infrastructure,
4205 which allows to generate detailed informations about the
4206 licenses and source code of all components of a system
4207 generated by Buildroot. License information will progressively
4208 be added on packages.
4210 Default configuration files added for Calao-systems USB-A9263
4211 and Calao-systems USB-A9G20-LPW.
4213 External toolchains update: allow download of a custom
4214 toolchain, add Linaro 2012.05 and 2012.06 for ARM, add
4215 Blackfin toolchain 2012R1-BETA1, add Sourcery CodeBench MIPS
4218 Allow the restriction of downloads to the primary site only.
4219 This is useful for project developers who want to ensure that
4220 the project can be built even if the upstream tarball
4221 locations disappear.
4223 Add a 'System configuration' choice to select between 3
4224 different init systems: Busybox init, SysV init and Systemd
4227 Cleanups to the package infrastructure. The visible change to
4228 developers is that $(eval $(call AUTOTARGETS)) is now $(eval
4229 $(autotools-package)), and similarly for other package
4230 infrastructures and host packages. Refer to the documentation
4233 By default, automatic detection of the number of compilation
4234 jobs to use, depending on the number of CPUs available.
4236 Improvements to generate systems with static libraries only
4237 (infrastructure and package fixes).
4239 Add proper support in the Linux kernel package to generate
4240 Device Tree Blobs or combined Device Tree / Kernel
4241 images. This will be useful on Microblaze, PowerPC and ARM,
4242 which are architectures making extensive use of the Device
4245 Updated/fixed packages: audiofile, autoconf, automake, axel,
4246 barebox, bash, beecrypt, berkeleydb, bind, bison, bluez_utils,
4247 bonnie, boost, busybox, bsdiff, bwm-ng, bzip2, cifs-utils,
4248 cgilua, cmake, connman, conntrack-tools, crosstool-ng, cups,
4249 dbus, dhcp, dnsmasq, e2fsprogs, eeprog, ethtool, faad2, fbv,
4250 ffmpeg, freetype, gmp, gnutls, gob2, gpsd, grep,
4251 gst-plugins-base, gst-plugins-good, gzip, hiawatha, hostapd,
4252 htop, icu, igh-ethercat, imagemagick, input-tools, iostat,
4253 iproute2, ipset, iptables, iw, kmod, less, libcap, libgci,
4254 libconfig, libcurl, libelf, libevas, libeXosip2, libexif,
4255 libfuse, libidn, libmad, libmbus, libmnl,
4256 libnetfilter-conntrack, libnl, libnspr, libnss, libogg,
4257 libosip2, libpcap, libpng, libroxml, liburcu, libusb, libxml2,
4258 libxslt, lighttpd, linux, ltrace, lttng-libust, lttng-modules,
4259 lttng-tools, lua, m4, memtester, midori, mii-diag,
4260 module-init-tools, mpfr, mpg123, mrouted, msmtp, mtd, mxml,
4261 mysql_client, nasm, nbd, ncurses, nfs-utils, opencv, openocd,
4262 openssl, pciutils, php, polarssl, portaudio, pppd,
4263 pthread-stubs, pulseaudio, qt, quagga, quota, radvd, rpm,
4264 rrdtool, samba, sam-ba, scons, sdl_gfx, sdl_sound, speex,
4265 sqlite, squashfs, squid, sudo, synergy, syslinux, systemd,
4266 tar, tcpdump, tcpreplay, udev, usbutils, valgrind, wget,
4267 wpa_supplicant, wsapi, xavante, xserver_xorg-server, zlib
4269 New packages: cjson, collectd, dfu-util, dmidecode, elftosb,
4270 fbterm, flashrom, freerdp, inadyn, libfreefare,
4271 libnetfilter_cttimeout, libnfc, libnfc-llcp, liboping,
4272 libtorrent, linphone, logsurfer, lshw, luacjson, luaexpat,
4273 luajit, mediastreamer, mobile-broadband-provider-info, monit,
4274 mxs-bootlets, nanocom, nss-mdns, ofone, omap-u-boot-utils,
4275 opkg, ortp, owl-linux, python-id3, python-nfc, quota,
4276 ramspeed, rtorrent, sound-theme-borealis,
4277 sound-theme-freedesktop, sysprof, webrtc-audio-processing,
4280 Issues resolved (http://bugs.uclibc.org):
4282 #1315: Allow use of older external toolchains without sysroot
4284 #5276: Hiawatha needs to manage IPV6 if so [fixed]
4285 #5360: buildroot fails when building "host-libglib2 2.30.2
4286 Building" [won't fix, upstream problem]
4287 #5384: Can't build packages relying on gets on newer glibc
4290 2012.05, Released May 30th, 2012:
4292 Updated/fixed packages: busybox, netsnmp, pptp-linux
4294 2012.05-rc3, Released May 25th, 2012:
4296 Minor fixes around the tree.
4298 Infra: Fix for DOWNLOAD macro when using primary mirrors with
4301 Toolchain: Kernel headers 3.2.18 / 3.3.7.
4303 Updated/fixed packages: binutils, bison, busybox, cifs-utils,
4304 gnuchess, gpsd, iperf, libmpeg2, mtd, ntfs-3g, oprofile,
4307 2012.05-rc2, Released May 18th, 2012:
4309 Fixes all over the tree.
4311 Toolchain: uClibc: Use 0.9.33.2, Crosstool-ng: fix gperf
4312 dependency, disable decimal floats support, Linux 3.2.17 /
4313 3.3.6 kernel headers. Fix sysroot copy handling for toolchains
4314 without C++ support.
4316 Updated/fixed packages: apr, apr-util, ccache, dnsmasq,
4317 heirloom-mailx, gdb, ndisc6, opencv, openssl, socat, vala
4319 2012.05-rc1, Released May 10th, 2012:
4321 Fixes all over the tree and new features.
4323 Use /etc/os-release for version info rather than
4326 CMake toolchain file moved to $HOST_DIR/usr/share/buildroot.
4328 Apply-patches.sh: cleanups, archived patches handling fixes,
4329 support series files.
4331 Defconfigs: beaglebone, mx53qsb, pandaboard, qemu configs for
4332 arm-vexpress/microblaze/ppc-mpc88544ds, use 3.2.x for
4333 atngw100, use 3.3.x for qemu configs.
4335 Menu structure: Libraries moved out of multimedia section
4337 Atom processor support. Prescott fix, blackfin ABI fix,
4338 Microblaze architecture support (using ext toolchain). Cleanup
4339 architecture names, deprecate Xtensa support.
4341 Toolchain: Add GCC 4.4.7, 4.6.3, 4.7.0. uClibc 0.9.33.1,
4342 default to uClibc 0.9.33.x, enable
4343 UCLIBC_SUPPORT_AI_ADDRCONFIG by default, static and 64bit
4344 fixes for external toolchains, linaro ext toolchains, new
4345 sourcery codebench ext toolchains, GDB 7.4.1, crosstool-ng
4348 Bootloaders: U-Boot: add 2012.04.01, SPL and u-boot.img
4349 support. Barebox: add 2012.04, remove 2011.12.
4351 Updated/fixed packages: alsa-lib, alsa-utils, at, atk, avahi,
4352 barebox, berkeleydb, bind, bluez_utils, boost, busybox,
4353 can-utils, ccache, cifs-utils, coreutils, cups, dbus, dhcp,
4354 directfb, dnsmasq, doom-wad, dosfstools, e2fsprogs, expat,
4355 fakeroot, feh, ffmpeg, file, fis, freetype, gamin, gawk,
4356 gdk-pixbuf, gettext, giblib, glib-networking, gmp, gnutls,
4357 gpsd, grep, gstreamer, gst-plugins-{bad,base,good,ugly},
4358 haserl, hdparm, imagemagick, iproute2, iptable, iw, kexec,
4359 kmod, lame, libaio, libarchive, libatomic_ops, libconfig,
4360 libcurl, libdvdnav, libdvdread, libedbus, libethumb, libffi,
4361 libfuse, libglib2, libgtk2, libhid, libmad, libmbus, libmpeg2,
4362 libnl, libplayer, libpng, libsigc, libsoup, libupnp, liburcu,
4363 libusb, libusb-compat, libxml2, libxml-parser-perl, libxslt,
4364 lighttpd, linux-firmware, linux-fusion, lite, lsof, ltrace,
4365 lttng-libust, lua, m4, makedevs, microperl, mpd, mpfr, mpg123,
4366 mrouted, mtd, mysql_client, nbd, ncftp, ncurses, neon,
4367 netsnmp, network-manager, nfs-utils, ngrep, ntfs-3g, openntpd,
4368 openssh, openssl, parted, pango, pcre, php, pixman, poco,
4369 psmisc, pulseaudio, python, qt, quagga, radvd, rpm, rsync,
4370 ruby, samba, sam-ba, sane-backends, sawman, screen, sdl_net,
4371 smartmontools, speex, sqlite, squashfs3, squid, sshfs, sudo,
4372 syslinux, sysstat, taglib, tcpdump, tftp-hpa, transmission,
4373 tiff, tinyhttpd, uboot-tools, udev, uemacs, unionfs, usbutils,
4374 util-linux, vala, valgrind, vim, vsftpd, wget, wipe,
4375 wpa_supplicant, xdriver_xf86-{input-vmmouse,video-fbdev},
4378 New packages: apr, apr-util, audiofile, bellagio,
4379 conntrack-tools, empty, fmtools, glib-networking,
4380 heirloom-mailx, hiawatha, latencytop, lcdproc, libcap-ng,
4381 libdmtx, libfcgi, libnetfilter_conntrack, libnfnetlink,
4382 libtpl, localedef, minicom, msmtp, ndisc6, netatalk,
4383 ocf-linux, openswan, parted, polarssl, protobuf, read-edid,
4384 socketcand, stress, systemd, ushare, zeromq
4386 Deprecated packages: ttcp
4388 Removed packages: ntfsprogs
4390 Issues resolved (http://bugs.uclibc.org):
4392 #2353: [lua] fix build with 2010.08-rc1
4393 #2503: Microperl fails build on MIPSel or with Fedora13.x86_64
4394 #2557: [PATCH] mkfs.xfs complains about missing libxfs.so.0
4395 #2881: Can't build project statically with external toolchain
4396 #3751: MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64
4397 #4808: ccache may build against wrong zlib
4398 #4880: New package lcdproc
4399 #4886: New package protobuf
4400 #4892: build fails on ltp-testsuite-20101031/testcases/kernel/fs/...
4401 #4898: * make: [target-finalize] Error 1 (ignored)*
4402 #4985: Qt 4.7.4 build crashes with Linux 2.6.29
4403 #4970: udev 181 fails to build if kernel version 3.3 is selected
4404 #5018: dialog broken: exits with assert in uClibc
4405 #5102: qt package moc, uic, rcc read from wrong place
4406 #5144: Patch to fix ixon bug in uemacs
4407 #5198: Line graphics output is broken in GNU Screen
4408 #5204: Missing terminfo file(s) for GNU screen terminal type
4410 2012.02, Released February 29th, 2012:
4412 Updated/fixed packages: libecore
4414 2012.02-rc3, Released February 27th, 2012:
4416 Fixes all over the tree.
4418 Automatic host dependencies handling for cmake packages
4419 fixed. Customize package deprecated as using a post-build
4420 script is nowadays the preferred way of adding extra stuff to
4423 Linux-headers 3.0.x / 3.2.x stable version bumped.
4425 QEMU defconfigs updated to 3.2.x kernels and readme fixed.
4427 Updated/fixed packages: dropbear, ffmpeg, libpng
4429 2012.02-rc2, Released February 19th, 2012:
4431 Fixes all over the tree.
4433 Toolchain: uClibc: Added upstream post-0.9.33 fixes, Bump
4434 linux-headers 3.0.x / 3.2.x stable versions.
4436 Documentation: Added makedev / <pkg>_DEVICES /
4437 <pkg>_PERMISSIONS documentation.
4439 Updated/fixed packages: busybox, ffmpeg, gst-dsp, libecore,
4440 libvncserver, mxml, python.
4442 2012.02-rc1, Released February 12th, 2012:
4444 Fixes all over the tree and new features.
4446 Toolchain: Default to GCC 4.5.x, add binutils 2.22. Java
4447 support removed, Powerpc SPE ABI support. GDB ELF support fix,
4448 GDB 7.4, crosstool-NG 1.13.4.
4450 Gentargets: scp and mercurial support.
4451 Autotools: derive host dependencies from target by default.
4452 Packages can now declare device table snippets.
4454 Host utilities menu with commonly used host tools.
4456 defconfigs: qemu configs for x86-64, mips and sparc, at91
4457 defconfigs now use modern U-Boot / mainline Linux, added
4460 uClibc: remove 0.9.30, backport unshare() support, add
4461 0.9.32.1 / 0.9.33, use same config for ctng.
4463 Bootloaders: U-Boot: add 2011.12, remove 2010.xx versions,
4464 Barebox: add 2012.01/02, remove 2011.10/11, LPC32xx
4467 Various manual updates. Release tarballs now contain generated
4468 manual in text/html/pdf formats.
4470 Buildroot now calls the stop function of scripts in
4471 /etc/init.d at shutdown.
4473 Updated/fixed packages: atk, avahi, barebox, bash, beecrypt,
4474 bind, binutils, bison, bluez_utils, bzip2, busybox, cairo,
4475 ccache, cdrkit, coreutils, cramfs, dbus, dbus-glib, dialog,
4476 diffutils, dmalloc, dropbear, e2fsprogs, ebtables, ed,
4477 ethtool, expat, ffmpeg, file, fis, flex, fluxbox, fontconfig,
4478 freetype, gawk, grep, gst-dsp, gst-ffmpeg, gst-plugins-base,
4479 hdparm, hostapd, htop, i2c-tools, icu, iproute2, ipsec-tools,
4480 ipset, iptables, iw, jpeg, kismet, lame, libcap, libcgi,
4481 libev, libeXosip2, libffi, libftdi, libgpg-error, libgtk2,
4482 libidn, libmms, libmnl, libmodbus, libnl, libogg, libosip,
4483 libpcap, libpng, libraw1394, libroxml, libusb, libusb-compat,
4484 libv4l, libvorbis, libxcb, libxml-parser-perl, libxslt,
4485 lighttpd, links, lm-sensors, lua, m4, module-init-tools, mpc,
4486 mesa3d, mpd, mpfr, mplayer, mtd-utils, nano, nbd, ncurses,
4487 netperf, netsnmp, ntp, opencv, openocd, openssl, openvpn, orc,
4488 pciutils, pcre, pixman, pkg-config, poco, popt, proftpd,
4489 python, python-serial, qt, ruby, samba, sdl, sdparm,
4490 squashfs3, sshfs, sqlite, squid, sudo, syslinux, tcl, tcpdump,
4491 ti-utils, tiff, tremor, uboot, uboot-tools, udev, usbmount,
4492 util-linux, vala, valgrind, vsftpd, wpa_supplicant,
4493 xapp_{bdftopcf,mkfontdir,mkfontscale,xkbcomp,xcursorgen,xinit},
4494 xapp_xinput, xapp_xman, xcb-util, xdm, xenomai,
4495 xf86-video-sis, xfont_{encodings,font-util},
4496 xlib_lib{fontenc,X11,Xau,Xcursor,Xdmcp,Xfixes,Xfont,Xrender},
4497 xlib_libxkbfile, xterm, xutil_makedepend, yajl
4499 New packages: boost, connman, dstat, expedite, explorercanvas,
4500 feh, flot, giblib, igh-ethercat, imlib2, jquery,
4501 jquery-sparklines, jquery-validation, jsmin, kmod, libecore,
4502 libedbus, libedje, libeet, libeina, libelementary, libesmtp,
4503 libethumb, libevas, libical, libmbus, liboauth, liburcu,
4504 libvncserver, linux-firmware,
4505 lttng-{babeltrace,libust,modules,tools}, NetworkManager,
4506 open2300, python-distutilscross, python-dpkt,
4507 python-netifaces, python-pygame, python-setuptools, rt-tests,
4508 sam-ba, sane-backends, sqlcipher, transmission, unionfs,
4509 xf86-input-tslib, xinput-calibrator
4511 Issues resolved (http://bugs.uclibc.org):
4513 #743: Add Transmission bit torrent option to buildroot
4514 #755: Add Boost libraries as a package
4515 #2299: Add crypto support to libsoup
4516 #2617: Pixman 0.19.2 & Cairo 1.10.0
4517 #3403: libgpg-error: bump to version 1.10
4518 #3409: libgpg-error: download from gnupg.org
4519 #3421: nano: make tiny flag optional
4520 #3691: New EFL packages
4521 #4664: Cannot patch AT91Bootstrap
4522 #4700: setlocalversion not working for combination svn/ubuntu 11.10...
4523 #4760: Qt: add host-pkg-config to dependency-list
4525 2011.11, Released November 30th, 2011:
4527 Fixes all over the tree.
4529 Bump kernel headers / default Linux version to 3.1.4.
4531 Updated/fixed packages: ruby
4533 2011.11-rc3, Released November 26th, 2011:
4535 Fixes all over the tree.
4537 Toolchain: Fix gdb dependencies for external toolchains,
4538 adjust uClibc patches so they don't confuse modern versions of
4539 patch, bump crosstool-ng, kernel headers and linux versions.
4541 Updated/fixed packages: busybox, freetype, mplayer, opencv,
4542 php, rsyslog, ruby, thttpd, xapp_xf86dga
4544 Issues resolved (http://bugs.uclibc.org):
4546 #4357: Prevent patch commands from accessing source control
4547 #4369: Fix permissions on untared lsof archive
4549 2011.11-rc2, Released November 18th, 2011:
4551 Fixes all over the tree and new features.
4553 Updated asciidoc documentation
4555 Toolchain: Bumped 3.x stable kernel headers, use wget in
4556 crosstool-ng as well, bump crosstool-ng version, gdb fixes,
4559 Updated/fixed packages: distcc, file, gst-plugins-bad, libxcb,
4560 mplayer, newt, qt, rpm, rrdtool, tar, tftpd
4562 Issues resolved (http://bugs.uclibc.org):
4564 #3355: mplayer fails to build
4565 #4021: uClibc: undefined reference to `__GI___errno_location'
4566 #4297: Qt's qmake uses wrong pkg-config
4568 2011.11-rc1, Released November 11th, 2011:
4570 Fixes all over the tree and new features.
4572 Moved misc scripts and support stuff to support/. Renamed
4573 patch-kernel.sh to support/scripts/apply-patches.sh.
4575 Documentation: Moved to asciidoc format, make targets to
4576 generate text/html/pdf/epub output added.
4578 Defconfigs: Qemu configs updated to 3.1 kernel and readmes
4581 Bootloaders: Add support for custom git tree / tarballs for
4582 barebox, similar to how it's handled for u-boot. Clean up
4585 Toolchain: Update external codesourcery toolchain download
4586 URLs after Codesourcery got bought by Mentor, add x86
4587 toolchain, update toolchain versions and optimize toolchain
4588 sysroot copying. Fix uClibc 0.9.32 builds for e500 PPC,
4589 updated GDB versions / download URLs. Binutils
4590 libbfd/libopcodes static/dynamic linking fix. GCC 4.6.2 added,
4593 Package infrastructure: Support for local packages /
4594 overrides, package dir / name arguments dropped from
4595 {GEN,AUTO,CMAKE}TARGETS.
4597 Linux: Kernel extensions infrastructure support, Xenomai +
4600 Updated/fixed packages: acpid, bind, busybox, dash, dbus,
4601 dbus-glib, directfb, dnsmasq, drystone, e2fsprogs, ethtool,
4602 fakeroot, fbdump, file, freetype, fuse, gamin, gmp, gmpc,
4603 gnutls, gob2, gst-plugins-{base,bad,good,ugly}, gstreamer,
4604 hostapd, ifplugd, imagemagick, intltool, ipsec-tools, ipset,
4605 iptables, iw, jpeg, kexec, leafpad, less, libargtable2, libao,
4606 libconfuse, libcuefile, libcurl, libdaemon, libevent,
4607 libglib2, libiconv, libmpd, libreplaygain, libroxml,
4608 libsamplerate, libsndfile, libsoup, libsvgtiny, libtool,
4609 libxcb, lighttpd, links, linux-fusion, lite, lrzsz, lsof, lzo,
4610 lzop, makedevs, mcookie, mpg123, mpd, mpfr, mtd, musepack,
4611 mutt, mysql_client, ncftp, ncurses, neon, netcat, netsnmp,
4612 ntfs-3g, ntfsprogs, ntp, openntpd, openssh, openssl, oprofile,
4613 orc, pciutils, psmisc, python, qt, quagga, radvd, rpm, rsync,
4614 samba, sawman, sdl_sound, smartmontools, sqlite, squid,
4615 stunnel, sudo, sylpheed, sysstat, taglib, tar, tcpreplay,
4616 tslib, usbutils, util-linux, valgrind, wget, whetstone, which,
4617 wpa-supplicant, xdata_xcursor-themes, xmlstarlet, xterm
4619 New packages: bluez-utils, cifs-utils, fftw, fluxbox, json-c,
4620 libev, libftdi, libgeotiff, libmodbus, libplayer, live555,
4621 ngrep, noip, opencv, openocd, picocom, poco, portaudio,
4622 pulseaudio, pv, rtai, vala, xenomai.
4624 Removed packages: liboil, sfdisk, swfdec, webif
4626 Issues resolved (http://bugs.uclibc.org):
4628 #505: live555: new package
4629 #507: Enable live and tv options in MPlayer-1.0rc2
4630 #531: let e2fsprogs package to export headers to staging dir if needed
4631 #1171: Linuxthreads new cannot find sysdep.h
4632 #1357: Add bluez to buildroot system
4633 #2107: New package: input-event-daemon
4634 #2599: New package: orc (Oil Runtime Compiler)
4635 #2605: gstreamer: Update to 0.10.30
4636 #2677: introducing util-linux-ng as replacement for util-linux
4637 #2917: Qt: Add declarative module
4638 #3145: jffs2 image generation fails
4639 #3271: netperf-2.4.5 fails to compile
4640 #3331: xdata_xcursor-themes depends on xcursorgen
4641 #3343: Add file:// download SITE_METHOD
4642 #3391: Add support for specifying an external kernel tree
4643 #3631: Error while compiling with Xorg
4644 #3709: oprofile doesn't build for mipsel
4645 #3925: midori not getting compile
4646 #4045: Add support for downloading i386 toolchains from codesourcery
4647 #4165: lrzsz-fix-symlink-at-rebuild.patch
4648 #4171: makedevs-unused-but-set-variable.patch
4649 #4183: Codesourcery toolchain download site has changed
4650 #4231: libneon.so: undefined reference to `SSL_SESSION_cmp'
4651 #4381: Add option to lighttpd to enable Lua support
4652 #4387: Make sure that dest dir exists before installing mtd files
4654 2011.08, Released August 31th, 2011:
4656 Fixes all over the tree.
4658 Toolchain: Fix codesourcery 2009q3 ARM download, Linux 3.0.4
4661 Updated/fixed packages: ipset, python
4663 2011.08-rc2, Released August 29th, 2011:
4665 Fixes all over the tree.
4667 Toolchain: crosstool-NG 1.12.1, use binutils 2.21 on
4668 mips/sh/older uClibc, disallow uClibc 0.9.32 on avr32/sh
4671 Defconfigs: kernel updates, fix mini2440 serial port config,
4672 remove old arm toolchain configs.
4674 Bootloaders: Fix grub patching, add barebox-{n,x,menuconfig}
4675 targets similar to linux/busybox.
4677 Updated/fixed packages: barebox, directfb, libsoup,
4678 libxml-parser-perl, mtd, ncurses, python, ti-utils, udev,
4679 usbmount, util-linux, xfont_font-misc-misc
4681 Issues resolved (http://bugs.uclibc.org):
4683 #3685: ncurses installation hangs due to old version of tic
4684 #4093: Grub fails to install bz2 patch after conversion to...
4686 2011.08-rc1, Released August 4th, 2011:
4688 Fixes all over the tree and new features.
4690 Toolchain: uClibc 0.9.32 / NPTL support, 0.9.29 removed,
4691 ext-toolchain-wrapper improvements, improved non-MMU
4692 support. GCC 4.3.6 / 4.6.1.
4694 GENTARGETS infrastructure extended to cover bootloaders and
4695 Linux kernel as well. Options to retrive Linux/U-Boot from a
4696 custom git repo instead of upstream tarballs.
4697 Support for Linux 3.x and release candidate tarballs.
4698 X-Loader bootloader for omap added.
4700 Make source/external-deps now also works for external
4701 toolchains / crosstool-ng backend.
4703 Updated/fixed packages: autoconf, berkeleydb, bind, binutils,
4704 bmon, bridge-utils, busybox, cmake, dbus, dbus-glib,
4705 e2fsprogs, ethtool, ffmpeg, gst-plugins-{bad,base,good,ugly},
4706 gvfs, hostapd, iproute2, iptables, iw, jpeg, lame, libarchive,
4707 libdnet, libdrm, libgcrypt, libgtk2, libmpeg2, libpng,
4708 libsoup, lighttpd, linux-fusion, lzo, midori, mtd-utils,
4709 nfs-utils, openvpn, oprofile, orc, pkg-config, proftpd, qt,
4710 ruby, samba, sdl, shared-mime-info, sudo, sqlite, squid,
4711 synergy, udev, usbmount, usbutils, util-linux, valgrind,
4712 webkit, xorg-xserver, xz, zlib
4714 New packages: acl, attr, ebtables, gnutls, inotify-tools,
4715 ipset, libargtable2, libiqrf, libmnl, libnspr, libnss,
4716 libroxml, libyaml, live555, mxml, orc, rsyslog, sredird,
4717 statserial, stunnel, ti-utils, uboot-tools, yajl
4719 Deprecated packages: liboil, swfdec
4721 Removed packages: hal
4723 Issues resolved (http://bugs.uclibc.org):
4725 #3559: libnspr: Add new package
4726 #3595: patch to add libroxml
4727 #3565: libnss: Add new package
4728 #3583: xfonts_font-adobe-100dpi fails due to missing map file
4729 #3649: [PATCH] Add mapdir to existing pkg-config patch
4730 #3907: 2011.05 - Qt 4.7.3 not building on ARM
4731 #3961: Nfs-utils: Remove SUSv3-function index
4732 #3985: "help" target's defconfig list needs sort
4733 #3997: bump libroxml to v2.1.0
4735 2011.05, Released May 27th, 2011:
4737 Updated/fixed packages: makedevs
4739 2011.05-rc2, Released May 24th, 2011:
4741 Fixes all over the tree.
4743 Toolchain: Code sourcery ARM 2009q1 download URL fixed /
4744 2009q3 external toolchains added. Crosstool-NG bumped to
4745 1.11.3, eglic/glibc configuration fixes. Linux kernel 2.6.38.x
4748 Updated/fixed packages: bind, fakeroot, kbd, psmisc, qt
4750 2011.05-rc1, Released May 18th, 2011:
4752 Fixes all over the tree and new features.
4754 External toolchain improvements: We now build a binary
4755 toolchain wrapper and install it into HOST_DIR/usr/bin, which
4756 enforces the correct compiler arguments, making an external
4757 toolchain as easy to use outside of Buildroot as the internal
4758 ones are. This also brought a cleanup of CFLAGS, making the
4759 Buildroot build output easier to read.
4761 Rootfs device handling improvements: Choice between static
4762 /dev, devtmpfs and devtmpfs with either mdev or udev.
4764 Toolchain: More preconfigured codesourcery external
4765 toolchains, improved Crosstool-NG support, fix for GCC
4766 snapshot versions, GCC 4.4.6 / 4.5.3, experimental GCC 4.6.0
4767 support, target-GCC fixes, uClibc fixes, 0.9.32-rc3 support.
4769 Bootloaders: U-boot 2011.03, Barebox 2011.05.0
4771 Linux: support for custom kernel image targets, E.G. for
4772 powerpc builds with embedded device trees.
4774 Misc fixes for qemu defconfigs, ensuring correct serial
4775 terminal setup out of the box.
4777 Misc gentarget / autotools handling fixes.
4779 Updated/fixed packages: alsa-lib, alsa-utils, alsamixergui,
4780 atk, avahi, bind, bison, busybox, copas, dbus-glib, dhcp,
4781 dhcpdump, dnsmasq, dropbear, ethtool, fakeroot, ffmpeg, file,
4782 gamin, gnuconfig, gst-ffmpeg, gst-plugins-good, gtk2-engines,
4783 haserl, hostapd, icu, imagemagick, iproute2, iw, kismet, less,
4784 libcap, libdnet, libglade, libglib2, libgtk2, libnl, libpng,
4785 libxml2, libxml2, libxslt, lighttpd, lockfile-progs, makedevs,
4786 midori, mpg123, mpc, mpd, mpfr, mplayer, mtd-utils, ncurses,
4787 netsnmp, openssh, openssl, openvpn, pango, pkg-config, popt,
4788 procps, proftpd, qt, quagga, readline, rsync, samba, sdl,
4789 socat, squashfs, squid, sudo, tslib, udev, usbutils, webkit,
4790 wpa_supplicant, xerces, xfont_font-misc-misc, xlib_libX11,
4791 xlib_libXfont, xlib_xtrans, xorg-server, xterm, xz
4793 New packages: bonnie++, can-utils, gdisk, htop,
4794 input-event-daemon, libexif, libraw, libv4l, ngircd
4796 Removed packages: festival
4798 Issues resolved (http://bugs.uclibc.org):
4800 #2131: Add OpenMP support to the toolchain
4801 #3379: New Package: bonnie++
4802 #3445: Not working openssl-10.0.0d on 386sx
4803 #3451: fakeroot package: wrong FAKEROOT_SITE variable
4804 #3457: alsamixergui: broken URL
4805 #3475: Calling sync on large filesystems when not always necessary
4806 #3511: make busybox-menuconfig does not download busybox package
4807 #3541: Quotes in the top Makefile:217 break buildroot/kernel config...
4808 #3571: u-boot: fw_printenv does not build
4809 #3643: popt source url is not responding
4810 #3733: dropbear: make zlib optional
4811 #3757: Buildroot can't build mplayer with libmad
4813 2011.02, Released February 28th, 2011:
4815 Fixes all over the tree.
4817 Updated/fixed packages: alsamixergui, avahi, ffmpeg, icu, mpd,
4818 nuttcp, qt, slang, squashfs, sylpheed, synergy, xerces
4820 Deprecated packages: devmem2, webif
4822 Issues resolved (http://bugs.uclibc.org):
4824 #2911: Qt: Disable qt3support-option, if gui-module isn't selected
4825 #3259: Unable to build webkit (on arm)
4826 #3295: slang fails to build on mipsel
4827 #3325: ffmpeg fails to build
4829 2011.02-rc2, Released February 24th, 2011:
4831 Fixes all over the tree.
4833 Festival packages marked as broken. Unless someone steps up
4834 to support them, they will be removed during the 2011.05
4837 Updated/fixed packages: atk, avahi, bind, cairo, dbus,
4838 enchant, fakeroot, gmpc, gpsd, gvfs, iperf, jpeg, libarchive,
4839 libcgicc, libdaemon, libdrm, libevent, libgail, libglib2,
4840 libgpg-error, libmicrohttpd, librsvg, libsoup, libxcp,
4841 makedevs, matchbox-fakekey, matchbox-startup-monitor, mdadm,
4842 metacity, mpd, nasm, nfs-utils, olsr, openssl, popt,
4843 pthread-stubs, quagga, rpm, samba, sdl, sdl_gfx, sdl_image,
4844 sdl_mixer, sdl_sound, sdl_ttf, squashfs, synergy, taglib,
4845 tcpreplay, tiff, wpa_supplicant, xcb-util,
4846 xdriver_xf86-input-{acepad,aiptek,evdev,joystick,keyboard},
4847 xdriver_xf86-input-{mouse,synaptics,void},
4848 xdriver_xf86-video-{chips,dummy,geode,glide,intel,nv,wsfb},
4849 xlib_lib{ICE,SM,XScrnSaver,Xau,Xcursor,Xdmcp,Xi,Xinerama},
4850 xlib_lib{Xrandr,Xt,Xtst,Xxf86dga,Xxf86vm,dmx,fontenc,pciaccess},
4851 xserver_xorg-server, xz
4853 Removed packages: ace_of_penguins, vlc
4855 Issues resolved (http://bugs.uclibc.org):
4857 #3205: Failing chmod when running "make" in buildroot (openssl)...
4858 #3277: quagga fails to build with SNMP support
4859 #3283: See why nfs-utils needs fakeroot, and convert to autotools
4860 #3307: synergy fails to build due to missing XTest library
4862 2011.02-rc1, Released February 14th, 2011:
4864 Fixes all over the tree and new features.
4866 External toolchain improvements: clarification of the options,
4867 and introduction of the toolchain profile concept, for
4868 well-known toolchains. Buildroot is now capable of
4869 automatically downloading and extracting well-known toolchains
4870 (for the moment, CodeSourcery ARM, PowerPC, MIPS and SuperH
4871 toolchains are supported). Crosstool-NG backend updated and
4874 Complete rework of how hardware boards are supported.
4875 Each board now only has a single defconfig file, and all
4876 board-specific options have been removed. See
4877 docs/buildroot.html#board_support for details.
4879 Added support for the following boards: Mini2440, Qemu ARM
4880 Versatile, Qemu MIPSel Malta, Qemu PowerPC G3beige, Qemu SH4
4881 r2d and Qemu x86. The Qemu boards support allows to easily
4882 build systems that are known to work under Qemu.
4884 Initial support for Blackfin processors.
4886 Staging directory moved into $(O)/host/usr/<tuple>/sysroot, in
4887 preparation for support of SDK. For the same reason, the
4888 toolchain binaries (cross-compiler and other related tools)
4889 are now installed in $(O)/host/usr/bin/. The cross pkg-config
4890 now also automatically returns correct values for cross
4891 compilation, without needing any environment variables to be
4894 Ccache support reworked. Now used for both host and target
4895 compilation, and cache is stored in ~/.buildroot-ccache.
4897 Toolchain: uClibc 0.9.32-rc2, several components moved to
4898 normal AUTOTARGET packages.
4900 Generic cmake infrastructure, similar to the existing
4901 GENTARGETS/AUTOTARGETS.
4903 Support for bzr downloads, next to the existing git/svn support.
4905 Kconfig infrastructure rebased against 2.6.38-rc3, bringing
4906 misc fixes. 'xconfig' now uses Qt4 rather than Qt3.
4908 EXT2 file system size handling improved, UBI image support, fs
4909 configuration options cleanup, U-Boot/Barebox version bumps.
4911 Updated/fixed packages: alsa-utils, at, autoconf, automake,
4912 bash, binutils, bison, busybox, bzip2, cdrkit, cloop, cmake,
4913 coreutils, cups, dbus, dbus-python, dhcp, directfb,
4914 direcfb-examples, dmalloc, dnsmasq, dosfstools, e2fsprogs, ed,
4915 fbset, ffmpeg, findutils, flac, freetype, gdk-pixbuf, gmp,
4916 grep, gperf, gst-ffmpeg, gst-plugins-bad, gst-plugins-base,
4917 gst-plugins-good, gst-plugins-ugly, gstreamer, gvfs, hdparm,
4918 hostapd, i2c-tools, icu, imagemagick, input-tools, iproute2,
4919 iptables, iw, jpeg, kexec, libaio, libart, libcap, libconfig,
4920 libfuse, libglib2, libidn, libmad, libogg, libpcap, libpng,
4921 libsndfile, libtheora, libtool, libusb-compat, libvorbis,
4922 libxcb, libxml2, libxslt, links, linux-fusion, lm-sensors,
4923 lsof, ltp-testsuite, ltrace, lvm2, lzo, m4, makedevs,
4924 memtester, mesa3d, mii-diag, mpc, mpfr, mpg123, mplayer,
4925 mrouted, mtd-utils, nano, netperf, netplug, ntfs-3g, ntp,
4926 openssh, openssl, openvpn, oprofile, pango, patch, pciutils,
4927 php, pkgconfig, portmap, psmisc, python, qt, rsync, ruby,
4928 sawman, screen, sdl_gfx, sdl_sound, smartmontools, socat,
4929 sqlite, squid, sshfs, sstrip, sysklogd, sysstat, sysvinit,
4930 tar, tcpdump, tslib, udev, usbutils, vim, vtun, webkit, wipe,
4931 x11vnc, xapp_xlogo, xcb-proto, xfont_font-util,
4932 xkeyboard-config, xlib_libX11, xz, zlib
4934 New packages: dhrystone, dsp-tools, faad2, fbgrab, gst-dsp,
4935 gst-omapfb, irda-utils, lame, libao, libcue, libcuefile,
4936 libffi, libhid, libreplaygain, libsamplerate, libsigc++,
4937 lsuio, mpd, musepack, python-mad, python-serial, rsh-redone,
4938 sdparm, tidsp-binaries, vorbis-tools, wavpack, whetstone,
4941 Removed packages: hotplug, l2tp, libfloat, microcom,
4944 Issues resolved (http://bugs.uclibc.org):
4946 #267: The make target: cross fails because toolchain_build_...
4947 #415: Berkeley DB: mut_pthread.o: relocation R_X86_64_32 against...
4948 #561: ltp-testsuite failed to install
4949 #1447: Installing gfortran on PowerPC
4950 #1651: Build fail caused by ccache in module-init-tools
4951 #1681: Cross-compiled binaries shouldn't be installed into staging
4952 #1723: [PATCH] axel: convert to generic package infrastructure and...
4953 #1735: [PATCH] mplayer: convert to autotools infrastructure
4954 #2551: [PATCH] native toolchain in the target filesystem fails
4955 #2623: buildroot-snapshot-20100922 fails when compiling development...
4956 #2647: makedevs package lacks support for 16-bit major/minor numbers
4957 #2371: QT MYSQL Module does not build when MySQL installed on the host
4958 #2839: compile fails in various packages with a odd message "error:...
4959 #2887: tar "buffer overflow detected" error
4960 #2893: Broken "make source" with external toolchain
4961 #2905: Qt: Speed up compilation, if gui-module isn't selected
4962 #2929: genext2fs: couldn't allocate a block (no free space)
4963 #2935: Ntpdate isn't installed
4964 #2965: Broken linkage to xkbcomp (blocking X server startup)
4965 #2983: xlib_libX11 build failed
4966 #3007: kexec doesn't build: Missing regdef.h file
4967 #3085: Init scripts are not compatible with sysVinit (when busybox...
4968 #3103: make external-deps wants to download gcc-.tar.bz2 when...
4969 #3109: abnormal `make busybox-menuconfig`
4970 #3115: How about board specific makefiles?
4971 #3169: python patch has typo, aborts build in scenario
4972 #3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/
4974 2010.11, Released November 30th, 2010:
4976 Fixes all over the tree.
4978 Updated/fixed packages: libgcrypt, qt, squid, sysstat, tcpdump,
4981 Issues resolved (http://bugs.uclibc.org):
4983 #2773: squid with openssl support needs openssl on the host
4984 #2857: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
4986 2010.11-rc2, Released November 25th, 2010:
4988 Fixes all over the tree.
4990 Add support for LEON Sparc architecture variants. Fix make
4991 source/external-deps for host packages.
4993 Updated/fixed packages: bash, bind, busybox, dialog, gpsd,
4994 libglib2, libcurl, libmad, lrzsz, midori, module-init-tools,
4995 mtd-utils, openssh, openssl, pciutils, php, qt, sqlite,
4996 sysstat, webkit, zlib
4998 Issues resolved (http://bugs.uclibc.org):
5000 #759: Sysstat build broken without libintl
5001 #2479: host-module-init-tools 3.11 fails to build
5002 #2725: Buildroot overrides kernel config
5003 #2785: mtd-utils build fails due to missing libmtd
5004 #2791: Added PHP-Process Control to the PHP-Package
5005 #2797: pciutils dependencies on zlib not taken into account
5006 #2809: failed to compile libglib2
5007 #2821: [PATCH] Patch for JavaScriptCore in QtWebKit module
5008 #2827: qt-4.7.0-pthread_getattr_np.patch invalid for qt 4.6...
5009 #2833: Failed to compile webkit without X11
5011 2010.11-rc1, Released November 8th, 2010:
5013 Fixes all over the tree and new features.
5015 Kconfig infrastructure rebased against 2.6.36-rc1, bringing
5016 misc fixes + nconfig and savedefconfig targets.
5018 Toolchain: ARM cortex A9 support, experimental crosstool-ng
5021 Fs: Squashfs 4.1 with lzo support
5023 Old-style package hooks (*_HOOK_POST_*) removed. Use the more
5024 generic new-style ones instead.
5026 Download handling reworked and support for git/svn downloads
5029 Removed experimental shared config.cache support, as it is
5032 A convenience Makefile wrapper is created when using
5033 out-of-tree building, similar to how it is done for the kernel.
5035 Alpha, Cris, IA64 and Sparc64 architecture support removed.
5037 New packages: argp-standalone, gdk-pixbuf, gpsd, gst-ffmpeg,
5038 libmpeg2, kbd, librsvg, nuttcp, rng-tools, rrdtool, xz
5040 Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf,
5041 automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa,
5042 bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb,
5043 dmraid, docker, dosfstools, dropbear, e2fsprogs, ethtool,
5044 expat, ezxml, fbset, fconfig, ffmpeg, freetype, gadgetfs-test,
5045 gamin, gawk, genext2fs, gperf, gst-plugins-base,
5046 gst-plugins-ugly, gtk2-themes, gtkperf, gvfs, haserl, hdparm,
5047 hostapd, hwdata, ifplugd, imagemagick, iperf, ipsec-tools,
5048 iproute2, iptables, iw, jpeg, kexec, kismet, less, libcgi,
5049 libcurl, libdaemon, libdnet, liberation, libevent, libeXosip2,
5050 libglade, libgtk2, libiconv, libidn, libintl, libmms, libmpd,
5051 libnl, liboil, libosip2, libpcap, libpng, libtool, libungif,
5052 libxml2, libxslt, lighttpd, lite, lm-sensors, lockfile-progs,
5053 logrotate, m4, matchbox, mdadm, mesa3d, metacity, mplayer,
5054 mtd-utils, mysql_client, nano, nbd, ncftp, neon, netperf,
5055 netsnmp, ng-spice-rework, ntfsprogs, ntp, openntpd, openssh,
5056 openssl, openvpn, oprofile, pango, patch, pcre, php,
5057 pkg-config, portmap, pppd, pptp-linux, prboom, proftpd, radvd,
5058 rdesktop, readline, rp-pppoe, ruby, qt, quagga, samba, sawman,
5059 sdl_mixer, sdl_sound, sed, setserial, shared-mime-info, slang,
5060 speex, sqlite, squashfs, startup-notification, strace,
5061 sylpheed, sysstat, taglib, tcpdump, thttpd, tiff, tn5250,
5062 torsmo, tslib, udev, udpcast, usbmount, usbutils, vsftpd,
5063 vtun, which, wireless-tools, wpa_supplicant, xapp_twm,
5064 xapp_xbacklight, xapp_xcursorgen, xapp_xinit, xapp_xinput,
5066 xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
5067 xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
5068 xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
5069 xdriver-xf86-video-{geode,glide,glint,i128,i740,intel,mach64},
5070 xdriver-xf86-video-{mga,neomagic,newport,nv,openchrome,r128},
5071 xdriver-xf86-video-{rendition,s3,s3virge,savage,siliconmotion},
5072 xdriver-xf86-video-{sis,sisusb,suncg3,suncg6,suncg14,sunffb},
5073 xdriver-xf86-video-{sunleo,suntcx,tdfx,tga,trident,v4l,vesa},
5074 xdriver-xf86-video-{vmware,voodeo,wsfb,xgi,xgixp},
5075 xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke,
5078 Deprecated packages: hotplug, lzma, ng-spice-rework, sfdisk
5080 Removed packages: dillo, libglib12, libgtk12, microwin,
5083 Issues resolved (http://bugs.uclibc.org):
5085 #901: new package: gpsd
5086 #2389: Generate a Makefile wrapper in $(O)
5087 #2461: wireless_tools: install shared library if needed
5088 #2521: Can't compile sdl_mixer, mikmod.h can't be found
5089 #2533: xserver_xorg-server: Enable glx, if mesa3d is built
5090 #2563: [PATCH] cairo: Expose the configure option to disable some...
5091 #2581: libmms: Update to 0.6, and patch to work on architectures...
5092 #2707: Can't compile linux kernel using buildroot + crosstool-ng
5094 #2737: buildroot configuration tool crashing when the path exceeds...
5095 #2767: Build for lsof broken in buildroot-2010.08
5097 2010.08: Released August 31th, 2010:
5099 Fixes all over the tree.
5101 Updated/fixed packages: atk, xstroke
5103 Removed packages: lxdoom
5105 2010.08-rc2, Released August 30th, 2010:
5107 Fixes all over the tree.
5109 Mark the combination of uClibc 0.9.31, gcc 4.2.x, C++ and
5110 locale support as broken. Remove deprecated GCC 4.2.[1-3]
5113 Mark CRIS architecture as deprecated, as it is discontinued
5116 Marked shared config.cache as experimental and disabled by
5117 default as it is known to break with certain package
5120 Toolchain: fixed gcc 4.2.x build after uClibc NPTL support got
5123 fs: old-style squashfs for big endian archs fixed.
5125 Updated/fixed packages: busybox, gst-plugins-base,
5126 imagemagick, kismet, libgail, libglib2, libgtk2, lua,
5127 luafilesystem, lzo, ncurses, netcat, pango, php, pppd,
5128 proftpd, qt, samba, startup-notification, swfdec, sysvinit,
5131 Removed packages: stunnel
5133 Issues resolved (http://bugs.uclibc.org):
5135 #635: util-linux fails to build in 2009.08
5136 #2239: netcat package installs its binary to target as avr32-linux...
5137 #2395: libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because...
5138 #2443: Initramfs: Don't overwrite $(TARGET_DIR)/init if it exists
5139 #2449: Minor fixes for squashfs makefile and correct PowerPC e500 ...
5141 2010.08-rc1, Released July 30th, 2010:
5143 Fixes all over the tree and new features.
5145 Toolchain: GCC 4.3.5, older 4.3.x versions removed. GCC 4.1.2
5146 and non-sysroot support removed. Added support for (snapshot)
5147 NPTL in uClibc, 0.9.28.3 removed,
5149 Bootloaders: Various cleanups, moved to boot/, added Barebox,
5150 removed yaboot. Support building u-boot from custom tarball,
5153 New GTK-based configurator, usable using 'make gconfig'.
5155 Java packages marked as broken. Unless someone steps up to
5156 support this, they will be removed during the 2010.11
5159 Alpha, IA64 and Sparc64 architectures marked as deprecated.
5160 GTK+ on DirectFB has also been marked as deprecated, as it is
5161 not supported in recent GTK+ versions, and more and more
5162 packages depends on the new versions.
5163 Unless someone steps up to support them, they will be removed
5164 during the 2010.11 development cycle.
5166 New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
5167 libgail, luafilesystem, luasocket, rings, wsapi, xavante, xterm
5169 Updated/fixed packages: alsa-lib, alsamixergui, at, atk,
5170 avahi, berkeleydb, bash, blackbox, busybox, bzip2, cairo,
5171 cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc,
5172 dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig,
5173 gawk, gmpc, gnuchess, gst-plugins-base, gst-plugins-good,
5174 gstreamer, gzip, icu, intltool, iostat, ipsec-tools, iptables,
5175 iw, libart, libcgi, libcurl, libdrm, libeXosip, libfuse,
5176 libglib2, libgpg-error, libiconv, libidn, liblockfile, libpng,
5177 libsoup, lighttpd, links, linux-fusion, lmbench, lrzsz,
5178 ltrace, make, midori, module-init-tools, mplayer,
5179 mysql_client, nbd, ncurses, neon, netcat, netperf, netsnmp,
5180 ntfsprogs, openssl, oprofile, pango, php, qt, quagga, samba,
5181 setserial, sdl, sdl_mixer, sdl_sound, sdl_ttf, speech-tools,
5182 sqlite, squashfs, swfdec, tftpd, thttpd, tn5250, tremor,
5183 usbutils, webif, webkit, wireless_tools, xerces,
5184 xkeyboard-config, xserver_xorg-server, xvkbd, zlib
5186 Removed packages: modutils, portage, rxvt
5188 Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia
5190 Issues resolved (http://bugs.uclibc.org):
5192 #321: alsa-lib uses host include files for python which breaks ...
5193 #361: linux kernel configuration choice works incorrectly
5194 #387: Tremor not installed to toolchain
5195 #401: new package: ffmpeg
5196 #475: uImage target for U-boot failed generating
5197 #543: ATK requires X11 on DirectFB target
5198 #575: webkit: Buildroot Libtool Patch Fails
5199 #583: build fails with external x86_64 toolchain
5200 #729: sstrip creates corrupted headers
5201 #829: Webkit r44552 needs libXt
5202 #835: Package Dataflashboot-1.05 does not compile with buildroot...
5203 #847: Compiling target-gcc v4.4 fails with "libc.so.0: cannot open...
5204 #859: Add (head of) nptl branch to list of uClibc versions
5205 #949: compile with debug info
5206 #955: Grub fails to build with External Toolchain
5207 #1051: Webkit doesn't compile (Linuxthreads new, x86)
5208 #1213: Move .config into output directory
5209 #1225: Buildroot fails to account for "nof" subdirectory (no float...
5210 #1231: (sparc) Linux kernel fails to build
5211 #1261: The getline() in output/build/linux-2.6.28/scripts/unifdef.c...
5212 #1339: Busybox needs -fno-strict-aliasing to compile cleanly
5213 #1393: neon config fails libxml/parser.h: libxml2 requires, but not ...
5214 #1405: WebKit fails to build because pthread_getattr_np is not impl...
5215 #1675: GMP Error during buildroot make process
5216 #1741: external toolchain linking error
5217 #1753: lmbench: convert to generic package infrastructure
5218 #1771: Fakeroot and the target/generic/device_table.txt create bad...
5219 #1807: LZMA 4.32.7, Required header file(s) are missing
5220 #1813: xkeyboard-config fails to build because of intltool problem
5221 #1879: Bump iptables to 1.4.8
5222 #1885: Add a bunch of lua modules
5223 #1897: Bump libusb to 1.0.7
5224 #1903: Bump tn5250 to 0.17.4 and migrate to autotargets
5225 #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
5226 #1927: Bump file to 5.03 and migrate to autotargets
5227 #1933: Bump gawk to 3.1.8 and migrate to autotargets
5228 #1945: PHP: add sqlite3 dependency when using external lib
5229 #1951: Bump openssl to 0.9.8o
5230 #1957: Bump sqlite to 3.6.23.1
5231 #1975: Package removal/deprecation
5232 #1981: zlib: bump to 1.2.5
5233 #1987: intltool: Fix spelling mistake
5234 #1993: Bump bash to 4.1.7(1) and migrate to autotargets
5235 #1999: Typo in path checking
5236 #2005: Bump dnsmasq to 2.55 and migrate to gentargets
5237 #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x
5238 #2038: Bump ncurses to 5.7
5239 #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
5240 #2101: blackbox depends on locale support
5241 #2119: Tries to build kernel, although disabled in config
5242 #2125: libXfont build fail
5243 #2143: buildroot compiler generates segfaulting statically linked exe..
5244 #2149: xterm build failure
5245 #2155: Compression lzo don't set for ubifs
5246 #2161: [SECURITY] Update libpng to 1.2.44
5247 #2167: Bump busybox to 1.17.0, convert to gentargets, drop 1.12, ...
5248 #2181: pixman can't apply pixman-0.10.0-no-tests.patch
5249 #2191: linux-fusion build fail
5250 #2221: Qt does not compile (dependencies not taken into account?)
5251 #2233: Atmel atstk target skeletons have /etc/mtab as a file, not ...
5252 #2245: Netcat does not work due to incorrect assumptions about signed..
5253 #2251: directory output/build after make *_defconfig not found
5254 #2257: Convert netsnmp package to autotargets
5255 #2263: Bump samba to 3.3.13
5256 #2269: setserial causes make error
5258 2010.05, Released May 30th, 2010:
5260 Fixes all over the tree.
5262 Updated/fixed packages: coreutils, hal, libcap,
5263 lockfile-progs, ncftp, xserver_xorg-server
5265 Issues resolved (http://bugs.uclibc.org):
5267 #1789: binutils fails to build for i386
5268 #1843: Fix libcap build failure
5269 #1855: XORG Keyboard driver fails to compile
5271 2010.05-rc3, Released May 27th, 2010:
5273 Fixes all over the tree.
5275 Updated/fixed packages: aumix, atk, avahi, bmon, busybox, cairo,
5276 cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
5277 gettext, gmpc, gob2, grep, gstreamer, gst-plugins-bad,
5278 gst-plugins-base, gvfs, hal, iconv, icu, iperf, libcgicc,
5279 libdvdnav, libdvdread, libglade, libglib2, libgtk2, libidn,
5280 libmms, libmpd, libpcap, libsoup, lmbench, lsof, ltrace, lvm2,
5281 make, metacity, microperl, mtd-utils, mutt, nbd, netsnmp,
5282 ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm, php,
5283 pkg-config, psmisc, qt, samba, shared-mime-info, squashfs,
5284 squashfs3, sshfs, startup-notification, swfdec, sylpheed,
5285 uemacs, util-linux, valgrind, vpnc, vsftpd, webkit, xstroke
5287 Issues resolved (http://bugs.uclibc.org):
5289 #75: arm buildroot "unrecognized option" error
5290 #699: Buildroot fails to copy libstdc++ to target when using external...
5291 #1693: NTP trys IPV6 even if not configured error: 'IPV6_MULTICAST...
5292 #1729: alsamixergui fails to build
5293 #1801: Avahi-autoipd doesn't create TARGET_DIR/var/lib
5294 #1819: pciutils small bugs
5295 #2065: Internal toolchain: bump gcc 4.3.x series to 4.3.5
5297 2010.05-rc2, Released May 11th, 2010:
5299 Fixes all over the tree.
5301 Updated/fixed packages: busybox, customize, gawk, gnuchess,
5302 hal, hostapd, less, libgcrypt, libnl, libxcb, linux-fusion,
5303 ltp-testsuite, mplayer, netplug, pciutils, php, sed,
5304 shared-mime-info usb_modeswitch, usbutils, vlc wpa_supplicant,
5305 xapp_bdftopcf, xapp_mkfontdir, xdriver_xf86-video-openchrome,
5306 xfont_encodings, xlib_libX11, xlib_libXfont, xlib_xtrans,
5307 xproto_fontcacheproto, xproto_fontsproto, xvkbd
5309 Removed packages: vice
5311 Issues resolved (http://bugs.uclibc.org):
5313 #849: "customize" package copies files to wrong place in target tree
5314 #985: Bump usb_modeswitch package to 1.1.0
5315 #1135: Package customize. Wrong copying
5316 #1525: Package hal deletes a whole <target>/etc/rc.d directory
5317 #1531: libxcb 1.5 build fails, due to missing xcbgen Python module
5318 #1669: Busybox failed to compile when using an external toolchain
5319 #1699: Fix usbutils dependencies and bump
5320 #1705: Fix pciutils broken cross compiling
5321 #1717: External toolchain fixes for hostapd & wpa_supplicant
5323 2010.05-rc1, Released May 3rd, 2010:
5325 Cleaned up / restructured package menu.
5327 Toolchain: uClibc 0.9.30.3 / 0.9.31, older 0.9.30.x removed.
5328 2.6.33 kernel headers, binutils 2.20.1, GCC 4.4.4,
5329 removed broken nios2 support, ppc e300cX/e500mc support,
5330 improved external toolchain support, GDB 7.x support.
5332 X.org updated to 7.5.
5334 New packages: cdrkit, cramfs, genext2fs, genromfs,
5335 libatomic_ops, librsync, libusb-compat, lmbench, netperf,
5336 squashfs, squashfs3, squid
5338 Updated/fixed packages: alsa-utils, argus, autoconf, bison,
5339 busybox, bzip2, directfb, dnsmasq, dosfstools, e2fsprogs,
5340 eeprog, fakeroot, fbv, findutils, freetype, haserl, hostapd,
5341 iperf, iptables, iw, less, libaio, libcgi, libcgicc, libdrm,
5342 libgcrypt, libglib2, libid3tag, libmad, liboil, libosip2,
5343 libpng, libraw1394, libsysfs, libxml2, libxslt, linux-fusion,
5344 ltrace, lua, lzma, madplay, makedevs, matchbox, mdadm,
5345 memstat, mesa3d, mtd-utils, nano, ncurses, openssl, patch,
5346 pciutils, php, pixman, portage, pppd, pthread-stubs, python,
5347 qt, radvd, samba, setserial, smartmontools, tar, tslib,
5348 udpcast, usb_modeswith, vtun, wget, xdata_xcursor-themes,
5349 xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
5350 xlib_libXaw, xlib_libXfont, xlib_libXfontcache,
5351 xlib_libXxf86misc, xlib_libXtst, xlib_libpciaccess,
5352 xproto_dri2proto, xproto_eviext, xproto_fontcacheproto,
5353 xproto_xf86miscproto, xserver_xorg-server
5355 Removed packages: xapp_xtrap, xlib_libXTrap, xlib_libXevie,
5356 xlib_libXxf86misc, xxproto_evieext, proto_trapproto,
5357 xproto_xf86miscproto
5359 Issues resolved (http://bugs.uclibc.org):
5361 #513: Add new squid package
5362 #661: lmbench: new package
5363 #719: Add lua option to haserl
5364 #800: [PATCH] iperf update to 2.0.4
5365 #803: [PATCH] lua - add shared library patch and config option for...
5366 #805: [PATCH] mdadm - version update
5367 #817: integrator926_defconfig uses unsupported uboot board name
5368 #851: Add option to specify --sysroot value for external toolchain
5369 #1093: Upgrade libusb to v1.0.3 and add new libusb-compat
5370 package for compatibility with old packages that expect
5372 #1105: Add new netperf package
5373 #1111: Bump wget to 1.12 and migrate to Makefile.autotools.in
5374 #1117: Bump nano to 2.2.3 and migrate to Makefile.autotools.in
5375 #1123: Bump less to 436 and migrate to Makefile.autotools.in
5376 #1129: Bump memstat to 0.8 and migrate to Makefile.package.in
5377 #1189: Wrong u-boot configuration name for integrator926 target
5378 #1219: kernel headers not correctly installed into toolchain/staging
5379 #1267: Wrong BR2_EXTRA_VERSION
5380 #1273: BR2_INET_IPV6 does not enable IPv6 in pppd
5381 #1303: Add librsync package
5382 #1321: Busybox link fails due to lack of --sysroot option
5383 #1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS
5384 #1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in
5385 #1369: cannot build radvd (flex problem)
5386 #1387: xlib_libX11-1.3.2 can't find libjpeg
5387 #1411: [SECURITY] Update openssl package to 0.9.8n
5388 #1417: Bump iptables to 1.4.7
5389 #1423: Bump e2fsprogs to 1.41.11
5390 #1429: [SECURITY] Update php to 5.2.13
5391 #1441: Add binutils 2.20.1
5392 #1447: Package installation on target with debug symbols is broken
5393 #1459: Misc QA fixes
5394 #1489: radvd update to 1.6
5395 #1513: Enable powerpc e300c2, e300c3 and e500mc optimization
5396 #1537: dev entries not created anymore
5397 #1555: Fix default uclibc-0.9.31 configuration
5398 #1561: [SECURITY] Update samba to 3.3.12
5399 #1567: openssl0.9.8n fails to compile
5400 #1573: Alsa-utils alsactl/init/* not installed to target
5401 #1591: portmap fails to compile
5402 #1615: Convert eeprog package to gentargets
5403 #1645: Bump hostapd package to 0.7.2
5405 2010.02, Release February 26th, 2010:
5407 Fixes all over the tree.
5409 Updated/fixed packages: avahi, busybox, cramfs, ipsec-tools, libcgicc,
5410 libgtk2, libraw1394, madplay, netsnmp, pango, squashfs, sylpheed, qt,
5413 Removed packages: hostap, openmotif, xpdf
5415 Issues resolved (http://bugs.uclibc.org):
5417 #165: openmotif does not build
5418 #1147: Remove obsolete hostap package
5419 #1183: make source fails to download gmp, mpfr and patches
5421 2010.02-rc2, Released February 23th, 2010:
5423 Fixes all over the tree and new features.
5425 New packages: intltool
5427 Updated/fixed packages: ace_of_penguins, alsa-lib, alsa-utils, argus,
5428 at, automake, ccache, dosfstools, e2fsprogs, flex, gob2, gmpc,
5429 gst-plugins-good, imagemagick, iw, kexec, libeXosip, libgtk2,
5430 libpcap, libpng, libsoup, libxcb, libxml-parser-perl, libxml2,
5431 libxslt, lvm2, matchbox, mplayer, rsync, rubix, shared-mime-info,
5432 tcl, webkit, xapp_mkfontscale, xfont_encodings, xfont_font-util,
5433 xlib_libfontenc, xproto_trapproto, zlib
5435 Removed package: xboard
5437 Issues resolved (http://bugs.uclibc.org):
5439 #335: atk looks for the path to the gnome library on the host
5440 #355: Please update WebKit - it doesn't compile!
5441 #453: libglib2 autoreconf
5442 #457: e2fsprogs link problem
5443 #459: libgtk2 autoreconf
5444 #469: build of libgtk2 for host incorrectly assumes that X.org ...
5445 #671: Bash fails to build when building buildront on Ubuntu 9.04
5446 #711: WebKit host dependencies problems
5447 #821: cp: illegal operation
5448 #1039: Not compiled on ubuntu karmic
5449 #1069: [PATCH] The AT91BOOTSTRAP makefile contains a typo
5451 2010.02-rc1, Released February 9th, 2010:
5453 Fixes all over the tree and new features.
5455 Generalized autotools infrastructure to be usable for
5456 non-autotools packages, see package/Makefile.package.in for
5459 Cleaned up avr32 toolchain config, external source-based
5460 toolchain support is gone.
5462 Dependency checks: Also check for makeinfo, only print output
5465 Toolchain: uClibc 0.9.30.2, gcc 4.4.3
5467 New packages: libcdaudio, libdvdnav, libdvdread, hostapd, ser2net,
5470 Updated/fixed packages: alsa-lib, alsa-utils, at, autoconf, bash,
5471 bind, binutils, bootutils, busybox, dbus, directfb, dnsmasq,
5472 e2fsprogs, gstreamer, gperf, gst-plugins-bad, gvfs, fbdump, flex,
5473 hal, iptables, iw, jpeg, kismet, libfuse, libglib2, liboil, libpcap,
5474 libungif, libxml2, libxslt, lighttpd, mesa, mpg123, mtd-utils, nbd,
5475 neon, netstat-nat, newt, openvpn, pcre, php, qt, rdesktop, readline,
5476 rpm, sawman, sdl, sdl_ttf, sqlite, sshfs, tremor, u-boot,
5477 usb_modeswitch, usbutils, webkit, wpa_supplicant, xfsprogs, zlib
5479 Removed package: asterisk, openswan
5481 Issues resolved (http://bugs.uclibc.org):
5483 #515: tcpreplay: new package
5484 #553: Wrong DirectFB ps2mouse limitation
5485 #559: mesa3d build fails
5486 #679: Autoconf cannot find M4
5487 #739: New/updated hostapd package
5488 #749: Bump usbutils package to version 0.86
5489 #751: Kernel 2.6 snapshot fetch fail
5490 #753: Bump lighttpd package to 1.4.25
5491 #757: U-Boot: mkimage cannot be installed using external toolchain
5492 #761: Add binutils 2.20 to toolchain options
5493 #763: [SECURITY] Update pcre to 7.9
5494 #765: Add buildroot branding to gcc
5495 #767: Bump iw package to 0.9.18
5496 #773: [SECURITY] Update bind to 9.5.2-P1
5497 #795: Minor edits to fix typos, grammar, spelling, usage in documen...
5498 #813: Drop not very useful generic package selection options ...
5499 #823: Editor backup files (~) is copied from the target_skeleton
5500 #827: Bump mtd-utils package to version 1.2.0
5502 #913: Bump iptables to 1.4.6
5503 #919: Bump usb_modeswitch package to 1.0.7
5504 #925: Bump wpa_supplicant package to 0.6.10
5505 #931: Bump kismet package to 2010-01-R1
5506 #937: Bump openvpn package to 2.1.1
5507 #943: Bump sqlite package to 3.6.22
5508 #961: Bump dnsmasq to 2.52
5509 #967: Bump netstat-nat to 1.4.10
5510 #973: Bump iw to 0.9.19
5511 #1003: DHCP options disabled with busybox-1.16.0
5512 #1009: [SECURITY] Bump php to 5.2.12
5513 #1015: [SECURITY] Bump bind to 9.5.1-P2
5514 #1027: Busybox flash commands conflict with those from mtd-utils
5515 #1063: [SECURITY] Update lighttpd to 1.4.26
5517 2009.11, Released December 1st, 2009:
5519 Additional fixes and cleanups.
5521 Updated/fixed packages: alsamixergui, autoconf, coreutils, fltk,
5522 microperl, ncurses, vim
5524 Issues resolved (http://bugs.uclibc.org):
5526 #707: Cant configure fltk-1.1.7. configure: error: Configure could ...
5528 2009.11-rc2, Released November 29th, 2009:
5530 Additional fixes and cleanups.
5532 Updated/fixed packages: busybox, dbus, fltk, gvfs, ltrace
5534 2009.11-rc1, Released November 23rd, 2009:
5536 Fixes all over the tree and new features.
5538 Cleaned up / Simplified build directory layout. Refer to
5539 docs/buildroot.html#using for details.
5541 Target defconfig files moved to configs/ and listed in 'make help'
5544 Fixed *clean targets. Now clean removes everything generated,
5545 so you can do a fresh rebuild. Distclean furthermore removes
5546 kbuild tools and .config, bringing the source tree back in a
5549 Toolchain: ARM cortex A8 support, GCC 4.4.2, sensible default
5550 soft / hardfloat setting for architecture, ensure target-ldd
5553 New packages: divine, gvfs, libarchive, libmicrohttpd,
5554 sdl_sound, swfdec, sysstat
5556 Updated/fixed packages: alsa-lib, alsamixergui, autoconf, bootutils,
5557 busybox, gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf,
5558 gqview, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good,
5559 imagemagick, ipkg, iptables, iw, kernel-headers, kismet, leafpad,
5560 libelf, libevent, libglib2, libidn, liblockfile, libmad, libpcap,
5561 libupnp, libuuid, libxml2, lighttpd, ltrace, lua, lzma, magiccube4d,
5562 matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp,
5563 ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
5564 python, quagga, radvd, rpm, rsync, rubix, samba, sawman, sdl, sdl_image,
5565 shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
5566 synergy, syslinux, sysklogd, target-binutils, tcpdump, torsmo, u-boot,
5567 udpcast, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
5568 xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib[5~
5570 Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
5572 Issues resolved (http://bugs.uclibc.org):
5574 #301: allow to install libsmbclient
5575 #303: add gvfs package
5576 #477: Add sdl_sound package
5577 #487: Make kismet package sexier
5578 #511: New package usb_modeswitch
5579 #527: misc fixes for dnsmasq package
5580 #565: libevent: Bump version and clean up makefile
5581 #587: Use iptables multipurpose binaries and bump to 1.4.4
5582 #593: Missing early check for patch(1)
5583 #597: (REOP) Selecting busybox in buildroot's config clobbers ar ...
5584 #609: libmicrohttpd: New package
5585 #615: python: Don't delete .py files unless asked
5586 #617: netkit/inetd requires RPC and fails to build if RPC is disabled
5587 #619: netkittelnet requires netkitbase to install, but there's no ...
5588 #645: allow to build nbd-server with NBD package
5589 #653: [SECURITY] Update php package to version 5.2.11
5590 #655: Update sqlite package to version 3.6.18
5591 #657: Bug in imagemagick-clean target
5592 #663: Add option for NAND flash with 512B Page and 16 kB erasesize ...
5593 #665: [PATCH] Samba package
5594 #667: [PATCH] e2fsprogs
5595 #683: SDL-dfb does not select directfb
5596 #701: make install problem with unstripped binaries
5597 #703: [SECURITY] Update openssl package to 0.9.8l
5598 #705: Bump spawn-fcgi package to 1.6.3
5599 #709: Bump lighttpd package to 1.4.24
5600 #713: Migrate openntpd package to Makefile.autotools.in
5601 #715: Bump libidn package to 1.15 and other fixes
5602 #717: Bump dnsmasq to 2.51 and introduce new IDN option
5603 #731: Bump iw package to 0.9.17
5605 2009.08, Released August 31th, 2009:
5607 Additional fixes and cleanups.
5609 Updated/fixed packages: ctorrent, saveconfig/getconfig,
5610 sdl_net, util-linux.
5612 Issues resolved (http://bugs.uclibc.org):
5614 #529: util-linux doesn't find headers and include libs correctly
5615 #557: Build ctorrent with SSL support if available
5617 2009.08-rc3, Released August 26th, 2009:
5619 Additional fixes and cleanups.
5621 Updated/fixed packages: alsa-utils, berkeleydb, busybox, dbus,
5622 directfb, enchant, kernel headers.
5624 Issues resolved (http://bugs.uclibc.org):
5626 #471: Allow directfb compilation with debug
5627 #541: Removal of CVS directories in target filesystem broken
5628 #547: berkeleydb: Update config.{sub, guess}
5629 #549: enchant: Fix dependencies.
5630 #569: Fix alsa-utils build for x86 on x86-64
5632 2009.08-rc2, Released August 6th, 2009:
5634 Additional fixes and new features.
5636 New packages: libuuid, gcc 4.3.4.
5638 Updated/fixed packages: busybox, classpath, gzip, ipsec-tools,
5639 jamvm, libusb, microperl, neon, popt, sed, webkit.
5641 Fixed issue with 'make oldconfig'
5643 Issues resolved (http://bugs.uclibc.org):
5645 #525: sed broken with external toolchain
5646 #537: Fix gzip build with recent glibc
5648 2009.08-rc1, Released August 2nd, 2009:
5650 Fixes all over the tree and new features.
5652 Improvement of external toolchain support:
5653 - Support for glibc toolchains.
5654 - The toolchain configuration announced to Buildroot is
5655 verified against the real toolchain configuration.
5656 - Fixes, documentation.
5658 Cleanup X.org support: clarified configuration options, and
5659 removed mandatory dependency on useless libraries such as
5662 New QT-based configurator, usable using 'make xconfig'.
5664 Support for the Xtensa architecture.
5666 Toolchain: GCC 4.4.1, 2.6.30 kernel headers, removed < 2.6.26
5669 New packages: bmon, ctorrent, dosfstools, enchant,
5670 gst-plugins-bad, iw, libmms, libnl, netstat-nat, ntfsprogs,
5671 sdl_gfx, spawn-fcgi.
5673 Updated packages: bind, busybox, coreutils, sqlite, directfb,
5674 expat, gamin, gnuconfig, haserl, ipsec-tools, classpath,
5675 libcurl, libglib2, liblockfile, libpng, libsoup, libxml2,
5676 lighttpd, ltp-testsuite, lvm2, matchbox, memstat,
5677 gst-plugins-good, gstreamer, libogg, libvorbis, mplayer,
5678 neon, openssl, pciutils, php, qt, ruby, sawman, webkit,
5679 wpa-supplicant, xdriver_xf86-input-synaptics,
5680 xdriver_xf86-video-intel, xlib_libXfont, xlib_libXft,
5681 xlib_libXt, xproto_xproto, xserver-xorg, xutil_makedepend,
5684 Issues resolved (http://bugs.uclibc.org):
5686 #83: liblockfile fails to compile due to eaccess redefinition
5687 #163: Xtensa architecture port
5688 #171: xorg-server / kernel headers 2.6.26 - vm86.c compilation issue
5689 #241: device mapper + lvm2: build together
5690 #243: ctorrent: new package
5691 #247: ntfsprogs: new package
5692 #271: Library 'libgcc_s.so.1' not installed in search path
5693 #287: New package libnl
5694 #289: New package iw
5695 #331: Update MPlayer to version 1.0rc2
5696 #333: Bump sqlite package to 3.6.15
5697 #349: update libsoup to version 2.26.2
5698 #357: New package netstat-nat
5699 #359,#413: Upgrade openvpn to Makefile.autotools.in
5700 #367: linux kernel compile error for arm926t
5701 #369: Add SDL_gfx package
5702 #373: Support for building gstreamer without libxml
5703 #379: update DirectFB to version 1.4.0
5704 #383: gst-plugins-good: Allow soup plugin to be configured
5705 #385: neon: Fix pkgconfig dependency
5706 #387: Tremor not installed to toolchain
5707 #389: New package bmon
5708 #391: gstreamer: Bump version to 0.10.23
5709 #393: gst-plugins-base: Bump version to 0.10.23
5710 #395: gst-plugins-bad: New package
5711 #403: Error while building iso9660 image
5712 #409: Bump php package to 5.2.10
5713 #411: ipsec-tools: Bump version to 0.7.2
5714 #417: New package spawn-fcgi
5715 #419: Bump lighttpd package to 1.4.23
5716 #421: toolchain: Clean up toolchain locale support menu
5717 #427: webkit: Update to WebKit svn r44552
5718 #437: ltp-testsuite: Bump version to 20090630
5719 #451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3
5720 #467: DirectFB 1.4.1
5721 #473: memstat_0.5.tar.gz has install with -D and that fails "make"
5722 #491: libxml2: Bump version to 0.7.3
5723 #495: Bump bind package to 9.5.1-P3 (security)
5724 #497: OpenSSL RSA key generation hangs on x86_64
5725 #509: Bump sqlite package to 3.6.16
5726 #523: pciutils broken with external toolchain
5727 #533: Update gamin to 0.1.10 to fix compilation
5729 2009.05, Released June 1st, 2009:
5731 Fixes for dropbear & diffutils, bump linux-advanced 2.6.29.x
5732 version and marked ubifsroot as broken.
5734 2009.05-rc3, Released May 27th, 2009:
5736 Fixes for toolchain (gcc arm pr37436), stable kernel versions,
5737 busybox, curl, libusb, readline, python and strace.
5739 Issues resolved (http://bugs.uclibc.org):
5741 #345: libcurl package needs a urandom fix
5743 2009.05-rc2, Released May 19th, 2009:
5745 Fixes for toolchain (gcc w/softfloat on ppc, 3.4.6 buildfix
5746 for newer hosts), stable kernel versions, busybox, cups,
5747 dmraid, docker, mesa3d, rsync and updated defconfigs.
5749 xserver marked as broken on AVR32 and atngw100-expanded
5752 Issues resolved (http://bugs.uclibc.org):
5754 #167: metacity does not build
5755 #295: gamin installs python support even if python is disabled
5756 #323: gen_matypes fails to execute during build of Mesa when us...
5758 2009.05-rc1, Released May 5th, 2009:
5760 Fixes all over the tree, further conversion of packages to
5761 Makefile.autotools.in and we now build host versions of
5762 packages where needed for build time dependencies instead of
5763 relying on the correct versions being available on the build
5764 host. Ancient toolchain / busybox versions have furthermore
5765 been removed as announced in the 2009.02 release notes.
5767 New packages: flac, gob2, lzop, taglib, wpa_supplicant
5769 Updated packages: avahi, bind, binutils, busybox, dbus, dbus-glib,
5770 directfb, dnsmasq, freetype, gcc, gmp, gstreamer, iptables, kernel
5771 headers, kexec, libglib2, libpng, libsndfile, lua, mpfr, ntfs-3g,
5772 openssl, php, qtopia4, rsync, samba, sqlite, tar, uboot, uclibc,
5773 util-linux, xorg7, xerces
5775 Issues resolved (http://bugs.uclibc.org):
5777 #5,#77,#141,#143: Convert php package to Makefile.autotools.in
5778 and a ton of other improvements
5779 #19: page.h missing by util-linux
5780 #37: update libglib2 to version 2.18.4
5781 #61: tslib puts staging_dir into pkgconfig file
5782 #69: tar refuses to build
5783 #71,#175: ./wchar.h:41:12: error: empty filename in #include
5784 #73: Bump openssl package to the latest version
5785 #81: New package wpa_supplicant
5786 #99: new package: flac
5787 #101: update gstreamer packages
5788 #105,#313: menuconfig segfaults on tinyx if wchar is not
5790 #107: convert libvorbis to Makefile.autotools.in
5791 #109: Make pppd package avoid bsd err
5792 #111: binutils 2.17 fails to build when texinfo >= 4.10
5793 #133: Modify ncurses5-config to get correct include path
5794 #137: Bump php to version 5.2.9
5795 #139: Bump sqlite to 3.6.11 and convert to
5796 Makefile.autotools.in
5797 #145: Bump bind package to 9.5.1-P1 (security)
5798 #147: buildroot toolchain fails to build w/binutils-2.19.1
5799 #151: openssl package trivial fixes
5800 #161: vim fails on patching with errors in configure.patch
5801 #169: blackbox-0.70.1 does not build
5802 #177: xdriver_xf86-input-keyboard does not build
5803 #179: Upgrade dropbear to Makefile.autotools.in
5804 #181: Update to Xorg 7.4
5805 #187: ntfs-3g: could not build cross
5806 #191: alsa-lib ARM binaries always built with EABI
5807 #213: Bump wpa_supplicant package to version 0.6.9
5808 #217: Bump openssl package to 0.9.8k (security)
5809 #219: Toolchain build fails on m4
5810 #225: m4 macros are out of place
5811 #233: make ipv6 optional in iptables
5812 #237: ncftp: convert to Makefile.autotools.in
5813 #239: ntfs-3g: convert to Makefile.autotools.in
5814 #245: lzop: new package
5815 #271: Bump bind package to 9.5.1-P2 (security)
5816 #277: Bump sqlite package to 3.6.16
5817 #279: update libglib2 to version 2.20.1
5818 #281: update DirectFB to version 1.2.8
5820 #285: compilation of samba fails if IPV6 support is missing
5821 #293: update samba to version 3.3.3
5822 #299: add shared-mime-info package
5823 #307: make openssl package respect build flags