1 2015.02-rc1, Released February 8th, 2015
3 Fixes all over the tree and new features.
5 Static/shared library handling reworked. This is now a
6 tristate (shared only / shared and static / static
7 only). Default is now shared only to speed up the
8 build. BR2_PREFER_STATIC_LIB is now called BR2_STATIC_LIBS.
10 The toolchain (internal and external) will now warn when an
11 unsafe library or header path is used (such as /usr/include or
12 /usr/lib). If BR2_COMPILER_PARANOID_UNSAFE_PATH is enabled
13 under build options this instead becomes an error.
15 A installation path issue with the internal musl toolchain
16 support has been fixed so it is now possible to reuse it as an
19 Architectures: Freescale E5500 and E6500 PowerPC support
20 added, deprecated MIPS 1/2/3/4 support removed.
22 New defconfigs: Freescale p2020ds, MIPS creator CI20,
23 Raspberrypi with DT, UDOO Quad.
25 'make <foo>_defconfig' now saves the path to the defconfig in
26 the .config, so a 'make savedefconfig' automatically updates
29 Infrastructure for packages using the Erland rebar tool has
32 Hashes for a large number of packages have been added. Hashes
33 are now checked for both target and host packages.
35 The system menu now has an option to automatically configure a
36 network interface through DHCP at bootup.
38 The default filesystem skeleton now uses a separate tmpfs for
39 /run instead of a symlink to /tmp/ for security reasons / to
40 protect against conflicts with user generated temporary files.
42 BR2_EXTERNAL is now exported to post-build and post-image
45 New packages: bdwgc, benejson, blktrace, bootstrap, cgic,
46 ding-libs, dvdauthor, ejabberd, erlang-goldrush, erlang-lager,
47 erlang-p1-cache-tab, erlang-p1-iconv, erlang-p1-sip,
48 erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
49 erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml,
50 erlang-p1-zlib, exiv2, freeradius-client, gengetopt, glmark2,
51 gpu-amd-bin-mx51, guile, host-qemu, ifupdown, iperf3,
52 janus-gateway, kodi, kodi-audioencoder-flac,
53 kodi-audioencoder-lame, kodi-audioencoder-vorbis,
54 kodi-audioencoder-wav, libcli, libiio, liblinear, libnice,
55 libselinux, libsemanage, libserialport, libsigro,
56 libsigrokdecode, libsrtp, liburiparser, libvips, libwebsock,
57 libz160, libzip, lightning, mcelog, memtest86, mjpegtools,
58 mjpg-streamer, mke2img, mpd-mpc, netsurf-buildsystem, odhcp6c,
59 openldap, python-alsaaudio, python-certifi, python-cheetah,
60 python-coherence, python-django, python-docopt, python-enum,
61 python-enum34, python-flask, python-gobject, python-httplib2,
62 python-ipaddr, python-itsdangerous, python-jinja,
63 python-markdown, python-markupsafe, python-networkmanager,
64 python-pam, python-psutil, python-pyftpdlib, python-pyinotify,
65 python-pysendfile, python-pyxb, python-requests, python-six,
66 python-twisted, python-webpy, python-werkzeug,
67 python-zope-interface, qt5cinex, sigrok-cli, sofia-sip,
68 start-stop-daemon, szip, triggerhappy, ustr, vnstat, xorriso,
71 Removed packages (target): bison, distcc, gob2, m4
73 Issues resolved (http://bugs.uclibc.org):
75 #7556: make interactive CLI optional for nftables
76 #7730: Error while connecting Qt Cretaor to device
77 #7766: logrotate default gzip path is usually wrong
78 #7790: Invalid ext4 image generated by Buildroot
80 2014.11, Released December 1st, 2014
84 Infrastructure: LD_LIBRARY_PATH handling tweak to ensure
85 current working directory isn't searched.
87 Updated/fixed packages: gd, gdb, libwebsockets, luajit, mono,
88 parted, shairport-sync, util-linux, xapp_bdftopcf,
91 2014.11-rc3, Released November 28th, 2014
93 Fixes all over the tree.
95 System: File permissions of /etc/random-seed made more
98 Toolchain: Various fixes related to locale handling, a fix for
99 building the toolchain wrapper on MIPS.
101 Updated/fixed packages: bind, binutils. botan, btrfsprogs,
102 clamav, czmq, dhcp, dillo, dovecot, erlang, flac, gd, glibc,
103 gptfdisk, gst1-validate, heirloom-mailx, lame, libksba,
104 libllcp, libnspr, libpng, libshairplay, libtirpc, linux,
105 linux-headers, mpdecimal, mpg123, network-manager, nfstables,
106 nfs-utils, openssl, pcituils, qt, radvd, rtai, sqlcipher,
107 sstrip, tcpdump, uclibc, uemacs, ushare, wayland, weston,
108 xl2tp, xserver_xorg-server
110 Issues resolved (http://bugs.uclibc.org):
112 #7670: Fails to build mpc-1.0.2 on latest Cygwin
114 2014.11-rc2, Released November 21st, 2014
116 Fixes all over the tree.
118 Inittab tweaks for shutdown handling (busybox and sysvinit).
120 Updated/fixed packages: aircrack-ng, botan, canfestival,
121 clamav, coreutils, czmq, dbus, dovecot, duma, e2fsprogs,
122 erlang, gcc, iputils, libcap, libgcrypt, libmemcached,
123 libssh2, libunwind, libv4l, linux-headers, mesa3d-demos, mutt,
124 mysql, ndisc6, nodejs, omniorb, perl-cross, php,
125 python-tornado, python3, qemu, qt5base, qt5webkit, rpm,
126 rt-tests, ruby, schifra, sdl_sound, shairport-sync, sysvinit,
127 tstools, tzdata, wireshark, x264
129 Issues resolved (http://bugs.uclibc.org):
131 #7646: strftime on datetime not works on python3
133 2014.11-rc1, Released November 12th, 2014
135 Fixes all over the tree and new features.
137 Toolchains: Use -mcpu / -march instead of -mtune. Support
138 additional ARC and sparc variants. Updated Code sourcery
139 and Linaro external toolchains.
141 Defconfigs: Freescale iMX6DL SabreSD, Minnowboard MAX, QEMU
142 powerpc64 pseries added and a number of updates to the
143 existing configurations.
145 Infrastructure: Buildroot is now less noisy when built with
146 the silent option (make -s).
147 A number of package infrastructure variables have been renamed
148 from *_OPT to *_OPTS for constency. Buildroot will complain if
149 the old names are used to assist in updating out of tree
151 Fixes for host systems where bash isn't located in /bin, and
152 older systems not supporting mktemp --tmpdir.
153 Various cleanups of users/groups in the default skeleton.
154 There is now an option to choose what shell /bin/sh points to.
156 Documentation: Various updates to the user manual. The
157 asciidoc documentation handling has now been extended so it
158 can be used by (BR2_EXTERNAL) packages.
160 Updated/fixed packages: acl, acpid, agentpp, aircrack-ng,
161 alsa-lib, alsamixergui, alsa-utils, apitrace, apr, apr-util,
162 argus, arptables, at, atftp, atk, attr, audiofile, aumix,
163 automake, autossh, avahi, avrdude, axel, bandwidthd, bash,
164 bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
165 bluez_utils, bmon, boost, bootutils, bridge-utils,
166 btrfs-progs, busybox, bwm-ng, bzip2, ca-certificates, cairo,
167 ccache, ccid, ccrypt, cdrkit, cegui06, celt051, chrony,
168 cifs-utils, civetweb, cjson, clapack, classpath, cloog, cmake,
169 collectd, connman, copas, coreutils, coxpcall, cppcms, cppdb,
170 cppzmq, cramfs, crda, cryptsetup, ctorrent, cups, cvs, cwiid,
171 czmq, dash, dbus, dbus-cpp, dbus-glib, dbus-python, dejavu,
172 dhcp, dhcpcd, dhcpdump, dialog, dillo, directfb, distcc,
173 dmalloc, dmidecode, dmraid, dnsmasq, doc-asciidoc.mk,
174 dosfstools, dropbear, dropwatch, dstat, dtach, dtc, dvbsnoop,
175 e2fsprogs, ecryptfs-utils, ed, efl, eigen, elf2flt, elfutils,
176 enlightenment, enscript, erlang, espeak, ethtool, eudev,
177 evemu, evtest, exfat, exfat-utils, exim, expat, expect,
178 explorercanvas, faifa, fakeroot, fan-ctrl, fbdump,
179 fb-test-app, fetchmail, ffmpeg, file, filemq, findutils, flac,
180 flann, flickcurl, flite, fltk, fluxbox, fmc, fmlib,
181 fontconfig, foomatic-filters, freerdp, freescale-imx,
182 freetype, ftop, fxload, gamin, gcc, gd, gdb, gdk-pixbuf,
183 genimage, genpart, genromfs, geoip, gettext, giblib, git,
184 glibc, glib-networking, gmp, gmpc, gnu-efi, gnupg, gnupg2,
185 gnuplot, gnutls, google-breakpad, gpm, gpsd, gptfdisk,
186 gpu-viv-bin-mx6q, grantlee, grep, gsl, gst1-libav,
187 gst1-plugins-{bad,base,good,ugly}, gst-ffmpeg,
188 gst-fsl-plugins, gst-omx, gst-plugins-{bad,base,good,ugly},
189 gst-plugin-x170, gstreamer, gstreamer1, gtest, gtk2-engines,
190 gutenprint, gvfs, harfbuzz, haserl, haveged, hdparm, heimdal,
191 heirloom-mailx, hiawatha, hostapd, hplip, htop, httping,
192 hwdata, i2c-tools, icu, ifplugd, igh-ethercat, imagemagick,
193 imlib2, imx-lib, imx-vpu, inadyn, inotify-tools, input-tools,
194 intltool, iperf, iproute2, iprutils, ipsec-tools, ipset,
195 iptables, iputils, iw, jamvm, jansson, jasper, jimtcl, joe,
196 jpeg-turbo, jq, jquery-keyboard, jquery-mobile, jquery-ui,
197 jquery-ui-themes, jquery-validation, jsmin, json-c,
198 json-javascript, kbd, kexec, kexec-lite, keyutils, kismet,
199 kmod, knock, ktap, lame, lbase64, lbreakout2, lcdproc, lcms2,
200 lesstif, lftp, libaio, libao, libarchive, libargtable2,
201 libass, libassuan, libatasmart, libbluray, libbsd, libcap,
202 libcap-ng, libcdio, libcec, libcgicc, libcgroup, libcofi,
203 libconfig, libconfuse, libcurl, libdaemon, libdnet, libdrm,
204 libdvdnav, libecore, libedbus, libedit, libedje, libeet,
205 libelementary, libelf, libenca, libethumb, libevas,
206 libevas-generic-loaders, libevent, libexif, libeXosip2,
207 libffi, libftdi, libfuse, libgail, libgcrypt, libgeotiff,
208 libglade, libglib2, libgpgme, libgtk2, libhid, libidn,
209 libinput, libiscsi, libjson, libksba, liblockfile,
210 liblog4c-localtime, liblogging, libmad, libmatroska, libmbim,
211 libmemcached, libmicrohttpd, libmpdclient, libmpeg2, libndp,
212 libnfc, libnfs, libnftnl, libnl, libnspr, libnss, liboauth,
213 libogg, liboping, libosip2, libpcap, libpciaccess, libpfm4,
214 libplayer, libplist, libpng, libpthsem, libqmi, libqrencode,
215 libraw, libreplaygain, libroxml, librsvg, librtlsdr,
216 libsamplerate, libseccomp, libsecret, libshairplay, libsoc,
217 libsoup, libsoxr, libssh2, libstrophe, libsvg, libsvg-cairo,
218 libtasn1, libtheora, libtirpc, libtorrent, libubox, libuci,
219 libungif, liburcu, libusb, libuv, libv4l, libva,
220 libva-intel-driver, libvncserver, libvorbis, libvpx,
221 libwebsockets, libxcb, libxml2, libxml-parser-perl, libxmlrpc,
222 libxslt, lighttpd, linenoise, linknx, links, linphone,
223 linux-firmware, linux-fusion, linux-headers, linux-pam,
224 linux-zigbee, lite, live555, ljlinenoise, lmbench, lm-sensors,
225 localedef, lockdev, lockfile-progs, log4cxx, lpty, lrandom,
226 lrzsz, lshw, lsof, lsqlite3, ltp-testsuite, ltrace, ltris,
227 lttng-babeltrace, lttng-libust, lttng-modules, lttng-tools,
228 lua, luabitop, lua-coat, lua-coatpersistent, lua-csnappy,
229 lua-ev, luajit, luajson, lualogging, lua-messagepack,
230 lua-msgpack-native, luaposix, luarocks, luasec, luasocket,
231 luasql-sqlite3, lua-testmore, lunit, lvm2, lxc, lz4, lzlib,
232 lzma, m4, madplay, make, makedevs, Makefile.in,
233 matchbox-common, matchbox-desktop, matchbox-fakekey,
234 matchbox-keyboard, matchbox-lib, matchbox-panel,
235 matchbox-startup-monitor, matchbox-wm, mcrypt, mdadm,
236 media-ctl, mediastreamer, memcached, memstat, memtester,
237 mesa3d, metacity, midori, mii-diag, minidlna, mmc-utils,
238 modem-manager, mongoose, mongrel2, monit, mpc, mpd, mpdecimal,
239 mpfr, mpg123, mplayer, mrouted, msmtp, mtd, mtools, mtr,
240 musepack, musl, mutt, mxml, mysql, nano, nanocom, nbd, ncftp,
241 ncurses, ndisc6, ne10, neard, neon, netatalk, netperf,
242 netsnmp, nettle, net-tools, network-manager, newt, nfs-utils,
243 ngrep, nmap, nodejs, nss-mdns, ntfs-3g, ntp, numactl, nut,
244 nuttcp, ofono, ola, omap-u-boot-utils, omniorb,
245 on2-8170-modules, opencore-amr, opencv, openntpd, openobex,
246 openocd, openpowerlink, openssh, openssl, openswan,
247 opentyrian, opentyrian-data, openvpn, opkg, oprofile, opus,
248 opus-tools, orbit, orc, ortp, p11-kit, pango, parted,
249 pciutils, pcmanfm, pcre, pcsc-lite, perf, perl, perl-gd,
250 perl-gdgraph, perl-io-socket-ssl, perl-json-tiny,
251 perl-module-build, perl-mojolicious, perl-net-ssleay,
252 perl-path-tiny, perl-xml-libxml, perl-xml-parser, php,
253 php-geoip, php-gnupg, php-imagick, php-memcached, php-ssh2,
254 php-yaml, php-zmq, picocom, pifmrds, pinentry, pixman,
255 pkg-autotools.mk, pkg-cmake.mk, pkg-download.mk,
256 pkg-generic.mk, pkg-kconfig.mk, pkg-luarocks.mk, pkg-perl.mk,
257 pkg-python.mk, pkg-utils.mk, poco, polarssl, polkit, poppler,
258 popt, portaudio, portmap, postgresql, powerpc-utils, pppd,
259 pptp-linux, prboom, procps-ng, proftpd, protobuf, protobuf-c,
260 psmisc, ptpd2, pulseaudio, pv, pwgen, python, python3,
261 python-dialog, python-ipy, python-keyring, python-mad,
262 python-netifaces, python-numpy, python-protobuf, python-pyasn,
263 python-pyparsing, python-pyro, python-pyusb, python-serial,
264 python-setuptools, qdecoder, qemu, qextserialport, qjson, qt,
265 qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio,
266 qt5graphicaleffects, qt5imageformats, qt5multimedia,
267 qt5quick1, qt5quickcontrols, qt5script, qt5sensors,
268 qt5serialport, qt5svg, qt5webkit, qt5webkit-examples,
269 qt5websockets, qt5x11extras, qt5xmlpatterns, qtuio, quagga,
270 quota, qwt, radvd, rapidjson, rdesktop, redis, rings, rpcbind,
271 rpi-firmware, rpi-userland, rpm, rp-pppoe, rrdtool,
272 rsh-redone, rsync, rsyslog, rtai, rtmpdump, rt-tests, rubix,
273 ruby, samba, sam-ba, samba4, sane-backends, schifra,
274 sconeserver, scons, screen, sdl, sdl_gfx, sdl_image,
275 sdl_mixer, sdl_net, sdl_sound, sdl_ttf, sed, ser2net,
276 setserial, sg3_utils, shared-mime-info, simicsfs, sispmctl,
277 slang, slirp, smcroute, smstools3, snmppp,
278 snowball-hdmiservice, socat, socketcand, sox, spawn-fcgi,
279 speex, spice, spice-protocol, sqlcipher, sqlite, squashfs,
280 squid, sredird, startup-notification, strace, stress,
281 strongswan, stunnel, subversion, sudo, sunxi-boards,
282 sunxi-cedarx, swig, sylpheed, synergy, sysklogd, sysstat,
283 systemd, sysvinit, taglib, tar, tcl, tcllib, tcpdump,
284 tcpreplay, texinfo, tftpd, thrift, thttpd, tiff, ti-utils,
285 tn5250, torsmo, trace-cmd, transmission, tslib, tstools,
286 tvheadend, twolame, tz, uboot-tools, uclibc, udisks, ulogd,
287 upmpdcli, upx, urg, usb_modeswitch, usbmount, usbredir,
288 usbutils, util-linux, valgrind, vde2, vim, vlc, vo-aacenc,
289 vorbis-tools, vpnc, vsftpd, vtun, wayland, webkit, webp,
290 webrtc-audio-processing, weston, wget, whois, wireless-regdb,
291 wireshark, wpa_supplicant, wvstreams, x11r7, x11vnc,
292 xapp_xcalc, xapp_xdm, xapp_xdpyinfo, xapp_xf86dga, xapp_xfs,
293 xapp_xinit, xapp_xkbevd, xapp_xmh, xapp_xrandr, xapp_xsm,
294 xbmc, xbmc-pvr-addons, xcb-proto, xcursor-transparent-theme,
295 xdriver_xf86-input-mouse, xdriver_xf86-video-{ast,intel},
296 xdriver_xf86-video-vmware, xenomai, xerces,
297 xfont_font-adobe-{100,75}dpi,
298 xfont_font-adobe-utopia-{100dpi,75dpi,type1},
299 xfont_font-alias, xfont_font-arabic-misc,
300 xfont_font-bh-100dpi, xfont_font-bh-75dpi,
301 xfont_font-bh-lucidatypewriter-100dpi,
302 xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf,
303 xfont_font-bh-type1, xfont_font-bitstream-100dpi,
304 xfont_font-bitstream-75dpi, xfont_font-bitstream-type1,
305 xfont_font-cronyx-cyrillic, xfont_font-cursor-misc,
306 xfont_font-daewoo-misc, xfont_font-dec-misc,
307 xfont_font-ibm-type1, xfont_font-isas-misc,
308 xfont_font-jis-misc, xfont_font-micro-misc,
309 xfont_font-misc-cyrillic, xfont_font-misc-ethiopic,
310 xfont_font-misc-meltho, xfont_font-misc-misc,
311 xfont_font-mutt-misc, xfont_font-schumacher-misc,
312 xfont_font-screen-cyrillic, xfont_font-sony-misc,
313 xfont_font-sun-misc, xfont_font-winitzki-cyrillic,
314 xfont_font-xfree86-type1, xfsprogs, xinetd, xkeyboard-config,
315 xlib_libdmx, xlib_libFS, xlib_libpciaccess, xlib_libSM,
316 xlib_libX11, xlib_libXaw, xlib_libXext, xlib_libXfont,
317 xlib_libXi, xlib_libXinerama, xlib_libXrandr, xlib_libXrender,
318 xlib_libXres, xlib_libXScrnSaver, xlib_libXt, xlib_libXv,
319 xlib_libXvMC, xlib_libXxf86dga, xlib_libXxf86vm, xmlstarlet,
320 xproto_xcmiscproto, xproto_xextproto, xscreensaver,
321 xserver_xorg-server, xterm, xz, zeromq, zlib, zlog, zmqpp,
324 New packages: adwaita-icon-theme, am335x-pru-package,
325 bcache-tools, biosdevname, botan, canfestival, clamav,
326 cppunit, dos2unix, dovecot, dovecot-pigeonhole, getent, glm,
327 gst1-validate, hicolor-icon-theme, ipmitool, leafnode2,
328 libdvbcsa, libgtk3, libphidget, libshout, libunistring,
329 libupnpp, mesa3d-demos, modplugtools, mono, monolite, mp4v2,
330 netcat-openbsd, nginx, odhcploc, openvmtools,
331 phidgetwebservice, pps-tools, pure-ftpd,
332 python-configshell-fb, python-rtslib-fb, python-urwid, qlibc,
333 qt5location, shairport-sync, spidev_test, targetcli-fb,
334 tinyalsa, trinity, x264, yaml-cpp, ympd
336 Removed packages: libelf
338 Issues resolved (http://bugs.uclibc.org):
340 #261: New package: wxWidgets
341 #325: New package: ratpoison
342 #405: New package: OpenVZ tools
343 #1309: New package: rdiff-backup
344 #3427: New package: nginx
345 #3655: New package: libav
346 #3991: New Package: open-vm-tools (Vmware Tools)
347 #6878: dmraid: disabled on ARC
348 #6950: Full unicode support in ncurses
349 #7010: jamvm builds and runs fine under mips (be)
350 #7088: elfutils on Blackfin doesn't build
351 #7142: ecryptfs needs getent to run
352 #7280: CMake toolchain file uses the FORCE attribute on CMAKE_CXX_FLAGS
353 #7346: [2014.08rc3] vim-8ae50e3ef8bf.tar.gz can not be downloaded, ...
354 #7352: [2014.08-rc3] diffutils-3.3 failed on building
355 #7358: rpi-userland: linking with bcm_host doesn't give vc_dispmanx_*
356 #7364: monit builds a static application, even though BR2_PREFER_...
357 #7370: ngrep - requires --with-pcap-includes fully defined to find...
358 #7442: rootfs remount does not work as expected with sysvinit
359 #7448: Having export MACHINE="something" breaks glibc build on IMX6...
360 #7568: musl buildroot-toolchain does not put libgcc_s.so.1 into place
361 #7574: quota-4.01 fails to build statically
363 2014.08, Released September 1st, 2014
365 Minor manual fixes/additions.
367 Updated/fixed packages: btrfs-progs, cmake, cppcms, exim,
368 lftp, libdaemon, libev, libgpgme, libiqrf, libnl, libplist,
369 libroxml, libwebsockets, mesa3d, mpd, mtdev2tuio, musepack,
370 perl-gd, php-geoip, php-gnupg, php-imagick, php-memcached,
371 php-ssh2, php-yaml, php-zmq, polarssl, ruby, systemd, taglib,
372 uboot-tools, upmpdcli, webkit, xapp_xfs, xapp_luit,
375 Issues resolved (http://bugs.uclibc.org):
377 #7346: vim-8ae50e3ef8bf.tar.gz can not be downloaded, 404 not found
379 2014.08-rc3, Released August 26th, 2014
383 User manual update / restructuring.
385 Updated/fixed packages: cairo, ecryptfs-utils, gettext,
386 gstreamer, gstreamer1, gutenprint, icu, imagemagick, jack2,
387 lbreakout2, libevas-generic-loaders, libftdi, libinput,
388 libtorrent, ltris, msgpack, ntp, php, procps-ng, pulseaudio,
389 thrift, tvheadend, usb_modeswitch, xmlstarlet,
391 Issues resolved (http://bugs.uclibc.org):
393 #7136: ecryptfs-utils needs gettext to run when glibc/eglibc...
394 #7322: libgomp dependency issue with imagemagick
395 #7328: Git dl of versions in x/y broken
397 2014.08-rc2, Released August 18th, 2014
399 Fixes all over the tree.
401 User manual restructured / reworked.
403 Toolchain: Fix for C++ exceptions / pthread_exit() on
404 uClibc/glibc, C++-11 features with uClibc.
406 Updated/fixed packages: bandwidthd, bluez5_utils, empty,
407 espeak, fbv, ffmpeg, gd, gnupg2, gst1-plugin-good, iftop,
408 infozip, libcuefile, libeml, libnftl, localedef, ltrace,
409 matchbox, mpd, network-manager, nftables, ngrep, nut, openssl,
410 oprofile, perl, perl-net-ssleay, postgresql, pppd, procps-ng,
411 qt, subversion, synergy, systemd, tar, tftpd, webkit,
412 xapp_rstart, xbmc, xbmc-pvr-addons
414 Issues resolved (http://bugs.uclibc.org):
416 #7124: Use BR toolchain externally results a non-bootable...
417 #7208: Glibc C++ aplications crash if they use exceptions
418 #7250: Cannot build with -std=c++11
419 #7262: Generating locale en_US.UTF-8 fails on 64bit fedora..
420 #7286: systemd 215 doesn't build
422 2014.08-rc1, Released August 8th, 2014
424 Fixes all over the tree and new features.
426 Architecture: Powerpc64 BE/LE added, AVR32 deprecated.
427 Improved altivec / SPE /atomic instructions
428 handling. Additional PowerPC CPU variants added.
430 Defconfigs: Atmel SAMA5D3, Congatec QMX6, Lego ev3, TS-5x00,
431 qemu-system-xtensa, qemu-aarch64-virt added. A number of
432 tweaks to existing ones. lpc32xx defconfigs removed.
434 Toolchain: Microblaze support for internal musl toolchain.
435 Default to GCC 4.8 for internal toolchain, remove deprecated
436 4.3 and 4.6 versions.
437 External CodeSourcery / Linaro toolchain updates, option to
438 copy gconv libraries for external toolchains.
440 Infrastructure: graph-depends: misc fixes, transitive
441 dependencies are not drawn by default. Download handling is
442 now done using helper scripts. Integrity of downloads can now
443 be verified using sha* hashes. Subversion download now uses
444 peg revisions for robustness.
445 Legal-info: License info of local or overridden packages are
446 saved as well. Toolchain packages are also taken into account.
447 autotools: Static linking with libtool / v1.5 improvements.
448 Gettextize support, similar to autoreconf.
449 kconfig package infrastructure added.
451 Misc: Version selection for busybox dropped.
453 Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils,
454 alsamixergui, argus, armadillo, at, atftp, atk, avahi,
455 avrdude, axel, b43-firmware, b43-fwcutter, bandwidthd, bc,
456 bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
457 bmon, boa, bonnie, bootutils, bsdiff, btrfs-progs, bustle,
458 busybox, bwm-ng, bzip2, ca-certificates, cairo, can-utils,
459 ccache, ccrypt, chrony, cifs-utils, classpath, cloog, cmake,
460 collectd, connman, coreutils, cosmo, cppcms, cramfs, crda,
461 cryptodev-linux, cryptodev, ctorrent, cvs, dbus-cpp,
462 dbus-glib, dbus-python, dbus, dcron, dejavu, devmem2,
463 dfu-util, dhcp, dhcpcd, dhcpdump, dhrystone, dialog, dillo,
464 distcc, dmidecode, dmraid, dnsmasq, doom-wad, dropbear,
465 dropwatch, dsp-tools, dtv-scan-tables, dvb-apps, e2fsprogs,
466 e2tools, eeprog, eigen, elf2flt, elftosb, enlightenment,
467 enscript, espeak, ethtool, eudev, evemu, exim, expedite,
468 explorercanvas, ezxml, faifa, fan-ctrl, fconfig, feh,
469 fetchmail, ffmpeg, fftw, file, fio, fis, flann, flashrom,
470 flex, flot, fltk, fontconfig, freerdp, freescale-imx,
471 freetype, ftop, gcc, gd, gdb, genimage, genromfs, gettext,
472 giblib, glib-networking, glibc, gmp, gnupg, gnutls, gpm, gpsd,
473 gptfdisk, gpu-viv-bin-imx6q, gqview, grantlee, gst-ffmpeg,
474 gst-fsl-plugins, gst1-libav, gst1-plugins-bad,
475 gst1-plugins-ugly, gtk2-engines, gtk2-theme-hicolor, gtkperf,
476 gvfs, haserl, hdparm, hostapd, httping, i2c-tools, icu,
477 imagemagick, imx-lib, inadyn, inotify-tools, input-tools,
478 ipkg, iproute2, iputils, irda-utils, iw, jack2, jpeg, jquery,
479 jquery-keyboard, jquery-mobile, jquery-validation, jsmin, kbd,
480 kexec, kmod, knock, latencytop, lcdapi, leafpad, lesstif,
481 lftp, libaio, libarchive, libargtable2, libart, libatasmart,
482 libatomic_ops, libbsd, libcap-ng, libcec, libcgicc, libcgroup,
483 libconfuse, libcurl, libdrm, libdvdnav, libdvdread,
484 libeXosip2, libedit, liberation, libesmtp, libev, libevas,
485 libevdev, libevent, libfcgi, libffi, libfreefare, libfslcodec,
486 libfslparser, libfslvpuwrap, libgail, libgcrypt, libglade,
487 libglib2, libgpgme, libgtk2, libhid, libical, libiconv,
488 libiqrf, libjpeg, liblog4c-localtime, libmbus, libmicrohttpd,
489 libmms, libndp, libnftnl, libnl, libnspr, libnss, liboauth,
490 libpcap, libpng, libpthsem, libqmi, libraw, libraw1394,
491 librsvg, libsoc, libsoup, libsvgtiny, libsysfs, libtasn1,
492 libtirpc, libtorrent, libusb, libv4l, libwebsockets, libxcb,
493 libxml2, libyaml, links, linux-firmware, linux-fusion,
494 linux-headers, linux-pam, lite, live555, lm-sensors,
495 lockfile-progs, lpc3250loader, lshw, lsof, lsuio, ltrace,
496 ltris, lua-messagepack, luainterpreter, luajit, luaposix,
497 luarocks, lvm2, lxc, lz4, lzo, make, makedevs, mdadm,
498 mediastreamer, mesa3d, metacity, minidlna, mkpasswd,
499 modem-manager, mongoose, mpd, mpg123, msgpack, mtd, mtools,
500 mtr, musepack, musl, mysql, nano, nasm, nbd, ncurses, ndisc6,
501 netatalk, netplug, network-manager, nftables, ngircd, nodejs,
502 nss-mdns, ntp, nut, olsr, open2300, opencv, openntpd, openocd,
503 openpgm, openpowerlink, openssh, openssl, openswan, openvpn,
504 opkg, oprofile, opus-tools, orc, p910nd, pango, parted,
505 pax-utils, pcmanfm, perf, perl, perl-module-build, php,
506 pixman, pkgconf, poco, polarssl, popt, portmap, postgresql,
507 prboom, protobuf-c, proxychains-ng, psmisc, psplash, ptpd2,
509 python-{bottle,dpkt,id3,mad,msgpack,nfc,pygame,pyzmq,simplejson},
510 python3, qhull, qt, qt5base, qt5connectivity, qt5declarative,
511 qt5graphicaleffects, qt5multimedia, qt5quickcontrols,
512 qt5sensors, qt5svg, qt5webkit, quagga, quota, radvd, rdesktop,
513 read-edid, rpcbind, rpi-firmware, rpi-userland, rpm,
514 rsh-redone, rsync, rt-tests, rtmpdump, rtorrent, rubix, ruby,
515 samba, samba4, sane-backends, sawman, sconeserver, setserial,
516 sg3_utils, shared-mime-info, smartmontools, smcroute, snappy,
517 socketcand, spawn-fcgi, sqlite, squashfs, squid, sredird,
518 startup-notification, statserial, strongswan, stunnel,
519 sunxi-mali, supervisor, synergy, sysklogd, sysprof, sysstat,
520 systemd, tcpdump, tcpreplay, texinfo, thrift, thttpd, ti-gfx,
521 ti-utils, tinyhttpd, torsmo, trace-cmd, transmission, tslib,
522 tstools, tvheadend, tzdata, uboot-tools, uclibc, udev,
523 udpcast, usb_modeswitch, usbmount, util-linux, valgrind, vim,
524 vlc, w_scan, wayland, webrtc-audio-processing, weston, wget,
525 wireless-regdb, wireless_tools, wireshark, wpa_supplicant,
526 xapp_{twm,xconsole,xcursorgen,xedit,xfs,xinit,xrandr},
527 xdriver_xf86-video-intel, xlib_lib{FS,ICE,Xext,Xfont,Xft,Xi},
528 xproto_fontsproto, xproto_inputproto, xserver_xorg-server,
529 x11vnc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons, xterm, xvkbd,
532 New packages: flickcurl, fmc, fmlib, geoip, gnupg2,
533 google-breakpad, imx-vpu, isl, kexec-lite, libglew, libglu,
534 libinput, libksba, libmemcached, libmpdclient, librtlsdr,
535 libuv, libva, libva-intel-driver, linux-zigbee, memcached,
536 mpdecimal, ncmpc, opencore-amr, patchelf, perl-datetime-tiny,
537 perl-gd, perl-gdgraph, perl-gdtextutil, perl-io-socket-ssl,
538 perl-json-tiny, perl-mojolicious, perl-net-ssleay,
539 perl-path-tiny, perl-try-tiny, perl-xml-libxml,
540 perl-xml-namespacesupport, perl-xml-sax, perl-xml-sax-base,
541 php-geoip, php-memcached, pifmrds, pinentry, powerpc-utils,
542 procps-ng, pwgen, python-cffi, python-daemon, python-flup,
543 python-ipython, python-numpy, qt5enginio, qt5webkit-examples,
544 qt5websockets, simicsfs, sispmctl, sox, sshpass, tclap,
545 twolame, upmpdcli, whois, xlib_libxshmfence, xproto_dri3proto
547 Removed packages: procps
549 Issues resolved (http://bugs.uclibc.org):
551 #5750: Doing a Buildroot build from /usr doesn't work
552 #5900: config flags to the Xenomai build system
553 #6230: Cannot compile gcc without threads (uClibc-based)
554 #6626: procps Unknown HZ value! (XX) Assume 100
555 #7118: Package "thrift" requires atomic operations
556 #7154: Local uClibc config file gets overwritten using ...
557 #7160: host-xz not built
558 #7166: hostapd: segfault when using RT5370
559 #7172: Name collision of rpath token expansion and internal..
560 #7178: NTPd package cannot sync time without a proper ntp.conf
561 #7184: supervisord depends on libxml2 implicitly
562 #7196: Unable to build on UBUNTU13.10
563 #7268: python 2.7 compilation issue on a Debian/Ubuntu ...
565 2014.05, Released May 31st, 2014
569 Minor manual fixes. U-Boot now defaults to spl/u-boot-spl.bin
572 Updated/fixed packages: exim, glibc, gnutls, libfribidi,
573 qt5base, qt5webkit, sysklogd, thrift, u-boot
575 2014.05-rc3, Released May 28th, 2014
579 Updated/fixed packages: acl, attr, connman, dosfstools,
580 dropbear, dvb-apps, exim, flite, gdb, httping, hwdata,
581 lesstif, libnss, libv4l, lttng-babeltrace, midori, monit,
582 mplayer, php, python2, rdesktop, rpi-userland, ruby, samba,
585 Issues resolved (http://bugs.uclibc.org):
587 #7100: license info for package 'acl' missing
588 #7106: license info for package 'attr' missing
589 #7112: license info for package 'hwdata'
591 2014.05-rc2, Released May 21st, 2014
593 Fixes all over the tree.
595 Stripping using sstrip has been deprecated.
597 BR2_EXTERNAL can now also be used to implement custom
600 The newly added BR2_GRAPH_DEPTH variable to limit the depth of
601 the generated dependency graph has been renamed to
602 BR2_GRAPH_DEPS_OPTS, so additional options can be supported in
605 The virtual package infrastructure will now error out early
606 if multiple packages providing the same virtual package has
607 been enabled (E.G. opengl). This change requires that the
608 packages explicitly declare what virtual package(s) they
611 Updated/fixed packages: acpid, armadillo, avahi, bellagio,
612 btrfs-progs, cairo, clapack, directfb, duma, ecryptfs-utils,
613 elfutils, eudev, fbgrab, fio, flann, fluxbox, gdb, gpm,
614 gpu-viv-bin-mx6q, gst1-plugins-good, gst-plugins-good,
615 imagemagick, iprutils, ipsec-tools, jack2, libdvdnav,
616 libdvdread, libnss, libunwind, linux-headers, lsof, lua,
617 luajit, matchbox-keyboard, mesa3d, mpd, mplayer, mtr, mysql,
618 netsnmp, nodejs, openpowerlink, openvpn, pciutils,
619 php-imagick, postgresql, pulseaudio, qt5quick1, rpi-userland,
620 rsyslog, samba, samba4, sane-backends, sunxi-mali, systemd,
621 ti-gfx, tstools, udev, webkit, wpa_supplicant, xbmc,
622 xlib_libXpm, xserver_xorg-server, zyre
624 Issues resolved (http://bugs.uclibc.org):
626 #5396: Boot hangs when starting samba if BR2_ENABLE_LOCALE...
627 #7016: Git issues in resulting buildroot tar
628 #7094: pciutils doesn't build on Blackfin
630 2014.05-rc1, Released May 13th, 2014
632 Fixes all over the tree and new features.
634 Architectures: Support for MIPS o32 ABI on MIPS-64 targets has
635 been removed. Building o32 ELF files for MIPS64 is an exotic
636 configuration that nobody should be using. If o32 is required,
637 then is better if it's built for MIPS 32-bit cores so only
638 32-bit instructions will be used leading to a more efficient
640 Support for the ARM A12 variant and Intel corei7.
642 Configs: Minnowboard and Altera SoCkit added, QEMU updates.
644 Bootloaders: Grub2 and gummiboot support, syslinux support
647 Toolchains: GCC 4.9. Glibc 2.19. Support for the musl C
648 library for internal and external toolchains. 4.8-R3 support
649 for ARC, Internal toolchain support for Aarch64 and
650 Microblaze. Environment variable to control debug output of
651 toolchain wrapper renamed to BR2_DEBUG_WRAPPER to match the
652 other variables. Toolchain tuple vendor name can now be
653 customized. Updated external Linaro ARM/Aarch64
654 toolchains. Added external Linaro ARMEB toolchain.
655 A GDB gdbinit file is now generated for external toolchains to
656 automatically set the correct sysroot.
658 Kconfig handling for minimum kernel headers version required
659 for packages. Now packages needing specific kernel header
660 features can specify these requirements in Kconfig.
662 Infrastructure: Support for (but disabled as it leads to
663 unreproducible builds) toplevel parallel builds. See the
664 comment at the top of Makefile for details about how to enable
665 it and what the problems are if you want to test it.
666 Python package infrastructure extended to support Python 3.x
667 Perl and virtual package infrastructure support added.
668 PRE_*_HOOKS support for all build steps.
670 Updated/fixed packages: acpid, agentpp, aiccu, apr, avahi,
671 barebox, bash, beecrypt, bellagio, binutils, boost,
672 boot-wrapper-aarch64, bustle, busybox, ca-certificates, cairo,
673 ccache, ccid, cgilua, chrony, cifs-utils, civetweb, cmake,
674 collectd, connman, coreutils, coxpcall, cppcms, cppzmq, crda,
675 cryptodev, cryptsetup, cups, czmq, dbus, dhcpdump, directfb,
676 dmalloc, dmraid, dnsmasq, dosfstools, dsp-tools, dtc,
677 dvb-apps, ebtables, ecryptfs-utils, eigen, erlang, ethtool,
678 evemu, evtest, f2fs-tools, fdk-aac, feh, ffmpeg, file, filemq,
679 flac, flot, fmtools, fping, freetype, fswebcam, gcc, gd, gdb,
680 gettext, giblib, git, glibc, glibmm, glib-networking, gmp,
681 gnutls, gpm, gpsd, gpu-viv-bin-mx6q, grep, gst1-libav,
682 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
683 gst1-plugins-ugly, gst-ffmpeg, gst-fsl-plugins, gst-omx,
684 gst-plugins-good, gstreamer1, gvfs, harfbuzz, haveged,
685 hostapd, htop, httping, ifplugd, iftop, igmpproxy,
686 imagemagick, imlib2, imx-lib, infozip, intltool, iproute2,
687 ipsec-tools, ipset, jansson, jpeg, jpeg-turbo, jquery,
688 jquery-keyboard, jquery-ui, jquery-ui-themes, json-glib,
689 json-javascript, kexec, kmod, lame, lbase64, lbreakout2,
690 lcdproc, lftp, libao, libatasmart, libatomic_ops, libcap,
691 libcdio, libcec, libcgicc, libcgroup, libcurl, libdrm,
692 libdvdnav, libdvdread, libegl, libeio, libenca, libesmtp,
693 libevas, libevdev, libfribidi, libfslcodec, libfslparser,
694 libfslvpuwrap, libgail, libgles, libglib2, libgtk2, libhid,
695 libjpeg, libmbim, libmicrohttpd, libmodplug, libnftnl,
696 libnspr, libogg, libopenmax, libopenvg, libpcap, libplayer,
697 libpng, libpthread-stubs, librsvg, libsigsegv, libsocketcan,
698 libsoup, libtasn1, libtool, libtpl, libunwind, liburcu,
699 libusb, libwebsockets, libxcb, libxml2, libxmlpp, libyaml,
700 lighttpd, linphone, linux-firmware, linux-headers, ljsyscall,
701 lmbench, lsof, ltp-testsuite, ltris, lttng-babeltrace,
702 lttng-libust, lttng-modules, lttng-tools, lua, lua-cjson,
703 luacrypto, lua-ev, luaexpat, luaexpatutils, luafilesystem,
704 luainterpreter, luajit, lua-msgpack-native, luaposix,
705 luarocks, luasec, luasocket, luasql-sqlite3, lvm2, macchanger,
706 memstat, mesa3d, metacity, minidlna, mmc-utils,
707 mobile-broadband-provider-info, modem-manager, mongrel2,
708 monit, mpd, mplayer, msmtp, mtd, mtools, mutt, mysql, nasm,
709 ncurses, ne10, netatalk, netsnmp, nettle, network-manager,
710 newt, nfs-utils, nmap, nodejs, ntfs-3g, ntp, nut, ofono, ola,
711 olsr, omniorb, opencv, opengl, openpgm, openssh, openssl,
712 openswan, openvpn, orbit, orc, p11-kit, pango, parted,
713 pciutils, pcre, pcsc-lite, perf, perl, perl-xml-parser, php,
714 picocom, pixman, pkgconf, poppler, popt, portmap, powervr,
715 pppd, pptp-linux, proftpd, protobuf, protobuf-c, ptpd2,
716 pulseaudio, python, python3, python-bottle, python-m2crypto,
717 python-netifaces, python-pyasn, python-pycrypto,
718 python-pygame, python-pysnmp, python-pysnmp-apps,
719 python-pysnmp-mibs, python-serial, python-setuptools,
720 qextserialport, qt, qt5, qt5base, qt5connectivity,
721 qt5declarative, qt5graphicaleffects, qt5imageformats,
722 qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
723 qt5sensors, qt5serialport, qt5svg, qt5webkit, qt5x11extras,
724 qt5xmlpatterns, qtuio, qwt, radvd, readline, rings,
725 rpi-firmware, rpi-userland, rsh-redone, rsync, rsyslog, rtai,
726 rtmpdump, rt-tests, ruby, samba, sconeserver, scons, sdl,
727 sdl_image, sdl_mixer, sg3_utils, slang, smstools3, snmppp,
728 socat, speex, sqlcipher, sqlite, squashfs, squid, strongswan,
729 stunnel, sunxi-boards, sunxi-mali, sunxi-tools, sylpheed,
730 syslinux, sysstat, systemd, taglib, tcl, tcllib, tcpreplay,
731 tidsp-binaries, ti-gfx, tmux, tvheadend, tzdata, uboot,
732 uboot-tools, uclibc, udev, udisks, ulogd, usb_modeswitch,
733 usb_modeswitch_data, usbmount, util-linux, valgrind, vlc,
734 webkit, weston, wget, wireshark, wpa_supplicant, wsapi,
735 w_scan, xapp_appres, xapp_bdftopcf, xapp_beforelight,
736 xapp_bitmap, xapp_editres, xapp_fslsfonts, xapp_fstobdf,
737 xapp_iceauth, xapp_ico, xapp_mkfontscale, xapp_rgb,
738 xapp_rstart, xapp_sessreg, xapp_showfont, xapp_twm,
739 xapp_viewres, xapp_xauth, xapp_xbacklight, xapp_xcalc,
740 xapp_xclock, xapp_xditview, xapp_xdpyinfo, xapp_xdriinfo,
741 xapp_xev, xapp_xfd, xapp_xfontsel, xapp_xfs, xapp_xfsinfo,
742 xapp_xgc, xapp_xhost, xapp_xinit, xapp_xkbutils, xapp_xkill,
743 xapp_xload, xapp_xlsclients, xapp_xlsfonts, xapp_xmag,
744 xapp_xman, xapp_xmessage, xapp_xmodmap, xapp_xprop,
745 xapp_xrandr, xapp_xrdb, xapp_xrefresh, xapp_xset,
746 xapp_xsetroot, xapp_xsm, xapp_xstdcmap, xapp_xvidtune,
747 xapp_xvinfo, xapp_xwd, xapp_xwininfo, xcb-util-wm,
748 xdriver_xf86-input-evdev, xdriver_xf86-input-joystick,
749 xdriver_xf86-input-keyboard, xdriver_xf86-input-mouse,
750 xdriver_xf86-input-synaptics, xdriver_xf86-input-vmmouse,
751 xdriver_xf86-video-ark, xdriver_xf86-video-ast,
752 xdriver_xf86-video-ati, xdriver_xf86-video-cirrus,
753 xdriver_xf86-video-dummy, xdriver_xf86-video-fbdev,
754 xdriver_xf86-video-geode, xdriver_xf86-video-glide,
755 xdriver_xf86-video-glint, xdriver_xf86-video-i128,
756 xdriver_xf86-video-intel, xdriver_xf86-video-mach64,
757 xdriver_xf86-video-mga, xdriver_xf86-video-neomagic,
758 xdriver_xf86-video-newport, xdriver_xf86-video-nv,
759 xdriver_xf86-video-openchrome, xdriver_xf86-video-r128,
760 xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
761 xdriver_xf86-video-sis, xdriver_xf86-video-tdfx,
762 xdriver_xf86-video-tga, xdriver_xf86-video-trident,
763 xdriver_xf86-video-vesa, xdriver_xf86-video-vmware,
764 xdriver_xf86-video-voodoo, xenomai, xerces, xl2tp, xlib_libFS,
765 xlib_xtrans, xproto_xproto, xserver_xorg-server,
766 xutil_util-macros, zeromq, zic, zmqpp, zyre
768 New packages: armadillo, btrfs-progs, clapack, cosmo, dado,
769 dbus-triggerd, dtv-scan-tables, e2tools, eudev, exim, expect,
770 fetchmail, flann, flite, gnu-efi, grub2, gummiboot, heimdal,
771 iprutils, iptraf-ng, jack2, jquery-mobile, libee, libestr,
772 libgc, libgl, liblogging, libndp, libsoxr, libstrophe,
773 libubox, libuci, libxmlrpc, ljlinenoise, lpeg, lpty, lrandom,
774 lsqlite3, lua-coat, lua-coatpersistent, lua-csnappy, luajson,
775 lualogging, lua-messagepack, lua-testmore, lunit, lzip, lzlib,
776 musl, nftables, opentyrian, opentyrian-data,
777 perl-module-build, php-gnupg, php-imagick, php-ssh2, php-yaml,
778 php-zmq, postgresql, python-libconfig, python-pypcap,
779 python-pyrex, qdecoder, qhull, samba4, smack, tz, tzdump, ucl,
780 upx, vo-aacenc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons,
781 yaffs2utils, zlog, znc
783 Removed packages: crosstool-ng, python-distutilscross, vala
785 Issues resolved (http://bugs.uclibc.org):
787 #6842: Checking external toolchain for eabihf
788 #6956: Packaging libsoxr
789 #6986: Make legal-info fails on uboot versions before 2014.01
790 #6992: Incorrect installation rights on external kernel module..
792 2014.02, Released February 27th, 2014
796 Updated/fixed packages: cegui06, cppdb, e2fsprogs, gcc, gdb,
797 gst1-plugins-bad, gstreamer, gstreamer1, haserl, imagemagick,
798 libpng, libxml2, lua, luajit, luarock, ncftp, openswan,
799 pcsc-lite, qt5connectivity, ramsmp, strongswan, vlc
801 Issues resolved (http://bugs.uclibc.org):
803 #6938: mkuser script generates wrong password for new user in..
805 2014.02-rc3, Released February 25th, 2014
809 Updated/fixed packages: aiccu, ala-lib, alsa-utils, binutils,
810 cairo, coreutils, dhcpcd, distcc, efl, evas, iputils, gdb,
811 gpsd, gst-fsl-plugins, icu, libcec, libcgi, libplayer,
812 libsecret, libsepol, libsigsegv, libtool, libv4l,
813 linux-headers, matchbox-lib, mpg123, ncftp, opencv, pcmanfm,
814 pixman, pv, qt, rt-tests, sawman, sconeserver, sdl, thrift,
815 tvheadend, util-linux, webkit, xscreensaver
817 Issues resolved (http://bugs.uclibc.org):
819 #4706: Removing .stamp_target_installed does not trigger...
820 #5030: busybox built fails if we use an override src dir...
821 #5420: Dbus and /var/run management
822 #5768: Not able to build ALSA-Lib for static build
823 #5774: Not able to build ALSA-Utils for static build
824 #6542: external python modules fail to compile to pyc if...
825 #6764: Support for kernel signed modules
826 #6794: Busybox compiled from buildroot hangs on pass from...
828 2014.02-rc2, Released February 20th, 2014
830 Fixes all over the tree. Static linking / nommu fixes and
831 annotations for several packages.
833 Updated/fixed packages: boost, busybox, collectd, coreutils,
834 dropbear, elfutils, feh, gcc, gst1-libav, imagemagick, iozone,
835 jimtcl, kexec, libvncserver, lvm2, lxc, mplayer, netsnmp, nut,
836 opencv, python, python3, qtuio, systemd, thrift, transmission,
839 Issues resolved (http://bugs.uclibc.org):
841 #5450: AT91SAM9260 Bootstrap compilation problem
842 #5582: libiconv 1.14 failed to build
843 #5624: When building directfb, BR2_TARGET_LDFLAGS not used by..
844 #5852: [2012.11] usb_modeswitch should depends of "BR2_PACK..
845 #6218: binutils-2.23.2/gas fails with undefined reference to..
846 #6236: binutils-2.23.2/bfd fails with undefined reference to..
847 #6470: If the build directory is a child of /usr, the build..
848 #6776: systemd error: static declaration of 'execvpe' follows..
849 #6818: toolchainfile.cmake has absolut path references
851 2014.02-rc1, Released February 11th, 2014
853 Fixes all over the tree and new features.
855 Support for external packages/defconfigs (BR2_EXTERNAL). See
856 user manual for details.
858 Cleanup of environment variable names for consistency. The
859 download directory location override (BUILDROOT_DL_DIR) is now
860 called BR2_DL_DIR. Likewise the name of the current .config is
861 renamed from BUILDROOT_CONFIG to BR2_CONFIG. Please update
862 your post build scripts if you use this! BUILD_DIR is now also
863 exported to the post build/image scripts.
865 Toolchain: GCC 4.8 fix for ARM stack corruption, reverted
866 uClibc pread/pwrite backport as they cause issues on certain
867 architectures, new Linaro and Sourcery Codebench toolchains.
868 x86: Support for AMD Jaguar cores, SSE4.x, SH: SH2/SH3/SH3EB
869 variants removed, Microblaze: Internal toolchain support
871 Legal infrastructure: Info is now split between host and
872 target packages, large number of license annotations.
874 Lua: selection between lua 5.1 / 5.2, luarocks support
876 Python: package infrastructure, many new packages.
878 Defconfigs: Armadeus APF51 + Zedboard added, apf27, apf28,
879 beaglebone, microblaze, pandaboard, qemu, raspberry pi
882 Updated/fixed packages: aiccu, alsa-lib, alsa-utils,
883 am33x-cm3, aumix, autoconf, automake, barebox, bellagio,
884 berkeleydb, binutils, bison, blackbox, bluez_utils, boost,
885 bustle, busybox, cairo, can-utils, ccache, ccid, cgilua,
886 cifs-utils, civetweb, cmake, collectd, connman, copas,
887 coreutils, coxpcall, cppzmq, cramfs, crda, cryptodev-linux,
888 cryptsetup, cups, czmq, dhcpcd, dhcpdump, dhrystone, dialog,
889 dmraid, dnsmasq, dosfstools, dropbear, dropwatch, dtc, duma,
890 dvb-apps, e2fsprogs, eglibc, eigen, elf2flt, erlang, ethtool,
891 f2fs-tools, ffmpeg, file, filemq, fio, flashrom, flex,
892 fluxbox, fontconfig freerdp, freetype, gadgetfs-test, gawk,
893 gcc, gdb, gdbm, gettext, git, glibc, gnupg, gnutls, gob2,
894 gpsd, grep, grub, gst-ffmpeg, gst-plugins-good,
895 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
896 gst1-plugins-ugly, gstreamer, gstreamer1, gtest, icu, iftop,
897 imagemagick, inadyn, infozip, iozone, iproute2, iptables, iw,
898 jpeg, jpeg-turbo, jq, kexec, kmod, knock, lbase64, lcdapi,
899 lftp, libcdaudio, libcgi, libcgicc, libcuefile, libcurl,
900 libdmtx, libdrm, libdvdnav, libdvdread, libegl, libevent,
901 libexif, libfcgi, libfreefare, libgles, libglib2, libllcp,
902 libmicrohttpd, libmpd, libnfc, libnl, libnss, libopenmax,
903 libopenvg, libpcap, libpfm4, libplayer, libpng, libqmi,
904 libreplaygain, libroxml, libsamplerate, libsexy, libsigsegv,
905 libsndfile, libsoc, libtasn1, libtorrent, libtpl, libupnp,
906 libusb, libusb-compat, libvorbis, libxcb, libxml2, libxmlpp,
907 libyaml, lighttpd, linknx, linux-firmware, linux-pam, live555,
908 lm_sensors, lmbench, lockdev, logrotate, lrzsz, ltrace, lua,
909 lua-ev, lua-msgpack-native, luabitop, luaexpat, luaexpatutils,
910 luafilesystem, luajit, luaposix, luasec, luasocket,
911 luasql-sqlite3, m4, matchbox, mdadm, minicom, mongrel2, mpc,
912 mpd, mpg123, mplayer, mtd, mysql, lvm2, mxml, ncurses, ne10,
913 neard, neardal, netsnmp, netstat-nat, network-manager, nodejs,
914 numactl, ofone, ola, olsr, omniorb, open2300, opencv,
915 openpowerlink, openssh, openssl, openvpn, oprofile, opus,
916 opus-tools, orbit, p11-kit, parted, pcre, pcsc-lite, perl,
917 php, poco, poppler, powervr, protobuf-c, psplash, python,
919 python-{crc16,distutilscross,dpkt,id3,ipy,m2crypto,mad,meld},
920 python-{netifaces,nfc,protobuf,pygame,pyparsing,pyro,pyzmq},
921 python-{serial,setuptools}, qt, qt5base, qt5connectivity,
922 qt5declarative, qt5graphicaleffects, qt5jsbackend,
923 qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
924 qt5webkit, radvd, redis, rings, rng-tools, rpcbind,
925 rpi-firmware, rpi-userland, rt-tests, sam-ba, samba, sawman,
926 sconeserver, scons, sdl, sg3_utils, snappy, snmppp,
927 socketcand, spice, spice-protocol, sqlcipher, sqlite, squid,
928 sshfs, strace, subversion, sunxi-mali, supervisor, sysklogd,
929 sysprof, sysstat, systemd, sysvinit, taglib, tar, tcpdump,
930 ti-gfx, ti-utils, tinymembench, tn5250, trace-cmd,
931 transmission, tvheadend, tzdata, zxing, uboot, uboot-tools,
932 uclibc, udev, udpcast, ulogd, urg, usb_modeswitch_data,
933 util-linux, vala, valgrind, vorbis-tools, wavpack, wayland,
934 weston, wget, wireless-regdb, wireshark, wpa_supplicant,
935 wsapi, xavante, xapp_xdpyinfo, xapp_xrandr, xcb-proto,
936 xdriver_xf86-video-intel, xenomai, xkeyboard-config, xl2tp,
938 xlib_libX{au,aw,composite,cursor,damage,ext,fixes,font,i},
939 xlib_libX{inerama,mu,pm,randr,render,res,t,tst,v,xf86dga},
940 xlib_libXxf86vm, xlib_libdmx, xlib_libfontenc,
941 xlib_libpciaccess, xlib_xtrans, xproto_dri2proto,
942 xproto_{glproto,inputproto,presentproto,randrproto,videoproto},
943 xproto_xextproto, xproto_xproto, xutil_util-macros,
944 xutil_makedepend, zic, zmqpp, zxing, zsh, zyre
946 New packages: apitrace, avrdude, c-ares, ca-certificates,
947 cwiid, dbus-cpp, evemu, fping, fswebcam, gpm, gst1-libav,
948 haveged, intel-microcode, iucode-tools, jasper, joe, ktap,
949 lbreakout2, libass, libbluray, libcdio, libenca, libevdev,
950 libmbim, libmodplug, libnfs, libnftnl, libplist, libshairplay,
951 libsocketcan, ljsyscall, log4cplus, ltris, luainterpreter,
952 luarocks, minidlna, mmc-utils, modemmanager, mtr, net-tools,
953 python-configobj, python-dialog, python-json-schema-validator,
954 python-keyring, python-msgpack, python-posix-ipc,
955 python-pyasn, python-pycrypto, python-pysnmp,
956 python-pysnmp-apps, python-pysnmp-mibs, python-pyusb,
957 python-simplejson, python-tornado, python-versiontools,
958 rtmpdump, rtptools, smcroute, smstools3, tcpreplay, thrift,
959 ti-uim, tinyxml, tmux, vlc, wmctrl, xconsole
961 Removed packages: autoconf, automake, ccache, cpanminus, lzma,
962 netkitbase, netkittelnet, pkg-config, squashfs3, ttcp, xstroke
964 Issues resolved (http://bugs.uclibc.org):
966 #65: new package: dbus c++ language bindings
967 #769: Update configuration menu for MIPS target
968 #2419: Add a bundle of Lua modules
969 #2629: Segmentation faults and division by zero in Grub on ext2
970 #3811: Added auto-mount for USB and SD Card (mdev) (for 2011.05)
971 #4339: Allow override of DL_DIR in extract step
972 #4363: Make sure that copied linux and busybox defconfig are...
973 #4454: There should be simple way to update image, when chang...
974 #5024: grub fails to build for x86_64 target architecture
975 #5066: New-Package: net-tools
976 #5072: ncurses: add ncurses-progs to target
977 #5294: uclibc build ignores target CFLAGS and LDFLAGS
978 #5366: Login doesn't work with util-linux versions of login/agetty
979 #5378: dropbear Makefile broken
980 #5390: System banner - change to empty doesn't remove /etc/issue
981 #5780: spurious build failure because it cannot remove ubinize.cfg
982 #5798: ncurses-5.9 fails to compile statically
983 #5810: Buildroot 2012.11: Additional GCC option "-msoft-float" ...
984 #6080: Git fetch caching
985 #6092: Bootable ISO image creation seems to have stopped working..
986 #6272: coreutils build fails
987 #6434: apply-patches.sh does not work recursively
988 #6446: eglibc doesn't install ldconfig to target
990 #6596: Slow bootup if mdev is chosen
991 #6656: Build Qt5 with ccache
992 #6662: internal compiler error: Segmentation fault during making..
993 #6722: Usage of $($(PKG)_DIR_PREFIX) is an issue with linux package
994 #6752: genext2fs: e2fsck must run before tunefs -U random
995 #6770: openssl 1.0.1f fails with ccache
996 #6830: Qt5: no fonts are installed
997 #6848: Qt5: no text shown in simple QWidget / frame-buffer setup
998 #6854: Update to Qt 5.2.1
1000 2013.11, Released November 30th, 2013:
1004 Updated/fixed packages: apr, binutils, dbus-python, dropwatch,
1005 ecryptfs-utils, eglibc, gdb, gpsd, grantlee, hostapd,
1006 iptables, qlibiscsi, libnspr, libnss, libpfm4, libtool,
1007 lua-ev, lvm2, mplayer, qt, qt5, quagga, ruby, tinymembench,
1008 tvheadend, util-linux, wpa_supplicant
1010 Issues resolved (http://bugs.uclibc.org):
1012 #1279: Buildroot compiled Busybox and Coreutils LFS issues
1013 #2995: -fstack-protector-all causes ssh to SIGSEGV
1014 #5570: Cannot compile software on the target machine
1015 #6428: util-linux libmount segfaults with patch from buildroot
1016 #6500: php fails to build for armel
1017 #6554: gdb needs to dependents on host texinfo
1018 #6692: GNU nano fails to compile for x86_64
1019 #6704: wpa_supplicant: fix wrong path to executable file in D-Bus
1021 2013.11-rc3, Released November 26th, 2013
1023 Fixes all over the tree.
1025 Architecture: Mark MIPS I, II, III and IV as deprecated.
1027 Updated/fixed packages: beecrypt, dbus, e2fsprogs, libcap-ng,
1028 libglib2, libroxml, libsigsegv, libvncserver, lxc, mdadm,
1029 mongoose, nut, ola, omniorb, openssl, pcre, php, poco,
1030 protobuf-c, pv, qt5base, ruby, schifra, squid, sunxi-mail,
1031 swig, ti-gfx, tinymembench, uclibc, udisks, vim
1033 2013.11-rc2, Released November 18th, 2013
1035 Fixes all over the tree.
1037 Defconfigs: qemu_arm_versatile, qemu_arm_nuri, sheevaplug:
1038 Adjust kernel versions.
1040 Toolchain: avr32: fix for modern kernel headers
1042 Bootloader: Barebox updated to 2013.10.1
1044 Updated/fixed packages: dhcp, e2fsprogs, gst1-plugins-bad,
1045 libcurl, libvncserver, nano, pc, qt5base, squashfs, ttcp,
1048 Issues resolved (http://bugs.uclibc.org):
1050 #3601: DHCPD S80dhcp-server startup script issues
1051 #6320: Fix kernel compile issue if BR2_LINUX_KERNEL_CUSTOM_GIT_VERS..
1052 #6416: Xenomai package, patch alternative
1053 #6590: directfb-examples build failed whit linaro toolchain
1055 2013.11-rc1, Released November 12th, 2013
1057 Architectures: Nios-II support, MIPS arch handling fixes
1059 Defconfigs: cubieboard2, freescale i.MX 6sololite evk,
1060 sabre-sd, wandboard added, rpi renamed to raspberrypi_defconfig
1062 Toolchain: glibc support, upstream uClibc fixes, uClibc 0.9.31
1063 for avr32, crosstool-ng backend removed, external musl
1064 toolchain support, gcc 4.8.2, updated Linaro external
1065 toolchains. Fortran and objective-C support deprecated,
1068 Bootloaders: U-Boot: u-boot.imx support, version bumps
1070 Linux: use kmod instead of module-init-tools
1072 System: default to devtmpfs for /dev
1074 Infrastructure: Make 3.82 fixes, locales generation fixes, CVS
1075 download support, post-rsync hooks
1077 Fs: u-boot image support for cpio
1079 Updated/fixed packages: aircrack-ng, alsamixergui, apr,
1080 apr-util, atk, automake, bellagio, berkeleydb, bind, binutils,
1081 bison, boost, busybox, can-utils, ccache, ccid, cgilua,
1082 chrony, cifs-utils, cjson, collectd, connman, conntrack-tools,
1083 copas, cppcms, cppzmq, czmq, dash, dbus, dhcpcd, diffutils,
1084 directfb, dmidecode, dnsmaqs, docker, dosfstools, dropbear,
1085 dropwatch, ebtables, eglibc, elf2flt, empty, enchant, erlang,
1086 ethtool, fbgrab, fbv, fdk-aac, feh, ffmpeg, file, findutils,
1087 fltk, fmtools, freetype, gdk-pixbuf, gettext, git,
1088 glib-networking, gmp, gnupg, gnutls, gpu-viv-bin-mx6q, gsl,
1089 gstreamer, gstreamer1, gst1-plugins-{bad,base,good,ugly},
1090 gtest, gutenprint, hplip, i2c-tools, icu, ifplugd,
1091 imagemagick, iozone, iproute2, ipset, iptables, iw, jamvm,
1092 jansson, jpeg-turbo, kismet, kmod, lcms2, libassuan, libcap,
1093 libcap-ng, libcdaudio, libcec, libcue, libcurl, libdrm,
1094 libedit, libevas, libevent, libfreefare, libfuse,
1095 libgpg-error, libiconv, liblog4c-localtime, libmicrohttpd,
1097 libnetfilter_{acct,conntrack,cthelper,cttimeout,log,queue},
1098 libnfnetlink, libnl, libpng, libqmi, libqrencode, libroxml,
1099 libsecret, libsigsegv, libsoup, libtirpc, libunwind, libusb,
1100 libvpx, lighttpd, linphone, linux-pam, lmbench,
1101 lockfile-progs, log4cxx, logrotate, logsurfer, ltp-testsuite,
1102 ltrace, luacrypto, luaposix, lvm2, m4, matchbox-lib,
1103 media-ctl, mediastreamer, minicom, minidlna, mongoose, monit,
1104 mpc, mpd, mpg123, mplayer, mrouted, mtdev, mutt, mysql_client,
1105 nano, ncftp, ndisc6, neard, neardal, neon, net-snmp, netatalk,
1106 netcat, netkitbase, netperf, netplug, nettle, nfacct,
1107 nfs-utils, ngircd, ngrep, noip, nuttcp, olsr, openssh, opkg,
1108 oprofile, opus-tools, orc, ortp, pciutils, pcre, pcsc-lite,
1109 perf, perl, perl-cross, php, picocom, pkgconf, polarssl,
1110 poppler, pppd, proftpd, protobuf, proxychains-ng, pulseaudio,
1111 pv, qemu, qt, qt5base, qt5webkit, quagga, radvd, redis,
1112 rpi-{firmware,userland}, rrdtool, rsync, rtorrent, ruby,
1113 samba, scons, screen, sdl_sound, ser2net, setserial,
1114 smartmontools, socat, socketcand, sqlcipher, sqlite, squid,
1115 stress, strongswan, stunnel, sudo, syslinux, systemd,
1116 sysvinit, tcl, ti-gfx, time, transmission, tremor, tslib,
1117 tstools, tvheadend, tzdata, uboot-tools, uclibc, udpcast,
1118 uemacs, ulogd, usb_modeswitch{,_data}, util-linux, vala,
1119 valgrind, vde2, vorbus-tools, vpnc, vsftpd, vtun, wayland,
1120 webkit, webp, webrtc-audio-processing, weston, wget,
1121 wireshark, wsapi, xavante, xdriver_xf86-video-geode, xenomai,
1122 xinetd, xlib_libpthread-stubs, xl2tp, xmlstarlet,
1123 xserver_xorg-server, xz, zeromq, zic, zmqpp
1125 New packages: aiccu, autossh, bc, civetweb, cppdb, cryptsetup,
1126 duma, eigen, harfbuzz, igmpproxy, iputils, jq, knock, kobs-ng,
1127 lesstif, libcgroup, libsepol, libsoc, libssh2, luasec, luasql,
1128 lxc, nut, ola, omniorb, openpowerlink, orbit, p910nd, psplash,
1129 python-crc16, python-ipy, python-pyzmq, qt5sensors,
1130 qt5serialport, qt5x11extras, snmppp, subversion, tcping,
1131 trace-cmd, xscreensaver, zsh
1133 Removed packages: module-init-tools
1135 Issues resolved (http://bugs.uclibc.org):
1137 #1138: Buildroot fails to build packages if BR2_GCC_SHARED_LIBGCC=y
1138 #5408: qt build failure with Sourcery CodeBench ARM 2010.09
1139 #5630: makefile error with toolchain helpers.mk
1140 #5672: htop: remove X11 stuff
1141 #5678: linux.mk: linux-menuconfig fails
1142 #5696: python3 installation is too large, patches from python2 needed
1143 #5978: Erlang does not build for arm in 2013.02-rc3
1144 #6392: Extended ARM uImage kernel options
1145 #6404: Buildroot's coreutils 'uname -p' reports 'Unknown' on recent..
1146 #6428: util-linux libmount segfaults with patch from buildroot
1147 #6452: eglibc from Linaro 2013.07 not copied to target correctly
1148 #6566: PHP segfault when crosscompiled to mips64 - patch included
1149 #6572: [PowerPC] Buildroot uses wrong external toolchain libraries..
1150 #6578: udisks package broken
1151 #6602: ebtables 64 bit kernel + 32 bit userland alignment error..
1152 #6608: ebtables missing ethertypes - fix included
1153 #6620: Sysvinit package missing killall5 and symlinks - patch included
1154 #6632: CMake use host pkg-config
1155 #6638: pkgconf doesn't download
1156 #6644: "all" target doesn't work in out-of-tree builds
1157 #6650: Segmentation fault when trying to build latest buildroot
1158 #6668: iptables limit module alignment problem on mips64
1160 2013.08, Released August 31th, 2013:
1164 Documentation build fixed.
1166 Updated/fixed packages: ltrace, strongswan
1168 2013.08-rc3, Released August 29th, 2013:
1170 Fixes all over the tree.
1172 External toolchain lib32/lib64 handling, ABI name for EABIhf,
1173 misc fixes for generatelocales, apply-patches and module
1176 Top level menu names reordered and renamed for clarity.
1178 Updated/fixed packages: acl, attr, bash, dbus, directfb,
1179 dvb-apps, kexec, kmod, libbsd, linux-fusion, mesa3d, minidlna,
1180 openssh, openssl, pulseaudio, python-setuptools, qt5,
1181 qt5webkit, redis, strongswan, sunxi-mali
1183 Issues resolved (http://bugs.uclibc.org):
1185 #6464: dbus-daemon-launch-helper needs setuid
1187 2013.08-rc2, Released August 16th 2013:
1189 Documentation improvements.
1191 External toolchains fixes.
1193 Updated/fixed packages: aircrack-ng, bash, boost, cairo,
1194 cppcms, eglibc, ffmpeg, gcc, git, gnupg, imagemagick, libcec,
1195 libffi, libgcrypt, linux, linux-headers, ltrace, netatalk,
1196 opencv, opengl, readline, samba, strongswan, sunxi-cedarx,
1197 uclibc, udev, wayland, webkit, zeromq.
1199 Issues resolved (http://bugs.uclibc.org):
1201 #6440: typo in ffmpeg makefile
1203 2013.08-rc1, Released August 5th, 2013:
1206 - improved support for floating point on ARM and Thumb/Thumb2
1207 - support for ARM OABI removed
1210 - support added for Sourcery CodeBench ARM and MIPS 2013.05
1211 - Linaro ARM and Aarch64 toolchains updated
1212 - support added for the Arago ARMv5 and ARMv7 toolchains
1213 - gcc 4.8.x version bumped
1214 - support for installing both FDPIC and FLAT libraries on
1216 - support for uClibc 0.9.31 removed,
1217 - convert the internal toolchain backend to use the package
1219 - support added for eglibc in the internal toolchain backend
1220 - toolchain components for the ARC architecture updated and
1222 - support for Blackfin in the internal toolchain fixed
1224 Defconfigs: beaglebone_defconfig updated, new defconfig for
1225 CubieBoard, for Olimex mx233 Olinuxino, for Calao Systems
1228 A number of packages have been fixed to use the
1229 <pkg>_CONFIG_SCRIPTS mechanism to get their <pkg>-config shell
1230 script installed and modified properly. Licensing informations
1231 has been added to a number of packages.
1233 Use XZ tarballs for a number of packages.
1235 Noticeable package changes/additions:
1236 - The glib2/libgtk2/webkit stack has been updated to recent
1238 - Support for Gstreamer 1.x has been added.
1239 - OpenGL support for TI OMAP platforms has been added.
1240 - OpenGL support for Allwinner platforms has been added.
1241 - OpenMAX support for RasberryPi has been added.
1243 Updated/fixed packages: acl, attr, autoconf, avahi, barebox,
1244 bind, binutils, busybox, bwm-ng, bzip2, cifs-utils, colletctd,
1245 cpanminus, cups, curl, dash, dbus, dhcp, directfb,
1246 directfb-examples, dnsmasq, dosfstools, dropbear, dtc,
1247 e2fsprogs, ed, efl, enlightenment, erlang, ethtool, fbgrab,
1248 fftw, firmware-imx, flot, fltk, freetype, gawk, gdk-pixbuf,
1249 gettext, gmp, gnutls, gsl, gutenprint, gvfs, gzip, haserl,
1250 hiawatha, httping, icu, imagemagick, imlib2, imx-lib,
1251 intltool, iozone, ipset, iptables, jquery, jquery-keyboard,
1252 jquery-sparkline, kmod, less, libart, libcdaudio, libcgicc,
1253 libesmtp, libftdi, libfuse, libglib2, libgtk, libgtk2, libidn,
1254 libiqrf, liblog4c-localtime, libnspr, libnss, libpcap,
1255 libroxml, libserial, libsigsev, libsoup, libtool, libtpl,
1256 libvncserver, libxml2, linphone, lm_sensors, logrotate,
1257 ltrace, lttng, luafilesystem, luajit, minicom, monit, mpg123,
1258 mtd, mutt, mxml, neard, netatask, netsnmp, nettle,
1259 network-manager, nodejs, nss-mdns, openssh, openswan, openvpn,
1260 opkg, opus, pcre, perl-cross, php, pixman, poco, polarssl,
1261 pulseaudio, pv, python, python3, qt, qt5, qt5declarative,
1262 qt5jsbackend, qt5quick1, readline, rpi-firmware, ruby, samba,
1263 sane-backends, sconeserver, sdl_image, sdparm, ser2net,
1264 socketcand, sqlite, squid, strace, tcl, tcpdump, tinyhttpd,
1265 tvheadend, tzdata, uboot, udpcast, usb_modeswitch,
1266 usb_modeswitch_data, usbutils, webkit, wireshark, wvstreams,
1267 xapp_luit, xapp_xmodmap, xenomai, xfsprogs, xlib_libX11, zic,
1270 New packages: a10disp, aespipe, am33x-cm3, cppcms, dhcpcd,
1271 dropwatch, dtc, ecryptfs-utils, eglibc, elf2flt, fdk-aac,
1272 gcc-final, gcc-initial, gcc-intermediate, git,
1273 gpu-viv-bin-mx6q, gst1-plugins-bad, gst1-plugins-base,
1274 gst1-plugins-good, gst1-plugins-ugly, gst-omx,
1275 gst-plugin-x170, gstreamer1, jimtcl, lbase64, libassuan,
1276 libbsd, libcec, libdvbsi, libedit, libgpgme, libqmi,
1277 libqrencode, libsvg, libsvg-cairo, libunwind, libvpx,
1278 linux-headers, lockdev, luabitop, luacrypto, lua-ev,
1279 luaexpatutils, msgpack, ocrad, on2-8170-libs,
1280 on2-8170-modules, p11-kit, pax-utils, ptpd, ptpd2,
1281 python-pyro, ramspeed/smp, snappy, strongswan, sunxi-boards,
1282 sunxi-cedarx, sunxi-mali, sunxi-tools, ti-gfx, tinymembench,
1283 tree, tstools, uclibc, w_scan.
1285 Issues resolved (http://bugs.uclibc.org):
1287 #4718: python (built for powerpc) distutils has paths to host
1289 #5516: appended device tree blobs on uImage fails
1290 #6302: Versions of packages retrieved from github.com are wrong
1291 #6308: dosfstools download link is wrong
1292 #6326: Dropbear: Add options to allow better config for
1293 different target devices (e.g. routers)
1294 #6338: Wrong download link for minicom package
1295 #6344: Wrong handling of license text files with same name and
1297 #6374: gnutls package broken if linux cryptodev module
1299 #6410: omap3_beagle has uimage error load address error
1301 2013.05, Released May 31th, 2013:
1305 External toolchain wrapper fix for if host/usr/bin is placed
1308 Updated/fixed packages: acpid, at91bootstrap, czmq, elf2flt,
1309 flex, jamvm, kmod, libplayer, libtirpc, libv4,
1310 lttng-babeltrace, opengl, qt5jsbackend, udpcast, wvstreams
1312 Issues resolved (http://bugs.uclibc.org):
1314 #4868: Buildroot compile failure for toolchain/gdb-7.4/intl/reloc...
1315 #4988: flex and m4 problems
1316 #5912: obsolete CVS files
1318 2013.05-rc3, Released May 25th, 2013:
1322 Updated/fixed packages: aircrack-ng, bellagio, boost, crda,
1323 dvb-apps, flot, libatomic_ops, libeXosip2, libosip2, libxml2,
1324 mongrel2, poco, portaudio, pptp-linux, tvheadend, urg, weston,
1327 2013.05-rc2, Released May 15th, 2013:
1329 Fixes all over the tree.
1331 Default number of parallel jobs is now number of CPUs + 1.
1333 Defconfigs: Add Telit EVK-PRO3, AT91SAM9260-EK Nand flash.
1335 Updated/fixed packages: aircrack-ng, busybox, cairo,
1336 classpath, curlftpfs, czmq, dbus, f2fs-tools, fan-ctrl,
1337 filemq, gst-plugin-bad, gutenprint, hplip, json-c,
1338 libatomic_ops, libcurl, libdrm, libglib2, libnspr, libnss,
1339 libsha1, libsigsegv, libxcb, linknx, linux-pam, lttng-modules,
1340 lttng-tools, matchbox-lib, mcookie, mesa3d, neon, pixman,
1341 pulseaudio, python-nfc, qt5imageformats, quota, openssl,
1342 sconeserver, strace, sylpheed, wvstreams,
1343 xapp_{appres,bdftopcf,beforelight,bitmap,edires,fonttosfnt},
1344 xapp_{fslsfonts,fstobdf,iceauth,ico,listres,luit,mkfontdir},
1345 xapp_{mkfontscale,oclock,rgb,rstart,scripts,sessreg,setxkbmap},
1346 xapp_{showfont,smproxy,twm,viewres,x11perf,xauth,xbacklight},
1347 xapp_x{biff,calc,clipboard,clock,cmsdb,cursorgen,dbedizzy,ditview},
1348 xapp_x{dm,dpyinfo,driinfo,edit,ev,eyes,f86dga,fd,fontsel,fs,fsinfo},
1349 xapp_x{gamma,gc,host,input-calibrator,input,kbcomp,kbevd,kbprint},
1350 xapp_x{kbutils,kill,load,logo,lsatoms,lsclients,lsfonts,mag,man},
1351 xapp_x{message,mh,modmap,more,pr,prop,randr,rdb,refresh,set,setmode},
1352 xapp_x{setpointer,setroot,sm,stdcmap,vidtune,vinfo,wd,wininfo,wud},
1353 xcb-util, xcursor-transparent-theme, xdata_xbitmaps,
1354 xdata_xcursor-themes,
1355 xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synaptics},
1356 xdriver_xf86-input-{tslib,vmmouse,void},
1357 xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,fbdev,geode,glide},
1358 xdriver_xf86-video-{glint,i128,intel,mach64,mga,neomagic,newport},
1359 xdriver_xf86-video-{nv,openchrome,r128,savage,siliconmotion,sis},
1360 xdriver_xf86-video-{tdfx,tga,trident,v4l,vesa,vmware,voodoo,wsfb},
1361 xfont_encodings, xfont_font-adobe-{100,75}dpi,
1362 xfont_font-utopia-{100dpi,75dpi,type1},
1363 xfont_font-{alias,arabic-misc,bh-100dpi,bh-75dpi},
1364 xfont_font-bh-lucidatypewriter-{100,75}dpi, xfont_font-bh-{ttf,type1},
1365 xfont_font-bitstream-{100dpi,75dpi,type1}, xfont_font-cronyx-cyrillic,
1366 xfont_font-{cursor,daewoo,dec,isas,jis,micro}-misc,
1367 xfont_font-ibm-type1, xfont_font-misc-{cyrillic,ethiopic,meltho,misc},
1368 xfont_font-{mutt,schumacher}-misc,
1369 xfont_font-{screen-cyrillic,sony-misc,sun-misc,util},
1370 xfont_font-winitzki-cyrillic, xfont_font-xfree86-type1,
1371 xlib_lib{FS,ICE,SM,X11,XScrnSaver,Xau,Xaw,Xcomposite,Xcursor},
1372 xlib_libX{damage,dmcp,ext,fixes,font,ft,i,inerama,mu,pm,randr},
1373 xlib_libX{render,res,t,tst,v,vMC,xf86dga,xf86vm},
1374 xlib_lib{dmx,fontenc,pciaccess,pthread-stubs,xkbfile}, xlib_xtrans,
1375 xproto_{applewm,bigreqs,composite,damage,dmx,dri2,fixes}proto,
1376 xproto_{fontcache,font,gl,input,kb,randr,record,render}proto,
1377 xproto_{resource,scrnsaver,video,windowswm,xcmisc,xext}proto,
1378 xproto_{xf86bigfont,xf86dga,xf86dri,xf86vidmode,xinerama,x}proto,
1379 xserver_xorg-server, xutil_{makedepend,util-macros}
1381 Readded Packages: xapp_xinit
1383 Issues resolved (http://bugs.uclibc.org):
1385 #5054: amd64: cannot find init - due to missing /lib64 folder
1387 2013.05-rc1, Released May 8th, 2013:
1389 Architectures: ARC support, Blackfin support, FLAT binary
1390 format, ARM: Drop old CPU variants, add fa526/626, Marvell PJ4
1392 Toolchains: Add new Microblaze external toolchains, Linaro
1393 ARM/Aarch64 updates, GCC 4.6.4 / 4.7.3 / 4.8.0 added to
1394 internal toolchain, default to GCC 4.7.x. Internal
1395 Crosstool-ng backend deprecated.
1397 Defconfigs: Add Atmel at91sam9g45m10ek, freescale mpc8315erdb
1398 & p1010rdb, Armadeus apf27 / apf28, Openblocks A6, Raspberry
1401 FS: LZO and XZ compression methods, extra ubifs options,
1402 ext2 rev 0/1 and ext3/4 support.
1404 Patch handling: apply-patches now has .patch.xz support,
1405 Patch logic reworked as discussed during Febrary dev days:
1406 http://elinux.org/Buildroot:DeveloperDaysFOSDEM2013
1408 <pkg>-rsync now excludes version control files.
1410 linux: uImage load address for ARM multiplatform kernels
1412 Infrastructure for multiple OpenGL / ES / EGL / OpenVG
1413 providers, similar to how libjpeg / libjpeg-turbo is handled.
1415 Infrastructure for packages to add system users.
1417 kconfig: updated to 3.9-rc2, support make olddefconfig
1419 Updated/fixed packages: alsa-lib, alsa-utils, apr, apr-util,
1420 argp-standalone, at, at91bootstrap, audiofile, aumix, avahi,
1421 bash, blackbox, bind, binutils, bison, boost, bridge-utils,
1422 busybox, ccache, cifs-utils, cmake, collectd, connman,
1423 conntrack-tools, cpanminus, crosstool-ng, diffutils, directfb,
1424 directfb-examples, divine, dmalloc, dnsmasq, dosfstools,
1425 dropbear, e2fsprogs, ebtables, eeprog, erlang, ethtool,
1426 fb-test-app, fbset, feh, ffmpeg, file, flex, flot, foomatic,
1427 fxload, gd, gdb, gdisk, genimage, gettext, gmp, gnuchess,
1428 gnutls, gob2, gperf, gpsd, gstreamer, haserl, hiawatha, htop,
1429 httping, icu, inotify-tools, intltool, iproute2, ipset,
1430 iptables, iw, jpeg, jquery, jquery-{sparkline,validation},
1431 json-c, kbd, kexec, kismet, kmod, lcdproc, libarchive,
1432 libatasmart, libcap, libconfig, libconfuse, libcurl, libdrm,
1433 libeet, libev, libevas, libeXosip2, libffi, libfribi, libfuse,
1434 libgcrypt, libglib2, libgtk2, libid3tag, libmicrohttpd,
1435 libnetfilter_acct, libnetfilter_conntrack, libnl, libpcap,
1436 libplayer, libsigc, libv4l, libxcb, linenoise, linux-pam,
1437 lm_sensors, ltp-testsuite, luajit, lzop, madplay, make, mdadm,
1438 mediastreamer, memtester, mesa3d,
1439 mobile-broadband-provider-info, monit, mpd, mpfr, mpg123,
1440 mrouted, msmtp, nbd, ncurses, ndisc6, neard, neardal, neon,
1441 netperf, netsnmp, nettle, nfacct, ntfs-3g, ofono, olsr,
1442 omap-u-boot-utils, openssh, openssl, openswan, openvpn,
1443 oprofile, orc, patch, pciutils, pcre, perl, php, poco,
1444 polarssl, proftpd, psmisc, pulseaudio, python,
1445 python-{bottle,netifaces,serial,setuptools}, qt, quagga,
1446 quota, radvd, rpi-firmware, rpi-userland, rt-tests, sam-ba,
1447 samba, sawman, sdl, ser2net, smartmontools, socat, socketcand,
1448 speex, squid, stress, stunnel, sudo, syslinux, sysstat,
1449 sysvinit, tcl, tcprelay, tinyhttpd, tslib, tvheadend,
1450 uboot-tools, udev, ulogd, util-linux, vala, vtun, webkit,
1451 xapp_{iceauth,luit,makefontscale,sessreg,setxkbmap,smproxy},
1452 xapp_{xauth,xcmsdb,xdpyinfo,xev,xgamma,xhost,xinput,xkbcomp},
1453 xapp_{xkbevd,xlsatoms,xlsclients,xmodmap,xpr,xprop,xrandr,xrdb},
1454 xapp_{xset,xwd,xwininfo}, xcb-{proto,util},
1455 xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synptics},
1456 xdriver_xf86-input-{tslib,vmmouse,void},
1457 xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,geode,glide,glint},
1458 xdriver_xf86-video-{i128,intel,mach64,mga,neomagic,newport},
1459 xdriver_xf86-video-{openchrome,r128,savage,siliconmotion,sis},
1460 xdriver_xf86-video-{tdfx,trident,vesa,vmware,wsfb}, xenomai,
1461 xfont, xinetd, xkeyboard-config, xlib_lib{FS,ICE,SM,X11},
1462 xlib_libX{scrnSaver,au,aw,cursor,dmcp,ext,fixes,font,ft,i},
1463 xlib_libX{inerama,mu,pm,randr,res,tst,v,vMC,xf86dga,xf86vm},
1464 xlib_lib{dmx,fontenc,pciaccess,xkbfile}, xlib_xtrans,
1465 xproto_{applevm,bigreqs,dri2,fonts,gl,input,kbd,record}proto,
1466 xproto_{resource,scrnsaver,xcmisc,xext,x}proto,
1467 xserver_xorg-server, xutil_makedepend, xz, zeromq
1469 New packages: aircrack-ng, bcusdk, chrony, crda,
1470 cryptodev-linux, cppzmq, czmq, dtach, enscript, exfat,
1471 exfat-utils, f2fs-tools, fan-ctrl, filemq, foomatic-filters,
1472 genimage, genpart, glibmm, gnuplot, gtest, gutenprint, hplip,
1473 iozone, jansson, jhead, jquery-keyboard, jquery-ui,
1474 jquery-ui-themes, json-glib, json-javascript, lcms2, libpfm4,
1475 libpthsem, libserial, libsigsegv, libtasn1, libwebsockets,
1476 libxkbcommon, libxml++, linknx, log4cxx, mongoose, mongrel2,
1477 mtools, ne10, nmap, nodejs, openobex, openpgm, poppler,
1478 protobuf-c, python-m2crypto, python-thrift, qjson, qt5base,
1479 qt5declarative, qt5graphicaleffects, qt5imageformats,
1480 qt5jsbackend, qt5multimedia, qt5quick1, qt5script, qt5svg,
1481 qt5webkit qt5xmlpatterns, rapidjson, redis, swig, texinfo,
1482 tzdata, urg, ussp-push, wayland, webp, weston, wireless-regdb,
1483 wireshark, wvdial, wvstreams, xcb-util-image, xcb-util-wm,
1484 xcursor-transparent-theme, zic, zmqpp, zyre
1486 Removed packages: microperl, ocf-linux, xapp_xinit,
1487 xapp_xplsprinters, xapp_xprehashprinterlist,
1488 xfont_font-bitstream-speedo,
1489 xlib_lib{Xfontcache,XprintAppUtil,XprintUtil,Xp,oldX,xkbui},
1490 xproto_{print,xf86rush}proto
1492 Deprecated packages: vala
1494 Issues resolved (http://bugs.uclibc.org):
1496 #1291: Add support for Faraday 526 arm processor (fa526)
1497 #2683: cups does not install correctly to target
1498 #3313: mesa3d fails to build
1499 #5186: initramfs/cpio should support lzo compression
1500 #5636: agetty - cannot get controlling tty error - need updated...
1501 #5906: collectd client headers not exported
1502 #5966: bison unnecessarily required as build dependency
1503 #6140: --enable-fileinfo not applied for php package
1504 #6164: openvpn usage of ip tool from Busybox
1506 2013.02, Released February 28th, 2013:
1508 Misc manual updates.
1510 Updated/fixed packages: busybox, collectd, flashbench,
1511 libgtk2, libupnp, mii-diag, quota
1513 2013.02-rc3, Released February 26th, 2013
1517 Updated/fixed packages: conntrack-tools, dialog,
1518 enlightenment, haserl, keyutils, libfif, libmad,
1519 linux-firmware, linux-fusion, matchbox-desktop, matchbox-wm,
1520 ruby, spawn-fcgi, vtun
1522 Issues resolved (http://bugs.uclibc.org):
1524 #5960: fusion.ko driver does not install to target rootfs
1526 2013.02-rc2, Released February 19th, 2013
1528 Fixes all over the tree.
1530 Various manual updates and fixes.
1532 Updated/fixed packages: busybox, collectd, gesftpserver,
1533 glib-networking, gnutls, inotify-tools, libcurl, libffi,
1534 libglib2, libtorrent, libvorbis, neard, network-manager,
1535 ntfs-3g, openssl, qt, rpi-userland, rtorrent, thttpd, vim.
1537 Issues resolved (http://bugs.uclibc.org):
1539 #5906: collectd client headers not exported
1541 2013.02-rc1, Released February 10th, 2013
1543 Toolchain: Crosstool-ng 1.17.0, default to GCC 4.6.3, target
1544 libraries install fixed. Add Linaro ARM
1545 2012.11/2012.12/2013.01, AArch64 12.11/12.12/13.01. Sourcery
1546 CodeBench MIPS 2012.03/09. Infrastructure to warn about
1547 missing 32bit support for binary toolchains. Toolchain wrapper
1548 is now relocatable. Add GDB 7.5.1 / Remove 6.8 / 7.0 /
1549 7.1. Deprecate uClibc 0.9.31.
1551 Architecture: Xtensa fixes, add missing powerpc variants, arm
1552 1136jf-s rev1, add A5/A15, neon support toggle, OABI
1553 deprecated. Sparc: drop old unused variants
1555 Bootloaders: At91bootstap: fix upstream URL, Barebox: add
1556 2012.12/2013.01/2013.02, remove 2012.08/09/10, lzop fixes,
1557 environment image support, U-Boot: add 2013.01.01
1559 Linux: fix appended dtb handling for v3.8+ kernels, support
1560 multiple device trees
1562 Defconfigs: calao USB-A9260, snowball, QEMU PPC440 on ML507
1563 board, QEMU ARM Exynos4210, Kernel version in QEMU defconfigs
1564 updated, at91rm9200df: misc fixes. Lock kernel headers to
1567 Infrastructure: Git download fixes. Toolchain make target
1568 renamed from 'cross' to 'toolchain'. Eclipse integration
1569 support. Option to set root password, post image scripts,
1570 config scripts handling.
1572 Updated/fixed packages: alsa-lib, argp-standalone, argus,
1573 arptables, atk, audiofile, axel, beecrypt, bind, bison,
1574 bluez_utils, boost, cairo, can-utils, bmon, boa, busybox,
1575 cairo, ccache, cdrkit, cifs-utils, cjson, cmake, collectd,
1576 connman, coreutils, cpanminus, cups, dbus, dhcp, dialog,
1577 diffutils, directfb, distcc, divine, dnsmasq, docker,
1578 dosfstools, dstat, e2fsprogs, ebtables, ed, empty, ethtool,
1579 expedite, fbset, fbv, ffmpeg, flex, fltk, fluxbox, freetype,
1580 gadget-test, gawk, gdb, genext2fs, gettext, giblib,
1581 glib-networking, gmp, gmpc, gnupg, gnutls, gpsd,
1582 gst-plugins-{bad,base,good}, gstreamer, gzip, haserl, hdparm,
1583 heirloom-mailx, hiawanta, hostapd, icu, imagemagick, imlib2,
1584 inadyn, infozip, iproute2, ipset, iptables, iw, jpeg, jquery,
1585 jquery-sparklines, jqeury-validation, kismet, kmod, lame,
1586 libao, libcap, libcurl, libdvdnav, libdvdread, libecore,
1587 libedbus, libedje, libeet, libefreet, libeina, libeio,
1588 liberation, libelementary, libembryo, libethumb, libev,
1589 libevas, libffi, libfribidi, libfuse, libgcrypt, libglib2,
1590 libgpg-error, libgtk2, libhid, libidn, libmicrohttpd, libmpd,
1591 libnl, libnspr, libnss, libogg, libpcap, libplayer, libpng,
1592 libroxml, librsvg, libseccomp, libsigc, libsndfile, libungif,
1593 libupnp, liburcu, libusb-compat, libvncserver, libvorbis,
1594 libxml2, libxslt, lighttpd, links, linux-firmware,
1595 linux-fusion, ltp-testsuite, ltrace,
1596 lttng-{babel,libust,modules,tools}, lvm2, lua, luajit, lzop,
1597 matchbox-{desktop,lib}, mdadm, metacity, midori, minicom, mpd,
1598 mpfr, mplayer, mtd, mysql_client, ncurses, neon, netatalk,
1599 networkmanager, nspr, ntfs-3g, nuttcp, ofone, olsr, openssl,
1600 openvpn, opkg, oprofile, opus, opus-tools, orc, ortp, pango,
1601 pciutils, pcmanfm, pcre, pcsc-lite, perl, php, pixman,
1602 pkgconf, polarssl, pptp-linux, proxychains, pulseaudio,
1603 python, python3, qemu, qextserialport, qt, quagga, radvd,
1604 readline, rng-tools, rt-tests, rubix, ruby, sam-ba, samba,
1605 sane-backends, sconeserver, scons, screen, sdl, sdl_gfx,
1606 sdl_mixer, sdl_ttf, sdparm, sed, ser2net, smartmontools,
1607 speex, sqlite, squid, sshfs, strace, sudo, sylpheed, tn5250,
1608 taglib, tar, torsmo, transmission, tslib, uboot-tools, ulogd,
1609 usb_modeswitch, util-linux, valgrind, vim, vsftpd, wavpack,
1610 webkit, wipe, wireless_tools, wpa_supplicant, xapp_xinit,
1611 xapp_xinput-calibrator, xapp_xman, xapp_xmh, xlib_libX11,
1612 xlib_libXdmcp, xlib_libXft, xlib_libpthread-stubs,
1613 xlib_xtrans, xproto_xcmiscproto, xproto_xextproto,
1614 xserver_xorg-server, xstroke, xvkbd, xz
1616 New packages: b43-firmware, b43-fwcutter, bustle,
1617 cache-calibrator, cegui06, celt051, classpath, curlftpfs,
1618 dvb-apps, dvbsnoop, elfutils, enlightenment, firmware-imx,
1619 flashbench, gd, gesftpserver, gst-fsl-plugins, httping, iftop,
1620 imx-lib, jamvm, jpeg-turbo, keyutils, libatasmart, libcofi,
1621 libebml, libevas-generic-loaders, libfslcodec, libfslparser,
1622 libfslvpuwrap, libgsasl, libiscsi, libmatroska, libmcrypt,
1623 libmhash, libqwt, libseccomp, libsha1, linenoise, mcrypt,
1624 media-ctl, ncdu, neard, neardal, nettle, perf, polkit,
1625 proxychains, python-bottle, python-pyparsing, rpi-firmware,
1626 rpi-userland, sg3_utils, slirp, snowball-hdmiservice, spice,
1627 spice-protocol, tcllib, tvheadend, udisks, usbredir
1628 ux500-firmware, vde2, xcb-utils-keysyms, yavta,
1631 Removed packages: customize, xdriver_xf86-input-{acecad,aiptek},
1632 xdriver_xf86-video-{apm,chips,i740,rendition,s3,s3virge,sisusb},
1633 xdriver_xf86-video-sun{cg14,cg3,cg6,ffb,leo,tcx},
1634 xdriver_xf86-video-{tsend,xgi,xgixp}
1636 Deprecated packages: xstroke
1638 Issues resolved (http://bugs.uclibc.org):
1640 #4237: building shared openssl w/-Os fails due to gcc bug
1641 #5690: python3 does not obey to BR2_PACKAGE_PYTHON3_PYC_ONLY=y
1642 #5602: python3 should install a "python" symbolic link
1643 #5846: Extra slash added to last slash in URL
1645 2012.11.1, Released January 3rd, 2013:
1647 Toolchain: Fixed non-largefile builds on recent Ubuntu
1650 Arch: fix missing x86/generic handling, Build for Xtensa with
1653 Updated/fixed packages: dosfstools, qt
1655 2012.11, Released December 2nd, 2012:
1657 Git shallow clone fix for older git version.
1659 Updated/fixed packages: ctuio, libtool
1661 Issues resolved (http://bugs.uclibc.org):
1663 #5726: List all the available hook points
1665 2012.11-rc2, Released November 30th, 2012:
1667 Minor fixes around the tree.
1669 Various manual updates and fixes.
1671 Add checks for legacy features.
1673 Updated/fixed packages: acpid, alsa-lib, arptables, binutils,
1674 busybox, ccache, cjson, cramfs, directfb, flex, fluxbox, gdb,
1675 hiawatha, igh-ethercat, imagemagick, imlib2, lcdproc,
1676 libdaemon, libecore, libhid, libmad, libpcap, libsigc, libusb,
1677 linux-fusion, matchbox, ocf-linux, owl-linux, python, rrdtool,
1678 scons, strace, sylpheed
1680 Issues resolved (http://bugs.uclibc.org):
1682 #5732: Error : package/alsa-lib/alsa-lib.mk
1684 2012.11-rc1, Released November 17th, 2012
1686 Fixes all over the tree and new features.
1688 Defconfigs: use u-boot 2012.10 on at91 and beaglebone,
1689 sheevaplug + qemu: bump kernel version, add qemu-mips64-malta
1690 + nitrogen6x defconfigs.
1692 Bootloaders: add u-boot 2012.07/10, ais target format, add
1693 barebox 2012.08/09/10/11, linker overlap issue fix for
1694 at91bootstrap, mxs-bootlets updated for new Barebox versions.
1696 Toolchains: binutils 2.23.1, gcc 4.7.2, default to gcc 4.6.x,
1697 Codebench arm/sh/x86 2012.03/09, Linaro 2012.08/09/10.
1698 Libtirpc support for modern glibc variants. Toolchain on
1699 target has been deprecated.
1701 Initial Aarch64 support, Xtensa support re-added.
1703 Infrastructure: Use shallow git clone when possible, use
1704 tarballs rather than git URLs for github. Moved to pkgconf
1705 rather than pkg-config. System directory added, default
1706 skeleton/device tables moved. More than 1 post-build script
1707 can now be used. output/target now contains a
1708 THIS_IS_NOT_YOUR_ROOT_FILESYSTEM warning, to help people
1709 understand how to (not) use it.
1711 Manual has been reworked and extended.
1713 Legal-info: Lots of package annotations, CSV file fixes,
1714 _LICENSE / _REDISTRIBUTE splitup, per-package hooks.
1716 Updated/fixed packages: acpid, alsa-lib, alsa-utils,
1717 alsamixergui, attr, autoconf, automake, bash, bind, binutils,
1718 bison, blackbox, bluez-utils, busybox, cairo, can-utils,
1719 cifs-utils, cjson, cmake, collectd, connman, conntrack-tools,
1720 coreutils, cups, cvs, dbus, dhcp, directfb, dmalloc, dnsmasq,
1721 dropbear, e2fsprogs, ethtool, fbdump, feh, fftw, file,
1722 flashrom, fluxbox, gdb, gdisk, gdk-pixbuf, genext2fs, gettext,
1723 gnutls, gpsd, gqview, grep, gsl, gst-plugins-{bad,good},
1724 hdparm, hiawatha, hostapd, input-tools, iproute2, ipset,
1725 iptables, iw, json-c, kexec, kmod, lcdproc, leafpad, less,
1726 libcurl, libdrm, libdvdnav, libdvdread, libffi, libfuse,
1727 libglib2, libhid, liblockfile, libmad, libmbus, libmnl,
1728 libnetfilter_{acct,conntrack,cthelper,cttimeout,queue},
1729 libnfc, libnfc-llcp, libnfnetlink, libnl, libnspr, libnss,
1730 libpcap, libplayer, libtool, libtorrent, liburcu, libv4l,
1731 libxcb, libxml2, libxslt, links, linux-firmware, lm-sensors,
1732 lmbench, lockfile-progs, logrotate, lshw, lsof,
1733 lttng-babeltrace, lttng-tools, lua, luajit, mesa3d, microperl,
1734 mii-diag, module-init-tools, mpc, mpd, mpg123, mplayer,
1735 mtd-utils, mysql_client, nbd, ncurses, netatalk, netkitbase,
1736 netkittelnet, netsnmp, newt, nfs-utils, openntpd, openssh,
1737 openssl, opkg, patch, pciutils, pcre, php, poco, polarssl,
1738 popt, portmap, pppd, procps, pulseaudio, python, python-nfc,
1739 python-protobuf, qt, quota, rp-pppoe, rtorrent, sam-ba, samba,
1740 scons, sdl_gfx, smartmontools, sqlite, squid, strace, sudo,
1741 sylpheed, tcpdump, tremor, ttcp, tiff, unionfs,
1742 usb_modeswitch, usbutils, util-linux, vala, valgrind, vpnc,
1743 vsftpd, webkit, wget, which, wpa_supplicant, x11vnc, xapp_*,
1744 xdriver_*, xenomai, xfont_*, xinetd, xl2tp, xlib_*, xlsclient,
1745 xproto_*, xserver_xorg-server, xutil_util-macros, xz, zeromq
1747 New packages: arptables, at91bootstrap3, boot-wrapper-aarch64,
1748 ccid, cpanminus, cpuload, erlang, evtest, fb-test-apps,
1749 fxload, gdbm, gnupg, googlefontdirectory, grantlee, gsl,
1750 lcdapi, liblo, liblog4c-localtime, libtirpc, linux-pam,
1751 lua-msgpack-native, macchanger, mtdev, mtdev2tuio, nfacct,
1752 opus, opus-tools, pcsc-lite, perl, pkgconf, python-meld3,
1753 python3, qemu, qextserialport, qtuio, rpcbind, schifra,
1754 sconeserver, supervisor, time, ulogd, usb_modeswitch_data,
1757 Deprecated packages: netkitbase, netkittelnet
1759 Issues resolved (http://bugs.uclibc.org):
1761 #807: [PATCH] samba - make iconv and smbd optional
1762 #3049: binutils have a sysroot bug in ld
1763 #5330: update vsftpd to 3.0.0
1764 #5486: libglib2 build fails on: libs/libglib-2.0.so: undefined...
1765 #5666: Fails to build python 2.7.2 for 2440 arm
1767 2012.08, Release August 31th, 2012
1769 Updated/fixed packages: microperl, cups, luajit, rrdtool,
1772 Added license information for: sqlite.
1774 Changed the source URLs of all packages located on Sourceforge
1775 in order to use the automatic mirror selection URL
1776 downloads.sourceforge.net, and get rid of the
1777 BR2_SOURCEFORGE_MIRROR option.
1779 2012.08-rc3, Released August 25th, 2012
1781 Updated/fixed packages: libglib2, netsnmp, freetype, libfuse,
1782 libpng, x11vnc, zlib, gpsd, ifplugd, bash, distcc.
1784 Added license informations for: barebox, grub, syslinux,
1785 uboot, xloader, yajl, zlib, zxing, alsa-lib, alsa-utils,
1786 faad2, nano, fbdump, rsync, librsync, fontconfig,
1789 2012.08-rc2, Released August 15th, 2012
1791 Updated/fixed packages: imagemagick, sudo, crosstool-ng.
1793 Added license informations for: mxml, nanocom, empty, expat,
1794 lua, lucjson, xinetd, cjson, luaexpat, lmbench, bwm-ng,
1795 input-event-daemon, luajit, cgilua, copas, coxpcall,
1796 luafilesystem, luasocket, rings, wsapi, xavante, libtpl,
1797 avahi, busybox, libfcgi, ifplugd, libcgicc, libcurl,
1798 libdaemon, libdnet, libgpg-error, libpcap, libpng, lighttpd,
1799 mtd, openssl, psmisc, socat, spawn-fcgi.
1801 Fixes to Microblaze external toolchains
1802 configuration. Improvements of the pkg-stats
1803 script. Out-of-tree fix for the graph-depends script.
1805 Kernel headers version bump.
1807 2012.08-rc1, Released August 1st, 2012
1809 Fixes all over the tree and new features.
1811 Integration of a legal information reporting infrastructure,
1812 which allows to generate detailed informations about the
1813 licenses and source code of all components of a system
1814 generated by Buildroot. License information will progressively
1815 be added on packages.
1817 Default configuration files added for Calao-systems USB-A9263
1818 and Calao-systems USB-A9G20-LPW.
1820 External toolchains update: allow download of a custom
1821 toolchain, add Linaro 2012.05 and 2012.06 for ARM, add
1822 Blackfin toolchain 2012R1-BETA1, add Sourcery CodeBench MIPS
1825 Allow the restriction of downloads to the primary site only.
1826 This is useful for project developers who want to ensure that
1827 the project can be built even if the upstream tarball
1828 locations disappear.
1830 Add a 'System configuration' choice to select between 3
1831 different init systems: Busybox init, SysV init and Systemd
1834 Cleanups to the package infrastructure. The visible change to
1835 developers is that $(eval $(call AUTOTARGETS)) is now $(eval
1836 $(autotools-package)), and similarly for other package
1837 infrastructures and host packages. Refer to the documentation
1840 By default, automatic detection of the number of compilation
1841 jobs to use, depending on the number of CPUs available.
1843 Improvements to generate systems with static libraries only
1844 (infrastructure and package fixes).
1846 Add proper support in the Linux kernel package to generate
1847 Device Tree Blobs or combined Device Tree / Kernel
1848 images. This will be useful on Microblaze, PowerPC and ARM,
1849 which are architectures making extensive use of the Device
1852 Updated/fixed packages: audiofile, autoconf, automake, axel,
1853 barebox, bash, beecrypt, berkeleydb, bind, bison, bluez_utils,
1854 bonnie, boost, busybox, bsdiff, bwm-ng, bzip2, cifs-utils,
1855 cgilua, cmake, connman, conntrack-tools, crosstool-ng, cups,
1856 dbus, dhcp, dnsmasq, e2fsprogs, eeprog, ethtool, faad2, fbv,
1857 ffmpeg, freetype, gmp, gnutls, gob2, gpsd, grep,
1858 gst-plugins-base, gst-plugins-good, gzip, hiawatha, hostapd,
1859 htop, icu, igh-ethercat, imagemagick, input-tools, iostat,
1860 iproute2, ipset, iptables, iw, kmod, less, libcap, libgci,
1861 libconfig, libcurl, libelf, libevas, libeXosip2, libexif,
1862 libfuse, libidn, libmad, libmbus, libmnl,
1863 libnetfilter-conntrack, libnl, libnspr, libnss, libogg,
1864 libosip2, libpcap, libpng, libroxml, liburcu, libusb, libxml2,
1865 libxslt, lighttpd, linux, ltrace, lttng-libust, lttng-modules,
1866 lttng-tools, lua, m4, memtester, midori, mii-diag,
1867 module-init-tools, mpfr, mpg123, mrouted, msmtp, mtd, mxml,
1868 mysql_client, nasm, nbd, ncurses, nfs-utils, opencv, openocd,
1869 openssl, pciutils, php, polarssl, portaudio, pppd,
1870 pthread-stubs, pulseaudio, qt, quagga, quota, radvd, rpm,
1871 rrdtool, samba, sam-ba, scons, sdl_gfx, sdl_sound, speex,
1872 sqlite, squashfs, squid, sudo, synergy, syslinux, systemd,
1873 tar, tcpdump, tcpreplay, udev, usbutils, valgrind, wget,
1874 wpa_supplicant, wsapi, xavante, xserver_xorg-server, zlib
1876 New packages: cjson, collectd, dfu-util, dmidecode, elftosb,
1877 fbterm, flashrom, freerdp, inadyn, libfreefare,
1878 libnetfilter_cttimeout, libnfc, libnfc-llcp, liboping,
1879 libtorrent, linphone, logsurfer, lshw, luacjson, luaexpat,
1880 luajit, mediastreamer, mobile-broadband-provider-info, monit,
1881 mxs-bootlets, nanocom, nss-mdns, ofone, omap-u-boot-utils,
1882 opkg, ortp, owl-linux, python-id3, python-nfc, quota,
1883 ramspeed, rtorrent, sound-theme-borealis,
1884 sound-theme-freedesktop, sysprof, webrtc-audio-processing,
1887 Issues resolved (http://bugs.uclibc.org):
1889 #1315: Allow use of older external toolchains without sysroot
1891 #5276: Hiawatha needs to manage IPV6 if so [fixed]
1892 #5360: buildroot fails when building "host-libglib2 2.30.2
1893 Building" [won't fix, upstream problem]
1894 #5384: Can't build packages relying on gets on newer glibc
1897 2012.05, Released May 30th, 2012:
1899 Updated/fixed packages: busybox, netsnmp, pptp-linux
1901 2012.05-rc3, Released May 25th, 2012:
1903 Minor fixes around the tree.
1905 Infra: Fix for DOWNLOAD macro when using primary mirrors with
1908 Toolchain: Kernel headers 3.2.18 / 3.3.7.
1910 Updated/fixed packages: binutils, bison, busybox, cifs-utils,
1911 gnuchess, gpsd, iperf, libmpeg2, mtd, ntfs-3g, oprofile,
1914 2012.05-rc2, Released May 18th, 2012:
1916 Fixes all over the tree.
1918 Toolchain: uClibc: Use 0.9.33.2, Crosstool-ng: fix gperf
1919 dependency, disable decimal floats support, Linux 3.2.17 /
1920 3.3.6 kernel headers. Fix sysroot copy handling for toolchains
1921 without C++ support.
1923 Updated/fixed packages: apr, apr-util, ccache, dnsmasq,
1924 heirloom-mailx, gdb, ndisc6, opencv, openssl, socat, vala
1926 2012.05-rc1, Released May 10th, 2012:
1928 Fixes all over the tree and new features.
1930 Use /etc/os-release for version info rather than
1933 CMake toolchain file moved to $HOST_DIR/usr/share/buildroot.
1935 Apply-patches.sh: cleanups, archived patches handling fixes,
1936 support series files.
1938 Defconfigs: beaglebone, mx53qsb, pandaboard, qemu configs for
1939 arm-vexpress/microblaze/ppc-mpc88544ds, use 3.2.x for
1940 atngw100, use 3.3.x for qemu configs.
1942 Menu structure: Libraries moved out of multimedia section
1944 Atom processor support. Prescott fix, blackfin ABI fix,
1945 Microblaze architecture support (using ext toolchain). Cleanup
1946 architecture names, deprecate Xtensa support.
1948 Toolchain: Add GCC 4.4.7, 4.6.3, 4.7.0. uClibc 0.9.33.1,
1949 default to uClibc 0.9.33.x, enable
1950 UCLIBC_SUPPORT_AI_ADDRCONFIG by default, static and 64bit
1951 fixes for external toolchains, linaro ext toolchains, new
1952 sourcery codebench ext toolchains, GDB 7.4.1, crosstool-ng
1955 Bootloaders: U-Boot: add 2012.04.01, SPL and u-boot.img
1956 support. Barebox: add 2012.04, remove 2011.12.
1958 Updated/fixed packages: alsa-lib, alsa-utils, at, atk, avahi,
1959 barebox, berkeleydb, bind, bluez_utils, boost, busybox,
1960 can-utils, ccache, cifs-utils, coreutils, cups, dbus, dhcp,
1961 directfb, dnsmasq, doom-wad, dosfstools, e2fsprogs, expat,
1962 fakeroot, feh, ffmpeg, file, fis, freetype, gamin, gawk,
1963 gdk-pixbuf, gettext, giblib, glib-networking, gmp, gnutls,
1964 gpsd, grep, gstreamer, gst-plugins-{bad,base,good,ugly},
1965 haserl, hdparm, imagemagick, iproute2, iptable, iw, kexec,
1966 kmod, lame, libaio, libarchive, libatomic_ops, libconfig,
1967 libcurl, libdvdnav, libdvdread, libedbus, libethumb, libffi,
1968 libfuse, libglib2, libgtk2, libhid, libmad, libmbus, libmpeg2,
1969 libnl, libplayer, libpng, libsigc, libsoup, libupnp, liburcu,
1970 libusb, libusb-compat, libxml2, libxml-parser-perl, libxslt,
1971 lighttpd, linux-firmware, linux-fusion, lite, lsof, ltrace,
1972 lttng-libust, lua, m4, makedevs, microperl, mpd, mpfr, mpg123,
1973 mrouted, mtd, mysql_client, nbd, ncftp, ncurses, neon,
1974 netsnmp, network-manager, nfs-utils, ngrep, ntfs-3g, openntpd,
1975 openssh, openssl, parted, pango, pcre, php, pixman, poco,
1976 psmisc, pulseaudio, python, qt, quagga, radvd, rpm, rsync,
1977 ruby, samba, sam-ba, sane-backends, sawman, screen, sdl_net,
1978 smartmontools, speex, sqlite, squashfs3, squid, sshfs, sudo,
1979 syslinux, sysstat, taglib, tcpdump, tftp-hpa, transmission,
1980 tiff, tinyhttpd, uboot-tools, udev, uemacs, unionfs, usbutils,
1981 util-linux, vala, valgrind, vim, vsftpd, wget, wipe,
1982 wpa_supplicant, xdriver_xf86-{input-vmmouse,video-fbdev},
1985 New packages: apr, apr-util, audiofile, bellagio,
1986 conntrack-tools, empty, fmtools, glib-networking,
1987 heirloom-mailx, hiawatha, latencytop, lcdproc, libcap-ng,
1988 libdmtx, libfcgi, libnetfilter_conntrack, libnfnetlink,
1989 libtpl, localedef, minicom, msmtp, ndisc6, netatalk,
1990 ocf-linux, openswan, parted, polarssl, protobuf, read-edid,
1991 socketcand, stress, systemd, ushare, zeromq
1993 Deprecated packages: ttcp
1995 Removed packages: ntfsprogs
1997 Issues resolved (http://bugs.uclibc.org):
1999 #2353: [lua] fix build with 2010.08-rc1
2000 #2503: Microperl fails build on MIPSel or with Fedora13.x86_64
2001 #2557: [PATCH] mkfs.xfs complains about missing libxfs.so.0
2002 #2881: Can't build project statically with external toolchain
2003 #3751: MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64
2004 #4808: ccache may build against wrong zlib
2005 #4880: New package lcdproc
2006 #4886: New package protobuf
2007 #4892: build fails on ltp-testsuite-20101031/testcases/kernel/fs/...
2008 #4898: * make: [target-finalize] Error 1 (ignored)*
2009 #4985: Qt 4.7.4 build crashes with Linux 2.6.29
2010 #4970: udev 181 fails to build if kernel version 3.3 is selected
2011 #5018: dialog broken: exits with assert in uClibc
2012 #5102: qt package moc, uic, rcc read from wrong place
2013 #5144: Patch to fix ixon bug in uemacs
2014 #5198: Line graphics output is broken in GNU Screen
2015 #5204: Missing terminfo file(s) for GNU screen terminal type
2017 2012.02, Released February 29th, 2012:
2019 Updated/fixed packages: libecore
2021 2012.02-rc3, Released February 27th, 2012:
2023 Fixes all over the tree.
2025 Automatic host dependencies handling for cmake packages
2026 fixed. Customize package deprecated as using a post-build
2027 script is nowadays the preferred way of adding extra stuff to
2030 Linux-headers 3.0.x / 3.2.x stable version bumped.
2032 QEMU defconfigs updated to 3.2.x kernels and readme fixed.
2034 Updated/fixed packages: dropbear, ffmpeg, libpng
2036 2012.02-rc2, Released February 19th, 2012:
2038 Fixes all over the tree.
2040 Toolchain: uClibc: Added upstream post-0.9.33 fixes, Bump
2041 linux-headers 3.0.x / 3.2.x stable versions.
2043 Documentation: Added makedev / <pkg>_DEVICES /
2044 <pkg>_PERMISSIONS documentation.
2046 Updated/fixed packages: busybox, ffmpeg, gst-dsp, libecore,
2047 libvncserver, mxml, python.
2049 2012.02-rc1, Released February 12th, 2012:
2051 Fixes all over the tree and new features.
2053 Toolchain: Default to GCC 4.5.x, add binutils 2.22. Java
2054 support removed, Powerpc SPE ABI support. GDB ELF support fix,
2055 GDB 7.4, crosstool-NG 1.13.4.
2057 Gentargets: scp and mercurial support.
2058 Autotools: derive host dependencies from target by default.
2059 Packages can now declare device table snippets.
2061 Host utilities menu with commonly used host tools.
2063 defconfigs: qemu configs for x86-64, mips and sparc, at91
2064 defconfigs now use modern U-Boot / mainline Linux, added
2067 uClibc: remove 0.9.30, backport unshare() support, add
2068 0.9.32.1 / 0.9.33, use same config for ctng.
2070 Bootloaders: U-Boot: add 2011.12, remove 2010.xx versions,
2071 Barebox: add 2012.01/02, remove 2011.10/11, LPC32xx
2074 Various manual updates. Release tarballs now contain generated
2075 manual in text/html/pdf formats.
2077 Buildroot now calls the stop function of scripts in
2078 /etc/init.d at shutdown.
2080 Updated/fixed packages: atk, avahi, barebox, bash, beecrypt,
2081 bind, binutils, bison, bluez_utils, bzip2, busybox, cairo,
2082 ccache, cdrkit, coreutils, cramfs, dbus, dbus-glib, dialog,
2083 diffutils, dmalloc, dropbear, e2fsprogs, ebtables, ed,
2084 ethtool, expat, ffmpeg, file, fis, flex, fluxbox, fontconfig,
2085 freetype, gawk, grep, gst-dsp, gst-ffmpeg, gst-plugins-base,
2086 hdparm, hostapd, htop, i2c-tools, icu, iproute2, ipsec-tools,
2087 ipset, iptables, iw, jpeg, kismet, lame, libcap, libcgi,
2088 libev, libeXosip2, libffi, libftdi, libgpg-error, libgtk2,
2089 libidn, libmms, libmnl, libmodbus, libnl, libogg, libosip,
2090 libpcap, libpng, libraw1394, libroxml, libusb, libusb-compat,
2091 libv4l, libvorbis, libxcb, libxml-parser-perl, libxslt,
2092 lighttpd, links, lm-sensors, lua, m4, module-init-tools, mpc,
2093 mesa3d, mpd, mpfr, mplayer, mtd-utils, nano, nbd, ncurses,
2094 netperf, netsnmp, ntp, opencv, openocd, openssl, openvpn, orc,
2095 pciutils, pcre, pixman, pkg-config, poco, popt, proftpd,
2096 python, python-serial, qt, ruby, samba, sdl, sdparm,
2097 squashfs3, sshfs, sqlite, squid, sudo, syslinux, tcl, tcpdump,
2098 ti-utils, tiff, tremor, uboot, uboot-tools, udev, usbmount,
2099 util-linux, vala, valgrind, vsftpd, wpa_supplicant,
2100 xapp_{bdftopcf,mkfontdir,mkfontscale,xkbcomp,xcursorgen,xinit},
2101 xapp_xinput, xapp_xman, xcb-util, xdm, xenomai,
2102 xf86-video-sis, xfont_{encodings,font-util},
2103 xlib_lib{fontenc,X11,Xau,Xcursor,Xdmcp,Xfixes,Xfont,Xrender},
2104 xlib_libxkbfile, xterm, xutil_makedepend, yajl
2106 New packages: boost, connman, dstat, expedite, explorercanvas,
2107 feh, flot, giblib, igh-ethercat, imlib2, jquery,
2108 jquery-sparklines, jquery-validation, jsmin, kmod, libecore,
2109 libedbus, libedje, libeet, libeina, libelementary, libesmtp,
2110 libethumb, libevas, libical, libmbus, liboauth, liburcu,
2111 libvncserver, linux-firmware,
2112 lttng-{babeltrace,libust,modules,tools}, NetworkManager,
2113 open2300, python-distutilscross, python-dpkt,
2114 python-netifaces, python-pygame, python-setuptools, rt-tests,
2115 sam-ba, sane-backends, sqlcipher, transmission, unionfs,
2116 xf86-input-tslib, xinput-calibrator
2118 Issues resolved (http://bugs.uclibc.org):
2120 #743: Add Transmission bit torrent option to buildroot
2121 #755: Add Boost libraries as a package
2122 #2299: Add crypto support to libsoup
2123 #2617: Pixman 0.19.2 & Cairo 1.10.0
2124 #3403: libgpg-error: bump to version 1.10
2125 #3409: libgpg-error: download from gnupg.org
2126 #3421: nano: make tiny flag optional
2127 #3691: New EFL packages
2128 #4664: Cannot patch AT91Bootstrap
2129 #4700: setlocalversion not working for combination svn/ubuntu 11.10...
2130 #4760: Qt: add host-pkg-config to dependency-list
2132 2011.11, Released November 30th, 2011:
2134 Fixes all over the tree.
2136 Bump kernel headers / default Linux version to 3.1.4.
2138 Updated/fixed packages: ruby
2140 2011.11-rc3, Released November 26th, 2011:
2142 Fixes all over the tree.
2144 Toolchain: Fix gdb dependencies for external toolchains,
2145 adjust uClibc patches so they don't confuse modern versions of
2146 patch, bump crosstool-ng, kernel headers and linux versions.
2148 Updated/fixed packages: busybox, freetype, mplayer, opencv,
2149 php, rsyslog, ruby, thttpd, xapp_xf86dga
2151 Issues resolved (http://bugs.uclibc.org):
2153 #4357: Prevent patch commands from accessing source control
2154 #4369: Fix permissions on untared lsof archive
2156 2011.11-rc2, Released November 18th, 2011:
2158 Fixes all over the tree and new features.
2160 Updated asciidoc documentation
2162 Toolchain: Bumped 3.x stable kernel headers, use wget in
2163 crosstool-ng as well, bump crosstool-ng version, gdb fixes,
2166 Updated/fixed packages: distcc, file, gst-plugins-bad, libxcb,
2167 mplayer, newt, qt, rpm, rrdtool, tar, tftpd
2169 Issues resolved (http://bugs.uclibc.org):
2171 #3355: mplayer fails to build
2172 #4021: uClibc: undefined reference to `__GI___errno_location'
2173 #4297: Qt's qmake uses wrong pkg-config
2175 2011.11-rc1, Released November 11th, 2011:
2177 Fixes all over the tree and new features.
2179 Moved misc scripts and support stuff to support/. Renamed
2180 patch-kernel.sh to support/scripts/apply-patches.sh.
2182 Documentation: Moved to asciidoc format, make targets to
2183 generate text/html/pdf/epub output added.
2185 Defconfigs: Qemu configs updated to 3.1 kernel and readmes
2188 Bootloaders: Add support for custom git tree / tarballs for
2189 barebox, similar to how it's handled for u-boot. Clean up
2192 Toolchain: Update external codesourcery toolchain download
2193 URLs after Codesourcery got bought by Mentor, add x86
2194 toolchain, update toolchain versions and optimize toolchain
2195 sysroot copying. Fix uClibc 0.9.32 builds for e500 PPC,
2196 updated GDB versions / download URLs. Binutils
2197 libbfd/libopcodes static/dynamic linking fix. GCC 4.6.2 added,
2200 Package infrastructure: Support for local packages /
2201 overrides, package dir / name arguments dropped from
2202 {GEN,AUTO,CMAKE}TARGETS.
2204 Linux: Kernel extensions infrastructure support, Xenomai +
2207 Updated/fixed packages: acpid, bind, busybox, dash, dbus,
2208 dbus-glib, directfb, dnsmasq, drystone, e2fsprogs, ethtool,
2209 fakeroot, fbdump, file, freetype, fuse, gamin, gmp, gmpc,
2210 gnutls, gob2, gst-plugins-{base,bad,good,ugly}, gstreamer,
2211 hostapd, ifplugd, imagemagick, intltool, ipsec-tools, ipset,
2212 iptables, iw, jpeg, kexec, leafpad, less, libargtable2, libao,
2213 libconfuse, libcuefile, libcurl, libdaemon, libevent,
2214 libglib2, libiconv, libmpd, libreplaygain, libroxml,
2215 libsamplerate, libsndfile, libsoup, libsvgtiny, libtool,
2216 libxcb, lighttpd, links, linux-fusion, lite, lrzsz, lsof, lzo,
2217 lzop, makedevs, mcookie, mpg123, mpd, mpfr, mtd, musepack,
2218 mutt, mysql_client, ncftp, ncurses, neon, netcat, netsnmp,
2219 ntfs-3g, ntfsprogs, ntp, openntpd, openssh, openssl, oprofile,
2220 orc, pciutils, psmisc, python, qt, quagga, radvd, rpm, rsync,
2221 samba, sawman, sdl_sound, smartmontools, sqlite, squid,
2222 stunnel, sudo, sylpheed, sysstat, taglib, tar, tcpreplay,
2223 tslib, usbutils, util-linux, valgrind, wget, whetstone, which,
2224 wpa-supplicant, xdata_xcursor-themes, xmlstarlet, xterm
2226 New packages: bluez-utils, cifs-utils, fftw, fluxbox, json-c,
2227 libev, libftdi, libgeotiff, libmodbus, libplayer, live555,
2228 ngrep, noip, opencv, openocd, picocom, poco, portaudio,
2229 pulseaudio, pv, rtai, vala, xenomai.
2231 Removed packages: liboil, sfdisk, swfdec, webif
2233 Issues resolved (http://bugs.uclibc.org):
2235 #505: live555: new package
2236 #507: Enable live and tv options in MPlayer-1.0rc2
2237 #531: let e2fsprogs package to export headers to staging dir if needed
2238 #1171: Linuxthreads new cannot find sysdep.h
2239 #1357: Add bluez to buildroot system
2240 #2107: New package: input-event-daemon
2241 #2599: New package: orc (Oil Runtime Compiler)
2242 #2605: gstreamer: Update to 0.10.30
2243 #2677: introducing util-linux-ng as replacement for util-linux
2244 #2917: Qt: Add declarative module
2245 #3145: jffs2 image generation fails
2246 #3271: netperf-2.4.5 fails to compile
2247 #3331: xdata_xcursor-themes depends on xcursorgen
2248 #3343: Add file:// download SITE_METHOD
2249 #3391: Add support for specifying an external kernel tree
2250 #3631: Error while compiling with Xorg
2251 #3709: oprofile doesn't build for mipsel
2252 #3925: midori not getting compile
2253 #4045: Add support for downloading i386 toolchains from codesourcery
2254 #4165: lrzsz-fix-symlink-at-rebuild.patch
2255 #4171: makedevs-unused-but-set-variable.patch
2256 #4183: Codesourcery toolchain download site has changed
2257 #4231: libneon.so: undefined reference to `SSL_SESSION_cmp'
2258 #4381: Add option to lighttpd to enable Lua support
2259 #4387: Make sure that dest dir exists before installing mtd files
2261 2011.08, Released August 31th, 2011:
2263 Fixes all over the tree.
2265 Toolchain: Fix codesourcery 2009q3 ARM download, Linux 3.0.4
2268 Updated/fixed packages: ipset, python
2270 2011.08-rc2, Released August 29th, 2011:
2272 Fixes all over the tree.
2274 Toolchain: crosstool-NG 1.12.1, use binutils 2.21 on
2275 mips/sh/older uClibc, disallow uClibc 0.9.32 on avr32/sh
2278 Defconfigs: kernel updates, fix mini2440 serial port config,
2279 remove old arm toolchain configs.
2281 Bootloaders: Fix grub patching, add barebox-{n,x,menuconfig}
2282 targets similar to linux/busybox.
2284 Updated/fixed packages: barebox, directfb, libsoup,
2285 libxml-parser-perl, mtd, ncurses, python, ti-utils, udev,
2286 usbmount, util-linux, xfont_font-misc-misc
2288 Issues resolved (http://bugs.uclibc.org):
2290 #3685: ncurses installation hangs due to old version of tic
2291 #4093: Grub fails to install bz2 patch after conversion to...
2293 2011.08-rc1, Released August 4th, 2011:
2295 Fixes all over the tree and new features.
2297 Toolchain: uClibc 0.9.32 / NPTL support, 0.9.29 removed,
2298 ext-toolchain-wrapper improvements, improved non-MMU
2299 support. GCC 4.3.6 / 4.6.1.
2301 GENTARGETS infrastructure extended to cover bootloaders and
2302 Linux kernel as well. Options to retrive Linux/U-Boot from a
2303 custom git repo instead of upstream tarballs.
2304 Support for Linux 3.x and release candidate tarballs.
2305 X-Loader bootloader for omap added.
2307 Make source/external-deps now also works for external
2308 toolchains / crosstool-ng backend.
2310 Updated/fixed packages: autoconf, berkeleydb, bind, binutils,
2311 bmon, bridge-utils, busybox, cmake, dbus, dbus-glib,
2312 e2fsprogs, ethtool, ffmpeg, gst-plugins-{bad,base,good,ugly},
2313 gvfs, hostapd, iproute2, iptables, iw, jpeg, lame, libarchive,
2314 libdnet, libdrm, libgcrypt, libgtk2, libmpeg2, libpng,
2315 libsoup, lighttpd, linux-fusion, lzo, midori, mtd-utils,
2316 nfs-utils, openvpn, oprofile, orc, pkg-config, proftpd, qt,
2317 ruby, samba, sdl, shared-mime-info, sudo, sqlite, squid,
2318 synergy, udev, usbmount, usbutils, util-linux, valgrind,
2319 webkit, xorg-xserver, xz, zlib
2321 New packages: acl, attr, ebtables, gnutls, inotify-tools,
2322 ipset, libargtable2, libiqrf, libmnl, libnspr, libnss,
2323 libroxml, libyaml, live555, mxml, orc, rsyslog, sredird,
2324 statserial, stunnel, ti-utils, uboot-tools, yajl
2326 Deprecated packages: liboil, swfdec
2328 Removed packages: hal
2330 Issues resolved (http://bugs.uclibc.org):
2332 #3559: libnspr: Add new package
2333 #3595: patch to add libroxml
2334 #3565: libnss: Add new package
2335 #3583: xfonts_font-adobe-100dpi fails due to missing map file
2336 #3649: [PATCH] Add mapdir to existing pkg-config patch
2337 #3907: 2011.05 - Qt 4.7.3 not building on ARM
2338 #3961: Nfs-utils: Remove SUSv3-function index
2339 #3985: "help" target's defconfig list needs sort
2340 #3997: bump libroxml to v2.1.0
2342 2011.05, Released May 27th, 2011:
2344 Updated/fixed packages: makedevs
2346 2011.05-rc2, Released May 24th, 2011:
2348 Fixes all over the tree.
2350 Toolchain: Code sourcery ARM 2009q1 download URL fixed /
2351 2009q3 external toolchains added. Crosstool-NG bumped to
2352 1.11.3, eglic/glibc configuration fixes. Linux kernel 2.6.38.x
2355 Updated/fixed packages: bind, fakeroot, kbd, psmisc, qt
2357 2011.05-rc1, Released May 18th, 2011:
2359 Fixes all over the tree and new features.
2361 External toolchain improvements: We now build a binary
2362 toolchain wrapper and install it into HOST_DIR/usr/bin, which
2363 enforces the correct compiler arguments, making an external
2364 toolchain as easy to use outside of Buildroot as the internal
2365 ones are. This also brought a cleanup of CFLAGS, making the
2366 Buildroot build output easier to read.
2368 Rootfs device handling improvements: Choice between static
2369 /dev, devtmpfs and devtmpfs with either mdev or udev.
2371 Toolchain: More preconfigured codesourcery external
2372 toolchains, improved Crosstool-NG support, fix for GCC
2373 snapshot versions, GCC 4.4.6 / 4.5.3, experimental GCC 4.6.0
2374 support, target-GCC fixes, uClibc fixes, 0.9.32-rc3 support.
2376 Bootloaders: U-boot 2011.03, Barebox 2011.05.0
2378 Linux: support for custom kernel image targets, E.G. for
2379 powerpc builds with embedded device trees.
2381 Misc fixes for qemu defconfigs, ensuring correct serial
2382 terminal setup out of the box.
2384 Misc gentarget / autotools handling fixes.
2386 Updated/fixed packages: alsa-lib, alsa-utils, alsamixergui,
2387 atk, avahi, bind, bison, busybox, copas, dbus-glib, dhcp,
2388 dhcpdump, dnsmasq, dropbear, ethtool, fakeroot, ffmpeg, file,
2389 gamin, gnuconfig, gst-ffmpeg, gst-plugins-good, gtk2-engines,
2390 haserl, hostapd, icu, imagemagick, iproute2, iw, kismet, less,
2391 libcap, libdnet, libglade, libglib2, libgtk2, libnl, libpng,
2392 libxml2, libxml2, libxslt, lighttpd, lockfile-progs, makedevs,
2393 midori, mpg123, mpc, mpd, mpfr, mplayer, mtd-utils, ncurses,
2394 netsnmp, openssh, openssl, openvpn, pango, pkg-config, popt,
2395 procps, proftpd, qt, quagga, readline, rsync, samba, sdl,
2396 socat, squashfs, squid, sudo, tslib, udev, usbutils, webkit,
2397 wpa_supplicant, xerces, xfont_font-misc-misc, xlib_libX11,
2398 xlib_libXfont, xlib_xtrans, xorg-server, xterm, xz
2400 New packages: bonnie++, can-utils, gdisk, htop,
2401 input-event-daemon, libexif, libraw, libv4l, ngircd
2403 Removed packages: festival
2405 Issues resolved (http://bugs.uclibc.org):
2407 #2131: Add OpenMP support to the toolchain
2408 #3379: New Package: bonnie++
2409 #3445: Not working openssl-10.0.0d on 386sx
2410 #3451: fakeroot package: wrong FAKEROOT_SITE variable
2411 #3457: alsamixergui: broken URL
2412 #3475: Calling sync on large filesystems when not always necessary
2413 #3511: make busybox-menuconfig does not download busybox package
2414 #3541: Quotes in the top Makefile:217 break buildroot/kernel config...
2415 #3571: u-boot: fw_printenv does not build
2416 #3643: popt source url is not responding
2417 #3733: dropbear: make zlib optional
2418 #3757: Buildroot can't build mplayer with libmad
2420 2011.02, Released February 28th, 2011:
2422 Fixes all over the tree.
2424 Updated/fixed packages: alsamixergui, avahi, ffmpeg, icu, mpd,
2425 nuttcp, qt, slang, squashfs, sylpheed, synergy, xerces
2427 Deprecated packages: devmem2, webif
2429 Issues resolved (http://bugs.uclibc.org):
2431 #2911: Qt: Disable qt3support-option, if gui-module isn't selected
2432 #3259: Unable to build webkit (on arm)
2433 #3295: slang fails to build on mipsel
2434 #3325: ffmpeg fails to build
2436 2011.02-rc2, Released February 24th, 2011:
2438 Fixes all over the tree.
2440 Festival packages marked as broken. Unless someone steps up
2441 to support them, they will be removed during the 2011.05
2444 Updated/fixed packages: atk, avahi, bind, cairo, dbus,
2445 enchant, fakeroot, gmpc, gpsd, gvfs, iperf, jpeg, libarchive,
2446 libcgicc, libdaemon, libdrm, libevent, libgail, libglib2,
2447 libgpg-error, libmicrohttpd, librsvg, libsoup, libxcp,
2448 makedevs, matchbox-fakekey, matchbox-startup-monitor, mdadm,
2449 metacity, mpd, nasm, nfs-utils, olsr, openssl, popt,
2450 pthread-stubs, quagga, rpm, samba, sdl, sdl_gfx, sdl_image,
2451 sdl_mixer, sdl_sound, sdl_ttf, squashfs, synergy, taglib,
2452 tcpreplay, tiff, wpa_supplicant, xcb-util,
2453 xdriver_xf86-input-{acepad,aiptek,evdev,joystick,keyboard},
2454 xdriver_xf86-input-{mouse,synaptics,void},
2455 xdriver_xf86-video-{chips,dummy,geode,glide,intel,nv,wsfb},
2456 xlib_lib{ICE,SM,XScrnSaver,Xau,Xcursor,Xdmcp,Xi,Xinerama},
2457 xlib_lib{Xrandr,Xt,Xtst,Xxf86dga,Xxf86vm,dmx,fontenc,pciaccess},
2458 xserver_xorg-server, xz
2460 Removed packages: ace_of_penguins, vlc
2462 Issues resolved (http://bugs.uclibc.org):
2464 #3205: Failing chmod when running "make" in buildroot (openssl)...
2465 #3277: quagga fails to build with SNMP support
2466 #3283: See why nfs-utils needs fakeroot, and convert to autotools
2467 #3307: synergy fails to build due to missing XTest library
2469 2011.02-rc1, Released February 14th, 2011:
2471 Fixes all over the tree and new features.
2473 External toolchain improvements: clarification of the options,
2474 and introduction of the toolchain profile concept, for
2475 well-known toolchains. Buildroot is now capable of
2476 automatically downloading and extracting well-known toolchains
2477 (for the moment, CodeSourcery ARM, PowerPC, MIPS and SuperH
2478 toolchains are supported). Crosstool-NG backend updated and
2481 Complete rework of how hardware boards are supported.
2482 Each board now only has a single defconfig file, and all
2483 board-specific options have been removed. See
2484 docs/buildroot.html#board_support for details.
2486 Added support for the following boards: Mini2440, Qemu ARM
2487 Versatile, Qemu MIPSel Malta, Qemu PowerPC G3beige, Qemu SH4
2488 r2d and Qemu x86. The Qemu boards support allows to easily
2489 build systems that are known to work under Qemu.
2491 Initial support for Blackfin processors.
2493 Staging directory moved into $(O)/host/usr/<tuple>/sysroot, in
2494 preparation for support of SDK. For the same reason, the
2495 toolchain binaries (cross-compiler and other related tools)
2496 are now installed in $(O)/host/usr/bin/. The cross pkg-config
2497 now also automatically returns correct values for cross
2498 compilation, without needing any environment variables to be
2501 Ccache support reworked. Now used for both host and target
2502 compilation, and cache is stored in ~/.buildroot-ccache.
2504 Toolchain: uClibc 0.9.32-rc2, several components moved to
2505 normal AUTOTARGET packages.
2507 Generic cmake infrastructure, similar to the existing
2508 GENTARGETS/AUTOTARGETS.
2510 Support for bzr downloads, next to the existing git/svn support.
2512 Kconfig infrastructure rebased against 2.6.38-rc3, bringing
2513 misc fixes. 'xconfig' now uses Qt4 rather than Qt3.
2515 EXT2 file system size handling improved, UBI image support, fs
2516 configuration options cleanup, U-Boot/Barebox version bumps.
2518 Updated/fixed packages: alsa-utils, at, autoconf, automake,
2519 bash, binutils, bison, busybox, bzip2, cdrkit, cloop, cmake,
2520 coreutils, cups, dbus, dbus-python, dhcp, directfb,
2521 direcfb-examples, dmalloc, dnsmasq, dosfstools, e2fsprogs, ed,
2522 fbset, ffmpeg, findutils, flac, freetype, gdk-pixbuf, gmp,
2523 grep, gperf, gst-ffmpeg, gst-plugins-bad, gst-plugins-base,
2524 gst-plugins-good, gst-plugins-ugly, gstreamer, gvfs, hdparm,
2525 hostapd, i2c-tools, icu, imagemagick, input-tools, iproute2,
2526 iptables, iw, jpeg, kexec, libaio, libart, libcap, libconfig,
2527 libfuse, libglib2, libidn, libmad, libogg, libpcap, libpng,
2528 libsndfile, libtheora, libtool, libusb-compat, libvorbis,
2529 libxcb, libxml2, libxslt, links, linux-fusion, lm-sensors,
2530 lsof, ltp-testsuite, ltrace, lvm2, lzo, m4, makedevs,
2531 memtester, mesa3d, mii-diag, mpc, mpfr, mpg123, mplayer,
2532 mrouted, mtd-utils, nano, netperf, netplug, ntfs-3g, ntp,
2533 openssh, openssl, openvpn, oprofile, pango, patch, pciutils,
2534 php, pkgconfig, portmap, psmisc, python, qt, rsync, ruby,
2535 sawman, screen, sdl_gfx, sdl_sound, smartmontools, socat,
2536 sqlite, squid, sshfs, sstrip, sysklogd, sysstat, sysvinit,
2537 tar, tcpdump, tslib, udev, usbutils, vim, vtun, webkit, wipe,
2538 x11vnc, xapp_xlogo, xcb-proto, xfont_font-util,
2539 xkeyboard-config, xlib_libX11, xz, zlib
2541 New packages: dhrystone, dsp-tools, faad2, fbgrab, gst-dsp,
2542 gst-omapfb, irda-utils, lame, libao, libcue, libcuefile,
2543 libffi, libhid, libreplaygain, libsamplerate, libsigc++,
2544 lsuio, mpd, musepack, python-mad, python-serial, rsh-redone,
2545 sdparm, tidsp-binaries, vorbis-tools, wavpack, whetstone,
2548 Removed packages: hotplug, l2tp, libfloat, microcom,
2551 Issues resolved (http://bugs.uclibc.org):
2553 #267: The make target: cross fails because toolchain_build_...
2554 #415: Berkeley DB: mut_pthread.o: relocation R_X86_64_32 against...
2555 #561: ltp-testsuite failed to install
2556 #1447: Installing gfortran on PowerPC
2557 #1651: Build fail caused by ccache in module-init-tools
2558 #1681: Cross-compiled binaries shouldn't be installed into staging
2559 #1723: [PATCH] axel: convert to generic package infrastructure and...
2560 #1735: [PATCH] mplayer: convert to autotools infrastructure
2561 #2551: [PATCH] native toolchain in the target filesystem fails
2562 #2623: buildroot-snapshot-20100922 fails when compiling development...
2563 #2647: makedevs package lacks support for 16-bit major/minor numbers
2564 #2371: QT MYSQL Module does not build when MySQL installed on the host
2565 #2839: compile fails in various packages with a odd message "error:...
2566 #2887: tar "buffer overflow detected" error
2567 #2893: Broken "make source" with external toolchain
2568 #2905: Qt: Speed up compilation, if gui-module isn't selected
2569 #2929: genext2fs: couldn't allocate a block (no free space)
2570 #2935: Ntpdate isn't installed
2571 #2965: Broken linkage to xkbcomp (blocking X server startup)
2572 #2983: xlib_libX11 build failed
2573 #3007: kexec doesn't build: Missing regdef.h file
2574 #3085: Init scripts are not compatible with sysVinit (when busybox...
2575 #3103: make external-deps wants to download gcc-.tar.bz2 when...
2576 #3109: abnormal `make busybox-menuconfig`
2577 #3115: How about board specific makefiles?
2578 #3169: python patch has typo, aborts build in scenario
2579 #3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/
2581 2010.11, Released November 30th, 2010:
2583 Fixes all over the tree.
2585 Updated/fixed packages: libgcrypt, qt, squid, sysstat, tcpdump,
2588 Issues resolved (http://bugs.uclibc.org):
2590 #2773: squid with openssl support needs openssl on the host
2591 #2857: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
2593 2010.11-rc2, Released November 25th, 2010:
2595 Fixes all over the tree.
2597 Add support for LEON Sparc architecture variants. Fix make
2598 source/external-deps for host packages.
2600 Updated/fixed packages: bash, bind, busybox, dialog, gpsd,
2601 libglib2, libcurl, libmad, lrzsz, midori, module-init-tools,
2602 mtd-utils, openssh, openssl, pciutils, php, qt, sqlite,
2603 sysstat, webkit, zlib
2605 Issues resolved (http://bugs.uclibc.org):
2607 #759: Sysstat build broken without libintl
2608 #2479: host-module-init-tools 3.11 fails to build
2609 #2725: Buildroot overrides kernel config
2610 #2785: mtd-utils build fails due to missing libmtd
2611 #2791: Added PHP-Process Control to the PHP-Package
2612 #2797: pciutils dependencies on zlib not taken into account
2613 #2809: failed to compile libglib2
2614 #2821: [PATCH] Patch for JavaScriptCore in QtWebKit module
2615 #2827: qt-4.7.0-pthread_getattr_np.patch invalid for qt 4.6...
2616 #2833: Failed to compile webkit without X11
2618 2010.11-rc1, Released November 8th, 2010:
2620 Fixes all over the tree and new features.
2622 Kconfig infrastructure rebased against 2.6.36-rc1, bringing
2623 misc fixes + nconfig and savedefconfig targets.
2625 Toolchain: ARM cortex A9 support, experimental crosstool-ng
2628 Fs: Squashfs 4.1 with lzo support
2630 Old-style package hooks (*_HOOK_POST_*) removed. Use the more
2631 generic new-style ones instead.
2633 Download handling reworked and support for git/svn downloads
2636 Removed experimental shared config.cache support, as it is
2639 A convenience Makefile wrapper is created when using
2640 out-of-tree building, similar to how it is done for the kernel.
2642 Alpha, Cris, IA64 and Sparc64 architecture support removed.
2644 New packages: argp-standalone, gdk-pixbuf, gpsd, gst-ffmpeg,
2645 libmpeg2, kbd, librsvg, nuttcp, rng-tools, rrdtool, xz
2647 Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf,
2648 automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa,
2649 bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb,
2650 dmraid, docker, dosfstools, dropbear, e2fsprogs, ethtool,
2651 expat, ezxml, fbset, fconfig, ffmpeg, freetype, gadgetfs-test,
2652 gamin, gawk, genext2fs, gperf, gst-plugins-base,
2653 gst-plugins-ugly, gtk2-themes, gtkperf, gvfs, haserl, hdparm,
2654 hostapd, hwdata, ifplugd, imagemagick, iperf, ipsec-tools,
2655 iproute2, iptables, iw, jpeg, kexec, kismet, less, libcgi,
2656 libcurl, libdaemon, libdnet, liberation, libevent, libeXosip2,
2657 libglade, libgtk2, libiconv, libidn, libintl, libmms, libmpd,
2658 libnl, liboil, libosip2, libpcap, libpng, libtool, libungif,
2659 libxml2, libxslt, lighttpd, lite, lm-sensors, lockfile-progs,
2660 logrotate, m4, matchbox, mdadm, mesa3d, metacity, mplayer,
2661 mtd-utils, mysql_client, nano, nbd, ncftp, neon, netperf,
2662 netsnmp, ng-spice-rework, ntfsprogs, ntp, openntpd, openssh,
2663 openssl, openvpn, oprofile, pango, patch, pcre, php,
2664 pkg-config, portmap, pppd, pptp-linux, prboom, proftpd, radvd,
2665 rdesktop, readline, rp-pppoe, ruby, qt, quagga, samba, sawman,
2666 sdl_mixer, sdl_sound, sed, setserial, shared-mime-info, slang,
2667 speex, sqlite, squashfs, startup-notification, strace,
2668 sylpheed, sysstat, taglib, tcpdump, thttpd, tiff, tn5250,
2669 torsmo, tslib, udev, udpcast, usbmount, usbutils, vsftpd,
2670 vtun, which, wireless-tools, wpa_supplicant, xapp_twm,
2671 xapp_xbacklight, xapp_xcursorgen, xapp_xinit, xapp_xinput,
2673 xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
2674 xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
2675 xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
2676 xdriver-xf86-video-{geode,glide,glint,i128,i740,intel,mach64},
2677 xdriver-xf86-video-{mga,neomagic,newport,nv,openchrome,r128},
2678 xdriver-xf86-video-{rendition,s3,s3virge,savage,siliconmotion},
2679 xdriver-xf86-video-{sis,sisusb,suncg3,suncg6,suncg14,sunffb},
2680 xdriver-xf86-video-{sunleo,suntcx,tdfx,tga,trident,v4l,vesa},
2681 xdriver-xf86-video-{vmware,voodeo,wsfb,xgi,xgixp},
2682 xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke,
2685 Deprecated packages: hotplug, lzma, ng-spice-rework, sfdisk
2687 Removed packages: dillo, libglib12, libgtk12, microwin,
2690 Issues resolved (http://bugs.uclibc.org):
2692 #901: new package: gpsd
2693 #2389: Generate a Makefile wrapper in $(O)
2694 #2461: wireless_tools: install shared library if needed
2695 #2521: Can't compile sdl_mixer, mikmod.h can't be found
2696 #2533: xserver_xorg-server: Enable glx, if mesa3d is built
2697 #2563: [PATCH] cairo: Expose the configure option to disable some...
2698 #2581: libmms: Update to 0.6, and patch to work on architectures...
2699 #2707: Can't compile linux kernel using buildroot + crosstool-ng
2701 #2737: buildroot configuration tool crashing when the path exceeds...
2702 #2767: Build for lsof broken in buildroot-2010.08
2704 2010.08: Released August 31th, 2010:
2706 Fixes all over the tree.
2708 Updated/fixed packages: atk, xstroke
2710 Removed packages: lxdoom
2712 2010.08-rc2, Released August 30th, 2010:
2714 Fixes all over the tree.
2716 Mark the combination of uClibc 0.9.31, gcc 4.2.x, C++ and
2717 locale support as broken. Remove deprecated GCC 4.2.[1-3]
2720 Mark CRIS architecture as deprecated, as it is discontinued
2723 Marked shared config.cache as experimental and disabled by
2724 default as it is known to break with certain package
2727 Toolchain: fixed gcc 4.2.x build after uClibc NPTL support got
2730 fs: old-style squashfs for big endian archs fixed.
2732 Updated/fixed packages: busybox, gst-plugins-base,
2733 imagemagick, kismet, libgail, libglib2, libgtk2, lua,
2734 luafilesystem, lzo, ncurses, netcat, pango, php, pppd,
2735 proftpd, qt, samba, startup-notification, swfdec, sysvinit,
2738 Removed packages: stunnel
2740 Issues resolved (http://bugs.uclibc.org):
2742 #635: util-linux fails to build in 2009.08
2743 #2239: netcat package installs its binary to target as avr32-linux...
2744 #2395: libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because...
2745 #2443: Initramfs: Don't overwrite $(TARGET_DIR)/init if it exists
2746 #2449: Minor fixes for squashfs makefile and correct PowerPC e500 ...
2748 2010.08-rc1, Released July 30th, 2010:
2750 Fixes all over the tree and new features.
2752 Toolchain: GCC 4.3.5, older 4.3.x versions removed. GCC 4.1.2
2753 and non-sysroot support removed. Added support for (snapshot)
2754 NPTL in uClibc, 0.9.28.3 removed,
2756 Bootloaders: Various cleanups, moved to boot/, added Barebox,
2757 removed yaboot. Support building u-boot from custom tarball,
2760 New GTK-based configurator, usable using 'make gconfig'.
2762 Java packages marked as broken. Unless someone steps up to
2763 support this, they will be removed during the 2010.11
2766 Alpha, IA64 and Sparc64 architectures marked as deprecated.
2767 GTK+ on DirectFB has also been marked as deprecated, as it is
2768 not supported in recent GTK+ versions, and more and more
2769 packages depends on the new versions.
2770 Unless someone steps up to support them, they will be removed
2771 during the 2010.11 development cycle.
2773 New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
2774 libgail, luafilesystem, luasocket, rings, wsapi, xavante, xterm
2776 Updated/fixed packages: alsa-lib, alsamixergui, at, atk,
2777 avahi, berkeleydb, bash, blackbox, busybox, bzip2, cairo,
2778 cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc,
2779 dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig,
2780 gawk, gmpc, gnuchess, gst-plugins-base, gst-plugins-good,
2781 gstreamer, gzip, icu, intltool, iostat, ipsec-tools, iptables,
2782 iw, libart, libcgi, libcurl, libdrm, libeXosip, libfuse,
2783 libglib2, libgpg-error, libiconv, libidn, liblockfile, libpng,
2784 libsoup, lighttpd, links, linux-fusion, lmbench, lrzsz,
2785 ltrace, make, midori, module-init-tools, mplayer,
2786 mysql_client, nbd, ncurses, neon, netcat, netperf, netsnmp,
2787 ntfsprogs, openssl, oprofile, pango, php, qt, quagga, samba,
2788 setserial, sdl, sdl_mixer, sdl_sound, sdl_ttf, speech-tools,
2789 sqlite, squashfs, swfdec, tftpd, thttpd, tn5250, tremor,
2790 usbutils, webif, webkit, wireless_tools, xerces,
2791 xkeyboard-config, xserver_xorg-server, xvkbd, zlib
2793 Removed packages: modutils, portage, rxvt
2795 Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia
2797 Issues resolved (http://bugs.uclibc.org):
2799 #321: alsa-lib uses host include files for python which breaks ...
2800 #361: linux kernel configuration choice works incorrectly
2801 #387: Tremor not installed to toolchain
2802 #401: new package: ffmpeg
2803 #475: uImage target for U-boot failed generating
2804 #543: ATK requires X11 on DirectFB target
2805 #575: webkit: Buildroot Libtool Patch Fails
2806 #583: build fails with external x86_64 toolchain
2807 #729: sstrip creates corrupted headers
2808 #829: Webkit r44552 needs libXt
2809 #835: Package Dataflashboot-1.05 does not compile with buildroot...
2810 #847: Compiling target-gcc v4.4 fails with "libc.so.0: cannot open...
2811 #859: Add (head of) nptl branch to list of uClibc versions
2812 #949: compile with debug info
2813 #955: Grub fails to build with External Toolchain
2814 #1051: Webkit doesn't compile (Linuxthreads new, x86)
2815 #1213: Move .config into output directory
2816 #1225: Buildroot fails to account for "nof" subdirectory (no float...
2817 #1231: (sparc) Linux kernel fails to build
2818 #1261: The getline() in output/build/linux-2.6.28/scripts/unifdef.c...
2819 #1339: Busybox needs -fno-strict-aliasing to compile cleanly
2820 #1393: neon config fails libxml/parser.h: libxml2 requires, but not ...
2821 #1405: WebKit fails to build because pthread_getattr_np is not impl...
2822 #1675: GMP Error during buildroot make process
2823 #1741: external toolchain linking error
2824 #1753: lmbench: convert to generic package infrastructure
2825 #1771: Fakeroot and the target/generic/device_table.txt create bad...
2826 #1807: LZMA 4.32.7, Required header file(s) are missing
2827 #1813: xkeyboard-config fails to build because of intltool problem
2828 #1879: Bump iptables to 1.4.8
2829 #1885: Add a bunch of lua modules
2830 #1897: Bump libusb to 1.0.7
2831 #1903: Bump tn5250 to 0.17.4 and migrate to autotargets
2832 #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
2833 #1927: Bump file to 5.03 and migrate to autotargets
2834 #1933: Bump gawk to 3.1.8 and migrate to autotargets
2835 #1945: PHP: add sqlite3 dependency when using external lib
2836 #1951: Bump openssl to 0.9.8o
2837 #1957: Bump sqlite to 3.6.23.1
2838 #1975: Package removal/deprecation
2839 #1981: zlib: bump to 1.2.5
2840 #1987: intltool: Fix spelling mistake
2841 #1993: Bump bash to 4.1.7(1) and migrate to autotargets
2842 #1999: Typo in path checking
2843 #2005: Bump dnsmasq to 2.55 and migrate to gentargets
2844 #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x
2845 #2038: Bump ncurses to 5.7
2846 #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
2847 #2101: blackbox depends on locale support
2848 #2119: Tries to build kernel, although disabled in config
2849 #2125: libXfont build fail
2850 #2143: buildroot compiler generates segfaulting statically linked exe..
2851 #2149: xterm build failure
2852 #2155: Compression lzo don't set for ubifs
2853 #2161: [SECURITY] Update libpng to 1.2.44
2854 #2167: Bump busybox to 1.17.0, convert to gentargets, drop 1.12, ...
2855 #2181: pixman can't apply pixman-0.10.0-no-tests.patch
2856 #2191: linux-fusion build fail
2857 #2221: Qt does not compile (dependencies not taken into account?)
2858 #2233: Atmel atstk target skeletons have /etc/mtab as a file, not ...
2859 #2245: Netcat does not work due to incorrect assumptions about signed..
2860 #2251: directory output/build after make *_defconfig not found
2861 #2257: Convert netsnmp package to autotargets
2862 #2263: Bump samba to 3.3.13
2863 #2269: setserial causes make error
2865 2010.05, Released May 30th, 2010:
2867 Fixes all over the tree.
2869 Updated/fixed packages: coreutils, hal, libcap,
2870 lockfile-progs, ncftp, xserver_xorg-server
2872 Issues resolved (http://bugs.uclibc.org):
2874 #1789: binutils fails to build for i386
2875 #1843: Fix libcap build failure
2876 #1855: XORG Keyboard driver fails to compile
2878 2010.05-rc3, Released May 27th, 2010:
2880 Fixes all over the tree.
2882 Updated/fixed packages: aumix, atk, avahi, bmon, busybox, cairo,
2883 cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
2884 gettext, gmpc, gob2, grep, gstreamer, gst-plugins-bad,
2885 gst-plugins-base, gvfs, hal, iconv, icu, iperf, libcgicc,
2886 libdvdnav, libdvdread, libglade, libglib2, libgtk2, libidn,
2887 libmms, libmpd, libpcap, libsoup, lmbench, lsof, ltrace, lvm2,
2888 make, metacity, microperl, mtd-utils, mutt, nbd, netsnmp,
2889 ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm, php,
2890 pkg-config, psmisc, qt, samba, shared-mime-info, squashfs,
2891 squashfs3, sshfs, startup-notification, swfdec, sylpheed,
2892 uemacs, util-linux, valgrind, vpnc, vsftpd, webkit, xstroke
2894 Issues resolved (http://bugs.uclibc.org):
2896 #75: arm buildroot "unrecognized option" error
2897 #699: Buildroot fails to copy libstdc++ to target when using external...
2898 #1693: NTP trys IPV6 even if not configured error: 'IPV6_MULTICAST...
2899 #1729: alsamixergui fails to build
2900 #1801: Avahi-autoipd doesn't create TARGET_DIR/var/lib
2901 #1819: pciutils small bugs
2902 #2065: Internal toolchain: bump gcc 4.3.x series to 4.3.5
2904 2010.05-rc2, Released May 11th, 2010:
2906 Fixes all over the tree.
2908 Updated/fixed packages: busybox, customize, gawk, gnuchess,
2909 hal, hostapd, less, libgcrypt, libnl, libxcb, linux-fusion,
2910 ltp-testsuite, mplayer, netplug, pciutils, php, sed,
2911 shared-mime-info usb_modeswitch, usbutils, vlc wpa_supplicant,
2912 xapp_bdftopcf, xapp_mkfontdir, xdriver_xf86-video-openchrome,
2913 xfont_encodings, xlib_libX11, xlib_libXfont, xlib_xtrans,
2914 xproto_fontcacheproto, xproto_fontsproto, xvkbd
2916 Removed packages: vice
2918 Issues resolved (http://bugs.uclibc.org):
2920 #849: "customize" package copies files to wrong place in target tree
2921 #985: Bump usb_modeswitch package to 1.1.0
2922 #1135: Package customize. Wrong copying
2923 #1525: Package hal deletes a whole <target>/etc/rc.d directory
2924 #1531: libxcb 1.5 build fails, due to missing xcbgen Python module
2925 #1669: Busybox failed to compile when using an external toolchain
2926 #1699: Fix usbutils dependencies and bump
2927 #1705: Fix pciutils broken cross compiling
2928 #1717: External toolchain fixes for hostapd & wpa_supplicant
2930 2010.05-rc1, Released May 3rd, 2010:
2932 Cleaned up / restructured package menu.
2934 Toolchain: uClibc 0.9.30.3 / 0.9.31, older 0.9.30.x removed.
2935 2.6.33 kernel headers, binutils 2.20.1, GCC 4.4.4,
2936 removed broken nios2 support, ppc e300cX/e500mc support,
2937 improved external toolchain support, GDB 7.x support.
2939 X.org updated to 7.5.
2941 New packages: cdrkit, cramfs, genext2fs, genromfs,
2942 libatomic_ops, librsync, libusb-compat, lmbench, netperf,
2943 squashfs, squashfs3, squid
2945 Updated/fixed packages: alsa-utils, argus, autoconf, bison,
2946 busybox, bzip2, directfb, dnsmasq, dosfstools, e2fsprogs,
2947 eeprog, fakeroot, fbv, findutils, freetype, haserl, hostapd,
2948 iperf, iptables, iw, less, libaio, libcgi, libcgicc, libdrm,
2949 libgcrypt, libglib2, libid3tag, libmad, liboil, libosip2,
2950 libpng, libraw1394, libsysfs, libxml2, libxslt, linux-fusion,
2951 ltrace, lua, lzma, madplay, makedevs, matchbox, mdadm,
2952 memstat, mesa3d, mtd-utils, nano, ncurses, openssl, patch,
2953 pciutils, php, pixman, portage, pppd, pthread-stubs, python,
2954 qt, radvd, samba, setserial, smartmontools, tar, tslib,
2955 udpcast, usb_modeswith, vtun, wget, xdata_xcursor-themes,
2956 xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
2957 xlib_libXaw, xlib_libXfont, xlib_libXfontcache,
2958 xlib_libXxf86misc, xlib_libXtst, xlib_libpciaccess,
2959 xproto_dri2proto, xproto_eviext, xproto_fontcacheproto,
2960 xproto_xf86miscproto, xserver_xorg-server
2962 Removed packages: xapp_xtrap, xlib_libXTrap, xlib_libXevie,
2963 xlib_libXxf86misc, xxproto_evieext, proto_trapproto,
2964 xproto_xf86miscproto
2966 Issues resolved (http://bugs.uclibc.org):
2968 #513: Add new squid package
2969 #661: lmbench: new package
2970 #719: Add lua option to haserl
2971 #800: [PATCH] iperf update to 2.0.4
2972 #803: [PATCH] lua - add shared library patch and config option for...
2973 #805: [PATCH] mdadm - version update
2974 #817: integrator926_defconfig uses unsupported uboot board name
2975 #851: Add option to specify --sysroot value for external toolchain
2976 #1093: Upgrade libusb to v1.0.3 and add new libusb-compat
2977 package for compatibility with old packages that expect
2979 #1105: Add new netperf package
2980 #1111: Bump wget to 1.12 and migrate to Makefile.autotools.in
2981 #1117: Bump nano to 2.2.3 and migrate to Makefile.autotools.in
2982 #1123: Bump less to 436 and migrate to Makefile.autotools.in
2983 #1129: Bump memstat to 0.8 and migrate to Makefile.package.in
2984 #1189: Wrong u-boot configuration name for integrator926 target
2985 #1219: kernel headers not correctly installed into toolchain/staging
2986 #1267: Wrong BR2_EXTRA_VERSION
2987 #1273: BR2_INET_IPV6 does not enable IPv6 in pppd
2988 #1303: Add librsync package
2989 #1321: Busybox link fails due to lack of --sysroot option
2990 #1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS
2991 #1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in
2992 #1369: cannot build radvd (flex problem)
2993 #1387: xlib_libX11-1.3.2 can't find libjpeg
2994 #1411: [SECURITY] Update openssl package to 0.9.8n
2995 #1417: Bump iptables to 1.4.7
2996 #1423: Bump e2fsprogs to 1.41.11
2997 #1429: [SECURITY] Update php to 5.2.13
2998 #1441: Add binutils 2.20.1
2999 #1447: Package installation on target with debug symbols is broken
3000 #1459: Misc QA fixes
3001 #1489: radvd update to 1.6
3002 #1513: Enable powerpc e300c2, e300c3 and e500mc optimization
3003 #1537: dev entries not created anymore
3004 #1555: Fix default uclibc-0.9.31 configuration
3005 #1561: [SECURITY] Update samba to 3.3.12
3006 #1567: openssl0.9.8n fails to compile
3007 #1573: Alsa-utils alsactl/init/* not installed to target
3008 #1591: portmap fails to compile
3009 #1615: Convert eeprog package to gentargets
3010 #1645: Bump hostapd package to 0.7.2
3012 2010.02, Release February 26th, 2010:
3014 Fixes all over the tree.
3016 Updated/fixed packages: avahi, busybox, cramfs, ipsec-tools, libcgicc,
3017 libgtk2, libraw1394, madplay, netsnmp, pango, squashfs, sylpheed, qt,
3020 Removed packages: hostap, openmotif, xpdf
3022 Issues resolved (http://bugs.uclibc.org):
3024 #165: openmotif does not build
3025 #1147: Remove obsolete hostap package
3026 #1183: make source fails to download gmp, mpfr and patches
3028 2010.02-rc2, Released February 23th, 2010:
3030 Fixes all over the tree and new features.
3032 New packages: intltool
3034 Updated/fixed packages: ace_of_penguins, alsa-lib, alsa-utils, argus,
3035 at, automake, ccache, dosfstools, e2fsprogs, flex, gob2, gmpc,
3036 gst-plugins-good, imagemagick, iw, kexec, libeXosip, libgtk2,
3037 libpcap, libpng, libsoup, libxcb, libxml-parser-perl, libxml2,
3038 libxslt, lvm2, matchbox, mplayer, rsync, rubix, shared-mime-info,
3039 tcl, webkit, xapp_mkfontscale, xfont_encodings, xfont_font-util,
3040 xlib_libfontenc, xproto_trapproto, zlib
3042 Removed package: xboard
3044 Issues resolved (http://bugs.uclibc.org):
3046 #335: atk looks for the path to the gnome library on the host
3047 #355: Please update WebKit - it doesn't compile!
3048 #453: libglib2 autoreconf
3049 #457: e2fsprogs link problem
3050 #459: libgtk2 autoreconf
3051 #469: build of libgtk2 for host incorrectly assumes that X.org ...
3052 #671: Bash fails to build when building buildront on Ubuntu 9.04
3053 #711: WebKit host dependencies problems
3054 #821: cp: illegal operation
3055 #1039: Not compiled on ubuntu karmic
3056 #1069: [PATCH] The AT91BOOTSTRAP makefile contains a typo
3058 2010.02-rc1, Released February 9th, 2010:
3060 Fixes all over the tree and new features.
3062 Generalized autotools infrastructure to be usable for
3063 non-autotools packages, see package/Makefile.package.in for
3066 Cleaned up avr32 toolchain config, external source-based
3067 toolchain support is gone.
3069 Dependency checks: Also check for makeinfo, only print output
3072 Toolchain: uClibc 0.9.30.2, gcc 4.4.3
3074 New packages: libcdaudio, libdvdnav, libdvdread, hostapd, ser2net,
3077 Updated/fixed packages: alsa-lib, alsa-utils, at, autoconf, bash,
3078 bind, binutils, bootutils, busybox, dbus, directfb, dnsmasq,
3079 e2fsprogs, gstreamer, gperf, gst-plugins-bad, gvfs, fbdump, flex,
3080 hal, iptables, iw, jpeg, kismet, libfuse, libglib2, liboil, libpcap,
3081 libungif, libxml2, libxslt, lighttpd, mesa, mpg123, mtd-utils, nbd,
3082 neon, netstat-nat, newt, openvpn, pcre, php, qt, rdesktop, readline,
3083 rpm, sawman, sdl, sdl_ttf, sqlite, sshfs, tremor, u-boot,
3084 usb_modeswitch, usbutils, webkit, wpa_supplicant, xfsprogs, zlib
3086 Removed package: asterisk, openswan
3088 Issues resolved (http://bugs.uclibc.org):
3090 #515: tcpreplay: new package
3091 #553: Wrong DirectFB ps2mouse limitation
3092 #559: mesa3d build fails
3093 #679: Autoconf cannot find M4
3094 #739: New/updated hostapd package
3095 #749: Bump usbutils package to version 0.86
3096 #751: Kernel 2.6 snapshot fetch fail
3097 #753: Bump lighttpd package to 1.4.25
3098 #757: U-Boot: mkimage cannot be installed using external toolchain
3099 #761: Add binutils 2.20 to toolchain options
3100 #763: [SECURITY] Update pcre to 7.9
3101 #765: Add buildroot branding to gcc
3102 #767: Bump iw package to 0.9.18
3103 #773: [SECURITY] Update bind to 9.5.2-P1
3104 #795: Minor edits to fix typos, grammar, spelling, usage in documen...
3105 #813: Drop not very useful generic package selection options ...
3106 #823: Editor backup files (~) is copied from the target_skeleton
3107 #827: Bump mtd-utils package to version 1.2.0
3109 #913: Bump iptables to 1.4.6
3110 #919: Bump usb_modeswitch package to 1.0.7
3111 #925: Bump wpa_supplicant package to 0.6.10
3112 #931: Bump kismet package to 2010-01-R1
3113 #937: Bump openvpn package to 2.1.1
3114 #943: Bump sqlite package to 3.6.22
3115 #961: Bump dnsmasq to 2.52
3116 #967: Bump netstat-nat to 1.4.10
3117 #973: Bump iw to 0.9.19
3118 #1003: DHCP options disabled with busybox-1.16.0
3119 #1009: [SECURITY] Bump php to 5.2.12
3120 #1015: [SECURITY] Bump bind to 9.5.1-P2
3121 #1027: Busybox flash commands conflict with those from mtd-utils
3122 #1063: [SECURITY] Update lighttpd to 1.4.26
3124 2009.11, Released December 1st, 2009:
3126 Additional fixes and cleanups.
3128 Updated/fixed packages: alsamixergui, autoconf, coreutils, fltk,
3129 microperl, ncurses, vim
3131 Issues resolved (http://bugs.uclibc.org):
3133 #707: Cant configure fltk-1.1.7. configure: error: Configure could ...
3135 2009.11-rc2, Released November 29th, 2009:
3137 Additional fixes and cleanups.
3139 Updated/fixed packages: busybox, dbus, fltk, gvfs, ltrace
3141 2009.11-rc1, Released November 23rd, 2009:
3143 Fixes all over the tree and new features.
3145 Cleaned up / Simplified build directory layout. Refer to
3146 docs/buildroot.html#using for details.
3148 Target defconfig files moved to configs/ and listed in 'make help'
3151 Fixed *clean targets. Now clean removes everything generated,
3152 so you can do a fresh rebuild. Distclean furthermore removes
3153 kbuild tools and .config, bringing the source tree back in a
3156 Toolchain: ARM cortex A8 support, GCC 4.4.2, sensible default
3157 soft / hardfloat setting for architecture, ensure target-ldd
3160 New packages: divine, gvfs, libarchive, libmicrohttpd,
3161 sdl_sound, swfdec, sysstat
3163 Updated/fixed packages: alsa-lib, alsamixergui, autoconf, bootutils,
3164 busybox, gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf,
3165 gqview, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good,
3166 imagemagick, ipkg, iptables, iw, kernel-headers, kismet, leafpad,
3167 libelf, libevent, libglib2, libidn, liblockfile, libmad, libpcap,
3168 libupnp, libuuid, libxml2, lighttpd, ltrace, lua, lzma, magiccube4d,
3169 matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp,
3170 ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
3171 python, quagga, radvd, rpm, rsync, rubix, samba, sawman, sdl, sdl_image,
3172 shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
3173 synergy, syslinux, sysklogd, target-binutils, tcpdump, torsmo, u-boot,
3174 udpcast, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
3175 xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib[5~
3177 Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
3179 Issues resolved (http://bugs.uclibc.org):
3181 #301: allow to install libsmbclient
3182 #303: add gvfs package
3183 #477: Add sdl_sound package
3184 #487: Make kismet package sexier
3185 #511: New package usb_modeswitch
3186 #527: misc fixes for dnsmasq package
3187 #565: libevent: Bump version and clean up makefile
3188 #587: Use iptables multipurpose binaries and bump to 1.4.4
3189 #593: Missing early check for patch(1)
3190 #597: (REOP) Selecting busybox in buildroot's config clobbers ar ...
3191 #609: libmicrohttpd: New package
3192 #615: python: Don't delete .py files unless asked
3193 #617: netkit/inetd requires RPC and fails to build if RPC is disabled
3194 #619: netkittelnet requires netkitbase to install, but there's no ...
3195 #645: allow to build nbd-server with NBD package
3196 #653: [SECURITY] Update php package to version 5.2.11
3197 #655: Update sqlite package to version 3.6.18
3198 #657: Bug in imagemagick-clean target
3199 #663: Add option for NAND flash with 512B Page and 16 kB erasesize ...
3200 #665: [PATCH] Samba package
3201 #667: [PATCH] e2fsprogs
3202 #683: SDL-dfb does not select directfb
3203 #701: make install problem with unstripped binaries
3204 #703: [SECURITY] Update openssl package to 0.9.8l
3205 #705: Bump spawn-fcgi package to 1.6.3
3206 #709: Bump lighttpd package to 1.4.24
3207 #713: Migrate openntpd package to Makefile.autotools.in
3208 #715: Bump libidn package to 1.15 and other fixes
3209 #717: Bump dnsmasq to 2.51 and introduce new IDN option
3210 #731: Bump iw package to 0.9.17
3212 2009.08, Released August 31th, 2009:
3214 Additional fixes and cleanups.
3216 Updated/fixed packages: ctorrent, saveconfig/getconfig,
3217 sdl_net, util-linux.
3219 Issues resolved (http://bugs.uclibc.org):
3221 #529: util-linux doesn't find headers and include libs correctly
3222 #557: Build ctorrent with SSL support if available
3224 2009.08-rc3, Released August 26th, 2009:
3226 Additional fixes and cleanups.
3228 Updated/fixed packages: alsa-utils, berkeleydb, busybox, dbus,
3229 directfb, enchant, kernel headers.
3231 Issues resolved (http://bugs.uclibc.org):
3233 #471: Allow directfb compilation with debug
3234 #541: Removal of CVS directories in target filesystem broken
3235 #547: berkeleydb: Update config.{sub, guess}
3236 #549: enchant: Fix dependencies.
3237 #569: Fix alsa-utils build for x86 on x86-64
3239 2009.08-rc2, Released August 6th, 2009:
3241 Additional fixes and new features.
3243 New packages: libuuid, gcc 4.3.4.
3245 Updated/fixed packages: busybox, classpath, gzip, ipsec-tools,
3246 jamvm, libusb, microperl, neon, popt, sed, webkit.
3248 Fixed issue with 'make oldconfig'
3250 Issues resolved (http://bugs.uclibc.org):
3252 #525: sed broken with external toolchain
3253 #537: Fix gzip build with recent glibc
3255 2009.08-rc1, Released August 2nd, 2009:
3257 Fixes all over the tree and new features.
3259 Improvement of external toolchain support:
3260 - Support for glibc toolchains.
3261 - The toolchain configuration announced to Buildroot is
3262 verified against the real toolchain configuration.
3263 - Fixes, documentation.
3265 Cleanup X.org support: clarified configuration options, and
3266 removed mandatory dependency on useless libraries such as
3269 New QT-based configurator, usable using 'make xconfig'.
3271 Support for the Xtensa architecture.
3273 Toolchain: GCC 4.4.1, 2.6.30 kernel headers, removed < 2.6.26
3276 New packages: bmon, ctorrent, dosfstools, enchant,
3277 gst-plugins-bad, iw, libmms, libnl, netstat-nat, ntfsprogs,
3278 sdl_gfx, spawn-fcgi.
3280 Updated packages: bind, busybox, coreutils, sqlite, directfb,
3281 expat, gamin, gnuconfig, haserl, ipsec-tools, classpath,
3282 libcurl, libglib2, liblockfile, libpng, libsoup, libxml2,
3283 lighttpd, ltp-testsuite, lvm2, matchbox, memstat,
3284 gst-plugins-good, gstreamer, libogg, libvorbis, mplayer,
3285 neon, openssl, pciutils, php, qt, ruby, sawman, webkit,
3286 wpa-supplicant, xdriver_xf86-input-synaptics,
3287 xdriver_xf86-video-intel, xlib_libXfont, xlib_libXft,
3288 xlib_libXt, xproto_xproto, xserver-xorg, xutil_makedepend,
3291 Issues resolved (http://bugs.uclibc.org):
3293 #83: liblockfile fails to compile due to eaccess redefinition
3294 #163: Xtensa architecture port
3295 #171: xorg-server / kernel headers 2.6.26 - vm86.c compilation issue
3296 #241: device mapper + lvm2: build together
3297 #243: ctorrent: new package
3298 #247: ntfsprogs: new package
3299 #271: Library 'libgcc_s.so.1' not installed in search path
3300 #287: New package libnl
3301 #289: New package iw
3302 #331: Update MPlayer to version 1.0rc2
3303 #333: Bump sqlite package to 3.6.15
3304 #349: update libsoup to version 2.26.2
3305 #357: New package netstat-nat
3306 #359,#413: Upgrade openvpn to Makefile.autotools.in
3307 #367: linux kernel compile error for arm926t
3308 #369: Add SDL_gfx package
3309 #373: Support for building gstreamer without libxml
3310 #379: update DirectFB to version 1.4.0
3311 #383: gst-plugins-good: Allow soup plugin to be configured
3312 #385: neon: Fix pkgconfig dependency
3313 #387: Tremor not installed to toolchain
3314 #389: New package bmon
3315 #391: gstreamer: Bump version to 0.10.23
3316 #393: gst-plugins-base: Bump version to 0.10.23
3317 #395: gst-plugins-bad: New package
3318 #403: Error while building iso9660 image
3319 #409: Bump php package to 5.2.10
3320 #411: ipsec-tools: Bump version to 0.7.2
3321 #417: New package spawn-fcgi
3322 #419: Bump lighttpd package to 1.4.23
3323 #421: toolchain: Clean up toolchain locale support menu
3324 #427: webkit: Update to WebKit svn r44552
3325 #437: ltp-testsuite: Bump version to 20090630
3326 #451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3
3327 #467: DirectFB 1.4.1
3328 #473: memstat_0.5.tar.gz has install with -D and that fails "make"
3329 #491: libxml2: Bump version to 0.7.3
3330 #495: Bump bind package to 9.5.1-P3 (security)
3331 #497: OpenSSL RSA key generation hangs on x86_64
3332 #509: Bump sqlite package to 3.6.16
3333 #523: pciutils broken with external toolchain
3334 #533: Update gamin to 0.1.10 to fix compilation
3336 2009.05, Released June 1st, 2009:
3338 Fixes for dropbear & diffutils, bump linux-advanced 2.6.29.x
3339 version and marked ubifsroot as broken.
3341 2009.05-rc3, Released May 27th, 2009:
3343 Fixes for toolchain (gcc arm pr37436), stable kernel versions,
3344 busybox, curl, libusb, readline, python and strace.
3346 Issues resolved (http://bugs.uclibc.org):
3348 #345: libcurl package needs a urandom fix
3350 2009.05-rc2, Released May 19th, 2009:
3352 Fixes for toolchain (gcc w/softfloat on ppc, 3.4.6 buildfix
3353 for newer hosts), stable kernel versions, busybox, cups,
3354 dmraid, docker, mesa3d, rsync and updated defconfigs.
3356 xserver marked as broken on AVR32 and atngw100-expanded
3359 Issues resolved (http://bugs.uclibc.org):
3361 #167: metacity does not build
3362 #295: gamin installs python support even if python is disabled
3363 #323: gen_matypes fails to execute during build of Mesa when us...
3365 2009.05-rc1, Released May 5th, 2009:
3367 Fixes all over the tree, further conversion of packages to
3368 Makefile.autotools.in and we now build host versions of
3369 packages where needed for build time dependencies instead of
3370 relying on the correct versions being available on the build
3371 host. Ancient toolchain / busybox versions have furthermore
3372 been removed as announced in the 2009.02 release notes.
3374 New packages: flac, gob2, lzop, taglib, wpa_supplicant
3376 Updated packages: avahi, bind, binutils, busybox, dbus, dbus-glib,
3377 directfb, dnsmasq, freetype, gcc, gmp, gstreamer, iptables, kernel
3378 headers, kexec, libglib2, libpng, libsndfile, lua, mpfr, ntfs-3g,
3379 openssl, php, qtopia4, rsync, samba, sqlite, tar, uboot, uclibc,
3380 util-linux, xorg7, xerces
3382 Issues resolved (http://bugs.uclibc.org):
3384 #5,#77,#141,#143: Convert php package to Makefile.autotools.in
3385 and a ton of other improvements
3386 #19: page.h missing by util-linux
3387 #37: update libglib2 to version 2.18.4
3388 #61: tslib puts staging_dir into pkgconfig file
3389 #69: tar refuses to build
3390 #71,#175: ./wchar.h:41:12: error: empty filename in #include
3391 #73: Bump openssl package to the latest version
3392 #81: New package wpa_supplicant
3393 #99: new package: flac
3394 #101: update gstreamer packages
3395 #105,#313: menuconfig segfaults on tinyx if wchar is not
3397 #107: convert libvorbis to Makefile.autotools.in
3398 #109: Make pppd package avoid bsd err
3399 #111: binutils 2.17 fails to build when texinfo >= 4.10
3400 #133: Modify ncurses5-config to get correct include path
3401 #137: Bump php to version 5.2.9
3402 #139: Bump sqlite to 3.6.11 and convert to
3403 Makefile.autotools.in
3404 #145: Bump bind package to 9.5.1-P1 (security)
3405 #147: buildroot toolchain fails to build w/binutils-2.19.1
3406 #151: openssl package trivial fixes
3407 #161: vim fails on patching with errors in configure.patch
3408 #169: blackbox-0.70.1 does not build
3409 #177: xdriver_xf86-input-keyboard does not build
3410 #179: Upgrade dropbear to Makefile.autotools.in
3411 #181: Update to Xorg 7.4
3412 #187: ntfs-3g: could not build cross
3413 #191: alsa-lib ARM binaries always built with EABI
3414 #213: Bump wpa_supplicant package to version 0.6.9
3415 #217: Bump openssl package to 0.9.8k (security)
3416 #219: Toolchain build fails on m4
3417 #225: m4 macros are out of place
3418 #233: make ipv6 optional in iptables
3419 #237: ncftp: convert to Makefile.autotools.in
3420 #239: ntfs-3g: convert to Makefile.autotools.in
3421 #245: lzop: new package
3422 #271: Bump bind package to 9.5.1-P2 (security)
3423 #277: Bump sqlite package to 3.6.16
3424 #279: update libglib2 to version 2.20.1
3425 #281: update DirectFB to version 1.2.8
3427 #285: compilation of samba fails if IPV6 support is missing
3428 #293: update samba to version 3.3.3
3429 #299: add shared-mime-info package
3430 #307: make openssl package respect build flags