1 2016.11-rc1, Released November 3rd, 2016
3 Fixes all over the tree and new features.
5 It is now possible to specify multiple BR2_EXTERNAL
6 directories. The required files in a BR2_EXTERNAL directory
7 have changed to accomodate this feature. Refer to the
8 documentation for details of how to update them. External
9 trees now have a name and a description. Also, it is possible
10 to override a defconfig in the external tree.
12 The default skeleton now uses UID 65534 for the "nobody"
13 user instead of UID 99, like most distros do. See
14 https://lwn.net/Articles/695478/ for a complete discussion.
15 Programs and configuration files that explicitly refer to UID
16 99 will have to be updated.
18 When the build environment already has a suitable cmake version
19 (3.1 or later), that one will be used instead of building
20 host-cmake. This can speed up the build significantly.
22 The ExtUtils::MakeMaker perl module is now required in the
25 An additional check is done during the build that files are
26 not installed in the output directory within the output
27 directory. This happens e.g. when the target directory is
28 contained both in --prefix and in DESTDIR. The build will
29 terminate with an error message that specifies which package
30 and which file caused the failure.
32 The concept of "deprecated packages" and the BR2_DEPRECATED
33 option have been removed. Instead, packages are removed
34 immediately. Packages are only removed when they don't work
35 for some reason. If you still need a removed package and
36 you have a solution for the problem(s) that caused the
37 removal, please contribute it.
39 Architecture: support for sh64 removed, improved support for
42 Toolchain: support for musl powerpc64le, mips64 and mipsr6
43 toolchains, ARC toolchain components updates, gcc 6.x series
44 bumped to 6.2.0, default binutils version switched to 2.26,
45 default gcc version switched to gcc 5.x, Linaro toolchains
46 updated, uclibc-ng bumped to 1.0.19. GCC is now always built
47 with TLS support. Checking of unsafe compiler options (that
48 point to host directories) has been extended with -isystem,
49 -idirafter and -iquote.
51 Package infrastructure: new variable $(PKG)_DL_OPTS, addition
52 of <pkg>-show-rdepends to list reverse dependencies, and
53 <pkg>-graph-rdepends to graph reverse dependencies. Linux tools
54 are now in a separate linux-tools package instead of in the
55 kernel build. Fakeroot has been replaced by pseudo.
57 CMake support: the toolchainfile.cmake file now provides a
58 definition of the CMAKE_BUILD_TYPE variable. The
59 toolchainfile.cmake also no longer forces the compiler/linker
60 flags defined by Buildroot.
62 New defconfigs: WaRP7, Solidrun's MX6 Cubox/Hummingboard,
63 TS-4900, Grinn's liteBoard, Udoo MX6Q/DL, Qemu ARM noMMU,
64 BeagleBone Qt5 demo, Digilent Zybo, FriendlyARM Nanopi NEO.
66 New packages: arm-trusted-firmware, amd-catalyst, atop, aufs,
67 aufs-util, fwts, gst1-rtsp-server, libglob, libite, mfgtools,
68 mksh, motion, paho-mqtt-c, php-amqp, pseudo, python-couchdb,
69 python-crcmod, python-cssutils, python-docutils,
70 python-futures, python-mwclient, python-mwscrape,
71 python-mwscrape2slob, python-pyelftools, python-pyicu,
72 python-pylru, python-pyqt5, python-requests-toolbelt,
73 python-simpleaudio, python-slob, rabbitmq-server, shapelib,
74 vdr, vdr-plugin-vnsiserver, vexpress-firmware, xvisor, iio and
77 Removed packages: binutils 2.24, gcc 4.7, ipkg,
78 kodi-addon-xvdr, libgail, sstrip, torsmo, webkit, webkitgtk24,
81 Documentation: the list of packages that was present in the
82 Buildroot manual has been removed.
84 Legal info: the "licenses.txt" file that concatenates all
85 license texts is no longer generated - it was not considered
86 useful. The manifest.csv contains an empty cell instead of
87 "not saved" when no license file is available.
89 Other: addition of a DEVELOPERS file listing developers taking
90 care of packages or architectures.
92 Issues resolved (http://bugs.buildroot.org):
94 #7802: host-python build hangs compiling getbuildinfo.o
95 #8206: mplayer uses host xorg development files
96 #8516: mkcubiecard.sh uses outdated sfdisk switch -D
97 #8536: Building sudo with PAM results in unusable sudo
98 #8646: check-host-rpath script returns false positives when rpath
100 #8696: xdriver_xf86-input-mouse install header files in target
102 #8811: rp-pppoe - generated scripts commands use HOST pathnames,
103 not necessarily TARGET
104 #8846: Orphaned/missing toolchain borks eclipse plugin
105 #8856: python tornado runtime wasn't met on buildroot 2016.02
106 #8901: gcc failes to build if fortran is enabled
107 #8916: LDFLAGS pass to openssh
108 #8941: "ls" of an NFSv4 share only works when pumped through strace
109 #8946: Valgrind fails to build with stack protection turned on
110 #9021: Kodi - Broken: Illegal instruction (core dumped)
111 #9096: rootfs.ubi not created
112 #9111: glibc 2.23: libmvec.so not copied
113 #9176: minnowboard : USB not mounted
114 #9196: raspberry pi 3 default build seem broken
115 #9201: Permission denied make: *** [core-dependencies] Error 126 in
117 #9216: log4cpp package build fails to build within install
118 #9221: Kodi needs "Python .py and .pyc support" otherwise it crashes when
120 #9229: Firefly boot fails with: "failed to find part:boot"
121 #9256: [Config file] New device: Odroid-U2/U3
122 #9296: Buildroot Fails on applying patches
123 #9301: U-boot fails to build with default zynq_zed_defconfig configuration
124 #9316: U-boot fails to build if libssl-dev is not installed
125 #9321: Vanilla libcrypt++ v5.6.3 doesn't allow to work Nvidia Tegra's
126 flash utility (tegrarcm)
127 #9326: Odroid-C2 build results in non-bootable image
128 #9336: Improve iconv support for external toolchain based builds
130 #9366: no link rootfs.ext4 -> rootfs.ext2
131 #9371: openssl: download failes with "Only allow downloads from primary
132 download site" + local server
133 #9381: check-host-rpath issues
134 #9386: ubinize fails with or without custom config
136 2016.08, Released September 1st, 2016
140 Toolchain: ARC tools updated to arc-2016.09-eng010.
142 Updated/fixed packages: libshout, luajit, mpd, mplayer
144 Issues resolved (http://bugs.buildroot.org):
146 #7520: CodeSourcery toolchain ARM: C++11 std::exception_ptr..
147 #8341: Getting EGL Error: Could not create the egl surface:..
148 #9121: gst1-imx for i.MX6 compile failed, cannot find PXP, ..
150 2016.08-rc3, Released August 29th, 2016
152 Fixes all over the tree.
154 Toolchain: C++ support for the internal blackfin toolchain
157 Architecture: Default to bf532 CPU variant for blackfin,
158 Fix flat one memory region support for m68k and disable flat
159 seperate data support because of compatibility issues.
161 Defconfigs: Minnowboard and Raspberrypi: Fix errors with
162 post-build scripts when systemd is used.
163 Zynq microzed/zc706/zed: Fix u-booot configuration.
165 netbsd-queue package extended and renamed to
166 musl-compat-headers. With this, a number of musl compatibility
167 patches are no longer needed.
169 Updated/fixed packages: aircrack-ng, android-tools, babeld,
170 bcusdk, binutils, boa, busybox, connman, cpupower,
171 docker-engine, domoticz, elf2flt, ffmpeg, fwup, gcc,
172 glib-networking, gnupg, hplip, igd2-for-linux, imagemagick,
173 imx-uuc, iputils, jack2, kismet, kmsxx, libaio, libamcodec,
174 libconfuse, libffi, libfreeimage, libgcrypt, libgpg-error,
175 libiio, libraw, libsepol, libserialport, libxmlrpc, linknx,
176 linux-pam, lirc-tools, lldpd, logrotate, lshw, musl, ncurses,
177 neon, nettle, norm, ntfs-3g, openblas, openmpi, openswan,
178 pinentry, pixman, protobuf, python-meld3, qlibc, qt, qt5base,
179 quagga, rpcbind, rt-tests, runc, sane-backends, sconeserver,
180 squeezelite, stella, tftpd, tinycbor, tinydtls, trace-cmd,
181 trousers, tstools, uboot-tools, uclibc, ulogd, ustr, vlc,
182 webkitgtk, wireshark, xdriver_xf86-video-intel
184 Issues resolved (http://bugs.buildroot.org):
186 #9101: Error on support/download/git with system git older than 1.8.4
187 #9181: Compiling linux kernel fails if BR2_LINUX_KERNEL_TOOL_CPU..
189 2016.08-rc2, Released August 17th, 2016
191 Fixes all over the tree.
193 Toolchain: disable broken C++ support for internal blackfin
194 toolchains, ARC toolchain bumped to arc-2016.09-eng008 (GCC 6)
195 to fix various issues.
197 System: Zoneinfo is available for the musl C library as well.
199 Updated/fixed packages: am33x-cm3, axel, barebox, bdwgc,
200 blktrace, cairo, dante, enlightenment, fbterm, ffmpeg, flex,
201 fontconfig, gcc, gmp, gnuplot, gnuradio, gst1-imx, hidapi,
202 inotify_tools, iproute2, kmsxx, lftp, libaio, libcofi,
203 libical, libpjsip, libsidplay2, libunwindow, libxml2,
204 linux-zigbee, lttng-libust, mpv, mtd, ncdu, netplug, ntp,
205 openblas, openipmi, owfs, php, poco, procps, qt, quota,
206 sg3_utils, spidev_test, systemd-bootchart, thrift,
207 uboot-tools, uclibc, webrtc-audio-processing, wayland, weston,
208 xdriver_xf86-video-savage, xserver_xorg-server, xen
210 Issues resolved (http://bugs.buildroot.org):
212 #9136: make graph-size fails with "ValueError: too many values to..
213 #9151: qt: fix build with ALSA >= 1.1.x
214 #9156: qt: Fix missing runtime Qt3Support dependency
215 #9161: modsetting patch not applied to xserver 1.18.4
216 #9166: Missing overlays directory in VFAT image for raspberry pi 3
218 2016.08-rc1, Released August 6th, 2016
220 Fixes all over the tree and new features.
222 Toolchain: Fortran support added. eglibc support removed, musl
223 support no longer experimental. Blackfin and Microblaze
224 support for internal uClibc-ng toolchain, m68k/coldfire
225 improvements. The check for unsafe (build host) directories
226 access (/usr/include and /usr/lib) is now enabled by default.
227 Unused locales are now purged by default to save space (and
228 the default list of locales shrunk). The option to control
229 this has now moved from the toolchain menu to system
232 Legal info improvements: sources are now hardlinked instead of
233 copied if possible to save space. Patches and extra downloads
236 An experimental configuration knob (BR2_REPRODUCIBLE) has been
237 added to make the builds more reproducible (E.G. less
238 differences in the binary output between builds of the same
239 configuration). This is still work in progress.
241 An option to execute a custom script inside the fakeroot
242 environment used to the generate the filesystem (E.G. to tweak
243 permissions or similar) has been added.
245 Git support now supports git submodules if
246 <pkg>_GIT_SUBMODULES is enabled.
248 Hash files for integritry validation have been added for all
251 Scanpypi utility to help creating packages from the Python
252 package index (pypi) has been added.
254 The makedevs utility now has support for adding file
255 capabilities using extended attributes.
257 New defconfigs: Arcturus uCP1020, Atmel sama5d{2,3,4} xplained
258 development configs, Blackfin GDB simulator, Linksprite
259 pcDuino, Minnow Board Max graphical demo, NXP i.MX25 PDK,
260 i.MX51 EVK, i.MX6UL Pico, i.MX7 sabresd, QEMU MIPS32r6{,el} and
261 MIPS64r6{,el} malta, Roseapple Pi, Samsung Snow chromebook,
262 Toradex Apalis i.MX6 COM, TS-4800, x86-64 PC BIOS and EFI
263 demos. A number of defconfigs have been updated and extended
264 to generate SD card images. Synopsys HS38 VDK defconfig removed.
266 New packages: 4th, acpica, acpitool, alljoyn, alljoyn-base,
267 alljoyn-tcl, alljoyn-tcl-base, argparse, babeld, batman-adv,
268 circus, dante, docker-containerd, docker-engine, domoticz,
269 efibootmgr, efivar, ficl, fwup, gsettings-desktop-schemas,
270 gtksourceview, gupnp-dlna, gupnp-tools, igd2-for-linux,
271 jemalloc, kmsxx, lapack, lft, libaacs, libamcodec, libbdplus,
272 libcoap, libdvdcss, libebur128, libfastjson, libminiupnpc,
273 libnatpmp, libpqxx, libuio, libvdpau, log4cpp, minissdpd,
274 mxsldr, nginx-nasxi, nginx-upload, ninja, nodm, odroid-mali,
275 odroid-scripts, omxplayer, openblas, openmpi, openzwave,
276 p7zip, pdbg, python-argh, python-dataproperty,
277 python-dateutil, python-dialog3, python-dicttoxml,
278 python-dominate, python-engineio, python-flask-jsonrpc,
279 python-flask-login, python-humanize, python-pathtools,
280 python-pathvalidate, python-pillow, python-prompt-toolkit,
281 python-pytablewriter, python-pytz, python-scapy3k,
282 python-sdnotify, python-socketio, python-tomako,
283 python-ubjson, python-u-msgpack, python-watchdog,
284 python-wcwidth, python-xlrd, python-xlsxwriter,
285 python-xlutils, python-xlwt, rs485conf, runc, sdl2_gfx,
286 sdl2_image, sdl2_ttf, shellinabox, sphinxbase, stella,
287 supertuxkart, systemd-bootchart, tekui, terminology, tinycbor,
288 tinydtls, ti-sgx-demos, ti-sgx-km, ti-sgx-um, tunctl, wavemon,
291 Deprecated packages: ipkg, sstrip
293 Removed packages: sunxi-mali-prop
295 Issues resolved (http://bugs.buildroot.org):
297 #8931: segment fault when compile argp-help.c using aarch64-bu...
298 #8966: eglfs error. buildroot don't compile the library libeglfs.so
299 #8971: build for beaglebone fails
300 #8986: qt5imageformats fails to build on AArch64
301 #8991: grub2 fails to compile
302 #9001: Nodejs option not available
303 #9006: gcc with c++ support v4 and v5 fail to compile on fedora 24
304 #9016: arceb-buildroot-linux-uclibc ld uses incorrect default format
305 #9066: 8139TOO - faulty behaviour
306 #9086: Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203)
307 #9091: U-Boot fails to boot with large ramdisk
309 2016.05, Released May 31st, 2016
313 External toolchain: Fix for symlink handling when copying
316 Updated/fixed packages: gcc, grantlee, gst-ffmpeg,
317 ipsec-tools, iptraf-ng, libcurl, libdrm, libsigsegv, ltris,
318 lttng-babeltrace, mbedtls, mesa3d, moarvm, mplayer, mtools,
319 net-tools, openpowerlink, pulseview, rpm, tinyalsa,
320 xdriver_xf86-video-fbturbo, xserver_xorg-server
322 2016.05-rc3, Released May 26th, 2016
324 Fixes all over the tree.
326 Tweaks for SSP handling for external toolchains.
328 Updated/fixed packages: aircrack-ng, bluez5_utils, connman,
329 cups, erlang-p1-stringprep, expat, ffmpeg, flann, flannel, go,
330 gst1-libav, hidapi, hplip, iptraf-ng, jamvm, kodi,
331 kodi-screensaver-matrixtrails, libcurl, libepoxy, libgpgme,
332 libsemanage, libxslt, liquid-dsp, ltris, lxc, mesa3d, midori,
333 mpg123, mtr, openpgm, openpowerlink, oprofile, php,
334 postgresql, putty, python-service-identity, python-treq,
335 qlibc, qt5serialbus, ruby, stress-ng, strongswan, time, tinc,
336 ustr, valgrind, webkitgtk, libxml2, xorriso,
339 Issues resolved (http://bugs.uclibc.org):
341 #8936: Aircrack-ng - Alot of missing dependencies
343 2016.05-rc2, Released May 17th, 2016
345 Fixes all over the tree.
347 Rootfs overlay handling now refuses to overwrite
348 /{usr,bin,sbin,lib} symlinks from BR2_ROOTFS_MERGED_USR option
349 even if these directories are present in the overlay.
351 External toolchain: Unbreak user provided libraries deployment
352 (BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS) handling after refactoring.
354 QEMU coldfire: Fix for signal handling kernel issue, enable
357 Updated/fixed packages: android-tools, assimp, boost, gcc,
358 glibc, glmark2, gmrender-resurrect, go, go-bootstrap, iputils,
359 jack2, kodi-screensaver-asterwave, kodi-screensaver-rsxs,
360 kodi-visualisation-shadertoy, libarchive, libinput, libpjsip,
361 mali-t76x, mtr, nginx, opencv, openvpn, python-coherence,
362 qt5multimeda, quagga, samba4, sg3-utils, stress-ng, turbolua
364 2016.05-rc1, Released May 10th, 2016
366 Fixes all over the tree and new features.
368 Architectures: new ARM variants: Cortex A17 and M4, improved
369 nonmmu (cortex-M) support, m68k has been re-enabled with
370 support for ColdFire. For x86, support for the i386 variant
373 Toolchain: Add GCC 6 support, remove GCC 4.5, mark GCC 4.7 as
374 deprecated. Go programming language support, Add Binutils 2.26
375 support. Old Sourcery PowerPC external toolchains removed,
376 Sourcery MIPS 2016.06-8, AMD64 2015.11-139, NiosII 2015.11-130
377 added, Linaro ARM/ARMeb/Aarch64 toolchains updated.
379 New defconfigs: Firefly RK3288, Boundary Devices i.MX7 Nitrogen7,
380 STM32F429 and STM32F469 Discovery boards, Hardkernel ODROID-C2,
381 Raspberry Pi Zero and Raspberry Pi 3. Some Qemu defconfigs were
382 added for m68k, eXtensa-nommu and ColdFire.
384 Linux: use zImage by default on ARM, subversion repository
385 support (for u-boot as well).
387 New packages: aer-inject, android-tools, cannelloni,
388 cbootimage, cgroupfs-mount, connman-gtk, crudini, dt,
389 gmrender-resurrect, flannel, font-awesome, freeswitch, go,
390 go-bootstrap, gr-osmosdr, granite, i7z, imx-uuc,
391 kodi-adsp-basic, kodi-adsp-freesurround,
392 kodi-audiodecoder-opus, kodi-pvr-hdhomerun,
393 kodi-screensaver-asterwave, kodi-screensaver-cpblobs,
394 kodi-screensaver-matrixtrails, kodi-screensaver-planestate,
395 kodi-screensaver-rsxs, kodi-visualisation-fishbmc,
396 kodi-visualisation-fountain, kodi-visualisation-goom, libgee,
397 libimxvpuapi, libpjsip, libtomcrypt, libtommath, libusbgx,
398 lksctp-tools, mali-t76x, mkpimage, mpv, msr-tools, nload,
399 norm, nvme, owfs, pound, privoxy, procrank_linux, putty,
400 python-autobahn, python-characteristic, python-crossbar,
401 python-cryptography, python-iniparse, python-iowait,
402 python-lmdb, python-pexpect, python-ptyprocess,
403 python-pyasn-modules, python-pygments, python-pymysql,
404 python-pynacl, python-pyopenssl, python-pysocks,
405 python-pytrie, python-rpi-gpio, python-service-identity,
406 python-setproctitle, python-shutilwhich, python-treq,
407 python-txaio, python-ujson, python-wsaccel, qt5canvas3d,
408 qt5location, qt5quickcontrols2, qt5serialbus, qt5tools,
409 raptor, scrub, taskd, tegrarcm, turbolua, valijson,
410 wayland-protocols, webkitgtk, wilc1000-firmware, wpan-tools,
411 xdriver_xf86-video-amdgpu
413 Removed packages: foomatic-filters, python-m2crypto,
414 qt5quick1, qt5webkit-examples, samba, xdriver_xf86-input-void
416 Issues resolved (http://bugs.buildroot.org):
418 #6830: Qt5: no fonts are installed
419 #7562: musl buildroot-toolchain and BR2_MIPS_SOFT_FLOAT break
420 #7580: Invalid filesystem in Pandaboard defconfig
421 #8346: wf111 package removes all kernel module dependencies
422 #8436: xserver_xorg-server Segmentation fault
423 #8736: IPV6 forced on in busybox
424 #8746: At startup system stops with 'cannot set terminal proces..
425 #8751: make fail [fio does not build on sh]
426 #8766: Compiling host-gcc-final-4.9.3 broken on i386
427 #8771: make savedefconfig modifies sources
428 #8781: Unable to build uboot for imx28evk
429 #8786: gdb fails to build with xz and expat support at the same
430 #8801: Compilation of Buildroot 2016.2 for Raspberry Pi with...
431 #8806: Buildroot 2016.2 for Raspberry Pi requires that ext4...
432 #8836: Can't select Vim in menuconfig
433 #8851: Make sure fio can compile with libaio support if it...
434 #8861: With buildroot 2016.02 trying to build for corei7-avx
435 fails while trying to build host-binutils
436 #8866: Making an USB flash bootable with extlinux build with
437 buildroot does not work
439 2016.02, Released March 1st, 2016
441 Minor fixes, mostly security related.
443 Circular dependency issue with same-as-kernel linux-headers
446 Updated/fixed packages: bluez5_utils, heirloom-mailx,
447 imx-gpu-viv, kodi-pvr-argustv, kodi-pvr-mediaportal-tvserver,
448 kodi-pvr-nextpvr, libfcgi, openssl, pifmrds, powerpc-utils,
449 python-m2crypto, slang, sox, squid, tn5250, xerces, zsh
451 2016.02-rc3, Released February 27th, 2016
453 Fixes all over the tree.
455 Defconfigs: Ensure EABIhf is correctly enabled for ARM cores
456 where VFP is optional (but present on the specific hw). Fix
457 ARM variant selection for freescale_imx31_3stack_defconfig.
459 Ensure tarballs of downloaded git trees do not contain a
462 Clarify license of patches in COPYING.
464 Updated/fixed package: avahi, binutils, cairo, can-festival,
465 chrony, cifs-utils, dnsmasq, dvdauthor, e2fsprogs, efl,
466 erlang-rebar, eudev, fbterm, gawk, gnupg2, gnuradio, gpm,
467 gst1-plugins-good, hostapd, imagemagick, iproute2, iputils,
468 jack2, kexec, kismet, lftp, libarchive, libeXosip2, libfm,
469 libglib2, libsoil, libssh, libssh2, libuci, links, lshw, lxc,
470 mediastreamer, mono, mraa, mutt, nfs-utils, numactl, ofono,
471 omniorb, openipmi, openobex, patch, pax-utils, perf,
472 pulseaudio, pure-ftp, qhull, qt, quagga, quota, sdl_sound,
473 shairport-sync, spice, sysklogd, syslog-ng, trace-cmd,
474 trousers, tvheadend, util-linux, vim, webkitgtk24, wireshark,
475 wpa_supplicant, xerces, zsh
477 Issues resolved (http://bugs.uclibc.org):
479 #8651: libMonoPosixHelper.so wrong link reference in buildroot..
481 2016.02-rc2, Released February 18th, 2016
483 Fixes all over the tree.
485 Toolchain: PR19405 backport to binutils 2.25.1 to fix NIOS ld
486 crash, backport of Xtensa .init/.fini literals handling.
487 glibc security patches for CVE-2014-8121, CVE-2015-1781
490 Defconfigs for Acmesystems Arietta g25 added.
492 Updated/fixed packages: binutils, boost, chrony, dovecot,
493 e2fsprogs, fio, gdb, glibc, graphite2, icu, kbd, libbsd,
494 libcue, libgcrypt, libraw, links, mc, mosquitto, nodejs,
495 postgresql, pptp-linux, pulseaudio, samba4, spice, squid,
496 sysklogd, systemd, tiff, uclibc, ulogd, util-linux, valgrind.
498 Issues resolved (http://bugs.uclibc.org):
500 #8576: Building embedded Linux for Atmel SAMA5D4_Xplained...
501 #8606: Problem compiling on Arch Linux
502 #8681: kbd 2.0.3 does not build on rpi
504 2016.02-rc1, Released February 10th, 2016
506 Fixes all over the tree and new features.
508 Toolchain: Support for GCC 5.3.x. ARC toolchain updated to
509 arc-2015.12. Support for legacy uClibc dropped, default to
510 uClibc-ng instead. Added sys/queue.h implementation for MUSL
511 for compatibility. Updated versions of Code sourcery and
512 Linaro toolchains. MIPS Codescape toolchains added. Version
513 selection for preconfigured external toolchains removed.
515 New Defconfigs: ARM Juno r0/r1 development boards, Freescale
516 i.MX6UL Evaluation Kit, Intel Galileo Gen 2, Orange Pi PC.
517 A number of defconfigs have been extended to generate complete
518 system images using genimage.
520 Linux: Automatically patch timeconst.pl for <3.9 kernels,
521 which isn't compatible with modern perl versions, breaking the
522 build when building on recent (Fedora 23, Debian
523 Testing/Unstable, ..) distributions.
525 Makedevs utility now accepts textual (non-numerical) user and
528 Vagrant file to easily setup a working development environment
529 in a VM has been added.
531 Size-stats-compare script to compare rootfs sizes between
532 builds has been added.
534 Infozip package renamed to zip. EFL packages restructured.
536 Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils,
537 angularjs, apache, apr, argp-standalone, armadillo, arptables,
538 at, atk, audiofile, aumix, autoconf-archive, avahi, bash, bc,
539 bcache-tools, bdwgc, beecrypt, bind, binutils, bluez5_utils,
540 bluez_utils, bonnie, boost, busybox, cairo, cdrkit, chrony,
541 clamav, cmake, collectd, connman, coreutils, cppcms, crda,
542 cryptodev-linux, cryptsetup, cups, cwiid, cxxtest, dbus,
543 dbus-cpp, dbus-glib, debianutils, dhcp, dhcpcd, dhrystone,
544 dillo, directfb, directfb-examples, dmraid, dnsmasq, doom-wad,
545 dovecot, dovecot-pigeonhole, dropbear, dtv-scan-tables,
546 dvb-apps, dvbsnoop, ecryptfs-utils, eigen, ejabberd,
547 elementary, elfutils, enlightenment, erlang, espeak, eudev,
548 eventlog, exfat, exfat-utils, exiv2, expedite, faifa,
549 fakeroot, fastd, fbgrab, fetchmail, ffmpeg, findutils, fio,
550 firmware-imx, flann, flashrom, flite, flot, fmlib, freerdp,
551 freescale-imx, freetype, gauche, gawk, gcc, gcc-final, gcr,
552 gdb, gdk-pixbuf, geoip, gesftpserver, gettext, giflib, git,
553 glibc, glibmm, glog, gmp, gnupg, gnupg2, gnutls, gob2, gpsd,
554 gptfdisk, grep, gst1-libav, gst1-plugins-{bad,base,good,ugly},
555 gst-ffmpeg, gst-plugins-{bad,base,good,ugly}, gstreamer,
556 gstreamer1, guile, gvfs, gzip, harfbuzz, haserl, hiawatha,
557 hostapd, hplip, icu, ifupdown, imagemagick, imx-gpu-viv,
558 imx-kobs, imx-lib, input-tools, intel-microcode, iperf3,
559 ipmitool, iproute2, iprutils, ipsec-tools, ipset, iptables,
560 iputils, irda-utils, irssi, iucode-tool, jack2, janus-gateway,
561 jpeg-turbo, jquery-datetimepicker, jquery-keyboard,
562 jquery-sparkline, jquery-ui, jquery-ui-themes,
563 jquery-validation, json-c, kbd, kernel-module-imx-gpu-viv,
564 keyutils, kmod, knock, kodi, lcdproc, lcms2, leafnode2,
565 leafpad, libass, libatomic_ops, libbroadvoice, libbsd,
566 libcap-ng, libcdaudio, libcue, libcurl, libdrm, libecore,
567 libedbus, libedit, libedje, libeet, libefreet, libeina,
568 libeio, libelementary, libembryo, libepoxy, libethumb, libev,
569 libevas, libevas-generic-loaders, libevdev, libevent, libffi,
570 libfm, libfribidi, libfslcodec, libfslparser, libfslvpuwrap,
571 libftdi, libfuse, libgail, libglew, libglib2, libgtk2,
572 libgtk3, libgudev, libhttpparser, libidn, libinput, libiscsi,
573 libjpeg, liblinear, libmbim, libmicrohttpd, libndp, libnspr,
574 libnss, liboauth, liboping, libpciaccess, libplist, libpng,
575 libraw, libraw1394, librsvg, libseccomp, libsecret,
576 libserialport, libsigc, libsigrok, libsigrokdecode,
577 libsndfile, libsoc, libsodium, libsoup, libssh2, libsvg,
578 libsvg-cairo, libtasn1, libtirpc, libtorrent, libungif,
579 libunwind, libupnpp, liburcu, libuv, libv4l, libva,
580 libva-intel-driver, libvips, libvncserver, libxml2, libxmlpp,
581 lightning, lighttpd, linknx, linux-firmware, linux-fusion,
582 linux-headers, liquid-dsp, lirc-tools, live555, lm-sensors,
583 lockdev, lshw, ltp-testsuite, ltrace, lttng-babeltrace,
584 lttng-libust, lttng-modules, lttng-tools, lua, luabitop,
585 luarocks, luv, lvm2, lxc, makedevs, mc, memcached, memtest86,
586 mesa3d, mesa3d-demos, mesa3d-headers, micropython,
587 micropython-lib, minicom, minidlna, mjpg-streamer, mke2img,
588 moarvm, modem-manager, mongoose, mongrel2, monkey, mono,
589 monolite, mosh, mosquitto, mpd, mplayer, msgpack, mtdev2tuio,
590 musepack, musl, mysql, nano, nasm, nbd, neard, netatalk,
591 netsnmp, nettle, net-tools, network-manager, nfs-utils, nginx,
592 nmap, nodejs, ntfs-3g, ntp, numactl, nut, nvidia-driver,
593 odhcp6c, ofono, ola, olsr, omniorb, opencv, opencv3, openipmi,
594 openldap, openntpd, openobex, openocd, openpgm,
595 open-plc-utils, openpowerlink, openssh, openssl, openswan,
596 openvpn, opkg, oprofile, opus, opusfile, p11-kit, package,
597 pango, pax-utils, pciutils, pcmanfm, perl, perl-db-file,
598 perl-io-socket-ssl, perl-libwww-perl, perl-net-dns, perl-uri,
599 perl-xml-libxml, php, php-ssh2, picocom, pinentry, pixman,
600 polarssl, popt, portaudio, pppd, procps-ng, proftpd, protobuf,
601 psmisc, ptpd2, pulseaudio, pulseview, pv, python, python3,
602 python-alsaaudio, python-can, python-cffi, python-cherrypy,
603 python-httplib2, python-jinja2, python-lxml, python-m2crypto,
604 python-mako, python-msgpack, python-psutil, python-pyasn,
605 python-pycparser, python-pydal, python-pyftpdlib,
606 python-pyroute2, python-pyxml, python-pyzmq, python-requests,
607 python-serial, python-setuptools, python-six, python-spidev,
608 python-tornado, python-twisted, python-web2py, python-webpy,
609 python-werkzeug, python-zope-interface, qemu, qhull, qpdf, qt,
610 qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio,
611 qt5graphicaleffects, qt5imageformats, qt5multimedia,
612 qt5quick1, qt5quickcontrols, qt5script, qt5sensors,
613 qt5serialport, qt5svg, qt5webchannel, qt5webkit,
614 qt5webkit-examples, qt5websockets, qt5x11extras,
615 qt5xmlpatterns, qt-webkit-kiosk, racehound, radvd, read-edid,
616 readline, redis, rpcbind, rpi-firmware, rpi-userland, rrdtool,
617 rsync, rsyslog, rtai, rtorrent, rt-tests, rubix, ruby, samba4,
618 sconeserver, setools, shairport-sync, sigrok-cli, skeleton,
619 smack, snowball-init, socat, sp-oops-extract, sqlite,
620 squashfs, squeezelite, squid, sredird, sshfs,
621 start-stop-daemon, strace, strongswan, stunnel, subversion,
622 sunxi-tools, swig, sysdig, syslog-ng, sysstat, systemd,
623 sysvinit, taglib, tcl, tcpreplay, thrift, ti-gfx, tinyalsa,
624 tor, torsmo, trace-cmd, transmission, tremor, triggerhappy,
625 trinity, tvheadend, tzdata, uboot-tools, uclibc, udisks,
626 udpcast, unionfs, upmpdcli, usb_modeswitch,
627 usb_modeswitch_data, ustr, util-linux, vala, valgrind,
628 vboot-utils, vde2, vlc, vnstat, webkit, webkitgtk24, weston,
629 wget, whetstone, whois, wine, wipe, wireless-regdb, wireshark,
630 wpa_supplicant, w_scan, x11r7, xapp_xbacklight, xapp_xcompmgr,
631 xapp_xinput, xapp_xkbcomp, xdriver_xf86-input-evdev,
632 xdriver_xf86-input-libinput, xdriver_xf86-input-synaptics,
633 xdriver_xf86-video-ati, xdriver_xf86-video-fbturbo,
634 xdriver_xf86-video-imx-viv, xdriver_xf86-video-intel,
635 xfont_encodings, xfont_font-adobe-100dpi,
636 xfont_font-adobe-75dpi, xfont_font-adobe-utopia-100dpi,
637 xfont_font-adobe-utopia-75dpi, xfont_font-adobe-utopia-type1,
638 xfont_font-alias, xfont_font-arabic-misc,
639 xfont_font-bh-100dpi, xfont_font-bh-75dpi,
640 xfont_font-bh-lucidatypewriter-100dpi,
641 xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf,
642 xfont_font-bh-type1, xfont_font-bitstream-100dpi,
643 xfont_font-bitstream-75dpi, xfont_font-bitstream-type1,
644 xfont_font-cronyx-cyrillic, xfont_font-cursor-misc,
645 xfont_font-daewoo-misc, xfont_font-dec-misc,
646 xfont_font-ibm-type1, xfont_font-isas-misc,
647 xfont_font-jis-misc, xfont_font-micro-misc,
648 xfont_font-misc-cyrillic, xfont_font-misc-ethiopic,
649 xfont_font-misc-meltho, xfont_font-misc-misc,
650 xfont_font-mutt-misc, xfont_font-schumacher-misc,
651 xfont_font-screen-cyrillic, xfont_font-sony-misc,
652 xfont_font-sun-misc, xfont_font-winitzki-cyrillic,
653 xfont_font-xfree86-type1, xfsprogs, xkeyboard-config, xl2tp,
654 xlib_libfontenc, xlib_libXi, xmlstarlet, xscreensaver,
655 xserver_xorg-server, xtables-addons, xvkbd, xz, yad, yasm,
656 ympd, zeromq, zic, znc, zsh,
658 New packages: acsccid, assimp, atkmm, autofs, bcm2835,
659 cairomm, cantarell, chocolate-doom, comix-cursors, cxxtest,
660 edid-decode, emlog, gcr, gtkmm3, hidapi, jquery-sidebar,
661 kernel-module-imx-gpu-viv, libasplib, libcroco, libdvbpsi,
662 libfreeglut, libgdiplus, libglfw, libhdhomerun, libnet,
663 libsoil, lldpd, luvi, mbedtls, minizip, miraclecast, mongodb,
664 mraa, netbsd-queue, netsniff-ng, nss-pam-ldapd,
665 obsidian-cursors, openal, openbox, pangomm,
666 python-backports-abc, python-beautifulsoup4, python-cbor,
667 python-click, python-cssselect, python-ecdsa, python-html5lib,
668 python-idna, python-ipaddress, python-mistune, python-netaddr,
669 python-paho-mqtt, python-paramiko, python-pyparted,
670 python-pysmb, python-pyudev, python-singledispatch,
671 python-smbus-cffi, python-urllib3, qt53d, rabbitmq-c, rfkill,
672 sbc, spi-tools, tpm-tools, trousers, ubus, unrar, unscd,
673 unzip, v4l2grab, xdriver_xf86-video-nouveau, xdotool, zbar
675 Removed packages: libungif, python-pyxml,
677 Issues resolved (http://bugs.uclibc.org):
679 #7886: gettext: link failure with locally-installed libxml2
680 #7892: systemd-journald is broken
681 #8066: nodejs crashes when built with gcc 4.9
682 #8296: nodejs 0.12.7 - npm crashes (seg core dump)
683 #8501: gunzip fails to uncompress files
684 #8541: fail to build host-fakeroot-1.20.2
685 #8546: build instructions for raspberry pi don't work
686 #8571: strace for ARC compile error
687 #8581: pciutils.mk PCIUTILS_MAKE_OPTS typo
688 #8616: Fail to build for raspberrypi_defconfig with big endian
689 #8621: sqlite package, properly enable readline
691 2015.11, Released November 30th, 2015
695 Merged/seperate /usr handling is now also performed for
696 staging so cross-gdb / gdbserver can find the libraries.
698 Updated/fixed packages: autossh, conntrack-tools, dcron,
699 espeak, gcc, glmark2, gpsd, gstreamer1, libglib2, libsigsegv,
700 libsoc, libv4l, minidlna, mongrel2, opencv, polarssl,
701 rpi-userland, rubix, skeleton, tovid, uemacs, valgrind, yad,
704 Issues resolved (http://bugs.uclibc.org):
706 #8441: Invalid directory for X11 fonts in target (RPi2)
707 #8491: libglib2 2.46.1 not Building for armv5 on 2015.11-rc3
709 2015.11-rc3, Released November 26th, 2015
711 Fixes all over the tree.
713 We have a new modern website!
715 Updated/fixed packages: apitrace, audiofile, autossh, bullet,
716 c-ares, collectd, conntrack-tools, cryptodev-linux, dropbear,
717 fastd, gmp, gpsd, gst-plugins-bad, gst-plugins-base,
718 gst-plugins-good, gst-plugins-ugly, gstreamer, gstreamer1,
719 guile, iodine, iproute2, jimtcl, kompexsqlite, libethumb,
720 libfreeimage, libgsasl, libgtk3, libxml2, localedef,
721 lttng-tools, macchanger, mongrel2, mpd, openntpd, openssl,
722 oprofile, pcre, qt5base, quagga, rpi-userland, sconeserver,
723 sdl, spidev_test, sqlite, strongswan, ustr, xapp_sessreg,
726 Issues resolved (http://bugs.uclibc.org):
728 #6872: gpsd: disabled on microblaze
729 #8321: invalid opcode error with minidlna and ffmpeg
730 #8336: Default systemd configuration fails to boot correctly in 2015-08
731 #8446: rpi-userland failed to build with glibc 2.22
733 2015.11-rc2, Released November 19th, 2015
735 Fixes all over the tree.
737 LD_LIBRARY_PATH is no longer used to ensure host binaries find
738 their libraries, fixing issues on recent Fedora.
740 Toolchain fixes for powerpc e5500 / e6500. Fix for an issue
741 with ${TARGET}-cc after the move to use a toolchain wrapper
742 for the internal toolchain.
744 Appy-patches.sh now correctly applies all files listed in
747 Fixes for merged /usr handling when a custom skeleton is used.
749 Updated/fixed packages: axfsutils, boost, busybox, dhcp,
750 directfb, dropbear, ebtables, fastd, ffmpeg, gauche, gcc,
751 gettext, gst1-plugins-bad, hostapd, ibrdtnd, libcurl,
752 libecore, libgudev, libnss, libpng, libserial, libssh2,
753 libuecc, libxml2, linux-headers, liquid-dsp, ltris,
754 lua-periphery, minidlna, mongrel2, mpd, mpg123, mplayer,
755 mysql, opencv, opencv3, package, perl-file-util, php-ssh2,
756 polarssl, pulseaudio, python-protobuf, qemu, qt5base, ranger,
757 ruby, skeleton, slang, squeezelite, strongswan, tovid, uclibc,
758 ushare, wine, wpa_supplicant, x265,
759 xdriver_xf86-video-siliconmotion, zxing-cpp
761 Issues resolved (http://bugs.uclibc.org):
763 #4790: Running udhcpc on a system with NFS root kills NFS
764 #8456: Building host-pkgconf on Fedora 23 fails due to..
766 2015.11-rc1, Released November, 7th 2015
768 Fixes all over the tree and new features.
772 - Support for sparc64 added (internal toolchain with glibc
775 - Support for mips32r6 and mips64r6 added.
777 - Support for Intel Quark X1000 CPU.
779 - Switch to EABIhf by default on ARM when a VFP is available.
783 - glibc 2.22, gdb 7.10, use gdb 7.9 by default, musl 1.1.12,
784 uclibc-ng 1.0.8, host-gdb enabled on AArch64.
786 - The toolchain wrapper which was used only for external
787 toolchains is now also used for Buildroot internal
788 toolchains. This allowed to fix the ccache support, prepare
789 the way for top-level parallel build support and remove gcc
790 patches used to detect header/library path poisoning.
792 - Remove Analog Devices Blackfin toolchain 2012R2.
794 - Fix several Xtensa build failures by switching from
795 text-section-literals to auto-litpools.
797 - Enable MIPS64 support in uClibc-ng, use uClibc on ARC
798 rather than a specific fork.
800 - Linaro toolchains for ARM, ARMeb and AArch64 updated to
801 2015.08. 2014.09 version is kept since 2015.08 only runs on
806 - Fix ARM64 support in U-Boot.
810 - Added: ARC HS38 VDK virtual boards, Avnet Microzed, Boundary
811 Devices Nitrogen SoloX, Freescale i.MX6 SoloX Sabre SD,
812 OLinuxino A20 Lime2, Qemu Sparc64, Qemu SuperH 4 big endian,
813 Synopsys AArch64 VDK virtual platform.
815 - Updated: calao_qil_a9260, calao_usb_a9g20_lpw, ci20,
816 cubieboad, freescale_imx6_*, imx53loco, imx6_vab820,
817 mpc8315erdb, qmx6, p1010rdb, qemu, raspberrypi,
818 raspberrypi2, riotboard, snps_axs10*, wandboard.
820 - Removed: at91rm9200df, at91sam9260dfc, at91sam9263ek,
821 calao_snowball_defconfig, gnublin, integrator926_defconfig.
825 - Support for fetching from Mercurial tags fixed.
827 - Introduce LINUX_NEEDS_MODULES, which allows to enforce
828 module support to be enabled in the kernel when a package
829 builds out-of-tree kernel modules (through the
830 pkg-kernel-module infrastructure or on its own).
832 - Improve the perl package infrastructure to automatically add
833 the dependency to the perl interpreter to target perl module
836 - Remove trailing slashes in <pkg>_SITE and addition of a
837 check to ensure such trailing slashes are no longer added.
839 - Extend the legal infrastructure to allow packages to declare
840 their actual source code. This is useful for packages for
841 which <pkg>_SOURCE points to pre-built binaries (as is the
842 case for external toolchains). The new <pkg>_ACTUAL_SOURCE
843 variable allows to point to the source code in such cases.
845 - Improved ccache support, thanks to the usage of a toolchain
846 wrapper for internal toolchain. Now a single cache directory
847 can be shared between different Buildroot builds.
849 - Addition of a 'graph-size' make targets, which generates a
850 PDF graph of per-package size of the root filesystem.
852 - Addition of <pkg>_EXCLUDES so that packages can request
853 certain parts of the source code tarball to not be
854 extracted. This feature is currently used by gcc and
857 - Packages can now use the <pkg>_PKGDIR variable, provided by
858 the package infrastructure, to reference their package
859 directory, instead of explicitly using package/<pkg>/.
863 - Add high lz4 compression to squashfs.
865 - Simplification of shell profile files in the default
868 - Remove ftp user and /home/ftp from the skeleton, and let ftp
869 server packages create these when needed.
871 - Add support for /bin, /sbin and /lib to be symlinks to their
872 corresponding directories in /usr. This is enforced for
873 systemd configurations, and optional for other
876 - Support for AXFS filesystem image generation added.
878 - New options to add extra space/inodes to ext2/3/4 images.
880 Updated/fixed packages:
882 adwaita-icon-theme, apache, apitrace, atk, audit, avahi,
883 barebox, bash, batctl, bind, binutils, bluez_utils, boost,
884 bridge-utils, cairo, ccache, chrony, clapack, cloog, cmake,
885 collectd, connman, conntrack-tools, coreutils, cpio,
886 cryptsetup, dbus, dbus-cpp, devmem2, dhcp, dhcpcd, dhcpdump,
887 dhrystone, dillo, directfb, directfb-examples, dmraid,
888 dos2unix, dovecot, dovecot-pigeonhole, drbd-utils, dropbear,
889 dropwatch, dtc, e2fsprogs, ebtables, efl, eigen, ejabberd,
890 elf2flt, elfutils, erlang, ethtool, eudev, evemu, exfat,
891 exfat-utils, expat, faifa, fbterm, fdk-aac, feh, ffmpeg, file,
892 flashrom, fping, freerdp, freescale-imx, freetype, gdk-pixbuf,
893 genimage, gettext, git, glib-networking, glmark2, gnupg2,
894 gnuradio, gnutls, gpsd, grep, grub2, gst1-imx, gst1-libav,
895 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
896 gst1-plugins-ugly, gst1-validate, gst-fsl-plugins,
897 gst-plugins-bad, gstreamer1, guile, gvfs, harfbuzz, haveged,
898 hostapd, icu, imagemagick, impiutil, imx-gpu-viv, imx-vpu,
899 inadyn, intltool, iostat, iperf3, ipmiutil, iproute2,
900 iptables, iw, jpeg-turbo, jq, jsoncpp, kexec-lite, kmod, kodi,
901 kodi-audioencoder-flac, kodi-pvr-argustv, kodi-pvr-filmon,
902 kodi-pvr-hts, kodi-pvr-mythtv, kodi-pvr-pctv,
903 kodi-pvr-stalker, kodi-pvr-vbox,
904 kodi-visualisation-waveforhue, less, lftp, libbluray,
905 libcgroup, libconfuse, libcurl, libdcadec, libdrm, libevdev,
906 libffi, libfribidi, libfslcodec, libfslparser, libfslvpuwrap,
907 libgcrypt, libglew, libglib2, libgtk3, libidn, liblinear,
908 liblockfile, libmicrohttpd, libnetfilter_conntrack, libnfs,
909 libnftnl, libnl, libnspr, libnss, libpcap, libpfm4, libpng,
910 libselinux, libserial, libsoup, libsoxr, libstrophe, libtasn1,
911 libtirpc, libtorrent, libupnpp, liburcu, libusb-compat, libuv,
912 libv4l, libva, libva-intel-driver, libxcb, lighttpd, links,
913 linux, linux-firmware, linux-fusion, linux-headers,
914 lirc-tools, localedef, lpeg, lsof, ltp-testsuite,
915 lttng-libust, lttng-tools, lua-periphery, luaposix, lvm2, lxc,
916 lz4, mdadm, mesa3d, mesa3d-headers, minicom, minidlna, moarvm,
917 modem-manager, mosquitto, mpd, mpdecimal, mpg123, mplayer,
918 mrouted, msmtp, mtd, mutt, nettle, network-manager, nfs-utils,
919 nftables, nginx, nodejs, noip, ntp, ofono, opencv3, openpgm,
920 openssl, openswan, openvpn, pango, parted, perl, perl-cross,
921 perl-crypt-openssl-random, perl-http-message,
922 perl-io-socket-ssl, perl-module-build, perl-mojolicious,
923 perl-netaddr-ip, perl-net-dns, perl-net-http, perl-net-ssleay,
924 perl-uri, perl-xml-libxml, php, picocom, pixman, pkgconf,
925 poco, polarssl, portaudio, portmap, postgresql, proftpd,
926 protobuf, protobuf-c, pulseaudio, python-configshell-fb,
927 python-networkmanager, python-numpy, python-pyparsing,
928 python-pypcap, python-rtslib-fb, python-spidev, python-urwid,
929 python-web2py, qemu, qt5base, redis, rngtools, rng-tools,
930 rpi-firmware, rpi-userland, rtmpdump, rtorrent, ruby, samba,
931 samba4, sane-backends, sconeserver, sdl, sed, setools,
932 shairport-sync, shared-mime-info, sland, smartmontools,
933 softether, spice-protocol, sqlcipher, sqlite, squid,
934 strongswan, stunnel, subversion, sudo, sunxi-tools,
935 supervisor, systemd, tar, targetcli-fb, tcpdump, tiff, tor,
936 tvheadend, tzdata, uboot-tools, udisks, unionfs, upmpdcli,
937 util-linux, vala, valgrind, vim, vlc, vorbis-tools, vsftpd,
938 vtun, wavpack, webkitgtk24, weston, whois, wireless-regdb,
939 wireshark, wpa_supplicant, xdriver_xf86-input-vmmouse,
940 xdriver_xf86-video-imx-viv, xdriver_xf86-video-intel,
941 xdriver_xf86-video-sis, xlib_libXi, xorg-server,
942 xtables-addons, xterm, xz, zic, znc, zsh
946 axfsutils, bitstream, check, dvblast, eventlog, fastd, gauche,
947 gmock, graphite2, gssdp, gupnp, gupnp-av, ibrcommon, ibrdtn,
948 ibrdtnd, ibrdtn-tools, imx-kobs, iqvlinux, irssi,
949 kompexsqlite, libbroadvoice, libcddb, libcodec2, libcrossguid,
950 libg7221, libhttpparser, libilbc, libldns, libmng,
951 libopenh264, libpam-radius-auth, libpam-tacplus, libsilk,
952 libsoundtouch, libssh, libuecc, libyuv, liquid-dsp, luv,
953 micropython, micropython-libs, python-pyratemp,
954 python-pyroute2, python-ranger, rapidxml, scrypt, sdl2,
955 sp-oops-extract, squeezelite, stress-ng, swupdate, syslog-ng,
956 x265, xdriver_xf86-video-fbturbo, xxhash, yad, zxing-cpp
960 blackbox (was deprecated), divine (merged in directfb),
961 kobs-ng (replaced by imx-kobs), mediactl (merged in libv4l),
962 sawman (merged in directfb), schifra (marked broken since a
963 long time), texinfo (host variant only, no longer used), zxing
964 (replaced by zxing-cpp),
966 Issues resolved (http://bugs.uclibc.org):
968 #4099: cut utility from GNU coreutils works incorrect
969 #7772: libxml-parser-perl build failure: missing dependency
971 #7931: Default configuration for Cubieboard v1 is outdated
972 #8116: 2015.05-rc2 raspberrypi2_defconfig network interface
974 #8246: X.org DRI2 build issue
975 #8256: pointing to /usr/bin/objcopy old version (x86) instead
977 #8266: mplayer build issue
978 #8281: pyrexc fails to run when path is too long
979 #8316: lttng-tools and lttng-babeltrace executables contain
980 bad RPATH pointing to host machine
981 #8331: kexec wants shutdown in /sbin, but systemd installs it
983 #8361: Buildroot 2015.08.1 skeleton inittab overwritten by
985 #8366: libevent does not build
986 #8386: build failed with external toolchain
987 #8391: Node.js 0.12.7 fails to build on raspberry_pi defconfig
988 #8396: CCACHE initialization
989 #8401: gpsd 3.15 NMEA support
990 #8416: cups depends on BR2_DEPRECATED_SINCE_2015_05
991 #8421: util-linux installs systemd files in output/target/home/
993 2015.08, Released August 31st, 2015
997 OpenCV 3.x package renamed to opencv3. OpenCV 2.4.x
998 reintroduced as opencv.
1000 Updated/fixed packages: bootutils, canfestival, cppcms,
1001 curlftpfs, dhcpdump, dropbear, erlang-p1-tls, exfat, gnuradio,
1002 ipkg, libgudev, libmbim, libwebsock, linux-pam, lm-sensors,
1003 ltrace, midori, network-manager, openssh, perl-file-listing,
1004 perl-http-cookies, perl-http-daemon, perl-http-negotiate,
1005 perl-www-robotrules, python-can, qt5base, qt5multimedia,
1006 setools, sysvinit, tinyalsa, tn5250, tvheadend, uboot, vlc,
1007 x264, xserver_xorg-server, zyre
1009 2015.08-rc2, Released August, 24th 2015
1011 Fixes all over the tree.
1013 Toolchain: fix gcc build on NIOS-II.
1015 Infrastructure: add <fs>_POST_GEN_HOOKS mechanism to fix
1016 hybrid ISO image generation.
1018 Architectures: add arm1136j-s variant.
1020 Updated/fixed packages: apitrace, audit, bcusdk, bdwgc,
1021 beecrypt, boost, bwm-ng, cdrkit, c-icap, cifs-utils, clapack,
1022 c-periphery, cpio, cramfs, czmq, dawgdic, dnsmasq, dosfstools,
1023 dropbear, elfutils, empty, eudev, fan-ctrl, filemq, gnutls,
1024 guile, haveged, imlib2, libcec, libepoxy, libev, libgpgme,
1025 libiio, libnetfilter_queue, libnfnetlink, libpfm4, libpthsem,
1026 librtas, libselinux, libsigsegv, libsodium, libv4l, lightning,
1027 linux, lirc-tools, lrzsz, mono, mosh, mpd, msmtp, nbd,
1028 netatalk, nodejs, ola, opencv, oprofile, php, poco,
1029 postgresql, powertop, protobuf, protobuf-c, qt5base,
1030 qt5quickcontrols, rapidjson, rng-tools, squid, sysdig,
1031 sysstat, tftpd, tinc, tz, util-linux, webkitgtk24, weston,
1032 wireshark, wvstreams, xdriver_xf86-input-synaptics, zyre.
1034 Issues resolved (http://bugs.uclibc.org):
1036 #8276: package/dropbear: symlink resolution incorrect
1037 #8286: Error with buildroot
1038 #8301: ldconfig parameter in Makefile
1040 2015.08-rc1, Released August, 5th 2015
1042 Fixes all over the tree and new features.
1046 - Refactor how the availability of an MMU is described.
1047 - Minimal support for Cortex-M3
1048 - Minimal support for AArch64 big-endian
1052 - Add CodeSourcery MIPS 2015.05, remove MIPS 2013.11
1053 - Use uClibc-ng as the default uClibc version, instead of the
1054 official uClibc, which hasn't done any release since 3+
1056 - eglibc is now marked as deprecated
1057 - GCC: gcc 4.9.x is now the default and was updated to 4.9.3,
1058 support for gcc 5.x added.
1059 - Binutils: use Binutils 2.24 as the default, 2.25.x series
1060 bumped to 2.25.1, remove old Binutils 2.22.
1061 - Update ARC toolchain components to 2015.06
1062 - Add support for Fortran when building gcc
1066 - Support for using the kconfig configuration system in
1071 - VIA VAB-820/AMOS-820
1072 - OLimex OLinuxino A20 Lime
1073 - Many new defconfigs for Atmel evaluation boards:
1074 at91sam9rlek, at91sam9x5ek, sama5d3xek, sama5d4ek, sama5d4
1075 Xplained Ultra, sama5d3 Xplained.
1076 - ACME Systems Aria G25
1078 - Altera Cyclone 5 Development Board
1080 - ARC AXS101 and AXS103 Software Development Platforms
1081 - Significant updates to Raspberry Pi / Raspberry Pi 2
1085 - Buildroot takes better care now of generating predictable
1086 permissions in the target filesystem. However, existing
1087 permissions on a custom skeleton or rootfs overlay will no
1088 longer be preserved. Therefore, it is necessary to add a
1089 permission table (BR2_ROOTFS_DEVICE_TABLE) to set the
1090 required permissions.
1091 - Add support for kconfig fragments.
1092 - No longer pass --{enable,disable}-debug to autotools
1093 packages depending on the value of
1094 BR2_ENABLE_DEBUG. BR2_ENABLE_DEBUG now only controls
1095 whether we build with -g or not.
1096 - Support for extracting archives in .lzma in the generic
1097 package infrastructure.
1098 - Remove random-seed file from the default skeleton, since
1099 seeding the entropy pool with a known seed makes more harm
1101 - In the CVS download helper, add support to use a date as
1103 - Add support for a per-package <pkg>_STRIP_COMPONENTS
1104 variable, which packages can use to specify how many path
1105 components should be stripped when extracting the tarball.
1106 - Addition of a 'kernel-module' package infrastructure, which
1107 simplifies the packaging of external kernel modules. Many
1108 existing packages are converted to use it.
1109 - Allow bootloaders to be implemented in $(BR2_EXTERNAL)
1110 - Remove /etc/securetty from the default skeleton.
1111 - Migration of sysV initscripts from the default skeleton to
1112 a package called 'initscripts', installed only when Busbox
1113 init or sysvinit are used.
1114 - Migration of the skeleton logic to a proper 'skeleton'
1116 - Addition of a 'linux-tools' infrastructure in the 'linux'
1117 package, to support building user-space tools bundled
1118 within the Linux kernel sources, such as perf and cpupower.
1119 - Usage of backticks instead of make $(shell ...) to execute
1120 shell commands. This allows to delay the evaluation of such
1121 commands when actually needed, and not when expanding the
1122 variables. It is useful to make 'make printvars' less
1123 noisy, and as a preparation to support top-level parallel
1125 - Libtool .la files are not mungled for all package types,
1126 instead of being handled only for packages using the
1127 autotools-package infrastructure.
1128 - Add mechanism to allow packages to express a dependency on
1129 gcc versions. This is needed for packages that use C++11 or
1130 C11 support for example.
1132 Important package updates:
1134 - Complete rework of the matchbox packaging
1135 - Lots of fixes in packages for compatibility with musl and
1137 - Hash files added to a large number of packages.
1138 - Update a significant number of packages to use a new
1139 hosting, after the announcement of Google Code and
1141 - Major packages needed for SELinux support have been merged,
1142 but the support is not complete yet.
1143 - Significant update of OpenCV to version 3.0, and addition
1145 - Significant update of all packages supporting the GPU and
1146 VPU of i.MX ARM processors.
1147 - Addition of systemd support in a significant number of
1149 - Qt5 updated to 5.5.0
1150 - Use modular X.org server by default instead of KDrive
1154 - Complete overhaul of the iso9660 support. Now allows to use
1155 directly IS9660 as the root filesystem format and not only
1156 an initrd, and supports Grub 2 and isolinux in addition to
1159 Updated packages: a10disp, agentpp, apache, at91bootstrap3,
1160 audit, barebox, bc, bind, bmon, boost, btrfs-progs,
1161 ca-certificates, can-utils, ccache, cloog, collectd, connman,
1162 coreutils, c-periphery, cryptsetup, dado, dbus, dejavu,
1163 dhcpcd, dnsmasq, dosfstools, dovecot, dovecot-pigeonhole,
1164 e2fsprogs, ejabberd, erlang-p1-cache-tab, erlang-p1-sip,
1165 erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
1166 erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml, ethtool,
1167 eudev, evtest, exim, expect, explorercanvas, feh, ffmpeg,
1168 file, flashrom, freescale-imx, freetype, gawk, gcc, gdb,
1169 gettext, git, glib-networking, gnupg2, gnutls, gpsd, gptfdisk,
1170 gpu-viv-bin-mx6q, gst-fsl-plugins, harfbuzz, hdparm, heimdal,
1171 i2c-tools, imagemagick, imx-vpu, iproute2, ipset, isl, iw,
1172 kodi, kodi-addon-xvdr, kodi-audioencoder-flac,
1173 kodi-audioencoder-lame, kodi-audioencoder-vorbis,
1174 kodi-audioencoder-wav, lftp, libass, libassuan, libcec,
1175 libconfi, libcurl, libdrm, libevdev, libfreefare, libfslcodec,
1176 libfslparser, libfslvpuwrap, libfuse, libglib2, libgpgme,
1177 libgtk2, libgtk3, libical, libidn, libiio, libinput, libiscsi,
1178 libllcp, libmicrohttpd, libnfc, libnss, libpcap, libpciaccess,
1179 libpng, libserialport, libsigrok, libsoc, libtirpc, libubox,
1180 libunistring, libupnp, libuv, libv4l, libva,
1181 libva-intel-driver, libXrandr, lighttpd, linenoise, linux,
1182 linux-firmware, linux-headers, live555, ltrace, lua,
1183 lua-csnappy, lua-ev, luajit, lua-messagepack, luaperiphery,
1184 lvm2, lxc, lzo, mesa3d, mesa3d-headers, midori, mmc-utils,
1185 modem-manager, mono, mosquitto, mpd, mpd-mpc, mpfr, mpg123,
1186 mtd, musl, nano, netperf, network-manager, nfs-utils, nginx,
1187 nodejs, ntp, ola, opencv, openldap, openssh, openssl,
1188 openswan, openvmtools, openvpn, opkg, orbit, orc, pcmanfm,
1189 perl-cross, perl-encode-locale, perl-io-socket-ssl,
1190 perl-mojolicious, perl-net-ssleay, perl-path-tiny, perl-uri,
1191 perl-xml-libxml, php, pinentry, polarssl, postgresql,
1192 pulseview, pure-ftpd, python, python-dpkt, python-lxml,
1193 python-networkmanager, python-pyinotify, python-pypcap,
1194 python-tornado, qextserialport, qt, qt5, rapidjson, redis,
1195 rpcbind, rpi-firmware, rpi-userland, samba4, shairport-sync,
1196 snmpp, sqlite, squid, strongswan, stunnel, sudo, sunxi-boards,
1197 sunxi-mali, sysdig, sysstat, systemd, tcpdump, tiff, tmux,
1198 tor, txheadend, tzdata, uboot, uclibc, ulogd, upmpdcli,
1199 usb_modeswitch, usb_modeswitch_data, vala, vsftpd, wayland,
1200 weston, whois, wireless-regdb, wireshark, x264, xapp_xvinfo,
1201 xdriver_xf86-input-libinput, xdriver_xf86-input-vmmouse,
1202 xdriver_xf86-video-cirrus, xdriver_xf86-video-geode,
1203 xdriver_xf86-video-imx-viv, xdriver_xf86-video-mach64,
1204 xdriver_xf86-video-neomagic, xdriver_xf86-video-r128,
1205 xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
1206 xdriver_xf86-video-vesa, xkeyboard-config, xlib_libfontenc,
1207 xlib_libFS, xlib_libXaw, xlib_libxkbfile, xlib_libXrender,
1208 xlib_libXt, xproto_kbproto, xproto_xproto, xproto_xrandrproto,
1209 xscreensaver, xserver_xorg-server, xtables-addons, yaml-cpp,
1212 New packages: angularjs, atf, audit, c-icap, c-icap-modules,
1213 cpio, dawgdic, faketime, fcgiwrap, gflags, glog, initscripts,
1214 jquery-datetimepicker, kodi-audioencoder-modplug,
1215 kodi-audioencoder-nosefar, kodi-audioencoder-sidplay,
1216 kodi-audioencoder-snesapu, kodi-audioencoder-stsound,
1217 kodi-audioencoder-timidity, kodi-audioencoder-vgmstream,
1218 kodi-platform, kodi-pvr-argustv, kodi-pvr-dvblink,
1219 kodi-pvr-dvbviewer, kodi-pvr-filmon, kodi-pvr-hts,
1220 kodi-pvr-iptvsimple, kodi-pvr-mediaportal-tvserver,
1221 kodi-pvr-mythtv, kodi-pvr-nextpvr, kodi-pvr-njoy,
1222 kodi-pvr-pctv, kodi-pvr-stalker, kodi-pvr-vbox,
1223 kodi-pvr-vdr-vnsi, kodi-pvr-vuplus, kodi-pvr-wmc,
1224 kodi-screensaver-asteroids, kodi-screensaver-biogenesis,
1225 kodi-screensaver-crystalmorph, kodi-screensaver-greynetic,
1226 kodi-screensaver-pingpong, kodi-screensaver-pyro,
1227 kodi-screensaver-stars, kodi-visualisation-shadertoy,
1228 kodi-visualisation-spectrum, kodi-visualisation-waveforhue,
1229 kodi-visualisation-waveform, kvmtool, kyua, libfm,
1230 libfm-extra, libplatform, librtas, libsodium, libsquish,
1231 libucl, libump, linux-backports, lua-iconv, lutok, menu-cache,
1232 moarvm, monkey, mono-gtksharp3, mosh, openipmi, python-can,
1233 python-pycli, python-pydal, python-pyyaml, python-web2py,
1234 qpid-proton, qt5webchannel, quazip, racehound, rtl8188eu,
1235 rtl8821au, sepolgen, setools, skeleton, stm32flash,
1236 webkitgtk24, xdriver_xf86-video-qxl, zynq-boot-bin.
1238 Deprecated packages: webkitgtk, libgail, eglibc support in
1241 Issues resolved (http://bugs.uclibc.org):
1243 #4291: Segmentation fault with all binaries that use threads
1244 when compiled with gcc 4.6
1245 #6944: building toolchain for sh4 fails
1246 #7592: Buildroot GCC: -lto requires plugin support in ranlib
1247 #7628: Python SSL does not get built for Raspberry Pi
1248 #7682: Missing dependencies for NFS
1249 #7742: dhcp lacks important features when BR2_ENABLE_DEBUG
1250 #7754: make: *** [/..../buildroot-2014.11/output/build/host-gcc-initial-4.8.3/.stamp_built] Error 2
1251 #7946: libglib2-2.42.2 fails to build for sparc-buildroot-linux-gnu
1252 #7956: glibc 2.20 and 2.21 fail to build for sh64-buildroot-linux-gnu
1253 #7971: python-flask, python-werkzeug. No module named zlib
1254 #7981: Target file system skeleton permissions hazard
1255 #8006: rpcdebug in nfs-utils built for the host
1256 #8036: alsa-lib headers problem that prevents to compile alsa
1258 #8081: systemd init system: /tmp is not mode 1777
1259 #8121: php opcache extension doesn't get installed
1260 #8151: x86-64 make fails with ncurses 5.9
1261 #8156: pkg-kconfig infra broken for *-update-{config, defconfig}
1262 #8161: default /bin/sh symlink to busybox is full path and not relative
1263 #8171: glamor missing
1264 #8191: Request update support for the cubieboard series
1265 #8201: Important security upgrades for node.js
1267 2015.05, Released May 31st, 2015
1271 Updated/fixed packages: conntrack-tools, directfb, fio, flite,
1272 gptfdisk, ipmiutil, iproute2, janus-gateway, keyutils, knock,
1273 libelementary, libgcrypt, libgsasl, libjpeg, libstrophe,
1274 lttng-libust, nbd, ncurses, nmap, php, postgresql, python,
1275 python3, sconeserver, udpcast, upmpdcli
1277 2015.05-rc3, Released May 22nd, 2015
1279 Several fixes, mainly related to static linking.
1281 Updated/fixed packages: acl, alsa-utils, apr, armadillo, attr,
1282 autoconf-archive, binutils, boost, czmq, dhcpcd, duma,
1283 enlightenment, exim, fbterm, freerdp, gcc, gdk-pixbuf,
1284 google-breakpad, gpsd, heirloom-mailx, hwloc, ipmiutil,
1285 iproute2, jack2, jasper, kmod, lcdproc, leafnode2, libcap-ng,
1286 libftdi1, libmatroska, libmemcached, libmodbus, libnftnl,
1287 libsigrok, libupnpp, libuv, libxml-parser-perl, linux,
1288 linux-headers, lirc-tools, lua-periphery, lxc, mongoose, mono,
1289 mpg123, mosquitto, neardal, newt, ntp, ola, openldap, opencv,
1290 php, postgresql, protobuf, pulseaudio, python-pyqt, qemu, qt,
1291 qt5base, rpi-userland, rsyslog, snmppp, sqlite, tiff,
1292 tinyxml2, uboot-tools, unionfs, ux5000-firmware, usbredir,
1293 ushare, vpnc, vsftpd, wavpack, wireless_tools, wsapi,
1294 wvstreams, xmlstarlet, zeromq, zmqpp
1296 New packages: c-periphery
1298 Issues resolved (http://bugs.uclibc.org):
1300 #8106: mkfs.jffs2 uses the --pagesize parameter incorrectly
1301 #8111: 2015.05.rc2 LIBFOO_CONF_OPTS not working
1302 #8126: exim lacks plaintext and cram-md5 auth
1304 2015.05-rc2, Released May 11th, 2015
1308 Toolchain: PR56780 backport to GCC 4.8.4 to fix GDB linking
1309 issues. Context functions enabled for uClibc snapshot /
1312 Architectures: Endian handling symbol for Xtensa, binutils
1315 Infrastructure: Fix for kernel module stripping when
1316 localversion contains spaces.
1318 Updated/fixed packages: at, autoconf-archive, binutils,
1319 cc-tool, cryptsetup, dstat, expedite, freerdp, giflib,
1320 gnuchess, guile, ipmiutil, iproute2, mono, monolite, neard,
1321 ola, poppler, postgresql, python-qt, qt, sqlite, valgrind,
1324 Issues resolved (http://bugs.uclibc.org):
1326 #8086: Cannot select systemd as init with Linaro 2014.09...
1328 2015.05-rc1, Released May 4th, 2015
1330 Fixes all over the tree and new features.
1332 Architectures: Removed AVR32 support, deprecate SH64, added
1333 support for steamroller, corei7-avx and core-avx2 x86
1336 Toolchains: IPv6 and Largefile support now enforced for
1337 uClibc. Corresponding Kconfig symbols removed.
1339 External CodeSourcery AMD64 2014.05, MUSL-cross 1.1.6 added,
1340 CS sh2, Xilinx microblaze v2/14.3 removed. Distro-class
1341 external toolchains are now detected and blacklisted.
1343 Internal toolchain support for Nios2 added, Blackfin
1344 removed. Aarch64 and sh musl support. uClibc-ng support added.
1346 Libatomic is now handled for internal and external
1347 toolchains. Link time optimization (LTO) support.
1349 New Defconfigs: Freescale i.MX28 EVK, i.MX31 PDK and SABRE
1350 Auto, Raspberry Pi 2, RIoTboard,
1352 Infrastructure: Hashes for a large number of packages have
1353 been added. Missing hashes now stop the build unless
1354 explicitly disabled.
1356 Spaces and colons (:) are now supported in package
1357 versions. Dependencies can now be listed for the patch step
1358 (<PKG>_PATCH_DEPENDENCIES). Kconfig and Linux kernel
1359 extensions infrastructure has been added.
1361 Makedevs now has a recursive (r) option.
1363 The variable containing the list of packages to build has been
1364 renamed from TARGETS to PACKAGES.
1366 Make external-deps / legal-info / source / source-check have
1367 been reimplemented using the package infrastructure, so their
1368 output/behaviour may differ from earlier (some packages were
1369 not included in the past).
1371 The old insecure DES password encoding is no longer supported.
1373 U-Boot patch option now support direct references to patch
1374 files and URLs in addition to directories of patches. The
1375 i.MX28 SD format (u-boot.sd) is now supported.
1377 Updated/fixed packages: agentpp, aircrack-ng, alsa-lib,
1378 alsa-utils, apr-util, apr, atk, autossh, avahi, avrdude,
1379 bcusdk, bdwgc, bind, binutils, bmon, boost, botan,
1380 btrfs-progs, busybox, ca-certificates, cairo, can-utils,
1381 canfestival, ccache, chrony, civetweb, clamav, cmake,
1382 collectd, connman, copas, crda, cryptodev-linux, cryptsetup,
1383 cups, czmq, dbus-cpp, dbus-glib, dbus-python, dbus, dfu-util,
1384 dhcp, dhcpcd, dialog, dillo, dmraid, dnsmasq, dos2unix,
1385 dosfstools, dovecot-pigeonhole, dovecot, dropbear, dropwatch,
1386 dtv-scan-tables, dvdauthor, e2fsprogs, ecryptfs-utils,
1387 libevas, elfutils, enscript, erlang, espeak, eudev, evemu,
1388 exfat-utils, exim, f2fs-tools, feh, ffmpeg, fftw, flickcurl,
1389 fltk, fluxbox, fmlib, fmtools, freeradius-client, freerdp,
1390 gamin, gawk, gcc-final, gcc, gd, gdb, gengetopt, geoip, git,
1391 glib-networking, gnu-efi, gnuchess, gnutls, gpsd, gptfdisk,
1392 gpu-viv-bin-mx6q, gst-plugin-bad, gstreamer, gstreamer1,
1393 gtest, gvfs, harfbuzz, haserl, haveged, hiawatha,
1394 hicolor-icon-theme, hostapd, hplip, httping, i2c-tools, icu,
1395 ifplugd, imagemagick, imlib2, iozone, iproute2, iptables,
1396 iputils, irqbalance, iw, jack2, jhead, jimtcl, json-c, kexec,
1397 kismet, kmod, kodi-audioencoder-flac,
1398 kodi-audioencoder-vorbis, kodi-pvr-addons, kodi, ktap, lcms2,
1399 libass, libatomic_ops, libbluray, libcap, libcgroup, libcurl,
1400 libdrm, libdvbsi, libebml, libecore, libedit, liberation,
1401 libev, libevas, libevdev, libftdi, libgcrypt, libglib2,
1402 libgpgme, libgtk2, libgtk3, libiconv, libidn, libiio,
1403 libinput, libiscsi, libksba, liblinear, libmatroska,
1404 libmicrohttpd, libmodbus, libmpdclient, libnice, libnl,
1405 libnspr, libnss, libpcap, libpciaccess, libphidget, libplayer,
1406 libpthsem, libqmi, librsvg, libseccomp, libsigrok, libsoup,
1407 libsrtp, libssh2, libtasn1, libtool, libunistring, liburcu,
1408 libusb, libuv, libva-intel-driver, libva, libvncserver,
1409 libvorbis, libvpx, libwebsockets, libxml2, libzip, lightning,
1410 lighttpd, linknx, linphone, linux-firmware, linux-headers,
1411 linux-pam, live555, ljsyscall, lmbench, lockdev, logrotate,
1412 lpc3250loader, lpeg, lsof, lttng-libust, lttng-modules,
1413 lttng-tools, lua, luacrypto, luafilesystem, luajit, luaposix,
1414 luarocks, lvm2, lxc, make,
1415 matchbox-{common,desktop,fakekey,keyboard,lib,startup-monitor,vm},
1416 matchbox, mcelog, memcached, memstat, memtest86, mesa3d,
1417 minidlna, mjpegtools, mjpg-streamer, modem-manager, mongoose,
1418 monit, mono, monolite, mp4v2, mpc, mpd, mpdecimal, mpg123,
1419 mplayer, musl, nano, nbd, ncftp, ncmpc, ncurses, ne10, neard,
1420 neardal, net-tools, netatalk, netsnmp, network-manager, nginx,
1421 nodejs, ntfs-3g, ntp, numactl, odhcp6c, ofono, open2300,
1422 opencv, openldap, openntpd, openocd, openssh, openssl,
1423 openswan, opentyrian, openvmtools, openvpn, oprofile, p11-kit,
1424 pango, patch, patchelf, pciutils, pcre, perf, perl-gdgraph,
1425 perl-io-socket-ssl, perl-json-tiny, perl-module-build,
1426 perl-mojolicious, perl-net-ssleay, perl-path-tiny,
1427 perl-xml-libxml, perl, phidgetwebservice, php-gnupg, php,
1428 pkgconf, polarssl, poppler, popt, postgresql, powerpc-utils,
1429 pppd, prboom, procps-ng, proftpd, psplash, ptpd2,
1430 python-{cheetah,coherence,django,markdown,netifaces,pam,six},
1431 python-tornado, python-twisted, python-zope-interface, python,
1432 python3, qemu, qt, qt5, qt5base, qt5multimedia,
1433 qt5xmlpatterns, qt5cinex, quagga, qwt, radvd, readline,
1434 rng-tools, rpcbind, rpi-firmware, rpi-userland, rsync,
1435 rsyslog, rtai, rtmpdump, ruby, sam-ba, samba, samba4,
1436 sane-backends, sconeserver, shairport-sync, sigrok-cli, slang,
1437 smcroute, snmppp, socat, socketcand, sofia-sip, sox,
1438 spawn-fcgi, speex, sqlcipher, sqlite, squid, strace,
1439 strongswan, stunnel, sudo, sunxi-boards, swig, sysstat,
1440 systemd, tcpdump, tftpd, thrift, thttpd, ti-gfx, ti-utils,
1441 tiff, tinyalsa, tn5250, transmission, trinity, tslib,
1442 tvheadend, tzdata, uboot-tools, uclibc, ulogd, usb_modeswitch,
1443 usbutils, ustr, util-linux, vala, valgrind, vlc, wayland,
1444 webp, weston, wget, which, whois, wireless-regdb,
1445 wireless_tools, wireshark, wpa_supplicant, wvstreams,
1446 xapp_{bdftopcf,bitmap,fonttosfnt,fslsfonts},
1447 xapp_{fstobdf,iceauth,mkfontscale,oclock,rgb,sessreg,setxkbmap},
1448 xapp_{showfont,smproxy,twm,x11perf,xcalc,xclipboard,xcmsdb},
1449 xapp_{xdbedizzy,xditview,xdpyinfo,xdriinfo,xedit,xev,xeyes},
1450 xapp_{xf86dga,xfsinfo,xgamma,xgc,xhost,xinit,xinput,xkbcomp},
1451 xapp_{xkbevd,xkbprint,xlsatoms,xlsfonts,xmag,xman,xmh,xmodmap},
1452 xapp_xmore, xcb-util-image, xcb-util-keysyms,
1453 xdata_xcursor-themes,
1454 xdriver_xf86-input-{evdev,keyboard,synaptics,void},
1455 xdriver_xf86-video-{ati,cirrus,geode,mach64,mga,neomagic},
1456 xdriver_xf86-video-{r128,savage,siliconmotion,sis,tdfx},
1457 xdriver_xf86-video-{trident,vmware,voodoo}, xenomai,
1458 xfont_font-util, xkeyboard-config,
1459 xlib_lib{ICE,X11,Xdmcp,Xfont,Xpm,XvMC},
1460 xlib_lib{Xxf86vm,xshmfence,xtrans}, xproto_randrproto,
1461 xproto_xproto, xserver_xorg-server, x11vnc, x264, xerces,
1462 xorriso, xterm, xz, yaml-cpp, zeromq, zic, zmqpp
1464 New packages: apache, autoconf-archive, batctl,
1465 bitstream-vera, bullet, cc-tool, doxygen, drbd-utils,
1466 dvdrw-tools, gnuradio, gst1-imx, hans, hwloc, ijs,
1467 imx-usb-loader, inconsolata, iodine, iotop, ipmiutil, jsoncpp,
1468 leveldb, libdcadec, libdri2, libfreeimage, libftdi1,
1469 libsidplay2, lirc-tools, lua-periphery, mc, mesa3d-headers,
1470 mosquitto, nvidia-driver, nvidia-tegra23{,-binaries,-codecs},
1471 openjpeg, opusfile, perl-crypt-openssl-{random,rsa},
1472 perl-db-file, perl-digest-{hmac,sha1},
1473 perl-encode-{detect,locale}, perl-file-{listing,util},
1474 perl-html-{parser,tagset}, perl-http-cookies,
1475 perl-http-{daemon,date,message,negotiate}, perl-io-html,
1476 perl-libwww-perl, perl-lwp-mediatypes, perl-mail-dkim,
1477 perl-mailtools, perl-mime-base64, perl-net-{dns,http},
1478 perl-netaddr-ip, perl-time-hires, perl-timedate, perl-uri,
1479 perl-www-robotrules, powertop, pulseview,
1480 python-{cherrypy,lxml,mako,pyqt,pyxml,sip,spidev,ws4py}, qpdf,
1481 qt-webkit-kiosk, sl, softether, sysdig, tinyxml2, tor, tovid,
1482 unixodbc, wf111, wine, libepoxy, xapp_xcompmgr,
1483 xapp_xfindproxy, xcb-util-cursor, xcb-util-renderutil,
1484 xdriver_xf86-input-libinput, xdriver_xf86-video-imx{,-viv},
1485 xproto_xproxymanagementprotocol
1487 Removed packages: gtk2-theme-hicolor
1489 Deprecated packages: samba
1491 Issues resolved (http://bugs.uclibc.org):
1493 #7478: Multiple chosen python modules are not built due to...
1494 #7508: Use of BR2_EXTERNAL and dependencies to existing packages
1495 #7676: Package procps-ng installs binaries to nonsensical folder
1496 #7724: Startx is not installed in the target
1497 #7760: botan: wrong prefix in botan-1.10.pc
1498 #7826: Building of cdparanoia
1499 #7844: Lua with hard-float on MIPS by buildroot doesn't work
1500 #7874: X.org configure error
1501 #7941: glibc-2.20 fails to build for sparc-buildroot-linux-gnu
1502 #7951: gcc 4.9.2 fails to build for sparc-buildroot-linux-gnu
1503 #7961: Qt5 fails to build for xtensa-buildroot-linux-uclibc
1504 #7976: mkuser script fails with: user already exists with...
1505 #8011: When building only busybox and strace, strace fails...
1506 #8016: collectd fails to build, network.c:171:19: error:...
1507 #8041: error on building libcurl7.42.0
1509 2015.02, Released March 1st, 2015
1513 Updated/fixed packages: civetweb, ding-libs,
1514 directfb-examples, glibc, gnupg, gnupg2, gpm,
1515 gst-plugins-good, gst1-plugins-good, freetype, libao, libevas,
1516 libevent, libfribidi, libgcrypt, libgtk2, libshout, libsrtp,
1517 libtheora, libupnpp, libxmlrpc, linux, make, opus, pinentry,
1518 rpi-firmware, shared-mime-info, vlc, vorbis-tools,
1521 Removed packages: libgc
1523 2015.02-rc3, Released February 24th, 2015
1527 Cmake and rebar (erlang) infrastructure fixes.
1529 Updated/fixed packages: bind, btrfs-progs, busybox, e2fsprogs,
1530 evtest, ffmpeg, fltk, gnutls, i2c-tools, imagemagick, libxcb,
1531 make, mjpg-streamer, netsnmp, opentyrian, php, polarssl,
1532 qt5base, samba, samba4, sudo, util-linux, xserver_xorg-server
1534 2015.02-rc2, Released February 15th, 2015
1538 raspberrypi: fix kernel sha1 for DT variant.
1540 Updated/fixed packages: dbus, dvdauthor, git, libsemanage,
1541 libsepol, libssh2, mplayer, ntp, openvmtools, python3,
1542 qt5base, qt5connectivity, xserver_xorg-server
1544 2015.02-rc1, Released February 8th, 2015
1546 Fixes all over the tree and new features.
1548 Static/shared library handling reworked. This is now a
1549 tristate (shared only / shared and static / static
1550 only). Default is now shared only to speed up the
1551 build. BR2_PREFER_STATIC_LIB is now called BR2_STATIC_LIBS.
1553 The toolchain (internal and external) will now warn when an
1554 unsafe library or header path is used (such as /usr/include or
1555 /usr/lib). If BR2_COMPILER_PARANOID_UNSAFE_PATH is enabled
1556 under build options this instead becomes an error.
1558 A installation path issue with the internal musl toolchain
1559 support has been fixed so it is now possible to reuse it as an
1562 Architectures: Freescale E5500 and E6500 PowerPC support
1563 added, deprecated MIPS 1/2/3/4 support removed.
1565 New defconfigs: Freescale p2020ds, MIPS creator CI20,
1566 Raspberrypi with DT, UDOO Quad.
1568 'make <foo>_defconfig' now saves the path to the defconfig in
1569 the .config, so a 'make savedefconfig' automatically updates
1572 Infrastructure for packages using the Erland rebar tool has
1575 Hashes for a large number of packages have been added. Hashes
1576 are now checked for both target and host packages.
1578 The system menu now has an option to automatically configure a
1579 network interface through DHCP at bootup.
1581 The default filesystem skeleton now uses a separate tmpfs for
1582 /run instead of a symlink to /tmp/ for security reasons / to
1583 protect against conflicts with user generated temporary files.
1585 BR2_EXTERNAL is now exported to post-build and post-image
1588 New packages: bdwgc, benejson, blktrace, bootstrap, cgic,
1589 ding-libs, dvdauthor, ejabberd, erlang-goldrush, erlang-lager,
1590 erlang-p1-cache-tab, erlang-p1-iconv, erlang-p1-sip,
1591 erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
1592 erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml,
1593 erlang-p1-zlib, exiv2, freeradius-client, gengetopt, glmark2,
1594 gpu-amd-bin-mx51, guile, host-qemu, ifupdown, iperf3,
1595 janus-gateway, kodi, kodi-audioencoder-flac,
1596 kodi-audioencoder-lame, kodi-audioencoder-vorbis,
1597 kodi-audioencoder-wav, libcli, libiio, liblinear, libnice,
1598 libselinux, libsemanage, libserialport, libsigro,
1599 libsigrokdecode, libsrtp, liburiparser, libvips, libwebsock,
1600 libz160, libzip, lightning, mcelog, memtest86, mjpegtools,
1601 mjpg-streamer, mke2img, mpd-mpc, netsurf-buildsystem, odhcp6c,
1602 openldap, python-alsaaudio, python-certifi, python-cheetah,
1603 python-coherence, python-django, python-docopt, python-enum,
1604 python-enum34, python-flask, python-gobject, python-httplib2,
1605 python-ipaddr, python-itsdangerous, python-jinja,
1606 python-markdown, python-markupsafe, python-networkmanager,
1607 python-pam, python-psutil, python-pyftpdlib, python-pyinotify,
1608 python-pysendfile, python-pyxb, python-requests, python-six,
1609 python-twisted, python-webpy, python-werkzeug,
1610 python-zope-interface, qt5cinex, sigrok-cli, sofia-sip,
1611 start-stop-daemon, szip, triggerhappy, ustr, vnstat, xorriso,
1614 Removed packages (target): bison, distcc, gob2, m4
1616 Issues resolved (http://bugs.uclibc.org):
1618 #7556: make interactive CLI optional for nftables
1619 #7730: Error while connecting Qt Cretaor to device
1620 #7766: logrotate default gzip path is usually wrong
1621 #7790: Invalid ext4 image generated by Buildroot
1623 2014.11, Released December 1st, 2014
1627 Infrastructure: LD_LIBRARY_PATH handling tweak to ensure
1628 current working directory isn't searched.
1630 Updated/fixed packages: gd, gdb, libwebsockets, luajit, mono,
1631 parted, shairport-sync, util-linux, xapp_bdftopcf,
1634 2014.11-rc3, Released November 28th, 2014
1636 Fixes all over the tree.
1638 System: File permissions of /etc/random-seed made more
1641 Toolchain: Various fixes related to locale handling, a fix for
1642 building the toolchain wrapper on MIPS.
1644 Updated/fixed packages: bind, binutils. botan, btrfsprogs,
1645 clamav, czmq, dhcp, dillo, dovecot, erlang, flac, gd, glibc,
1646 gptfdisk, gst1-validate, heirloom-mailx, lame, libksba,
1647 libllcp, libnspr, libpng, libshairplay, libtirpc, linux,
1648 linux-headers, mpdecimal, mpg123, network-manager, nfstables,
1649 nfs-utils, openssl, pcituils, qt, radvd, rtai, sqlcipher,
1650 sstrip, tcpdump, uclibc, uemacs, ushare, wayland, weston,
1651 xl2tp, xserver_xorg-server
1653 Issues resolved (http://bugs.uclibc.org):
1655 #7670: Fails to build mpc-1.0.2 on latest Cygwin
1657 2014.11-rc2, Released November 21st, 2014
1659 Fixes all over the tree.
1661 Inittab tweaks for shutdown handling (busybox and sysvinit).
1663 Updated/fixed packages: aircrack-ng, botan, canfestival,
1664 clamav, coreutils, czmq, dbus, dovecot, duma, e2fsprogs,
1665 erlang, gcc, iputils, libcap, libgcrypt, libmemcached,
1666 libssh2, libunwind, libv4l, linux-headers, mesa3d-demos, mutt,
1667 mysql, ndisc6, nodejs, omniorb, perl-cross, php,
1668 python-tornado, python3, qemu, qt5base, qt5webkit, rpm,
1669 rt-tests, ruby, schifra, sdl_sound, shairport-sync, sysvinit,
1670 tstools, tzdata, wireshark, x264
1672 Issues resolved (http://bugs.uclibc.org):
1674 #7646: strftime on datetime not works on python3
1676 2014.11-rc1, Released November 12th, 2014
1678 Fixes all over the tree and new features.
1680 Toolchains: Use -mcpu / -march instead of -mtune. Support
1681 additional ARC and sparc variants. Updated Code sourcery
1682 and Linaro external toolchains.
1684 Defconfigs: Freescale iMX6DL SabreSD, Minnowboard MAX, QEMU
1685 powerpc64 pseries added and a number of updates to the
1686 existing configurations.
1688 Infrastructure: Buildroot is now less noisy when built with
1689 the silent option (make -s).
1690 A number of package infrastructure variables have been renamed
1691 from *_OPT to *_OPTS for constency. Buildroot will complain if
1692 the old names are used to assist in updating out of tree
1694 Fixes for host systems where bash isn't located in /bin, and
1695 older systems not supporting mktemp --tmpdir.
1696 Various cleanups of users/groups in the default skeleton.
1697 There is now an option to choose what shell /bin/sh points to.
1699 Documentation: Various updates to the user manual. The
1700 asciidoc documentation handling has now been extended so it
1701 can be used by (BR2_EXTERNAL) packages.
1703 Updated/fixed packages: acl, acpid, agentpp, aircrack-ng,
1704 alsa-lib, alsamixergui, alsa-utils, apitrace, apr, apr-util,
1705 argus, arptables, at, atftp, atk, attr, audiofile, aumix,
1706 automake, autossh, avahi, avrdude, axel, bandwidthd, bash,
1707 bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
1708 bluez_utils, bmon, boost, bootutils, bridge-utils,
1709 btrfs-progs, busybox, bwm-ng, bzip2, ca-certificates, cairo,
1710 ccache, ccid, ccrypt, cdrkit, cegui06, celt051, chrony,
1711 cifs-utils, civetweb, cjson, clapack, classpath, cloog, cmake,
1712 collectd, connman, copas, coreutils, coxpcall, cppcms, cppdb,
1713 cppzmq, cramfs, crda, cryptsetup, ctorrent, cups, cvs, cwiid,
1714 czmq, dash, dbus, dbus-cpp, dbus-glib, dbus-python, dejavu,
1715 dhcp, dhcpcd, dhcpdump, dialog, dillo, directfb, distcc,
1716 dmalloc, dmidecode, dmraid, dnsmasq, doc-asciidoc.mk,
1717 dosfstools, dropbear, dropwatch, dstat, dtach, dtc, dvbsnoop,
1718 e2fsprogs, ecryptfs-utils, ed, efl, eigen, elf2flt, elfutils,
1719 enlightenment, enscript, erlang, espeak, ethtool, eudev,
1720 evemu, evtest, exfat, exfat-utils, exim, expat, expect,
1721 explorercanvas, faifa, fakeroot, fan-ctrl, fbdump,
1722 fb-test-app, fetchmail, ffmpeg, file, filemq, findutils, flac,
1723 flann, flickcurl, flite, fltk, fluxbox, fmc, fmlib,
1724 fontconfig, foomatic-filters, freerdp, freescale-imx,
1725 freetype, ftop, fxload, gamin, gcc, gd, gdb, gdk-pixbuf,
1726 genimage, genpart, genromfs, geoip, gettext, giblib, git,
1727 glibc, glib-networking, gmp, gmpc, gnu-efi, gnupg, gnupg2,
1728 gnuplot, gnutls, google-breakpad, gpm, gpsd, gptfdisk,
1729 gpu-viv-bin-mx6q, grantlee, grep, gsl, gst1-libav,
1730 gst1-plugins-{bad,base,good,ugly}, gst-ffmpeg,
1731 gst-fsl-plugins, gst-omx, gst-plugins-{bad,base,good,ugly},
1732 gst-plugin-x170, gstreamer, gstreamer1, gtest, gtk2-engines,
1733 gutenprint, gvfs, harfbuzz, haserl, haveged, hdparm, heimdal,
1734 heirloom-mailx, hiawatha, hostapd, hplip, htop, httping,
1735 hwdata, i2c-tools, icu, ifplugd, igh-ethercat, imagemagick,
1736 imlib2, imx-lib, imx-vpu, inadyn, inotify-tools, input-tools,
1737 intltool, iperf, iproute2, iprutils, ipsec-tools, ipset,
1738 iptables, iputils, iw, jamvm, jansson, jasper, jimtcl, joe,
1739 jpeg-turbo, jq, jquery-keyboard, jquery-mobile, jquery-ui,
1740 jquery-ui-themes, jquery-validation, jsmin, json-c,
1741 json-javascript, kbd, kexec, kexec-lite, keyutils, kismet,
1742 kmod, knock, ktap, lame, lbase64, lbreakout2, lcdproc, lcms2,
1743 lesstif, lftp, libaio, libao, libarchive, libargtable2,
1744 libass, libassuan, libatasmart, libbluray, libbsd, libcap,
1745 libcap-ng, libcdio, libcec, libcgicc, libcgroup, libcofi,
1746 libconfig, libconfuse, libcurl, libdaemon, libdnet, libdrm,
1747 libdvdnav, libecore, libedbus, libedit, libedje, libeet,
1748 libelementary, libelf, libenca, libethumb, libevas,
1749 libevas-generic-loaders, libevent, libexif, libeXosip2,
1750 libffi, libftdi, libfuse, libgail, libgcrypt, libgeotiff,
1751 libglade, libglib2, libgpgme, libgtk2, libhid, libidn,
1752 libinput, libiscsi, libjson, libksba, liblockfile,
1753 liblog4c-localtime, liblogging, libmad, libmatroska, libmbim,
1754 libmemcached, libmicrohttpd, libmpdclient, libmpeg2, libndp,
1755 libnfc, libnfs, libnftnl, libnl, libnspr, libnss, liboauth,
1756 libogg, liboping, libosip2, libpcap, libpciaccess, libpfm4,
1757 libplayer, libplist, libpng, libpthsem, libqmi, libqrencode,
1758 libraw, libreplaygain, libroxml, librsvg, librtlsdr,
1759 libsamplerate, libseccomp, libsecret, libshairplay, libsoc,
1760 libsoup, libsoxr, libssh2, libstrophe, libsvg, libsvg-cairo,
1761 libtasn1, libtheora, libtirpc, libtorrent, libubox, libuci,
1762 libungif, liburcu, libusb, libuv, libv4l, libva,
1763 libva-intel-driver, libvncserver, libvorbis, libvpx,
1764 libwebsockets, libxcb, libxml2, libxml-parser-perl, libxmlrpc,
1765 libxslt, lighttpd, linenoise, linknx, links, linphone,
1766 linux-firmware, linux-fusion, linux-headers, linux-pam,
1767 linux-zigbee, lite, live555, ljlinenoise, lmbench, lm-sensors,
1768 localedef, lockdev, lockfile-progs, log4cxx, lpty, lrandom,
1769 lrzsz, lshw, lsof, lsqlite3, ltp-testsuite, ltrace, ltris,
1770 lttng-babeltrace, lttng-libust, lttng-modules, lttng-tools,
1771 lua, luabitop, lua-coat, lua-coatpersistent, lua-csnappy,
1772 lua-ev, luajit, luajson, lualogging, lua-messagepack,
1773 lua-msgpack-native, luaposix, luarocks, luasec, luasocket,
1774 luasql-sqlite3, lua-testmore, lunit, lvm2, lxc, lz4, lzlib,
1775 lzma, m4, madplay, make, makedevs, Makefile.in,
1776 matchbox-common, matchbox-desktop, matchbox-fakekey,
1777 matchbox-keyboard, matchbox-lib, matchbox-panel,
1778 matchbox-startup-monitor, matchbox-wm, mcrypt, mdadm,
1779 media-ctl, mediastreamer, memcached, memstat, memtester,
1780 mesa3d, metacity, midori, mii-diag, minidlna, mmc-utils,
1781 modem-manager, mongoose, mongrel2, monit, mpc, mpd, mpdecimal,
1782 mpfr, mpg123, mplayer, mrouted, msmtp, mtd, mtools, mtr,
1783 musepack, musl, mutt, mxml, mysql, nano, nanocom, nbd, ncftp,
1784 ncurses, ndisc6, ne10, neard, neon, netatalk, netperf,
1785 netsnmp, nettle, net-tools, network-manager, newt, nfs-utils,
1786 ngrep, nmap, nodejs, nss-mdns, ntfs-3g, ntp, numactl, nut,
1787 nuttcp, ofono, ola, omap-u-boot-utils, omniorb,
1788 on2-8170-modules, opencore-amr, opencv, openntpd, openobex,
1789 openocd, openpowerlink, openssh, openssl, openswan,
1790 opentyrian, opentyrian-data, openvpn, opkg, oprofile, opus,
1791 opus-tools, orbit, orc, ortp, p11-kit, pango, parted,
1792 pciutils, pcmanfm, pcre, pcsc-lite, perf, perl, perl-gd,
1793 perl-gdgraph, perl-io-socket-ssl, perl-json-tiny,
1794 perl-module-build, perl-mojolicious, perl-net-ssleay,
1795 perl-path-tiny, perl-xml-libxml, perl-xml-parser, php,
1796 php-geoip, php-gnupg, php-imagick, php-memcached, php-ssh2,
1797 php-yaml, php-zmq, picocom, pifmrds, pinentry, pixman,
1798 pkg-autotools.mk, pkg-cmake.mk, pkg-download.mk,
1799 pkg-generic.mk, pkg-kconfig.mk, pkg-luarocks.mk, pkg-perl.mk,
1800 pkg-python.mk, pkg-utils.mk, poco, polarssl, polkit, poppler,
1801 popt, portaudio, portmap, postgresql, powerpc-utils, pppd,
1802 pptp-linux, prboom, procps-ng, proftpd, protobuf, protobuf-c,
1803 psmisc, ptpd2, pulseaudio, pv, pwgen, python, python3,
1804 python-dialog, python-ipy, python-keyring, python-mad,
1805 python-netifaces, python-numpy, python-protobuf, python-pyasn,
1806 python-pyparsing, python-pyro, python-pyusb, python-serial,
1807 python-setuptools, qdecoder, qemu, qextserialport, qjson, qt,
1808 qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio,
1809 qt5graphicaleffects, qt5imageformats, qt5multimedia,
1810 qt5quick1, qt5quickcontrols, qt5script, qt5sensors,
1811 qt5serialport, qt5svg, qt5webkit, qt5webkit-examples,
1812 qt5websockets, qt5x11extras, qt5xmlpatterns, qtuio, quagga,
1813 quota, qwt, radvd, rapidjson, rdesktop, redis, rings, rpcbind,
1814 rpi-firmware, rpi-userland, rpm, rp-pppoe, rrdtool,
1815 rsh-redone, rsync, rsyslog, rtai, rtmpdump, rt-tests, rubix,
1816 ruby, samba, sam-ba, samba4, sane-backends, schifra,
1817 sconeserver, scons, screen, sdl, sdl_gfx, sdl_image,
1818 sdl_mixer, sdl_net, sdl_sound, sdl_ttf, sed, ser2net,
1819 setserial, sg3_utils, shared-mime-info, simicsfs, sispmctl,
1820 slang, slirp, smcroute, smstools3, snmppp,
1821 snowball-hdmiservice, socat, socketcand, sox, spawn-fcgi,
1822 speex, spice, spice-protocol, sqlcipher, sqlite, squashfs,
1823 squid, sredird, startup-notification, strace, stress,
1824 strongswan, stunnel, subversion, sudo, sunxi-boards,
1825 sunxi-cedarx, swig, sylpheed, synergy, sysklogd, sysstat,
1826 systemd, sysvinit, taglib, tar, tcl, tcllib, tcpdump,
1827 tcpreplay, texinfo, tftpd, thrift, thttpd, tiff, ti-utils,
1828 tn5250, torsmo, trace-cmd, transmission, tslib, tstools,
1829 tvheadend, twolame, tz, uboot-tools, uclibc, udisks, ulogd,
1830 upmpdcli, upx, urg, usb_modeswitch, usbmount, usbredir,
1831 usbutils, util-linux, valgrind, vde2, vim, vlc, vo-aacenc,
1832 vorbis-tools, vpnc, vsftpd, vtun, wayland, webkit, webp,
1833 webrtc-audio-processing, weston, wget, whois, wireless-regdb,
1834 wireshark, wpa_supplicant, wvstreams, x11r7, x11vnc,
1835 xapp_xcalc, xapp_xdm, xapp_xdpyinfo, xapp_xf86dga, xapp_xfs,
1836 xapp_xinit, xapp_xkbevd, xapp_xmh, xapp_xrandr, xapp_xsm,
1837 xbmc, xbmc-pvr-addons, xcb-proto, xcursor-transparent-theme,
1838 xdriver_xf86-input-mouse, xdriver_xf86-video-{ast,intel},
1839 xdriver_xf86-video-vmware, xenomai, xerces,
1840 xfont_font-adobe-{100,75}dpi,
1841 xfont_font-adobe-utopia-{100dpi,75dpi,type1},
1842 xfont_font-alias, xfont_font-arabic-misc,
1843 xfont_font-bh-100dpi, xfont_font-bh-75dpi,
1844 xfont_font-bh-lucidatypewriter-100dpi,
1845 xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf,
1846 xfont_font-bh-type1, xfont_font-bitstream-100dpi,
1847 xfont_font-bitstream-75dpi, xfont_font-bitstream-type1,
1848 xfont_font-cronyx-cyrillic, xfont_font-cursor-misc,
1849 xfont_font-daewoo-misc, xfont_font-dec-misc,
1850 xfont_font-ibm-type1, xfont_font-isas-misc,
1851 xfont_font-jis-misc, xfont_font-micro-misc,
1852 xfont_font-misc-cyrillic, xfont_font-misc-ethiopic,
1853 xfont_font-misc-meltho, xfont_font-misc-misc,
1854 xfont_font-mutt-misc, xfont_font-schumacher-misc,
1855 xfont_font-screen-cyrillic, xfont_font-sony-misc,
1856 xfont_font-sun-misc, xfont_font-winitzki-cyrillic,
1857 xfont_font-xfree86-type1, xfsprogs, xinetd, xkeyboard-config,
1858 xlib_libdmx, xlib_libFS, xlib_libpciaccess, xlib_libSM,
1859 xlib_libX11, xlib_libXaw, xlib_libXext, xlib_libXfont,
1860 xlib_libXi, xlib_libXinerama, xlib_libXrandr, xlib_libXrender,
1861 xlib_libXres, xlib_libXScrnSaver, xlib_libXt, xlib_libXv,
1862 xlib_libXvMC, xlib_libXxf86dga, xlib_libXxf86vm, xmlstarlet,
1863 xproto_xcmiscproto, xproto_xextproto, xscreensaver,
1864 xserver_xorg-server, xterm, xz, zeromq, zlib, zlog, zmqpp,
1867 New packages: adwaita-icon-theme, am335x-pru-package,
1868 bcache-tools, biosdevname, botan, canfestival, clamav,
1869 cppunit, dos2unix, dovecot, dovecot-pigeonhole, getent, glm,
1870 gst1-validate, hicolor-icon-theme, ipmitool, leafnode2,
1871 libdvbcsa, libgtk3, libphidget, libshout, libunistring,
1872 libupnpp, mesa3d-demos, modplugtools, mono, monolite, mp4v2,
1873 netcat-openbsd, nginx, odhcploc, openvmtools,
1874 phidgetwebservice, pps-tools, pure-ftpd,
1875 python-configshell-fb, python-rtslib-fb, python-urwid, qlibc,
1876 qt5location, shairport-sync, spidev_test, targetcli-fb,
1877 tinyalsa, trinity, x264, yaml-cpp, ympd
1879 Removed packages: libelf
1881 Issues resolved (http://bugs.uclibc.org):
1883 #261: New package: wxWidgets
1884 #325: New package: ratpoison
1885 #405: New package: OpenVZ tools
1886 #1309: New package: rdiff-backup
1887 #3427: New package: nginx
1888 #3655: New package: libav
1889 #3991: New Package: open-vm-tools (Vmware Tools)
1890 #6878: dmraid: disabled on ARC
1891 #6950: Full unicode support in ncurses
1892 #7010: jamvm builds and runs fine under mips (be)
1893 #7088: elfutils on Blackfin doesn't build
1894 #7142: ecryptfs needs getent to run
1895 #7280: CMake toolchain file uses the FORCE attribute on CMAKE_CXX_FLAGS
1896 #7346: [2014.08rc3] vim-8ae50e3ef8bf.tar.gz can not be downloaded, ...
1897 #7352: [2014.08-rc3] diffutils-3.3 failed on building
1898 #7358: rpi-userland: linking with bcm_host doesn't give vc_dispmanx_*
1899 #7364: monit builds a static application, even though BR2_PREFER_...
1900 #7370: ngrep - requires --with-pcap-includes fully defined to find...
1901 #7442: rootfs remount does not work as expected with sysvinit
1902 #7448: Having export MACHINE="something" breaks glibc build on IMX6...
1903 #7568: musl buildroot-toolchain does not put libgcc_s.so.1 into place
1904 #7574: quota-4.01 fails to build statically
1906 2014.08, Released September 1st, 2014
1908 Minor manual fixes/additions.
1910 Updated/fixed packages: btrfs-progs, cmake, cppcms, exim,
1911 lftp, libdaemon, libev, libgpgme, libiqrf, libnl, libplist,
1912 libroxml, libwebsockets, mesa3d, mpd, mtdev2tuio, musepack,
1913 perl-gd, php-geoip, php-gnupg, php-imagick, php-memcached,
1914 php-ssh2, php-yaml, php-zmq, polarssl, ruby, systemd, taglib,
1915 uboot-tools, upmpdcli, webkit, xapp_xfs, xapp_luit,
1918 Issues resolved (http://bugs.uclibc.org):
1920 #7346: vim-8ae50e3ef8bf.tar.gz can not be downloaded, 404 not found
1922 2014.08-rc3, Released August 26th, 2014
1926 User manual update / restructuring.
1928 Updated/fixed packages: cairo, ecryptfs-utils, gettext,
1929 gstreamer, gstreamer1, gutenprint, icu, imagemagick, jack2,
1930 lbreakout2, libevas-generic-loaders, libftdi, libinput,
1931 libtorrent, ltris, msgpack, ntp, php, procps-ng, pulseaudio,
1932 thrift, tvheadend, usb_modeswitch, xmlstarlet,
1934 Issues resolved (http://bugs.uclibc.org):
1936 #7136: ecryptfs-utils needs gettext to run when glibc/eglibc...
1937 #7322: libgomp dependency issue with imagemagick
1938 #7328: Git dl of versions in x/y broken
1940 2014.08-rc2, Released August 18th, 2014
1942 Fixes all over the tree.
1944 User manual restructured / reworked.
1946 Toolchain: Fix for C++ exceptions / pthread_exit() on
1947 uClibc/glibc, C++-11 features with uClibc.
1949 Updated/fixed packages: bandwidthd, bluez5_utils, empty,
1950 espeak, fbv, ffmpeg, gd, gnupg2, gst1-plugin-good, iftop,
1951 infozip, libcuefile, libeml, libnftl, localedef, ltrace,
1952 matchbox, mpd, network-manager, nftables, ngrep, nut, openssl,
1953 oprofile, perl, perl-net-ssleay, postgresql, pppd, procps-ng,
1954 qt, subversion, synergy, systemd, tar, tftpd, webkit,
1955 xapp_rstart, xbmc, xbmc-pvr-addons
1957 Issues resolved (http://bugs.uclibc.org):
1959 #7124: Use BR toolchain externally results a non-bootable...
1960 #7208: Glibc C++ aplications crash if they use exceptions
1961 #7250: Cannot build with -std=c++11
1962 #7262: Generating locale en_US.UTF-8 fails on 64bit fedora..
1963 #7286: systemd 215 doesn't build
1965 2014.08-rc1, Released August 8th, 2014
1967 Fixes all over the tree and new features.
1969 Architecture: Powerpc64 BE/LE added, AVR32 deprecated.
1970 Improved altivec / SPE /atomic instructions
1971 handling. Additional PowerPC CPU variants added.
1973 Defconfigs: Atmel SAMA5D3, Congatec QMX6, Lego ev3, TS-5x00,
1974 qemu-system-xtensa, qemu-aarch64-virt added. A number of
1975 tweaks to existing ones. lpc32xx defconfigs removed.
1977 Toolchain: Microblaze support for internal musl toolchain.
1978 Default to GCC 4.8 for internal toolchain, remove deprecated
1979 4.3 and 4.6 versions.
1980 External CodeSourcery / Linaro toolchain updates, option to
1981 copy gconv libraries for external toolchains.
1983 Infrastructure: graph-depends: misc fixes, transitive
1984 dependencies are not drawn by default. Download handling is
1985 now done using helper scripts. Integrity of downloads can now
1986 be verified using sha* hashes. Subversion download now uses
1987 peg revisions for robustness.
1988 Legal-info: License info of local or overridden packages are
1989 saved as well. Toolchain packages are also taken into account.
1990 autotools: Static linking with libtool / v1.5 improvements.
1991 Gettextize support, similar to autoreconf.
1992 kconfig package infrastructure added.
1994 Misc: Version selection for busybox dropped.
1996 Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils,
1997 alsamixergui, argus, armadillo, at, atftp, atk, avahi,
1998 avrdude, axel, b43-firmware, b43-fwcutter, bandwidthd, bc,
1999 bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
2000 bmon, boa, bonnie, bootutils, bsdiff, btrfs-progs, bustle,
2001 busybox, bwm-ng, bzip2, ca-certificates, cairo, can-utils,
2002 ccache, ccrypt, chrony, cifs-utils, classpath, cloog, cmake,
2003 collectd, connman, coreutils, cosmo, cppcms, cramfs, crda,
2004 cryptodev-linux, cryptodev, ctorrent, cvs, dbus-cpp,
2005 dbus-glib, dbus-python, dbus, dcron, dejavu, devmem2,
2006 dfu-util, dhcp, dhcpcd, dhcpdump, dhrystone, dialog, dillo,
2007 distcc, dmidecode, dmraid, dnsmasq, doom-wad, dropbear,
2008 dropwatch, dsp-tools, dtv-scan-tables, dvb-apps, e2fsprogs,
2009 e2tools, eeprog, eigen, elf2flt, elftosb, enlightenment,
2010 enscript, espeak, ethtool, eudev, evemu, exim, expedite,
2011 explorercanvas, ezxml, faifa, fan-ctrl, fconfig, feh,
2012 fetchmail, ffmpeg, fftw, file, fio, fis, flann, flashrom,
2013 flex, flot, fltk, fontconfig, freerdp, freescale-imx,
2014 freetype, ftop, gcc, gd, gdb, genimage, genromfs, gettext,
2015 giblib, glib-networking, glibc, gmp, gnupg, gnutls, gpm, gpsd,
2016 gptfdisk, gpu-viv-bin-imx6q, gqview, grantlee, gst-ffmpeg,
2017 gst-fsl-plugins, gst1-libav, gst1-plugins-bad,
2018 gst1-plugins-ugly, gtk2-engines, gtk2-theme-hicolor, gtkperf,
2019 gvfs, haserl, hdparm, hostapd, httping, i2c-tools, icu,
2020 imagemagick, imx-lib, inadyn, inotify-tools, input-tools,
2021 ipkg, iproute2, iputils, irda-utils, iw, jack2, jpeg, jquery,
2022 jquery-keyboard, jquery-mobile, jquery-validation, jsmin, kbd,
2023 kexec, kmod, knock, latencytop, lcdapi, leafpad, lesstif,
2024 lftp, libaio, libarchive, libargtable2, libart, libatasmart,
2025 libatomic_ops, libbsd, libcap-ng, libcec, libcgicc, libcgroup,
2026 libconfuse, libcurl, libdrm, libdvdnav, libdvdread,
2027 libeXosip2, libedit, liberation, libesmtp, libev, libevas,
2028 libevdev, libevent, libfcgi, libffi, libfreefare, libfslcodec,
2029 libfslparser, libfslvpuwrap, libgail, libgcrypt, libglade,
2030 libglib2, libgpgme, libgtk2, libhid, libical, libiconv,
2031 libiqrf, libjpeg, liblog4c-localtime, libmbus, libmicrohttpd,
2032 libmms, libndp, libnftnl, libnl, libnspr, libnss, liboauth,
2033 libpcap, libpng, libpthsem, libqmi, libraw, libraw1394,
2034 librsvg, libsoc, libsoup, libsvgtiny, libsysfs, libtasn1,
2035 libtirpc, libtorrent, libusb, libv4l, libwebsockets, libxcb,
2036 libxml2, libyaml, links, linux-firmware, linux-fusion,
2037 linux-headers, linux-pam, lite, live555, lm-sensors,
2038 lockfile-progs, lpc3250loader, lshw, lsof, lsuio, ltrace,
2039 ltris, lua-messagepack, luainterpreter, luajit, luaposix,
2040 luarocks, lvm2, lxc, lz4, lzo, make, makedevs, mdadm,
2041 mediastreamer, mesa3d, metacity, minidlna, mkpasswd,
2042 modem-manager, mongoose, mpd, mpg123, msgpack, mtd, mtools,
2043 mtr, musepack, musl, mysql, nano, nasm, nbd, ncurses, ndisc6,
2044 netatalk, netplug, network-manager, nftables, ngircd, nodejs,
2045 nss-mdns, ntp, nut, olsr, open2300, opencv, openntpd, openocd,
2046 openpgm, openpowerlink, openssh, openssl, openswan, openvpn,
2047 opkg, oprofile, opus-tools, orc, p910nd, pango, parted,
2048 pax-utils, pcmanfm, perf, perl, perl-module-build, php,
2049 pixman, pkgconf, poco, polarssl, popt, portmap, postgresql,
2050 prboom, protobuf-c, proxychains-ng, psmisc, psplash, ptpd2,
2052 python-{bottle,dpkt,id3,mad,msgpack,nfc,pygame,pyzmq,simplejson},
2053 python3, qhull, qt, qt5base, qt5connectivity, qt5declarative,
2054 qt5graphicaleffects, qt5multimedia, qt5quickcontrols,
2055 qt5sensors, qt5svg, qt5webkit, quagga, quota, radvd, rdesktop,
2056 read-edid, rpcbind, rpi-firmware, rpi-userland, rpm,
2057 rsh-redone, rsync, rt-tests, rtmpdump, rtorrent, rubix, ruby,
2058 samba, samba4, sane-backends, sawman, sconeserver, setserial,
2059 sg3_utils, shared-mime-info, smartmontools, smcroute, snappy,
2060 socketcand, spawn-fcgi, sqlite, squashfs, squid, sredird,
2061 startup-notification, statserial, strongswan, stunnel,
2062 sunxi-mali, supervisor, synergy, sysklogd, sysprof, sysstat,
2063 systemd, tcpdump, tcpreplay, texinfo, thrift, thttpd, ti-gfx,
2064 ti-utils, tinyhttpd, torsmo, trace-cmd, transmission, tslib,
2065 tstools, tvheadend, tzdata, uboot-tools, uclibc, udev,
2066 udpcast, usb_modeswitch, usbmount, util-linux, valgrind, vim,
2067 vlc, w_scan, wayland, webrtc-audio-processing, weston, wget,
2068 wireless-regdb, wireless_tools, wireshark, wpa_supplicant,
2069 xapp_{twm,xconsole,xcursorgen,xedit,xfs,xinit,xrandr},
2070 xdriver_xf86-video-intel, xlib_lib{FS,ICE,Xext,Xfont,Xft,Xi},
2071 xproto_fontsproto, xproto_inputproto, xserver_xorg-server,
2072 x11vnc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons, xterm, xvkbd,
2075 New packages: flickcurl, fmc, fmlib, geoip, gnupg2,
2076 google-breakpad, imx-vpu, isl, kexec-lite, libglew, libglu,
2077 libinput, libksba, libmemcached, libmpdclient, librtlsdr,
2078 libuv, libva, libva-intel-driver, linux-zigbee, memcached,
2079 mpdecimal, ncmpc, opencore-amr, patchelf, perl-datetime-tiny,
2080 perl-gd, perl-gdgraph, perl-gdtextutil, perl-io-socket-ssl,
2081 perl-json-tiny, perl-mojolicious, perl-net-ssleay,
2082 perl-path-tiny, perl-try-tiny, perl-xml-libxml,
2083 perl-xml-namespacesupport, perl-xml-sax, perl-xml-sax-base,
2084 php-geoip, php-memcached, pifmrds, pinentry, powerpc-utils,
2085 procps-ng, pwgen, python-cffi, python-daemon, python-flup,
2086 python-ipython, python-numpy, qt5enginio, qt5webkit-examples,
2087 qt5websockets, simicsfs, sispmctl, sox, sshpass, tclap,
2088 twolame, upmpdcli, whois, xlib_libxshmfence, xproto_dri3proto
2090 Removed packages: procps
2092 Issues resolved (http://bugs.uclibc.org):
2094 #5750: Doing a Buildroot build from /usr doesn't work
2095 #5900: config flags to the Xenomai build system
2096 #6230: Cannot compile gcc without threads (uClibc-based)
2097 #6626: procps Unknown HZ value! (XX) Assume 100
2098 #7118: Package "thrift" requires atomic operations
2099 #7154: Local uClibc config file gets overwritten using ...
2100 #7160: host-xz not built
2101 #7166: hostapd: segfault when using RT5370
2102 #7172: Name collision of rpath token expansion and internal..
2103 #7178: NTPd package cannot sync time without a proper ntp.conf
2104 #7184: supervisord depends on libxml2 implicitly
2105 #7196: Unable to build on UBUNTU13.10
2106 #7268: python 2.7 compilation issue on a Debian/Ubuntu ...
2108 2014.05, Released May 31st, 2014
2112 Minor manual fixes. U-Boot now defaults to spl/u-boot-spl.bin
2115 Updated/fixed packages: exim, glibc, gnutls, libfribidi,
2116 qt5base, qt5webkit, sysklogd, thrift, u-boot
2118 2014.05-rc3, Released May 28th, 2014
2122 Updated/fixed packages: acl, attr, connman, dosfstools,
2123 dropbear, dvb-apps, exim, flite, gdb, httping, hwdata,
2124 lesstif, libnss, libv4l, lttng-babeltrace, midori, monit,
2125 mplayer, php, python2, rdesktop, rpi-userland, ruby, samba,
2128 Issues resolved (http://bugs.uclibc.org):
2130 #7100: license info for package 'acl' missing
2131 #7106: license info for package 'attr' missing
2132 #7112: license info for package 'hwdata'
2134 2014.05-rc2, Released May 21st, 2014
2136 Fixes all over the tree.
2138 Stripping using sstrip has been deprecated.
2140 BR2_EXTERNAL can now also be used to implement custom
2143 The newly added BR2_GRAPH_DEPTH variable to limit the depth of
2144 the generated dependency graph has been renamed to
2145 BR2_GRAPH_DEPS_OPTS, so additional options can be supported in
2148 The virtual package infrastructure will now error out early
2149 if multiple packages providing the same virtual package has
2150 been enabled (E.G. opengl). This change requires that the
2151 packages explicitly declare what virtual package(s) they
2154 Updated/fixed packages: acpid, armadillo, avahi, bellagio,
2155 btrfs-progs, cairo, clapack, directfb, duma, ecryptfs-utils,
2156 elfutils, eudev, fbgrab, fio, flann, fluxbox, gdb, gpm,
2157 gpu-viv-bin-mx6q, gst1-plugins-good, gst-plugins-good,
2158 imagemagick, iprutils, ipsec-tools, jack2, libdvdnav,
2159 libdvdread, libnss, libunwind, linux-headers, lsof, lua,
2160 luajit, matchbox-keyboard, mesa3d, mpd, mplayer, mtr, mysql,
2161 netsnmp, nodejs, openpowerlink, openvpn, pciutils,
2162 php-imagick, postgresql, pulseaudio, qt5quick1, rpi-userland,
2163 rsyslog, samba, samba4, sane-backends, sunxi-mali, systemd,
2164 ti-gfx, tstools, udev, webkit, wpa_supplicant, xbmc,
2165 xlib_libXpm, xserver_xorg-server, zyre
2167 Issues resolved (http://bugs.uclibc.org):
2169 #5396: Boot hangs when starting samba if BR2_ENABLE_LOCALE...
2170 #7016: Git issues in resulting buildroot tar
2171 #7094: pciutils doesn't build on Blackfin
2173 2014.05-rc1, Released May 13th, 2014
2175 Fixes all over the tree and new features.
2177 Architectures: Support for MIPS o32 ABI on MIPS-64 targets has
2178 been removed. Building o32 ELF files for MIPS64 is an exotic
2179 configuration that nobody should be using. If o32 is required,
2180 then is better if it's built for MIPS 32-bit cores so only
2181 32-bit instructions will be used leading to a more efficient
2183 Support for the ARM A12 variant and Intel corei7.
2185 Configs: Minnowboard and Altera SoCkit added, QEMU updates.
2187 Bootloaders: Grub2 and gummiboot support, syslinux support
2190 Toolchains: GCC 4.9. Glibc 2.19. Support for the musl C
2191 library for internal and external toolchains. 4.8-R3 support
2192 for ARC, Internal toolchain support for Aarch64 and
2193 Microblaze. Environment variable to control debug output of
2194 toolchain wrapper renamed to BR2_DEBUG_WRAPPER to match the
2195 other variables. Toolchain tuple vendor name can now be
2196 customized. Updated external Linaro ARM/Aarch64
2197 toolchains. Added external Linaro ARMEB toolchain.
2198 A GDB gdbinit file is now generated for external toolchains to
2199 automatically set the correct sysroot.
2201 Kconfig handling for minimum kernel headers version required
2202 for packages. Now packages needing specific kernel header
2203 features can specify these requirements in Kconfig.
2205 Infrastructure: Support for (but disabled as it leads to
2206 unreproducible builds) toplevel parallel builds. See the
2207 comment at the top of Makefile for details about how to enable
2208 it and what the problems are if you want to test it.
2209 Python package infrastructure extended to support Python 3.x
2210 Perl and virtual package infrastructure support added.
2211 PRE_*_HOOKS support for all build steps.
2213 Updated/fixed packages: acpid, agentpp, aiccu, apr, avahi,
2214 barebox, bash, beecrypt, bellagio, binutils, boost,
2215 boot-wrapper-aarch64, bustle, busybox, ca-certificates, cairo,
2216 ccache, ccid, cgilua, chrony, cifs-utils, civetweb, cmake,
2217 collectd, connman, coreutils, coxpcall, cppcms, cppzmq, crda,
2218 cryptodev, cryptsetup, cups, czmq, dbus, dhcpdump, directfb,
2219 dmalloc, dmraid, dnsmasq, dosfstools, dsp-tools, dtc,
2220 dvb-apps, ebtables, ecryptfs-utils, eigen, erlang, ethtool,
2221 evemu, evtest, f2fs-tools, fdk-aac, feh, ffmpeg, file, filemq,
2222 flac, flot, fmtools, fping, freetype, fswebcam, gcc, gd, gdb,
2223 gettext, giblib, git, glibc, glibmm, glib-networking, gmp,
2224 gnutls, gpm, gpsd, gpu-viv-bin-mx6q, grep, gst1-libav,
2225 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
2226 gst1-plugins-ugly, gst-ffmpeg, gst-fsl-plugins, gst-omx,
2227 gst-plugins-good, gstreamer1, gvfs, harfbuzz, haveged,
2228 hostapd, htop, httping, ifplugd, iftop, igmpproxy,
2229 imagemagick, imlib2, imx-lib, infozip, intltool, iproute2,
2230 ipsec-tools, ipset, jansson, jpeg, jpeg-turbo, jquery,
2231 jquery-keyboard, jquery-ui, jquery-ui-themes, json-glib,
2232 json-javascript, kexec, kmod, lame, lbase64, lbreakout2,
2233 lcdproc, lftp, libao, libatasmart, libatomic_ops, libcap,
2234 libcdio, libcec, libcgicc, libcgroup, libcurl, libdrm,
2235 libdvdnav, libdvdread, libegl, libeio, libenca, libesmtp,
2236 libevas, libevdev, libfribidi, libfslcodec, libfslparser,
2237 libfslvpuwrap, libgail, libgles, libglib2, libgtk2, libhid,
2238 libjpeg, libmbim, libmicrohttpd, libmodplug, libnftnl,
2239 libnspr, libogg, libopenmax, libopenvg, libpcap, libplayer,
2240 libpng, libpthread-stubs, librsvg, libsigsegv, libsocketcan,
2241 libsoup, libtasn1, libtool, libtpl, libunwind, liburcu,
2242 libusb, libwebsockets, libxcb, libxml2, libxmlpp, libyaml,
2243 lighttpd, linphone, linux-firmware, linux-headers, ljsyscall,
2244 lmbench, lsof, ltp-testsuite, ltris, lttng-babeltrace,
2245 lttng-libust, lttng-modules, lttng-tools, lua, lua-cjson,
2246 luacrypto, lua-ev, luaexpat, luaexpatutils, luafilesystem,
2247 luainterpreter, luajit, lua-msgpack-native, luaposix,
2248 luarocks, luasec, luasocket, luasql-sqlite3, lvm2, macchanger,
2249 memstat, mesa3d, metacity, minidlna, mmc-utils,
2250 mobile-broadband-provider-info, modem-manager, mongrel2,
2251 monit, mpd, mplayer, msmtp, mtd, mtools, mutt, mysql, nasm,
2252 ncurses, ne10, netatalk, netsnmp, nettle, network-manager,
2253 newt, nfs-utils, nmap, nodejs, ntfs-3g, ntp, nut, ofono, ola,
2254 olsr, omniorb, opencv, opengl, openpgm, openssh, openssl,
2255 openswan, openvpn, orbit, orc, p11-kit, pango, parted,
2256 pciutils, pcre, pcsc-lite, perf, perl, perl-xml-parser, php,
2257 picocom, pixman, pkgconf, poppler, popt, portmap, powervr,
2258 pppd, pptp-linux, proftpd, protobuf, protobuf-c, ptpd2,
2259 pulseaudio, python, python3, python-bottle, python-m2crypto,
2260 python-netifaces, python-pyasn, python-pycrypto,
2261 python-pygame, python-pysnmp, python-pysnmp-apps,
2262 python-pysnmp-mibs, python-serial, python-setuptools,
2263 qextserialport, qt, qt5, qt5base, qt5connectivity,
2264 qt5declarative, qt5graphicaleffects, qt5imageformats,
2265 qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
2266 qt5sensors, qt5serialport, qt5svg, qt5webkit, qt5x11extras,
2267 qt5xmlpatterns, qtuio, qwt, radvd, readline, rings,
2268 rpi-firmware, rpi-userland, rsh-redone, rsync, rsyslog, rtai,
2269 rtmpdump, rt-tests, ruby, samba, sconeserver, scons, sdl,
2270 sdl_image, sdl_mixer, sg3_utils, slang, smstools3, snmppp,
2271 socat, speex, sqlcipher, sqlite, squashfs, squid, strongswan,
2272 stunnel, sunxi-boards, sunxi-mali, sunxi-tools, sylpheed,
2273 syslinux, sysstat, systemd, taglib, tcl, tcllib, tcpreplay,
2274 tidsp-binaries, ti-gfx, tmux, tvheadend, tzdata, uboot,
2275 uboot-tools, uclibc, udev, udisks, ulogd, usb_modeswitch,
2276 usb_modeswitch_data, usbmount, util-linux, valgrind, vlc,
2277 webkit, weston, wget, wireshark, wpa_supplicant, wsapi,
2278 w_scan, xapp_appres, xapp_bdftopcf, xapp_beforelight,
2279 xapp_bitmap, xapp_editres, xapp_fslsfonts, xapp_fstobdf,
2280 xapp_iceauth, xapp_ico, xapp_mkfontscale, xapp_rgb,
2281 xapp_rstart, xapp_sessreg, xapp_showfont, xapp_twm,
2282 xapp_viewres, xapp_xauth, xapp_xbacklight, xapp_xcalc,
2283 xapp_xclock, xapp_xditview, xapp_xdpyinfo, xapp_xdriinfo,
2284 xapp_xev, xapp_xfd, xapp_xfontsel, xapp_xfs, xapp_xfsinfo,
2285 xapp_xgc, xapp_xhost, xapp_xinit, xapp_xkbutils, xapp_xkill,
2286 xapp_xload, xapp_xlsclients, xapp_xlsfonts, xapp_xmag,
2287 xapp_xman, xapp_xmessage, xapp_xmodmap, xapp_xprop,
2288 xapp_xrandr, xapp_xrdb, xapp_xrefresh, xapp_xset,
2289 xapp_xsetroot, xapp_xsm, xapp_xstdcmap, xapp_xvidtune,
2290 xapp_xvinfo, xapp_xwd, xapp_xwininfo, xcb-util-wm,
2291 xdriver_xf86-input-evdev, xdriver_xf86-input-joystick,
2292 xdriver_xf86-input-keyboard, xdriver_xf86-input-mouse,
2293 xdriver_xf86-input-synaptics, xdriver_xf86-input-vmmouse,
2294 xdriver_xf86-video-ark, xdriver_xf86-video-ast,
2295 xdriver_xf86-video-ati, xdriver_xf86-video-cirrus,
2296 xdriver_xf86-video-dummy, xdriver_xf86-video-fbdev,
2297 xdriver_xf86-video-geode, xdriver_xf86-video-glide,
2298 xdriver_xf86-video-glint, xdriver_xf86-video-i128,
2299 xdriver_xf86-video-intel, xdriver_xf86-video-mach64,
2300 xdriver_xf86-video-mga, xdriver_xf86-video-neomagic,
2301 xdriver_xf86-video-newport, xdriver_xf86-video-nv,
2302 xdriver_xf86-video-openchrome, xdriver_xf86-video-r128,
2303 xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
2304 xdriver_xf86-video-sis, xdriver_xf86-video-tdfx,
2305 xdriver_xf86-video-tga, xdriver_xf86-video-trident,
2306 xdriver_xf86-video-vesa, xdriver_xf86-video-vmware,
2307 xdriver_xf86-video-voodoo, xenomai, xerces, xl2tp, xlib_libFS,
2308 xlib_xtrans, xproto_xproto, xserver_xorg-server,
2309 xutil_util-macros, zeromq, zic, zmqpp, zyre
2311 New packages: armadillo, btrfs-progs, clapack, cosmo, dado,
2312 dbus-triggerd, dtv-scan-tables, e2tools, eudev, exim, expect,
2313 fetchmail, flann, flite, gnu-efi, grub2, gummiboot, heimdal,
2314 iprutils, iptraf-ng, jack2, jquery-mobile, libee, libestr,
2315 libgc, libgl, liblogging, libndp, libsoxr, libstrophe,
2316 libubox, libuci, libxmlrpc, ljlinenoise, lpeg, lpty, lrandom,
2317 lsqlite3, lua-coat, lua-coatpersistent, lua-csnappy, luajson,
2318 lualogging, lua-messagepack, lua-testmore, lunit, lzip, lzlib,
2319 musl, nftables, opentyrian, opentyrian-data,
2320 perl-module-build, php-gnupg, php-imagick, php-ssh2, php-yaml,
2321 php-zmq, postgresql, python-libconfig, python-pypcap,
2322 python-pyrex, qdecoder, qhull, samba4, smack, tz, tzdump, ucl,
2323 upx, vo-aacenc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons,
2324 yaffs2utils, zlog, znc
2326 Removed packages: crosstool-ng, python-distutilscross, vala
2328 Issues resolved (http://bugs.uclibc.org):
2330 #6842: Checking external toolchain for eabihf
2331 #6956: Packaging libsoxr
2332 #6986: Make legal-info fails on uboot versions before 2014.01
2333 #6992: Incorrect installation rights on external kernel module..
2335 2014.02, Released February 27th, 2014
2339 Updated/fixed packages: cegui06, cppdb, e2fsprogs, gcc, gdb,
2340 gst1-plugins-bad, gstreamer, gstreamer1, haserl, imagemagick,
2341 libpng, libxml2, lua, luajit, luarock, ncftp, openswan,
2342 pcsc-lite, qt5connectivity, ramsmp, strongswan, vlc
2344 Issues resolved (http://bugs.uclibc.org):
2346 #6938: mkuser script generates wrong password for new user in..
2348 2014.02-rc3, Released February 25th, 2014
2352 Updated/fixed packages: aiccu, ala-lib, alsa-utils, binutils,
2353 cairo, coreutils, dhcpcd, distcc, efl, evas, iputils, gdb,
2354 gpsd, gst-fsl-plugins, icu, libcec, libcgi, libplayer,
2355 libsecret, libsepol, libsigsegv, libtool, libv4l,
2356 linux-headers, matchbox-lib, mpg123, ncftp, opencv, pcmanfm,
2357 pixman, pv, qt, rt-tests, sawman, sconeserver, sdl, thrift,
2358 tvheadend, util-linux, webkit, xscreensaver
2360 Issues resolved (http://bugs.uclibc.org):
2362 #4706: Removing .stamp_target_installed does not trigger...
2363 #5030: busybox built fails if we use an override src dir...
2364 #5420: Dbus and /var/run management
2365 #5768: Not able to build ALSA-Lib for static build
2366 #5774: Not able to build ALSA-Utils for static build
2367 #6542: external python modules fail to compile to pyc if...
2368 #6764: Support for kernel signed modules
2369 #6794: Busybox compiled from buildroot hangs on pass from...
2371 2014.02-rc2, Released February 20th, 2014
2373 Fixes all over the tree. Static linking / nommu fixes and
2374 annotations for several packages.
2376 Updated/fixed packages: boost, busybox, collectd, coreutils,
2377 dropbear, elfutils, feh, gcc, gst1-libav, imagemagick, iozone,
2378 jimtcl, kexec, libvncserver, lvm2, lxc, mplayer, netsnmp, nut,
2379 opencv, python, python3, qtuio, systemd, thrift, transmission,
2382 Issues resolved (http://bugs.uclibc.org):
2384 #5450: AT91SAM9260 Bootstrap compilation problem
2385 #5582: libiconv 1.14 failed to build
2386 #5624: When building directfb, BR2_TARGET_LDFLAGS not used by..
2387 #5852: [2012.11] usb_modeswitch should depends of "BR2_PACK..
2388 #6218: binutils-2.23.2/gas fails with undefined reference to..
2389 #6236: binutils-2.23.2/bfd fails with undefined reference to..
2390 #6470: If the build directory is a child of /usr, the build..
2391 #6776: systemd error: static declaration of 'execvpe' follows..
2392 #6818: toolchainfile.cmake has absolut path references
2394 2014.02-rc1, Released February 11th, 2014
2396 Fixes all over the tree and new features.
2398 Support for external packages/defconfigs (BR2_EXTERNAL). See
2399 user manual for details.
2401 Cleanup of environment variable names for consistency. The
2402 download directory location override (BUILDROOT_DL_DIR) is now
2403 called BR2_DL_DIR. Likewise the name of the current .config is
2404 renamed from BUILDROOT_CONFIG to BR2_CONFIG. Please update
2405 your post build scripts if you use this! BUILD_DIR is now also
2406 exported to the post build/image scripts.
2408 Toolchain: GCC 4.8 fix for ARM stack corruption, reverted
2409 uClibc pread/pwrite backport as they cause issues on certain
2410 architectures, new Linaro and Sourcery Codebench toolchains.
2411 x86: Support for AMD Jaguar cores, SSE4.x, SH: SH2/SH3/SH3EB
2412 variants removed, Microblaze: Internal toolchain support
2414 Legal infrastructure: Info is now split between host and
2415 target packages, large number of license annotations.
2417 Lua: selection between lua 5.1 / 5.2, luarocks support
2419 Python: package infrastructure, many new packages.
2421 Defconfigs: Armadeus APF51 + Zedboard added, apf27, apf28,
2422 beaglebone, microblaze, pandaboard, qemu, raspberry pi
2425 Updated/fixed packages: aiccu, alsa-lib, alsa-utils,
2426 am33x-cm3, aumix, autoconf, automake, barebox, bellagio,
2427 berkeleydb, binutils, bison, blackbox, bluez_utils, boost,
2428 bustle, busybox, cairo, can-utils, ccache, ccid, cgilua,
2429 cifs-utils, civetweb, cmake, collectd, connman, copas,
2430 coreutils, coxpcall, cppzmq, cramfs, crda, cryptodev-linux,
2431 cryptsetup, cups, czmq, dhcpcd, dhcpdump, dhrystone, dialog,
2432 dmraid, dnsmasq, dosfstools, dropbear, dropwatch, dtc, duma,
2433 dvb-apps, e2fsprogs, eglibc, eigen, elf2flt, erlang, ethtool,
2434 f2fs-tools, ffmpeg, file, filemq, fio, flashrom, flex,
2435 fluxbox, fontconfig freerdp, freetype, gadgetfs-test, gawk,
2436 gcc, gdb, gdbm, gettext, git, glibc, gnupg, gnutls, gob2,
2437 gpsd, grep, grub, gst-ffmpeg, gst-plugins-good,
2438 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
2439 gst1-plugins-ugly, gstreamer, gstreamer1, gtest, icu, iftop,
2440 imagemagick, inadyn, infozip, iozone, iproute2, iptables, iw,
2441 jpeg, jpeg-turbo, jq, kexec, kmod, knock, lbase64, lcdapi,
2442 lftp, libcdaudio, libcgi, libcgicc, libcuefile, libcurl,
2443 libdmtx, libdrm, libdvdnav, libdvdread, libegl, libevent,
2444 libexif, libfcgi, libfreefare, libgles, libglib2, libllcp,
2445 libmicrohttpd, libmpd, libnfc, libnl, libnss, libopenmax,
2446 libopenvg, libpcap, libpfm4, libplayer, libpng, libqmi,
2447 libreplaygain, libroxml, libsamplerate, libsexy, libsigsegv,
2448 libsndfile, libsoc, libtasn1, libtorrent, libtpl, libupnp,
2449 libusb, libusb-compat, libvorbis, libxcb, libxml2, libxmlpp,
2450 libyaml, lighttpd, linknx, linux-firmware, linux-pam, live555,
2451 lm_sensors, lmbench, lockdev, logrotate, lrzsz, ltrace, lua,
2452 lua-ev, lua-msgpack-native, luabitop, luaexpat, luaexpatutils,
2453 luafilesystem, luajit, luaposix, luasec, luasocket,
2454 luasql-sqlite3, m4, matchbox, mdadm, minicom, mongrel2, mpc,
2455 mpd, mpg123, mplayer, mtd, mysql, lvm2, mxml, ncurses, ne10,
2456 neard, neardal, netsnmp, netstat-nat, network-manager, nodejs,
2457 numactl, ofone, ola, olsr, omniorb, open2300, opencv,
2458 openpowerlink, openssh, openssl, openvpn, oprofile, opus,
2459 opus-tools, orbit, p11-kit, parted, pcre, pcsc-lite, perl,
2460 php, poco, poppler, powervr, protobuf-c, psplash, python,
2462 python-{crc16,distutilscross,dpkt,id3,ipy,m2crypto,mad,meld},
2463 python-{netifaces,nfc,protobuf,pygame,pyparsing,pyro,pyzmq},
2464 python-{serial,setuptools}, qt, qt5base, qt5connectivity,
2465 qt5declarative, qt5graphicaleffects, qt5jsbackend,
2466 qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
2467 qt5webkit, radvd, redis, rings, rng-tools, rpcbind,
2468 rpi-firmware, rpi-userland, rt-tests, sam-ba, samba, sawman,
2469 sconeserver, scons, sdl, sg3_utils, snappy, snmppp,
2470 socketcand, spice, spice-protocol, sqlcipher, sqlite, squid,
2471 sshfs, strace, subversion, sunxi-mali, supervisor, sysklogd,
2472 sysprof, sysstat, systemd, sysvinit, taglib, tar, tcpdump,
2473 ti-gfx, ti-utils, tinymembench, tn5250, trace-cmd,
2474 transmission, tvheadend, tzdata, zxing, uboot, uboot-tools,
2475 uclibc, udev, udpcast, ulogd, urg, usb_modeswitch_data,
2476 util-linux, vala, valgrind, vorbis-tools, wavpack, wayland,
2477 weston, wget, wireless-regdb, wireshark, wpa_supplicant,
2478 wsapi, xavante, xapp_xdpyinfo, xapp_xrandr, xcb-proto,
2479 xdriver_xf86-video-intel, xenomai, xkeyboard-config, xl2tp,
2480 xlib_lib{FS,SM,X11},
2481 xlib_libX{au,aw,composite,cursor,damage,ext,fixes,font,i},
2482 xlib_libX{inerama,mu,pm,randr,render,res,t,tst,v,xf86dga},
2483 xlib_libXxf86vm, xlib_libdmx, xlib_libfontenc,
2484 xlib_libpciaccess, xlib_xtrans, xproto_dri2proto,
2485 xproto_{glproto,inputproto,presentproto,randrproto,videoproto},
2486 xproto_xextproto, xproto_xproto, xutil_util-macros,
2487 xutil_makedepend, zic, zmqpp, zxing, zsh, zyre
2489 New packages: apitrace, avrdude, c-ares, ca-certificates,
2490 cwiid, dbus-cpp, evemu, fping, fswebcam, gpm, gst1-libav,
2491 haveged, intel-microcode, iucode-tools, jasper, joe, ktap,
2492 lbreakout2, libass, libbluray, libcdio, libenca, libevdev,
2493 libmbim, libmodplug, libnfs, libnftnl, libplist, libshairplay,
2494 libsocketcan, ljsyscall, log4cplus, ltris, luainterpreter,
2495 luarocks, minidlna, mmc-utils, modemmanager, mtr, net-tools,
2496 python-configobj, python-dialog, python-json-schema-validator,
2497 python-keyring, python-msgpack, python-posix-ipc,
2498 python-pyasn, python-pycrypto, python-pysnmp,
2499 python-pysnmp-apps, python-pysnmp-mibs, python-pyusb,
2500 python-simplejson, python-tornado, python-versiontools,
2501 rtmpdump, rtptools, smcroute, smstools3, tcpreplay, thrift,
2502 ti-uim, tinyxml, tmux, vlc, wmctrl, xconsole
2504 Removed packages: autoconf, automake, ccache, cpanminus, lzma,
2505 netkitbase, netkittelnet, pkg-config, squashfs3, ttcp, xstroke
2507 Issues resolved (http://bugs.uclibc.org):
2509 #65: new package: dbus c++ language bindings
2510 #769: Update configuration menu for MIPS target
2511 #2419: Add a bundle of Lua modules
2512 #2629: Segmentation faults and division by zero in Grub on ext2
2513 #3811: Added auto-mount for USB and SD Card (mdev) (for 2011.05)
2514 #4339: Allow override of DL_DIR in extract step
2515 #4363: Make sure that copied linux and busybox defconfig are...
2516 #4454: There should be simple way to update image, when chang...
2517 #5024: grub fails to build for x86_64 target architecture
2518 #5066: New-Package: net-tools
2519 #5072: ncurses: add ncurses-progs to target
2520 #5294: uclibc build ignores target CFLAGS and LDFLAGS
2521 #5366: Login doesn't work with util-linux versions of login/agetty
2522 #5378: dropbear Makefile broken
2523 #5390: System banner - change to empty doesn't remove /etc/issue
2524 #5780: spurious build failure because it cannot remove ubinize.cfg
2525 #5798: ncurses-5.9 fails to compile statically
2526 #5810: Buildroot 2012.11: Additional GCC option "-msoft-float" ...
2527 #6080: Git fetch caching
2528 #6092: Bootable ISO image creation seems to have stopped working..
2529 #6272: coreutils build fails
2530 #6434: apply-patches.sh does not work recursively
2531 #6446: eglibc doesn't install ldconfig to target
2533 #6596: Slow bootup if mdev is chosen
2534 #6656: Build Qt5 with ccache
2535 #6662: internal compiler error: Segmentation fault during making..
2536 #6722: Usage of $($(PKG)_DIR_PREFIX) is an issue with linux package
2537 #6752: genext2fs: e2fsck must run before tunefs -U random
2538 #6770: openssl 1.0.1f fails with ccache
2539 #6830: Qt5: no fonts are installed
2540 #6848: Qt5: no text shown in simple QWidget / frame-buffer setup
2541 #6854: Update to Qt 5.2.1
2543 2013.11, Released November 30th, 2013:
2547 Updated/fixed packages: apr, binutils, dbus-python, dropwatch,
2548 ecryptfs-utils, eglibc, gdb, gpsd, grantlee, hostapd,
2549 iptables, qlibiscsi, libnspr, libnss, libpfm4, libtool,
2550 lua-ev, lvm2, mplayer, qt, qt5, quagga, ruby, tinymembench,
2551 tvheadend, util-linux, wpa_supplicant
2553 Issues resolved (http://bugs.uclibc.org):
2555 #1279: Buildroot compiled Busybox and Coreutils LFS issues
2556 #2995: -fstack-protector-all causes ssh to SIGSEGV
2557 #5570: Cannot compile software on the target machine
2558 #6428: util-linux libmount segfaults with patch from buildroot
2559 #6500: php fails to build for armel
2560 #6554: gdb needs to dependents on host texinfo
2561 #6692: GNU nano fails to compile for x86_64
2562 #6704: wpa_supplicant: fix wrong path to executable file in D-Bus
2564 2013.11-rc3, Released November 26th, 2013
2566 Fixes all over the tree.
2568 Architecture: Mark MIPS I, II, III and IV as deprecated.
2570 Updated/fixed packages: beecrypt, dbus, e2fsprogs, libcap-ng,
2571 libglib2, libroxml, libsigsegv, libvncserver, lxc, mdadm,
2572 mongoose, nut, ola, omniorb, openssl, pcre, php, poco,
2573 protobuf-c, pv, qt5base, ruby, schifra, squid, sunxi-mail,
2574 swig, ti-gfx, tinymembench, uclibc, udisks, vim
2576 2013.11-rc2, Released November 18th, 2013
2578 Fixes all over the tree.
2580 Defconfigs: qemu_arm_versatile, qemu_arm_nuri, sheevaplug:
2581 Adjust kernel versions.
2583 Toolchain: avr32: fix for modern kernel headers
2585 Bootloader: Barebox updated to 2013.10.1
2587 Updated/fixed packages: dhcp, e2fsprogs, gst1-plugins-bad,
2588 libcurl, libvncserver, nano, pc, qt5base, squashfs, ttcp,
2591 Issues resolved (http://bugs.uclibc.org):
2593 #3601: DHCPD S80dhcp-server startup script issues
2594 #6320: Fix kernel compile issue if BR2_LINUX_KERNEL_CUSTOM_GIT_VERS..
2595 #6416: Xenomai package, patch alternative
2596 #6590: directfb-examples build failed whit linaro toolchain
2598 2013.11-rc1, Released November 12th, 2013
2600 Architectures: Nios-II support, MIPS arch handling fixes
2602 Defconfigs: cubieboard2, freescale i.MX 6sololite evk,
2603 sabre-sd, wandboard added, rpi renamed to raspberrypi_defconfig
2605 Toolchain: glibc support, upstream uClibc fixes, uClibc 0.9.31
2606 for avr32, crosstool-ng backend removed, external musl
2607 toolchain support, gcc 4.8.2, updated Linaro external
2608 toolchains. Fortran and objective-C support deprecated,
2611 Bootloaders: U-Boot: u-boot.imx support, version bumps
2613 Linux: use kmod instead of module-init-tools
2615 System: default to devtmpfs for /dev
2617 Infrastructure: Make 3.82 fixes, locales generation fixes, CVS
2618 download support, post-rsync hooks
2620 Fs: u-boot image support for cpio
2622 Updated/fixed packages: aircrack-ng, alsamixergui, apr,
2623 apr-util, atk, automake, bellagio, berkeleydb, bind, binutils,
2624 bison, boost, busybox, can-utils, ccache, ccid, cgilua,
2625 chrony, cifs-utils, cjson, collectd, connman, conntrack-tools,
2626 copas, cppcms, cppzmq, czmq, dash, dbus, dhcpcd, diffutils,
2627 directfb, dmidecode, dnsmaqs, docker, dosfstools, dropbear,
2628 dropwatch, ebtables, eglibc, elf2flt, empty, enchant, erlang,
2629 ethtool, fbgrab, fbv, fdk-aac, feh, ffmpeg, file, findutils,
2630 fltk, fmtools, freetype, gdk-pixbuf, gettext, git,
2631 glib-networking, gmp, gnupg, gnutls, gpu-viv-bin-mx6q, gsl,
2632 gstreamer, gstreamer1, gst1-plugins-{bad,base,good,ugly},
2633 gtest, gutenprint, hplip, i2c-tools, icu, ifplugd,
2634 imagemagick, iozone, iproute2, ipset, iptables, iw, jamvm,
2635 jansson, jpeg-turbo, kismet, kmod, lcms2, libassuan, libcap,
2636 libcap-ng, libcdaudio, libcec, libcue, libcurl, libdrm,
2637 libedit, libevas, libevent, libfreefare, libfuse,
2638 libgpg-error, libiconv, liblog4c-localtime, libmicrohttpd,
2640 libnetfilter_{acct,conntrack,cthelper,cttimeout,log,queue},
2641 libnfnetlink, libnl, libpng, libqmi, libqrencode, libroxml,
2642 libsecret, libsigsegv, libsoup, libtirpc, libunwind, libusb,
2643 libvpx, lighttpd, linphone, linux-pam, lmbench,
2644 lockfile-progs, log4cxx, logrotate, logsurfer, ltp-testsuite,
2645 ltrace, luacrypto, luaposix, lvm2, m4, matchbox-lib,
2646 media-ctl, mediastreamer, minicom, minidlna, mongoose, monit,
2647 mpc, mpd, mpg123, mplayer, mrouted, mtdev, mutt, mysql_client,
2648 nano, ncftp, ndisc6, neard, neardal, neon, net-snmp, netatalk,
2649 netcat, netkitbase, netperf, netplug, nettle, nfacct,
2650 nfs-utils, ngircd, ngrep, noip, nuttcp, olsr, openssh, opkg,
2651 oprofile, opus-tools, orc, ortp, pciutils, pcre, pcsc-lite,
2652 perf, perl, perl-cross, php, picocom, pkgconf, polarssl,
2653 poppler, pppd, proftpd, protobuf, proxychains-ng, pulseaudio,
2654 pv, qemu, qt, qt5base, qt5webkit, quagga, radvd, redis,
2655 rpi-{firmware,userland}, rrdtool, rsync, rtorrent, ruby,
2656 samba, scons, screen, sdl_sound, ser2net, setserial,
2657 smartmontools, socat, socketcand, sqlcipher, sqlite, squid,
2658 stress, strongswan, stunnel, sudo, syslinux, systemd,
2659 sysvinit, tcl, ti-gfx, time, transmission, tremor, tslib,
2660 tstools, tvheadend, tzdata, uboot-tools, uclibc, udpcast,
2661 uemacs, ulogd, usb_modeswitch{,_data}, util-linux, vala,
2662 valgrind, vde2, vorbus-tools, vpnc, vsftpd, vtun, wayland,
2663 webkit, webp, webrtc-audio-processing, weston, wget,
2664 wireshark, wsapi, xavante, xdriver_xf86-video-geode, xenomai,
2665 xinetd, xlib_libpthread-stubs, xl2tp, xmlstarlet,
2666 xserver_xorg-server, xz, zeromq, zic, zmqpp
2668 New packages: aiccu, autossh, bc, civetweb, cppdb, cryptsetup,
2669 duma, eigen, harfbuzz, igmpproxy, iputils, jq, knock, kobs-ng,
2670 lesstif, libcgroup, libsepol, libsoc, libssh2, luasec, luasql,
2671 lxc, nut, ola, omniorb, openpowerlink, orbit, p910nd, psplash,
2672 python-crc16, python-ipy, python-pyzmq, qt5sensors,
2673 qt5serialport, qt5x11extras, snmppp, subversion, tcping,
2674 trace-cmd, xscreensaver, zsh
2676 Removed packages: module-init-tools
2678 Issues resolved (http://bugs.uclibc.org):
2680 #1138: Buildroot fails to build packages if BR2_GCC_SHARED_LIBGCC=y
2681 #5408: qt build failure with Sourcery CodeBench ARM 2010.09
2682 #5630: makefile error with toolchain helpers.mk
2683 #5672: htop: remove X11 stuff
2684 #5678: linux.mk: linux-menuconfig fails
2685 #5696: python3 installation is too large, patches from python2 needed
2686 #5978: Erlang does not build for arm in 2013.02-rc3
2687 #6392: Extended ARM uImage kernel options
2688 #6404: Buildroot's coreutils 'uname -p' reports 'Unknown' on recent..
2689 #6428: util-linux libmount segfaults with patch from buildroot
2690 #6452: eglibc from Linaro 2013.07 not copied to target correctly
2691 #6566: PHP segfault when crosscompiled to mips64 - patch included
2692 #6572: [PowerPC] Buildroot uses wrong external toolchain libraries..
2693 #6578: udisks package broken
2694 #6602: ebtables 64 bit kernel + 32 bit userland alignment error..
2695 #6608: ebtables missing ethertypes - fix included
2696 #6620: Sysvinit package missing killall5 and symlinks - patch included
2697 #6632: CMake use host pkg-config
2698 #6638: pkgconf doesn't download
2699 #6644: "all" target doesn't work in out-of-tree builds
2700 #6650: Segmentation fault when trying to build latest buildroot
2701 #6668: iptables limit module alignment problem on mips64
2703 2013.08, Released August 31th, 2013:
2707 Documentation build fixed.
2709 Updated/fixed packages: ltrace, strongswan
2711 2013.08-rc3, Released August 29th, 2013:
2713 Fixes all over the tree.
2715 External toolchain lib32/lib64 handling, ABI name for EABIhf,
2716 misc fixes for generatelocales, apply-patches and module
2719 Top level menu names reordered and renamed for clarity.
2721 Updated/fixed packages: acl, attr, bash, dbus, directfb,
2722 dvb-apps, kexec, kmod, libbsd, linux-fusion, mesa3d, minidlna,
2723 openssh, openssl, pulseaudio, python-setuptools, qt5,
2724 qt5webkit, redis, strongswan, sunxi-mali
2726 Issues resolved (http://bugs.uclibc.org):
2728 #6464: dbus-daemon-launch-helper needs setuid
2730 2013.08-rc2, Released August 16th 2013:
2732 Documentation improvements.
2734 External toolchains fixes.
2736 Updated/fixed packages: aircrack-ng, bash, boost, cairo,
2737 cppcms, eglibc, ffmpeg, gcc, git, gnupg, imagemagick, libcec,
2738 libffi, libgcrypt, linux, linux-headers, ltrace, netatalk,
2739 opencv, opengl, readline, samba, strongswan, sunxi-cedarx,
2740 uclibc, udev, wayland, webkit, zeromq.
2742 Issues resolved (http://bugs.uclibc.org):
2744 #6440: typo in ffmpeg makefile
2746 2013.08-rc1, Released August 5th, 2013:
2749 - improved support for floating point on ARM and Thumb/Thumb2
2750 - support for ARM OABI removed
2753 - support added for Sourcery CodeBench ARM and MIPS 2013.05
2754 - Linaro ARM and Aarch64 toolchains updated
2755 - support added for the Arago ARMv5 and ARMv7 toolchains
2756 - gcc 4.8.x version bumped
2757 - support for installing both FDPIC and FLAT libraries on
2759 - support for uClibc 0.9.31 removed,
2760 - convert the internal toolchain backend to use the package
2762 - support added for eglibc in the internal toolchain backend
2763 - toolchain components for the ARC architecture updated and
2765 - support for Blackfin in the internal toolchain fixed
2767 Defconfigs: beaglebone_defconfig updated, new defconfig for
2768 CubieBoard, for Olimex mx233 Olinuxino, for Calao Systems
2771 A number of packages have been fixed to use the
2772 <pkg>_CONFIG_SCRIPTS mechanism to get their <pkg>-config shell
2773 script installed and modified properly. Licensing informations
2774 has been added to a number of packages.
2776 Use XZ tarballs for a number of packages.
2778 Noticeable package changes/additions:
2779 - The glib2/libgtk2/webkit stack has been updated to recent
2781 - Support for Gstreamer 1.x has been added.
2782 - OpenGL support for TI OMAP platforms has been added.
2783 - OpenGL support for Allwinner platforms has been added.
2784 - OpenMAX support for RasberryPi has been added.
2786 Updated/fixed packages: acl, attr, autoconf, avahi, barebox,
2787 bind, binutils, busybox, bwm-ng, bzip2, cifs-utils, colletctd,
2788 cpanminus, cups, curl, dash, dbus, dhcp, directfb,
2789 directfb-examples, dnsmasq, dosfstools, dropbear, dtc,
2790 e2fsprogs, ed, efl, enlightenment, erlang, ethtool, fbgrab,
2791 fftw, firmware-imx, flot, fltk, freetype, gawk, gdk-pixbuf,
2792 gettext, gmp, gnutls, gsl, gutenprint, gvfs, gzip, haserl,
2793 hiawatha, httping, icu, imagemagick, imlib2, imx-lib,
2794 intltool, iozone, ipset, iptables, jquery, jquery-keyboard,
2795 jquery-sparkline, kmod, less, libart, libcdaudio, libcgicc,
2796 libesmtp, libftdi, libfuse, libglib2, libgtk, libgtk2, libidn,
2797 libiqrf, liblog4c-localtime, libnspr, libnss, libpcap,
2798 libroxml, libserial, libsigsev, libsoup, libtool, libtpl,
2799 libvncserver, libxml2, linphone, lm_sensors, logrotate,
2800 ltrace, lttng, luafilesystem, luajit, minicom, monit, mpg123,
2801 mtd, mutt, mxml, neard, netatask, netsnmp, nettle,
2802 network-manager, nodejs, nss-mdns, openssh, openswan, openvpn,
2803 opkg, opus, pcre, perl-cross, php, pixman, poco, polarssl,
2804 pulseaudio, pv, python, python3, qt, qt5, qt5declarative,
2805 qt5jsbackend, qt5quick1, readline, rpi-firmware, ruby, samba,
2806 sane-backends, sconeserver, sdl_image, sdparm, ser2net,
2807 socketcand, sqlite, squid, strace, tcl, tcpdump, tinyhttpd,
2808 tvheadend, tzdata, uboot, udpcast, usb_modeswitch,
2809 usb_modeswitch_data, usbutils, webkit, wireshark, wvstreams,
2810 xapp_luit, xapp_xmodmap, xenomai, xfsprogs, xlib_libX11, zic,
2813 New packages: a10disp, aespipe, am33x-cm3, cppcms, dhcpcd,
2814 dropwatch, dtc, ecryptfs-utils, eglibc, elf2flt, fdk-aac,
2815 gcc-final, gcc-initial, gcc-intermediate, git,
2816 gpu-viv-bin-mx6q, gst1-plugins-bad, gst1-plugins-base,
2817 gst1-plugins-good, gst1-plugins-ugly, gst-omx,
2818 gst-plugin-x170, gstreamer1, jimtcl, lbase64, libassuan,
2819 libbsd, libcec, libdvbsi, libedit, libgpgme, libqmi,
2820 libqrencode, libsvg, libsvg-cairo, libunwind, libvpx,
2821 linux-headers, lockdev, luabitop, luacrypto, lua-ev,
2822 luaexpatutils, msgpack, ocrad, on2-8170-libs,
2823 on2-8170-modules, p11-kit, pax-utils, ptpd, ptpd2,
2824 python-pyro, ramspeed/smp, snappy, strongswan, sunxi-boards,
2825 sunxi-cedarx, sunxi-mali, sunxi-tools, ti-gfx, tinymembench,
2826 tree, tstools, uclibc, w_scan.
2828 Issues resolved (http://bugs.uclibc.org):
2830 #4718: python (built for powerpc) distutils has paths to host
2832 #5516: appended device tree blobs on uImage fails
2833 #6302: Versions of packages retrieved from github.com are wrong
2834 #6308: dosfstools download link is wrong
2835 #6326: Dropbear: Add options to allow better config for
2836 different target devices (e.g. routers)
2837 #6338: Wrong download link for minicom package
2838 #6344: Wrong handling of license text files with same name and
2840 #6374: gnutls package broken if linux cryptodev module
2842 #6410: omap3_beagle has uimage error load address error
2844 2013.05, Released May 31th, 2013:
2848 External toolchain wrapper fix for if host/usr/bin is placed
2851 Updated/fixed packages: acpid, at91bootstrap, czmq, elf2flt,
2852 flex, jamvm, kmod, libplayer, libtirpc, libv4,
2853 lttng-babeltrace, opengl, qt5jsbackend, udpcast, wvstreams
2855 Issues resolved (http://bugs.uclibc.org):
2857 #4868: Buildroot compile failure for toolchain/gdb-7.4/intl/reloc...
2858 #4988: flex and m4 problems
2859 #5912: obsolete CVS files
2861 2013.05-rc3, Released May 25th, 2013:
2865 Updated/fixed packages: aircrack-ng, bellagio, boost, crda,
2866 dvb-apps, flot, libatomic_ops, libeXosip2, libosip2, libxml2,
2867 mongrel2, poco, portaudio, pptp-linux, tvheadend, urg, weston,
2870 2013.05-rc2, Released May 15th, 2013:
2872 Fixes all over the tree.
2874 Default number of parallel jobs is now number of CPUs + 1.
2876 Defconfigs: Add Telit EVK-PRO3, AT91SAM9260-EK Nand flash.
2878 Updated/fixed packages: aircrack-ng, busybox, cairo,
2879 classpath, curlftpfs, czmq, dbus, f2fs-tools, fan-ctrl,
2880 filemq, gst-plugin-bad, gutenprint, hplip, json-c,
2881 libatomic_ops, libcurl, libdrm, libglib2, libnspr, libnss,
2882 libsha1, libsigsegv, libxcb, linknx, linux-pam, lttng-modules,
2883 lttng-tools, matchbox-lib, mcookie, mesa3d, neon, pixman,
2884 pulseaudio, python-nfc, qt5imageformats, quota, openssl,
2885 sconeserver, strace, sylpheed, wvstreams,
2886 xapp_{appres,bdftopcf,beforelight,bitmap,edires,fonttosfnt},
2887 xapp_{fslsfonts,fstobdf,iceauth,ico,listres,luit,mkfontdir},
2888 xapp_{mkfontscale,oclock,rgb,rstart,scripts,sessreg,setxkbmap},
2889 xapp_{showfont,smproxy,twm,viewres,x11perf,xauth,xbacklight},
2890 xapp_x{biff,calc,clipboard,clock,cmsdb,cursorgen,dbedizzy,ditview},
2891 xapp_x{dm,dpyinfo,driinfo,edit,ev,eyes,f86dga,fd,fontsel,fs,fsinfo},
2892 xapp_x{gamma,gc,host,input-calibrator,input,kbcomp,kbevd,kbprint},
2893 xapp_x{kbutils,kill,load,logo,lsatoms,lsclients,lsfonts,mag,man},
2894 xapp_x{message,mh,modmap,more,pr,prop,randr,rdb,refresh,set,setmode},
2895 xapp_x{setpointer,setroot,sm,stdcmap,vidtune,vinfo,wd,wininfo,wud},
2896 xcb-util, xcursor-transparent-theme, xdata_xbitmaps,
2897 xdata_xcursor-themes,
2898 xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synaptics},
2899 xdriver_xf86-input-{tslib,vmmouse,void},
2900 xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,fbdev,geode,glide},
2901 xdriver_xf86-video-{glint,i128,intel,mach64,mga,neomagic,newport},
2902 xdriver_xf86-video-{nv,openchrome,r128,savage,siliconmotion,sis},
2903 xdriver_xf86-video-{tdfx,tga,trident,v4l,vesa,vmware,voodoo,wsfb},
2904 xfont_encodings, xfont_font-adobe-{100,75}dpi,
2905 xfont_font-utopia-{100dpi,75dpi,type1},
2906 xfont_font-{alias,arabic-misc,bh-100dpi,bh-75dpi},
2907 xfont_font-bh-lucidatypewriter-{100,75}dpi, xfont_font-bh-{ttf,type1},
2908 xfont_font-bitstream-{100dpi,75dpi,type1}, xfont_font-cronyx-cyrillic,
2909 xfont_font-{cursor,daewoo,dec,isas,jis,micro}-misc,
2910 xfont_font-ibm-type1, xfont_font-misc-{cyrillic,ethiopic,meltho,misc},
2911 xfont_font-{mutt,schumacher}-misc,
2912 xfont_font-{screen-cyrillic,sony-misc,sun-misc,util},
2913 xfont_font-winitzki-cyrillic, xfont_font-xfree86-type1,
2914 xlib_lib{FS,ICE,SM,X11,XScrnSaver,Xau,Xaw,Xcomposite,Xcursor},
2915 xlib_libX{damage,dmcp,ext,fixes,font,ft,i,inerama,mu,pm,randr},
2916 xlib_libX{render,res,t,tst,v,vMC,xf86dga,xf86vm},
2917 xlib_lib{dmx,fontenc,pciaccess,pthread-stubs,xkbfile}, xlib_xtrans,
2918 xproto_{applewm,bigreqs,composite,damage,dmx,dri2,fixes}proto,
2919 xproto_{fontcache,font,gl,input,kb,randr,record,render}proto,
2920 xproto_{resource,scrnsaver,video,windowswm,xcmisc,xext}proto,
2921 xproto_{xf86bigfont,xf86dga,xf86dri,xf86vidmode,xinerama,x}proto,
2922 xserver_xorg-server, xutil_{makedepend,util-macros}
2924 Readded Packages: xapp_xinit
2926 Issues resolved (http://bugs.uclibc.org):
2928 #5054: amd64: cannot find init - due to missing /lib64 folder
2930 2013.05-rc1, Released May 8th, 2013:
2932 Architectures: ARC support, Blackfin support, FLAT binary
2933 format, ARM: Drop old CPU variants, add fa526/626, Marvell PJ4
2935 Toolchains: Add new Microblaze external toolchains, Linaro
2936 ARM/Aarch64 updates, GCC 4.6.4 / 4.7.3 / 4.8.0 added to
2937 internal toolchain, default to GCC 4.7.x. Internal
2938 Crosstool-ng backend deprecated.
2940 Defconfigs: Add Atmel at91sam9g45m10ek, freescale mpc8315erdb
2941 & p1010rdb, Armadeus apf27 / apf28, Openblocks A6, Raspberry
2944 FS: LZO and XZ compression methods, extra ubifs options,
2945 ext2 rev 0/1 and ext3/4 support.
2947 Patch handling: apply-patches now has .patch.xz support,
2948 Patch logic reworked as discussed during Febrary dev days:
2949 http://elinux.org/Buildroot:DeveloperDaysFOSDEM2013
2951 <pkg>-rsync now excludes version control files.
2953 linux: uImage load address for ARM multiplatform kernels
2955 Infrastructure for multiple OpenGL / ES / EGL / OpenVG
2956 providers, similar to how libjpeg / libjpeg-turbo is handled.
2958 Infrastructure for packages to add system users.
2960 kconfig: updated to 3.9-rc2, support make olddefconfig
2962 Updated/fixed packages: alsa-lib, alsa-utils, apr, apr-util,
2963 argp-standalone, at, at91bootstrap, audiofile, aumix, avahi,
2964 bash, blackbox, bind, binutils, bison, boost, bridge-utils,
2965 busybox, ccache, cifs-utils, cmake, collectd, connman,
2966 conntrack-tools, cpanminus, crosstool-ng, diffutils, directfb,
2967 directfb-examples, divine, dmalloc, dnsmasq, dosfstools,
2968 dropbear, e2fsprogs, ebtables, eeprog, erlang, ethtool,
2969 fb-test-app, fbset, feh, ffmpeg, file, flex, flot, foomatic,
2970 fxload, gd, gdb, gdisk, genimage, gettext, gmp, gnuchess,
2971 gnutls, gob2, gperf, gpsd, gstreamer, haserl, hiawatha, htop,
2972 httping, icu, inotify-tools, intltool, iproute2, ipset,
2973 iptables, iw, jpeg, jquery, jquery-{sparkline,validation},
2974 json-c, kbd, kexec, kismet, kmod, lcdproc, libarchive,
2975 libatasmart, libcap, libconfig, libconfuse, libcurl, libdrm,
2976 libeet, libev, libevas, libeXosip2, libffi, libfribi, libfuse,
2977 libgcrypt, libglib2, libgtk2, libid3tag, libmicrohttpd,
2978 libnetfilter_acct, libnetfilter_conntrack, libnl, libpcap,
2979 libplayer, libsigc, libv4l, libxcb, linenoise, linux-pam,
2980 lm_sensors, ltp-testsuite, luajit, lzop, madplay, make, mdadm,
2981 mediastreamer, memtester, mesa3d,
2982 mobile-broadband-provider-info, monit, mpd, mpfr, mpg123,
2983 mrouted, msmtp, nbd, ncurses, ndisc6, neard, neardal, neon,
2984 netperf, netsnmp, nettle, nfacct, ntfs-3g, ofono, olsr,
2985 omap-u-boot-utils, openssh, openssl, openswan, openvpn,
2986 oprofile, orc, patch, pciutils, pcre, perl, php, poco,
2987 polarssl, proftpd, psmisc, pulseaudio, python,
2988 python-{bottle,netifaces,serial,setuptools}, qt, quagga,
2989 quota, radvd, rpi-firmware, rpi-userland, rt-tests, sam-ba,
2990 samba, sawman, sdl, ser2net, smartmontools, socat, socketcand,
2991 speex, squid, stress, stunnel, sudo, syslinux, sysstat,
2992 sysvinit, tcl, tcprelay, tinyhttpd, tslib, tvheadend,
2993 uboot-tools, udev, ulogd, util-linux, vala, vtun, webkit,
2994 xapp_{iceauth,luit,makefontscale,sessreg,setxkbmap,smproxy},
2995 xapp_{xauth,xcmsdb,xdpyinfo,xev,xgamma,xhost,xinput,xkbcomp},
2996 xapp_{xkbevd,xlsatoms,xlsclients,xmodmap,xpr,xprop,xrandr,xrdb},
2997 xapp_{xset,xwd,xwininfo}, xcb-{proto,util},
2998 xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synptics},
2999 xdriver_xf86-input-{tslib,vmmouse,void},
3000 xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,geode,glide,glint},
3001 xdriver_xf86-video-{i128,intel,mach64,mga,neomagic,newport},
3002 xdriver_xf86-video-{openchrome,r128,savage,siliconmotion,sis},
3003 xdriver_xf86-video-{tdfx,trident,vesa,vmware,wsfb}, xenomai,
3004 xfont, xinetd, xkeyboard-config, xlib_lib{FS,ICE,SM,X11},
3005 xlib_libX{scrnSaver,au,aw,cursor,dmcp,ext,fixes,font,ft,i},
3006 xlib_libX{inerama,mu,pm,randr,res,tst,v,vMC,xf86dga,xf86vm},
3007 xlib_lib{dmx,fontenc,pciaccess,xkbfile}, xlib_xtrans,
3008 xproto_{applevm,bigreqs,dri2,fonts,gl,input,kbd,record}proto,
3009 xproto_{resource,scrnsaver,xcmisc,xext,x}proto,
3010 xserver_xorg-server, xutil_makedepend, xz, zeromq
3012 New packages: aircrack-ng, bcusdk, chrony, crda,
3013 cryptodev-linux, cppzmq, czmq, dtach, enscript, exfat,
3014 exfat-utils, f2fs-tools, fan-ctrl, filemq, foomatic-filters,
3015 genimage, genpart, glibmm, gnuplot, gtest, gutenprint, hplip,
3016 iozone, jansson, jhead, jquery-keyboard, jquery-ui,
3017 jquery-ui-themes, json-glib, json-javascript, lcms2, libpfm4,
3018 libpthsem, libserial, libsigsegv, libtasn1, libwebsockets,
3019 libxkbcommon, libxml++, linknx, log4cxx, mongoose, mongrel2,
3020 mtools, ne10, nmap, nodejs, openobex, openpgm, poppler,
3021 protobuf-c, python-m2crypto, python-thrift, qjson, qt5base,
3022 qt5declarative, qt5graphicaleffects, qt5imageformats,
3023 qt5jsbackend, qt5multimedia, qt5quick1, qt5script, qt5svg,
3024 qt5webkit qt5xmlpatterns, rapidjson, redis, swig, texinfo,
3025 tzdata, urg, ussp-push, wayland, webp, weston, wireless-regdb,
3026 wireshark, wvdial, wvstreams, xcb-util-image, xcb-util-wm,
3027 xcursor-transparent-theme, zic, zmqpp, zyre
3029 Removed packages: microperl, ocf-linux, xapp_xinit,
3030 xapp_xplsprinters, xapp_xprehashprinterlist,
3031 xfont_font-bitstream-speedo,
3032 xlib_lib{Xfontcache,XprintAppUtil,XprintUtil,Xp,oldX,xkbui},
3033 xproto_{print,xf86rush}proto
3035 Deprecated packages: vala
3037 Issues resolved (http://bugs.uclibc.org):
3039 #1291: Add support for Faraday 526 arm processor (fa526)
3040 #2683: cups does not install correctly to target
3041 #3313: mesa3d fails to build
3042 #5186: initramfs/cpio should support lzo compression
3043 #5636: agetty - cannot get controlling tty error - need updated...
3044 #5906: collectd client headers not exported
3045 #5966: bison unnecessarily required as build dependency
3046 #6140: --enable-fileinfo not applied for php package
3047 #6164: openvpn usage of ip tool from Busybox
3049 2013.02, Released February 28th, 2013:
3051 Misc manual updates.
3053 Updated/fixed packages: busybox, collectd, flashbench,
3054 libgtk2, libupnp, mii-diag, quota
3056 2013.02-rc3, Released February 26th, 2013
3060 Updated/fixed packages: conntrack-tools, dialog,
3061 enlightenment, haserl, keyutils, libfif, libmad,
3062 linux-firmware, linux-fusion, matchbox-desktop, matchbox-wm,
3063 ruby, spawn-fcgi, vtun
3065 Issues resolved (http://bugs.uclibc.org):
3067 #5960: fusion.ko driver does not install to target rootfs
3069 2013.02-rc2, Released February 19th, 2013
3071 Fixes all over the tree.
3073 Various manual updates and fixes.
3075 Updated/fixed packages: busybox, collectd, gesftpserver,
3076 glib-networking, gnutls, inotify-tools, libcurl, libffi,
3077 libglib2, libtorrent, libvorbis, neard, network-manager,
3078 ntfs-3g, openssl, qt, rpi-userland, rtorrent, thttpd, vim.
3080 Issues resolved (http://bugs.uclibc.org):
3082 #5906: collectd client headers not exported
3084 2013.02-rc1, Released February 10th, 2013
3086 Toolchain: Crosstool-ng 1.17.0, default to GCC 4.6.3, target
3087 libraries install fixed. Add Linaro ARM
3088 2012.11/2012.12/2013.01, AArch64 12.11/12.12/13.01. Sourcery
3089 CodeBench MIPS 2012.03/09. Infrastructure to warn about
3090 missing 32bit support for binary toolchains. Toolchain wrapper
3091 is now relocatable. Add GDB 7.5.1 / Remove 6.8 / 7.0 /
3092 7.1. Deprecate uClibc 0.9.31.
3094 Architecture: Xtensa fixes, add missing powerpc variants, arm
3095 1136jf-s rev1, add A5/A15, neon support toggle, OABI
3096 deprecated. Sparc: drop old unused variants
3098 Bootloaders: At91bootstap: fix upstream URL, Barebox: add
3099 2012.12/2013.01/2013.02, remove 2012.08/09/10, lzop fixes,
3100 environment image support, U-Boot: add 2013.01.01
3102 Linux: fix appended dtb handling for v3.8+ kernels, support
3103 multiple device trees
3105 Defconfigs: calao USB-A9260, snowball, QEMU PPC440 on ML507
3106 board, QEMU ARM Exynos4210, Kernel version in QEMU defconfigs
3107 updated, at91rm9200df: misc fixes. Lock kernel headers to
3110 Infrastructure: Git download fixes. Toolchain make target
3111 renamed from 'cross' to 'toolchain'. Eclipse integration
3112 support. Option to set root password, post image scripts,
3113 config scripts handling.
3115 Updated/fixed packages: alsa-lib, argp-standalone, argus,
3116 arptables, atk, audiofile, axel, beecrypt, bind, bison,
3117 bluez_utils, boost, cairo, can-utils, bmon, boa, busybox,
3118 cairo, ccache, cdrkit, cifs-utils, cjson, cmake, collectd,
3119 connman, coreutils, cpanminus, cups, dbus, dhcp, dialog,
3120 diffutils, directfb, distcc, divine, dnsmasq, docker,
3121 dosfstools, dstat, e2fsprogs, ebtables, ed, empty, ethtool,
3122 expedite, fbset, fbv, ffmpeg, flex, fltk, fluxbox, freetype,
3123 gadget-test, gawk, gdb, genext2fs, gettext, giblib,
3124 glib-networking, gmp, gmpc, gnupg, gnutls, gpsd,
3125 gst-plugins-{bad,base,good}, gstreamer, gzip, haserl, hdparm,
3126 heirloom-mailx, hiawanta, hostapd, icu, imagemagick, imlib2,
3127 inadyn, infozip, iproute2, ipset, iptables, iw, jpeg, jquery,
3128 jquery-sparklines, jqeury-validation, kismet, kmod, lame,
3129 libao, libcap, libcurl, libdvdnav, libdvdread, libecore,
3130 libedbus, libedje, libeet, libefreet, libeina, libeio,
3131 liberation, libelementary, libembryo, libethumb, libev,
3132 libevas, libffi, libfribidi, libfuse, libgcrypt, libglib2,
3133 libgpg-error, libgtk2, libhid, libidn, libmicrohttpd, libmpd,
3134 libnl, libnspr, libnss, libogg, libpcap, libplayer, libpng,
3135 libroxml, librsvg, libseccomp, libsigc, libsndfile, libungif,
3136 libupnp, liburcu, libusb-compat, libvncserver, libvorbis,
3137 libxml2, libxslt, lighttpd, links, linux-firmware,
3138 linux-fusion, ltp-testsuite, ltrace,
3139 lttng-{babel,libust,modules,tools}, lvm2, lua, luajit, lzop,
3140 matchbox-{desktop,lib}, mdadm, metacity, midori, minicom, mpd,
3141 mpfr, mplayer, mtd, mysql_client, ncurses, neon, netatalk,
3142 networkmanager, nspr, ntfs-3g, nuttcp, ofone, olsr, openssl,
3143 openvpn, opkg, oprofile, opus, opus-tools, orc, ortp, pango,
3144 pciutils, pcmanfm, pcre, pcsc-lite, perl, php, pixman,
3145 pkgconf, polarssl, pptp-linux, proxychains, pulseaudio,
3146 python, python3, qemu, qextserialport, qt, quagga, radvd,
3147 readline, rng-tools, rt-tests, rubix, ruby, sam-ba, samba,
3148 sane-backends, sconeserver, scons, screen, sdl, sdl_gfx,
3149 sdl_mixer, sdl_ttf, sdparm, sed, ser2net, smartmontools,
3150 speex, sqlite, squid, sshfs, strace, sudo, sylpheed, tn5250,
3151 taglib, tar, torsmo, transmission, tslib, uboot-tools, ulogd,
3152 usb_modeswitch, util-linux, valgrind, vim, vsftpd, wavpack,
3153 webkit, wipe, wireless_tools, wpa_supplicant, xapp_xinit,
3154 xapp_xinput-calibrator, xapp_xman, xapp_xmh, xlib_libX11,
3155 xlib_libXdmcp, xlib_libXft, xlib_libpthread-stubs,
3156 xlib_xtrans, xproto_xcmiscproto, xproto_xextproto,
3157 xserver_xorg-server, xstroke, xvkbd, xz
3159 New packages: b43-firmware, b43-fwcutter, bustle,
3160 cache-calibrator, cegui06, celt051, classpath, curlftpfs,
3161 dvb-apps, dvbsnoop, elfutils, enlightenment, firmware-imx,
3162 flashbench, gd, gesftpserver, gst-fsl-plugins, httping, iftop,
3163 imx-lib, jamvm, jpeg-turbo, keyutils, libatasmart, libcofi,
3164 libebml, libevas-generic-loaders, libfslcodec, libfslparser,
3165 libfslvpuwrap, libgsasl, libiscsi, libmatroska, libmcrypt,
3166 libmhash, libqwt, libseccomp, libsha1, linenoise, mcrypt,
3167 media-ctl, ncdu, neard, neardal, nettle, perf, polkit,
3168 proxychains, python-bottle, python-pyparsing, rpi-firmware,
3169 rpi-userland, sg3_utils, slirp, snowball-hdmiservice, spice,
3170 spice-protocol, tcllib, tvheadend, udisks, usbredir
3171 ux500-firmware, vde2, xcb-utils-keysyms, yavta,
3174 Removed packages: customize, xdriver_xf86-input-{acecad,aiptek},
3175 xdriver_xf86-video-{apm,chips,i740,rendition,s3,s3virge,sisusb},
3176 xdriver_xf86-video-sun{cg14,cg3,cg6,ffb,leo,tcx},
3177 xdriver_xf86-video-{tsend,xgi,xgixp}
3179 Deprecated packages: xstroke
3181 Issues resolved (http://bugs.uclibc.org):
3183 #4237: building shared openssl w/-Os fails due to gcc bug
3184 #5690: python3 does not obey to BR2_PACKAGE_PYTHON3_PYC_ONLY=y
3185 #5602: python3 should install a "python" symbolic link
3186 #5846: Extra slash added to last slash in URL
3188 2012.11.1, Released January 3rd, 2013:
3190 Toolchain: Fixed non-largefile builds on recent Ubuntu
3193 Arch: fix missing x86/generic handling, Build for Xtensa with
3196 Updated/fixed packages: dosfstools, qt
3198 2012.11, Released December 2nd, 2012:
3200 Git shallow clone fix for older git version.
3202 Updated/fixed packages: ctuio, libtool
3204 Issues resolved (http://bugs.uclibc.org):
3206 #5726: List all the available hook points
3208 2012.11-rc2, Released November 30th, 2012:
3210 Minor fixes around the tree.
3212 Various manual updates and fixes.
3214 Add checks for legacy features.
3216 Updated/fixed packages: acpid, alsa-lib, arptables, binutils,
3217 busybox, ccache, cjson, cramfs, directfb, flex, fluxbox, gdb,
3218 hiawatha, igh-ethercat, imagemagick, imlib2, lcdproc,
3219 libdaemon, libecore, libhid, libmad, libpcap, libsigc, libusb,
3220 linux-fusion, matchbox, ocf-linux, owl-linux, python, rrdtool,
3221 scons, strace, sylpheed
3223 Issues resolved (http://bugs.uclibc.org):
3225 #5732: Error : package/alsa-lib/alsa-lib.mk
3227 2012.11-rc1, Released November 17th, 2012
3229 Fixes all over the tree and new features.
3231 Defconfigs: use u-boot 2012.10 on at91 and beaglebone,
3232 sheevaplug + qemu: bump kernel version, add qemu-mips64-malta
3233 + nitrogen6x defconfigs.
3235 Bootloaders: add u-boot 2012.07/10, ais target format, add
3236 barebox 2012.08/09/10/11, linker overlap issue fix for
3237 at91bootstrap, mxs-bootlets updated for new Barebox versions.
3239 Toolchains: binutils 2.23.1, gcc 4.7.2, default to gcc 4.6.x,
3240 Codebench arm/sh/x86 2012.03/09, Linaro 2012.08/09/10.
3241 Libtirpc support for modern glibc variants. Toolchain on
3242 target has been deprecated.
3244 Initial Aarch64 support, Xtensa support re-added.
3246 Infrastructure: Use shallow git clone when possible, use
3247 tarballs rather than git URLs for github. Moved to pkgconf
3248 rather than pkg-config. System directory added, default
3249 skeleton/device tables moved. More than 1 post-build script
3250 can now be used. output/target now contains a
3251 THIS_IS_NOT_YOUR_ROOT_FILESYSTEM warning, to help people
3252 understand how to (not) use it.
3254 Manual has been reworked and extended.
3256 Legal-info: Lots of package annotations, CSV file fixes,
3257 _LICENSE / _REDISTRIBUTE splitup, per-package hooks.
3259 Updated/fixed packages: acpid, alsa-lib, alsa-utils,
3260 alsamixergui, attr, autoconf, automake, bash, bind, binutils,
3261 bison, blackbox, bluez-utils, busybox, cairo, can-utils,
3262 cifs-utils, cjson, cmake, collectd, connman, conntrack-tools,
3263 coreutils, cups, cvs, dbus, dhcp, directfb, dmalloc, dnsmasq,
3264 dropbear, e2fsprogs, ethtool, fbdump, feh, fftw, file,
3265 flashrom, fluxbox, gdb, gdisk, gdk-pixbuf, genext2fs, gettext,
3266 gnutls, gpsd, gqview, grep, gsl, gst-plugins-{bad,good},
3267 hdparm, hiawatha, hostapd, input-tools, iproute2, ipset,
3268 iptables, iw, json-c, kexec, kmod, lcdproc, leafpad, less,
3269 libcurl, libdrm, libdvdnav, libdvdread, libffi, libfuse,
3270 libglib2, libhid, liblockfile, libmad, libmbus, libmnl,
3271 libnetfilter_{acct,conntrack,cthelper,cttimeout,queue},
3272 libnfc, libnfc-llcp, libnfnetlink, libnl, libnspr, libnss,
3273 libpcap, libplayer, libtool, libtorrent, liburcu, libv4l,
3274 libxcb, libxml2, libxslt, links, linux-firmware, lm-sensors,
3275 lmbench, lockfile-progs, logrotate, lshw, lsof,
3276 lttng-babeltrace, lttng-tools, lua, luajit, mesa3d, microperl,
3277 mii-diag, module-init-tools, mpc, mpd, mpg123, mplayer,
3278 mtd-utils, mysql_client, nbd, ncurses, netatalk, netkitbase,
3279 netkittelnet, netsnmp, newt, nfs-utils, openntpd, openssh,
3280 openssl, opkg, patch, pciutils, pcre, php, poco, polarssl,
3281 popt, portmap, pppd, procps, pulseaudio, python, python-nfc,
3282 python-protobuf, qt, quota, rp-pppoe, rtorrent, sam-ba, samba,
3283 scons, sdl_gfx, smartmontools, sqlite, squid, strace, sudo,
3284 sylpheed, tcpdump, tremor, ttcp, tiff, unionfs,
3285 usb_modeswitch, usbutils, util-linux, vala, valgrind, vpnc,
3286 vsftpd, webkit, wget, which, wpa_supplicant, x11vnc, xapp_*,
3287 xdriver_*, xenomai, xfont_*, xinetd, xl2tp, xlib_*, xlsclient,
3288 xproto_*, xserver_xorg-server, xutil_util-macros, xz, zeromq
3290 New packages: arptables, at91bootstrap3, boot-wrapper-aarch64,
3291 ccid, cpanminus, cpuload, erlang, evtest, fb-test-apps,
3292 fxload, gdbm, gnupg, googlefontdirectory, grantlee, gsl,
3293 lcdapi, liblo, liblog4c-localtime, libtirpc, linux-pam,
3294 lua-msgpack-native, macchanger, mtdev, mtdev2tuio, nfacct,
3295 opus, opus-tools, pcsc-lite, perl, pkgconf, python-meld3,
3296 python3, qemu, qextserialport, qtuio, rpcbind, schifra,
3297 sconeserver, supervisor, time, ulogd, usb_modeswitch_data,
3300 Deprecated packages: netkitbase, netkittelnet
3302 Issues resolved (http://bugs.uclibc.org):
3304 #807: [PATCH] samba - make iconv and smbd optional
3305 #3049: binutils have a sysroot bug in ld
3306 #5330: update vsftpd to 3.0.0
3307 #5486: libglib2 build fails on: libs/libglib-2.0.so: undefined...
3308 #5666: Fails to build python 2.7.2 for 2440 arm
3310 2012.08, Release August 31th, 2012
3312 Updated/fixed packages: microperl, cups, luajit, rrdtool,
3315 Added license information for: sqlite.
3317 Changed the source URLs of all packages located on Sourceforge
3318 in order to use the automatic mirror selection URL
3319 downloads.sourceforge.net, and get rid of the
3320 BR2_SOURCEFORGE_MIRROR option.
3322 2012.08-rc3, Released August 25th, 2012
3324 Updated/fixed packages: libglib2, netsnmp, freetype, libfuse,
3325 libpng, x11vnc, zlib, gpsd, ifplugd, bash, distcc.
3327 Added license informations for: barebox, grub, syslinux,
3328 uboot, xloader, yajl, zlib, zxing, alsa-lib, alsa-utils,
3329 faad2, nano, fbdump, rsync, librsync, fontconfig,
3332 2012.08-rc2, Released August 15th, 2012
3334 Updated/fixed packages: imagemagick, sudo, crosstool-ng.
3336 Added license informations for: mxml, nanocom, empty, expat,
3337 lua, lucjson, xinetd, cjson, luaexpat, lmbench, bwm-ng,
3338 input-event-daemon, luajit, cgilua, copas, coxpcall,
3339 luafilesystem, luasocket, rings, wsapi, xavante, libtpl,
3340 avahi, busybox, libfcgi, ifplugd, libcgicc, libcurl,
3341 libdaemon, libdnet, libgpg-error, libpcap, libpng, lighttpd,
3342 mtd, openssl, psmisc, socat, spawn-fcgi.
3344 Fixes to Microblaze external toolchains
3345 configuration. Improvements of the pkg-stats
3346 script. Out-of-tree fix for the graph-depends script.
3348 Kernel headers version bump.
3350 2012.08-rc1, Released August 1st, 2012
3352 Fixes all over the tree and new features.
3354 Integration of a legal information reporting infrastructure,
3355 which allows to generate detailed informations about the
3356 licenses and source code of all components of a system
3357 generated by Buildroot. License information will progressively
3358 be added on packages.
3360 Default configuration files added for Calao-systems USB-A9263
3361 and Calao-systems USB-A9G20-LPW.
3363 External toolchains update: allow download of a custom
3364 toolchain, add Linaro 2012.05 and 2012.06 for ARM, add
3365 Blackfin toolchain 2012R1-BETA1, add Sourcery CodeBench MIPS
3368 Allow the restriction of downloads to the primary site only.
3369 This is useful for project developers who want to ensure that
3370 the project can be built even if the upstream tarball
3371 locations disappear.
3373 Add a 'System configuration' choice to select between 3
3374 different init systems: Busybox init, SysV init and Systemd
3377 Cleanups to the package infrastructure. The visible change to
3378 developers is that $(eval $(call AUTOTARGETS)) is now $(eval
3379 $(autotools-package)), and similarly for other package
3380 infrastructures and host packages. Refer to the documentation
3383 By default, automatic detection of the number of compilation
3384 jobs to use, depending on the number of CPUs available.
3386 Improvements to generate systems with static libraries only
3387 (infrastructure and package fixes).
3389 Add proper support in the Linux kernel package to generate
3390 Device Tree Blobs or combined Device Tree / Kernel
3391 images. This will be useful on Microblaze, PowerPC and ARM,
3392 which are architectures making extensive use of the Device
3395 Updated/fixed packages: audiofile, autoconf, automake, axel,
3396 barebox, bash, beecrypt, berkeleydb, bind, bison, bluez_utils,
3397 bonnie, boost, busybox, bsdiff, bwm-ng, bzip2, cifs-utils,
3398 cgilua, cmake, connman, conntrack-tools, crosstool-ng, cups,
3399 dbus, dhcp, dnsmasq, e2fsprogs, eeprog, ethtool, faad2, fbv,
3400 ffmpeg, freetype, gmp, gnutls, gob2, gpsd, grep,
3401 gst-plugins-base, gst-plugins-good, gzip, hiawatha, hostapd,
3402 htop, icu, igh-ethercat, imagemagick, input-tools, iostat,
3403 iproute2, ipset, iptables, iw, kmod, less, libcap, libgci,
3404 libconfig, libcurl, libelf, libevas, libeXosip2, libexif,
3405 libfuse, libidn, libmad, libmbus, libmnl,
3406 libnetfilter-conntrack, libnl, libnspr, libnss, libogg,
3407 libosip2, libpcap, libpng, libroxml, liburcu, libusb, libxml2,
3408 libxslt, lighttpd, linux, ltrace, lttng-libust, lttng-modules,
3409 lttng-tools, lua, m4, memtester, midori, mii-diag,
3410 module-init-tools, mpfr, mpg123, mrouted, msmtp, mtd, mxml,
3411 mysql_client, nasm, nbd, ncurses, nfs-utils, opencv, openocd,
3412 openssl, pciutils, php, polarssl, portaudio, pppd,
3413 pthread-stubs, pulseaudio, qt, quagga, quota, radvd, rpm,
3414 rrdtool, samba, sam-ba, scons, sdl_gfx, sdl_sound, speex,
3415 sqlite, squashfs, squid, sudo, synergy, syslinux, systemd,
3416 tar, tcpdump, tcpreplay, udev, usbutils, valgrind, wget,
3417 wpa_supplicant, wsapi, xavante, xserver_xorg-server, zlib
3419 New packages: cjson, collectd, dfu-util, dmidecode, elftosb,
3420 fbterm, flashrom, freerdp, inadyn, libfreefare,
3421 libnetfilter_cttimeout, libnfc, libnfc-llcp, liboping,
3422 libtorrent, linphone, logsurfer, lshw, luacjson, luaexpat,
3423 luajit, mediastreamer, mobile-broadband-provider-info, monit,
3424 mxs-bootlets, nanocom, nss-mdns, ofone, omap-u-boot-utils,
3425 opkg, ortp, owl-linux, python-id3, python-nfc, quota,
3426 ramspeed, rtorrent, sound-theme-borealis,
3427 sound-theme-freedesktop, sysprof, webrtc-audio-processing,
3430 Issues resolved (http://bugs.uclibc.org):
3432 #1315: Allow use of older external toolchains without sysroot
3434 #5276: Hiawatha needs to manage IPV6 if so [fixed]
3435 #5360: buildroot fails when building "host-libglib2 2.30.2
3436 Building" [won't fix, upstream problem]
3437 #5384: Can't build packages relying on gets on newer glibc
3440 2012.05, Released May 30th, 2012:
3442 Updated/fixed packages: busybox, netsnmp, pptp-linux
3444 2012.05-rc3, Released May 25th, 2012:
3446 Minor fixes around the tree.
3448 Infra: Fix for DOWNLOAD macro when using primary mirrors with
3451 Toolchain: Kernel headers 3.2.18 / 3.3.7.
3453 Updated/fixed packages: binutils, bison, busybox, cifs-utils,
3454 gnuchess, gpsd, iperf, libmpeg2, mtd, ntfs-3g, oprofile,
3457 2012.05-rc2, Released May 18th, 2012:
3459 Fixes all over the tree.
3461 Toolchain: uClibc: Use 0.9.33.2, Crosstool-ng: fix gperf
3462 dependency, disable decimal floats support, Linux 3.2.17 /
3463 3.3.6 kernel headers. Fix sysroot copy handling for toolchains
3464 without C++ support.
3466 Updated/fixed packages: apr, apr-util, ccache, dnsmasq,
3467 heirloom-mailx, gdb, ndisc6, opencv, openssl, socat, vala
3469 2012.05-rc1, Released May 10th, 2012:
3471 Fixes all over the tree and new features.
3473 Use /etc/os-release for version info rather than
3476 CMake toolchain file moved to $HOST_DIR/usr/share/buildroot.
3478 Apply-patches.sh: cleanups, archived patches handling fixes,
3479 support series files.
3481 Defconfigs: beaglebone, mx53qsb, pandaboard, qemu configs for
3482 arm-vexpress/microblaze/ppc-mpc88544ds, use 3.2.x for
3483 atngw100, use 3.3.x for qemu configs.
3485 Menu structure: Libraries moved out of multimedia section
3487 Atom processor support. Prescott fix, blackfin ABI fix,
3488 Microblaze architecture support (using ext toolchain). Cleanup
3489 architecture names, deprecate Xtensa support.
3491 Toolchain: Add GCC 4.4.7, 4.6.3, 4.7.0. uClibc 0.9.33.1,
3492 default to uClibc 0.9.33.x, enable
3493 UCLIBC_SUPPORT_AI_ADDRCONFIG by default, static and 64bit
3494 fixes for external toolchains, linaro ext toolchains, new
3495 sourcery codebench ext toolchains, GDB 7.4.1, crosstool-ng
3498 Bootloaders: U-Boot: add 2012.04.01, SPL and u-boot.img
3499 support. Barebox: add 2012.04, remove 2011.12.
3501 Updated/fixed packages: alsa-lib, alsa-utils, at, atk, avahi,
3502 barebox, berkeleydb, bind, bluez_utils, boost, busybox,
3503 can-utils, ccache, cifs-utils, coreutils, cups, dbus, dhcp,
3504 directfb, dnsmasq, doom-wad, dosfstools, e2fsprogs, expat,
3505 fakeroot, feh, ffmpeg, file, fis, freetype, gamin, gawk,
3506 gdk-pixbuf, gettext, giblib, glib-networking, gmp, gnutls,
3507 gpsd, grep, gstreamer, gst-plugins-{bad,base,good,ugly},
3508 haserl, hdparm, imagemagick, iproute2, iptable, iw, kexec,
3509 kmod, lame, libaio, libarchive, libatomic_ops, libconfig,
3510 libcurl, libdvdnav, libdvdread, libedbus, libethumb, libffi,
3511 libfuse, libglib2, libgtk2, libhid, libmad, libmbus, libmpeg2,
3512 libnl, libplayer, libpng, libsigc, libsoup, libupnp, liburcu,
3513 libusb, libusb-compat, libxml2, libxml-parser-perl, libxslt,
3514 lighttpd, linux-firmware, linux-fusion, lite, lsof, ltrace,
3515 lttng-libust, lua, m4, makedevs, microperl, mpd, mpfr, mpg123,
3516 mrouted, mtd, mysql_client, nbd, ncftp, ncurses, neon,
3517 netsnmp, network-manager, nfs-utils, ngrep, ntfs-3g, openntpd,
3518 openssh, openssl, parted, pango, pcre, php, pixman, poco,
3519 psmisc, pulseaudio, python, qt, quagga, radvd, rpm, rsync,
3520 ruby, samba, sam-ba, sane-backends, sawman, screen, sdl_net,
3521 smartmontools, speex, sqlite, squashfs3, squid, sshfs, sudo,
3522 syslinux, sysstat, taglib, tcpdump, tftp-hpa, transmission,
3523 tiff, tinyhttpd, uboot-tools, udev, uemacs, unionfs, usbutils,
3524 util-linux, vala, valgrind, vim, vsftpd, wget, wipe,
3525 wpa_supplicant, xdriver_xf86-{input-vmmouse,video-fbdev},
3528 New packages: apr, apr-util, audiofile, bellagio,
3529 conntrack-tools, empty, fmtools, glib-networking,
3530 heirloom-mailx, hiawatha, latencytop, lcdproc, libcap-ng,
3531 libdmtx, libfcgi, libnetfilter_conntrack, libnfnetlink,
3532 libtpl, localedef, minicom, msmtp, ndisc6, netatalk,
3533 ocf-linux, openswan, parted, polarssl, protobuf, read-edid,
3534 socketcand, stress, systemd, ushare, zeromq
3536 Deprecated packages: ttcp
3538 Removed packages: ntfsprogs
3540 Issues resolved (http://bugs.uclibc.org):
3542 #2353: [lua] fix build with 2010.08-rc1
3543 #2503: Microperl fails build on MIPSel or with Fedora13.x86_64
3544 #2557: [PATCH] mkfs.xfs complains about missing libxfs.so.0
3545 #2881: Can't build project statically with external toolchain
3546 #3751: MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64
3547 #4808: ccache may build against wrong zlib
3548 #4880: New package lcdproc
3549 #4886: New package protobuf
3550 #4892: build fails on ltp-testsuite-20101031/testcases/kernel/fs/...
3551 #4898: * make: [target-finalize] Error 1 (ignored)*
3552 #4985: Qt 4.7.4 build crashes with Linux 2.6.29
3553 #4970: udev 181 fails to build if kernel version 3.3 is selected
3554 #5018: dialog broken: exits with assert in uClibc
3555 #5102: qt package moc, uic, rcc read from wrong place
3556 #5144: Patch to fix ixon bug in uemacs
3557 #5198: Line graphics output is broken in GNU Screen
3558 #5204: Missing terminfo file(s) for GNU screen terminal type
3560 2012.02, Released February 29th, 2012:
3562 Updated/fixed packages: libecore
3564 2012.02-rc3, Released February 27th, 2012:
3566 Fixes all over the tree.
3568 Automatic host dependencies handling for cmake packages
3569 fixed. Customize package deprecated as using a post-build
3570 script is nowadays the preferred way of adding extra stuff to
3573 Linux-headers 3.0.x / 3.2.x stable version bumped.
3575 QEMU defconfigs updated to 3.2.x kernels and readme fixed.
3577 Updated/fixed packages: dropbear, ffmpeg, libpng
3579 2012.02-rc2, Released February 19th, 2012:
3581 Fixes all over the tree.
3583 Toolchain: uClibc: Added upstream post-0.9.33 fixes, Bump
3584 linux-headers 3.0.x / 3.2.x stable versions.
3586 Documentation: Added makedev / <pkg>_DEVICES /
3587 <pkg>_PERMISSIONS documentation.
3589 Updated/fixed packages: busybox, ffmpeg, gst-dsp, libecore,
3590 libvncserver, mxml, python.
3592 2012.02-rc1, Released February 12th, 2012:
3594 Fixes all over the tree and new features.
3596 Toolchain: Default to GCC 4.5.x, add binutils 2.22. Java
3597 support removed, Powerpc SPE ABI support. GDB ELF support fix,
3598 GDB 7.4, crosstool-NG 1.13.4.
3600 Gentargets: scp and mercurial support.
3601 Autotools: derive host dependencies from target by default.
3602 Packages can now declare device table snippets.
3604 Host utilities menu with commonly used host tools.
3606 defconfigs: qemu configs for x86-64, mips and sparc, at91
3607 defconfigs now use modern U-Boot / mainline Linux, added
3610 uClibc: remove 0.9.30, backport unshare() support, add
3611 0.9.32.1 / 0.9.33, use same config for ctng.
3613 Bootloaders: U-Boot: add 2011.12, remove 2010.xx versions,
3614 Barebox: add 2012.01/02, remove 2011.10/11, LPC32xx
3617 Various manual updates. Release tarballs now contain generated
3618 manual in text/html/pdf formats.
3620 Buildroot now calls the stop function of scripts in
3621 /etc/init.d at shutdown.
3623 Updated/fixed packages: atk, avahi, barebox, bash, beecrypt,
3624 bind, binutils, bison, bluez_utils, bzip2, busybox, cairo,
3625 ccache, cdrkit, coreutils, cramfs, dbus, dbus-glib, dialog,
3626 diffutils, dmalloc, dropbear, e2fsprogs, ebtables, ed,
3627 ethtool, expat, ffmpeg, file, fis, flex, fluxbox, fontconfig,
3628 freetype, gawk, grep, gst-dsp, gst-ffmpeg, gst-plugins-base,
3629 hdparm, hostapd, htop, i2c-tools, icu, iproute2, ipsec-tools,
3630 ipset, iptables, iw, jpeg, kismet, lame, libcap, libcgi,
3631 libev, libeXosip2, libffi, libftdi, libgpg-error, libgtk2,
3632 libidn, libmms, libmnl, libmodbus, libnl, libogg, libosip,
3633 libpcap, libpng, libraw1394, libroxml, libusb, libusb-compat,
3634 libv4l, libvorbis, libxcb, libxml-parser-perl, libxslt,
3635 lighttpd, links, lm-sensors, lua, m4, module-init-tools, mpc,
3636 mesa3d, mpd, mpfr, mplayer, mtd-utils, nano, nbd, ncurses,
3637 netperf, netsnmp, ntp, opencv, openocd, openssl, openvpn, orc,
3638 pciutils, pcre, pixman, pkg-config, poco, popt, proftpd,
3639 python, python-serial, qt, ruby, samba, sdl, sdparm,
3640 squashfs3, sshfs, sqlite, squid, sudo, syslinux, tcl, tcpdump,
3641 ti-utils, tiff, tremor, uboot, uboot-tools, udev, usbmount,
3642 util-linux, vala, valgrind, vsftpd, wpa_supplicant,
3643 xapp_{bdftopcf,mkfontdir,mkfontscale,xkbcomp,xcursorgen,xinit},
3644 xapp_xinput, xapp_xman, xcb-util, xdm, xenomai,
3645 xf86-video-sis, xfont_{encodings,font-util},
3646 xlib_lib{fontenc,X11,Xau,Xcursor,Xdmcp,Xfixes,Xfont,Xrender},
3647 xlib_libxkbfile, xterm, xutil_makedepend, yajl
3649 New packages: boost, connman, dstat, expedite, explorercanvas,
3650 feh, flot, giblib, igh-ethercat, imlib2, jquery,
3651 jquery-sparklines, jquery-validation, jsmin, kmod, libecore,
3652 libedbus, libedje, libeet, libeina, libelementary, libesmtp,
3653 libethumb, libevas, libical, libmbus, liboauth, liburcu,
3654 libvncserver, linux-firmware,
3655 lttng-{babeltrace,libust,modules,tools}, NetworkManager,
3656 open2300, python-distutilscross, python-dpkt,
3657 python-netifaces, python-pygame, python-setuptools, rt-tests,
3658 sam-ba, sane-backends, sqlcipher, transmission, unionfs,
3659 xf86-input-tslib, xinput-calibrator
3661 Issues resolved (http://bugs.uclibc.org):
3663 #743: Add Transmission bit torrent option to buildroot
3664 #755: Add Boost libraries as a package
3665 #2299: Add crypto support to libsoup
3666 #2617: Pixman 0.19.2 & Cairo 1.10.0
3667 #3403: libgpg-error: bump to version 1.10
3668 #3409: libgpg-error: download from gnupg.org
3669 #3421: nano: make tiny flag optional
3670 #3691: New EFL packages
3671 #4664: Cannot patch AT91Bootstrap
3672 #4700: setlocalversion not working for combination svn/ubuntu 11.10...
3673 #4760: Qt: add host-pkg-config to dependency-list
3675 2011.11, Released November 30th, 2011:
3677 Fixes all over the tree.
3679 Bump kernel headers / default Linux version to 3.1.4.
3681 Updated/fixed packages: ruby
3683 2011.11-rc3, Released November 26th, 2011:
3685 Fixes all over the tree.
3687 Toolchain: Fix gdb dependencies for external toolchains,
3688 adjust uClibc patches so they don't confuse modern versions of
3689 patch, bump crosstool-ng, kernel headers and linux versions.
3691 Updated/fixed packages: busybox, freetype, mplayer, opencv,
3692 php, rsyslog, ruby, thttpd, xapp_xf86dga
3694 Issues resolved (http://bugs.uclibc.org):
3696 #4357: Prevent patch commands from accessing source control
3697 #4369: Fix permissions on untared lsof archive
3699 2011.11-rc2, Released November 18th, 2011:
3701 Fixes all over the tree and new features.
3703 Updated asciidoc documentation
3705 Toolchain: Bumped 3.x stable kernel headers, use wget in
3706 crosstool-ng as well, bump crosstool-ng version, gdb fixes,
3709 Updated/fixed packages: distcc, file, gst-plugins-bad, libxcb,
3710 mplayer, newt, qt, rpm, rrdtool, tar, tftpd
3712 Issues resolved (http://bugs.uclibc.org):
3714 #3355: mplayer fails to build
3715 #4021: uClibc: undefined reference to `__GI___errno_location'
3716 #4297: Qt's qmake uses wrong pkg-config
3718 2011.11-rc1, Released November 11th, 2011:
3720 Fixes all over the tree and new features.
3722 Moved misc scripts and support stuff to support/. Renamed
3723 patch-kernel.sh to support/scripts/apply-patches.sh.
3725 Documentation: Moved to asciidoc format, make targets to
3726 generate text/html/pdf/epub output added.
3728 Defconfigs: Qemu configs updated to 3.1 kernel and readmes
3731 Bootloaders: Add support for custom git tree / tarballs for
3732 barebox, similar to how it's handled for u-boot. Clean up
3735 Toolchain: Update external codesourcery toolchain download
3736 URLs after Codesourcery got bought by Mentor, add x86
3737 toolchain, update toolchain versions and optimize toolchain
3738 sysroot copying. Fix uClibc 0.9.32 builds for e500 PPC,
3739 updated GDB versions / download URLs. Binutils
3740 libbfd/libopcodes static/dynamic linking fix. GCC 4.6.2 added,
3743 Package infrastructure: Support for local packages /
3744 overrides, package dir / name arguments dropped from
3745 {GEN,AUTO,CMAKE}TARGETS.
3747 Linux: Kernel extensions infrastructure support, Xenomai +
3750 Updated/fixed packages: acpid, bind, busybox, dash, dbus,
3751 dbus-glib, directfb, dnsmasq, drystone, e2fsprogs, ethtool,
3752 fakeroot, fbdump, file, freetype, fuse, gamin, gmp, gmpc,
3753 gnutls, gob2, gst-plugins-{base,bad,good,ugly}, gstreamer,
3754 hostapd, ifplugd, imagemagick, intltool, ipsec-tools, ipset,
3755 iptables, iw, jpeg, kexec, leafpad, less, libargtable2, libao,
3756 libconfuse, libcuefile, libcurl, libdaemon, libevent,
3757 libglib2, libiconv, libmpd, libreplaygain, libroxml,
3758 libsamplerate, libsndfile, libsoup, libsvgtiny, libtool,
3759 libxcb, lighttpd, links, linux-fusion, lite, lrzsz, lsof, lzo,
3760 lzop, makedevs, mcookie, mpg123, mpd, mpfr, mtd, musepack,
3761 mutt, mysql_client, ncftp, ncurses, neon, netcat, netsnmp,
3762 ntfs-3g, ntfsprogs, ntp, openntpd, openssh, openssl, oprofile,
3763 orc, pciutils, psmisc, python, qt, quagga, radvd, rpm, rsync,
3764 samba, sawman, sdl_sound, smartmontools, sqlite, squid,
3765 stunnel, sudo, sylpheed, sysstat, taglib, tar, tcpreplay,
3766 tslib, usbutils, util-linux, valgrind, wget, whetstone, which,
3767 wpa-supplicant, xdata_xcursor-themes, xmlstarlet, xterm
3769 New packages: bluez-utils, cifs-utils, fftw, fluxbox, json-c,
3770 libev, libftdi, libgeotiff, libmodbus, libplayer, live555,
3771 ngrep, noip, opencv, openocd, picocom, poco, portaudio,
3772 pulseaudio, pv, rtai, vala, xenomai.
3774 Removed packages: liboil, sfdisk, swfdec, webif
3776 Issues resolved (http://bugs.uclibc.org):
3778 #505: live555: new package
3779 #507: Enable live and tv options in MPlayer-1.0rc2
3780 #531: let e2fsprogs package to export headers to staging dir if needed
3781 #1171: Linuxthreads new cannot find sysdep.h
3782 #1357: Add bluez to buildroot system
3783 #2107: New package: input-event-daemon
3784 #2599: New package: orc (Oil Runtime Compiler)
3785 #2605: gstreamer: Update to 0.10.30
3786 #2677: introducing util-linux-ng as replacement for util-linux
3787 #2917: Qt: Add declarative module
3788 #3145: jffs2 image generation fails
3789 #3271: netperf-2.4.5 fails to compile
3790 #3331: xdata_xcursor-themes depends on xcursorgen
3791 #3343: Add file:// download SITE_METHOD
3792 #3391: Add support for specifying an external kernel tree
3793 #3631: Error while compiling with Xorg
3794 #3709: oprofile doesn't build for mipsel
3795 #3925: midori not getting compile
3796 #4045: Add support for downloading i386 toolchains from codesourcery
3797 #4165: lrzsz-fix-symlink-at-rebuild.patch
3798 #4171: makedevs-unused-but-set-variable.patch
3799 #4183: Codesourcery toolchain download site has changed
3800 #4231: libneon.so: undefined reference to `SSL_SESSION_cmp'
3801 #4381: Add option to lighttpd to enable Lua support
3802 #4387: Make sure that dest dir exists before installing mtd files
3804 2011.08, Released August 31th, 2011:
3806 Fixes all over the tree.
3808 Toolchain: Fix codesourcery 2009q3 ARM download, Linux 3.0.4
3811 Updated/fixed packages: ipset, python
3813 2011.08-rc2, Released August 29th, 2011:
3815 Fixes all over the tree.
3817 Toolchain: crosstool-NG 1.12.1, use binutils 2.21 on
3818 mips/sh/older uClibc, disallow uClibc 0.9.32 on avr32/sh
3821 Defconfigs: kernel updates, fix mini2440 serial port config,
3822 remove old arm toolchain configs.
3824 Bootloaders: Fix grub patching, add barebox-{n,x,menuconfig}
3825 targets similar to linux/busybox.
3827 Updated/fixed packages: barebox, directfb, libsoup,
3828 libxml-parser-perl, mtd, ncurses, python, ti-utils, udev,
3829 usbmount, util-linux, xfont_font-misc-misc
3831 Issues resolved (http://bugs.uclibc.org):
3833 #3685: ncurses installation hangs due to old version of tic
3834 #4093: Grub fails to install bz2 patch after conversion to...
3836 2011.08-rc1, Released August 4th, 2011:
3838 Fixes all over the tree and new features.
3840 Toolchain: uClibc 0.9.32 / NPTL support, 0.9.29 removed,
3841 ext-toolchain-wrapper improvements, improved non-MMU
3842 support. GCC 4.3.6 / 4.6.1.
3844 GENTARGETS infrastructure extended to cover bootloaders and
3845 Linux kernel as well. Options to retrive Linux/U-Boot from a
3846 custom git repo instead of upstream tarballs.
3847 Support for Linux 3.x and release candidate tarballs.
3848 X-Loader bootloader for omap added.
3850 Make source/external-deps now also works for external
3851 toolchains / crosstool-ng backend.
3853 Updated/fixed packages: autoconf, berkeleydb, bind, binutils,
3854 bmon, bridge-utils, busybox, cmake, dbus, dbus-glib,
3855 e2fsprogs, ethtool, ffmpeg, gst-plugins-{bad,base,good,ugly},
3856 gvfs, hostapd, iproute2, iptables, iw, jpeg, lame, libarchive,
3857 libdnet, libdrm, libgcrypt, libgtk2, libmpeg2, libpng,
3858 libsoup, lighttpd, linux-fusion, lzo, midori, mtd-utils,
3859 nfs-utils, openvpn, oprofile, orc, pkg-config, proftpd, qt,
3860 ruby, samba, sdl, shared-mime-info, sudo, sqlite, squid,
3861 synergy, udev, usbmount, usbutils, util-linux, valgrind,
3862 webkit, xorg-xserver, xz, zlib
3864 New packages: acl, attr, ebtables, gnutls, inotify-tools,
3865 ipset, libargtable2, libiqrf, libmnl, libnspr, libnss,
3866 libroxml, libyaml, live555, mxml, orc, rsyslog, sredird,
3867 statserial, stunnel, ti-utils, uboot-tools, yajl
3869 Deprecated packages: liboil, swfdec
3871 Removed packages: hal
3873 Issues resolved (http://bugs.uclibc.org):
3875 #3559: libnspr: Add new package
3876 #3595: patch to add libroxml
3877 #3565: libnss: Add new package
3878 #3583: xfonts_font-adobe-100dpi fails due to missing map file
3879 #3649: [PATCH] Add mapdir to existing pkg-config patch
3880 #3907: 2011.05 - Qt 4.7.3 not building on ARM
3881 #3961: Nfs-utils: Remove SUSv3-function index
3882 #3985: "help" target's defconfig list needs sort
3883 #3997: bump libroxml to v2.1.0
3885 2011.05, Released May 27th, 2011:
3887 Updated/fixed packages: makedevs
3889 2011.05-rc2, Released May 24th, 2011:
3891 Fixes all over the tree.
3893 Toolchain: Code sourcery ARM 2009q1 download URL fixed /
3894 2009q3 external toolchains added. Crosstool-NG bumped to
3895 1.11.3, eglic/glibc configuration fixes. Linux kernel 2.6.38.x
3898 Updated/fixed packages: bind, fakeroot, kbd, psmisc, qt
3900 2011.05-rc1, Released May 18th, 2011:
3902 Fixes all over the tree and new features.
3904 External toolchain improvements: We now build a binary
3905 toolchain wrapper and install it into HOST_DIR/usr/bin, which
3906 enforces the correct compiler arguments, making an external
3907 toolchain as easy to use outside of Buildroot as the internal
3908 ones are. This also brought a cleanup of CFLAGS, making the
3909 Buildroot build output easier to read.
3911 Rootfs device handling improvements: Choice between static
3912 /dev, devtmpfs and devtmpfs with either mdev or udev.
3914 Toolchain: More preconfigured codesourcery external
3915 toolchains, improved Crosstool-NG support, fix for GCC
3916 snapshot versions, GCC 4.4.6 / 4.5.3, experimental GCC 4.6.0
3917 support, target-GCC fixes, uClibc fixes, 0.9.32-rc3 support.
3919 Bootloaders: U-boot 2011.03, Barebox 2011.05.0
3921 Linux: support for custom kernel image targets, E.G. for
3922 powerpc builds with embedded device trees.
3924 Misc fixes for qemu defconfigs, ensuring correct serial
3925 terminal setup out of the box.
3927 Misc gentarget / autotools handling fixes.
3929 Updated/fixed packages: alsa-lib, alsa-utils, alsamixergui,
3930 atk, avahi, bind, bison, busybox, copas, dbus-glib, dhcp,
3931 dhcpdump, dnsmasq, dropbear, ethtool, fakeroot, ffmpeg, file,
3932 gamin, gnuconfig, gst-ffmpeg, gst-plugins-good, gtk2-engines,
3933 haserl, hostapd, icu, imagemagick, iproute2, iw, kismet, less,
3934 libcap, libdnet, libglade, libglib2, libgtk2, libnl, libpng,
3935 libxml2, libxml2, libxslt, lighttpd, lockfile-progs, makedevs,
3936 midori, mpg123, mpc, mpd, mpfr, mplayer, mtd-utils, ncurses,
3937 netsnmp, openssh, openssl, openvpn, pango, pkg-config, popt,
3938 procps, proftpd, qt, quagga, readline, rsync, samba, sdl,
3939 socat, squashfs, squid, sudo, tslib, udev, usbutils, webkit,
3940 wpa_supplicant, xerces, xfont_font-misc-misc, xlib_libX11,
3941 xlib_libXfont, xlib_xtrans, xorg-server, xterm, xz
3943 New packages: bonnie++, can-utils, gdisk, htop,
3944 input-event-daemon, libexif, libraw, libv4l, ngircd
3946 Removed packages: festival
3948 Issues resolved (http://bugs.uclibc.org):
3950 #2131: Add OpenMP support to the toolchain
3951 #3379: New Package: bonnie++
3952 #3445: Not working openssl-10.0.0d on 386sx
3953 #3451: fakeroot package: wrong FAKEROOT_SITE variable
3954 #3457: alsamixergui: broken URL
3955 #3475: Calling sync on large filesystems when not always necessary
3956 #3511: make busybox-menuconfig does not download busybox package
3957 #3541: Quotes in the top Makefile:217 break buildroot/kernel config...
3958 #3571: u-boot: fw_printenv does not build
3959 #3643: popt source url is not responding
3960 #3733: dropbear: make zlib optional
3961 #3757: Buildroot can't build mplayer with libmad
3963 2011.02, Released February 28th, 2011:
3965 Fixes all over the tree.
3967 Updated/fixed packages: alsamixergui, avahi, ffmpeg, icu, mpd,
3968 nuttcp, qt, slang, squashfs, sylpheed, synergy, xerces
3970 Deprecated packages: devmem2, webif
3972 Issues resolved (http://bugs.uclibc.org):
3974 #2911: Qt: Disable qt3support-option, if gui-module isn't selected
3975 #3259: Unable to build webkit (on arm)
3976 #3295: slang fails to build on mipsel
3977 #3325: ffmpeg fails to build
3979 2011.02-rc2, Released February 24th, 2011:
3981 Fixes all over the tree.
3983 Festival packages marked as broken. Unless someone steps up
3984 to support them, they will be removed during the 2011.05
3987 Updated/fixed packages: atk, avahi, bind, cairo, dbus,
3988 enchant, fakeroot, gmpc, gpsd, gvfs, iperf, jpeg, libarchive,
3989 libcgicc, libdaemon, libdrm, libevent, libgail, libglib2,
3990 libgpg-error, libmicrohttpd, librsvg, libsoup, libxcp,
3991 makedevs, matchbox-fakekey, matchbox-startup-monitor, mdadm,
3992 metacity, mpd, nasm, nfs-utils, olsr, openssl, popt,
3993 pthread-stubs, quagga, rpm, samba, sdl, sdl_gfx, sdl_image,
3994 sdl_mixer, sdl_sound, sdl_ttf, squashfs, synergy, taglib,
3995 tcpreplay, tiff, wpa_supplicant, xcb-util,
3996 xdriver_xf86-input-{acepad,aiptek,evdev,joystick,keyboard},
3997 xdriver_xf86-input-{mouse,synaptics,void},
3998 xdriver_xf86-video-{chips,dummy,geode,glide,intel,nv,wsfb},
3999 xlib_lib{ICE,SM,XScrnSaver,Xau,Xcursor,Xdmcp,Xi,Xinerama},
4000 xlib_lib{Xrandr,Xt,Xtst,Xxf86dga,Xxf86vm,dmx,fontenc,pciaccess},
4001 xserver_xorg-server, xz
4003 Removed packages: ace_of_penguins, vlc
4005 Issues resolved (http://bugs.uclibc.org):
4007 #3205: Failing chmod when running "make" in buildroot (openssl)...
4008 #3277: quagga fails to build with SNMP support
4009 #3283: See why nfs-utils needs fakeroot, and convert to autotools
4010 #3307: synergy fails to build due to missing XTest library
4012 2011.02-rc1, Released February 14th, 2011:
4014 Fixes all over the tree and new features.
4016 External toolchain improvements: clarification of the options,
4017 and introduction of the toolchain profile concept, for
4018 well-known toolchains. Buildroot is now capable of
4019 automatically downloading and extracting well-known toolchains
4020 (for the moment, CodeSourcery ARM, PowerPC, MIPS and SuperH
4021 toolchains are supported). Crosstool-NG backend updated and
4024 Complete rework of how hardware boards are supported.
4025 Each board now only has a single defconfig file, and all
4026 board-specific options have been removed. See
4027 docs/buildroot.html#board_support for details.
4029 Added support for the following boards: Mini2440, Qemu ARM
4030 Versatile, Qemu MIPSel Malta, Qemu PowerPC G3beige, Qemu SH4
4031 r2d and Qemu x86. The Qemu boards support allows to easily
4032 build systems that are known to work under Qemu.
4034 Initial support for Blackfin processors.
4036 Staging directory moved into $(O)/host/usr/<tuple>/sysroot, in
4037 preparation for support of SDK. For the same reason, the
4038 toolchain binaries (cross-compiler and other related tools)
4039 are now installed in $(O)/host/usr/bin/. The cross pkg-config
4040 now also automatically returns correct values for cross
4041 compilation, without needing any environment variables to be
4044 Ccache support reworked. Now used for both host and target
4045 compilation, and cache is stored in ~/.buildroot-ccache.
4047 Toolchain: uClibc 0.9.32-rc2, several components moved to
4048 normal AUTOTARGET packages.
4050 Generic cmake infrastructure, similar to the existing
4051 GENTARGETS/AUTOTARGETS.
4053 Support for bzr downloads, next to the existing git/svn support.
4055 Kconfig infrastructure rebased against 2.6.38-rc3, bringing
4056 misc fixes. 'xconfig' now uses Qt4 rather than Qt3.
4058 EXT2 file system size handling improved, UBI image support, fs
4059 configuration options cleanup, U-Boot/Barebox version bumps.
4061 Updated/fixed packages: alsa-utils, at, autoconf, automake,
4062 bash, binutils, bison, busybox, bzip2, cdrkit, cloop, cmake,
4063 coreutils, cups, dbus, dbus-python, dhcp, directfb,
4064 direcfb-examples, dmalloc, dnsmasq, dosfstools, e2fsprogs, ed,
4065 fbset, ffmpeg, findutils, flac, freetype, gdk-pixbuf, gmp,
4066 grep, gperf, gst-ffmpeg, gst-plugins-bad, gst-plugins-base,
4067 gst-plugins-good, gst-plugins-ugly, gstreamer, gvfs, hdparm,
4068 hostapd, i2c-tools, icu, imagemagick, input-tools, iproute2,
4069 iptables, iw, jpeg, kexec, libaio, libart, libcap, libconfig,
4070 libfuse, libglib2, libidn, libmad, libogg, libpcap, libpng,
4071 libsndfile, libtheora, libtool, libusb-compat, libvorbis,
4072 libxcb, libxml2, libxslt, links, linux-fusion, lm-sensors,
4073 lsof, ltp-testsuite, ltrace, lvm2, lzo, m4, makedevs,
4074 memtester, mesa3d, mii-diag, mpc, mpfr, mpg123, mplayer,
4075 mrouted, mtd-utils, nano, netperf, netplug, ntfs-3g, ntp,
4076 openssh, openssl, openvpn, oprofile, pango, patch, pciutils,
4077 php, pkgconfig, portmap, psmisc, python, qt, rsync, ruby,
4078 sawman, screen, sdl_gfx, sdl_sound, smartmontools, socat,
4079 sqlite, squid, sshfs, sstrip, sysklogd, sysstat, sysvinit,
4080 tar, tcpdump, tslib, udev, usbutils, vim, vtun, webkit, wipe,
4081 x11vnc, xapp_xlogo, xcb-proto, xfont_font-util,
4082 xkeyboard-config, xlib_libX11, xz, zlib
4084 New packages: dhrystone, dsp-tools, faad2, fbgrab, gst-dsp,
4085 gst-omapfb, irda-utils, lame, libao, libcue, libcuefile,
4086 libffi, libhid, libreplaygain, libsamplerate, libsigc++,
4087 lsuio, mpd, musepack, python-mad, python-serial, rsh-redone,
4088 sdparm, tidsp-binaries, vorbis-tools, wavpack, whetstone,
4091 Removed packages: hotplug, l2tp, libfloat, microcom,
4094 Issues resolved (http://bugs.uclibc.org):
4096 #267: The make target: cross fails because toolchain_build_...
4097 #415: Berkeley DB: mut_pthread.o: relocation R_X86_64_32 against...
4098 #561: ltp-testsuite failed to install
4099 #1447: Installing gfortran on PowerPC
4100 #1651: Build fail caused by ccache in module-init-tools
4101 #1681: Cross-compiled binaries shouldn't be installed into staging
4102 #1723: [PATCH] axel: convert to generic package infrastructure and...
4103 #1735: [PATCH] mplayer: convert to autotools infrastructure
4104 #2551: [PATCH] native toolchain in the target filesystem fails
4105 #2623: buildroot-snapshot-20100922 fails when compiling development...
4106 #2647: makedevs package lacks support for 16-bit major/minor numbers
4107 #2371: QT MYSQL Module does not build when MySQL installed on the host
4108 #2839: compile fails in various packages with a odd message "error:...
4109 #2887: tar "buffer overflow detected" error
4110 #2893: Broken "make source" with external toolchain
4111 #2905: Qt: Speed up compilation, if gui-module isn't selected
4112 #2929: genext2fs: couldn't allocate a block (no free space)
4113 #2935: Ntpdate isn't installed
4114 #2965: Broken linkage to xkbcomp (blocking X server startup)
4115 #2983: xlib_libX11 build failed
4116 #3007: kexec doesn't build: Missing regdef.h file
4117 #3085: Init scripts are not compatible with sysVinit (when busybox...
4118 #3103: make external-deps wants to download gcc-.tar.bz2 when...
4119 #3109: abnormal `make busybox-menuconfig`
4120 #3115: How about board specific makefiles?
4121 #3169: python patch has typo, aborts build in scenario
4122 #3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/
4124 2010.11, Released November 30th, 2010:
4126 Fixes all over the tree.
4128 Updated/fixed packages: libgcrypt, qt, squid, sysstat, tcpdump,
4131 Issues resolved (http://bugs.uclibc.org):
4133 #2773: squid with openssl support needs openssl on the host
4134 #2857: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
4136 2010.11-rc2, Released November 25th, 2010:
4138 Fixes all over the tree.
4140 Add support for LEON Sparc architecture variants. Fix make
4141 source/external-deps for host packages.
4143 Updated/fixed packages: bash, bind, busybox, dialog, gpsd,
4144 libglib2, libcurl, libmad, lrzsz, midori, module-init-tools,
4145 mtd-utils, openssh, openssl, pciutils, php, qt, sqlite,
4146 sysstat, webkit, zlib
4148 Issues resolved (http://bugs.uclibc.org):
4150 #759: Sysstat build broken without libintl
4151 #2479: host-module-init-tools 3.11 fails to build
4152 #2725: Buildroot overrides kernel config
4153 #2785: mtd-utils build fails due to missing libmtd
4154 #2791: Added PHP-Process Control to the PHP-Package
4155 #2797: pciutils dependencies on zlib not taken into account
4156 #2809: failed to compile libglib2
4157 #2821: [PATCH] Patch for JavaScriptCore in QtWebKit module
4158 #2827: qt-4.7.0-pthread_getattr_np.patch invalid for qt 4.6...
4159 #2833: Failed to compile webkit without X11
4161 2010.11-rc1, Released November 8th, 2010:
4163 Fixes all over the tree and new features.
4165 Kconfig infrastructure rebased against 2.6.36-rc1, bringing
4166 misc fixes + nconfig and savedefconfig targets.
4168 Toolchain: ARM cortex A9 support, experimental crosstool-ng
4171 Fs: Squashfs 4.1 with lzo support
4173 Old-style package hooks (*_HOOK_POST_*) removed. Use the more
4174 generic new-style ones instead.
4176 Download handling reworked and support for git/svn downloads
4179 Removed experimental shared config.cache support, as it is
4182 A convenience Makefile wrapper is created when using
4183 out-of-tree building, similar to how it is done for the kernel.
4185 Alpha, Cris, IA64 and Sparc64 architecture support removed.
4187 New packages: argp-standalone, gdk-pixbuf, gpsd, gst-ffmpeg,
4188 libmpeg2, kbd, librsvg, nuttcp, rng-tools, rrdtool, xz
4190 Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf,
4191 automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa,
4192 bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb,
4193 dmraid, docker, dosfstools, dropbear, e2fsprogs, ethtool,
4194 expat, ezxml, fbset, fconfig, ffmpeg, freetype, gadgetfs-test,
4195 gamin, gawk, genext2fs, gperf, gst-plugins-base,
4196 gst-plugins-ugly, gtk2-themes, gtkperf, gvfs, haserl, hdparm,
4197 hostapd, hwdata, ifplugd, imagemagick, iperf, ipsec-tools,
4198 iproute2, iptables, iw, jpeg, kexec, kismet, less, libcgi,
4199 libcurl, libdaemon, libdnet, liberation, libevent, libeXosip2,
4200 libglade, libgtk2, libiconv, libidn, libintl, libmms, libmpd,
4201 libnl, liboil, libosip2, libpcap, libpng, libtool, libungif,
4202 libxml2, libxslt, lighttpd, lite, lm-sensors, lockfile-progs,
4203 logrotate, m4, matchbox, mdadm, mesa3d, metacity, mplayer,
4204 mtd-utils, mysql_client, nano, nbd, ncftp, neon, netperf,
4205 netsnmp, ng-spice-rework, ntfsprogs, ntp, openntpd, openssh,
4206 openssl, openvpn, oprofile, pango, patch, pcre, php,
4207 pkg-config, portmap, pppd, pptp-linux, prboom, proftpd, radvd,
4208 rdesktop, readline, rp-pppoe, ruby, qt, quagga, samba, sawman,
4209 sdl_mixer, sdl_sound, sed, setserial, shared-mime-info, slang,
4210 speex, sqlite, squashfs, startup-notification, strace,
4211 sylpheed, sysstat, taglib, tcpdump, thttpd, tiff, tn5250,
4212 torsmo, tslib, udev, udpcast, usbmount, usbutils, vsftpd,
4213 vtun, which, wireless-tools, wpa_supplicant, xapp_twm,
4214 xapp_xbacklight, xapp_xcursorgen, xapp_xinit, xapp_xinput,
4216 xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
4217 xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
4218 xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
4219 xdriver-xf86-video-{geode,glide,glint,i128,i740,intel,mach64},
4220 xdriver-xf86-video-{mga,neomagic,newport,nv,openchrome,r128},
4221 xdriver-xf86-video-{rendition,s3,s3virge,savage,siliconmotion},
4222 xdriver-xf86-video-{sis,sisusb,suncg3,suncg6,suncg14,sunffb},
4223 xdriver-xf86-video-{sunleo,suntcx,tdfx,tga,trident,v4l,vesa},
4224 xdriver-xf86-video-{vmware,voodeo,wsfb,xgi,xgixp},
4225 xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke,
4228 Deprecated packages: hotplug, lzma, ng-spice-rework, sfdisk
4230 Removed packages: dillo, libglib12, libgtk12, microwin,
4233 Issues resolved (http://bugs.uclibc.org):
4235 #901: new package: gpsd
4236 #2389: Generate a Makefile wrapper in $(O)
4237 #2461: wireless_tools: install shared library if needed
4238 #2521: Can't compile sdl_mixer, mikmod.h can't be found
4239 #2533: xserver_xorg-server: Enable glx, if mesa3d is built
4240 #2563: [PATCH] cairo: Expose the configure option to disable some...
4241 #2581: libmms: Update to 0.6, and patch to work on architectures...
4242 #2707: Can't compile linux kernel using buildroot + crosstool-ng
4244 #2737: buildroot configuration tool crashing when the path exceeds...
4245 #2767: Build for lsof broken in buildroot-2010.08
4247 2010.08: Released August 31th, 2010:
4249 Fixes all over the tree.
4251 Updated/fixed packages: atk, xstroke
4253 Removed packages: lxdoom
4255 2010.08-rc2, Released August 30th, 2010:
4257 Fixes all over the tree.
4259 Mark the combination of uClibc 0.9.31, gcc 4.2.x, C++ and
4260 locale support as broken. Remove deprecated GCC 4.2.[1-3]
4263 Mark CRIS architecture as deprecated, as it is discontinued
4266 Marked shared config.cache as experimental and disabled by
4267 default as it is known to break with certain package
4270 Toolchain: fixed gcc 4.2.x build after uClibc NPTL support got
4273 fs: old-style squashfs for big endian archs fixed.
4275 Updated/fixed packages: busybox, gst-plugins-base,
4276 imagemagick, kismet, libgail, libglib2, libgtk2, lua,
4277 luafilesystem, lzo, ncurses, netcat, pango, php, pppd,
4278 proftpd, qt, samba, startup-notification, swfdec, sysvinit,
4281 Removed packages: stunnel
4283 Issues resolved (http://bugs.uclibc.org):
4285 #635: util-linux fails to build in 2009.08
4286 #2239: netcat package installs its binary to target as avr32-linux...
4287 #2395: libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because...
4288 #2443: Initramfs: Don't overwrite $(TARGET_DIR)/init if it exists
4289 #2449: Minor fixes for squashfs makefile and correct PowerPC e500 ...
4291 2010.08-rc1, Released July 30th, 2010:
4293 Fixes all over the tree and new features.
4295 Toolchain: GCC 4.3.5, older 4.3.x versions removed. GCC 4.1.2
4296 and non-sysroot support removed. Added support for (snapshot)
4297 NPTL in uClibc, 0.9.28.3 removed,
4299 Bootloaders: Various cleanups, moved to boot/, added Barebox,
4300 removed yaboot. Support building u-boot from custom tarball,
4303 New GTK-based configurator, usable using 'make gconfig'.
4305 Java packages marked as broken. Unless someone steps up to
4306 support this, they will be removed during the 2010.11
4309 Alpha, IA64 and Sparc64 architectures marked as deprecated.
4310 GTK+ on DirectFB has also been marked as deprecated, as it is
4311 not supported in recent GTK+ versions, and more and more
4312 packages depends on the new versions.
4313 Unless someone steps up to support them, they will be removed
4314 during the 2010.11 development cycle.
4316 New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
4317 libgail, luafilesystem, luasocket, rings, wsapi, xavante, xterm
4319 Updated/fixed packages: alsa-lib, alsamixergui, at, atk,
4320 avahi, berkeleydb, bash, blackbox, busybox, bzip2, cairo,
4321 cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc,
4322 dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig,
4323 gawk, gmpc, gnuchess, gst-plugins-base, gst-plugins-good,
4324 gstreamer, gzip, icu, intltool, iostat, ipsec-tools, iptables,
4325 iw, libart, libcgi, libcurl, libdrm, libeXosip, libfuse,
4326 libglib2, libgpg-error, libiconv, libidn, liblockfile, libpng,
4327 libsoup, lighttpd, links, linux-fusion, lmbench, lrzsz,
4328 ltrace, make, midori, module-init-tools, mplayer,
4329 mysql_client, nbd, ncurses, neon, netcat, netperf, netsnmp,
4330 ntfsprogs, openssl, oprofile, pango, php, qt, quagga, samba,
4331 setserial, sdl, sdl_mixer, sdl_sound, sdl_ttf, speech-tools,
4332 sqlite, squashfs, swfdec, tftpd, thttpd, tn5250, tremor,
4333 usbutils, webif, webkit, wireless_tools, xerces,
4334 xkeyboard-config, xserver_xorg-server, xvkbd, zlib
4336 Removed packages: modutils, portage, rxvt
4338 Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia
4340 Issues resolved (http://bugs.uclibc.org):
4342 #321: alsa-lib uses host include files for python which breaks ...
4343 #361: linux kernel configuration choice works incorrectly
4344 #387: Tremor not installed to toolchain
4345 #401: new package: ffmpeg
4346 #475: uImage target for U-boot failed generating
4347 #543: ATK requires X11 on DirectFB target
4348 #575: webkit: Buildroot Libtool Patch Fails
4349 #583: build fails with external x86_64 toolchain
4350 #729: sstrip creates corrupted headers
4351 #829: Webkit r44552 needs libXt
4352 #835: Package Dataflashboot-1.05 does not compile with buildroot...
4353 #847: Compiling target-gcc v4.4 fails with "libc.so.0: cannot open...
4354 #859: Add (head of) nptl branch to list of uClibc versions
4355 #949: compile with debug info
4356 #955: Grub fails to build with External Toolchain
4357 #1051: Webkit doesn't compile (Linuxthreads new, x86)
4358 #1213: Move .config into output directory
4359 #1225: Buildroot fails to account for "nof" subdirectory (no float...
4360 #1231: (sparc) Linux kernel fails to build
4361 #1261: The getline() in output/build/linux-2.6.28/scripts/unifdef.c...
4362 #1339: Busybox needs -fno-strict-aliasing to compile cleanly
4363 #1393: neon config fails libxml/parser.h: libxml2 requires, but not ...
4364 #1405: WebKit fails to build because pthread_getattr_np is not impl...
4365 #1675: GMP Error during buildroot make process
4366 #1741: external toolchain linking error
4367 #1753: lmbench: convert to generic package infrastructure
4368 #1771: Fakeroot and the target/generic/device_table.txt create bad...
4369 #1807: LZMA 4.32.7, Required header file(s) are missing
4370 #1813: xkeyboard-config fails to build because of intltool problem
4371 #1879: Bump iptables to 1.4.8
4372 #1885: Add a bunch of lua modules
4373 #1897: Bump libusb to 1.0.7
4374 #1903: Bump tn5250 to 0.17.4 and migrate to autotargets
4375 #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
4376 #1927: Bump file to 5.03 and migrate to autotargets
4377 #1933: Bump gawk to 3.1.8 and migrate to autotargets
4378 #1945: PHP: add sqlite3 dependency when using external lib
4379 #1951: Bump openssl to 0.9.8o
4380 #1957: Bump sqlite to 3.6.23.1
4381 #1975: Package removal/deprecation
4382 #1981: zlib: bump to 1.2.5
4383 #1987: intltool: Fix spelling mistake
4384 #1993: Bump bash to 4.1.7(1) and migrate to autotargets
4385 #1999: Typo in path checking
4386 #2005: Bump dnsmasq to 2.55 and migrate to gentargets
4387 #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x
4388 #2038: Bump ncurses to 5.7
4389 #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
4390 #2101: blackbox depends on locale support
4391 #2119: Tries to build kernel, although disabled in config
4392 #2125: libXfont build fail
4393 #2143: buildroot compiler generates segfaulting statically linked exe..
4394 #2149: xterm build failure
4395 #2155: Compression lzo don't set for ubifs
4396 #2161: [SECURITY] Update libpng to 1.2.44
4397 #2167: Bump busybox to 1.17.0, convert to gentargets, drop 1.12, ...
4398 #2181: pixman can't apply pixman-0.10.0-no-tests.patch
4399 #2191: linux-fusion build fail
4400 #2221: Qt does not compile (dependencies not taken into account?)
4401 #2233: Atmel atstk target skeletons have /etc/mtab as a file, not ...
4402 #2245: Netcat does not work due to incorrect assumptions about signed..
4403 #2251: directory output/build after make *_defconfig not found
4404 #2257: Convert netsnmp package to autotargets
4405 #2263: Bump samba to 3.3.13
4406 #2269: setserial causes make error
4408 2010.05, Released May 30th, 2010:
4410 Fixes all over the tree.
4412 Updated/fixed packages: coreutils, hal, libcap,
4413 lockfile-progs, ncftp, xserver_xorg-server
4415 Issues resolved (http://bugs.uclibc.org):
4417 #1789: binutils fails to build for i386
4418 #1843: Fix libcap build failure
4419 #1855: XORG Keyboard driver fails to compile
4421 2010.05-rc3, Released May 27th, 2010:
4423 Fixes all over the tree.
4425 Updated/fixed packages: aumix, atk, avahi, bmon, busybox, cairo,
4426 cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
4427 gettext, gmpc, gob2, grep, gstreamer, gst-plugins-bad,
4428 gst-plugins-base, gvfs, hal, iconv, icu, iperf, libcgicc,
4429 libdvdnav, libdvdread, libglade, libglib2, libgtk2, libidn,
4430 libmms, libmpd, libpcap, libsoup, lmbench, lsof, ltrace, lvm2,
4431 make, metacity, microperl, mtd-utils, mutt, nbd, netsnmp,
4432 ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm, php,
4433 pkg-config, psmisc, qt, samba, shared-mime-info, squashfs,
4434 squashfs3, sshfs, startup-notification, swfdec, sylpheed,
4435 uemacs, util-linux, valgrind, vpnc, vsftpd, webkit, xstroke
4437 Issues resolved (http://bugs.uclibc.org):
4439 #75: arm buildroot "unrecognized option" error
4440 #699: Buildroot fails to copy libstdc++ to target when using external...
4441 #1693: NTP trys IPV6 even if not configured error: 'IPV6_MULTICAST...
4442 #1729: alsamixergui fails to build
4443 #1801: Avahi-autoipd doesn't create TARGET_DIR/var/lib
4444 #1819: pciutils small bugs
4445 #2065: Internal toolchain: bump gcc 4.3.x series to 4.3.5
4447 2010.05-rc2, Released May 11th, 2010:
4449 Fixes all over the tree.
4451 Updated/fixed packages: busybox, customize, gawk, gnuchess,
4452 hal, hostapd, less, libgcrypt, libnl, libxcb, linux-fusion,
4453 ltp-testsuite, mplayer, netplug, pciutils, php, sed,
4454 shared-mime-info usb_modeswitch, usbutils, vlc wpa_supplicant,
4455 xapp_bdftopcf, xapp_mkfontdir, xdriver_xf86-video-openchrome,
4456 xfont_encodings, xlib_libX11, xlib_libXfont, xlib_xtrans,
4457 xproto_fontcacheproto, xproto_fontsproto, xvkbd
4459 Removed packages: vice
4461 Issues resolved (http://bugs.uclibc.org):
4463 #849: "customize" package copies files to wrong place in target tree
4464 #985: Bump usb_modeswitch package to 1.1.0
4465 #1135: Package customize. Wrong copying
4466 #1525: Package hal deletes a whole <target>/etc/rc.d directory
4467 #1531: libxcb 1.5 build fails, due to missing xcbgen Python module
4468 #1669: Busybox failed to compile when using an external toolchain
4469 #1699: Fix usbutils dependencies and bump
4470 #1705: Fix pciutils broken cross compiling
4471 #1717: External toolchain fixes for hostapd & wpa_supplicant
4473 2010.05-rc1, Released May 3rd, 2010:
4475 Cleaned up / restructured package menu.
4477 Toolchain: uClibc 0.9.30.3 / 0.9.31, older 0.9.30.x removed.
4478 2.6.33 kernel headers, binutils 2.20.1, GCC 4.4.4,
4479 removed broken nios2 support, ppc e300cX/e500mc support,
4480 improved external toolchain support, GDB 7.x support.
4482 X.org updated to 7.5.
4484 New packages: cdrkit, cramfs, genext2fs, genromfs,
4485 libatomic_ops, librsync, libusb-compat, lmbench, netperf,
4486 squashfs, squashfs3, squid
4488 Updated/fixed packages: alsa-utils, argus, autoconf, bison,
4489 busybox, bzip2, directfb, dnsmasq, dosfstools, e2fsprogs,
4490 eeprog, fakeroot, fbv, findutils, freetype, haserl, hostapd,
4491 iperf, iptables, iw, less, libaio, libcgi, libcgicc, libdrm,
4492 libgcrypt, libglib2, libid3tag, libmad, liboil, libosip2,
4493 libpng, libraw1394, libsysfs, libxml2, libxslt, linux-fusion,
4494 ltrace, lua, lzma, madplay, makedevs, matchbox, mdadm,
4495 memstat, mesa3d, mtd-utils, nano, ncurses, openssl, patch,
4496 pciutils, php, pixman, portage, pppd, pthread-stubs, python,
4497 qt, radvd, samba, setserial, smartmontools, tar, tslib,
4498 udpcast, usb_modeswith, vtun, wget, xdata_xcursor-themes,
4499 xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
4500 xlib_libXaw, xlib_libXfont, xlib_libXfontcache,
4501 xlib_libXxf86misc, xlib_libXtst, xlib_libpciaccess,
4502 xproto_dri2proto, xproto_eviext, xproto_fontcacheproto,
4503 xproto_xf86miscproto, xserver_xorg-server
4505 Removed packages: xapp_xtrap, xlib_libXTrap, xlib_libXevie,
4506 xlib_libXxf86misc, xxproto_evieext, proto_trapproto,
4507 xproto_xf86miscproto
4509 Issues resolved (http://bugs.uclibc.org):
4511 #513: Add new squid package
4512 #661: lmbench: new package
4513 #719: Add lua option to haserl
4514 #800: [PATCH] iperf update to 2.0.4
4515 #803: [PATCH] lua - add shared library patch and config option for...
4516 #805: [PATCH] mdadm - version update
4517 #817: integrator926_defconfig uses unsupported uboot board name
4518 #851: Add option to specify --sysroot value for external toolchain
4519 #1093: Upgrade libusb to v1.0.3 and add new libusb-compat
4520 package for compatibility with old packages that expect
4522 #1105: Add new netperf package
4523 #1111: Bump wget to 1.12 and migrate to Makefile.autotools.in
4524 #1117: Bump nano to 2.2.3 and migrate to Makefile.autotools.in
4525 #1123: Bump less to 436 and migrate to Makefile.autotools.in
4526 #1129: Bump memstat to 0.8 and migrate to Makefile.package.in
4527 #1189: Wrong u-boot configuration name for integrator926 target
4528 #1219: kernel headers not correctly installed into toolchain/staging
4529 #1267: Wrong BR2_EXTRA_VERSION
4530 #1273: BR2_INET_IPV6 does not enable IPv6 in pppd
4531 #1303: Add librsync package
4532 #1321: Busybox link fails due to lack of --sysroot option
4533 #1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS
4534 #1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in
4535 #1369: cannot build radvd (flex problem)
4536 #1387: xlib_libX11-1.3.2 can't find libjpeg
4537 #1411: [SECURITY] Update openssl package to 0.9.8n
4538 #1417: Bump iptables to 1.4.7
4539 #1423: Bump e2fsprogs to 1.41.11
4540 #1429: [SECURITY] Update php to 5.2.13
4541 #1441: Add binutils 2.20.1
4542 #1447: Package installation on target with debug symbols is broken
4543 #1459: Misc QA fixes
4544 #1489: radvd update to 1.6
4545 #1513: Enable powerpc e300c2, e300c3 and e500mc optimization
4546 #1537: dev entries not created anymore
4547 #1555: Fix default uclibc-0.9.31 configuration
4548 #1561: [SECURITY] Update samba to 3.3.12
4549 #1567: openssl0.9.8n fails to compile
4550 #1573: Alsa-utils alsactl/init/* not installed to target
4551 #1591: portmap fails to compile
4552 #1615: Convert eeprog package to gentargets
4553 #1645: Bump hostapd package to 0.7.2
4555 2010.02, Release February 26th, 2010:
4557 Fixes all over the tree.
4559 Updated/fixed packages: avahi, busybox, cramfs, ipsec-tools, libcgicc,
4560 libgtk2, libraw1394, madplay, netsnmp, pango, squashfs, sylpheed, qt,
4563 Removed packages: hostap, openmotif, xpdf
4565 Issues resolved (http://bugs.uclibc.org):
4567 #165: openmotif does not build
4568 #1147: Remove obsolete hostap package
4569 #1183: make source fails to download gmp, mpfr and patches
4571 2010.02-rc2, Released February 23th, 2010:
4573 Fixes all over the tree and new features.
4575 New packages: intltool
4577 Updated/fixed packages: ace_of_penguins, alsa-lib, alsa-utils, argus,
4578 at, automake, ccache, dosfstools, e2fsprogs, flex, gob2, gmpc,
4579 gst-plugins-good, imagemagick, iw, kexec, libeXosip, libgtk2,
4580 libpcap, libpng, libsoup, libxcb, libxml-parser-perl, libxml2,
4581 libxslt, lvm2, matchbox, mplayer, rsync, rubix, shared-mime-info,
4582 tcl, webkit, xapp_mkfontscale, xfont_encodings, xfont_font-util,
4583 xlib_libfontenc, xproto_trapproto, zlib
4585 Removed package: xboard
4587 Issues resolved (http://bugs.uclibc.org):
4589 #335: atk looks for the path to the gnome library on the host
4590 #355: Please update WebKit - it doesn't compile!
4591 #453: libglib2 autoreconf
4592 #457: e2fsprogs link problem
4593 #459: libgtk2 autoreconf
4594 #469: build of libgtk2 for host incorrectly assumes that X.org ...
4595 #671: Bash fails to build when building buildront on Ubuntu 9.04
4596 #711: WebKit host dependencies problems
4597 #821: cp: illegal operation
4598 #1039: Not compiled on ubuntu karmic
4599 #1069: [PATCH] The AT91BOOTSTRAP makefile contains a typo
4601 2010.02-rc1, Released February 9th, 2010:
4603 Fixes all over the tree and new features.
4605 Generalized autotools infrastructure to be usable for
4606 non-autotools packages, see package/Makefile.package.in for
4609 Cleaned up avr32 toolchain config, external source-based
4610 toolchain support is gone.
4612 Dependency checks: Also check for makeinfo, only print output
4615 Toolchain: uClibc 0.9.30.2, gcc 4.4.3
4617 New packages: libcdaudio, libdvdnav, libdvdread, hostapd, ser2net,
4620 Updated/fixed packages: alsa-lib, alsa-utils, at, autoconf, bash,
4621 bind, binutils, bootutils, busybox, dbus, directfb, dnsmasq,
4622 e2fsprogs, gstreamer, gperf, gst-plugins-bad, gvfs, fbdump, flex,
4623 hal, iptables, iw, jpeg, kismet, libfuse, libglib2, liboil, libpcap,
4624 libungif, libxml2, libxslt, lighttpd, mesa, mpg123, mtd-utils, nbd,
4625 neon, netstat-nat, newt, openvpn, pcre, php, qt, rdesktop, readline,
4626 rpm, sawman, sdl, sdl_ttf, sqlite, sshfs, tremor, u-boot,
4627 usb_modeswitch, usbutils, webkit, wpa_supplicant, xfsprogs, zlib
4629 Removed package: asterisk, openswan
4631 Issues resolved (http://bugs.uclibc.org):
4633 #515: tcpreplay: new package
4634 #553: Wrong DirectFB ps2mouse limitation
4635 #559: mesa3d build fails
4636 #679: Autoconf cannot find M4
4637 #739: New/updated hostapd package
4638 #749: Bump usbutils package to version 0.86
4639 #751: Kernel 2.6 snapshot fetch fail
4640 #753: Bump lighttpd package to 1.4.25
4641 #757: U-Boot: mkimage cannot be installed using external toolchain
4642 #761: Add binutils 2.20 to toolchain options
4643 #763: [SECURITY] Update pcre to 7.9
4644 #765: Add buildroot branding to gcc
4645 #767: Bump iw package to 0.9.18
4646 #773: [SECURITY] Update bind to 9.5.2-P1
4647 #795: Minor edits to fix typos, grammar, spelling, usage in documen...
4648 #813: Drop not very useful generic package selection options ...
4649 #823: Editor backup files (~) is copied from the target_skeleton
4650 #827: Bump mtd-utils package to version 1.2.0
4652 #913: Bump iptables to 1.4.6
4653 #919: Bump usb_modeswitch package to 1.0.7
4654 #925: Bump wpa_supplicant package to 0.6.10
4655 #931: Bump kismet package to 2010-01-R1
4656 #937: Bump openvpn package to 2.1.1
4657 #943: Bump sqlite package to 3.6.22
4658 #961: Bump dnsmasq to 2.52
4659 #967: Bump netstat-nat to 1.4.10
4660 #973: Bump iw to 0.9.19
4661 #1003: DHCP options disabled with busybox-1.16.0
4662 #1009: [SECURITY] Bump php to 5.2.12
4663 #1015: [SECURITY] Bump bind to 9.5.1-P2
4664 #1027: Busybox flash commands conflict with those from mtd-utils
4665 #1063: [SECURITY] Update lighttpd to 1.4.26
4667 2009.11, Released December 1st, 2009:
4669 Additional fixes and cleanups.
4671 Updated/fixed packages: alsamixergui, autoconf, coreutils, fltk,
4672 microperl, ncurses, vim
4674 Issues resolved (http://bugs.uclibc.org):
4676 #707: Cant configure fltk-1.1.7. configure: error: Configure could ...
4678 2009.11-rc2, Released November 29th, 2009:
4680 Additional fixes and cleanups.
4682 Updated/fixed packages: busybox, dbus, fltk, gvfs, ltrace
4684 2009.11-rc1, Released November 23rd, 2009:
4686 Fixes all over the tree and new features.
4688 Cleaned up / Simplified build directory layout. Refer to
4689 docs/buildroot.html#using for details.
4691 Target defconfig files moved to configs/ and listed in 'make help'
4694 Fixed *clean targets. Now clean removes everything generated,
4695 so you can do a fresh rebuild. Distclean furthermore removes
4696 kbuild tools and .config, bringing the source tree back in a
4699 Toolchain: ARM cortex A8 support, GCC 4.4.2, sensible default
4700 soft / hardfloat setting for architecture, ensure target-ldd
4703 New packages: divine, gvfs, libarchive, libmicrohttpd,
4704 sdl_sound, swfdec, sysstat
4706 Updated/fixed packages: alsa-lib, alsamixergui, autoconf, bootutils,
4707 busybox, gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf,
4708 gqview, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good,
4709 imagemagick, ipkg, iptables, iw, kernel-headers, kismet, leafpad,
4710 libelf, libevent, libglib2, libidn, liblockfile, libmad, libpcap,
4711 libupnp, libuuid, libxml2, lighttpd, ltrace, lua, lzma, magiccube4d,
4712 matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp,
4713 ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
4714 python, quagga, radvd, rpm, rsync, rubix, samba, sawman, sdl, sdl_image,
4715 shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
4716 synergy, syslinux, sysklogd, target-binutils, tcpdump, torsmo, u-boot,
4717 udpcast, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
4718 xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib[5~
4720 Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
4722 Issues resolved (http://bugs.uclibc.org):
4724 #301: allow to install libsmbclient
4725 #303: add gvfs package
4726 #477: Add sdl_sound package
4727 #487: Make kismet package sexier
4728 #511: New package usb_modeswitch
4729 #527: misc fixes for dnsmasq package
4730 #565: libevent: Bump version and clean up makefile
4731 #587: Use iptables multipurpose binaries and bump to 1.4.4
4732 #593: Missing early check for patch(1)
4733 #597: (REOP) Selecting busybox in buildroot's config clobbers ar ...
4734 #609: libmicrohttpd: New package
4735 #615: python: Don't delete .py files unless asked
4736 #617: netkit/inetd requires RPC and fails to build if RPC is disabled
4737 #619: netkittelnet requires netkitbase to install, but there's no ...
4738 #645: allow to build nbd-server with NBD package
4739 #653: [SECURITY] Update php package to version 5.2.11
4740 #655: Update sqlite package to version 3.6.18
4741 #657: Bug in imagemagick-clean target
4742 #663: Add option for NAND flash with 512B Page and 16 kB erasesize ...
4743 #665: [PATCH] Samba package
4744 #667: [PATCH] e2fsprogs
4745 #683: SDL-dfb does not select directfb
4746 #701: make install problem with unstripped binaries
4747 #703: [SECURITY] Update openssl package to 0.9.8l
4748 #705: Bump spawn-fcgi package to 1.6.3
4749 #709: Bump lighttpd package to 1.4.24
4750 #713: Migrate openntpd package to Makefile.autotools.in
4751 #715: Bump libidn package to 1.15 and other fixes
4752 #717: Bump dnsmasq to 2.51 and introduce new IDN option
4753 #731: Bump iw package to 0.9.17
4755 2009.08, Released August 31th, 2009:
4757 Additional fixes and cleanups.
4759 Updated/fixed packages: ctorrent, saveconfig/getconfig,
4760 sdl_net, util-linux.
4762 Issues resolved (http://bugs.uclibc.org):
4764 #529: util-linux doesn't find headers and include libs correctly
4765 #557: Build ctorrent with SSL support if available
4767 2009.08-rc3, Released August 26th, 2009:
4769 Additional fixes and cleanups.
4771 Updated/fixed packages: alsa-utils, berkeleydb, busybox, dbus,
4772 directfb, enchant, kernel headers.
4774 Issues resolved (http://bugs.uclibc.org):
4776 #471: Allow directfb compilation with debug
4777 #541: Removal of CVS directories in target filesystem broken
4778 #547: berkeleydb: Update config.{sub, guess}
4779 #549: enchant: Fix dependencies.
4780 #569: Fix alsa-utils build for x86 on x86-64
4782 2009.08-rc2, Released August 6th, 2009:
4784 Additional fixes and new features.
4786 New packages: libuuid, gcc 4.3.4.
4788 Updated/fixed packages: busybox, classpath, gzip, ipsec-tools,
4789 jamvm, libusb, microperl, neon, popt, sed, webkit.
4791 Fixed issue with 'make oldconfig'
4793 Issues resolved (http://bugs.uclibc.org):
4795 #525: sed broken with external toolchain
4796 #537: Fix gzip build with recent glibc
4798 2009.08-rc1, Released August 2nd, 2009:
4800 Fixes all over the tree and new features.
4802 Improvement of external toolchain support:
4803 - Support for glibc toolchains.
4804 - The toolchain configuration announced to Buildroot is
4805 verified against the real toolchain configuration.
4806 - Fixes, documentation.
4808 Cleanup X.org support: clarified configuration options, and
4809 removed mandatory dependency on useless libraries such as
4812 New QT-based configurator, usable using 'make xconfig'.
4814 Support for the Xtensa architecture.
4816 Toolchain: GCC 4.4.1, 2.6.30 kernel headers, removed < 2.6.26
4819 New packages: bmon, ctorrent, dosfstools, enchant,
4820 gst-plugins-bad, iw, libmms, libnl, netstat-nat, ntfsprogs,
4821 sdl_gfx, spawn-fcgi.
4823 Updated packages: bind, busybox, coreutils, sqlite, directfb,
4824 expat, gamin, gnuconfig, haserl, ipsec-tools, classpath,
4825 libcurl, libglib2, liblockfile, libpng, libsoup, libxml2,
4826 lighttpd, ltp-testsuite, lvm2, matchbox, memstat,
4827 gst-plugins-good, gstreamer, libogg, libvorbis, mplayer,
4828 neon, openssl, pciutils, php, qt, ruby, sawman, webkit,
4829 wpa-supplicant, xdriver_xf86-input-synaptics,
4830 xdriver_xf86-video-intel, xlib_libXfont, xlib_libXft,
4831 xlib_libXt, xproto_xproto, xserver-xorg, xutil_makedepend,
4834 Issues resolved (http://bugs.uclibc.org):
4836 #83: liblockfile fails to compile due to eaccess redefinition
4837 #163: Xtensa architecture port
4838 #171: xorg-server / kernel headers 2.6.26 - vm86.c compilation issue
4839 #241: device mapper + lvm2: build together
4840 #243: ctorrent: new package
4841 #247: ntfsprogs: new package
4842 #271: Library 'libgcc_s.so.1' not installed in search path
4843 #287: New package libnl
4844 #289: New package iw
4845 #331: Update MPlayer to version 1.0rc2
4846 #333: Bump sqlite package to 3.6.15
4847 #349: update libsoup to version 2.26.2
4848 #357: New package netstat-nat
4849 #359,#413: Upgrade openvpn to Makefile.autotools.in
4850 #367: linux kernel compile error for arm926t
4851 #369: Add SDL_gfx package
4852 #373: Support for building gstreamer without libxml
4853 #379: update DirectFB to version 1.4.0
4854 #383: gst-plugins-good: Allow soup plugin to be configured
4855 #385: neon: Fix pkgconfig dependency
4856 #387: Tremor not installed to toolchain
4857 #389: New package bmon
4858 #391: gstreamer: Bump version to 0.10.23
4859 #393: gst-plugins-base: Bump version to 0.10.23
4860 #395: gst-plugins-bad: New package
4861 #403: Error while building iso9660 image
4862 #409: Bump php package to 5.2.10
4863 #411: ipsec-tools: Bump version to 0.7.2
4864 #417: New package spawn-fcgi
4865 #419: Bump lighttpd package to 1.4.23
4866 #421: toolchain: Clean up toolchain locale support menu
4867 #427: webkit: Update to WebKit svn r44552
4868 #437: ltp-testsuite: Bump version to 20090630
4869 #451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3
4870 #467: DirectFB 1.4.1
4871 #473: memstat_0.5.tar.gz has install with -D and that fails "make"
4872 #491: libxml2: Bump version to 0.7.3
4873 #495: Bump bind package to 9.5.1-P3 (security)
4874 #497: OpenSSL RSA key generation hangs on x86_64
4875 #509: Bump sqlite package to 3.6.16
4876 #523: pciutils broken with external toolchain
4877 #533: Update gamin to 0.1.10 to fix compilation
4879 2009.05, Released June 1st, 2009:
4881 Fixes for dropbear & diffutils, bump linux-advanced 2.6.29.x
4882 version and marked ubifsroot as broken.
4884 2009.05-rc3, Released May 27th, 2009:
4886 Fixes for toolchain (gcc arm pr37436), stable kernel versions,
4887 busybox, curl, libusb, readline, python and strace.
4889 Issues resolved (http://bugs.uclibc.org):
4891 #345: libcurl package needs a urandom fix
4893 2009.05-rc2, Released May 19th, 2009:
4895 Fixes for toolchain (gcc w/softfloat on ppc, 3.4.6 buildfix
4896 for newer hosts), stable kernel versions, busybox, cups,
4897 dmraid, docker, mesa3d, rsync and updated defconfigs.
4899 xserver marked as broken on AVR32 and atngw100-expanded
4902 Issues resolved (http://bugs.uclibc.org):
4904 #167: metacity does not build
4905 #295: gamin installs python support even if python is disabled
4906 #323: gen_matypes fails to execute during build of Mesa when us...
4908 2009.05-rc1, Released May 5th, 2009:
4910 Fixes all over the tree, further conversion of packages to
4911 Makefile.autotools.in and we now build host versions of
4912 packages where needed for build time dependencies instead of
4913 relying on the correct versions being available on the build
4914 host. Ancient toolchain / busybox versions have furthermore
4915 been removed as announced in the 2009.02 release notes.
4917 New packages: flac, gob2, lzop, taglib, wpa_supplicant
4919 Updated packages: avahi, bind, binutils, busybox, dbus, dbus-glib,
4920 directfb, dnsmasq, freetype, gcc, gmp, gstreamer, iptables, kernel
4921 headers, kexec, libglib2, libpng, libsndfile, lua, mpfr, ntfs-3g,
4922 openssl, php, qtopia4, rsync, samba, sqlite, tar, uboot, uclibc,
4923 util-linux, xorg7, xerces
4925 Issues resolved (http://bugs.uclibc.org):
4927 #5,#77,#141,#143: Convert php package to Makefile.autotools.in
4928 and a ton of other improvements
4929 #19: page.h missing by util-linux
4930 #37: update libglib2 to version 2.18.4
4931 #61: tslib puts staging_dir into pkgconfig file
4932 #69: tar refuses to build
4933 #71,#175: ./wchar.h:41:12: error: empty filename in #include
4934 #73: Bump openssl package to the latest version
4935 #81: New package wpa_supplicant
4936 #99: new package: flac
4937 #101: update gstreamer packages
4938 #105,#313: menuconfig segfaults on tinyx if wchar is not
4940 #107: convert libvorbis to Makefile.autotools.in
4941 #109: Make pppd package avoid bsd err
4942 #111: binutils 2.17 fails to build when texinfo >= 4.10
4943 #133: Modify ncurses5-config to get correct include path
4944 #137: Bump php to version 5.2.9
4945 #139: Bump sqlite to 3.6.11 and convert to
4946 Makefile.autotools.in
4947 #145: Bump bind package to 9.5.1-P1 (security)
4948 #147: buildroot toolchain fails to build w/binutils-2.19.1
4949 #151: openssl package trivial fixes
4950 #161: vim fails on patching with errors in configure.patch
4951 #169: blackbox-0.70.1 does not build
4952 #177: xdriver_xf86-input-keyboard does not build
4953 #179: Upgrade dropbear to Makefile.autotools.in
4954 #181: Update to Xorg 7.4
4955 #187: ntfs-3g: could not build cross
4956 #191: alsa-lib ARM binaries always built with EABI
4957 #213: Bump wpa_supplicant package to version 0.6.9
4958 #217: Bump openssl package to 0.9.8k (security)
4959 #219: Toolchain build fails on m4
4960 #225: m4 macros are out of place
4961 #233: make ipv6 optional in iptables
4962 #237: ncftp: convert to Makefile.autotools.in
4963 #239: ntfs-3g: convert to Makefile.autotools.in
4964 #245: lzop: new package
4965 #271: Bump bind package to 9.5.1-P2 (security)
4966 #277: Bump sqlite package to 3.6.16
4967 #279: update libglib2 to version 2.20.1
4968 #281: update DirectFB to version 1.2.8
4970 #285: compilation of samba fails if IPV6 support is missing
4971 #293: update samba to version 3.3.3
4972 #299: add shared-mime-info package
4973 #307: make openssl package respect build flags