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