blob: d571180108aecccc3d266e59d6cdab7c6fb6fd82 [file] [log] [blame]
Thomas Petazzoni0ea3d7b2017-08-30 22:18:57 +020012017.08, To be released
2
3 Fixes all over the tree.
4
5 Updated/fixed packages:
6
7 Updated/fixed defconfigs:
8
9 Removed packages: simicfs.
10
11 Issues resolved (http://bugs.buildroot.org):
Peter Korsgaardc7ed72d2017-09-01 16:55:33 +020012
Thomas Petazzoni0ea3d7b2017-08-30 22:18:57 +020013 #10261: Grub2 fails to build for x86_64
14
Thomas Petazzonief19f372017-08-23 23:38:05 +0200152017.08-rc3, Released August 23rd, 2017
16
17 Fixes all over the tree.
18
19 Updated/fixed packages: alsa-lib, alsa-utils, cc-tool,
20 dbus-cpp, e2fsprogs, elf2flt, faad2, fakeroot, gcc, git, gpsd,
21 gst1-validate, kvmtool, libconfuse, libepoxy, librsync,
22 libspatialindex, libunwind, linux, linux-headers, lua,
23 mariadb, mesa3d, mtd, openocd, python3, syslinux, sysvinit,
24 whois, xen, zmqpp.
25
26 Updated/fixed defconfigs: ci20, socrates_cyclone5,
27 toradex_apalis_imx6.
28
29 Removed defconfig: Armadeus APF9328.
30
31 skeleton-* packages introduced in -rc1 have been renamed to
32 skeleton-init-* instead.
33
34 Issues resolved (http://bugs.buildroot.org):
35
36 #10141: Squashfs extended attribute failures
37
Thomas Petazzoni0ba4a132017-08-11 18:25:57 +0200382017.08-rc2, Released August 11th, 2017
39
40 Fixes all over the tree.
41
42 Updated/fixed packages: bind, dbus, erlang-p1-xml, faad2,
43 ficl, gcc, gdb, glibc, jack2, libcurl, linux, linux-headers,
44 lua, mutt, nvme, qt5base, skeleton-common, snappy, stella,
45 swupdate, uclibc, valgrind, webkitgtk.
46
47 Updated/fixed defconfigs: beaglebone_qt5, minnowboard_max,
48 nanopi_m1{, _plus}, olimex_a20_olinuxino_lime, qemu_sparc,
49 qemu_sparc64.
50
51 The cmake-package infrastructure for host packages has been
52 fixed to not incorrectly detect target packages through
53 pkg-config.
54
55 Issues resolved (http://bugs.buildroot.org):
56
Peter Korsgaardc7ed72d2017-09-01 16:55:33 +020057 #9926: systemd-resolved.service: Failed at step NAMESPACE (systemd 233)
Thomas Petazzoni0ba4a132017-08-11 18:25:57 +020058 #10021: libqeglfs-viv-integration.so file is missing for qt5 on armv7
59 #10026: lua-5.3.4: fix lua linker error in swupdate
60 #10146: package/skeleton-common fix recursive variable
Peter Korsgaardc7ed72d2017-09-01 16:55:33 +020061 #10156: glibc compilation fails for X86 32bits (i386)
62 #10201: toolchain-wrapper.c:192: (error) Memory leak:
Thomas Petazzoni0ba4a132017-08-11 18:25:57 +020063 #10221: Buildroot Support
64
Thomas Petazzonic472d8a2017-08-02 22:49:54 +0200652017.08-rc1, Released August 2nd, 2017
Thomas Petazzoni2fce2052017-07-04 16:20:21 +020066
Thomas Petazzoni6ce80b62017-08-01 23:24:26 +020067 Infrastructure:
68
Thomas Petazzonid64d1212017-08-02 21:12:43 +020069 - The skeleton package has been split into multiple packages:
70 skeleton-sysv (when Busybox or SysV init are used),
71 skeleton-systemd (when systemd is used), skeleton-none (when
72 no init system is used) and skeleton-custom (when a custom
73 skeleton is used). Those packages, except skeleton-custom,
74 share common logic and data in a new package called
75 skeleton-common. The skeleton package becomes a virtual
76 package. This change allows to generate a filesystem that is
77 compliant with systemd expectations.
78
79 - Support for using a read-only filesystem with systemd has
80 been fixed.
81
Thomas Petazzoni6ce80b62017-08-01 23:24:26 +020082 - Major revamp of the gettext handling, with user-visible
83 effect:
Thomas Petazzoni2fce2052017-07-04 16:20:21 +020084
85 - prior to this revamp, when BR2_ENABLE_LOCALE=y, each
86 package could decide to enable or not NLS support. When
87 BR2_ENABLE_LOCALE was disabled, NLS support was forced off
88 by passing --disable-nls to packages.
89
90 - after this revamp, a new BR2_SYSTEM_ENABLE_NLS option
Thomas Petazzoni6ce80b62017-08-01 23:24:26 +020091 controls whether NLS support should be enabled or not in
92 packages. This option defaults to disabled, which means
93 that now, NLS support is by default disabled in all
94 packages.
Thomas Petazzoni2fce2052017-07-04 16:20:21 +020095
Thomas Petazzoni6ce80b62017-08-01 23:24:26 +020096 Therefore, if you need NLS support in packages, you must now
97 explicitly enable the BR2_SYSTEM_ENABLE_NLS option.
Arnout Vandecappelle51b33152017-07-05 14:09:50 +020098
99 - The host directory no longer has a usr/ component. This
100 makes it much more natural to use that directory as an
101 externally used toolchain. For compatibility with existing
Peter Korsgaardc7ed72d2017-09-01 16:55:33 +0200102 scripts, a usr -> . link is still added.
Arnout Vandecappelle51b33152017-07-05 14:09:50 +0200103
Thomas Petazzoni6ce80b62017-08-01 23:24:26 +0200104 - Hashes are now checked on tarballs by Buildroot when a
105 package is sourced from a Git repository.
106
107 - Patches are no longer being downloaded from Github, since
108 auto-generated patches could change over time, and break
109 hashes. All patches that were downloaded from Github are now
110 stored in their respective package directories.
111
112 - Hash files in packages can now contain hashes for the
113 license files contained in the package source code. This
114 allows to detect changes in such license files.
115
116 - Binaries in $(TARGET_DIR) are now cleaned up from invalid
117 RPATHs at the end of the build.
118
119 - A new "make sdk" target prepares $(HOST_DIR) to be
120 relocatable: turns RPATHs in host binaries into relocatable
121 ones, removes bogus RPATHs from staging binaries/libraries,
122 and provides a relocate-sdk script that can be executed to
123 relocate the SDK after installation.
124
125 - Addition of utils/genrandconfig which generates a random
126 configuration based on a set of pre-defined toolchain
127 configurations (support/config-fragments/autobuild/) and a
128 random selection of packages. It is now used by the
129 autobuilders to generate the random configurations.
130
131 Filesystems:
132
133 - ext2/3/4 filesystems are now generated using mkfs.ext from
134 e2fsprogs instead of using genext2fs.
135
136 Architecture:
137
138 - Addition of support for ARM big.LITTLE variants
139 - Improved MIPS support, with options to select NaN encoding
140 and FP32 mode.
141
142 Toolchain:
143
144 - Switch to gcc 6.x as the default gcc version, add support
145 for gcc 7.x, remove support for gcc 4.8
Thomas Petazzonica747902017-08-01 23:40:09 +0200146 - Switch to binutils 2.28 as the default binutils version, add
147 support for binutils 2.29, remove support for binutils 2.26
Thomas Petazzoni6ce80b62017-08-01 23:24:26 +0200148 - Support added for gdb 8.0
149 - uClibc-ng bumped to 1.0.26
150 - CodeSourcery toolchains for x86 and SuperH have been
151 removed, they were using a too old glibc version
152 (2.17). External toolchains with glibc 2.17 or earlier are
153 no longer supported.
154 - The version selection in the glibc package has been
155 removed. Like musl and uClibc-ng, we now use the latest
156 glibc version.
157 - Improved support for Xtensa toolchain overlays, which can
158 now be downloaded.
159
160 Tools:
161
162 - Numerous improvements to the runtime test infrastructure
163 - Tests are now executed by Gitlab CI on a regular basis
164 - Tools that are directly useful to the user have been moved
165 from support/scripts/ to utils/: brmake, check-package,
166 get-developers, scancpan, scanpipy, size-stats-compare,
167 test-pkg.
168
169 New defconfigs: A13 Olinuxino, Engicam platforms (i.CoreM6
170 Solo/Dual/DualLite/Quad, RQS SOM, GEAM6UL SOM, Is.IoT MX6UL
171 SOM), Nano Pi M1 (Plus), OrangePi Zero and Plus.
172
173 New packages: azure-iot-sdk-c, cracklib, dt-utils, easy-rsa,
174 erlang-jiffy, erlang-p1-oauth2, erlang-p1-xmpp,
175 ifupdown-scripts, irrlicht, kodi-inputstream-adaptive,
176 kodi-inputstream-rtmp, kvazaar, let-me-create, libloki,
177 libpwquality, libressl, libspatialindex, libva-utils,
178 linuxconsoletools, linuxptp, luaossl, lua-sdl2, lua-stdlib,
179 lsscsi, paxtest, pcre2, pixz, python-asn1crypto,
180 python-backports-shutil-get-terminal-size, python-bcrypt,
181 python-cheroot, python-h2, python-hpack, python-hyperframe,
182 python-hyperlink, python-ipython-genutils, python-pathlib2,
183 python-pickleshare, python-priority, python-portend,
184 python-scandir, python-systemd, python-tempora,
185 python-traitlets, python-typepy, qt5virtualkeyboard,
186 ratpoison, rauc, refpolicy, rhash, sdl2_mixer, sdl2_net,
187 xr819-xradio, zstd
188
Thomas Petazzoni0a1e5082017-08-02 21:23:03 +0200189 Removed packages: cloog, input-tools, mke2img
Thomas Petazzoni6ce80b62017-08-01 23:24:26 +0200190
191 Issues resolved (http://bugs.buildroot.org):
192
Thomas Petazzonid64d1212017-08-02 21:12:43 +0200193 #7892: systemd-journald is broken
Thomas Petazzoni6ce80b62017-08-01 23:24:26 +0200194 #9341: avahi-utils does not compile with uClibc + libglib2
195 #9441: Link BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY to
196 BR2_ENABLE_DEBUG
197 #9746: ext4 image generated by Buildroot is not working
198 properly with U-Boot
199 #9886: Build fails with "unexpected EOF while looking for
200 matching `"'" if PATH contains a newline
201 #9891: parted 3.1 => 3.2?
202 #9911: qt5 does not build on sparc
203 #9916: qt5 does not build on
204 arm-buildroot-linux-uclibcgnueabihf for ARMv8 cores
205 #9936: Host QEMU does not build with SDL support because of
206 pkg-config
207 #9941: nodejs option disappears for arm
208 #9951: SCANCPAN failure
209 #9966: util-linux-2.30/.stamp_built' failed
210 #9976: License file for package 'rtl8821au' incorrect
211 #9991: SGX Error implicit declaration of function
212 ‘dmac_map_area’
213 #10011: wget does not work from Buildroot
214 #10036: Buildroot builds Raspbian Jessie headless image
215 presenting incorrect prompt
216 #10051: make: *** No rule to make target
217 'raspberrpi3_defconfig'. Stop reported with Buildroot
218 v2017.05.1
219 #10056: No .config file was produced in /buildroot folder
220 #10061: gcc5.4 buildroot toolchain for powerpc libsanitizer
221 failure
Thomas Petazzonic472d8a2017-08-02 22:49:54 +0200222 #10071: fakeroot: replace hard-coded paths in post install
Thomas Petazzoni6ce80b62017-08-01 23:24:26 +0200223 #10076: Makefile:4113: recipe for target 'all-gcc' failed
Thomas Petazzoni90a1b812017-08-02 22:23:00 +0200224 #10091: gcc7.1 does not build with graphite support due to old
225 isl
Thomas Petazzonid64d1212017-08-02 21:12:43 +0200226 #10121: webkit without the multimedia option causes build
227 error
Thomas Petazzoni6ce80b62017-08-01 23:24:26 +0200228
Peter Korsgaardd0b7d382017-07-27 08:16:52 +02002292017.05.2, Released July 27th, 2017
230
231 Important / security related fixes.
232
233 Webkitgtk bumped to the 2.16.x series, fixing a large number
234 of security issues.
235
236 host-aespipe compile fix for Debian/Gentoo/Ubuntu toolchains
237 which default to PIE mode.
238
239 Updated/fixed packages: aespipe, apache, bind, binutils,
240 busybox, ccache, collectd, dieharder, efibootmgr, efivar,
241 expat, ffmpeg, gcc, heimdal, iproute2, irssi, libglib2,
242 libmemcached, libosip2, libtirpc, libxml-parser-perl,
243 linux-fusion, linux-zigbee, mpg123, orc, pcre, php, protobuf,
244 pulseaudio, python-setproctitle, qt5base, rpi-firmware,
245 samba4, syslinux, systemd, spice, tcpdump, tiff, uboot-tools,
246 webkitgtk, x265, xserver_xorg-server, xvisor
247
248 Issues resolved (http://bugs.buildroot.org):
249
250 #10061: gcc5.4 buildroot toolchain for powerpc libsanitizer...
251
Peter Korsgaardd9bcd5f2017-07-04 23:13:06 +02002522017.05.1, Released July 4th, 2017
253
254 Important / security related fixes.
255
256 Update support/scripts/scancpan to use METACPAN v1 API as v0
257 has been shutdown.
258
259 Update support/scripts/mkusers to handle setups where
260 /etc/shadow is a symlink.
261
262 External toolchain: Don't create musl dynamic loader symlink
263 for static builds.
264
265 Setlocalversion: Correct detection of mercurial revisions for
266 non-tagged versions.
267
268 Defconfigs: at91sam9x5ek_mmc: workaround boot rom issue.
269
270 Updated/fixed packages: apache, automake, bind, botan, c-ares,
271 dhcp, expat, fcgiwrap, gcc, gdb, gesftpserver, glibc, glmark2,
272 gnutls, gst1-plugins-bad, imagemagick, imx-uuc, intltool,
273 iperf, ipsec-tools, irssi, kmod, libcurl, libgcrypt, libmad,
274 libnl, lugaro, mosquitto, mpg123, ncurses, nodejs, ntp,
275 openssh, openvpn, pngquant, python-simplegeneric, qt5base,
276 qt5multimedia, rtl8821au, socat, spice, systemd, tor, trinity,
277 tslib, vlc, x264, xen, xlib_libxshmfenc, xserver_xorg-server
278
279 Issues resolved (http://bugs.buildroot.org):
280
281 #9976: License file for package 'rtl8821au' incorrect
282
Peter Korsgaarddd2020a2017-05-31 23:55:40 +02002832017.05, Released May 31st, 2017
284
285 Minor fixes.
286
287 External toolchain: musl dynamic linker symlink for mips-sf
288 corrected.
289
290 Updated/fixed packages: agentpp, bash, exim, hans, madplay,
291 qpid-proton, rtl8188eu, snmppp, stm32flash, strongswan, sudo,
292 xen
293
294 Issues resolved (http://bugs.buildroot.org):
295
296 #9906: genimage: Disk full
297
Peter Korsgaard91a418c2017-05-30 10:28:45 +02002982017.05-rc3, Released May 30th, 2017
299
300 Fixes all over the tree.
301
302 ARC toolchain bumped to 2017.03
303
304 Runtime testing improvements and cleanups.
305
306 Updated/fixed packages: acpica, armadillo, audiofile, c-icap,
307 cppcms, dhcp, docker-engine, dropbear, elfutils, erlang,
308 fbgrab, ffmpeg, flashrom, ftop, gnutls, google-breakpad,
309 keepalived, kodi, libcdio, libepoxy, libev, libminiupnpc,
310 libqmi, libtasn1, libv4l, mariadb, mono, mosh, mosquitto,
311 mxml, ntp, opencv, openpowerlink, oracle-mysql, popt,
312 pulseview, python-enum34, rabbitmq-c, redis, samba4, stella,
313 xen
314
315 Removed packages: firejail, ola
316
317 Issues resolved (http://bugs.buildroot.org):
318
319 #9871: fbgrab 1.3 won't build with BR2_REPRODUCIBLE set
320 #9876: aarch64 support with gcc 4.8 toolchain
321 #9896: host-gcc-initial error downloading because incorrect URL
322
Peter Korsgaard8ab8f102017-05-17 10:27:16 +02003232017.05-rc2, Released May 17th, 2017
324
325 Fixes all over the tree.
326
327 ARC toolchain bumped to 2017.03-rc2
328
329 Updated/fixed packages: bluez_utils, boost, clamav, daemon,
330 efibootmgr, efl, espeak, expedite, faketime, ffmpeg, fxload,
331 git, gpsd, kvm-unit-tests, libcdio, libv4l, lua, mke2img,
332 mpir, mpv, odroid-scripts, openblas, opencv3, openvpn, php,
333 postgresql, protobuf, qt5declarative, qwt, radvd, rpcbind,
334 rtmpdump, strongswan, sudo, ltp-testsuite, uclibc-ng-test,
335 vlc, x11vnc, xfsprogs
336
337 Issues resolved (http://bugs.buildroot.org):
338
339 #9796: source-check broken for Git downloads
340 #9866: BASE_DIR usage
341
Peter Korsgaardc71edb82017-05-08 12:03:49 +02003422017.05-rc1, Released May 8th, 2017
343
344 Fixes all over the tree and new features.
345
346 Infrastructure:
347
348 - Installed binaries are now checked for correct architecture
349 to catch natively built binaries or binaries built for other
350 architecture variants.
351
352 - Luarocks infrastructure improvements to extraction handling,
353 support for upstream name != Buildroot package name.
354
355 - 'make printvars' output format has changed to make it easier
356 to use in scripts. It now has options to quote the variables
357 and to show the expanded/unexpanded values.
358
359 - Automatic ext2 rootfs size calculation has been removed. The
360 logic was not working working reliable in all setups as it
361 depends on the host filesystem behaviour, so instead now the
362 size has to be specified explicitly (defaults to 60MB).
363
364 - The git download infrastructure now ensures that GNU format
365 tar files are created.
366
367 - Fixed a variable clashing issue in the mkusers script with
368 internal bash variables.
369
370 - Fakeroot now links against libacl to fix issues on
371 distributions using acls.
372
373 - Correct permissions for /dev/pts/ptmx when systemd is used
374 with recent glibc versions.
375
376 - br2-external: Improve error reporting.
377
378 - A wrapper script for genimage has been added in
379 support/scripts/genimage.sh for easy use of genimage from
380 post-image scripts.
381
382 - A script to check for common style issues in new packages
383 before submitting has been added in support/scripts/check-package
384
385 - Defconfigs are now tested by gitlab-CI instead of Travis:
386 https://gitlab.com/buildroot.org/buildroot
387
388 - Infrastructure for runtime testing has been added to
389 support/testing
390
391 Toolchain:
392
393 - External linaro toolchains updated to 2017.02, ARC toolchain
394 updated to 2017.03-rc1, NIOSII CodeSourcery to 2017.05
395
396 - A number of fixes and improvements to the external toolchain
397 handling, including C library detection, multilib and ld.so
398 handling
399
400 - Glibc 2.25 and uClibc-ng 1.0.24 added, wordexp support enabled
401 for uClibc-ng
402
403 - Binutils 2.28 added and default changed to 2.27
404
405
406 Architectures:
407
408 - Support for the C-SKY architecture has been added.
409
410
411 License handling:
412
413 - The package license markings for legal info now uses the
414 SPDX short identifiers for the license string where possible.
415
416 - License info has been improved / added for a number of packages.
417
418
419 Misc:
420
421 - Cmake 3.7.x installed on the host is no longer ignored as a
422 workaround for the RPATH issues has been implemented.
423
424 - Docker-engine can now be built statically on an otherwise
425 dynamic linked build for docker-in-docker setups.
426
427 - U-Boot now supports out-of-tree device trees, similar to
428 Linux
429
430 - Nodejs 0.10.x support (and with it, support for <ARMv6) has
431 been removed as this is now EOL upstream.
432
433 New defconfigs: AT91sam9x5ek dev/mmc/mmc-dev, banana pro,
434 Nationalchip gx6605s, MIPS creator ci40, nexbox a95x, 64bit
435 defconfig for raspberry pi 3, stm32f429-disc1.
436
437 The raspberry pi zero-w and rpi3 compute module are now also
438 supported by the rpi0 / rpi3 defconfigs, beaglebone green is
439 supported by the beaglebone defconfig.
440
441 Removed defconfig: minnowboard, via imx6 vab820, altera
442 socdk/sockit
443
444 New packages: arp-scan, atest, augeas, bluez-tools, daemon,
445 dc3dd, dieharder, execline, fmt, ghostscript, gqrx,
446 gst1-vaapi, jo, keepalived, kmscube, kodi-jsonschemabuilder,
447 kodi-skin-confluence, kodi-texturepacker, lensfun, leptonica,
448 libbson, libcsv, libgphoto2, libkcapi, libmaxminddb,
449 libmediaart, libnpth, libscrypt, lua-bit32, lua-resty-http,
450 lugaru, memtool, mpir, nanomsg, physfs, phytool, pngquant,
451 python-decorator, python-simplegeneric,
452 python-sortedcontainers, rpi-bt-firmware, rpi-wifi-firmware,
453 s6, s6-dns, s6-linux-init, s6-linux-utils, s6-networking,
454 s6-portable-utils, s6-rc, supertux, tesseract-ocr,
455 uccp420wlan, wilink-bt-firmware
456
457 Broken packages: ola
458
459 Removed packages: cosmo, kodi-visualisation-fountain,
460 polarssl, portmap, xdriver_xf86-video-glide,
461 xdriver_xf86-video-v4l, xdriver_xf86-video-wsfb
462
463 Issues resolved (http://bugs.buildroot.org):
464
465 #8831: image generation fails on host ZFS due to "no free space"
466 #9436: e2fsprogs remove busybox applets even of unselected e2fs..
467 #9456: mkusers script bash errors
468 #9496: mke2img fails during build on ntfs-3g host partition
469 #9531: NPM fails to build embedded modules
470 #9596: KODI: --enable-lirc needs "HAVE_LIRC" compiler definition..
471 #9691: Wrong cryptsetup package include files location
472 #9696: Wrong cryptsetup package include files location
473 #9706: Can't download newer revisions of package from PyPI
474 #9711: Recent libCEC version bump seems to break kodi package
475 #9716: exit, shutdown, reboot from kodi
476 #9721: version 2017.02: no acceptable m4 could be found in $PATH
477 #9726: Raspberry Pi version B - Problems with UART speed in..
478 #9751: expat legal info - manifest.csv: GPLv2 Source site: MIT..
479 #9756: glibc fails to build on buildroot-sh4*-buildroot-linux-gnu
480 #9766: support/scripts/pkgutil.py conflicts with the pkgutil.py..
481 #9776: libubox build failed
482 #9791: Python searches for packages in the user site directory
483 #9806: libseccomp is not available when BR2_arm=y
484 #9826: post-build scritp - symlinks created in post-build script..
485 #9836: triggerhappy: systemd unit broken
486 #9846: musl libc not installed correctly in target folder
487 #9856: build libubox failed on ubuntu 17.04 64bit
488
Peter Korsgaard386dd282017-07-26 23:33:09 +02004892017.02.5, Released July 27th, 2017
490
491 Important / security related fixes.
492
493 Webkitgtk bumped to the 2.16.x series, fixing a large number
494 of security issues.
495
496 host-aespipe compile fix for Debian/Gentoo/Ubuntu toolchains
497 which default to PIE mode.
498
499 Updated/fixed packages: aespipe, apache, bind, binutils,
500 busybox, ccache, collectd, efibootmgr, efivar, expat, ffmpeg,
501 gcc, heimdal, iproute2, irssi, libglib2, libmemcached,
502 libosip2, libtirpc, libxml-parser-perl, linux-fusion,
503 linux-zigbee, mpg123, nodejs, orc, pcre, php, pulseaudio,
504 python-setproctitle, qt5base, rpi-firmware, samba4, syslinux,
505 systemd, spice, tcpdump, tiff, webkitgtk, x265, xen,
506 xserver_xorg-server, xvisor
507
508 Issues resolved (http://bugs.buildroot.org):
509
510 #10061: gcc5.4 buildroot toolchain for powerpc libsanitizer...
511
Peter Korsgaard018b8aa2017-07-04 18:50:41 +02005122017.02.4, Released July 4th, 2017
513
514 Important / security related fixes.
515
516 Update support/scripts/scancpan to use METACPAN v1 API as v0
517 has been shutdown.
518
519 Update support/scripts/mkusers to handle setups where
520 /etc/shadow is a symlink.
521
522 External toolchain: Don't create musl dynamic loader symlink
523 for static builds.
524
525 Setlocalversion: Correct detection of mercurial revisions for
526 non-tagged versions.
527
528 Updated/fixed packages: apache, automake, bind, botan, c-ares,
529 dhcp, expat, fcgiwrap, gcc, gdb, gesftpserver, glibc, gnutls,
530 gst1-plugins-bad, imagemagick, imx-uuc, intltool, iperf,
531 ipsec-tools, irssi, libgcrypt, libmad, libnl, mosquitto,
532 mpg123, ncurses, nodejs, ntp, openssh, openvpn, qt5base,
533 qt5multimedia, rtl8821au, socat, spice, systemd, tor, tslib,
534 vlc, x264, xserver_xorg-server
535
536 Issues resolved (http://bugs.buildroot.org):
537
538 #9976: License file for package 'rtl8821au' incorrect
539
Peter Korsgaard1ba865a2017-06-02 11:08:48 +02005402017.02.3, Released June 2nd, 2017
541
542 Important / security related fixes.
543
544 Download: <pkg>-source-check fixed for packages from git.
545
546 External toolchain: musl dynamic linker symlink for mips-sf
547 corrected.
548
549 Updated/fixed packages: armadillo, audiofile, bash,
550 bluez_utils, cppcms, dbus, dhcp, dropbear, efibootmgr, efl,
551 elfutils, faketime, fbgrab, flashrom, ftop, gdb, git,
552 google-breakpad, gpsd, hans, kvm-unit-tests, kyua, libev,
553 libmicrohttpd, libminiupnpc, libtasn1, libubox, ltp-testsuite,
554 lua, madplay, mariadb, mono, mosquitto, mxml, ntp,
555 nvidia-driver, openblas, openvpn, oracle-mysql, picocom, popt,
556 postgresql, pulseview, qt5base, qwt, rabbitmq-c, redis,
557 rpcbind, rtmpdump, samba4, strongswan, sudo, vlc
558
559 Issues resolved (http://bugs.buildroot.org):
560
561 #9796: source-check broken for Git downloads
562 #9871: fbgrab 1.3 won't build with BR2_REPRODUCIBLE set
563
Peter Korsgaard87ddf242017-05-02 00:05:42 +02005642017.02.2, Released May 1st, 2017
565
566 Important / security related fixes.
567
568 Use HTTPS for the Codesourcery external toolchains as the HTTP
569 URLs no longer work.
570
571 Updated/fixed packages: bind, busybox, dovecot, freetype,
572 ghostscript, glibc, granite, hiredis, icu, imagemagick,
573 gst-plugins-base, gst1-plugins-base, libcroco, libcurl, libnl,
574 libnspr, libnss, libsamplerate, libsndfile, libunwind,
575 minicom, mplayer, mpv, nodejs, python-django, python-pyyaml,
576 python-web2py, samba4, syslinux, systemd, tiff, trinity,
577 uboot, wireshark, xen
578
579 Issues resolved (http://bugs.buildroot.org):
580
581 #9791: Python searches for packages in the user site directory
582
Peter Korsgaarda1658092017-04-05 13:35:15 +02005832017.02.1, Released April 4th, 2017
584
585 Important / security related fixes.
586
587 Fix a variable clashing issue in the mkusers script with
588 internal bash variables.
589
590 Improve external toolchain version detection.
591
592 Correct permissions for /dev/pts/ptmx when systemd is used
593 with recent glibc versions.
594
595 Fix python module name clash for graph-depends.
596
597 Fakeroot now links against libacl to fix issues on
598 distributions using acls.
599
600 Ensure that the git download infrastructure creates GNU format
601 tar files.
602
603 br2-external: Improve error reporting.
604
605 Updated/fixed packages: acl, apr, audiofile, busybox, cairo,
606 dbus-cpp, dbus-glib, dbus-triggerd, domoticz, elfutils,
607 fakeroot, filemq, fmc, gdb, git, gnutls, gst-ffmpeg,
608 gst1-plygins-bad, harfbuzz, htop, imagemagick, jasper, libcec,
609 libiio, libplatform, librsvg, libselinux, libsidplay2, libsoc,
610 libwebsockets, libxkbcommon, linux-firmware, logrotate,
611 lpt-testsuite, lttng-libust, mariadb, mbedtls, memcached,
612 mesa3d, mpd, mplayer, nbd, ncftp, ntp, openssh, opentyrian,
613 pcre, perl-gd, python, qt5base, rpi-userland, rpm, samba4,
614 skalibs, slang, sngrep, squashfs, syslog-ng, taglib,
615 tcpreplay, tor, upmpdcli, wget, wireshark,
616 xdriver_xf86-video-vmware, xlib_libXv, zmqpp
617
618 Issues resolved (http://bugs.buildroot.org):
619
620 #9456: mkusers script bash errors
621
Peter Korsgaard083c0732017-02-28 21:57:09 +01006222017.02, Released February 28th, 2017
623
624 Minor fixes, mainly fixing autobuilder issues.
625
626 Don't use cmake 3.7.x from the build host as it is also
627 affected by the RPATH handling issues, and instead build our
628 own if needed.
629
630 Updated/fixed packages: assimp, classpath, genimage, mplayer,
631 mpv, openocd, python-libconfig, qt5base, qt5quickcontrols,
632 vlc, xterm
633
Peter Korsgaard87a23e52017-02-26 23:17:04 +01006342017.02-rc3, Released February 26th, 2017
635
636 Fixes all over the tree.
637
638 Cmake reverted to version 3.6.3 to workaround regressions
639 related to RPATH handling.
640
641 Updated/fixed packages: bctoolbox, berkeleydb, binutils,
642 btrfs-progs, classpath, directfb, glibc, gstreamer1,
643 gst1-plugins-{base,good,bad,ugly}, gst1-libav,
644 gst1-rtsp-server, gst1-validate, gst-omx, htop, libcurl,
645 libepoxy, libimxvpuapi, libpcap, libuv, ncurses, openssh,
646 oracle-mysql, poco, python, qt5base, qt5webkit, sslh, synergy,
647 trousers, uclibc-ng-test, util-linux, vlc, xfsprogs
648
649 Issues resolved (http://bugs.buildroot.org):
650
651 #9251: Shared C++ libraries for Microblaze results in Segmentation...
652 #9456: mkusers script bash errors
653 #9506: Collectd 5.7.0 fails to build with libcrypt
654 #9581: VagrantFile provisioning step fails due to issue with grub-pc
655 #9586: usbmount: usbmount slows down the system... to a state of...
656 #9616: CMake host packages cannot provide CONF_ENV
657 #9641: Need raptor package installed in staging
658 #9671: stunnel build error
659
Peter Korsgaardbedc0cc2017-02-21 00:20:50 +01006602017.02-rc2, Released February 20th, 2017
661
662 Fixes all over the tree.
663
664 Support for SOURCE_DATE_EPOCH in the toolchain wrapper for
665 older gcc versions for reproducible builds has been
666 (temporarily) reverted because of licensing compatiblity
667 concerns.
668
669 Defconfigs: SD card generation fix for the Udoo Neo board
670
671 Infrastructure to handle .lz compressed tarballs added, and
672 affected packages updated to use it.
673
674 Updated/fixed packages: bctoolbox, bind, canelloni,
675 cbootimage, ccache, classpath, cups, dbus, ddrescue, directfb,
676 ed, erlang, gcc, gdb, glmark2, gstreamer, gstreamer1, hiredis,
677 kmod, kmsxx, lcdapi, libasplib, libgpiod, libnss, libraw,
678 libv4l, mesa3d-headers, mosquitto, mpd, mpv, musl, ntfs-3g,
679 ocrad, openswan, postgresql, qt5base, qt5quickcontrols, redis,
680 riemann-c-client, samba4, sunxi-mali, tcping, trousers,
681 uclibc, util-linux, vim, wavpack, wget, wiringpi, xfsprogs,
682 xserver_xorg-server
683
684 Issues resolved (http://bugs.buildroot.org):
685
686 #8941: Valgrind fails to build with stack protection turned on
687 #9291: perl: SysV message queues not configured, even if available
688 #9651: libxcb-1.12 built Error
689 #9656: util-linux: schedutils doesn't build on target w/o enabl...
690 #9666: qt5quickcontrols install fails
691
Thomas Petazzoni4f17e8c2017-02-11 15:41:10 +01006922017.02-rc1, Released February 11th, 2017
693
694 Fixes all over the tree and new features.
695
696 Infrastructure:
697
698 - numerous improvements to support reproducible builds
699
700 - new waf-package package infrastructure to support packages
701 that use the Waf build system. 6 packages converted to
702 this infrastructure.
703
Thomas Petazzoni133811e2017-02-11 15:47:42 +0100704 - add option <pkg>_PREFER_INSTALLER to the perl package
705 infrastructure
706
707 Architecture:
708
Thomas Petazzoni4f17e8c2017-02-11 15:41:10 +0100709 - add support for the OpenRISC CPU architecture
710
711 - merge description of the ARM and ARM64 options, and add
712 support for selecting a specific ARM64 core
713
714 Toolchain:
715
716 - major rework of the external toolchain support. It is now
717 split into several packages, one per external toolchain,
718 and a common infrastructure.
719
720 - important fix for musl to prevent a conflict between musl
721 and kernel headers (fixes the build of numerous packages
722 with musl)
723
724 - uClibc-ng bumped to 1.0.22, and therefore enable uClibc
725 for ARM64, mips32r6 and mips64r6
726
727 - add gdb 7.12.1, and switch to gdb 7.11 as the default
728
729 - Linaro toolchains updated to 2016.11, ARC toolchain
730 components updated to arc-2016.09, MIPS Codescape
Thomas Petazzoni133811e2017-02-11 15:47:42 +0100731 toolchains bumped to 2016.05-06, CodeSourcery AMD64 and
732 NIOS2 toolchains bumped
Thomas Petazzoni4f17e8c2017-02-11 15:41:10 +0100733
734 - remove Analog Devices toolchain for the Blackfin
Thomas Petazzoni133811e2017-02-11 15:47:42 +0100735 architecture, remove pre-built musl toolchains from
736 musl.codu.org
Thomas Petazzoni4f17e8c2017-02-11 15:41:10 +0100737
738 New defconfigs: Freescale i.MX23EVK, Qemu OpenRISC emulation,
Thomas Petazzoni133811e2017-02-11 15:47:42 +0100739 Qemu NIOS2 emulation, Grinn chiliBoard, Freescale i.MX6Q
740 SabreSD, BeagleBoard X15, OrangePi One, ARC HS38 HAPS
Thomas Petazzoni4f17e8c2017-02-11 15:41:10 +0100741
742 New packages: angular-websocket, aubio, bctoolbox, darkhttpd,
743 ddrescue, easydbus, fakedate, git-crypt, hiredis, ifenslave,
744 jsmn, libgpiod, libgsm, linux-syscall-support, mariadb, mimic,
745 nginx-dav-ext, nmon, opkg-utils, policycoreutils,
746 pru-software-support, python-arrow, python-attrs,
747 python-babel, python-bitstring, python-chardet,
748 python-constantly, python-flask-babel, python-gunicorn,
749 python-incremental, python-jsonschema, python-logbook,
750 python-markdown2, python-mbstrdecoder, python-mutagen,
751 python-pathpy, python-pudb, python-pyqrcode,
752 python-pytablereader, python-setuptools-scm, python-sh,
753 python-toml, python-vcversioner, python-whoosh,
754 raspberrypi-usbboot, riemann-c-client, rtl8723bs, skalibs,
755 sslh, sngrep, ti-cgt-pru, uclibc-ng-test, udpxy, uhttpd,
756 upower, ustream-ssl, waf, xlib_libXfont2
757
758 Removed packages: perl-db-file, snowball-hdmiservice,
759 snowball-init
760
761 Tooling: addition of a test-pkg script to help contributors
762 build test their package.
763
764 Issues resolved (http://bugs.buildroot.org):
765
766 #8946: Valgrind fails to build with stack protection turned on
767 #9461: odroidc2 - toolchain Linaro AArch64 2016.11 compile error
768 #9466: VIM_REMOVE_DOCS removes rgb.txt
769 #9486: xorg-server 1.19 fails to compile for glibc with systemd init (x86_64)
770 #9501: eudev fails to build with older kernel headers
771 #9526: Embedded NPM fails to start with "no such file or directory" error
772 #9541: Platform drivers autoloading from info in device tree does not work
773 #9546: seems BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS do nothing
774 #9551: Coreutils fails to build target src/src_libsinglebin_pinky_a-pinky.o
775 #9566: [kmod] Compilation fails with uclibc
776 #9571: buildroot fails while building opencv for arm64 platform
777 #9576: External tree with BR 2016.11 does not work anymore
778 #9606: xorg-server cannot build for ARM target
779
Peter Korsgaarde77a5c82017-03-10 00:00:07 +01007802016.11.3, Released March 9th, 2017
781
782 Important / security related fixes.
783
784 Updated/fixed packages: bind, dbus, gnutls, imagemagick,
785 lcms2, libcurl, ntfs-3g, ntp, openssl, php, quagga, redis,
786 squid, stunnel, tcpdump, vim, wavpack, wireshark, xlib_libXpm
787
Peter Korsgaard88470392017-01-25 09:27:44 +01007882016.11.2, Released January 25th, 2017
789
790 Important / security related fixes.
791
792 A fix for BR2_EXTERNAL trees referenced using relative paths,
793 which broke in 2016.11.
794
795 Updated/fixed packages: bind, docker-engine, gd, gnutls, go,
796 imagemagick, irssi, libpng, libvncserver, musl, opus, php,
797 php-imagick, rabbitmq-server, runc, wireshark,
798
799 Issues resolved (http://bugs.buildroot.org):
800
801 #9576: External tree with BR 2016.11 does not work anymore
802
Peter Korsgaarde5782ec2016-12-29 21:41:23 +01008032016.11.1, Released December 29th, 2016
804
805 Important / security related fixes.
806
807 Updated/fixed packages: apache, cryptopp, docker-engine,
808 dovecot, exim, gdk-pixbuf, libcurl, libupnp, links, monit,
809 nodejs, openssh, php, python, python-bottle, samba4, squid,
810 uboot, vim, wireshark, xorg-server uboot
811
812 Issues resolved (http://bugs.buildroot.org):
813
814 #9466: VIM_REMOVE_DOCS removes rgb.txt
815
Peter Korsgaarda7eb0522016-11-30 23:15:21 +01008162016.11, Released November 30th, 2016
817
818 Minor fixes.
819
820 Updated/fixed packages: bzip2, gcc, jasper, sane-backends,
821 uboot, uclibc
822
823 Issues resolved (http://bugs.buildroot.org):
824
825 #9451: packages/postgresql/postgresql.mk contains wrong POST...
826
Peter Korsgaard93106e92016-11-28 23:47:40 +01008272016.11-rc3, Released November 28th, 2016
828
829 Fixes all over the tree, including a number of security fixes.
830
831 The move from fakeroot to pseudo unfortunately brought a
832 number of issues. The SELinux issue described in #9386 which
833 triggered the move to pseudo has been investigated further and
834 a workaround implemented and the pseudo changes reverted.
835
836 Linux kernel: update default to 4.8.11.
837
838 Defconfigs: Updates/fixes for imx28ek, mx6udoo, imx6ulpico,
Peter Korsgaard286c6b42016-11-29 22:51:38 +0100839 olimex a20 olinuxino lime mali, roseapplepi, synopsis aarch64
Peter Korsgaard93106e92016-11-28 23:47:40 +0100840 vdk, axs101, axs103 and hs38 smd vdk.
841
842 Updated/fixed packages: autossh, chrony, dosfstools,
843 dtv-scan-tables, e2fsprogs, gcc, gdb, gnuchess, gnuradio,
844 gpsd, gst1-plugins-bad, gst1-plugins-good, imagemagick,
845 kvm-unit-tests, libfribi, libuv, mesa3d, mpfr, mplayer, mpv,
846 ntp, ola, olsr, openblas, openjpeg, openssh, postgresql,
847 ptpd2python3, qemu, qextserialport, qt5base, quagga, xqwt,
848 taskd, tiff, tremor, trousers, udisks, uclibc, wireshark,
849 xapp_xload, xenomai, xmlstarlet
850
851 Issues resolved (http://bugs.buildroot.org):
852
853 #9386: ubinize fails with or without custom config
854 #9431: A misspelling
855 #9446: make raspberrypi3_defconfig compilation failure
856
Yann E. MORIN90aed662016-11-13 16:27:07 +01008572016.11-rc2, Released November 13th, 2016
858
859 Fixes all over the tree.
860
861 Architecture: add support for MIPS XBurst cores; remove MIPS
862 support for M5100 cores.
863
864 Updated/fixed packages: mesa3d, lttng-babeltrace, tinyalsa, pseudo,
865 czmq, libxml2, makedevs, binutils, kvm-unit-tests, libnss, privoxy,
866 qemu, ser2net, net-tools, ffmpeg, assimp, libmpeg2, ccache, mpv,
867 libxslt, python, python3, php, valgrind, guile, domoticz, efl,
868 jasper, kvmtool, go, wget, sane-backends, weston, tinymembench,
Thomas Petazzonid4b99ff2016-11-13 18:23:10 +0100869 strace, openjpeg, lcms2, quota.
Yann E. MORIN90aed662016-11-13 16:27:07 +0100870
871 Linux kernel: update default to 4.8.7.
872
873 CMake support: fix cmake wrapper to properly pass NDEBUG flag.
874
875 Filesystems: use a wrapper to pseudo, to better mimick the behaviour
876 of fakeroot; makedevs no longer breaks of the destination already
877 exists and is of the correct type/major/minor.
878
879 Defconfigs: a few legacy and broken defconfigs have been removed
880 because they now fail to build: kb9202_defconfig, mini2440_defconfig,
881 freescale_p2020ds, qmx6, calao*, atmel_sama5d4ek. Other defconfigs
882 have been updated: nanopi-neo, olimex_a20_olinuxino_lime_mali,
883 armadeus_apf51, armadeus_apf28, freescale_imx31_3stack, ci20,
884 olimex_a20_olinuxino_lime2, atmel_at91sam9260eknf,
885 atmel_at91sam9rlek, atmel_at91sam9g20dfc, atmel_at91sam9g45m10ek,
886 atmel_sama5d3xek.
887
Thomas Petazzoni052554b2016-11-03 21:31:14 +01008882016.11-rc1, Released November 3rd, 2016
Samuel Martina4711502016-10-16 13:12:38 +0200889
Thomas Petazzoni052554b2016-11-03 21:31:14 +0100890 Fixes all over the tree and new features.
Samuel Martina4711502016-10-16 13:12:38 +0200891
Arnout Vandecappelle7158a6d2016-11-03 22:49:29 +0100892 It is now possible to specify multiple BR2_EXTERNAL
893 directories. The required files in a BR2_EXTERNAL directory
894 have changed to accomodate this feature. Refer to the
895 documentation for details of how to update them. External
896 trees now have a name and a description. Also, it is possible
897 to override a defconfig in the external tree.
898
899 The default skeleton now uses UID 65534 for the "nobody"
900 user instead of UID 99, like most distros do. See
901 https://lwn.net/Articles/695478/ for a complete discussion.
902 Programs and configuration files that explicitly refer to UID
903 99 will have to be updated.
904
905 When the build environment already has a suitable cmake version
906 (3.1 or later), that one will be used instead of building
907 host-cmake. This can speed up the build significantly.
908
909 The ExtUtils::MakeMaker perl module is now required in the
910 build environment.
911
912 An additional check is done during the build that files are
913 not installed in the output directory within the output
914 directory. This happens e.g. when the target directory is
915 contained both in --prefix and in DESTDIR. The build will
916 terminate with an error message that specifies which package
917 and which file caused the failure.
918
919 The concept of "deprecated packages" and the BR2_DEPRECATED
920 option have been removed. Instead, packages are removed
921 immediately. Packages are only removed when they don't work
922 for some reason. If you still need a removed package and
923 you have a solution for the problem(s) that caused the
924 removal, please contribute it.
925
Thomas Petazzoni052554b2016-11-03 21:31:14 +0100926 Architecture: support for sh64 removed, improved support for
Arnout Vandecappelle7158a6d2016-11-03 22:49:29 +0100927 MIPS core selection.
Thomas Petazzoni052554b2016-11-03 21:31:14 +0100928
929 Toolchain: support for musl powerpc64le, mips64 and mipsr6
930 toolchains, ARC toolchain components updates, gcc 6.x series
931 bumped to 6.2.0, default binutils version switched to 2.26,
932 default gcc version switched to gcc 5.x, Linaro toolchains
Arnout Vandecappelle7158a6d2016-11-03 22:49:29 +0100933 updated, uclibc-ng bumped to 1.0.19. GCC is now always built
934 with TLS support. Checking of unsafe compiler options (that
935 point to host directories) has been extended with -isystem,
936 -idirafter and -iquote.
Thomas Petazzoni052554b2016-11-03 21:31:14 +0100937
938 Package infrastructure: new variable $(PKG)_DL_OPTS, addition
939 of <pkg>-show-rdepends to list reverse dependencies, and
Arnout Vandecappelle7158a6d2016-11-03 22:49:29 +0100940 <pkg>-graph-rdepends to graph reverse dependencies. Linux tools
941 are now in a separate linux-tools package instead of in the
942 kernel build. Fakeroot has been replaced by pseudo.
Thomas Petazzoni052554b2016-11-03 21:31:14 +0100943
944 CMake support: the toolchainfile.cmake file now provides a
945 definition of the CMAKE_BUILD_TYPE variable. The
Arnout Vandecappelle7158a6d2016-11-03 22:49:29 +0100946 toolchainfile.cmake also no longer forces the compiler/linker
Thomas Petazzoni052554b2016-11-03 21:31:14 +0100947 flags defined by Buildroot.
948
Thomas Petazzoni2bc3d062016-11-03 21:46:51 +0100949 New defconfigs: WaRP7, Solidrun's MX6 Cubox/Hummingboard,
Thomas Petazzoni052554b2016-11-03 21:31:14 +0100950 TS-4900, Grinn's liteBoard, Udoo MX6Q/DL, Qemu ARM noMMU,
Thomas Petazzoni2bc3d062016-11-03 21:46:51 +0100951 BeagleBone Qt5 demo, Digilent Zybo, FriendlyARM Nanopi NEO.
Thomas Petazzoni052554b2016-11-03 21:31:14 +0100952
953 New packages: arm-trusted-firmware, amd-catalyst, atop, aufs,
954 aufs-util, fwts, gst1-rtsp-server, libglob, libite, mfgtools,
Thomas Petazzoni2bc3d062016-11-03 21:46:51 +0100955 mksh, motion, paho-mqtt-c, php-amqp, pseudo, python-couchdb,
Thomas Petazzoni052554b2016-11-03 21:31:14 +0100956 python-crcmod, python-cssutils, python-docutils,
957 python-futures, python-mwclient, python-mwscrape,
958 python-mwscrape2slob, python-pyelftools, python-pyicu,
959 python-pylru, python-pyqt5, python-requests-toolbelt,
960 python-simpleaudio, python-slob, rabbitmq-server, shapelib,
961 vdr, vdr-plugin-vnsiserver, vexpress-firmware, xvisor, iio and
962 gpio linux tools.
963
Thomas Petazzonia564da22016-11-03 23:31:53 +0100964 Removed packages: binutils 2.24, fakeroot, gcc 4.7, ipkg,
Thomas Petazzoni052554b2016-11-03 21:31:14 +0100965 kodi-addon-xvdr, libgail, sstrip, torsmo, webkit, webkitgtk24,
Arnout Vandecappelle7158a6d2016-11-03 22:49:29 +0100966 wvdial, wvstreams.
Thomas Petazzoni052554b2016-11-03 21:31:14 +0100967
968 Documentation: the list of packages that was present in the
969 Buildroot manual has been removed.
970
Arnout Vandecappelle7158a6d2016-11-03 22:49:29 +0100971 Legal info: the "licenses.txt" file that concatenates all
972 license texts is no longer generated - it was not considered
973 useful. The manifest.csv contains an empty cell instead of
974 "not saved" when no license file is available.
975
Thomas Petazzoni052554b2016-11-03 21:31:14 +0100976 Other: addition of a DEVELOPERS file listing developers taking
977 care of packages or architectures.
978
979 Issues resolved (http://bugs.buildroot.org):
980
981 #7802: host-python build hangs compiling getbuildinfo.o
982 #8206: mplayer uses host xorg development files
Thomas Petazzonieb71c222016-11-03 22:56:20 +0100983 #8516: mkcubiecard.sh uses outdated sfdisk switch -D
Thomas Petazzoni052554b2016-11-03 21:31:14 +0100984 #8536: Building sudo with PAM results in unusable sudo
985 #8646: check-host-rpath script returns false positives when rpath
986 contains symlink
987 #8696: xdriver_xf86-input-mouse install header files in target
988 directory
989 #8811: rp-pppoe - generated scripts commands use HOST pathnames,
990 not necessarily TARGET
991 #8846: Orphaned/missing toolchain borks eclipse plugin
992 #8856: python tornado runtime wasn't met on buildroot 2016.02
993 #8901: gcc failes to build if fortran is enabled
994 #8916: LDFLAGS pass to openssh
995 #8941: "ls" of an NFSv4 share only works when pumped through strace
996 #8946: Valgrind fails to build with stack protection turned on
997 #9021: Kodi - Broken: Illegal instruction (core dumped)
998 #9096: rootfs.ubi not created
Thomas Petazzoni2bc3d062016-11-03 21:46:51 +0100999 #9111: glibc 2.23: libmvec.so not copied
Thomas Petazzoni052554b2016-11-03 21:31:14 +01001000 #9176: minnowboard : USB not mounted
1001 #9196: raspberry pi 3 default build seem broken
1002 #9201: Permission denied make: *** [core-dependencies] Error 126 in
1003 Buildroot-2015.08.1
1004 #9216: log4cpp package build fails to build within install
1005 #9221: Kodi needs "Python .py and .pyc support" otherwise it crashes when
1006 pressing buttons.
1007 #9229: Firefly boot fails with: "failed to find part:boot"
1008 #9256: [Config file] New device: Odroid-U2/U3
1009 #9296: Buildroot Fails on applying patches
1010 #9301: U-boot fails to build with default zynq_zed_defconfig configuration
1011 #9316: U-boot fails to build if libssl-dev is not installed
1012 #9321: Vanilla libcrypt++ v5.6.3 doesn't allow to work Nvidia Tegra's
1013 flash utility (tegrarcm)
1014 #9326: Odroid-C2 build results in non-bootable image
1015 #9336: Improve iconv support for external toolchain based builds
1016 #9356: gdb package
1017 #9366: no link rootfs.ext4 -> rootfs.ext2
1018 #9371: openssl: download failes with "Only allow downloads from primary
1019 download site" + local server
1020 #9381: check-host-rpath issues
Thomas Petazzoni2bc3d062016-11-03 21:46:51 +01001021 #9386: ubinize fails with or without custom config
Samuel Martina4711502016-10-16 13:12:38 +02001022
Peter Korsgaardec166412016-09-21 23:06:11 +020010232016.08, Released September 1st, 2016
Peter Korsgaard78e99142016-09-01 11:30:19 +02001024
1025 Minor fixes.
1026
1027 Toolchain: ARC tools updated to arc-2016.09-eng010.
1028
1029 Updated/fixed packages: libshout, luajit, mpd, mplayer
1030
1031 Issues resolved (http://bugs.buildroot.org):
1032
1033 #7520: CodeSourcery toolchain ARM: C++11 std::exception_ptr..
1034 #8341: Getting EGL Error: Could not create the egl surface:..
1035 #9121: gst1-imx for i.MX6 compile failed, cannot find PXP, ..
1036
Peter Korsgaard7e981ed2016-08-30 08:14:23 +020010372016.08-rc3, Released August 29th, 2016
1038
1039 Fixes all over the tree.
1040
1041 Toolchain: C++ support for the internal blackfin toolchain
1042 re-enabled.
1043
1044 Architecture: Default to bf532 CPU variant for blackfin,
1045 Fix flat one memory region support for m68k and disable flat
1046 seperate data support because of compatibility issues.
1047
1048 Defconfigs: Minnowboard and Raspberrypi: Fix errors with
1049 post-build scripts when systemd is used.
1050 Zynq microzed/zc706/zed: Fix u-booot configuration.
1051
1052 netbsd-queue package extended and renamed to
1053 musl-compat-headers. With this, a number of musl compatibility
1054 patches are no longer needed.
1055
1056 Updated/fixed packages: aircrack-ng, android-tools, babeld,
1057 bcusdk, binutils, boa, busybox, connman, cpupower,
1058 docker-engine, domoticz, elf2flt, ffmpeg, fwup, gcc,
1059 glib-networking, gnupg, hplip, igd2-for-linux, imagemagick,
1060 imx-uuc, iputils, jack2, kismet, kmsxx, libaio, libamcodec,
1061 libconfuse, libffi, libfreeimage, libgcrypt, libgpg-error,
1062 libiio, libraw, libsepol, libserialport, libxmlrpc, linknx,
1063 linux-pam, lirc-tools, lldpd, logrotate, lshw, musl, ncurses,
1064 neon, nettle, norm, ntfs-3g, openblas, openmpi, openswan,
1065 pinentry, pixman, protobuf, python-meld3, qlibc, qt, qt5base,
1066 quagga, rpcbind, rt-tests, runc, sane-backends, sconeserver,
1067 squeezelite, stella, tftpd, tinycbor, tinydtls, trace-cmd,
1068 trousers, tstools, uboot-tools, uclibc, ulogd, ustr, vlc,
1069 webkitgtk, wireshark, xdriver_xf86-video-intel
1070
1071 Issues resolved (http://bugs.buildroot.org):
1072
1073 #9101: Error on support/download/git with system git older than 1.8.4
1074 #9181: Compiling linux kernel fails if BR2_LINUX_KERNEL_TOOL_CPU..
1075
Peter Korsgaard3b3fa452016-08-17 08:49:38 +020010762016.08-rc2, Released August 17th, 2016
1077
1078 Fixes all over the tree.
1079
1080 Toolchain: disable broken C++ support for internal blackfin
1081 toolchains, ARC toolchain bumped to arc-2016.09-eng008 (GCC 6)
1082 to fix various issues.
1083
1084 System: Zoneinfo is available for the musl C library as well.
1085
1086 Updated/fixed packages: am33x-cm3, axel, barebox, bdwgc,
1087 blktrace, cairo, dante, enlightenment, fbterm, ffmpeg, flex,
1088 fontconfig, gcc, gmp, gnuplot, gnuradio, gst1-imx, hidapi,
1089 inotify_tools, iproute2, kmsxx, lftp, libaio, libcofi,
1090 libical, libpjsip, libsidplay2, libunwindow, libxml2,
1091 linux-zigbee, lttng-libust, mpv, mtd, ncdu, netplug, ntp,
1092 openblas, openipmi, owfs, php, poco, procps, qt, quota,
1093 sg3_utils, spidev_test, systemd-bootchart, thrift,
1094 uboot-tools, uclibc, webrtc-audio-processing, wayland, weston,
1095 xdriver_xf86-video-savage, xserver_xorg-server, xen
1096
1097 Issues resolved (http://bugs.buildroot.org):
1098
1099 #9136: make graph-size fails with "ValueError: too many values to..
1100 #9151: qt: fix build with ALSA >= 1.1.x
1101 #9156: qt: Fix missing runtime Qt3Support dependency
1102 #9161: modsetting patch not applied to xserver 1.18.4
1103 #9166: Missing overlays directory in VFAT image for raspberry pi 3
1104
Peter Korsgaard19040c92016-08-06 11:39:54 +020011052016.08-rc1, Released August 6th, 2016
Peter Korsgaard960cc972016-08-06 11:24:52 +02001106
1107 Fixes all over the tree and new features.
1108
1109 Toolchain: Fortran support added. eglibc support removed, musl
1110 support no longer experimental. Blackfin and Microblaze
1111 support for internal uClibc-ng toolchain, m68k/coldfire
1112 improvements. The check for unsafe (build host) directories
1113 access (/usr/include and /usr/lib) is now enabled by default.
1114 Unused locales are now purged by default to save space (and
1115 the default list of locales shrunk). The option to control
1116 this has now moved from the toolchain menu to system
1117 configuration.
1118
1119 Legal info improvements: sources are now hardlinked instead of
1120 copied if possible to save space. Patches and extra downloads
1121 are also saved.
1122
1123 An experimental configuration knob (BR2_REPRODUCIBLE) has been
1124 added to make the builds more reproducible (E.G. less
1125 differences in the binary output between builds of the same
1126 configuration). This is still work in progress.
1127
1128 An option to execute a custom script inside the fakeroot
1129 environment used to the generate the filesystem (E.G. to tweak
1130 permissions or similar) has been added.
1131
1132 Git support now supports git submodules if
1133 <pkg>_GIT_SUBMODULES is enabled.
1134
1135 Hash files for integritry validation have been added for all
1136 packages.
1137
1138 Scanpypi utility to help creating packages from the Python
1139 package index (pypi) has been added.
1140
1141 The makedevs utility now has support for adding file
1142 capabilities using extended attributes.
1143
1144 New defconfigs: Arcturus uCP1020, Atmel sama5d{2,3,4} xplained
1145 development configs, Blackfin GDB simulator, Linksprite
1146 pcDuino, Minnow Board Max graphical demo, NXP i.MX25 PDK,
1147 i.MX51 EVK, i.MX6UL Pico, i.MX7 sabresd, QEMU MIPS32r6{,el} and
1148 MIPS64r6{,el} malta, Roseapple Pi, Samsung Snow chromebook,
1149 Toradex Apalis i.MX6 COM, TS-4800, x86-64 PC BIOS and EFI
1150 demos. A number of defconfigs have been updated and extended
1151 to generate SD card images. Synopsys HS38 VDK defconfig removed.
1152
1153 New packages: 4th, acpica, acpitool, alljoyn, alljoyn-base,
1154 alljoyn-tcl, alljoyn-tcl-base, argparse, babeld, batman-adv,
1155 circus, dante, docker-containerd, docker-engine, domoticz,
1156 efibootmgr, efivar, ficl, fwup, gsettings-desktop-schemas,
1157 gtksourceview, gupnp-dlna, gupnp-tools, igd2-for-linux,
1158 jemalloc, kmsxx, lapack, lft, libaacs, libamcodec, libbdplus,
1159 libcoap, libdvdcss, libebur128, libfastjson, libminiupnpc,
1160 libnatpmp, libpqxx, libuio, libvdpau, log4cpp, minissdpd,
1161 mxsldr, nginx-nasxi, nginx-upload, ninja, nodm, odroid-mali,
1162 odroid-scripts, omxplayer, openblas, openmpi, openzwave,
1163 p7zip, pdbg, python-argh, python-dataproperty,
1164 python-dateutil, python-dialog3, python-dicttoxml,
1165 python-dominate, python-engineio, python-flask-jsonrpc,
1166 python-flask-login, python-humanize, python-pathtools,
1167 python-pathvalidate, python-pillow, python-prompt-toolkit,
1168 python-pytablewriter, python-pytz, python-scapy3k,
1169 python-sdnotify, python-socketio, python-tomako,
1170 python-ubjson, python-u-msgpack, python-watchdog,
1171 python-wcwidth, python-xlrd, python-xlsxwriter,
1172 python-xlutils, python-xlwt, rs485conf, runc, sdl2_gfx,
1173 sdl2_image, sdl2_ttf, shellinabox, sphinxbase, stella,
1174 supertuxkart, systemd-bootchart, tekui, terminology, tinycbor,
1175 tinydtls, ti-sgx-demos, ti-sgx-km, ti-sgx-um, tunctl, wavemon,
1176 wiringpi, xen
1177
1178 Deprecated packages: ipkg, sstrip
1179
1180 Removed packages: sunxi-mali-prop
1181
1182 Issues resolved (http://bugs.buildroot.org):
1183
1184 #8931: segment fault when compile argp-help.c using aarch64-bu...
1185 #8966: eglfs error. buildroot don't compile the library libeglfs.so
1186 #8971: build for beaglebone fails
1187 #8986: qt5imageformats fails to build on AArch64
1188 #8991: grub2 fails to compile
1189 #9001: Nodejs option not available
1190 #9006: gcc with c++ support v4 and v5 fail to compile on fedora 24
1191 #9016: arceb-buildroot-linux-uclibc ld uses incorrect default format
1192 #9066: 8139TOO - faulty behaviour
1193 #9086: Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203)
1194 #9091: U-Boot fails to boot with large ramdisk
1195
Peter Korsgaardaa6fd112016-05-31 23:52:36 +020011962016.05, Released May 31st, 2016
1197
1198 Minor fixes.
1199
1200 External toolchain: Fix for symlink handling when copying
1201 links to target.
1202
1203 Updated/fixed packages: gcc, grantlee, gst-ffmpeg,
1204 ipsec-tools, iptraf-ng, libcurl, libdrm, libsigsegv, ltris,
1205 lttng-babeltrace, mbedtls, mesa3d, moarvm, mplayer, mtools,
1206 net-tools, openpowerlink, pulseview, rpm, tinyalsa,
1207 xdriver_xf86-video-fbturbo, xserver_xorg-server
1208
Peter Korsgaardf4365df2016-05-26 23:37:23 +020012092016.05-rc3, Released May 26th, 2016
1210
1211 Fixes all over the tree.
1212
1213 Tweaks for SSP handling for external toolchains.
1214
1215 Updated/fixed packages: aircrack-ng, bluez5_utils, connman,
1216 cups, erlang-p1-stringprep, expat, ffmpeg, flann, flannel, go,
1217 gst1-libav, hidapi, hplip, iptraf-ng, jamvm, kodi,
1218 kodi-screensaver-matrixtrails, libcurl, libepoxy, libgpgme,
1219 libsemanage, libxslt, liquid-dsp, ltris, lxc, mesa3d, midori,
1220 mpg123, mtr, openpgm, openpowerlink, oprofile, php,
1221 postgresql, putty, python-service-identity, python-treq,
1222 qlibc, qt5serialbus, ruby, stress-ng, strongswan, time, tinc,
1223 ustr, valgrind, webkitgtk, libxml2, xorriso,
1224 xserver_xorg-server
1225
1226 Issues resolved (http://bugs.uclibc.org):
1227
1228 #8936: Aircrack-ng - Alot of missing dependencies
1229
Peter Korsgaard3f3342a2016-05-17 16:11:24 +020012302016.05-rc2, Released May 17th, 2016
1231
1232 Fixes all over the tree.
1233
1234 Rootfs overlay handling now refuses to overwrite
1235 /{usr,bin,sbin,lib} symlinks from BR2_ROOTFS_MERGED_USR option
1236 even if these directories are present in the overlay.
1237
1238 External toolchain: Unbreak user provided libraries deployment
1239 (BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS) handling after refactoring.
1240
1241 QEMU coldfire: Fix for signal handling kernel issue, enable
1242 networking support.
1243
1244 Updated/fixed packages: android-tools, assimp, boost, gcc,
1245 glibc, glmark2, gmrender-resurrect, go, go-bootstrap, iputils,
1246 jack2, kodi-screensaver-asterwave, kodi-screensaver-rsxs,
1247 kodi-visualisation-shadertoy, libarchive, libinput, libpjsip,
1248 mali-t76x, mtr, nginx, opencv, openvpn, python-coherence,
1249 qt5multimeda, quagga, samba4, sg3-utils, stress-ng, turbolua
1250
Peter Korsgaard0ab73722016-05-10 23:23:00 +020012512016.05-rc1, Released May 10th, 2016
1252
1253 Fixes all over the tree and new features.
1254
1255 Architectures: new ARM variants: Cortex A17 and M4, improved
1256 nonmmu (cortex-M) support, m68k has been re-enabled with
1257 support for ColdFire. For x86, support for the i386 variant
1258 has been dropped.
1259
1260 Toolchain: Add GCC 6 support, remove GCC 4.5, mark GCC 4.7 as
1261 deprecated. Go programming language support, Add Binutils 2.26
1262 support. Old Sourcery PowerPC external toolchains removed,
1263 Sourcery MIPS 2016.06-8, AMD64 2015.11-139, NiosII 2015.11-130
1264 added, Linaro ARM/ARMeb/Aarch64 toolchains updated.
1265
1266 New defconfigs: Firefly RK3288, Boundary Devices i.MX7 Nitrogen7,
1267 STM32F429 and STM32F469 Discovery boards, Hardkernel ODROID-C2,
1268 Raspberry Pi Zero and Raspberry Pi 3. Some Qemu defconfigs were
1269 added for m68k, eXtensa-nommu and ColdFire.
1270
1271 Linux: use zImage by default on ARM, subversion repository
1272 support (for u-boot as well).
1273
1274 New packages: aer-inject, android-tools, cannelloni,
1275 cbootimage, cgroupfs-mount, connman-gtk, crudini, dt,
1276 gmrender-resurrect, flannel, font-awesome, freeswitch, go,
1277 go-bootstrap, gr-osmosdr, granite, i7z, imx-uuc,
1278 kodi-adsp-basic, kodi-adsp-freesurround,
1279 kodi-audiodecoder-opus, kodi-pvr-hdhomerun,
1280 kodi-screensaver-asterwave, kodi-screensaver-cpblobs,
1281 kodi-screensaver-matrixtrails, kodi-screensaver-planestate,
1282 kodi-screensaver-rsxs, kodi-visualisation-fishbmc,
1283 kodi-visualisation-fountain, kodi-visualisation-goom, libgee,
1284 libimxvpuapi, libpjsip, libtomcrypt, libtommath, libusbgx,
1285 lksctp-tools, mali-t76x, mkpimage, mpv, msr-tools, nload,
1286 norm, nvme, owfs, pound, privoxy, procrank_linux, putty,
1287 python-autobahn, python-characteristic, python-crossbar,
1288 python-cryptography, python-iniparse, python-iowait,
1289 python-lmdb, python-pexpect, python-ptyprocess,
1290 python-pyasn-modules, python-pygments, python-pymysql,
1291 python-pynacl, python-pyopenssl, python-pysocks,
1292 python-pytrie, python-rpi-gpio, python-service-identity,
1293 python-setproctitle, python-shutilwhich, python-treq,
1294 python-txaio, python-ujson, python-wsaccel, qt5canvas3d,
1295 qt5location, qt5quickcontrols2, qt5serialbus, qt5tools,
1296 raptor, scrub, taskd, tegrarcm, turbolua, valijson,
1297 wayland-protocols, webkitgtk, wilc1000-firmware, wpan-tools,
1298 xdriver_xf86-video-amdgpu
1299
1300 Removed packages: foomatic-filters, python-m2crypto,
1301 qt5quick1, qt5webkit-examples, samba, xdriver_xf86-input-void
1302
1303 Issues resolved (http://bugs.buildroot.org):
1304
1305 #6830: Qt5: no fonts are installed
1306 #7562: musl buildroot-toolchain and BR2_MIPS_SOFT_FLOAT break
1307 #7580: Invalid filesystem in Pandaboard defconfig
1308 #8346: wf111 package removes all kernel module dependencies
1309 #8436: xserver_xorg-server Segmentation fault
1310 #8736: IPV6 forced on in busybox
1311 #8746: At startup system stops with 'cannot set terminal proces..
1312 #8751: make fail [fio does not build on sh]
1313 #8766: Compiling host-gcc-final-4.9.3 broken on i386
1314 #8771: make savedefconfig modifies sources
1315 #8781: Unable to build uboot for imx28evk
1316 #8786: gdb fails to build with xz and expat support at the same
1317 #8801: Compilation of Buildroot 2016.2 for Raspberry Pi with...
1318 #8806: Buildroot 2016.2 for Raspberry Pi requires that ext4...
1319 #8836: Can't select Vim in menuconfig
1320 #8851: Make sure fio can compile with libaio support if it...
1321 #8861: With buildroot 2016.02 trying to build for corei7-avx
1322 fails while trying to build host-binutils
1323 #8866: Making an USB flash bootable with extlinux build with
1324 buildroot does not work
1325
Peter Korsgaardaaf6c282016-03-01 21:47:30 +010013262016.02, Released March 1st, 2016
1327
1328 Minor fixes, mostly security related.
1329
1330 Circular dependency issue with same-as-kernel linux-headers
1331 option fixed.
1332
1333 Updated/fixed packages: bluez5_utils, heirloom-mailx,
1334 imx-gpu-viv, kodi-pvr-argustv, kodi-pvr-mediaportal-tvserver,
1335 kodi-pvr-nextpvr, libfcgi, openssl, pifmrds, powerpc-utils,
1336 python-m2crypto, slang, sox, squid, tn5250, xerces, zsh
1337
Peter Korsgaard100ba0f2016-02-27 23:50:51 +010013382016.02-rc3, Released February 27th, 2016
1339
1340 Fixes all over the tree.
1341
1342 Defconfigs: Ensure EABIhf is correctly enabled for ARM cores
1343 where VFP is optional (but present on the specific hw). Fix
1344 ARM variant selection for freescale_imx31_3stack_defconfig.
1345
1346 Ensure tarballs of downloaded git trees do not contain a
1347 timestamp.
1348
1349 Clarify license of patches in COPYING.
1350
1351 Updated/fixed package: avahi, binutils, cairo, can-festival,
1352 chrony, cifs-utils, dnsmasq, dvdauthor, e2fsprogs, efl,
1353 erlang-rebar, eudev, fbterm, gawk, gnupg2, gnuradio, gpm,
1354 gst1-plugins-good, hostapd, imagemagick, iproute2, iputils,
1355 jack2, kexec, kismet, lftp, libarchive, libeXosip2, libfm,
1356 libglib2, libsoil, libssh, libssh2, libuci, links, lshw, lxc,
1357 mediastreamer, mono, mraa, mutt, nfs-utils, numactl, ofono,
1358 omniorb, openipmi, openobex, patch, pax-utils, perf,
1359 pulseaudio, pure-ftp, qhull, qt, quagga, quota, sdl_sound,
1360 shairport-sync, spice, sysklogd, syslog-ng, trace-cmd,
1361 trousers, tvheadend, util-linux, vim, webkitgtk24, wireshark,
1362 wpa_supplicant, xerces, zsh
1363
1364 Issues resolved (http://bugs.uclibc.org):
1365
1366 #8651: libMonoPosixHelper.so wrong link reference in buildroot..
1367
Peter Korsgaard6cd8cbc2016-02-18 15:34:16 +010013682016.02-rc2, Released February 18th, 2016
Peter Korsgaarda00646d2016-02-17 23:08:34 +01001369
1370 Fixes all over the tree.
1371
1372 Toolchain: PR19405 backport to binutils 2.25.1 to fix NIOS ld
Peter Korsgaard6cd8cbc2016-02-18 15:34:16 +01001373 crash, backport of Xtensa .init/.fini literals handling.
1374 glibc security patches for CVE-2014-8121, CVE-2015-1781
Peter Korsgaarda00646d2016-02-17 23:08:34 +01001375 and CVE-2015-7547.
1376
1377 Defconfigs for Acmesystems Arietta g25 added.
1378
1379 Updated/fixed packages: binutils, boost, chrony, dovecot,
1380 e2fsprogs, fio, gdb, glibc, graphite2, icu, kbd, libbsd,
1381 libcue, libgcrypt, libraw, links, mc, mosquitto, nodejs,
1382 postgresql, pptp-linux, pulseaudio, samba4, spice, squid,
1383 sysklogd, systemd, tiff, uclibc, ulogd, util-linux, valgrind.
1384
1385 Issues resolved (http://bugs.uclibc.org):
1386
1387 #8576: Building embedded Linux for Atmel SAMA5D4_Xplained...
1388 #8606: Problem compiling on Arch Linux
1389 #8681: kbd 2.0.3 does not build on rpi
1390
Peter Korsgaardecf55c32016-02-10 08:05:42 +010013912016.02-rc1, Released February 10th, 2016
Peter Korsgaard2ea44432016-02-09 18:00:18 +01001392
1393 Fixes all over the tree and new features.
1394
1395 Toolchain: Support for GCC 5.3.x. ARC toolchain updated to
1396 arc-2015.12. Support for legacy uClibc dropped, default to
1397 uClibc-ng instead. Added sys/queue.h implementation for MUSL
1398 for compatibility. Updated versions of Code sourcery and
1399 Linaro toolchains. MIPS Codescape toolchains added. Version
1400 selection for preconfigured external toolchains removed.
1401
1402 New Defconfigs: ARM Juno r0/r1 development boards, Freescale
1403 i.MX6UL Evaluation Kit, Intel Galileo Gen 2, Orange Pi PC.
1404 A number of defconfigs have been extended to generate complete
1405 system images using genimage.
1406
Luca Ceresoli8b186e02016-03-01 11:08:07 +01001407 Linux: Automatically patch timeconst.pl for <3.9 kernels,
Peter Korsgaard8d1d6dd2016-02-29 22:00:43 +01001408 which isn't compatible with modern perl versions, breaking the
1409 build when building on recent (Fedora 23, Debian
1410 Testing/Unstable, ..) distributions.
1411
Peter Korsgaard2ea44432016-02-09 18:00:18 +01001412 Makedevs utility now accepts textual (non-numerical) user and
1413 group names.
1414
1415 Vagrant file to easily setup a working development environment
1416 in a VM has been added.
1417
1418 Size-stats-compare script to compare rootfs sizes between
1419 builds has been added.
1420
1421 Infozip package renamed to zip. EFL packages restructured.
1422
1423 Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils,
1424 angularjs, apache, apr, argp-standalone, armadillo, arptables,
1425 at, atk, audiofile, aumix, autoconf-archive, avahi, bash, bc,
1426 bcache-tools, bdwgc, beecrypt, bind, binutils, bluez5_utils,
1427 bluez_utils, bonnie, boost, busybox, cairo, cdrkit, chrony,
1428 clamav, cmake, collectd, connman, coreutils, cppcms, crda,
1429 cryptodev-linux, cryptsetup, cups, cwiid, cxxtest, dbus,
1430 dbus-cpp, dbus-glib, debianutils, dhcp, dhcpcd, dhrystone,
1431 dillo, directfb, directfb-examples, dmraid, dnsmasq, doom-wad,
1432 dovecot, dovecot-pigeonhole, dropbear, dtv-scan-tables,
1433 dvb-apps, dvbsnoop, ecryptfs-utils, eigen, ejabberd,
1434 elementary, elfutils, enlightenment, erlang, espeak, eudev,
1435 eventlog, exfat, exfat-utils, exiv2, expedite, faifa,
1436 fakeroot, fastd, fbgrab, fetchmail, ffmpeg, findutils, fio,
1437 firmware-imx, flann, flashrom, flite, flot, fmlib, freerdp,
1438 freescale-imx, freetype, gauche, gawk, gcc, gcc-final, gcr,
1439 gdb, gdk-pixbuf, geoip, gesftpserver, gettext, giflib, git,
1440 glibc, glibmm, glog, gmp, gnupg, gnupg2, gnutls, gob2, gpsd,
1441 gptfdisk, grep, gst1-libav, gst1-plugins-{bad,base,good,ugly},
1442 gst-ffmpeg, gst-plugins-{bad,base,good,ugly}, gstreamer,
1443 gstreamer1, guile, gvfs, gzip, harfbuzz, haserl, hiawatha,
1444 hostapd, hplip, icu, ifupdown, imagemagick, imx-gpu-viv,
1445 imx-kobs, imx-lib, input-tools, intel-microcode, iperf3,
1446 ipmitool, iproute2, iprutils, ipsec-tools, ipset, iptables,
1447 iputils, irda-utils, irssi, iucode-tool, jack2, janus-gateway,
1448 jpeg-turbo, jquery-datetimepicker, jquery-keyboard,
1449 jquery-sparkline, jquery-ui, jquery-ui-themes,
1450 jquery-validation, json-c, kbd, kernel-module-imx-gpu-viv,
1451 keyutils, kmod, knock, kodi, lcdproc, lcms2, leafnode2,
1452 leafpad, libass, libatomic_ops, libbroadvoice, libbsd,
1453 libcap-ng, libcdaudio, libcue, libcurl, libdrm, libecore,
1454 libedbus, libedit, libedje, libeet, libefreet, libeina,
1455 libeio, libelementary, libembryo, libepoxy, libethumb, libev,
1456 libevas, libevas-generic-loaders, libevdev, libevent, libffi,
1457 libfm, libfribidi, libfslcodec, libfslparser, libfslvpuwrap,
1458 libftdi, libfuse, libgail, libglew, libglib2, libgtk2,
1459 libgtk3, libgudev, libhttpparser, libidn, libinput, libiscsi,
1460 libjpeg, liblinear, libmbim, libmicrohttpd, libndp, libnspr,
1461 libnss, liboauth, liboping, libpciaccess, libplist, libpng,
1462 libraw, libraw1394, librsvg, libseccomp, libsecret,
1463 libserialport, libsigc, libsigrok, libsigrokdecode,
1464 libsndfile, libsoc, libsodium, libsoup, libssh2, libsvg,
1465 libsvg-cairo, libtasn1, libtirpc, libtorrent, libungif,
1466 libunwind, libupnpp, liburcu, libuv, libv4l, libva,
1467 libva-intel-driver, libvips, libvncserver, libxml2, libxmlpp,
1468 lightning, lighttpd, linknx, linux-firmware, linux-fusion,
1469 linux-headers, liquid-dsp, lirc-tools, live555, lm-sensors,
1470 lockdev, lshw, ltp-testsuite, ltrace, lttng-babeltrace,
1471 lttng-libust, lttng-modules, lttng-tools, lua, luabitop,
1472 luarocks, luv, lvm2, lxc, makedevs, mc, memcached, memtest86,
1473 mesa3d, mesa3d-demos, mesa3d-headers, micropython,
1474 micropython-lib, minicom, minidlna, mjpg-streamer, mke2img,
1475 moarvm, modem-manager, mongoose, mongrel2, monkey, mono,
1476 monolite, mosh, mosquitto, mpd, mplayer, msgpack, mtdev2tuio,
1477 musepack, musl, mysql, nano, nasm, nbd, neard, netatalk,
1478 netsnmp, nettle, net-tools, network-manager, nfs-utils, nginx,
1479 nmap, nodejs, ntfs-3g, ntp, numactl, nut, nvidia-driver,
1480 odhcp6c, ofono, ola, olsr, omniorb, opencv, opencv3, openipmi,
1481 openldap, openntpd, openobex, openocd, openpgm,
1482 open-plc-utils, openpowerlink, openssh, openssl, openswan,
1483 openvpn, opkg, oprofile, opus, opusfile, p11-kit, package,
1484 pango, pax-utils, pciutils, pcmanfm, perl, perl-db-file,
1485 perl-io-socket-ssl, perl-libwww-perl, perl-net-dns, perl-uri,
1486 perl-xml-libxml, php, php-ssh2, picocom, pinentry, pixman,
1487 polarssl, popt, portaudio, pppd, procps-ng, proftpd, protobuf,
1488 psmisc, ptpd2, pulseaudio, pulseview, pv, python, python3,
1489 python-alsaaudio, python-can, python-cffi, python-cherrypy,
1490 python-httplib2, python-jinja2, python-lxml, python-m2crypto,
1491 python-mako, python-msgpack, python-psutil, python-pyasn,
1492 python-pycparser, python-pydal, python-pyftpdlib,
1493 python-pyroute2, python-pyxml, python-pyzmq, python-requests,
1494 python-serial, python-setuptools, python-six, python-spidev,
1495 python-tornado, python-twisted, python-web2py, python-webpy,
1496 python-werkzeug, python-zope-interface, qemu, qhull, qpdf, qt,
1497 qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio,
1498 qt5graphicaleffects, qt5imageformats, qt5multimedia,
1499 qt5quick1, qt5quickcontrols, qt5script, qt5sensors,
1500 qt5serialport, qt5svg, qt5webchannel, qt5webkit,
1501 qt5webkit-examples, qt5websockets, qt5x11extras,
1502 qt5xmlpatterns, qt-webkit-kiosk, racehound, radvd, read-edid,
1503 readline, redis, rpcbind, rpi-firmware, rpi-userland, rrdtool,
1504 rsync, rsyslog, rtai, rtorrent, rt-tests, rubix, ruby, samba4,
1505 sconeserver, setools, shairport-sync, sigrok-cli, skeleton,
1506 smack, snowball-init, socat, sp-oops-extract, sqlite,
1507 squashfs, squeezelite, squid, sredird, sshfs,
1508 start-stop-daemon, strace, strongswan, stunnel, subversion,
1509 sunxi-tools, swig, sysdig, syslog-ng, sysstat, systemd,
1510 sysvinit, taglib, tcl, tcpreplay, thrift, ti-gfx, tinyalsa,
1511 tor, torsmo, trace-cmd, transmission, tremor, triggerhappy,
1512 trinity, tvheadend, tzdata, uboot-tools, uclibc, udisks,
1513 udpcast, unionfs, upmpdcli, usb_modeswitch,
1514 usb_modeswitch_data, ustr, util-linux, vala, valgrind,
1515 vboot-utils, vde2, vlc, vnstat, webkit, webkitgtk24, weston,
1516 wget, whetstone, whois, wine, wipe, wireless-regdb, wireshark,
1517 wpa_supplicant, w_scan, x11r7, xapp_xbacklight, xapp_xcompmgr,
1518 xapp_xinput, xapp_xkbcomp, xdriver_xf86-input-evdev,
1519 xdriver_xf86-input-libinput, xdriver_xf86-input-synaptics,
1520 xdriver_xf86-video-ati, xdriver_xf86-video-fbturbo,
1521 xdriver_xf86-video-imx-viv, xdriver_xf86-video-intel,
1522 xfont_encodings, xfont_font-adobe-100dpi,
1523 xfont_font-adobe-75dpi, xfont_font-adobe-utopia-100dpi,
1524 xfont_font-adobe-utopia-75dpi, xfont_font-adobe-utopia-type1,
1525 xfont_font-alias, xfont_font-arabic-misc,
1526 xfont_font-bh-100dpi, xfont_font-bh-75dpi,
1527 xfont_font-bh-lucidatypewriter-100dpi,
1528 xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf,
1529 xfont_font-bh-type1, xfont_font-bitstream-100dpi,
1530 xfont_font-bitstream-75dpi, xfont_font-bitstream-type1,
1531 xfont_font-cronyx-cyrillic, xfont_font-cursor-misc,
1532 xfont_font-daewoo-misc, xfont_font-dec-misc,
1533 xfont_font-ibm-type1, xfont_font-isas-misc,
1534 xfont_font-jis-misc, xfont_font-micro-misc,
1535 xfont_font-misc-cyrillic, xfont_font-misc-ethiopic,
1536 xfont_font-misc-meltho, xfont_font-misc-misc,
1537 xfont_font-mutt-misc, xfont_font-schumacher-misc,
1538 xfont_font-screen-cyrillic, xfont_font-sony-misc,
1539 xfont_font-sun-misc, xfont_font-winitzki-cyrillic,
1540 xfont_font-xfree86-type1, xfsprogs, xkeyboard-config, xl2tp,
1541 xlib_libfontenc, xlib_libXi, xmlstarlet, xscreensaver,
1542 xserver_xorg-server, xtables-addons, xvkbd, xz, yad, yasm,
1543 ympd, zeromq, zic, znc, zsh,
1544
1545 New packages: acsccid, assimp, atkmm, autofs, bcm2835,
1546 cairomm, cantarell, chocolate-doom, comix-cursors, cxxtest,
1547 edid-decode, emlog, gcr, gtkmm3, hidapi, jquery-sidebar,
1548 kernel-module-imx-gpu-viv, libasplib, libcroco, libdvbpsi,
1549 libfreeglut, libgdiplus, libglfw, libhdhomerun, libnet,
1550 libsoil, lldpd, luvi, mbedtls, minizip, miraclecast, mongodb,
1551 mraa, netbsd-queue, netsniff-ng, nss-pam-ldapd,
1552 obsidian-cursors, openal, openbox, pangomm,
1553 python-backports-abc, python-beautifulsoup4, python-cbor,
1554 python-click, python-cssselect, python-ecdsa, python-html5lib,
1555 python-idna, python-ipaddress, python-mistune, python-netaddr,
1556 python-paho-mqtt, python-paramiko, python-pyparted,
1557 python-pysmb, python-pyudev, python-singledispatch,
1558 python-smbus-cffi, python-urllib3, qt53d, rabbitmq-c, rfkill,
1559 sbc, spi-tools, tpm-tools, trousers, ubus, unrar, unscd,
1560 unzip, v4l2grab, xdriver_xf86-video-nouveau, xdotool, zbar
1561
1562 Removed packages: libungif, python-pyxml,
1563
1564 Issues resolved (http://bugs.uclibc.org):
1565
1566 #7886: gettext: link failure with locally-installed libxml2
1567 #7892: systemd-journald is broken
1568 #8066: nodejs crashes when built with gcc 4.9
1569 #8296: nodejs 0.12.7 - npm crashes (seg core dump)
1570 #8501: gunzip fails to uncompress files
1571 #8541: fail to build host-fakeroot-1.20.2
1572 #8546: build instructions for raspberry pi don't work
1573 #8571: strace for ARC compile error
1574 #8581: pciutils.mk PCIUTILS_MAKE_OPTS typo
1575 #8616: Fail to build for raspberrypi_defconfig with big endian
1576 #8621: sqlite package, properly enable readline
1577
Peter Korsgaard3f90e532015-11-30 22:54:25 +010015782015.11, Released November 30th, 2015
1579
1580 Minor fixes.
1581
1582 Merged/seperate /usr handling is now also performed for
1583 staging so cross-gdb / gdbserver can find the libraries.
1584
1585 Updated/fixed packages: autossh, conntrack-tools, dcron,
1586 espeak, gcc, glmark2, gpsd, gstreamer1, libglib2, libsigsegv,
1587 libsoc, libv4l, minidlna, mongrel2, opencv, polarssl,
1588 rpi-userland, rubix, skeleton, tovid, uemacs, valgrind, yad,
1589 zmqpp
1590
1591 Issues resolved (http://bugs.uclibc.org):
1592
1593 #8441: Invalid directory for X11 fonts in target (RPi2)
1594 #8491: libglib2 2.46.1 not Building for armv5 on 2015.11-rc3
1595
Peter Korsgaard610f3fa2015-11-26 23:06:02 +010015962015.11-rc3, Released November 26th, 2015
1597
1598 Fixes all over the tree.
1599
Peter Korsgaarddb80b0a2015-11-27 16:21:18 +01001600 We have a new modern website!
1601
1602 Updated/fixed packages: apitrace, audiofile, autossh, bullet,
1603 c-ares, collectd, conntrack-tools, cryptodev-linux, dropbear,
1604 fastd, gmp, gpsd, gst-plugins-bad, gst-plugins-base,
1605 gst-plugins-good, gst-plugins-ugly, gstreamer, gstreamer1,
1606 guile, iodine, iproute2, jimtcl, kompexsqlite, libethumb,
1607 libfreeimage, libgsasl, libgtk3, libxml2, localedef,
1608 lttng-tools, macchanger, mongrel2, mpd, openntpd, openssl,
1609 oprofile, pcre, qt5base, quagga, rpi-userland, sconeserver,
1610 sdl, spidev_test, sqlite, strongswan, ustr, xapp_sessreg,
1611 yajl, zmqpp
Peter Korsgaard610f3fa2015-11-26 23:06:02 +01001612
1613 Issues resolved (http://bugs.uclibc.org):
1614
1615 #6872: gpsd: disabled on microblaze
1616 #8321: invalid opcode error with minidlna and ffmpeg
1617 #8336: Default systemd configuration fails to boot correctly in 2015-08
1618 #8446: rpi-userland failed to build with glibc 2.22
1619
Peter Korsgaardbfaed962015-11-19 13:07:41 +010016202015.11-rc2, Released November 19th, 2015
1621
1622 Fixes all over the tree.
1623
1624 LD_LIBRARY_PATH is no longer used to ensure host binaries find
1625 their libraries, fixing issues on recent Fedora.
1626
1627 Toolchain fixes for powerpc e5500 / e6500. Fix for an issue
1628 with ${TARGET}-cc after the move to use a toolchain wrapper
1629 for the internal toolchain.
1630
1631 Appy-patches.sh now correctly applies all files listed in
1632 series files.
1633
1634 Fixes for merged /usr handling when a custom skeleton is used.
1635
1636 Updated/fixed packages: axfsutils, boost, busybox, dhcp,
1637 directfb, dropbear, ebtables, fastd, ffmpeg, gauche, gcc,
1638 gettext, gst1-plugins-bad, hostapd, ibrdtnd, libcurl,
1639 libecore, libgudev, libnss, libpng, libserial, libssh2,
1640 libuecc, libxml2, linux-headers, liquid-dsp, ltris,
1641 lua-periphery, minidlna, mongrel2, mpd, mpg123, mplayer,
1642 mysql, opencv, opencv3, package, perl-file-util, php-ssh2,
1643 polarssl, pulseaudio, python-protobuf, qemu, qt5base, ranger,
1644 ruby, skeleton, slang, squeezelite, strongswan, tovid, uclibc,
1645 ushare, wine, wpa_supplicant, x265,
1646 xdriver_xf86-video-siliconmotion, zxing-cpp
1647
1648 Issues resolved (http://bugs.uclibc.org):
1649
1650 #4790: Running udhcpc on a system with NFS root kills NFS
1651 #8456: Building host-pkgconf on Fedora 23 fails due to..
1652
Thomas Petazzonie1da0ef2015-11-06 11:25:40 +010016532015.11-rc1, Released November, 7th 2015
Thomas Petazzoni23542382015-11-06 11:22:00 +01001654
1655 Fixes all over the tree and new features.
1656
1657 Architectures:
1658
1659 - Support for sparc64 added (internal toolchain with glibc
1660 only).
1661
1662 - Support for mips32r6 and mips64r6 added.
1663
1664 - Support for Intel Quark X1000 CPU.
1665
1666 - Switch to EABIhf by default on ARM when a VFP is available.
1667
1668 Toolchains:
1669
1670 - glibc 2.22, gdb 7.10, use gdb 7.9 by default, musl 1.1.12,
1671 uclibc-ng 1.0.8, host-gdb enabled on AArch64.
1672
1673 - The toolchain wrapper which was used only for external
1674 toolchains is now also used for Buildroot internal
1675 toolchains. This allowed to fix the ccache support, prepare
1676 the way for top-level parallel build support and remove gcc
1677 patches used to detect header/library path poisoning.
1678
1679 - Remove Analog Devices Blackfin toolchain 2012R2.
1680
1681 - Fix several Xtensa build failures by switching from
1682 text-section-literals to auto-litpools.
1683
1684 - Enable MIPS64 support in uClibc-ng, use uClibc on ARC
1685 rather than a specific fork.
1686
1687 - Linaro toolchains for ARM, ARMeb and AArch64 updated to
1688 2015.08. 2014.09 version is kept since 2015.08 only runs on
1689 x86_64 hosts.
1690
1691 Bootloaders:
1692
1693 - Fix ARM64 support in U-Boot.
1694
1695 Defconfigs:
1696
1697 - Added: ARC HS38 VDK virtual boards, Avnet Microzed, Boundary
1698 Devices Nitrogen SoloX, Freescale i.MX6 SoloX Sabre SD,
1699 OLinuxino A20 Lime2, Qemu Sparc64, Qemu SuperH 4 big endian,
1700 Synopsys AArch64 VDK virtual platform.
1701
1702 - Updated: calao_qil_a9260, calao_usb_a9g20_lpw, ci20,
1703 cubieboad, freescale_imx6_*, imx53loco, imx6_vab820,
1704 mpc8315erdb, qmx6, p1010rdb, qemu, raspberrypi,
1705 raspberrypi2, riotboard, snps_axs10*, wandboard.
1706
1707 - Removed: at91rm9200df, at91sam9260dfc, at91sam9263ek,
1708 calao_snowball_defconfig, gnublin, integrator926_defconfig.
1709
1710 Infrastructure:
1711
1712 - Support for fetching from Mercurial tags fixed.
1713
1714 - Introduce LINUX_NEEDS_MODULES, which allows to enforce
1715 module support to be enabled in the kernel when a package
1716 builds out-of-tree kernel modules (through the
1717 pkg-kernel-module infrastructure or on its own).
1718
1719 - Improve the perl package infrastructure to automatically add
1720 the dependency to the perl interpreter to target perl module
1721 packages.
1722
1723 - Remove trailing slashes in <pkg>_SITE and addition of a
1724 check to ensure such trailing slashes are no longer added.
1725
1726 - Extend the legal infrastructure to allow packages to declare
1727 their actual source code. This is useful for packages for
1728 which <pkg>_SOURCE points to pre-built binaries (as is the
1729 case for external toolchains). The new <pkg>_ACTUAL_SOURCE
1730 variable allows to point to the source code in such cases.
1731
1732 - Improved ccache support, thanks to the usage of a toolchain
1733 wrapper for internal toolchain. Now a single cache directory
1734 can be shared between different Buildroot builds.
1735
1736 - Addition of a 'graph-size' make targets, which generates a
1737 PDF graph of per-package size of the root filesystem.
1738
1739 - Addition of <pkg>_EXCLUDES so that packages can request
1740 certain parts of the source code tarball to not be
1741 extracted. This feature is currently used by gcc and
1742 toolchain-external.
1743
1744 - Packages can now use the <pkg>_PKGDIR variable, provided by
1745 the package infrastructure, to reference their package
1746 directory, instead of explicitly using package/<pkg>/.
1747
1748 Filesystems:
1749
1750 - Add high lz4 compression to squashfs.
1751
1752 - Simplification of shell profile files in the default
1753 skeleton.
1754
1755 - Remove ftp user and /home/ftp from the skeleton, and let ftp
1756 server packages create these when needed.
1757
1758 - Add support for /bin, /sbin and /lib to be symlinks to their
1759 corresponding directories in /usr. This is enforced for
1760 systemd configurations, and optional for other
1761 configurations.
1762
1763 - Support for AXFS filesystem image generation added.
1764
1765 - New options to add extra space/inodes to ext2/3/4 images.
1766
1767 Updated/fixed packages:
1768
1769 adwaita-icon-theme, apache, apitrace, atk, audit, avahi,
1770 barebox, bash, batctl, bind, binutils, bluez_utils, boost,
1771 bridge-utils, cairo, ccache, chrony, clapack, cloog, cmake,
1772 collectd, connman, conntrack-tools, coreutils, cpio,
1773 cryptsetup, dbus, dbus-cpp, devmem2, dhcp, dhcpcd, dhcpdump,
1774 dhrystone, dillo, directfb, directfb-examples, dmraid,
1775 dos2unix, dovecot, dovecot-pigeonhole, drbd-utils, dropbear,
1776 dropwatch, dtc, e2fsprogs, ebtables, efl, eigen, ejabberd,
1777 elf2flt, elfutils, erlang, ethtool, eudev, evemu, exfat,
1778 exfat-utils, expat, faifa, fbterm, fdk-aac, feh, ffmpeg, file,
1779 flashrom, fping, freerdp, freescale-imx, freetype, gdk-pixbuf,
1780 genimage, gettext, git, glib-networking, glmark2, gnupg2,
1781 gnuradio, gnutls, gpsd, grep, grub2, gst1-imx, gst1-libav,
1782 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
1783 gst1-plugins-ugly, gst1-validate, gst-fsl-plugins,
1784 gst-plugins-bad, gstreamer1, guile, gvfs, harfbuzz, haveged,
1785 hostapd, icu, imagemagick, impiutil, imx-gpu-viv, imx-vpu,
1786 inadyn, intltool, iostat, iperf3, ipmiutil, iproute2,
1787 iptables, iw, jpeg-turbo, jq, jsoncpp, kexec-lite, kmod, kodi,
1788 kodi-audioencoder-flac, kodi-pvr-argustv, kodi-pvr-filmon,
1789 kodi-pvr-hts, kodi-pvr-mythtv, kodi-pvr-pctv,
1790 kodi-pvr-stalker, kodi-pvr-vbox,
1791 kodi-visualisation-waveforhue, less, lftp, libbluray,
1792 libcgroup, libconfuse, libcurl, libdcadec, libdrm, libevdev,
1793 libffi, libfribidi, libfslcodec, libfslparser, libfslvpuwrap,
1794 libgcrypt, libglew, libglib2, libgtk3, libidn, liblinear,
1795 liblockfile, libmicrohttpd, libnetfilter_conntrack, libnfs,
1796 libnftnl, libnl, libnspr, libnss, libpcap, libpfm4, libpng,
1797 libselinux, libserial, libsoup, libsoxr, libstrophe, libtasn1,
1798 libtirpc, libtorrent, libupnpp, liburcu, libusb-compat, libuv,
1799 libv4l, libva, libva-intel-driver, libxcb, lighttpd, links,
1800 linux, linux-firmware, linux-fusion, linux-headers,
1801 lirc-tools, localedef, lpeg, lsof, ltp-testsuite,
1802 lttng-libust, lttng-tools, lua-periphery, luaposix, lvm2, lxc,
1803 lz4, mdadm, mesa3d, mesa3d-headers, minicom, minidlna, moarvm,
1804 modem-manager, mosquitto, mpd, mpdecimal, mpg123, mplayer,
1805 mrouted, msmtp, mtd, mutt, nettle, network-manager, nfs-utils,
1806 nftables, nginx, nodejs, noip, ntp, ofono, opencv3, openpgm,
1807 openssl, openswan, openvpn, pango, parted, perl, perl-cross,
1808 perl-crypt-openssl-random, perl-http-message,
1809 perl-io-socket-ssl, perl-module-build, perl-mojolicious,
1810 perl-netaddr-ip, perl-net-dns, perl-net-http, perl-net-ssleay,
1811 perl-uri, perl-xml-libxml, php, picocom, pixman, pkgconf,
1812 poco, polarssl, portaudio, portmap, postgresql, proftpd,
1813 protobuf, protobuf-c, pulseaudio, python-configshell-fb,
1814 python-networkmanager, python-numpy, python-pyparsing,
1815 python-pypcap, python-rtslib-fb, python-spidev, python-urwid,
1816 python-web2py, qemu, qt5base, redis, rngtools, rng-tools,
1817 rpi-firmware, rpi-userland, rtmpdump, rtorrent, ruby, samba,
1818 samba4, sane-backends, sconeserver, sdl, sed, setools,
1819 shairport-sync, shared-mime-info, sland, smartmontools,
1820 softether, spice-protocol, sqlcipher, sqlite, squid,
1821 strongswan, stunnel, subversion, sudo, sunxi-tools,
1822 supervisor, systemd, tar, targetcli-fb, tcpdump, tiff, tor,
1823 tvheadend, tzdata, uboot-tools, udisks, unionfs, upmpdcli,
1824 util-linux, vala, valgrind, vim, vlc, vorbis-tools, vsftpd,
1825 vtun, wavpack, webkitgtk24, weston, whois, wireless-regdb,
1826 wireshark, wpa_supplicant, xdriver_xf86-input-vmmouse,
1827 xdriver_xf86-video-imx-viv, xdriver_xf86-video-intel,
1828 xdriver_xf86-video-sis, xlib_libXi, xorg-server,
1829 xtables-addons, xterm, xz, zic, znc, zsh
1830
1831 New packages:
1832
1833 axfsutils, bitstream, check, dvblast, eventlog, fastd, gauche,
1834 gmock, graphite2, gssdp, gupnp, gupnp-av, ibrcommon, ibrdtn,
1835 ibrdtnd, ibrdtn-tools, imx-kobs, iqvlinux, irssi,
1836 kompexsqlite, libbroadvoice, libcddb, libcodec2, libcrossguid,
1837 libg7221, libhttpparser, libilbc, libldns, libmng,
1838 libopenh264, libpam-radius-auth, libpam-tacplus, libsilk,
1839 libsoundtouch, libssh, libuecc, libyuv, liquid-dsp, luv,
1840 micropython, micropython-libs, python-pyratemp,
1841 python-pyroute2, python-ranger, rapidxml, scrypt, sdl2,
1842 sp-oops-extract, squeezelite, stress-ng, swupdate, syslog-ng,
1843 x265, xdriver_xf86-video-fbturbo, xxhash, yad, zxing-cpp
1844
1845 Removed packages:
1846
1847 blackbox (was deprecated), divine (merged in directfb),
1848 kobs-ng (replaced by imx-kobs), mediactl (merged in libv4l),
1849 sawman (merged in directfb), schifra (marked broken since a
1850 long time), texinfo (host variant only, no longer used), zxing
1851 (replaced by zxing-cpp),
1852
1853 Issues resolved (http://bugs.uclibc.org):
1854
1855 #4099: cut utility from GNU coreutils works incorrect
1856 #7772: libxml-parser-perl build failure: missing dependency
1857 ExtUtils/MakeMaker
1858 #7931: Default configuration for Cubieboard v1 is outdated
1859 #8116: 2015.05-rc2 raspberrypi2_defconfig network interface
1860 not coming up
1861 #8246: X.org DRI2 build issue
1862 #8256: pointing to /usr/bin/objcopy old version (x86) instead
1863 of the generated one
1864 #8266: mplayer build issue
1865 #8281: pyrexc fails to run when path is too long
1866 #8316: lttng-tools and lttng-babeltrace executables contain
1867 bad RPATH pointing to host machine
1868 #8331: kexec wants shutdown in /sbin, but systemd installs it
1869 in /usr/sbin
1870 #8361: Buildroot 2015.08.1 skeleton inittab overwritten by
1871 busybox's version
1872 #8366: libevent does not build
1873 #8386: build failed with external toolchain
1874 #8391: Node.js 0.12.7 fails to build on raspberry_pi defconfig
1875 #8396: CCACHE initialization
1876 #8401: gpsd 3.15 NMEA support
1877 #8416: cups depends on BR2_DEPRECATED_SINCE_2015_05
1878 #8421: util-linux installs systemd files in output/target/home/
1879
Peter Korsgaard20a36cd2015-08-31 23:06:58 +020018802015.08, Released August 31st, 2015
Peter Korsgaard3131ec42015-08-31 10:13:35 +02001881
1882 Minor fixes.
1883
1884 OpenCV 3.x package renamed to opencv3. OpenCV 2.4.x
1885 reintroduced as opencv.
1886
1887 Updated/fixed packages: bootutils, canfestival, cppcms,
Peter Korsgaard42180d82015-08-31 22:37:37 +02001888 curlftpfs, dhcpdump, dropbear, erlang-p1-tls, exfat, gnuradio,
1889 ipkg, libgudev, libmbim, libwebsock, linux-pam, lm-sensors,
1890 ltrace, midori, network-manager, openssh, perl-file-listing,
Peter Korsgaard3131ec42015-08-31 10:13:35 +02001891 perl-http-cookies, perl-http-daemon, perl-http-negotiate,
1892 perl-www-robotrules, python-can, qt5base, qt5multimedia,
1893 setools, sysvinit, tinyalsa, tn5250, tvheadend, uboot, vlc,
1894 x264, xserver_xorg-server, zyre
1895
Thomas Petazzoni985b46b2015-08-24 22:20:16 +020018962015.08-rc2, Released August, 24th 2015
1897
1898 Fixes all over the tree.
1899
1900 Toolchain: fix gcc build on NIOS-II.
1901
1902 Infrastructure: add <fs>_POST_GEN_HOOKS mechanism to fix
1903 hybrid ISO image generation.
1904
1905 Architectures: add arm1136j-s variant.
1906
1907 Updated/fixed packages: apitrace, audit, bcusdk, bdwgc,
1908 beecrypt, boost, bwm-ng, cdrkit, c-icap, cifs-utils, clapack,
1909 c-periphery, cpio, cramfs, czmq, dawgdic, dnsmasq, dosfstools,
1910 dropbear, elfutils, empty, eudev, fan-ctrl, filemq, gnutls,
1911 guile, haveged, imlib2, libcec, libepoxy, libev, libgpgme,
1912 libiio, libnetfilter_queue, libnfnetlink, libpfm4, libpthsem,
1913 librtas, libselinux, libsigsegv, libsodium, libv4l, lightning,
1914 linux, lirc-tools, lrzsz, mono, mosh, mpd, msmtp, nbd,
1915 netatalk, nodejs, ola, opencv, oprofile, php, poco,
1916 postgresql, powertop, protobuf, protobuf-c, qt5base,
1917 qt5quickcontrols, rapidjson, rng-tools, squid, sysdig,
1918 sysstat, tftpd, tinc, tz, util-linux, webkitgtk24, weston,
1919 wireshark, wvstreams, xdriver_xf86-input-synaptics, zyre.
1920
1921 Issues resolved (http://bugs.uclibc.org):
1922
1923 #8276: package/dropbear: symlink resolution incorrect
1924 #8286: Error with buildroot
1925 #8301: ldconfig parameter in Makefile
1926
Thomas Petazzoni7b1e9d52015-08-05 15:48:25 +020019272015.08-rc1, Released August, 5th 2015
Arnout Vandecappelle43929652015-07-13 13:36:28 +02001928
1929 Fixes all over the tree and new features.
1930
Thomas Petazzonida63d872015-08-05 15:05:07 +02001931 Architectures:
1932
1933 - Refactor how the availability of an MMU is described.
1934 - Minimal support for Cortex-M3
1935 - Minimal support for AArch64 big-endian
1936
1937 Toolchains:
1938
1939 - Add CodeSourcery MIPS 2015.05, remove MIPS 2013.11
1940 - Use uClibc-ng as the default uClibc version, instead of the
1941 official uClibc, which hasn't done any release since 3+
1942 years
1943 - eglibc is now marked as deprecated
1944 - GCC: gcc 4.9.x is now the default and was updated to 4.9.3,
1945 support for gcc 5.x added.
1946 - Binutils: use Binutils 2.24 as the default, 2.25.x series
1947 bumped to 2.25.1, remove old Binutils 2.22.
1948 - Update ARC toolchain components to 2015.06
1949 - Add support for Fortran when building gcc
1950
1951 Bootloaders:
1952
1953 - Support for using the kconfig configuration system in
1954 U-Boot
1955
1956 New Defconfigs:
1957
1958 - VIA VAB-820/AMOS-820
1959 - OLimex OLinuxino A20 Lime
1960 - Many new defconfigs for Atmel evaluation boards:
1961 at91sam9rlek, at91sam9x5ek, sama5d3xek, sama5d4ek, sama5d4
1962 Xplained Ultra, sama5d3 Xplained.
1963 - ACME Systems Aria G25
1964 - WarPboard
1965 - Altera Cyclone 5 Development Board
1966 - Xilinx zc706
1967 - ARC AXS101 and AXS103 Software Development Platforms
1968 - Significant updates to Raspberry Pi / Raspberry Pi 2
1969
1970 Infrastructure:
1971
1972 - Buildroot takes better care now of generating predictable
1973 permissions in the target filesystem. However, existing
1974 permissions on a custom skeleton or rootfs overlay will no
1975 longer be preserved. Therefore, it is necessary to add a
1976 permission table (BR2_ROOTFS_DEVICE_TABLE) to set the
1977 required permissions.
1978 - Add support for kconfig fragments.
1979 - No longer pass --{enable,disable}-debug to autotools
1980 packages depending on the value of
1981 BR2_ENABLE_DEBUG. BR2_ENABLE_DEBUG now only controls
1982 whether we build with -g or not.
1983 - Support for extracting archives in .lzma in the generic
1984 package infrastructure.
1985 - Remove random-seed file from the default skeleton, since
1986 seeding the entropy pool with a known seed makes more harm
1987 than good.
1988 - In the CVS download helper, add support to use a date as
1989 the version.
1990 - Add support for a per-package <pkg>_STRIP_COMPONENTS
1991 variable, which packages can use to specify how many path
1992 components should be stripped when extracting the tarball.
1993 - Addition of a 'kernel-module' package infrastructure, which
1994 simplifies the packaging of external kernel modules. Many
1995 existing packages are converted to use it.
1996 - Allow bootloaders to be implemented in $(BR2_EXTERNAL)
1997 - Remove /etc/securetty from the default skeleton.
1998 - Migration of sysV initscripts from the default skeleton to
1999 a package called 'initscripts', installed only when Busbox
2000 init or sysvinit are used.
2001 - Migration of the skeleton logic to a proper 'skeleton'
2002 package.
2003 - Addition of a 'linux-tools' infrastructure in the 'linux'
2004 package, to support building user-space tools bundled
2005 within the Linux kernel sources, such as perf and cpupower.
2006 - Usage of backticks instead of make $(shell ...) to execute
2007 shell commands. This allows to delay the evaluation of such
2008 commands when actually needed, and not when expanding the
2009 variables. It is useful to make 'make printvars' less
2010 noisy, and as a preparation to support top-level parallel
2011 build.
2012 - Libtool .la files are not mungled for all package types,
2013 instead of being handled only for packages using the
2014 autotools-package infrastructure.
2015 - Add mechanism to allow packages to express a dependency on
2016 gcc versions. This is needed for packages that use C++11 or
2017 C11 support for example.
2018
2019 Important package updates:
2020
2021 - Complete rework of the matchbox packaging
2022 - Lots of fixes in packages for compatibility with musl and
2023 gcc 5.
2024 - Hash files added to a large number of packages.
2025 - Update a significant number of packages to use a new
2026 hosting, after the announcement of Google Code and
2027 Gitorious closing.
2028 - Major packages needed for SELinux support have been merged,
2029 but the support is not complete yet.
2030 - Significant update of OpenCV to version 3.0, and addition
2031 of lots of eatures.
2032 - Significant update of all packages supporting the GPU and
2033 VPU of i.MX ARM processors.
2034 - Addition of systemd support in a significant number of
2035 packages.
2036 - Qt5 updated to 5.5.0
2037 - Use modular X.org server by default instead of KDrive
2038
2039 Filesystems:
2040
2041 - Complete overhaul of the iso9660 support. Now allows to use
2042 directly IS9660 as the root filesystem format and not only
2043 an initrd, and supports Grub 2 and isolinux in addition to
2044 Grub.
2045
2046 Updated packages: a10disp, agentpp, apache, at91bootstrap3,
2047 audit, barebox, bc, bind, bmon, boost, btrfs-progs,
2048 ca-certificates, can-utils, ccache, cloog, collectd, connman,
2049 coreutils, c-periphery, cryptsetup, dado, dbus, dejavu,
2050 dhcpcd, dnsmasq, dosfstools, dovecot, dovecot-pigeonhole,
2051 e2fsprogs, ejabberd, erlang-p1-cache-tab, erlang-p1-sip,
2052 erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
2053 erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml, ethtool,
2054 eudev, evtest, exim, expect, explorercanvas, feh, ffmpeg,
2055 file, flashrom, freescale-imx, freetype, gawk, gcc, gdb,
2056 gettext, git, glib-networking, gnupg2, gnutls, gpsd, gptfdisk,
2057 gpu-viv-bin-mx6q, gst-fsl-plugins, harfbuzz, hdparm, heimdal,
2058 i2c-tools, imagemagick, imx-vpu, iproute2, ipset, isl, iw,
2059 kodi, kodi-addon-xvdr, kodi-audioencoder-flac,
2060 kodi-audioencoder-lame, kodi-audioencoder-vorbis,
2061 kodi-audioencoder-wav, lftp, libass, libassuan, libcec,
2062 libconfi, libcurl, libdrm, libevdev, libfreefare, libfslcodec,
2063 libfslparser, libfslvpuwrap, libfuse, libglib2, libgpgme,
2064 libgtk2, libgtk3, libical, libidn, libiio, libinput, libiscsi,
2065 libllcp, libmicrohttpd, libnfc, libnss, libpcap, libpciaccess,
2066 libpng, libserialport, libsigrok, libsoc, libtirpc, libubox,
2067 libunistring, libupnp, libuv, libv4l, libva,
2068 libva-intel-driver, libXrandr, lighttpd, linenoise, linux,
2069 linux-firmware, linux-headers, live555, ltrace, lua,
2070 lua-csnappy, lua-ev, luajit, lua-messagepack, luaperiphery,
2071 lvm2, lxc, lzo, mesa3d, mesa3d-headers, midori, mmc-utils,
2072 modem-manager, mono, mosquitto, mpd, mpd-mpc, mpfr, mpg123,
2073 mtd, musl, nano, netperf, network-manager, nfs-utils, nginx,
2074 nodejs, ntp, ola, opencv, openldap, openssh, openssl,
2075 openswan, openvmtools, openvpn, opkg, orbit, orc, pcmanfm,
2076 perl-cross, perl-encode-locale, perl-io-socket-ssl,
2077 perl-mojolicious, perl-net-ssleay, perl-path-tiny, perl-uri,
2078 perl-xml-libxml, php, pinentry, polarssl, postgresql,
2079 pulseview, pure-ftpd, python, python-dpkt, python-lxml,
2080 python-networkmanager, python-pyinotify, python-pypcap,
2081 python-tornado, qextserialport, qt, qt5, rapidjson, redis,
2082 rpcbind, rpi-firmware, rpi-userland, samba4, shairport-sync,
2083 snmpp, sqlite, squid, strongswan, stunnel, sudo, sunxi-boards,
2084 sunxi-mali, sysdig, sysstat, systemd, tcpdump, tiff, tmux,
2085 tor, txheadend, tzdata, uboot, uclibc, ulogd, upmpdcli,
2086 usb_modeswitch, usb_modeswitch_data, vala, vsftpd, wayland,
2087 weston, whois, wireless-regdb, wireshark, x264, xapp_xvinfo,
2088 xdriver_xf86-input-libinput, xdriver_xf86-input-vmmouse,
2089 xdriver_xf86-video-cirrus, xdriver_xf86-video-geode,
2090 xdriver_xf86-video-imx-viv, xdriver_xf86-video-mach64,
2091 xdriver_xf86-video-neomagic, xdriver_xf86-video-r128,
2092 xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
2093 xdriver_xf86-video-vesa, xkeyboard-config, xlib_libfontenc,
2094 xlib_libFS, xlib_libXaw, xlib_libxkbfile, xlib_libXrender,
2095 xlib_libXt, xproto_kbproto, xproto_xproto, xproto_xrandrproto,
2096 xscreensaver, xserver_xorg-server, xtables-addons, yaml-cpp,
2097 zic.
2098
2099 New packages: angularjs, atf, audit, c-icap, c-icap-modules,
2100 cpio, dawgdic, faketime, fcgiwrap, gflags, glog, initscripts,
2101 jquery-datetimepicker, kodi-audioencoder-modplug,
2102 kodi-audioencoder-nosefar, kodi-audioencoder-sidplay,
2103 kodi-audioencoder-snesapu, kodi-audioencoder-stsound,
2104 kodi-audioencoder-timidity, kodi-audioencoder-vgmstream,
2105 kodi-platform, kodi-pvr-argustv, kodi-pvr-dvblink,
2106 kodi-pvr-dvbviewer, kodi-pvr-filmon, kodi-pvr-hts,
2107 kodi-pvr-iptvsimple, kodi-pvr-mediaportal-tvserver,
2108 kodi-pvr-mythtv, kodi-pvr-nextpvr, kodi-pvr-njoy,
2109 kodi-pvr-pctv, kodi-pvr-stalker, kodi-pvr-vbox,
2110 kodi-pvr-vdr-vnsi, kodi-pvr-vuplus, kodi-pvr-wmc,
2111 kodi-screensaver-asteroids, kodi-screensaver-biogenesis,
2112 kodi-screensaver-crystalmorph, kodi-screensaver-greynetic,
2113 kodi-screensaver-pingpong, kodi-screensaver-pyro,
2114 kodi-screensaver-stars, kodi-visualisation-shadertoy,
2115 kodi-visualisation-spectrum, kodi-visualisation-waveforhue,
2116 kodi-visualisation-waveform, kvmtool, kyua, libfm,
2117 libfm-extra, libplatform, librtas, libsodium, libsquish,
2118 libucl, libump, linux-backports, lua-iconv, lutok, menu-cache,
2119 moarvm, monkey, mono-gtksharp3, mosh, openipmi, python-can,
2120 python-pycli, python-pydal, python-pyyaml, python-web2py,
2121 qpid-proton, qt5webchannel, quazip, racehound, rtl8188eu,
2122 rtl8821au, sepolgen, setools, skeleton, stm32flash,
2123 webkitgtk24, xdriver_xf86-video-qxl, zynq-boot-bin.
2124
2125 Deprecated packages: webkitgtk, libgail, eglibc support in
2126 glibc package.
Arnout Vandecappelle43929652015-07-13 13:36:28 +02002127
Thomas Petazzoni8cf7a562015-08-05 15:36:24 +02002128 Issues resolved (http://bugs.uclibc.org):
2129
2130 #4291: Segmentation fault with all binaries that use threads
2131 when compiled with gcc 4.6
2132 #6944: building toolchain for sh4 fails
2133 #7592: Buildroot GCC: -lto requires plugin support in ranlib
2134 #7628: Python SSL does not get built for Raspberry Pi
2135 #7682: Missing dependencies for NFS
2136 #7742: dhcp lacks important features when BR2_ENABLE_DEBUG
2137 #7754: make: *** [/..../buildroot-2014.11/output/build/host-gcc-initial-4.8.3/.stamp_built] Error 2
2138 #7946: libglib2-2.42.2 fails to build for sparc-buildroot-linux-gnu
2139 #7956: glibc 2.20 and 2.21 fail to build for sh64-buildroot-linux-gnu
2140 #7971: python-flask, python-werkzeug. No module named zlib
2141 #7981: Target file system skeleton permissions hazard
2142 #8006: rpcdebug in nfs-utils built for the host
2143 #8036: alsa-lib headers problem that prevents to compile alsa
2144 dependent projects
2145 #8081: systemd init system: /tmp is not mode 1777
2146 #8121: php opcache extension doesn't get installed
2147 #8151: x86-64 make fails with ncurses 5.9
2148 #8156: pkg-kconfig infra broken for *-update-{config, defconfig}
2149 #8161: default /bin/sh symlink to busybox is full path and not relative
2150 #8171: glamor missing
2151 #8191: Request update support for the cubieboard series
2152 #8201: Important security upgrades for node.js
2153
Peter Korsgaard6d736152015-05-31 23:15:34 +020021542015.05, Released May 31st, 2015
2155
2156 Minor fixes.
2157
2158 Updated/fixed packages: conntrack-tools, directfb, fio, flite,
2159 gptfdisk, ipmiutil, iproute2, janus-gateway, keyutils, knock,
2160 libelementary, libgcrypt, libgsasl, libjpeg, libstrophe,
2161 lttng-libust, nbd, ncurses, nmap, php, postgresql, python,
2162 python3, sconeserver, udpcast, upmpdcli
2163
Peter Korsgaardc6ce1192015-05-22 11:53:58 +020021642015.05-rc3, Released May 22nd, 2015
2165
2166 Several fixes, mainly related to static linking.
2167
2168 Updated/fixed packages: acl, alsa-utils, apr, armadillo, attr,
2169 autoconf-archive, binutils, boost, czmq, dhcpcd, duma,
2170 enlightenment, exim, fbterm, freerdp, gcc, gdk-pixbuf,
2171 google-breakpad, gpsd, heirloom-mailx, hwloc, ipmiutil,
2172 iproute2, jack2, jasper, kmod, lcdproc, leafnode2, libcap-ng,
2173 libftdi1, libmatroska, libmemcached, libmodbus, libnftnl,
2174 libsigrok, libupnpp, libuv, libxml-parser-perl, linux,
2175 linux-headers, lirc-tools, lua-periphery, lxc, mongoose, mono,
2176 mpg123, mosquitto, neardal, newt, ntp, ola, openldap, opencv,
2177 php, postgresql, protobuf, pulseaudio, python-pyqt, qemu, qt,
2178 qt5base, rpi-userland, rsyslog, snmppp, sqlite, tiff,
2179 tinyxml2, uboot-tools, unionfs, ux5000-firmware, usbredir,
2180 ushare, vpnc, vsftpd, wavpack, wireless_tools, wsapi,
2181 wvstreams, xmlstarlet, zeromq, zmqpp
2182
2183 New packages: c-periphery
2184
2185 Issues resolved (http://bugs.uclibc.org):
2186
2187 #8106: mkfs.jffs2 uses the --pagesize parameter incorrectly
2188 #8111: 2015.05.rc2 LIBFOO_CONF_OPTS not working
2189 #8126: exim lacks plaintext and cram-md5 auth
2190
Peter Korsgaardf2435f62015-05-11 13:28:26 +020021912015.05-rc2, Released May 11th, 2015
2192
2193 Minor fixes.
2194
2195 Toolchain: PR56780 backport to GCC 4.8.4 to fix GDB linking
2196 issues. Context functions enabled for uClibc snapshot /
2197 uClibc-NG.
2198
2199 Architectures: Endian handling symbol for Xtensa, binutils
2200 fixes.
2201
2202 Infrastructure: Fix for kernel module stripping when
2203 localversion contains spaces.
2204
2205 Updated/fixed packages: at, autoconf-archive, binutils,
2206 cc-tool, cryptsetup, dstat, expedite, freerdp, giflib,
2207 gnuchess, guile, ipmiutil, iproute2, mono, monolite, neard,
2208 ola, poppler, postgresql, python-qt, qt, sqlite, valgrind,
2209 xlib_libXfont
2210
2211 Issues resolved (http://bugs.uclibc.org):
2212
2213 #8086: Cannot select systemd as init with Linaro 2014.09...
2214
Peter Korsgaard5628a152015-05-04 21:25:41 +020022152015.05-rc1, Released May 4th, 2015
Peter Korsgaard94856072015-04-27 00:10:53 +02002216
2217 Fixes all over the tree and new features.
2218
Peter Korsgaard329f6872015-05-03 23:49:42 +02002219 Architectures: Removed AVR32 support, deprecate SH64, added
2220 support for steamroller, corei7-avx and core-avx2 x86
2221 variants.
2222
2223 Toolchains: IPv6 and Largefile support now enforced for
2224 uClibc. Corresponding Kconfig symbols removed.
2225
2226 External CodeSourcery AMD64 2014.05, MUSL-cross 1.1.6 added,
2227 CS sh2, Xilinx microblaze v2/14.3 removed. Distro-class
2228 external toolchains are now detected and blacklisted.
2229
2230 Internal toolchain support for Nios2 added, Blackfin
2231 removed. Aarch64 and sh musl support. uClibc-ng support added.
2232
2233 Libatomic is now handled for internal and external
2234 toolchains. Link time optimization (LTO) support.
2235
2236 New Defconfigs: Freescale i.MX28 EVK, i.MX31 PDK and SABRE
2237 Auto, Raspberry Pi 2, RIoTboard,
2238
2239 Infrastructure: Hashes for a large number of packages have
2240 been added. Missing hashes now stop the build unless
2241 explicitly disabled.
2242
Peter Korsgaard1c3ad232015-05-04 20:44:02 +02002243 Spaces and colons (:) are now supported in package
2244 versions. Dependencies can now be listed for the patch step
2245 (<PKG>_PATCH_DEPENDENCIES). Kconfig and Linux kernel
Peter Korsgaard329f6872015-05-03 23:49:42 +02002246 extensions infrastructure has been added.
2247
2248 Makedevs now has a recursive (r) option.
2249
2250 The variable containing the list of packages to build has been
2251 renamed from TARGETS to PACKAGES.
2252
Peter Korsgaard1c3ad232015-05-04 20:44:02 +02002253 Make external-deps / legal-info / source / source-check have
2254 been reimplemented using the package infrastructure, so their
2255 output/behaviour may differ from earlier (some packages were
2256 not included in the past).
2257
Peter Korsgaard329f6872015-05-03 23:49:42 +02002258 The old insecure DES password encoding is no longer supported.
2259
2260 U-Boot patch option now support direct references to patch
2261 files and URLs in addition to directories of patches. The
2262 i.MX28 SD format (u-boot.sd) is now supported.
2263
Peter Korsgaard94856072015-04-27 00:10:53 +02002264 Updated/fixed packages: agentpp, aircrack-ng, alsa-lib,
2265 alsa-utils, apr-util, apr, atk, autossh, avahi, avrdude,
Peter Korsgaard329f6872015-05-03 23:49:42 +02002266 bcusdk, bdwgc, bind, binutils, bmon, boost, botan,
2267 btrfs-progs, busybox, ca-certificates, cairo, can-utils,
2268 canfestival, ccache, chrony, civetweb, clamav, cmake,
2269 collectd, connman, copas, crda, cryptodev-linux, cryptsetup,
2270 cups, czmq, dbus-cpp, dbus-glib, dbus-python, dbus, dfu-util,
2271 dhcp, dhcpcd, dialog, dillo, dmraid, dnsmasq, dos2unix,
2272 dosfstools, dovecot-pigeonhole, dovecot, dropbear, dropwatch,
Peter Korsgaard94856072015-04-27 00:10:53 +02002273 dtv-scan-tables, dvdauthor, e2fsprogs, ecryptfs-utils,
2274 libevas, elfutils, enscript, erlang, espeak, eudev, evemu,
2275 exfat-utils, exim, f2fs-tools, feh, ffmpeg, fftw, flickcurl,
2276 fltk, fluxbox, fmlib, fmtools, freeradius-client, freerdp,
2277 gamin, gawk, gcc-final, gcc, gd, gdb, gengetopt, geoip, git,
2278 glib-networking, gnu-efi, gnuchess, gnutls, gpsd, gptfdisk,
Peter Korsgaard329f6872015-05-03 23:49:42 +02002279 gpu-viv-bin-mx6q, gst-plugin-bad, gstreamer, gstreamer1,
2280 gtest, gvfs, harfbuzz, haserl, haveged, hiawatha,
2281 hicolor-icon-theme, hostapd, hplip, httping, i2c-tools, icu,
2282 ifplugd, imagemagick, imlib2, iozone, iproute2, iptables,
2283 iputils, irqbalance, iw, jack2, jhead, jimtcl, json-c, kexec,
2284 kismet, kmod, kodi-audioencoder-flac,
Peter Korsgaard94856072015-04-27 00:10:53 +02002285 kodi-audioencoder-vorbis, kodi-pvr-addons, kodi, ktap, lcms2,
Peter Korsgaard329f6872015-05-03 23:49:42 +02002286 libass, libatomic_ops, libbluray, libcap, libcgroup, libcurl,
2287 libdrm, libdvbsi, libebml, libecore, libedit, liberation,
2288 libev, libevas, libevdev, libftdi, libgcrypt, libglib2,
2289 libgpgme, libgtk2, libgtk3, libiconv, libidn, libiio,
2290 libinput, libiscsi, libksba, liblinear, libmatroska,
2291 libmicrohttpd, libmodbus, libmpdclient, libnice, libnl,
2292 libnspr, libnss, libpcap, libpciaccess, libphidget, libplayer,
2293 libpthsem, libqmi, librsvg, libseccomp, libsigrok, libsoup,
2294 libsrtp, libssh2, libtasn1, libtool, libunistring, liburcu,
2295 libusb, libuv, libva-intel-driver, libva, libvncserver,
2296 libvorbis, libvpx, libwebsockets, libxml2, libzip, lightning,
2297 lighttpd, linknx, linphone, linux-firmware, linux-headers,
2298 linux-pam, live555, ljsyscall, lmbench, lockdev, logrotate,
2299 lpc3250loader, lpeg, lsof, lttng-libust, lttng-modules,
2300 lttng-tools, lua, luacrypto, luafilesystem, luajit, luaposix,
2301 luarocks, lvm2, lxc, make,
Peter Korsgaard94856072015-04-27 00:10:53 +02002302 matchbox-{common,desktop,fakekey,keyboard,lib,startup-monitor,vm},
2303 matchbox, mcelog, memcached, memstat, memtest86, mesa3d,
2304 minidlna, mjpegtools, mjpg-streamer, modem-manager, mongoose,
2305 monit, mono, monolite, mp4v2, mpc, mpd, mpdecimal, mpg123,
2306 mplayer, musl, nano, nbd, ncftp, ncmpc, ncurses, ne10, neard,
2307 neardal, net-tools, netatalk, netsnmp, network-manager, nginx,
2308 nodejs, ntfs-3g, ntp, numactl, odhcp6c, ofono, open2300,
2309 opencv, openldap, openntpd, openocd, openssh, openssl,
2310 openswan, opentyrian, openvmtools, openvpn, oprofile, p11-kit,
Peter Korsgaard329f6872015-05-03 23:49:42 +02002311 pango, patch, patchelf, pciutils, pcre, perf, perl-gdgraph,
Peter Korsgaard94856072015-04-27 00:10:53 +02002312 perl-io-socket-ssl, perl-json-tiny, perl-module-build,
2313 perl-mojolicious, perl-net-ssleay, perl-path-tiny,
2314 perl-xml-libxml, perl, phidgetwebservice, php-gnupg, php,
2315 pkgconf, polarssl, poppler, popt, postgresql, powerpc-utils,
2316 pppd, prboom, procps-ng, proftpd, psplash, ptpd2,
2317 python-{cheetah,coherence,django,markdown,netifaces,pam,six},
Peter Korsgaard329f6872015-05-03 23:49:42 +02002318 python-tornado, python-twisted, python-zope-interface, python,
2319 python3, qemu, qt, qt5, qt5base, qt5multimedia,
2320 qt5xmlpatterns, qt5cinex, quagga, qwt, radvd, readline,
2321 rng-tools, rpcbind, rpi-firmware, rpi-userland, rsync,
2322 rsyslog, rtai, rtmpdump, ruby, sam-ba, samba, samba4,
2323 sane-backends, sconeserver, shairport-sync, sigrok-cli, slang,
2324 smcroute, snmppp, socat, socketcand, sofia-sip, sox,
2325 spawn-fcgi, speex, sqlcipher, sqlite, squid, strace,
2326 strongswan, stunnel, sudo, sunxi-boards, swig, sysstat,
2327 systemd, tcpdump, tftpd, thrift, thttpd, ti-gfx, ti-utils,
2328 tiff, tinyalsa, tn5250, transmission, trinity, tslib,
2329 tvheadend, tzdata, uboot-tools, uclibc, ulogd, usb_modeswitch,
2330 usbutils, ustr, util-linux, vala, valgrind, vlc, wayland,
2331 webp, weston, wget, which, whois, wireless-regdb,
2332 wireless_tools, wireshark, wpa_supplicant, wvstreams,
2333 xapp_{bdftopcf,bitmap,fonttosfnt,fslsfonts},
Peter Korsgaard94856072015-04-27 00:10:53 +02002334 xapp_{fstobdf,iceauth,mkfontscale,oclock,rgb,sessreg,setxkbmap},
2335 xapp_{showfont,smproxy,twm,x11perf,xcalc,xclipboard,xcmsdb},
2336 xapp_{xdbedizzy,xditview,xdpyinfo,xdriinfo,xedit,xev,xeyes},
2337 xapp_{xf86dga,xfsinfo,xgamma,xgc,xhost,xinit,xinput,xkbcomp},
2338 xapp_{xkbevd,xkbprint,xlsatoms,xlsfonts,xmag,xman,xmh,xmodmap},
2339 xapp_xmore, xcb-util-image, xcb-util-keysyms,
2340 xdata_xcursor-themes,
2341 xdriver_xf86-input-{evdev,keyboard,synaptics,void},
2342 xdriver_xf86-video-{ati,cirrus,geode,mach64,mga,neomagic},
2343 xdriver_xf86-video-{r128,savage,siliconmotion,sis,tdfx},
Peter Korsgaard329f6872015-05-03 23:49:42 +02002344 xdriver_xf86-video-{trident,vmware,voodoo}, xenomai,
2345 xfont_font-util, xkeyboard-config,
2346 xlib_lib{ICE,X11,Xdmcp,Xfont,Xpm,XvMC},
Peter Korsgaard94856072015-04-27 00:10:53 +02002347 xlib_lib{Xxf86vm,xshmfence,xtrans}, xproto_randrproto,
2348 xproto_xproto, xserver_xorg-server, x11vnc, x264, xerces,
2349 xorriso, xterm, xz, yaml-cpp, zeromq, zic, zmqpp
2350
2351 New packages: apache, autoconf-archive, batctl,
Peter Korsgaard329f6872015-05-03 23:49:42 +02002352 bitstream-vera, bullet, cc-tool, doxygen, drbd-utils,
2353 dvdrw-tools, gnuradio, gst1-imx, hans, hwloc, ijs,
2354 imx-usb-loader, inconsolata, iodine, iotop, ipmiutil, jsoncpp,
2355 leveldb, libdcadec, libdri2, libfreeimage, libftdi1,
2356 libsidplay2, lirc-tools, lua-periphery, mc, mesa3d-headers,
2357 mosquitto, nvidia-driver, nvidia-tegra23{,-binaries,-codecs},
2358 openjpeg, opusfile, perl-crypt-openssl-{random,rsa},
2359 perl-db-file, perl-digest-{hmac,sha1},
2360 perl-encode-{detect,locale}, perl-file-{listing,util},
2361 perl-html-{parser,tagset}, perl-http-cookies,
2362 perl-http-{daemon,date,message,negotiate}, perl-io-html,
2363 perl-libwww-perl, perl-lwp-mediatypes, perl-mail-dkim,
2364 perl-mailtools, perl-mime-base64, perl-net-{dns,http},
2365 perl-netaddr-ip, perl-time-hires, perl-timedate, perl-uri,
2366 perl-www-robotrules, powertop, pulseview,
2367 python-{cherrypy,lxml,mako,pyqt,pyxml,sip,spidev,ws4py}, qpdf,
2368 qt-webkit-kiosk, sl, softether, sysdig, tinyxml2, tor, tovid,
2369 unixodbc, wf111, wine, libepoxy, xapp_xcompmgr,
Peter Korsgaard94856072015-04-27 00:10:53 +02002370 xapp_xfindproxy, xcb-util-cursor, xcb-util-renderutil,
Peter Korsgaard329f6872015-05-03 23:49:42 +02002371 xdriver_xf86-input-libinput, xdriver_xf86-video-imx{,-viv},
Peter Korsgaard94856072015-04-27 00:10:53 +02002372 xproto_xproxymanagementprotocol
2373
2374 Removed packages: gtk2-theme-hicolor
2375
Peter Korsgaard329f6872015-05-03 23:49:42 +02002376 Deprecated packages: samba
2377
Peter Korsgaard94856072015-04-27 00:10:53 +02002378 Issues resolved (http://bugs.uclibc.org):
2379
2380 #7478: Multiple chosen python modules are not built due to...
2381 #7508: Use of BR2_EXTERNAL and dependencies to existing packages
2382 #7676: Package procps-ng installs binaries to nonsensical folder
2383 #7724: Startx is not installed in the target
2384 #7760: botan: wrong prefix in botan-1.10.pc
2385 #7826: Building of cdparanoia
2386 #7844: Lua with hard-float on MIPS by buildroot doesn't work
2387 #7874: X.org configure error
2388 #7941: glibc-2.20 fails to build for sparc-buildroot-linux-gnu
2389 #7951: gcc 4.9.2 fails to build for sparc-buildroot-linux-gnu
2390 #7961: Qt5 fails to build for xtensa-buildroot-linux-uclibc
2391 #7976: mkuser script fails with: user already exists with...
2392 #8011: When building only busybox and strace, strace fails...
2393 #8016: collectd fails to build, network.c:171:19: error:...
2394 #8041: error on building libcurl7.42.0
2395
Peter Korsgaard6bf057b2015-03-01 22:08:12 +010023962015.02, Released March 1st, 2015
2397
2398 Minor fixes.
2399
2400 Updated/fixed packages: civetweb, ding-libs,
2401 directfb-examples, glibc, gnupg, gnupg2, gpm,
2402 gst-plugins-good, gst1-plugins-good, freetype, libao, libevas,
2403 libevent, libfribidi, libgcrypt, libgtk2, libshout, libsrtp,
2404 libtheora, libupnpp, libxmlrpc, linux, make, opus, pinentry,
2405 rpi-firmware, shared-mime-info, vlc, vorbis-tools,
2406 xcb-util-keysyms
2407
2408 Removed packages: libgc
2409
Peter Korsgaard345f32e2015-02-24 00:24:19 +010024102015.02-rc3, Released February 24th, 2015
2411
2412 Minor fixes.
2413
2414 Cmake and rebar (erlang) infrastructure fixes.
2415
2416 Updated/fixed packages: bind, btrfs-progs, busybox, e2fsprogs,
2417 evtest, ffmpeg, fltk, gnutls, i2c-tools, imagemagick, libxcb,
2418 make, mjpg-streamer, netsnmp, opentyrian, php, polarssl,
2419 qt5base, samba, samba4, sudo, util-linux, xserver_xorg-server
2420
Peter Korsgaardbc113922015-02-15 23:44:43 +010024212015.02-rc2, Released February 15th, 2015
2422
2423 Minor fixes.
2424
2425 raspberrypi: fix kernel sha1 for DT variant.
2426
2427 Updated/fixed packages: dbus, dvdauthor, git, libsemanage,
2428 libsepol, libssh2, mplayer, ntp, openvmtools, python3,
2429 qt5base, qt5connectivity, xserver_xorg-server
2430
Peter Korsgaard21652672015-02-08 21:57:14 +010024312015.02-rc1, Released February 8th, 2015
Peter Korsgaard20138582015-02-08 21:55:10 +01002432
2433 Fixes all over the tree and new features.
2434
2435 Static/shared library handling reworked. This is now a
2436 tristate (shared only / shared and static / static
2437 only). Default is now shared only to speed up the
2438 build. BR2_PREFER_STATIC_LIB is now called BR2_STATIC_LIBS.
2439
2440 The toolchain (internal and external) will now warn when an
2441 unsafe library or header path is used (such as /usr/include or
2442 /usr/lib). If BR2_COMPILER_PARANOID_UNSAFE_PATH is enabled
2443 under build options this instead becomes an error.
2444
2445 A installation path issue with the internal musl toolchain
2446 support has been fixed so it is now possible to reuse it as an
2447 external toolchain.
2448
2449 Architectures: Freescale E5500 and E6500 PowerPC support
2450 added, deprecated MIPS 1/2/3/4 support removed.
2451
2452 New defconfigs: Freescale p2020ds, MIPS creator CI20,
2453 Raspberrypi with DT, UDOO Quad.
2454
2455 'make <foo>_defconfig' now saves the path to the defconfig in
2456 the .config, so a 'make savedefconfig' automatically updates
2457 it.
2458
2459 Infrastructure for packages using the Erland rebar tool has
2460 been added.
2461
2462 Hashes for a large number of packages have been added. Hashes
2463 are now checked for both target and host packages.
2464
2465 The system menu now has an option to automatically configure a
2466 network interface through DHCP at bootup.
2467
2468 The default filesystem skeleton now uses a separate tmpfs for
2469 /run instead of a symlink to /tmp/ for security reasons / to
2470 protect against conflicts with user generated temporary files.
2471
2472 BR2_EXTERNAL is now exported to post-build and post-image
2473 scripts.
2474
2475 New packages: bdwgc, benejson, blktrace, bootstrap, cgic,
2476 ding-libs, dvdauthor, ejabberd, erlang-goldrush, erlang-lager,
2477 erlang-p1-cache-tab, erlang-p1-iconv, erlang-p1-sip,
2478 erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
2479 erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml,
2480 erlang-p1-zlib, exiv2, freeradius-client, gengetopt, glmark2,
2481 gpu-amd-bin-mx51, guile, host-qemu, ifupdown, iperf3,
2482 janus-gateway, kodi, kodi-audioencoder-flac,
2483 kodi-audioencoder-lame, kodi-audioencoder-vorbis,
2484 kodi-audioencoder-wav, libcli, libiio, liblinear, libnice,
2485 libselinux, libsemanage, libserialport, libsigro,
2486 libsigrokdecode, libsrtp, liburiparser, libvips, libwebsock,
2487 libz160, libzip, lightning, mcelog, memtest86, mjpegtools,
2488 mjpg-streamer, mke2img, mpd-mpc, netsurf-buildsystem, odhcp6c,
2489 openldap, python-alsaaudio, python-certifi, python-cheetah,
2490 python-coherence, python-django, python-docopt, python-enum,
2491 python-enum34, python-flask, python-gobject, python-httplib2,
2492 python-ipaddr, python-itsdangerous, python-jinja,
2493 python-markdown, python-markupsafe, python-networkmanager,
2494 python-pam, python-psutil, python-pyftpdlib, python-pyinotify,
2495 python-pysendfile, python-pyxb, python-requests, python-six,
2496 python-twisted, python-webpy, python-werkzeug,
2497 python-zope-interface, qt5cinex, sigrok-cli, sofia-sip,
2498 start-stop-daemon, szip, triggerhappy, ustr, vnstat, xorriso,
2499 xtables-addons
2500
2501 Removed packages (target): bison, distcc, gob2, m4
2502
2503 Issues resolved (http://bugs.uclibc.org):
2504
2505 #7556: make interactive CLI optional for nftables
2506 #7730: Error while connecting Qt Cretaor to device
2507 #7766: logrotate default gzip path is usually wrong
2508 #7790: Invalid ext4 image generated by Buildroot
2509
Peter Korsgaard9a5434f2014-12-01 10:19:00 +010025102014.11, Released December 1st, 2014
2511
2512 Minor fixes.
2513
2514 Infrastructure: LD_LIBRARY_PATH handling tweak to ensure
2515 current working directory isn't searched.
2516
2517 Updated/fixed packages: gd, gdb, libwebsockets, luajit, mono,
2518 parted, shairport-sync, util-linux, xapp_bdftopcf,
2519 xserver_xorg-server
2520
Peter Korsgaardf30e54e2014-11-28 13:23:02 +010025212014.11-rc3, Released November 28th, 2014
2522
2523 Fixes all over the tree.
2524
2525 System: File permissions of /etc/random-seed made more
2526 restrictive.
2527
2528 Toolchain: Various fixes related to locale handling, a fix for
2529 building the toolchain wrapper on MIPS.
2530
2531 Updated/fixed packages: bind, binutils. botan, btrfsprogs,
2532 clamav, czmq, dhcp, dillo, dovecot, erlang, flac, gd, glibc,
2533 gptfdisk, gst1-validate, heirloom-mailx, lame, libksba,
2534 libllcp, libnspr, libpng, libshairplay, libtirpc, linux,
2535 linux-headers, mpdecimal, mpg123, network-manager, nfstables,
2536 nfs-utils, openssl, pcituils, qt, radvd, rtai, sqlcipher,
2537 sstrip, tcpdump, uclibc, uemacs, ushare, wayland, weston,
2538 xl2tp, xserver_xorg-server
2539
2540 Issues resolved (http://bugs.uclibc.org):
2541
2542 #7670: Fails to build mpc-1.0.2 on latest Cygwin
2543
Peter Korsgaard641e00e2014-11-21 13:19:45 +010025442014.11-rc2, Released November 21st, 2014
Peter Korsgaard7dfba6f2014-11-21 13:11:45 +01002545
2546 Fixes all over the tree.
2547
2548 Inittab tweaks for shutdown handling (busybox and sysvinit).
2549
2550 Updated/fixed packages: aircrack-ng, botan, canfestival,
2551 clamav, coreutils, czmq, dbus, dovecot, duma, e2fsprogs,
2552 erlang, gcc, iputils, libcap, libgcrypt, libmemcached,
2553 libssh2, libunwind, libv4l, linux-headers, mesa3d-demos, mutt,
2554 mysql, ndisc6, nodejs, omniorb, perl-cross, php,
2555 python-tornado, python3, qemu, qt5base, qt5webkit, rpm,
2556 rt-tests, ruby, schifra, sdl_sound, shairport-sync, sysvinit,
2557 tstools, tzdata, wireshark, x264
2558
2559 Issues resolved (http://bugs.uclibc.org):
2560
2561 #7646: strftime on datetime not works on python3
2562
Peter Korsgaard74128852014-11-12 23:11:07 +010025632014.11-rc1, Released November 12th, 2014
Peter Korsgaard4c2d7582014-11-12 00:47:52 +01002564
2565 Fixes all over the tree and new features.
2566
Peter Korsgaard6896e822014-11-12 22:31:39 +01002567 Toolchains: Use -mcpu / -march instead of -mtune. Support
2568 additional ARC and sparc variants. Updated Code sourcery
2569 and Linaro external toolchains.
2570
2571 Defconfigs: Freescale iMX6DL SabreSD, Minnowboard MAX, QEMU
2572 powerpc64 pseries added and a number of updates to the
2573 existing configurations.
2574
2575 Infrastructure: Buildroot is now less noisy when built with
2576 the silent option (make -s).
2577 A number of package infrastructure variables have been renamed
2578 from *_OPT to *_OPTS for constency. Buildroot will complain if
2579 the old names are used to assist in updating out of tree
2580 packages.
2581 Fixes for host systems where bash isn't located in /bin, and
2582 older systems not supporting mktemp --tmpdir.
2583 Various cleanups of users/groups in the default skeleton.
2584 There is now an option to choose what shell /bin/sh points to.
2585
2586 Documentation: Various updates to the user manual. The
2587 asciidoc documentation handling has now been extended so it
2588 can be used by (BR2_EXTERNAL) packages.
2589
Peter Korsgaard4c2d7582014-11-12 00:47:52 +01002590 Updated/fixed packages: acl, acpid, agentpp, aircrack-ng,
2591 alsa-lib, alsamixergui, alsa-utils, apitrace, apr, apr-util,
2592 argus, arptables, at, atftp, atk, attr, audiofile, aumix,
2593 automake, autossh, avahi, avrdude, axel, bandwidthd, bash,
2594 bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
2595 bluez_utils, bmon, boost, bootutils, bridge-utils,
2596 btrfs-progs, busybox, bwm-ng, bzip2, ca-certificates, cairo,
2597 ccache, ccid, ccrypt, cdrkit, cegui06, celt051, chrony,
2598 cifs-utils, civetweb, cjson, clapack, classpath, cloog, cmake,
2599 collectd, connman, copas, coreutils, coxpcall, cppcms, cppdb,
2600 cppzmq, cramfs, crda, cryptsetup, ctorrent, cups, cvs, cwiid,
2601 czmq, dash, dbus, dbus-cpp, dbus-glib, dbus-python, dejavu,
2602 dhcp, dhcpcd, dhcpdump, dialog, dillo, directfb, distcc,
2603 dmalloc, dmidecode, dmraid, dnsmasq, doc-asciidoc.mk,
2604 dosfstools, dropbear, dropwatch, dstat, dtach, dtc, dvbsnoop,
2605 e2fsprogs, ecryptfs-utils, ed, efl, eigen, elf2flt, elfutils,
2606 enlightenment, enscript, erlang, espeak, ethtool, eudev,
2607 evemu, evtest, exfat, exfat-utils, exim, expat, expect,
2608 explorercanvas, faifa, fakeroot, fan-ctrl, fbdump,
2609 fb-test-app, fetchmail, ffmpeg, file, filemq, findutils, flac,
2610 flann, flickcurl, flite, fltk, fluxbox, fmc, fmlib,
2611 fontconfig, foomatic-filters, freerdp, freescale-imx,
2612 freetype, ftop, fxload, gamin, gcc, gd, gdb, gdk-pixbuf,
2613 genimage, genpart, genromfs, geoip, gettext, giblib, git,
2614 glibc, glib-networking, gmp, gmpc, gnu-efi, gnupg, gnupg2,
2615 gnuplot, gnutls, google-breakpad, gpm, gpsd, gptfdisk,
2616 gpu-viv-bin-mx6q, grantlee, grep, gsl, gst1-libav,
2617 gst1-plugins-{bad,base,good,ugly}, gst-ffmpeg,
2618 gst-fsl-plugins, gst-omx, gst-plugins-{bad,base,good,ugly},
2619 gst-plugin-x170, gstreamer, gstreamer1, gtest, gtk2-engines,
2620 gutenprint, gvfs, harfbuzz, haserl, haveged, hdparm, heimdal,
2621 heirloom-mailx, hiawatha, hostapd, hplip, htop, httping,
2622 hwdata, i2c-tools, icu, ifplugd, igh-ethercat, imagemagick,
2623 imlib2, imx-lib, imx-vpu, inadyn, inotify-tools, input-tools,
2624 intltool, iperf, iproute2, iprutils, ipsec-tools, ipset,
2625 iptables, iputils, iw, jamvm, jansson, jasper, jimtcl, joe,
2626 jpeg-turbo, jq, jquery-keyboard, jquery-mobile, jquery-ui,
2627 jquery-ui-themes, jquery-validation, jsmin, json-c,
2628 json-javascript, kbd, kexec, kexec-lite, keyutils, kismet,
2629 kmod, knock, ktap, lame, lbase64, lbreakout2, lcdproc, lcms2,
2630 lesstif, lftp, libaio, libao, libarchive, libargtable2,
2631 libass, libassuan, libatasmart, libbluray, libbsd, libcap,
2632 libcap-ng, libcdio, libcec, libcgicc, libcgroup, libcofi,
2633 libconfig, libconfuse, libcurl, libdaemon, libdnet, libdrm,
2634 libdvdnav, libecore, libedbus, libedit, libedje, libeet,
2635 libelementary, libelf, libenca, libethumb, libevas,
2636 libevas-generic-loaders, libevent, libexif, libeXosip2,
2637 libffi, libftdi, libfuse, libgail, libgcrypt, libgeotiff,
2638 libglade, libglib2, libgpgme, libgtk2, libhid, libidn,
2639 libinput, libiscsi, libjson, libksba, liblockfile,
2640 liblog4c-localtime, liblogging, libmad, libmatroska, libmbim,
2641 libmemcached, libmicrohttpd, libmpdclient, libmpeg2, libndp,
2642 libnfc, libnfs, libnftnl, libnl, libnspr, libnss, liboauth,
2643 libogg, liboping, libosip2, libpcap, libpciaccess, libpfm4,
2644 libplayer, libplist, libpng, libpthsem, libqmi, libqrencode,
2645 libraw, libreplaygain, libroxml, librsvg, librtlsdr,
2646 libsamplerate, libseccomp, libsecret, libshairplay, libsoc,
2647 libsoup, libsoxr, libssh2, libstrophe, libsvg, libsvg-cairo,
2648 libtasn1, libtheora, libtirpc, libtorrent, libubox, libuci,
2649 libungif, liburcu, libusb, libuv, libv4l, libva,
2650 libva-intel-driver, libvncserver, libvorbis, libvpx,
2651 libwebsockets, libxcb, libxml2, libxml-parser-perl, libxmlrpc,
2652 libxslt, lighttpd, linenoise, linknx, links, linphone,
2653 linux-firmware, linux-fusion, linux-headers, linux-pam,
2654 linux-zigbee, lite, live555, ljlinenoise, lmbench, lm-sensors,
2655 localedef, lockdev, lockfile-progs, log4cxx, lpty, lrandom,
2656 lrzsz, lshw, lsof, lsqlite3, ltp-testsuite, ltrace, ltris,
2657 lttng-babeltrace, lttng-libust, lttng-modules, lttng-tools,
2658 lua, luabitop, lua-coat, lua-coatpersistent, lua-csnappy,
2659 lua-ev, luajit, luajson, lualogging, lua-messagepack,
2660 lua-msgpack-native, luaposix, luarocks, luasec, luasocket,
2661 luasql-sqlite3, lua-testmore, lunit, lvm2, lxc, lz4, lzlib,
2662 lzma, m4, madplay, make, makedevs, Makefile.in,
2663 matchbox-common, matchbox-desktop, matchbox-fakekey,
2664 matchbox-keyboard, matchbox-lib, matchbox-panel,
2665 matchbox-startup-monitor, matchbox-wm, mcrypt, mdadm,
2666 media-ctl, mediastreamer, memcached, memstat, memtester,
2667 mesa3d, metacity, midori, mii-diag, minidlna, mmc-utils,
2668 modem-manager, mongoose, mongrel2, monit, mpc, mpd, mpdecimal,
2669 mpfr, mpg123, mplayer, mrouted, msmtp, mtd, mtools, mtr,
2670 musepack, musl, mutt, mxml, mysql, nano, nanocom, nbd, ncftp,
2671 ncurses, ndisc6, ne10, neard, neon, netatalk, netperf,
2672 netsnmp, nettle, net-tools, network-manager, newt, nfs-utils,
2673 ngrep, nmap, nodejs, nss-mdns, ntfs-3g, ntp, numactl, nut,
2674 nuttcp, ofono, ola, omap-u-boot-utils, omniorb,
2675 on2-8170-modules, opencore-amr, opencv, openntpd, openobex,
2676 openocd, openpowerlink, openssh, openssl, openswan,
2677 opentyrian, opentyrian-data, openvpn, opkg, oprofile, opus,
2678 opus-tools, orbit, orc, ortp, p11-kit, pango, parted,
2679 pciutils, pcmanfm, pcre, pcsc-lite, perf, perl, perl-gd,
2680 perl-gdgraph, perl-io-socket-ssl, perl-json-tiny,
2681 perl-module-build, perl-mojolicious, perl-net-ssleay,
2682 perl-path-tiny, perl-xml-libxml, perl-xml-parser, php,
2683 php-geoip, php-gnupg, php-imagick, php-memcached, php-ssh2,
2684 php-yaml, php-zmq, picocom, pifmrds, pinentry, pixman,
2685 pkg-autotools.mk, pkg-cmake.mk, pkg-download.mk,
2686 pkg-generic.mk, pkg-kconfig.mk, pkg-luarocks.mk, pkg-perl.mk,
2687 pkg-python.mk, pkg-utils.mk, poco, polarssl, polkit, poppler,
2688 popt, portaudio, portmap, postgresql, powerpc-utils, pppd,
2689 pptp-linux, prboom, procps-ng, proftpd, protobuf, protobuf-c,
2690 psmisc, ptpd2, pulseaudio, pv, pwgen, python, python3,
2691 python-dialog, python-ipy, python-keyring, python-mad,
2692 python-netifaces, python-numpy, python-protobuf, python-pyasn,
2693 python-pyparsing, python-pyro, python-pyusb, python-serial,
2694 python-setuptools, qdecoder, qemu, qextserialport, qjson, qt,
2695 qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio,
2696 qt5graphicaleffects, qt5imageformats, qt5multimedia,
2697 qt5quick1, qt5quickcontrols, qt5script, qt5sensors,
2698 qt5serialport, qt5svg, qt5webkit, qt5webkit-examples,
2699 qt5websockets, qt5x11extras, qt5xmlpatterns, qtuio, quagga,
2700 quota, qwt, radvd, rapidjson, rdesktop, redis, rings, rpcbind,
2701 rpi-firmware, rpi-userland, rpm, rp-pppoe, rrdtool,
2702 rsh-redone, rsync, rsyslog, rtai, rtmpdump, rt-tests, rubix,
2703 ruby, samba, sam-ba, samba4, sane-backends, schifra,
2704 sconeserver, scons, screen, sdl, sdl_gfx, sdl_image,
2705 sdl_mixer, sdl_net, sdl_sound, sdl_ttf, sed, ser2net,
2706 setserial, sg3_utils, shared-mime-info, simicsfs, sispmctl,
2707 slang, slirp, smcroute, smstools3, snmppp,
2708 snowball-hdmiservice, socat, socketcand, sox, spawn-fcgi,
2709 speex, spice, spice-protocol, sqlcipher, sqlite, squashfs,
2710 squid, sredird, startup-notification, strace, stress,
2711 strongswan, stunnel, subversion, sudo, sunxi-boards,
2712 sunxi-cedarx, swig, sylpheed, synergy, sysklogd, sysstat,
2713 systemd, sysvinit, taglib, tar, tcl, tcllib, tcpdump,
2714 tcpreplay, texinfo, tftpd, thrift, thttpd, tiff, ti-utils,
2715 tn5250, torsmo, trace-cmd, transmission, tslib, tstools,
2716 tvheadend, twolame, tz, uboot-tools, uclibc, udisks, ulogd,
2717 upmpdcli, upx, urg, usb_modeswitch, usbmount, usbredir,
2718 usbutils, util-linux, valgrind, vde2, vim, vlc, vo-aacenc,
2719 vorbis-tools, vpnc, vsftpd, vtun, wayland, webkit, webp,
2720 webrtc-audio-processing, weston, wget, whois, wireless-regdb,
2721 wireshark, wpa_supplicant, wvstreams, x11r7, x11vnc,
2722 xapp_xcalc, xapp_xdm, xapp_xdpyinfo, xapp_xf86dga, xapp_xfs,
2723 xapp_xinit, xapp_xkbevd, xapp_xmh, xapp_xrandr, xapp_xsm,
2724 xbmc, xbmc-pvr-addons, xcb-proto, xcursor-transparent-theme,
2725 xdriver_xf86-input-mouse, xdriver_xf86-video-{ast,intel},
2726 xdriver_xf86-video-vmware, xenomai, xerces,
2727 xfont_font-adobe-{100,75}dpi,
2728 xfont_font-adobe-utopia-{100dpi,75dpi,type1},
2729 xfont_font-alias, xfont_font-arabic-misc,
2730 xfont_font-bh-100dpi, xfont_font-bh-75dpi,
2731 xfont_font-bh-lucidatypewriter-100dpi,
2732 xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf,
2733 xfont_font-bh-type1, xfont_font-bitstream-100dpi,
2734 xfont_font-bitstream-75dpi, xfont_font-bitstream-type1,
2735 xfont_font-cronyx-cyrillic, xfont_font-cursor-misc,
2736 xfont_font-daewoo-misc, xfont_font-dec-misc,
2737 xfont_font-ibm-type1, xfont_font-isas-misc,
2738 xfont_font-jis-misc, xfont_font-micro-misc,
2739 xfont_font-misc-cyrillic, xfont_font-misc-ethiopic,
2740 xfont_font-misc-meltho, xfont_font-misc-misc,
2741 xfont_font-mutt-misc, xfont_font-schumacher-misc,
2742 xfont_font-screen-cyrillic, xfont_font-sony-misc,
2743 xfont_font-sun-misc, xfont_font-winitzki-cyrillic,
2744 xfont_font-xfree86-type1, xfsprogs, xinetd, xkeyboard-config,
2745 xlib_libdmx, xlib_libFS, xlib_libpciaccess, xlib_libSM,
2746 xlib_libX11, xlib_libXaw, xlib_libXext, xlib_libXfont,
2747 xlib_libXi, xlib_libXinerama, xlib_libXrandr, xlib_libXrender,
2748 xlib_libXres, xlib_libXScrnSaver, xlib_libXt, xlib_libXv,
2749 xlib_libXvMC, xlib_libXxf86dga, xlib_libXxf86vm, xmlstarlet,
2750 xproto_xcmiscproto, xproto_xextproto, xscreensaver,
2751 xserver_xorg-server, xterm, xz, zeromq, zlib, zlog, zmqpp,
2752 znc, zsh, zxing
2753
2754 New packages: adwaita-icon-theme, am335x-pru-package,
2755 bcache-tools, biosdevname, botan, canfestival, clamav,
2756 cppunit, dos2unix, dovecot, dovecot-pigeonhole, getent, glm,
2757 gst1-validate, hicolor-icon-theme, ipmitool, leafnode2,
2758 libdvbcsa, libgtk3, libphidget, libshout, libunistring,
2759 libupnpp, mesa3d-demos, modplugtools, mono, monolite, mp4v2,
2760 netcat-openbsd, nginx, odhcploc, openvmtools,
2761 phidgetwebservice, pps-tools, pure-ftpd,
2762 python-configshell-fb, python-rtslib-fb, python-urwid, qlibc,
2763 qt5location, shairport-sync, spidev_test, targetcli-fb,
2764 tinyalsa, trinity, x264, yaml-cpp, ympd
2765
2766 Removed packages: libelf
2767
2768 Issues resolved (http://bugs.uclibc.org):
2769
2770 #261: New package: wxWidgets
2771 #325: New package: ratpoison
2772 #405: New package: OpenVZ tools
2773 #1309: New package: rdiff-backup
2774 #3427: New package: nginx
2775 #3655: New package: libav
2776 #3991: New Package: open-vm-tools (Vmware Tools)
2777 #6878: dmraid: disabled on ARC
2778 #6950: Full unicode support in ncurses
2779 #7010: jamvm builds and runs fine under mips (be)
2780 #7088: elfutils on Blackfin doesn't build
2781 #7142: ecryptfs needs getent to run
2782 #7280: CMake toolchain file uses the FORCE attribute on CMAKE_CXX_FLAGS
2783 #7346: [2014.08rc3] vim-8ae50e3ef8bf.tar.gz can not be downloaded, ...
2784 #7352: [2014.08-rc3] diffutils-3.3 failed on building
2785 #7358: rpi-userland: linking with bcm_host doesn't give vc_dispmanx_*
2786 #7364: monit builds a static application, even though BR2_PREFER_...
2787 #7370: ngrep - requires --with-pcap-includes fully defined to find...
2788 #7442: rootfs remount does not work as expected with sysvinit
2789 #7448: Having export MACHINE="something" breaks glibc build on IMX6...
2790 #7568: musl buildroot-toolchain does not put libgcc_s.so.1 into place
2791 #7574: quota-4.01 fails to build statically
2792
Peter Korsgaardfcd720d2014-09-01 12:12:30 +020027932014.08, Released September 1st, 2014
2794
2795 Minor manual fixes/additions.
2796
2797 Updated/fixed packages: btrfs-progs, cmake, cppcms, exim,
2798 lftp, libdaemon, libev, libgpgme, libiqrf, libnl, libplist,
2799 libroxml, libwebsockets, mesa3d, mpd, mtdev2tuio, musepack,
2800 perl-gd, php-geoip, php-gnupg, php-imagick, php-memcached,
2801 php-ssh2, php-yaml, php-zmq, polarssl, ruby, systemd, taglib,
2802 uboot-tools, upmpdcli, webkit, xapp_xfs, xapp_luit,
2803 xscreensaver, yajl
2804
2805 Issues resolved (http://bugs.uclibc.org):
2806
2807 #7346: vim-8ae50e3ef8bf.tar.gz can not be downloaded, 404 not found
2808
Peter Korsgaardfdff7152014-08-26 10:26:38 +020028092014.08-rc3, Released August 26th, 2014
2810
2811 Minor fixes.
2812
2813 User manual update / restructuring.
2814
2815 Updated/fixed packages: cairo, ecryptfs-utils, gettext,
2816 gstreamer, gstreamer1, gutenprint, icu, imagemagick, jack2,
2817 lbreakout2, libevas-generic-loaders, libftdi, libinput,
2818 libtorrent, ltris, msgpack, ntp, php, procps-ng, pulseaudio,
2819 thrift, tvheadend, usb_modeswitch, xmlstarlet,
2820
2821 Issues resolved (http://bugs.uclibc.org):
2822
2823 #7136: ecryptfs-utils needs gettext to run when glibc/eglibc...
2824 #7322: libgomp dependency issue with imagemagick
2825 #7328: Git dl of versions in x/y broken
2826
Peter Korsgaard7dc7c792014-08-18 01:04:16 +020028272014.08-rc2, Released August 18th, 2014
Peter Korsgaard8c94df22014-08-17 09:44:53 +02002828
2829 Fixes all over the tree.
2830
Peter Korsgaard7dc7c792014-08-18 01:04:16 +02002831 User manual restructured / reworked.
2832
2833 Toolchain: Fix for C++ exceptions / pthread_exit() on
2834 uClibc/glibc, C++-11 features with uClibc.
2835
Peter Korsgaard8c94df22014-08-17 09:44:53 +02002836 Updated/fixed packages: bandwidthd, bluez5_utils, empty,
2837 espeak, fbv, ffmpeg, gd, gnupg2, gst1-plugin-good, iftop,
2838 infozip, libcuefile, libeml, libnftl, localedef, ltrace,
Peter Korsgaard7dc7c792014-08-18 01:04:16 +02002839 matchbox, mpd, network-manager, nftables, ngrep, nut, openssl,
2840 oprofile, perl, perl-net-ssleay, postgresql, pppd, procps-ng,
2841 qt, subversion, synergy, systemd, tar, tftpd, webkit,
2842 xapp_rstart, xbmc, xbmc-pvr-addons
Peter Korsgaard8c94df22014-08-17 09:44:53 +02002843
2844 Issues resolved (http://bugs.uclibc.org):
2845
2846 #7124: Use BR toolchain externally results a non-bootable...
2847 #7208: Glibc C++ aplications crash if they use exceptions
2848 #7250: Cannot build with -std=c++11
2849 #7262: Generating locale en_US.UTF-8 fails on 64bit fedora..
2850 #7286: systemd 215 doesn't build
2851
Peter Korsgaard7e725e12014-08-08 23:34:24 +020028522014.08-rc1, Released August 8th, 2014
Peter Korsgaard087e1c82014-08-08 00:50:13 +02002853
2854 Fixes all over the tree and new features.
2855
Peter Korsgaardec37bbc2014-08-08 23:28:02 +02002856 Architecture: Powerpc64 BE/LE added, AVR32 deprecated.
2857 Improved altivec / SPE /atomic instructions
2858 handling. Additional PowerPC CPU variants added.
2859
2860 Defconfigs: Atmel SAMA5D3, Congatec QMX6, Lego ev3, TS-5x00,
2861 qemu-system-xtensa, qemu-aarch64-virt added. A number of
2862 tweaks to existing ones. lpc32xx defconfigs removed.
2863
2864 Toolchain: Microblaze support for internal musl toolchain.
2865 Default to GCC 4.8 for internal toolchain, remove deprecated
2866 4.3 and 4.6 versions.
2867 External CodeSourcery / Linaro toolchain updates, option to
2868 copy gconv libraries for external toolchains.
2869
2870 Infrastructure: graph-depends: misc fixes, transitive
2871 dependencies are not drawn by default. Download handling is
2872 now done using helper scripts. Integrity of downloads can now
2873 be verified using sha* hashes. Subversion download now uses
2874 peg revisions for robustness.
2875 Legal-info: License info of local or overridden packages are
2876 saved as well. Toolchain packages are also taken into account.
2877 autotools: Static linking with libtool / v1.5 improvements.
2878 Gettextize support, similar to autoreconf.
2879 kconfig package infrastructure added.
2880
2881 Misc: Version selection for busybox dropped.
2882
Peter Korsgaard087e1c82014-08-08 00:50:13 +02002883 Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils,
2884 alsamixergui, argus, armadillo, at, atftp, atk, avahi,
2885 avrdude, axel, b43-firmware, b43-fwcutter, bandwidthd, bc,
2886 bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
2887 bmon, boa, bonnie, bootutils, bsdiff, btrfs-progs, bustle,
2888 busybox, bwm-ng, bzip2, ca-certificates, cairo, can-utils,
2889 ccache, ccrypt, chrony, cifs-utils, classpath, cloog, cmake,
2890 collectd, connman, coreutils, cosmo, cppcms, cramfs, crda,
2891 cryptodev-linux, cryptodev, ctorrent, cvs, dbus-cpp,
2892 dbus-glib, dbus-python, dbus, dcron, dejavu, devmem2,
2893 dfu-util, dhcp, dhcpcd, dhcpdump, dhrystone, dialog, dillo,
2894 distcc, dmidecode, dmraid, dnsmasq, doom-wad, dropbear,
2895 dropwatch, dsp-tools, dtv-scan-tables, dvb-apps, e2fsprogs,
2896 e2tools, eeprog, eigen, elf2flt, elftosb, enlightenment,
2897 enscript, espeak, ethtool, eudev, evemu, exim, expedite,
2898 explorercanvas, ezxml, faifa, fan-ctrl, fconfig, feh,
2899 fetchmail, ffmpeg, fftw, file, fio, fis, flann, flashrom,
2900 flex, flot, fltk, fontconfig, freerdp, freescale-imx,
2901 freetype, ftop, gcc, gd, gdb, genimage, genromfs, gettext,
2902 giblib, glib-networking, glibc, gmp, gnupg, gnutls, gpm, gpsd,
2903 gptfdisk, gpu-viv-bin-imx6q, gqview, grantlee, gst-ffmpeg,
2904 gst-fsl-plugins, gst1-libav, gst1-plugins-bad,
2905 gst1-plugins-ugly, gtk2-engines, gtk2-theme-hicolor, gtkperf,
2906 gvfs, haserl, hdparm, hostapd, httping, i2c-tools, icu,
2907 imagemagick, imx-lib, inadyn, inotify-tools, input-tools,
2908 ipkg, iproute2, iputils, irda-utils, iw, jack2, jpeg, jquery,
2909 jquery-keyboard, jquery-mobile, jquery-validation, jsmin, kbd,
2910 kexec, kmod, knock, latencytop, lcdapi, leafpad, lesstif,
2911 lftp, libaio, libarchive, libargtable2, libart, libatasmart,
2912 libatomic_ops, libbsd, libcap-ng, libcec, libcgicc, libcgroup,
2913 libconfuse, libcurl, libdrm, libdvdnav, libdvdread,
2914 libeXosip2, libedit, liberation, libesmtp, libev, libevas,
2915 libevdev, libevent, libfcgi, libffi, libfreefare, libfslcodec,
2916 libfslparser, libfslvpuwrap, libgail, libgcrypt, libglade,
2917 libglib2, libgpgme, libgtk2, libhid, libical, libiconv,
2918 libiqrf, libjpeg, liblog4c-localtime, libmbus, libmicrohttpd,
2919 libmms, libndp, libnftnl, libnl, libnspr, libnss, liboauth,
2920 libpcap, libpng, libpthsem, libqmi, libraw, libraw1394,
2921 librsvg, libsoc, libsoup, libsvgtiny, libsysfs, libtasn1,
2922 libtirpc, libtorrent, libusb, libv4l, libwebsockets, libxcb,
2923 libxml2, libyaml, links, linux-firmware, linux-fusion,
2924 linux-headers, linux-pam, lite, live555, lm-sensors,
2925 lockfile-progs, lpc3250loader, lshw, lsof, lsuio, ltrace,
2926 ltris, lua-messagepack, luainterpreter, luajit, luaposix,
2927 luarocks, lvm2, lxc, lz4, lzo, make, makedevs, mdadm,
2928 mediastreamer, mesa3d, metacity, minidlna, mkpasswd,
2929 modem-manager, mongoose, mpd, mpg123, msgpack, mtd, mtools,
2930 mtr, musepack, musl, mysql, nano, nasm, nbd, ncurses, ndisc6,
2931 netatalk, netplug, network-manager, nftables, ngircd, nodejs,
2932 nss-mdns, ntp, nut, olsr, open2300, opencv, openntpd, openocd,
2933 openpgm, openpowerlink, openssh, openssl, openswan, openvpn,
2934 opkg, oprofile, opus-tools, orc, p910nd, pango, parted,
2935 pax-utils, pcmanfm, perf, perl, perl-module-build, php,
2936 pixman, pkgconf, poco, polarssl, popt, portmap, postgresql,
2937 prboom, protobuf-c, proxychains-ng, psmisc, psplash, ptpd2,
2938 python,
2939 python-{bottle,dpkt,id3,mad,msgpack,nfc,pygame,pyzmq,simplejson},
2940 python3, qhull, qt, qt5base, qt5connectivity, qt5declarative,
2941 qt5graphicaleffects, qt5multimedia, qt5quickcontrols,
2942 qt5sensors, qt5svg, qt5webkit, quagga, quota, radvd, rdesktop,
2943 read-edid, rpcbind, rpi-firmware, rpi-userland, rpm,
2944 rsh-redone, rsync, rt-tests, rtmpdump, rtorrent, rubix, ruby,
2945 samba, samba4, sane-backends, sawman, sconeserver, setserial,
2946 sg3_utils, shared-mime-info, smartmontools, smcroute, snappy,
2947 socketcand, spawn-fcgi, sqlite, squashfs, squid, sredird,
2948 startup-notification, statserial, strongswan, stunnel,
2949 sunxi-mali, supervisor, synergy, sysklogd, sysprof, sysstat,
2950 systemd, tcpdump, tcpreplay, texinfo, thrift, thttpd, ti-gfx,
2951 ti-utils, tinyhttpd, torsmo, trace-cmd, transmission, tslib,
2952 tstools, tvheadend, tzdata, uboot-tools, uclibc, udev,
2953 udpcast, usb_modeswitch, usbmount, util-linux, valgrind, vim,
2954 vlc, w_scan, wayland, webrtc-audio-processing, weston, wget,
2955 wireless-regdb, wireless_tools, wireshark, wpa_supplicant,
2956 xapp_{twm,xconsole,xcursorgen,xedit,xfs,xinit,xrandr},
2957 xdriver_xf86-video-intel, xlib_lib{FS,ICE,Xext,Xfont,Xft,Xi},
2958 xproto_fontsproto, xproto_inputproto, xserver_xorg-server,
2959 x11vnc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons, xterm, xvkbd,
2960 xz
2961
2962 New packages: flickcurl, fmc, fmlib, geoip, gnupg2,
2963 google-breakpad, imx-vpu, isl, kexec-lite, libglew, libglu,
2964 libinput, libksba, libmemcached, libmpdclient, librtlsdr,
2965 libuv, libva, libva-intel-driver, linux-zigbee, memcached,
2966 mpdecimal, ncmpc, opencore-amr, patchelf, perl-datetime-tiny,
2967 perl-gd, perl-gdgraph, perl-gdtextutil, perl-io-socket-ssl,
2968 perl-json-tiny, perl-mojolicious, perl-net-ssleay,
2969 perl-path-tiny, perl-try-tiny, perl-xml-libxml,
2970 perl-xml-namespacesupport, perl-xml-sax, perl-xml-sax-base,
2971 php-geoip, php-memcached, pifmrds, pinentry, powerpc-utils,
2972 procps-ng, pwgen, python-cffi, python-daemon, python-flup,
2973 python-ipython, python-numpy, qt5enginio, qt5webkit-examples,
2974 qt5websockets, simicsfs, sispmctl, sox, sshpass, tclap,
2975 twolame, upmpdcli, whois, xlib_libxshmfence, xproto_dri3proto
2976
2977 Removed packages: procps
2978
2979 Issues resolved (http://bugs.uclibc.org):
2980
2981 #5750: Doing a Buildroot build from /usr doesn't work
2982 #5900: config flags to the Xenomai build system
2983 #6230: Cannot compile gcc without threads (uClibc-based)
2984 #6626: procps Unknown HZ value! (XX) Assume 100
2985 #7118: Package "thrift" requires atomic operations
2986 #7154: Local uClibc config file gets overwritten using ...
2987 #7160: host-xz not built
2988 #7166: hostapd: segfault when using RT5370
2989 #7172: Name collision of rpath token expansion and internal..
2990 #7178: NTPd package cannot sync time without a proper ntp.conf
2991 #7184: supervisord depends on libxml2 implicitly
2992 #7196: Unable to build on UBUNTU13.10
2993 #7268: python 2.7 compilation issue on a Debian/Ubuntu ...
2994
Peter Korsgaardf287d622014-05-31 09:52:49 +020029952014.05, Released May 31st, 2014
2996
2997 Minor fixes.
2998
2999 Minor manual fixes. U-Boot now defaults to spl/u-boot-spl.bin
3000 for the spl file.
3001
3002 Updated/fixed packages: exim, glibc, gnutls, libfribidi,
3003 qt5base, qt5webkit, sysklogd, thrift, u-boot
3004
Peter Korsgaardd830cce2014-05-28 17:07:11 +020030052014.05-rc3, Released May 28th, 2014
3006
3007 Minor fixes.
3008
3009 Updated/fixed packages: acl, attr, connman, dosfstools,
3010 dropbear, dvb-apps, exim, flite, gdb, httping, hwdata,
3011 lesstif, libnss, libv4l, lttng-babeltrace, midori, monit,
3012 mplayer, php, python2, rdesktop, rpi-userland, ruby, samba,
3013 samba4, slang, xbmc
3014
3015 Issues resolved (http://bugs.uclibc.org):
3016
3017 #7100: license info for package 'acl' missing
3018 #7106: license info for package 'attr' missing
3019 #7112: license info for package 'hwdata'
3020
Peter Korsgaard63fbdd52014-05-21 17:17:03 +020030212014.05-rc2, Released May 21st, 2014
3022
3023 Fixes all over the tree.
3024
3025 Stripping using sstrip has been deprecated.
3026
3027 BR2_EXTERNAL can now also be used to implement custom
3028 filesystem types.
3029
3030 The newly added BR2_GRAPH_DEPTH variable to limit the depth of
3031 the generated dependency graph has been renamed to
3032 BR2_GRAPH_DEPS_OPTS, so additional options can be supported in
3033 the future.
3034
3035 The virtual package infrastructure will now error out early
3036 if multiple packages providing the same virtual package has
3037 been enabled (E.G. opengl). This change requires that the
3038 packages explicitly declare what virtual package(s) they
3039 provide.
3040
3041 Updated/fixed packages: acpid, armadillo, avahi, bellagio,
3042 btrfs-progs, cairo, clapack, directfb, duma, ecryptfs-utils,
3043 elfutils, eudev, fbgrab, fio, flann, fluxbox, gdb, gpm,
3044 gpu-viv-bin-mx6q, gst1-plugins-good, gst-plugins-good,
3045 imagemagick, iprutils, ipsec-tools, jack2, libdvdnav,
3046 libdvdread, libnss, libunwind, linux-headers, lsof, lua,
3047 luajit, matchbox-keyboard, mesa3d, mpd, mplayer, mtr, mysql,
3048 netsnmp, nodejs, openpowerlink, openvpn, pciutils,
3049 php-imagick, postgresql, pulseaudio, qt5quick1, rpi-userland,
3050 rsyslog, samba, samba4, sane-backends, sunxi-mali, systemd,
3051 ti-gfx, tstools, udev, webkit, wpa_supplicant, xbmc,
3052 xlib_libXpm, xserver_xorg-server, zyre
3053
3054 Issues resolved (http://bugs.uclibc.org):
3055
3056 #5396: Boot hangs when starting samba if BR2_ENABLE_LOCALE...
3057 #7016: Git issues in resulting buildroot tar
3058 #7094: pciutils doesn't build on Blackfin
3059
Peter Korsgaard921a9ef2014-05-13 10:49:03 +020030602014.05-rc1, Released May 13th, 2014
Vicente Olivert Riera574fa142014-03-28 11:00:52 +00003061
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02003062 Fixes all over the tree and new features.
3063
3064 Architectures: Support for MIPS o32 ABI on MIPS-64 targets has
3065 been removed. Building o32 ELF files for MIPS64 is an exotic
3066 configuration that nobody should be using. If o32 is required,
3067 then is better if it's built for MIPS 32-bit cores so only
3068 32-bit instructions will be used leading to a more efficient
3069 o32 usage.
3070 Support for the ARM A12 variant and Intel corei7.
3071
3072 Configs: Minnowboard and Altera SoCkit added, QEMU updates.
3073
3074 Bootloaders: Grub2 and gummiboot support, syslinux support
3075 extended.
3076
3077 Toolchains: GCC 4.9. Glibc 2.19. Support for the musl C
3078 library for internal and external toolchains. 4.8-R3 support
3079 for ARC, Internal toolchain support for Aarch64 and
3080 Microblaze. Environment variable to control debug output of
3081 toolchain wrapper renamed to BR2_DEBUG_WRAPPER to match the
Peter Korsgaard41d53bc2014-05-12 22:16:28 +02003082 other variables. Toolchain tuple vendor name can now be
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02003083 customized. Updated external Linaro ARM/Aarch64
3084 toolchains. Added external Linaro ARMEB toolchain.
3085 A GDB gdbinit file is now generated for external toolchains to
3086 automatically set the correct sysroot.
3087
3088 Kconfig handling for minimum kernel headers version required
3089 for packages. Now packages needing specific kernel header
3090 features can specify these requirements in Kconfig.
3091
3092 Infrastructure: Support for (but disabled as it leads to
Peter Korsgaard41d53bc2014-05-12 22:16:28 +02003093 unreproducible builds) toplevel parallel builds. See the
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02003094 comment at the top of Makefile for details about how to enable
3095 it and what the problems are if you want to test it.
3096 Python package infrastructure extended to support Python 3.x
3097 Perl and virtual package infrastructure support added.
3098 PRE_*_HOOKS support for all build steps.
3099
Peter Korsgaard4ee77142014-05-13 00:01:35 +02003100 Updated/fixed packages: acpid, agentpp, aiccu, apr, avahi,
3101 barebox, bash, beecrypt, bellagio, binutils, boost,
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02003102 boot-wrapper-aarch64, bustle, busybox, ca-certificates, cairo,
3103 ccache, ccid, cgilua, chrony, cifs-utils, civetweb, cmake,
3104 collectd, connman, coreutils, coxpcall, cppcms, cppzmq, crda,
3105 cryptodev, cryptsetup, cups, czmq, dbus, dhcpdump, directfb,
3106 dmalloc, dmraid, dnsmasq, dosfstools, dsp-tools, dtc,
Peter Korsgaard4ee77142014-05-13 00:01:35 +02003107 dvb-apps, ebtables, ecryptfs-utils, eigen, erlang, ethtool,
3108 evemu, evtest, f2fs-tools, fdk-aac, feh, ffmpeg, file, filemq,
3109 flac, flot, fmtools, fping, freetype, fswebcam, gcc, gd, gdb,
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02003110 gettext, giblib, git, glibc, glibmm, glib-networking, gmp,
3111 gnutls, gpm, gpsd, gpu-viv-bin-mx6q, grep, gst1-libav,
3112 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
3113 gst1-plugins-ugly, gst-ffmpeg, gst-fsl-plugins, gst-omx,
3114 gst-plugins-good, gstreamer1, gvfs, harfbuzz, haveged,
3115 hostapd, htop, httping, ifplugd, iftop, igmpproxy,
3116 imagemagick, imlib2, imx-lib, infozip, intltool, iproute2,
3117 ipsec-tools, ipset, jansson, jpeg, jpeg-turbo, jquery,
3118 jquery-keyboard, jquery-ui, jquery-ui-themes, json-glib,
3119 json-javascript, kexec, kmod, lame, lbase64, lbreakout2,
3120 lcdproc, lftp, libao, libatasmart, libatomic_ops, libcap,
Peter Korsgaard4ee77142014-05-13 00:01:35 +02003121 libcdio, libcec, libcgicc, libcgroup, libcurl, libdrm,
3122 libdvdnav, libdvdread, libegl, libeio, libenca, libesmtp,
3123 libevas, libevdev, libfribidi, libfslcodec, libfslparser,
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02003124 libfslvpuwrap, libgail, libgles, libglib2, libgtk2, libhid,
3125 libjpeg, libmbim, libmicrohttpd, libmodplug, libnftnl,
3126 libnspr, libogg, libopenmax, libopenvg, libpcap, libplayer,
3127 libpng, libpthread-stubs, librsvg, libsigsegv, libsocketcan,
3128 libsoup, libtasn1, libtool, libtpl, libunwind, liburcu,
3129 libusb, libwebsockets, libxcb, libxml2, libxmlpp, libyaml,
3130 lighttpd, linphone, linux-firmware, linux-headers, ljsyscall,
3131 lmbench, lsof, ltp-testsuite, ltris, lttng-babeltrace,
3132 lttng-libust, lttng-modules, lttng-tools, lua, lua-cjson,
3133 luacrypto, lua-ev, luaexpat, luaexpatutils, luafilesystem,
3134 luainterpreter, luajit, lua-msgpack-native, luaposix,
3135 luarocks, luasec, luasocket, luasql-sqlite3, lvm2, macchanger,
3136 memstat, mesa3d, metacity, minidlna, mmc-utils,
3137 mobile-broadband-provider-info, modem-manager, mongrel2,
3138 monit, mpd, mplayer, msmtp, mtd, mtools, mutt, mysql, nasm,
3139 ncurses, ne10, netatalk, netsnmp, nettle, network-manager,
3140 newt, nfs-utils, nmap, nodejs, ntfs-3g, ntp, nut, ofono, ola,
3141 olsr, omniorb, opencv, opengl, openpgm, openssh, openssl,
3142 openswan, openvpn, orbit, orc, p11-kit, pango, parted,
3143 pciutils, pcre, pcsc-lite, perf, perl, perl-xml-parser, php,
3144 picocom, pixman, pkgconf, poppler, popt, portmap, powervr,
3145 pppd, pptp-linux, proftpd, protobuf, protobuf-c, ptpd2,
3146 pulseaudio, python, python3, python-bottle, python-m2crypto,
3147 python-netifaces, python-pyasn, python-pycrypto,
3148 python-pygame, python-pysnmp, python-pysnmp-apps,
3149 python-pysnmp-mibs, python-serial, python-setuptools,
3150 qextserialport, qt, qt5, qt5base, qt5connectivity,
3151 qt5declarative, qt5graphicaleffects, qt5imageformats,
3152 qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
3153 qt5sensors, qt5serialport, qt5svg, qt5webkit, qt5x11extras,
3154 qt5xmlpatterns, qtuio, qwt, radvd, readline, rings,
3155 rpi-firmware, rpi-userland, rsh-redone, rsync, rsyslog, rtai,
3156 rtmpdump, rt-tests, ruby, samba, sconeserver, scons, sdl,
3157 sdl_image, sdl_mixer, sg3_utils, slang, smstools3, snmppp,
3158 socat, speex, sqlcipher, sqlite, squashfs, squid, strongswan,
3159 stunnel, sunxi-boards, sunxi-mali, sunxi-tools, sylpheed,
Peter Korsgaard4ee77142014-05-13 00:01:35 +02003160 syslinux, sysstat, systemd, taglib, tcl, tcllib, tcpreplay,
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02003161 tidsp-binaries, ti-gfx, tmux, tvheadend, tzdata, uboot,
3162 uboot-tools, uclibc, udev, udisks, ulogd, usb_modeswitch,
3163 usb_modeswitch_data, usbmount, util-linux, valgrind, vlc,
3164 webkit, weston, wget, wireshark, wpa_supplicant, wsapi,
3165 w_scan, xapp_appres, xapp_bdftopcf, xapp_beforelight,
3166 xapp_bitmap, xapp_editres, xapp_fslsfonts, xapp_fstobdf,
3167 xapp_iceauth, xapp_ico, xapp_mkfontscale, xapp_rgb,
3168 xapp_rstart, xapp_sessreg, xapp_showfont, xapp_twm,
3169 xapp_viewres, xapp_xauth, xapp_xbacklight, xapp_xcalc,
3170 xapp_xclock, xapp_xditview, xapp_xdpyinfo, xapp_xdriinfo,
3171 xapp_xev, xapp_xfd, xapp_xfontsel, xapp_xfs, xapp_xfsinfo,
3172 xapp_xgc, xapp_xhost, xapp_xinit, xapp_xkbutils, xapp_xkill,
3173 xapp_xload, xapp_xlsclients, xapp_xlsfonts, xapp_xmag,
3174 xapp_xman, xapp_xmessage, xapp_xmodmap, xapp_xprop,
3175 xapp_xrandr, xapp_xrdb, xapp_xrefresh, xapp_xset,
3176 xapp_xsetroot, xapp_xsm, xapp_xstdcmap, xapp_xvidtune,
Peter Korsgaard4ee77142014-05-13 00:01:35 +02003177 xapp_xvinfo, xapp_xwd, xapp_xwininfo, xcb-util-wm,
3178 xdriver_xf86-input-evdev, xdriver_xf86-input-joystick,
3179 xdriver_xf86-input-keyboard, xdriver_xf86-input-mouse,
3180 xdriver_xf86-input-synaptics, xdriver_xf86-input-vmmouse,
3181 xdriver_xf86-video-ark, xdriver_xf86-video-ast,
3182 xdriver_xf86-video-ati, xdriver_xf86-video-cirrus,
3183 xdriver_xf86-video-dummy, xdriver_xf86-video-fbdev,
3184 xdriver_xf86-video-geode, xdriver_xf86-video-glide,
3185 xdriver_xf86-video-glint, xdriver_xf86-video-i128,
3186 xdriver_xf86-video-intel, xdriver_xf86-video-mach64,
3187 xdriver_xf86-video-mga, xdriver_xf86-video-neomagic,
3188 xdriver_xf86-video-newport, xdriver_xf86-video-nv,
3189 xdriver_xf86-video-openchrome, xdriver_xf86-video-r128,
3190 xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
3191 xdriver_xf86-video-sis, xdriver_xf86-video-tdfx,
3192 xdriver_xf86-video-tga, xdriver_xf86-video-trident,
3193 xdriver_xf86-video-vesa, xdriver_xf86-video-vmware,
3194 xdriver_xf86-video-voodoo, xenomai, xerces, xl2tp, xlib_libFS,
3195 xlib_xtrans, xproto_xproto, xserver_xorg-server,
3196 xutil_util-macros, zeromq, zic, zmqpp, zyre
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02003197
3198 New packages: armadillo, btrfs-progs, clapack, cosmo, dado,
3199 dbus-triggerd, dtv-scan-tables, e2tools, eudev, exim, expect,
3200 fetchmail, flann, flite, gnu-efi, grub2, gummiboot, heimdal,
3201 iprutils, iptraf-ng, jack2, jquery-mobile, libee, libestr,
3202 libgc, libgl, liblogging, libndp, libsoxr, libstrophe,
3203 libubox, libuci, libxmlrpc, ljlinenoise, lpeg, lpty, lrandom,
3204 lsqlite3, lua-coat, lua-coatpersistent, lua-csnappy, luajson,
3205 lualogging, lua-messagepack, lua-testmore, lunit, lzip, lzlib,
3206 musl, nftables, opentyrian, opentyrian-data,
3207 perl-module-build, php-gnupg, php-imagick, php-ssh2, php-yaml,
3208 php-zmq, postgresql, python-libconfig, python-pypcap,
3209 python-pyrex, qdecoder, qhull, samba4, smack, tz, tzdump, ucl,
Peter Korsgaard4ee77142014-05-13 00:01:35 +02003210 upx, vo-aacenc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons,
3211 yaffs2utils, zlog, znc
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02003212
3213 Removed packages: crosstool-ng, python-distutilscross, vala
3214
3215 Issues resolved (http://bugs.uclibc.org):
3216
3217 #6842: Checking external toolchain for eabihf
3218 #6956: Packaging libsoxr
3219 #6986: Make legal-info fails on uboot versions before 2014.01
3220 #6992: Incorrect installation rights on external kernel module..
Vicente Olivert Riera574fa142014-03-28 11:00:52 +00003221
Peter Korsgaarda6cfaea2014-02-27 21:51:23 +010032222014.02, Released February 27th, 2014
3223
3224 Minor fixes.
3225
3226 Updated/fixed packages: cegui06, cppdb, e2fsprogs, gcc, gdb,
3227 gst1-plugins-bad, gstreamer, gstreamer1, haserl, imagemagick,
3228 libpng, libxml2, lua, luajit, luarock, ncftp, openswan,
3229 pcsc-lite, qt5connectivity, ramsmp, strongswan, vlc
3230
3231 Issues resolved (http://bugs.uclibc.org):
3232
3233 #6938: mkuser script generates wrong password for new user in..
3234
Peter Korsgaard98f7e122014-02-25 08:49:04 +010032352014.02-rc3, Released February 25th, 2014
3236
3237 Minor fixes.
3238
3239 Updated/fixed packages: aiccu, ala-lib, alsa-utils, binutils,
3240 cairo, coreutils, dhcpcd, distcc, efl, evas, iputils, gdb,
3241 gpsd, gst-fsl-plugins, icu, libcec, libcgi, libplayer,
3242 libsecret, libsepol, libsigsegv, libtool, libv4l,
3243 linux-headers, matchbox-lib, mpg123, ncftp, opencv, pcmanfm,
3244 pixman, pv, qt, rt-tests, sawman, sconeserver, sdl, thrift,
3245 tvheadend, util-linux, webkit, xscreensaver
3246
3247 Issues resolved (http://bugs.uclibc.org):
3248
3249 #4706: Removing .stamp_target_installed does not trigger...
3250 #5030: busybox built fails if we use an override src dir...
3251 #5420: Dbus and /var/run management
3252 #5768: Not able to build ALSA-Lib for static build
3253 #5774: Not able to build ALSA-Utils for static build
3254 #6542: external python modules fail to compile to pyc if...
3255 #6764: Support for kernel signed modules
3256 #6794: Busybox compiled from buildroot hangs on pass from...
3257
Peter Korsgaard085d4f02014-02-20 09:24:32 +010032582014.02-rc2, Released February 20th, 2014
3259
3260 Fixes all over the tree. Static linking / nommu fixes and
3261 annotations for several packages.
3262
3263 Updated/fixed packages: boost, busybox, collectd, coreutils,
3264 dropbear, elfutils, feh, gcc, gst1-libav, imagemagick, iozone,
3265 jimtcl, kexec, libvncserver, lvm2, lxc, mplayer, netsnmp, nut,
3266 opencv, python, python3, qtuio, systemd, thrift, transmission,
3267 uclibc, vlc, webkit
3268
3269 Issues resolved (http://bugs.uclibc.org):
3270
3271 #5450: AT91SAM9260 Bootstrap compilation problem
3272 #5582: libiconv 1.14 failed to build
3273 #5624: When building directfb, BR2_TARGET_LDFLAGS not used by..
3274 #5852: [2012.11] usb_modeswitch should depends of "BR2_PACK..
3275 #6218: binutils-2.23.2/gas fails with undefined reference to..
3276 #6236: binutils-2.23.2/bfd fails with undefined reference to..
3277 #6470: If the build directory is a child of /usr, the build..
3278 #6776: systemd error: static declaration of 'execvpe' follows..
3279 #6818: toolchainfile.cmake has absolut path references
3280
Peter Korsgaard690984c2014-02-11 12:37:42 +010032812014.02-rc1, Released February 11th, 2014
Peter Korsgaard51a2caf2014-02-04 09:45:59 +01003282
3283 Fixes all over the tree and new features.
3284
Peter Korsgaarda89c5882014-02-09 22:46:26 +01003285 Support for external packages/defconfigs (BR2_EXTERNAL). See
3286 user manual for details.
3287
3288 Cleanup of environment variable names for consistency. The
3289 download directory location override (BUILDROOT_DL_DIR) is now
3290 called BR2_DL_DIR. Likewise the name of the current .config is
3291 renamed from BUILDROOT_CONFIG to BR2_CONFIG. Please update
3292 your post build scripts if you use this! BUILD_DIR is now also
3293 exported to the post build/image scripts.
3294
3295 Toolchain: GCC 4.8 fix for ARM stack corruption, reverted
3296 uClibc pread/pwrite backport as they cause issues on certain
3297 architectures, new Linaro and Sourcery Codebench toolchains.
3298 x86: Support for AMD Jaguar cores, SSE4.x, SH: SH2/SH3/SH3EB
3299 variants removed, Microblaze: Internal toolchain support
3300
3301 Legal infrastructure: Info is now split between host and
3302 target packages, large number of license annotations.
3303
3304 Lua: selection between lua 5.1 / 5.2, luarocks support
3305
3306 Python: package infrastructure, many new packages.
3307
3308 Defconfigs: Armadeus APF51 + Zedboard added, apf27, apf28,
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01003309 beaglebone, microblaze, pandaboard, qemu, raspberry pi
3310 updated.
Peter Korsgaarda89c5882014-02-09 22:46:26 +01003311
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01003312 Updated/fixed packages: aiccu, alsa-lib, alsa-utils,
3313 am33x-cm3, aumix, autoconf, automake, barebox, bellagio,
3314 berkeleydb, binutils, bison, blackbox, bluez_utils, boost,
3315 bustle, busybox, cairo, can-utils, ccache, ccid, cgilua,
3316 cifs-utils, civetweb, cmake, collectd, connman, copas,
3317 coreutils, coxpcall, cppzmq, cramfs, crda, cryptodev-linux,
3318 cryptsetup, cups, czmq, dhcpcd, dhcpdump, dhrystone, dialog,
3319 dmraid, dnsmasq, dosfstools, dropbear, dropwatch, dtc, duma,
3320 dvb-apps, e2fsprogs, eglibc, eigen, elf2flt, erlang, ethtool,
3321 f2fs-tools, ffmpeg, file, filemq, fio, flashrom, flex,
3322 fluxbox, fontconfig freerdp, freetype, gadgetfs-test, gawk,
3323 gcc, gdb, gdbm, gettext, git, glibc, gnupg, gnutls, gob2,
3324 gpsd, grep, grub, gst-ffmpeg, gst-plugins-good,
3325 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
3326 gst1-plugins-ugly, gstreamer, gstreamer1, gtest, icu, iftop,
3327 imagemagick, inadyn, infozip, iozone, iproute2, iptables, iw,
Peter Korsgaarde0ab2fc2014-02-11 12:32:56 +01003328 jpeg, jpeg-turbo, jq, kexec, kmod, knock, lbase64, lcdapi,
3329 lftp, libcdaudio, libcgi, libcgicc, libcuefile, libcurl,
3330 libdmtx, libdrm, libdvdnav, libdvdread, libegl, libevent,
3331 libexif, libfcgi, libfreefare, libgles, libglib2, libllcp,
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01003332 libmicrohttpd, libmpd, libnfc, libnl, libnss, libopenmax,
3333 libopenvg, libpcap, libpfm4, libplayer, libpng, libqmi,
3334 libreplaygain, libroxml, libsamplerate, libsexy, libsigsegv,
3335 libsndfile, libsoc, libtasn1, libtorrent, libtpl, libupnp,
Peter Korsgaarda89c5882014-02-09 22:46:26 +01003336 libusb, libusb-compat, libvorbis, libxcb, libxml2, libxmlpp,
3337 libyaml, lighttpd, linknx, linux-firmware, linux-pam, live555,
Peter Korsgaard51a2caf2014-02-04 09:45:59 +01003338 lm_sensors, lmbench, lockdev, logrotate, lrzsz, ltrace, lua,
3339 lua-ev, lua-msgpack-native, luabitop, luaexpat, luaexpatutils,
Peter Korsgaarda89c5882014-02-09 22:46:26 +01003340 luafilesystem, luajit, luaposix, luasec, luasocket,
Peter Korsgaard51a2caf2014-02-04 09:45:59 +01003341 luasql-sqlite3, m4, matchbox, mdadm, minicom, mongrel2, mpc,
3342 mpd, mpg123, mplayer, mtd, mysql, lvm2, mxml, ncurses, ne10,
3343 neard, neardal, netsnmp, netstat-nat, network-manager, nodejs,
Peter Korsgaarda89c5882014-02-09 22:46:26 +01003344 numactl, ofone, ola, olsr, omniorb, open2300, opencv,
3345 openpowerlink, openssh, openssl, openvpn, oprofile, opus,
3346 opus-tools, orbit, p11-kit, parted, pcre, pcsc-lite, perl,
3347 php, poco, poppler, powervr, protobuf-c, psplash, python,
3348 python-bottle,
Peter Korsgaard51a2caf2014-02-04 09:45:59 +01003349 python-{crc16,distutilscross,dpkt,id3,ipy,m2crypto,mad,meld},
3350 python-{netifaces,nfc,protobuf,pygame,pyparsing,pyro,pyzmq},
3351 python-{serial,setuptools}, qt, qt5base, qt5connectivity,
3352 qt5declarative, qt5graphicaleffects, qt5jsbackend,
3353 qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
Peter Korsgaarde0ab2fc2014-02-11 12:32:56 +01003354 qt5webkit, radvd, redis, rings, rng-tools, rpcbind,
3355 rpi-firmware, rpi-userland, rt-tests, sam-ba, samba, sawman,
3356 sconeserver, scons, sdl, sg3_utils, snappy, snmppp,
3357 socketcand, spice, spice-protocol, sqlcipher, sqlite, squid,
3358 sshfs, strace, subversion, sunxi-mali, supervisor, sysklogd,
3359 sysprof, sysstat, systemd, sysvinit, taglib, tar, tcpdump,
3360 ti-gfx, ti-utils, tinymembench, tn5250, trace-cmd,
3361 transmission, tvheadend, tzdata, zxing, uboot, uboot-tools,
3362 uclibc, udev, udpcast, ulogd, urg, usb_modeswitch_data,
3363 util-linux, vala, valgrind, vorbis-tools, wavpack, wayland,
3364 weston, wget, wireless-regdb, wireshark, wpa_supplicant,
3365 wsapi, xavante, xapp_xdpyinfo, xapp_xrandr, xcb-proto,
Peter Korsgaarda89c5882014-02-09 22:46:26 +01003366 xdriver_xf86-video-intel, xenomai, xkeyboard-config, xl2tp,
3367 xlib_lib{FS,SM,X11},
Peter Korsgaard51a2caf2014-02-04 09:45:59 +01003368 xlib_libX{au,aw,composite,cursor,damage,ext,fixes,font,i},
3369 xlib_libX{inerama,mu,pm,randr,render,res,t,tst,v,xf86dga},
3370 xlib_libXxf86vm, xlib_libdmx, xlib_libfontenc,
3371 xlib_libpciaccess, xlib_xtrans, xproto_dri2proto,
3372 xproto_{glproto,inputproto,presentproto,randrproto,videoproto},
3373 xproto_xextproto, xproto_xproto, xutil_util-macros,
3374 xutil_makedepend, zic, zmqpp, zxing, zsh, zyre
3375
3376 New packages: apitrace, avrdude, c-ares, ca-certificates,
3377 cwiid, dbus-cpp, evemu, fping, fswebcam, gpm, gst1-libav,
Peter Korsgaarda89c5882014-02-09 22:46:26 +01003378 haveged, intel-microcode, iucode-tools, jasper, joe, ktap,
3379 lbreakout2, libass, libbluray, libcdio, libenca, libevdev,
3380 libmbim, libmodplug, libnfs, libnftnl, libplist, libshairplay,
3381 libsocketcan, ljsyscall, log4cplus, ltris, luainterpreter,
3382 luarocks, minidlna, mmc-utils, modemmanager, mtr, net-tools,
3383 python-configobj, python-dialog, python-json-schema-validator,
3384 python-keyring, python-msgpack, python-posix-ipc,
3385 python-pyasn, python-pycrypto, python-pysnmp,
3386 python-pysnmp-apps, python-pysnmp-mibs, python-pyusb,
3387 python-simplejson, python-tornado, python-versiontools,
3388 rtmpdump, rtptools, smcroute, smstools3, tcpreplay, thrift,
3389 ti-uim, tinyxml, tmux, vlc, wmctrl, xconsole
Peter Korsgaard51a2caf2014-02-04 09:45:59 +01003390
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01003391 Removed packages: autoconf, automake, ccache, cpanminus, lzma,
Peter Korsgaarda89c5882014-02-09 22:46:26 +01003392 netkitbase, netkittelnet, pkg-config, squashfs3, ttcp, xstroke
Peter Korsgaard51a2caf2014-02-04 09:45:59 +01003393
Peter Korsgaard474defa2014-02-04 19:58:15 +01003394 Issues resolved (http://bugs.uclibc.org):
3395
3396 #65: new package: dbus c++ language bindings
3397 #769: Update configuration menu for MIPS target
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01003398 #2419: Add a bundle of Lua modules
Peter Korsgaard474defa2014-02-04 19:58:15 +01003399 #2629: Segmentation faults and division by zero in Grub on ext2
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01003400 #3811: Added auto-mount for USB and SD Card (mdev) (for 2011.05)
3401 #4339: Allow override of DL_DIR in extract step
Peter Korsgaarda89c5882014-02-09 22:46:26 +01003402 #4363: Make sure that copied linux and busybox defconfig are...
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01003403 #4454: There should be simple way to update image, when chang...
Peter Korsgaard474defa2014-02-04 19:58:15 +01003404 #5024: grub fails to build for x86_64 target architecture
3405 #5066: New-Package: net-tools
3406 #5072: ncurses: add ncurses-progs to target
3407 #5294: uclibc build ignores target CFLAGS and LDFLAGS
3408 #5366: Login doesn't work with util-linux versions of login/agetty
3409 #5378: dropbear Makefile broken
3410 #5390: System banner - change to empty doesn't remove /etc/issue
Peter Korsgaarda89c5882014-02-09 22:46:26 +01003411 #5780: spurious build failure because it cannot remove ubinize.cfg
Peter Korsgaard474defa2014-02-04 19:58:15 +01003412 #5798: ncurses-5.9 fails to compile statically
3413 #5810: Buildroot 2012.11: Additional GCC option "-msoft-float" ...
3414 #6080: Git fetch caching
3415 #6092: Bootable ISO image creation seems to have stopped working..
3416 #6272: coreutils build fails
Peter Korsgaarda89c5882014-02-09 22:46:26 +01003417 #6434: apply-patches.sh does not work recursively
3418 #6446: eglibc doesn't install ldconfig to target
3419 #6484: Add c-ares
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01003420 #6596: Slow bootup if mdev is chosen
Peter Korsgaard474defa2014-02-04 19:58:15 +01003421 #6656: Build Qt5 with ccache
3422 #6662: internal compiler error: Segmentation fault during making..
Peter Korsgaarda89c5882014-02-09 22:46:26 +01003423 #6722: Usage of $($(PKG)_DIR_PREFIX) is an issue with linux package
Peter Korsgaard474defa2014-02-04 19:58:15 +01003424 #6752: genext2fs: e2fsck must run before tunefs -U random
Peter Korsgaarda89c5882014-02-09 22:46:26 +01003425 #6770: openssl 1.0.1f fails with ccache
Peter Korsgaard474defa2014-02-04 19:58:15 +01003426 #6830: Qt5: no fonts are installed
Peter Korsgaarda89c5882014-02-09 22:46:26 +01003427 #6848: Qt5: no text shown in simple QWidget / frame-buffer setup
3428 #6854: Update to Qt 5.2.1
Peter Korsgaard474defa2014-02-04 19:58:15 +01003429
Peter Korsgaard9b390452013-11-30 14:16:03 +010034302013.11, Released November 30th, 2013:
Peter Korsgaard1351d0c2013-11-30 09:37:14 +01003431
3432 Minor fixes.
3433
3434 Updated/fixed packages: apr, binutils, dbus-python, dropwatch,
3435 ecryptfs-utils, eglibc, gdb, gpsd, grantlee, hostapd,
3436 iptables, qlibiscsi, libnspr, libnss, libpfm4, libtool,
3437 lua-ev, lvm2, mplayer, qt, qt5, quagga, ruby, tinymembench,
3438 tvheadend, util-linux, wpa_supplicant
3439
3440 Issues resolved (http://bugs.uclibc.org):
3441
3442 #1279: Buildroot compiled Busybox and Coreutils LFS issues
3443 #2995: -fstack-protector-all causes ssh to SIGSEGV
3444 #5570: Cannot compile software on the target machine
3445 #6428: util-linux libmount segfaults with patch from buildroot
3446 #6500: php fails to build for armel
3447 #6554: gdb needs to dependents on host texinfo
3448 #6692: GNU nano fails to compile for x86_64
3449 #6704: wpa_supplicant: fix wrong path to executable file in D-Bus
3450
Peter Korsgaard1bf9afe2013-11-26 16:49:11 +010034512013.11-rc3, Released November 26th, 2013
3452
3453 Fixes all over the tree.
3454
3455 Architecture: Mark MIPS I, II, III and IV as deprecated.
3456
3457 Updated/fixed packages: beecrypt, dbus, e2fsprogs, libcap-ng,
3458 libglib2, libroxml, libsigsegv, libvncserver, lxc, mdadm,
3459 mongoose, nut, ola, omniorb, openssl, pcre, php, poco,
3460 protobuf-c, pv, qt5base, ruby, schifra, squid, sunxi-mail,
3461 swig, ti-gfx, tinymembench, uclibc, udisks, vim
3462
Peter Korsgaardb87c05d2013-11-18 22:22:17 +010034632013.11-rc2, Released November 18th, 2013
3464
3465 Fixes all over the tree.
3466
3467 Defconfigs: qemu_arm_versatile, qemu_arm_nuri, sheevaplug:
3468 Adjust kernel versions.
3469
3470 Toolchain: avr32: fix for modern kernel headers
3471
3472 Bootloader: Barebox updated to 2013.10.1
3473
3474 Updated/fixed packages: dhcp, e2fsprogs, gst1-plugins-bad,
3475 libcurl, libvncserver, nano, pc, qt5base, squashfs, ttcp,
3476 wayland, wvstreams
3477
3478 Issues resolved (http://bugs.uclibc.org):
3479
3480 #3601: DHCPD S80dhcp-server startup script issues
3481 #6320: Fix kernel compile issue if BR2_LINUX_KERNEL_CUSTOM_GIT_VERS..
3482 #6416: Xenomai package, patch alternative
3483 #6590: directfb-examples build failed whit linaro toolchain
3484
Peter Korsgaardabce7ca2013-11-12 23:49:47 +010034852013.11-rc1, Released November 12th, 2013
Peter Korsgaardb9a16cb2013-11-12 01:04:15 +01003486
3487 Architectures: Nios-II support, MIPS arch handling fixes
3488
3489 Defconfigs: cubieboard2, freescale i.MX 6sololite evk,
3490 sabre-sd, wandboard added, rpi renamed to raspberrypi_defconfig
3491
3492 Toolchain: glibc support, upstream uClibc fixes, uClibc 0.9.31
3493 for avr32, crosstool-ng backend removed, external musl
3494 toolchain support, gcc 4.8.2, updated Linaro external
3495 toolchains. Fortran and objective-C support deprecated,
3496 mudflap support
3497
3498 Bootloaders: U-Boot: u-boot.imx support, version bumps
3499
3500 Linux: use kmod instead of module-init-tools
3501
3502 System: default to devtmpfs for /dev
3503
3504 Infrastructure: Make 3.82 fixes, locales generation fixes, CVS
3505 download support, post-rsync hooks
3506
3507 Fs: u-boot image support for cpio
3508
3509 Updated/fixed packages: aircrack-ng, alsamixergui, apr,
3510 apr-util, atk, automake, bellagio, berkeleydb, bind, binutils,
3511 bison, boost, busybox, can-utils, ccache, ccid, cgilua,
3512 chrony, cifs-utils, cjson, collectd, connman, conntrack-tools,
3513 copas, cppcms, cppzmq, czmq, dash, dbus, dhcpcd, diffutils,
3514 directfb, dmidecode, dnsmaqs, docker, dosfstools, dropbear,
3515 dropwatch, ebtables, eglibc, elf2flt, empty, enchant, erlang,
3516 ethtool, fbgrab, fbv, fdk-aac, feh, ffmpeg, file, findutils,
3517 fltk, fmtools, freetype, gdk-pixbuf, gettext, git,
3518 glib-networking, gmp, gnupg, gnutls, gpu-viv-bin-mx6q, gsl,
3519 gstreamer, gstreamer1, gst1-plugins-{bad,base,good,ugly},
3520 gtest, gutenprint, hplip, i2c-tools, icu, ifplugd,
3521 imagemagick, iozone, iproute2, ipset, iptables, iw, jamvm,
3522 jansson, jpeg-turbo, kismet, kmod, lcms2, libassuan, libcap,
3523 libcap-ng, libcdaudio, libcec, libcue, libcurl, libdrm,
3524 libedit, libevas, libevent, libfreefare, libfuse,
3525 libgpg-error, libiconv, liblog4c-localtime, libmicrohttpd,
3526 libmnl, libmodbus,
3527 libnetfilter_{acct,conntrack,cthelper,cttimeout,log,queue},
3528 libnfnetlink, libnl, libpng, libqmi, libqrencode, libroxml,
3529 libsecret, libsigsegv, libsoup, libtirpc, libunwind, libusb,
3530 libvpx, lighttpd, linphone, linux-pam, lmbench,
3531 lockfile-progs, log4cxx, logrotate, logsurfer, ltp-testsuite,
3532 ltrace, luacrypto, luaposix, lvm2, m4, matchbox-lib,
3533 media-ctl, mediastreamer, minicom, minidlna, mongoose, monit,
3534 mpc, mpd, mpg123, mplayer, mrouted, mtdev, mutt, mysql_client,
3535 nano, ncftp, ndisc6, neard, neardal, neon, net-snmp, netatalk,
3536 netcat, netkitbase, netperf, netplug, nettle, nfacct,
3537 nfs-utils, ngircd, ngrep, noip, nuttcp, olsr, openssh, opkg,
3538 oprofile, opus-tools, orc, ortp, pciutils, pcre, pcsc-lite,
3539 perf, perl, perl-cross, php, picocom, pkgconf, polarssl,
3540 poppler, pppd, proftpd, protobuf, proxychains-ng, pulseaudio,
3541 pv, qemu, qt, qt5base, qt5webkit, quagga, radvd, redis,
3542 rpi-{firmware,userland}, rrdtool, rsync, rtorrent, ruby,
3543 samba, scons, screen, sdl_sound, ser2net, setserial,
3544 smartmontools, socat, socketcand, sqlcipher, sqlite, squid,
3545 stress, strongswan, stunnel, sudo, syslinux, systemd,
3546 sysvinit, tcl, ti-gfx, time, transmission, tremor, tslib,
Peter Korsgaardabce7ca2013-11-12 23:49:47 +01003547 tstools, tvheadend, tzdata, uboot-tools, uclibc, udpcast,
3548 uemacs, ulogd, usb_modeswitch{,_data}, util-linux, vala,
3549 valgrind, vde2, vorbus-tools, vpnc, vsftpd, vtun, wayland,
3550 webkit, webp, webrtc-audio-processing, weston, wget,
3551 wireshark, wsapi, xavante, xdriver_xf86-video-geode, xenomai,
3552 xinetd, xlib_libpthread-stubs, xl2tp, xmlstarlet,
3553 xserver_xorg-server, xz, zeromq, zic, zmqpp
Peter Korsgaardb9a16cb2013-11-12 01:04:15 +01003554
3555 New packages: aiccu, autossh, bc, civetweb, cppdb, cryptsetup,
3556 duma, eigen, harfbuzz, igmpproxy, iputils, jq, knock, kobs-ng,
3557 lesstif, libcgroup, libsepol, libsoc, libssh2, luasec, luasql,
3558 lxc, nut, ola, omniorb, openpowerlink, orbit, p910nd, psplash,
3559 python-crc16, python-ipy, python-pyzmq, qt5sensors,
3560 qt5serialport, qt5x11extras, snmppp, subversion, tcping,
3561 trace-cmd, xscreensaver, zsh
3562
3563 Removed packages: module-init-tools
3564
3565 Issues resolved (http://bugs.uclibc.org):
3566
3567 #1138: Buildroot fails to build packages if BR2_GCC_SHARED_LIBGCC=y
3568 #5408: qt build failure with Sourcery CodeBench ARM 2010.09
3569 #5630: makefile error with toolchain helpers.mk
3570 #5672: htop: remove X11 stuff
3571 #5678: linux.mk: linux-menuconfig fails
3572 #5696: python3 installation is too large, patches from python2 needed
3573 #5978: Erlang does not build for arm in 2013.02-rc3
3574 #6392: Extended ARM uImage kernel options
3575 #6404: Buildroot's coreutils 'uname -p' reports 'Unknown' on recent..
3576 #6428: util-linux libmount segfaults with patch from buildroot
3577 #6452: eglibc from Linaro 2013.07 not copied to target correctly
3578 #6566: PHP segfault when crosscompiled to mips64 - patch included
3579 #6572: [PowerPC] Buildroot uses wrong external toolchain libraries..
3580 #6578: udisks package broken
3581 #6602: ebtables 64 bit kernel + 32 bit userland alignment error..
3582 #6608: ebtables missing ethertypes - fix included
3583 #6620: Sysvinit package missing killall5 and symlinks - patch included
3584 #6632: CMake use host pkg-config
3585 #6638: pkgconf doesn't download
3586 #6644: "all" target doesn't work in out-of-tree builds
3587 #6650: Segmentation fault when trying to build latest buildroot
3588 #6668: iptables limit module alignment problem on mips64
3589
Peter Korsgaard53d8d9c2013-08-31 00:33:13 +020035902013.08, Released August 31th, 2013:
3591
3592 Minor fixes.
3593
3594 Documentation build fixed.
3595
3596 Updated/fixed packages: ltrace, strongswan
3597
Peter Korsgaard4e4a0a32013-08-30 00:03:48 +020035982013.08-rc3, Released August 29th, 2013:
Peter Korsgaard13ce6dd2013-08-29 23:22:08 +02003599
3600 Fixes all over the tree.
3601
3602 External toolchain lib32/lib64 handling, ABI name for EABIhf,
3603 misc fixes for generatelocales, apply-patches and module
3604 stripping.
3605
3606 Top level menu names reordered and renamed for clarity.
3607
Peter Korsgaardaab3a0b2013-08-29 23:30:55 +02003608 Updated/fixed packages: acl, attr, bash, dbus, directfb,
3609 dvb-apps, kexec, kmod, libbsd, linux-fusion, mesa3d, minidlna,
3610 openssh, openssl, pulseaudio, python-setuptools, qt5,
3611 qt5webkit, redis, strongswan, sunxi-mali
3612
3613 Issues resolved (http://bugs.uclibc.org):
3614
3615 #6464: dbus-daemon-launch-helper needs setuid
Peter Korsgaard13ce6dd2013-08-29 23:22:08 +02003616
Thomas Petazzonic08b78d2013-08-16 13:06:15 +020036172013.08-rc2, Released August 16th 2013:
3618
3619 Documentation improvements.
3620
3621 External toolchains fixes.
3622
3623 Updated/fixed packages: aircrack-ng, bash, boost, cairo,
3624 cppcms, eglibc, ffmpeg, gcc, git, gnupg, imagemagick, libcec,
3625 libffi, libgcrypt, linux, linux-headers, ltrace, netatalk,
3626 opencv, opengl, readline, samba, strongswan, sunxi-cedarx,
3627 uclibc, udev, wayland, webkit, zeromq.
3628
3629 Issues resolved (http://bugs.uclibc.org):
3630
3631 #6440: typo in ffmpeg makefile
3632
Thomas Petazzoni36c966e2013-08-01 17:57:59 +020036332013.08-rc1, Released August 5th, 2013:
3634
3635 Architectures:
3636 - improved support for floating point on ARM and Thumb/Thumb2
3637 - support for ARM OABI removed
3638
3639 Toolchains:
3640 - support added for Sourcery CodeBench ARM and MIPS 2013.05
3641 - Linaro ARM and Aarch64 toolchains updated
3642 - support added for the Arago ARMv5 and ARMv7 toolchains
3643 - gcc 4.8.x version bumped
3644 - support for installing both FDPIC and FLAT libraries on
3645 Blackfin
3646 - support for uClibc 0.9.31 removed,
3647 - convert the internal toolchain backend to use the package
3648 infrastructure
3649 - support added for eglibc in the internal toolchain backend
3650 - toolchain components for the ARC architecture updated and
3651 gdb for ARC added.
3652 - support for Blackfin in the internal toolchain fixed
3653
3654 Defconfigs: beaglebone_defconfig updated, new defconfig for
3655 CubieBoard, for Olimex mx233 Olinuxino, for Calao Systems
3656 TNY-A9G20-LPW.
3657
3658 A number of packages have been fixed to use the
3659 <pkg>_CONFIG_SCRIPTS mechanism to get their <pkg>-config shell
3660 script installed and modified properly. Licensing informations
3661 has been added to a number of packages.
3662
3663 Use XZ tarballs for a number of packages.
3664
3665 Noticeable package changes/additions:
3666 - The glib2/libgtk2/webkit stack has been updated to recent
3667 versions.
3668 - Support for Gstreamer 1.x has been added.
3669 - OpenGL support for TI OMAP platforms has been added.
3670 - OpenGL support for Allwinner platforms has been added.
3671 - OpenMAX support for RasberryPi has been added.
3672
3673 Updated/fixed packages: acl, attr, autoconf, avahi, barebox,
3674 bind, binutils, busybox, bwm-ng, bzip2, cifs-utils, colletctd,
3675 cpanminus, cups, curl, dash, dbus, dhcp, directfb,
3676 directfb-examples, dnsmasq, dosfstools, dropbear, dtc,
3677 e2fsprogs, ed, efl, enlightenment, erlang, ethtool, fbgrab,
3678 fftw, firmware-imx, flot, fltk, freetype, gawk, gdk-pixbuf,
3679 gettext, gmp, gnutls, gsl, gutenprint, gvfs, gzip, haserl,
3680 hiawatha, httping, icu, imagemagick, imlib2, imx-lib,
3681 intltool, iozone, ipset, iptables, jquery, jquery-keyboard,
3682 jquery-sparkline, kmod, less, libart, libcdaudio, libcgicc,
3683 libesmtp, libftdi, libfuse, libglib2, libgtk, libgtk2, libidn,
3684 libiqrf, liblog4c-localtime, libnspr, libnss, libpcap,
3685 libroxml, libserial, libsigsev, libsoup, libtool, libtpl,
3686 libvncserver, libxml2, linphone, lm_sensors, logrotate,
3687 ltrace, lttng, luafilesystem, luajit, minicom, monit, mpg123,
3688 mtd, mutt, mxml, neard, netatask, netsnmp, nettle,
3689 network-manager, nodejs, nss-mdns, openssh, openswan, openvpn,
3690 opkg, opus, pcre, perl-cross, php, pixman, poco, polarssl,
3691 pulseaudio, pv, python, python3, qt, qt5, qt5declarative,
3692 qt5jsbackend, qt5quick1, readline, rpi-firmware, ruby, samba,
3693 sane-backends, sconeserver, sdl_image, sdparm, ser2net,
3694 socketcand, sqlite, squid, strace, tcl, tcpdump, tinyhttpd,
3695 tvheadend, tzdata, uboot, udpcast, usb_modeswitch,
3696 usb_modeswitch_data, usbutils, webkit, wireshark, wvstreams,
3697 xapp_luit, xapp_xmodmap, xenomai, xfsprogs, xlib_libX11, zic,
3698 zlib.
3699
3700 New packages: a10disp, aespipe, am33x-cm3, cppcms, dhcpcd,
3701 dropwatch, dtc, ecryptfs-utils, eglibc, elf2flt, fdk-aac,
3702 gcc-final, gcc-initial, gcc-intermediate, git,
3703 gpu-viv-bin-mx6q, gst1-plugins-bad, gst1-plugins-base,
3704 gst1-plugins-good, gst1-plugins-ugly, gst-omx,
3705 gst-plugin-x170, gstreamer1, jimtcl, lbase64, libassuan,
3706 libbsd, libcec, libdvbsi, libedit, libgpgme, libqmi,
3707 libqrencode, libsvg, libsvg-cairo, libunwind, libvpx,
3708 linux-headers, lockdev, luabitop, luacrypto, lua-ev,
3709 luaexpatutils, msgpack, ocrad, on2-8170-libs,
3710 on2-8170-modules, p11-kit, pax-utils, ptpd, ptpd2,
3711 python-pyro, ramspeed/smp, snappy, strongswan, sunxi-boards,
3712 sunxi-cedarx, sunxi-mali, sunxi-tools, ti-gfx, tinymembench,
3713 tree, tstools, uclibc, w_scan.
3714
3715 Issues resolved (http://bugs.uclibc.org):
3716
3717 #4718: python (built for powerpc) distutils has paths to host
3718 compiler toolchain
3719 #5516: appended device tree blobs on uImage fails
3720 #6302: Versions of packages retrieved from github.com are wrong
3721 #6308: dosfstools download link is wrong
3722 #6326: Dropbear: Add options to allow better config for
3723 different target devices (e.g. routers)
3724 #6338: Wrong download link for minicom package
3725 #6344: Wrong handling of license text files with same name and
3726 different directory
3727 #6374: gnutls package broken if linux cryptodev module
3728 selected
3729 #6410: omap3_beagle has uimage error load address error
3730
Peter Korsgaard615fd9b2013-05-31 22:29:04 +020037312013.05, Released May 31th, 2013:
Peter Korsgaard0ca96922013-05-27 23:54:12 +02003732
3733 Minor fixes.
3734
Peter Korsgaard93252e72013-05-31 22:19:00 +02003735 External toolchain wrapper fix for if host/usr/bin is placed
3736 in the patch.
3737
3738 Updated/fixed packages: acpid, at91bootstrap, czmq, elf2flt,
3739 flex, jamvm, kmod, libplayer, libtirpc, libv4,
3740 lttng-babeltrace, opengl, qt5jsbackend, udpcast, wvstreams
Peter Korsgaard0ca96922013-05-27 23:54:12 +02003741
3742 Issues resolved (http://bugs.uclibc.org):
3743
Peter Korsgaard93252e72013-05-31 22:19:00 +02003744 #4868: Buildroot compile failure for toolchain/gdb-7.4/intl/reloc...
Peter Korsgaard0ca96922013-05-27 23:54:12 +02003745 #4988: flex and m4 problems
3746 #5912: obsolete CVS files
3747
Peter Korsgaardc92a3692013-05-25 22:23:57 +020037482013.05-rc3, Released May 25th, 2013:
3749
3750 Minor fixes.
3751
3752 Updated/fixed packages: aircrack-ng, bellagio, boost, crda,
3753 dvb-apps, flot, libatomic_ops, libeXosip2, libosip2, libxml2,
3754 mongrel2, poco, portaudio, pptp-linux, tvheadend, urg, weston,
3755 wireshark
3756
Peter Korsgaardcfcbfa22013-05-15 21:05:00 +020037572013.05-rc2, Released May 15th, 2013:
Peter Korsgaardd131f752013-05-11 21:48:57 +02003758
3759 Fixes all over the tree.
3760
Peter Korsgaard90e7cdd2013-05-15 14:54:27 +02003761 Default number of parallel jobs is now number of CPUs + 1.
3762
3763 Defconfigs: Add Telit EVK-PRO3, AT91SAM9260-EK Nand flash.
3764
Peter Korsgaarda5170922013-05-15 20:48:41 +02003765 Updated/fixed packages: aircrack-ng, busybox, cairo,
3766 classpath, curlftpfs, czmq, dbus, f2fs-tools, fan-ctrl,
3767 filemq, gst-plugin-bad, gutenprint, hplip, json-c,
3768 libatomic_ops, libcurl, libdrm, libglib2, libnspr, libnss,
3769 libsha1, libsigsegv, libxcb, linknx, linux-pam, lttng-modules,
3770 lttng-tools, matchbox-lib, mcookie, mesa3d, neon, pixman,
3771 pulseaudio, python-nfc, qt5imageformats, quota, openssl,
3772 sconeserver, strace, sylpheed, wvstreams,
Peter Korsgaard90e7cdd2013-05-15 14:54:27 +02003773 xapp_{appres,bdftopcf,beforelight,bitmap,edires,fonttosfnt},
3774 xapp_{fslsfonts,fstobdf,iceauth,ico,listres,luit,mkfontdir},
3775 xapp_{mkfontscale,oclock,rgb,rstart,scripts,sessreg,setxkbmap},
3776 xapp_{showfont,smproxy,twm,viewres,x11perf,xauth,xbacklight},
3777 xapp_x{biff,calc,clipboard,clock,cmsdb,cursorgen,dbedizzy,ditview},
3778 xapp_x{dm,dpyinfo,driinfo,edit,ev,eyes,f86dga,fd,fontsel,fs,fsinfo},
3779 xapp_x{gamma,gc,host,input-calibrator,input,kbcomp,kbevd,kbprint},
3780 xapp_x{kbutils,kill,load,logo,lsatoms,lsclients,lsfonts,mag,man},
3781 xapp_x{message,mh,modmap,more,pr,prop,randr,rdb,refresh,set,setmode},
3782 xapp_x{setpointer,setroot,sm,stdcmap,vidtune,vinfo,wd,wininfo,wud},
3783 xcb-util, xcursor-transparent-theme, xdata_xbitmaps,
3784 xdata_xcursor-themes,
3785 xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synaptics},
3786 xdriver_xf86-input-{tslib,vmmouse,void},
3787 xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,fbdev,geode,glide},
3788 xdriver_xf86-video-{glint,i128,intel,mach64,mga,neomagic,newport},
3789 xdriver_xf86-video-{nv,openchrome,r128,savage,siliconmotion,sis},
3790 xdriver_xf86-video-{tdfx,tga,trident,v4l,vesa,vmware,voodoo,wsfb},
3791 xfont_encodings, xfont_font-adobe-{100,75}dpi,
3792 xfont_font-utopia-{100dpi,75dpi,type1},
3793 xfont_font-{alias,arabic-misc,bh-100dpi,bh-75dpi},
3794 xfont_font-bh-lucidatypewriter-{100,75}dpi, xfont_font-bh-{ttf,type1},
3795 xfont_font-bitstream-{100dpi,75dpi,type1}, xfont_font-cronyx-cyrillic,
3796 xfont_font-{cursor,daewoo,dec,isas,jis,micro}-misc,
3797 xfont_font-ibm-type1, xfont_font-misc-{cyrillic,ethiopic,meltho,misc},
3798 xfont_font-{mutt,schumacher}-misc,
3799 xfont_font-{screen-cyrillic,sony-misc,sun-misc,util},
3800 xfont_font-winitzki-cyrillic, xfont_font-xfree86-type1,
3801 xlib_lib{FS,ICE,SM,X11,XScrnSaver,Xau,Xaw,Xcomposite,Xcursor},
3802 xlib_libX{damage,dmcp,ext,fixes,font,ft,i,inerama,mu,pm,randr},
3803 xlib_libX{render,res,t,tst,v,vMC,xf86dga,xf86vm},
3804 xlib_lib{dmx,fontenc,pciaccess,pthread-stubs,xkbfile}, xlib_xtrans,
3805 xproto_{applewm,bigreqs,composite,damage,dmx,dri2,fixes}proto,
3806 xproto_{fontcache,font,gl,input,kb,randr,record,render}proto,
3807 xproto_{resource,scrnsaver,video,windowswm,xcmisc,xext}proto,
3808 xproto_{xf86bigfont,xf86dga,xf86dri,xf86vidmode,xinerama,x}proto,
3809 xserver_xorg-server, xutil_{makedepend,util-macros}
Peter Korsgaardd131f752013-05-11 21:48:57 +02003810
Peter Korsgaarda5170922013-05-15 20:48:41 +02003811 Readded Packages: xapp_xinit
3812
Gustavo Zacarias603293f2013-05-11 04:49:34 +00003813 Issues resolved (http://bugs.uclibc.org):
3814
3815 #5054: amd64: cannot find init - due to missing /lib64 folder
3816
Peter Korsgaard92651932013-05-08 15:51:45 +020038172013.05-rc1, Released May 8th, 2013:
Peter Korsgaardaec71d62013-05-07 23:00:39 +02003818
Peter Korsgaardfa3463d2013-05-08 13:21:16 +02003819 Architectures: ARC support, Blackfin support, FLAT binary
3820 format, ARM: Drop old CPU variants, add fa526/626, Marvell PJ4
Peter Korsgaardaec71d62013-05-07 23:00:39 +02003821
3822 Toolchains: Add new Microblaze external toolchains, Linaro
3823 ARM/Aarch64 updates, GCC 4.6.4 / 4.7.3 / 4.8.0 added to
Peter Korsgaardfa3463d2013-05-08 13:21:16 +02003824 internal toolchain, default to GCC 4.7.x. Internal
3825 Crosstool-ng backend deprecated.
Peter Korsgaardaec71d62013-05-07 23:00:39 +02003826
3827 Defconfigs: Add Atmel at91sam9g45m10ek, freescale mpc8315erdb
Peter Korsgaarde7f49232013-05-08 15:49:08 +02003828 & p1010rdb, Armadeus apf27 / apf28, Openblocks A6, Raspberry
3829 pi, gnublin board.
Peter Korsgaardaec71d62013-05-07 23:00:39 +02003830
3831 FS: LZO and XZ compression methods, extra ubifs options,
3832 ext2 rev 0/1 and ext3/4 support.
3833
3834 Patch handling: apply-patches now has .patch.xz support,
3835 Patch logic reworked as discussed during Febrary dev days:
3836 http://elinux.org/Buildroot:DeveloperDaysFOSDEM2013
3837
3838 <pkg>-rsync now excludes version control files.
3839
3840 linux: uImage load address for ARM multiplatform kernels
3841
3842 Infrastructure for multiple OpenGL / ES / EGL / OpenVG
3843 providers, similar to how libjpeg / libjpeg-turbo is handled.
3844
3845 Infrastructure for packages to add system users.
3846
3847 kconfig: updated to 3.9-rc2, support make olddefconfig
3848
3849 Updated/fixed packages: alsa-lib, alsa-utils, apr, apr-util,
3850 argp-standalone, at, at91bootstrap, audiofile, aumix, avahi,
3851 bash, blackbox, bind, binutils, bison, boost, bridge-utils,
3852 busybox, ccache, cifs-utils, cmake, collectd, connman,
3853 conntrack-tools, cpanminus, crosstool-ng, diffutils, directfb,
3854 directfb-examples, divine, dmalloc, dnsmasq, dosfstools,
Peter Korsgaarde7f49232013-05-08 15:49:08 +02003855 dropbear, e2fsprogs, ebtables, eeprog, erlang, ethtool,
3856 fb-test-app, fbset, feh, ffmpeg, file, flex, flot, foomatic,
3857 fxload, gd, gdb, gdisk, genimage, gettext, gmp, gnuchess,
3858 gnutls, gob2, gperf, gpsd, gstreamer, haserl, hiawatha, htop,
3859 httping, icu, inotify-tools, intltool, iproute2, ipset,
3860 iptables, iw, jpeg, jquery, jquery-{sparkline,validation},
3861 json-c, kbd, kexec, kismet, kmod, lcdproc, libarchive,
3862 libatasmart, libcap, libconfig, libconfuse, libcurl, libdrm,
3863 libeet, libev, libevas, libeXosip2, libffi, libfribi, libfuse,
3864 libgcrypt, libglib2, libgtk2, libid3tag, libmicrohttpd,
3865 libnetfilter_acct, libnetfilter_conntrack, libnl, libpcap,
3866 libplayer, libsigc, libv4l, libxcb, linenoise, linux-pam,
3867 lm_sensors, ltp-testsuite, luajit, lzop, madplay, make, mdadm,
Peter Korsgaardaec71d62013-05-07 23:00:39 +02003868 mediastreamer, memtester, mesa3d,
3869 mobile-broadband-provider-info, monit, mpd, mpfr, mpg123,
Peter Korsgaardfa3463d2013-05-08 13:21:16 +02003870 mrouted, msmtp, nbd, ncurses, ndisc6, neard, neardal, neon,
3871 netperf, netsnmp, nettle, nfacct, ntfs-3g, ofono, olsr,
Peter Korsgaardaec71d62013-05-07 23:00:39 +02003872 omap-u-boot-utils, openssh, openssl, openswan, openvpn,
Peter Korsgaardfa3463d2013-05-08 13:21:16 +02003873 oprofile, orc, patch, pciutils, pcre, perl, php, poco,
3874 polarssl, proftpd, psmisc, pulseaudio, python,
Peter Korsgaardaec71d62013-05-07 23:00:39 +02003875 python-{bottle,netifaces,serial,setuptools}, qt, quagga,
Peter Korsgaarde7f49232013-05-08 15:49:08 +02003876 quota, radvd, rpi-firmware, rpi-userland, rt-tests, sam-ba,
3877 samba, sawman, sdl, ser2net, smartmontools, socat, socketcand,
3878 speex, squid, stress, stunnel, sudo, syslinux, sysstat,
3879 sysvinit, tcl, tcprelay, tinyhttpd, tslib, tvheadend,
3880 uboot-tools, udev, ulogd, util-linux, vala, vtun, webkit,
Peter Korsgaardaec71d62013-05-07 23:00:39 +02003881 xapp_{iceauth,luit,makefontscale,sessreg,setxkbmap,smproxy},
3882 xapp_{xauth,xcmsdb,xdpyinfo,xev,xgamma,xhost,xinput,xkbcomp},
3883 xapp_{xkbevd,xlsatoms,xlsclients,xmodmap,xpr,xprop,xrandr,xrdb},
3884 xapp_{xset,xwd,xwininfo}, xcb-{proto,util},
3885 xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synptics},
3886 xdriver_xf86-input-{tslib,vmmouse,void},
3887 xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,geode,glide,glint},
3888 xdriver_xf86-video-{i128,intel,mach64,mga,neomagic,newport},
3889 xdriver_xf86-video-{openchrome,r128,savage,siliconmotion,sis},
3890 xdriver_xf86-video-{tdfx,trident,vesa,vmware,wsfb}, xenomai,
3891 xfont, xinetd, xkeyboard-config, xlib_lib{FS,ICE,SM,X11},
3892 xlib_libX{scrnSaver,au,aw,cursor,dmcp,ext,fixes,font,ft,i},
3893 xlib_libX{inerama,mu,pm,randr,res,tst,v,vMC,xf86dga,xf86vm},
3894 xlib_lib{dmx,fontenc,pciaccess,xkbfile}, xlib_xtrans,
3895 xproto_{applevm,bigreqs,dri2,fonts,gl,input,kbd,record}proto,
3896 xproto_{resource,scrnsaver,xcmisc,xext,x}proto,
3897 xserver_xorg-server, xutil_makedepend, xz, zeromq
3898
Peter Korsgaardfa3463d2013-05-08 13:21:16 +02003899 New packages: aircrack-ng, bcusdk, chrony, crda,
3900 cryptodev-linux, cppzmq, czmq, dtach, enscript, exfat,
3901 exfat-utils, f2fs-tools, fan-ctrl, filemq, foomatic-filters,
3902 genimage, genpart, glibmm, gnuplot, gtest, gutenprint, hplip,
3903 iozone, jansson, jhead, jquery-keyboard, jquery-ui,
3904 jquery-ui-themes, json-glib, json-javascript, lcms2, libpfm4,
3905 libpthsem, libserial, libsigsegv, libtasn1, libwebsockets,
3906 libxkbcommon, libxml++, linknx, log4cxx, mongoose, mongrel2,
3907 mtools, ne10, nmap, nodejs, openobex, openpgm, poppler,
3908 protobuf-c, python-m2crypto, python-thrift, qjson, qt5base,
Peter Korsgaardaec71d62013-05-07 23:00:39 +02003909 qt5declarative, qt5graphicaleffects, qt5imageformats,
3910 qt5jsbackend, qt5multimedia, qt5quick1, qt5script, qt5svg,
3911 qt5webkit qt5xmlpatterns, rapidjson, redis, swig, texinfo,
3912 tzdata, urg, ussp-push, wayland, webp, weston, wireless-regdb,
3913 wireshark, wvdial, wvstreams, xcb-util-image, xcb-util-wm,
3914 xcursor-transparent-theme, zic, zmqpp, zyre
3915
3916 Removed packages: microperl, ocf-linux, xapp_xinit,
3917 xapp_xplsprinters, xapp_xprehashprinterlist,
3918 xfont_font-bitstream-speedo,
3919 xlib_lib{Xfontcache,XprintAppUtil,XprintUtil,Xp,oldX,xkbui},
3920 xproto_{print,xf86rush}proto
3921
3922 Deprecated packages: vala
3923
3924 Issues resolved (http://bugs.uclibc.org):
3925
3926 #1291: Add support for Faraday 526 arm processor (fa526)
3927 #2683: cups does not install correctly to target
3928 #3313: mesa3d fails to build
3929 #5186: initramfs/cpio should support lzo compression
3930 #5636: agetty - cannot get controlling tty error - need updated...
3931 #5906: collectd client headers not exported
3932 #5966: bison unnecessarily required as build dependency
3933 #6140: --enable-fileinfo not applied for php package
3934 #6164: openvpn usage of ip tool from Busybox
3935
Peter Korsgaard15ace1a2013-02-28 22:48:28 +010039362013.02, Released February 28th, 2013:
3937
3938 Misc manual updates.
3939
3940 Updated/fixed packages: busybox, collectd, flashbench,
3941 libgtk2, libupnp, mii-diag, quota
3942
Peter Korsgaardd65bb7e2013-02-26 23:19:03 +010039432013.02-rc3, Released February 26th, 2013
3944
3945 Minor fixes.
3946
3947 Updated/fixed packages: conntrack-tools, dialog,
3948 enlightenment, haserl, keyutils, libfif, libmad,
3949 linux-firmware, linux-fusion, matchbox-desktop, matchbox-wm,
3950 ruby, spawn-fcgi, vtun
3951
3952 Issues resolved (http://bugs.uclibc.org):
3953
3954 #5960: fusion.ko driver does not install to target rootfs
3955
Peter Korsgaard8290a622013-02-19 22:05:42 +010039562013.02-rc2, Released February 19th, 2013
3957
3958 Fixes all over the tree.
3959
3960 Various manual updates and fixes.
3961
3962 Updated/fixed packages: busybox, collectd, gesftpserver,
3963 glib-networking, gnutls, inotify-tools, libcurl, libffi,
3964 libglib2, libtorrent, libvorbis, neard, network-manager,
3965 ntfs-3g, openssl, qt, rpi-userland, rtorrent, thttpd, vim.
3966
3967 Issues resolved (http://bugs.uclibc.org):
3968
3969 #5906: collectd client headers not exported
3970
Peter Korsgaarde68acef2013-02-10 11:07:12 +010039712013.02-rc1, Released February 10th, 2013
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01003972
3973 Toolchain: Crosstool-ng 1.17.0, default to GCC 4.6.3, target
3974 libraries install fixed. Add Linaro ARM
Peter Korsgaard8ccef3b2013-02-05 19:28:09 +01003975 2012.11/2012.12/2013.01, AArch64 12.11/12.12/13.01. Sourcery
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01003976 CodeBench MIPS 2012.03/09. Infrastructure to warn about
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01003977 missing 32bit support for binary toolchains. Toolchain wrapper
3978 is now relocatable. Add GDB 7.5.1 / Remove 6.8 / 7.0 /
3979 7.1. Deprecate uClibc 0.9.31.
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01003980
3981 Architecture: Xtensa fixes, add missing powerpc variants, arm
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01003982 1136jf-s rev1, add A5/A15, neon support toggle, OABI
3983 deprecated. Sparc: drop old unused variants
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01003984
3985 Bootloaders: At91bootstap: fix upstream URL, Barebox: add
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01003986 2012.12/2013.01/2013.02, remove 2012.08/09/10, lzop fixes,
3987 environment image support, U-Boot: add 2013.01.01
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01003988
3989 Linux: fix appended dtb handling for v3.8+ kernels, support
3990 multiple device trees
3991
3992 Defconfigs: calao USB-A9260, snowball, QEMU PPC440 on ML507
3993 board, QEMU ARM Exynos4210, Kernel version in QEMU defconfigs
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01003994 updated, at91rm9200df: misc fixes. Lock kernel headers to
3995 match kernel.
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01003996
3997 Infrastructure: Git download fixes. Toolchain make target
3998 renamed from 'cross' to 'toolchain'. Eclipse integration
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01003999 support. Option to set root password, post image scripts,
4000 config scripts handling.
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01004001
4002 Updated/fixed packages: alsa-lib, argp-standalone, argus,
4003 arptables, atk, audiofile, axel, beecrypt, bind, bison,
4004 bluez_utils, boost, cairo, can-utils, bmon, boa, busybox,
4005 cairo, ccache, cdrkit, cifs-utils, cjson, cmake, collectd,
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01004006 connman, coreutils, cpanminus, cups, dbus, dhcp, dialog,
4007 diffutils, directfb, distcc, divine, dnsmasq, docker,
4008 dosfstools, dstat, e2fsprogs, ebtables, ed, empty, ethtool,
4009 expedite, fbset, fbv, ffmpeg, flex, fltk, fluxbox, freetype,
4010 gadget-test, gawk, gdb, genext2fs, gettext, giblib,
4011 glib-networking, gmp, gmpc, gnupg, gnutls, gpsd,
4012 gst-plugins-{bad,base,good}, gstreamer, gzip, haserl, hdparm,
4013 heirloom-mailx, hiawanta, hostapd, icu, imagemagick, imlib2,
4014 inadyn, infozip, iproute2, ipset, iptables, iw, jpeg, jquery,
4015 jquery-sparklines, jqeury-validation, kismet, kmod, lame,
4016 libao, libcap, libcurl, libdvdnav, libdvdread, libecore,
4017 libedbus, libedje, libeet, libefreet, libeina, libeio,
4018 liberation, libelementary, libembryo, libethumb, libev,
4019 libevas, libffi, libfribidi, libfuse, libgcrypt, libglib2,
4020 libgpg-error, libgtk2, libhid, libidn, libmicrohttpd, libmpd,
4021 libnl, libnspr, libnss, libogg, libpcap, libplayer, libpng,
4022 libroxml, librsvg, libseccomp, libsigc, libsndfile, libungif,
4023 libupnp, liburcu, libusb-compat, libvncserver, libvorbis,
4024 libxml2, libxslt, lighttpd, links, linux-firmware,
4025 linux-fusion, ltp-testsuite, ltrace,
4026 lttng-{babel,libust,modules,tools}, lvm2, lua, luajit, lzop,
4027 matchbox-{desktop,lib}, mdadm, metacity, midori, minicom, mpd,
4028 mpfr, mplayer, mtd, mysql_client, ncurses, neon, netatalk,
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01004029 networkmanager, nspr, ntfs-3g, nuttcp, ofone, olsr, openssl,
4030 openvpn, opkg, oprofile, opus, opus-tools, orc, ortp, pango,
4031 pciutils, pcmanfm, pcre, pcsc-lite, perl, php, pixman,
4032 pkgconf, polarssl, pptp-linux, proxychains, pulseaudio,
4033 python, python3, qemu, qextserialport, qt, quagga, radvd,
4034 readline, rng-tools, rt-tests, rubix, ruby, sam-ba, samba,
4035 sane-backends, sconeserver, scons, screen, sdl, sdl_gfx,
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01004036 sdl_mixer, sdl_ttf, sdparm, sed, ser2net, smartmontools,
4037 speex, sqlite, squid, sshfs, strace, sudo, sylpheed, tn5250,
4038 taglib, tar, torsmo, transmission, tslib, uboot-tools, ulogd,
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01004039 usb_modeswitch, util-linux, valgrind, vim, vsftpd, wavpack,
4040 webkit, wipe, wireless_tools, wpa_supplicant, xapp_xinit,
4041 xapp_xinput-calibrator, xapp_xman, xapp_xmh, xlib_libX11,
4042 xlib_libXdmcp, xlib_libXft, xlib_libpthread-stubs,
4043 xlib_xtrans, xproto_xcmiscproto, xproto_xextproto,
4044 xserver_xorg-server, xstroke, xvkbd, xz
4045
4046 New packages: b43-firmware, b43-fwcutter, bustle,
4047 cache-calibrator, cegui06, celt051, classpath, curlftpfs,
4048 dvb-apps, dvbsnoop, elfutils, enlightenment, firmware-imx,
4049 flashbench, gd, gesftpserver, gst-fsl-plugins, httping, iftop,
4050 imx-lib, jamvm, jpeg-turbo, keyutils, libatasmart, libcofi,
4051 libebml, libevas-generic-loaders, libfslcodec, libfslparser,
4052 libfslvpuwrap, libgsasl, libiscsi, libmatroska, libmcrypt,
4053 libmhash, libqwt, libseccomp, libsha1, linenoise, mcrypt,
4054 media-ctl, ncdu, neard, neardal, nettle, perf, polkit,
4055 proxychains, python-bottle, python-pyparsing, rpi-firmware,
4056 rpi-userland, sg3_utils, slirp, snowball-hdmiservice, spice,
4057 spice-protocol, tcllib, tvheadend, udisks, usbredir
4058 ux500-firmware, vde2, xcb-utils-keysyms, yavta,
4059 zd1211-firmware
4060
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01004061 Removed packages: customize, xdriver_xf86-input-{acecad,aiptek},
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01004062 xdriver_xf86-video-{apm,chips,i740,rendition,s3,s3virge,sisusb},
4063 xdriver_xf86-video-sun{cg14,cg3,cg6,ffb,leo,tcx},
4064 xdriver_xf86-video-{tsend,xgi,xgixp}
4065
4066 Deprecated packages: xstroke
4067
4068 Issues resolved (http://bugs.uclibc.org):
4069
4070 #4237: building shared openssl w/-Os fails due to gcc bug
4071 #5690: python3 does not obey to BR2_PACKAGE_PYTHON3_PYC_ONLY=y
4072 #5602: python3 should install a "python" symbolic link
4073 #5846: Extra slash added to last slash in URL
4074
40752012.11.1, Released January 3rd, 2013:
4076
4077 Toolchain: Fixed non-largefile builds on recent Ubuntu
4078 versions.
4079
4080 Arch: fix missing x86/generic handling, Build for Xtensa with
4081 longcalls option.
4082
4083 Updated/fixed packages: dosfstools, qt
4084
Peter Korsgaardd201b952012-12-02 16:33:09 -080040852012.11, Released December 2nd, 2012:
4086
4087 Git shallow clone fix for older git version.
4088
4089 Updated/fixed packages: ctuio, libtool
4090
4091 Issues resolved (http://bugs.uclibc.org):
4092
4093 #5726: List all the available hook points
4094
Peter Korsgaard1a59dfa2012-11-30 22:59:02 -080040952012.11-rc2, Released November 30th, 2012:
Peter Korsgaard0f9bad92012-11-29 23:00:40 -08004096
4097 Minor fixes around the tree.
4098
4099 Various manual updates and fixes.
4100
Peter Korsgaardd38b25f2012-11-30 14:27:34 -08004101 Add checks for legacy features.
4102
4103 Updated/fixed packages: acpid, alsa-lib, arptables, binutils,
Peter Korsgaard1a59dfa2012-11-30 22:59:02 -08004104 busybox, ccache, cjson, cramfs, directfb, flex, fluxbox, gdb,
4105 hiawatha, igh-ethercat, imagemagick, imlib2, lcdproc,
4106 libdaemon, libecore, libhid, libmad, libpcap, libsigc, libusb,
4107 linux-fusion, matchbox, ocf-linux, owl-linux, python, rrdtool,
4108 scons, strace, sylpheed
Peter Korsgaard0f9bad92012-11-29 23:00:40 -08004109
Peter Korsgaard2b7be2f2012-11-29 23:05:44 -08004110 Issues resolved (http://bugs.uclibc.org):
4111
4112 #5732: Error : package/alsa-lib/alsa-lib.mk
4113
Peter Korsgaard47ee3052012-11-17 23:15:45 +010041142012.11-rc1, Released November 17th, 2012
Peter Korsgaardf9686562012-09-03 21:27:41 +02004115
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01004116 Fixes all over the tree and new features.
4117
4118 Defconfigs: use u-boot 2012.10 on at91 and beaglebone,
4119 sheevaplug + qemu: bump kernel version, add qemu-mips64-malta
4120 + nitrogen6x defconfigs.
4121
4122 Bootloaders: add u-boot 2012.07/10, ais target format, add
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01004123 barebox 2012.08/09/10/11, linker overlap issue fix for
4124 at91bootstrap, mxs-bootlets updated for new Barebox versions.
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01004125
Peter Korsgaard0ab9a3f2012-11-17 23:54:08 +01004126 Toolchains: binutils 2.23.1, gcc 4.7.2, default to gcc 4.6.x,
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01004127 Codebench arm/sh/x86 2012.03/09, Linaro 2012.08/09/10.
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01004128 Libtirpc support for modern glibc variants. Toolchain on
4129 target has been deprecated.
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01004130
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01004131 Initial Aarch64 support, Xtensa support re-added.
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01004132
4133 Infrastructure: Use shallow git clone when possible, use
4134 tarballs rather than git URLs for github. Moved to pkgconf
4135 rather than pkg-config. System directory added, default
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01004136 skeleton/device tables moved. More than 1 post-build script
4137 can now be used. output/target now contains a
4138 THIS_IS_NOT_YOUR_ROOT_FILESYSTEM warning, to help people
4139 understand how to (not) use it.
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01004140
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01004141 Manual has been reworked and extended.
4142
4143 Legal-info: Lots of package annotations, CSV file fixes,
4144 _LICENSE / _REDISTRIBUTE splitup, per-package hooks.
4145
4146 Updated/fixed packages: acpid, alsa-lib, alsa-utils,
Peter Korsgaard0ab9a3f2012-11-17 23:54:08 +01004147 alsamixergui, attr, autoconf, automake, bash, bind, binutils,
4148 bison, blackbox, bluez-utils, busybox, cairo, can-utils,
4149 cifs-utils, cjson, cmake, collectd, connman, conntrack-tools,
4150 coreutils, cups, cvs, dbus, dhcp, directfb, dmalloc, dnsmasq,
4151 dropbear, e2fsprogs, ethtool, fbdump, feh, fftw, file,
4152 flashrom, fluxbox, gdb, gdisk, gdk-pixbuf, genext2fs, gettext,
4153 gnutls, gpsd, gqview, grep, gsl, gst-plugins-{bad,good},
4154 hdparm, hiawatha, hostapd, input-tools, iproute2, ipset,
4155 iptables, iw, json-c, kexec, kmod, lcdproc, leafpad, less,
4156 libcurl, libdrm, libdvdnav, libdvdread, libffi, libfuse,
4157 libglib2, libhid, liblockfile, libmad, libmbus, libmnl,
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01004158 libnetfilter_{acct,conntrack,cthelper,cttimeout,queue},
4159 libnfc, libnfc-llcp, libnfnetlink, libnl, libnspr, libnss,
4160 libpcap, libplayer, libtool, libtorrent, liburcu, libv4l,
4161 libxcb, libxml2, libxslt, links, linux-firmware, lm-sensors,
4162 lmbench, lockfile-progs, logrotate, lshw, lsof,
4163 lttng-babeltrace, lttng-tools, lua, luajit, mesa3d, microperl,
4164 mii-diag, module-init-tools, mpc, mpd, mpg123, mplayer,
4165 mtd-utils, mysql_client, nbd, ncurses, netatalk, netkitbase,
4166 netkittelnet, netsnmp, newt, nfs-utils, openntpd, openssh,
4167 openssl, opkg, patch, pciutils, pcre, php, poco, polarssl,
4168 popt, portmap, pppd, procps, pulseaudio, python, python-nfc,
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01004169 python-protobuf, qt, quota, rp-pppoe, rtorrent, sam-ba, samba,
4170 scons, sdl_gfx, smartmontools, sqlite, squid, strace, sudo,
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01004171 sylpheed, tcpdump, tremor, ttcp, tiff, unionfs,
4172 usb_modeswitch, usbutils, util-linux, vala, valgrind, vpnc,
4173 vsftpd, webkit, wget, which, wpa_supplicant, x11vnc, xapp_*,
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01004174 xdriver_*, xenomai, xfont_*, xinetd, xl2tp, xlib_*, xlsclient,
4175 xproto_*, xserver_xorg-server, xutil_util-macros, xz, zeromq
4176
4177 New packages: arptables, at91bootstrap3, boot-wrapper-aarch64,
4178 ccid, cpanminus, cpuload, erlang, evtest, fb-test-apps,
4179 fxload, gdbm, gnupg, googlefontdirectory, grantlee, gsl,
4180 lcdapi, liblo, liblog4c-localtime, libtirpc, linux-pam,
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01004181 lua-msgpack-native, macchanger, mtdev, mtdev2tuio, nfacct,
4182 opus, opus-tools, pcsc-lite, perl, pkgconf, python-meld3,
4183 python3, qemu, qextserialport, qtuio, rpcbind, schifra,
4184 sconeserver, supervisor, time, ulogd, usb_modeswitch_data,
4185 yasm
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01004186
4187 Deprecated packages: netkitbase, netkittelnet
4188
4189 Issues resolved (http://bugs.uclibc.org):
4190
4191 #807: [PATCH] samba - make iconv and smbd optional
4192 #3049: binutils have a sysroot bug in ld
4193 #5330: update vsftpd to 3.0.0
4194 #5486: libglib2 build fails on: libs/libglib-2.0.so: undefined...
4195 #5666: Fails to build python 2.7.2 for 2440 arm
4196
Thomas Petazzoni288b7392012-08-31 10:49:41 +020041972012.08, Release August 31th, 2012
4198
4199 Updated/fixed packages: microperl, cups, luajit, rrdtool,
4200 prboom, oprofile.
4201
4202 Added license information for: sqlite.
4203
4204 Changed the source URLs of all packages located on Sourceforge
4205 in order to use the automatic mirror selection URL
4206 downloads.sourceforge.net, and get rid of the
4207 BR2_SOURCEFORGE_MIRROR option.
4208
Thomas Petazzoni8437b562012-08-25 22:47:23 +020042092012.08-rc3, Released August 25th, 2012
4210
4211 Updated/fixed packages: libglib2, netsnmp, freetype, libfuse,
4212 libpng, x11vnc, zlib, gpsd, ifplugd, bash, distcc.
4213
4214 Added license informations for: barebox, grub, syslinux,
4215 uboot, xloader, yajl, zlib, zxing, alsa-lib, alsa-utils,
4216 faad2, nano, fbdump, rsync, librsync, fontconfig,
4217 inotify-tools,
4218
Thomas Petazzonib58c83a2012-08-15 12:11:48 +020042192012.08-rc2, Released August 15th, 2012
4220
4221 Updated/fixed packages: imagemagick, sudo, crosstool-ng.
4222
4223 Added license informations for: mxml, nanocom, empty, expat,
4224 lua, lucjson, xinetd, cjson, luaexpat, lmbench, bwm-ng,
4225 input-event-daemon, luajit, cgilua, copas, coxpcall,
4226 luafilesystem, luasocket, rings, wsapi, xavante, libtpl,
4227 avahi, busybox, libfcgi, ifplugd, libcgicc, libcurl,
4228 libdaemon, libdnet, libgpg-error, libpcap, libpng, lighttpd,
4229 mtd, openssl, psmisc, socat, spawn-fcgi.
4230
4231 Fixes to Microblaze external toolchains
4232 configuration. Improvements of the pkg-stats
4233 script. Out-of-tree fix for the graph-depends script.
4234
4235 Kernel headers version bump.
4236
Thomas Petazzoni4009cbb2012-08-01 20:46:31 +020042372012.08-rc1, Released August 1st, 2012
Peter Korsgaard5b112232012-05-31 09:17:10 +02004238
Peter Korsgaard1ea85742012-06-24 22:45:30 +02004239 Fixes all over the tree and new features.
4240
Thomas Petazzonic665fc02012-07-31 23:36:51 +02004241 Integration of a legal information reporting infrastructure,
4242 which allows to generate detailed informations about the
4243 licenses and source code of all components of a system
4244 generated by Buildroot. License information will progressively
4245 be added on packages.
Peter Korsgaard1ea85742012-06-24 22:45:30 +02004246
Thomas Petazzonic665fc02012-07-31 23:36:51 +02004247 Default configuration files added for Calao-systems USB-A9263
4248 and Calao-systems USB-A9G20-LPW.
4249
4250 External toolchains update: allow download of a custom
4251 toolchain, add Linaro 2012.05 and 2012.06 for ARM, add
4252 Blackfin toolchain 2012R1-BETA1, add Sourcery CodeBench MIPS
4253 2011.09.
4254
4255 Allow the restriction of downloads to the primary site only.
4256 This is useful for project developers who want to ensure that
4257 the project can be built even if the upstream tarball
4258 locations disappear.
4259
4260 Add a 'System configuration' choice to select between 3
4261 different init systems: Busybox init, SysV init and Systemd
4262 init.
4263
4264 Cleanups to the package infrastructure. The visible change to
4265 developers is that $(eval $(call AUTOTARGETS)) is now $(eval
4266 $(autotools-package)), and similarly for other package
4267 infrastructures and host packages. Refer to the documentation
4268 for details.
4269
4270 By default, automatic detection of the number of compilation
4271 jobs to use, depending on the number of CPUs available.
4272
Thomas Petazzonifdbc2f42012-07-31 23:47:31 +02004273 Improvements to generate systems with static libraries only
Thomas Petazzonic665fc02012-07-31 23:36:51 +02004274 (infrastructure and package fixes).
4275
Thomas Petazzonifdbc2f42012-07-31 23:47:31 +02004276 Add proper support in the Linux kernel package to generate
4277 Device Tree Blobs or combined Device Tree / Kernel
4278 images. This will be useful on Microblaze, PowerPC and ARM,
4279 which are architectures making extensive use of the Device
4280 Tree.
4281
Thomas Petazzonic665fc02012-07-31 23:36:51 +02004282 Updated/fixed packages: audiofile, autoconf, automake, axel,
4283 barebox, bash, beecrypt, berkeleydb, bind, bison, bluez_utils,
4284 bonnie, boost, busybox, bsdiff, bwm-ng, bzip2, cifs-utils,
4285 cgilua, cmake, connman, conntrack-tools, crosstool-ng, cups,
4286 dbus, dhcp, dnsmasq, e2fsprogs, eeprog, ethtool, faad2, fbv,
4287 ffmpeg, freetype, gmp, gnutls, gob2, gpsd, grep,
4288 gst-plugins-base, gst-plugins-good, gzip, hiawatha, hostapd,
4289 htop, icu, igh-ethercat, imagemagick, input-tools, iostat,
4290 iproute2, ipset, iptables, iw, kmod, less, libcap, libgci,
4291 libconfig, libcurl, libelf, libevas, libeXosip2, libexif,
4292 libfuse, libidn, libmad, libmbus, libmnl,
4293 libnetfilter-conntrack, libnl, libnspr, libnss, libogg,
4294 libosip2, libpcap, libpng, libroxml, liburcu, libusb, libxml2,
4295 libxslt, lighttpd, linux, ltrace, lttng-libust, lttng-modules,
4296 lttng-tools, lua, m4, memtester, midori, mii-diag,
4297 module-init-tools, mpfr, mpg123, mrouted, msmtp, mtd, mxml,
4298 mysql_client, nasm, nbd, ncurses, nfs-utils, opencv, openocd,
4299 openssl, pciutils, php, polarssl, portaudio, pppd,
4300 pthread-stubs, pulseaudio, qt, quagga, quota, radvd, rpm,
4301 rrdtool, samba, sam-ba, scons, sdl_gfx, sdl_sound, speex,
4302 sqlite, squashfs, squid, sudo, synergy, syslinux, systemd,
4303 tar, tcpdump, tcpreplay, udev, usbutils, valgrind, wget,
4304 wpa_supplicant, wsapi, xavante, xserver_xorg-server, zlib
4305
4306 New packages: cjson, collectd, dfu-util, dmidecode, elftosb,
4307 fbterm, flashrom, freerdp, inadyn, libfreefare,
4308 libnetfilter_cttimeout, libnfc, libnfc-llcp, liboping,
4309 libtorrent, linphone, logsurfer, lshw, luacjson, luaexpat,
4310 luajit, mediastreamer, mobile-broadband-provider-info, monit,
4311 mxs-bootlets, nanocom, nss-mdns, ofone, omap-u-boot-utils,
4312 opkg, ortp, owl-linux, python-id3, python-nfc, quota,
4313 ramspeed, rtorrent, sound-theme-borealis,
4314 sound-theme-freedesktop, sysprof, webrtc-audio-processing,
4315 xinetd, zxing
Peter Korsgaard1ea85742012-06-24 22:45:30 +02004316
Thomas Petazzoni3b38ade2012-08-31 10:45:06 +02004317 Issues resolved (http://bugs.uclibc.org):
4318
4319 #1315: Allow use of older external toolchains without sysroot
4320 support [won't fix]
4321 #5276: Hiawatha needs to manage IPV6 if so [fixed]
4322 #5360: buildroot fails when building "host-libglib2 2.30.2
4323 Building" [won't fix, upstream problem]
4324 #5384: Can't build packages relying on gets on newer glibc
4325 [fixed]
4326
Peter Korsgaardbce34ab2012-05-30 23:23:07 +020043272012.05, Released May 30th, 2012:
4328
4329 Updated/fixed packages: busybox, netsnmp, pptp-linux
4330
Peter Korsgaard0b0d7ba2012-05-25 21:09:50 +020043312012.05-rc3, Released May 25th, 2012:
4332
4333 Minor fixes around the tree.
4334
4335 Infra: Fix for DOWNLOAD macro when using primary mirrors with
4336 scp targets.
4337
4338 Toolchain: Kernel headers 3.2.18 / 3.3.7.
4339
4340 Updated/fixed packages: binutils, bison, busybox, cifs-utils,
4341 gnuchess, gpsd, iperf, libmpeg2, mtd, ntfs-3g, oprofile,
4342 xserver-xorg
4343
Peter Korsgaardb07ad402012-05-18 22:50:37 +020043442012.05-rc2, Released May 18th, 2012:
4345
4346 Fixes all over the tree.
4347
4348 Toolchain: uClibc: Use 0.9.33.2, Crosstool-ng: fix gperf
4349 dependency, disable decimal floats support, Linux 3.2.17 /
4350 3.3.6 kernel headers. Fix sysroot copy handling for toolchains
4351 without C++ support.
4352
4353 Updated/fixed packages: apr, apr-util, ccache, dnsmasq,
4354 heirloom-mailx, gdb, ndisc6, opencv, openssl, socat, vala
4355
43562012.05-rc1, Released May 10th, 2012:
Peter Korsgaard5c3a3372012-03-01 14:03:39 +01004357
Peter Korsgaard17c2d622012-03-15 23:59:32 +01004358 Fixes all over the tree and new features.
4359
4360 Use /etc/os-release for version info rather than
4361 /etc/br-version.
4362
4363 CMake toolchain file moved to $HOST_DIR/usr/share/buildroot.
4364
Peter Korsgaarde22dd642012-04-19 01:01:56 +02004365 Apply-patches.sh: cleanups, archived patches handling fixes,
4366 support series files.
Peter Korsgaard17c2d622012-03-15 23:59:32 +01004367
Peter Korsgaard82822ef2012-05-09 23:17:14 +02004368 Defconfigs: beaglebone, mx53qsb, pandaboard, qemu configs for
4369 arm-vexpress/microblaze/ppc-mpc88544ds, use 3.2.x for
4370 atngw100, use 3.3.x for qemu configs.
Peter Korsgaard17c2d622012-03-15 23:59:32 +01004371
Peter Korsgaard82822ef2012-05-09 23:17:14 +02004372 Menu structure: Libraries moved out of multimedia section
4373
4374 Atom processor support. Prescott fix, blackfin ABI fix,
4375 Microblaze architecture support (using ext toolchain). Cleanup
4376 architecture names, deprecate Xtensa support.
Peter Korsgaarde22dd642012-04-19 01:01:56 +02004377
4378 Toolchain: Add GCC 4.4.7, 4.6.3, 4.7.0. uClibc 0.9.33.1,
Peter Korsgaarda53a3b52012-05-03 22:52:27 +02004379 default to uClibc 0.9.33.x, enable
4380 UCLIBC_SUPPORT_AI_ADDRCONFIG by default, static and 64bit
4381 fixes for external toolchains, linaro ext toolchains, new
Peter Korsgaard82822ef2012-05-09 23:17:14 +02004382 sourcery codebench ext toolchains, GDB 7.4.1, crosstool-ng
4383 1.15.2.
Peter Korsgaard17c2d622012-03-15 23:59:32 +01004384
Peter Korsgaard82822ef2012-05-09 23:17:14 +02004385 Bootloaders: U-Boot: add 2012.04.01, SPL and u-boot.img
4386 support. Barebox: add 2012.04, remove 2011.12.
Peter Korsgaardbf636a92012-04-25 12:21:53 +02004387
Peter Korsgaarde22dd642012-04-19 01:01:56 +02004388 Updated/fixed packages: alsa-lib, alsa-utils, at, atk, avahi,
Peter Korsgaarda53a3b52012-05-03 22:52:27 +02004389 barebox, berkeleydb, bind, bluez_utils, boost, busybox,
Peter Korsgaard82822ef2012-05-09 23:17:14 +02004390 can-utils, ccache, cifs-utils, coreutils, cups, dbus, dhcp,
4391 directfb, dnsmasq, doom-wad, dosfstools, e2fsprogs, expat,
4392 fakeroot, feh, ffmpeg, file, fis, freetype, gamin, gawk,
4393 gdk-pixbuf, gettext, giblib, glib-networking, gmp, gnutls,
4394 gpsd, grep, gstreamer, gst-plugins-{bad,base,good,ugly},
4395 haserl, hdparm, imagemagick, iproute2, iptable, iw, kexec,
4396 kmod, lame, libaio, libarchive, libatomic_ops, libconfig,
4397 libcurl, libdvdnav, libdvdread, libedbus, libethumb, libffi,
4398 libfuse, libglib2, libgtk2, libhid, libmad, libmbus, libmpeg2,
4399 libnl, libplayer, libpng, libsigc, libsoup, libupnp, liburcu,
4400 libusb, libusb-compat, libxml2, libxml-parser-perl, libxslt,
4401 lighttpd, linux-firmware, linux-fusion, lite, lsof, ltrace,
4402 lttng-libust, lua, m4, makedevs, microperl, mpd, mpfr, mpg123,
4403 mrouted, mtd, mysql_client, nbd, ncftp, ncurses, neon,
4404 netsnmp, network-manager, nfs-utils, ngrep, ntfs-3g, openntpd,
Gustavo Zacariase940b302012-05-07 00:33:36 +00004405 openssh, openssl, parted, pango, pcre, php, pixman, poco,
Peter Korsgaard82822ef2012-05-09 23:17:14 +02004406 psmisc, pulseaudio, python, qt, quagga, radvd, rpm, rsync,
4407 ruby, samba, sam-ba, sane-backends, sawman, screen, sdl_net,
4408 smartmontools, speex, sqlite, squashfs3, squid, sshfs, sudo,
Gustavo Zacariase940b302012-05-07 00:33:36 +00004409 syslinux, sysstat, taglib, tcpdump, tftp-hpa, transmission,
4410 tiff, tinyhttpd, uboot-tools, udev, uemacs, unionfs, usbutils,
Peter Korsgaard82822ef2012-05-09 23:17:14 +02004411 util-linux, vala, valgrind, vim, vsftpd, wget, wipe,
4412 wpa_supplicant, xdriver_xf86-{input-vmmouse,video-fbdev},
4413 xfsprogs, zlib
Peter Korsgaard17c2d622012-03-15 23:59:32 +01004414
Peter Korsgaard82822ef2012-05-09 23:17:14 +02004415 New packages: apr, apr-util, audiofile, bellagio,
4416 conntrack-tools, empty, fmtools, glib-networking,
4417 heirloom-mailx, hiawatha, latencytop, lcdproc, libcap-ng,
4418 libdmtx, libfcgi, libnetfilter_conntrack, libnfnetlink,
4419 libtpl, localedef, minicom, msmtp, ndisc6, netatalk,
4420 ocf-linux, openswan, parted, polarssl, protobuf, read-edid,
4421 socketcand, stress, systemd, ushare, zeromq
Peter Korsgaard17c2d622012-03-15 23:59:32 +01004422
Peter Korsgaardb6a507c2012-03-18 23:08:01 +01004423 Deprecated packages: ttcp
4424
Peter Korsgaard17c2d622012-03-15 23:59:32 +01004425 Removed packages: ntfsprogs
4426
4427 Issues resolved (http://bugs.uclibc.org):
4428
Peter Korsgaardbf636a92012-04-25 12:21:53 +02004429 #2353: [lua] fix build with 2010.08-rc1
Peter Korsgaarda53a3b52012-05-03 22:52:27 +02004430 #2503: Microperl fails build on MIPSel or with Fedora13.x86_64
4431 #2557: [PATCH] mkfs.xfs complains about missing libxfs.so.0
4432 #2881: Can't build project statically with external toolchain
Kevin Cernekee2b668162011-05-17 14:29:26 -07004433 #3751: MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64
Peter Korsgaarda53a3b52012-05-03 22:52:27 +02004434 #4808: ccache may build against wrong zlib
Peter Korsgaard17c2d622012-03-15 23:59:32 +01004435 #4880: New package lcdproc
Simon Dawsonf526c4d2012-03-15 08:51:27 +00004436 #4886: New package protobuf
Peter Korsgaarda53a3b52012-05-03 22:52:27 +02004437 #4892: build fails on ltp-testsuite-20101031/testcases/kernel/fs/...
4438 #4898: * make: [target-finalize] Error 1 (ignored)*
4439 #4985: Qt 4.7.4 build crashes with Linux 2.6.29
4440 #4970: udev 181 fails to build if kernel version 3.3 is selected
4441 #5018: dialog broken: exits with assert in uClibc
4442 #5102: qt package moc, uic, rcc read from wrong place
Peter Korsgaard15744b72012-05-03 17:40:28 +02004443 #5144: Patch to fix ixon bug in uemacs
Gustavo Zacarias98873712012-05-07 00:33:37 +00004444 #5198: Line graphics output is broken in GNU Screen
Gustavo Zacariase940b302012-05-07 00:33:36 +00004445 #5204: Missing terminfo file(s) for GNU screen terminal type
Peter Korsgaard17c2d622012-03-15 23:59:32 +01004446
Peter Korsgaard03ceab62012-02-29 23:19:47 +010044472012.02, Released February 29th, 2012:
4448
4449 Updated/fixed packages: libecore
4450
Peter Korsgaard6d24b412012-02-27 16:29:50 +010044512012.02-rc3, Released February 27th, 2012:
4452
4453 Fixes all over the tree.
4454
4455 Automatic host dependencies handling for cmake packages
4456 fixed. Customize package deprecated as using a post-build
4457 script is nowadays the preferred way of adding extra stuff to
4458 the rootfs.
4459
4460 Linux-headers 3.0.x / 3.2.x stable version bumped.
4461
4462 QEMU defconfigs updated to 3.2.x kernels and readme fixed.
4463
4464 Updated/fixed packages: dropbear, ffmpeg, libpng
4465
Peter Korsgaard3d6ff4f2012-02-19 23:16:50 +010044662012.02-rc2, Released February 19th, 2012:
4467
4468 Fixes all over the tree.
4469
4470 Toolchain: uClibc: Added upstream post-0.9.33 fixes, Bump
4471 linux-headers 3.0.x / 3.2.x stable versions.
4472
4473 Documentation: Added makedev / <pkg>_DEVICES /
4474 <pkg>_PERMISSIONS documentation.
4475
4476 Updated/fixed packages: busybox, ffmpeg, gst-dsp, libecore,
4477 libvncserver, mxml, python.
4478
44792012.02-rc1, Released February 12th, 2012:
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01004480
4481 Fixes all over the tree and new features.
4482
Peter Korsgaardc847b4a2012-01-22 23:48:36 +01004483 Toolchain: Default to GCC 4.5.x, add binutils 2.22. Java
Peter Korsgaard08f46cc2012-01-31 13:48:44 +01004484 support removed, Powerpc SPE ABI support. GDB ELF support fix,
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01004485 GDB 7.4, crosstool-NG 1.13.4.
Peter Korsgaard1bde07d2011-12-11 23:54:12 +01004486
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01004487 Gentargets: scp and mercurial support.
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01004488 Autotools: derive host dependencies from target by default.
4489 Packages can now declare device table snippets.
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01004490
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01004491 Host utilities menu with commonly used host tools.
4492
4493 defconfigs: qemu configs for x86-64, mips and sparc, at91
Peter Korsgaard03ceab62012-02-29 23:19:47 +01004494 defconfigs now use modern U-Boot / mainline Linux, added
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01004495 lpc3250 defconfigs.
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01004496
Peter Korsgaarda01db912012-01-02 23:25:00 +01004497 uClibc: remove 0.9.30, backport unshare() support, add
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01004498 0.9.32.1 / 0.9.33, use same config for ctng.
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01004499
Peter Korsgaardc847b4a2012-01-22 23:48:36 +01004500 Bootloaders: U-Boot: add 2011.12, remove 2010.xx versions,
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01004501 Barebox: add 2012.01/02, remove 2011.10/11, LPC32xx
4502 bootloaders added.
Peter Korsgaarda01db912012-01-02 23:25:00 +01004503
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01004504 Various manual updates. Release tarballs now contain generated
4505 manual in text/html/pdf formats.
4506
4507 Buildroot now calls the stop function of scripts in
4508 /etc/init.d at shutdown.
Maxime Ripard234dd8e2012-01-11 18:09:23 +01004509
Peter Korsgaard08f46cc2012-01-31 13:48:44 +01004510 Updated/fixed packages: atk, avahi, barebox, bash, beecrypt,
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01004511 bind, binutils, bison, bluez_utils, bzip2, busybox, cairo,
4512 ccache, cdrkit, coreutils, cramfs, dbus, dbus-glib, dialog,
4513 diffutils, dmalloc, dropbear, e2fsprogs, ebtables, ed,
4514 ethtool, expat, ffmpeg, file, fis, flex, fluxbox, fontconfig,
4515 freetype, gawk, grep, gst-dsp, gst-ffmpeg, gst-plugins-base,
4516 hdparm, hostapd, htop, i2c-tools, icu, iproute2, ipsec-tools,
4517 ipset, iptables, iw, jpeg, kismet, lame, libcap, libcgi,
4518 libev, libeXosip2, libffi, libftdi, libgpg-error, libgtk2,
4519 libidn, libmms, libmnl, libmodbus, libnl, libogg, libosip,
4520 libpcap, libpng, libraw1394, libroxml, libusb, libusb-compat,
4521 libv4l, libvorbis, libxcb, libxml-parser-perl, libxslt,
4522 lighttpd, links, lm-sensors, lua, m4, module-init-tools, mpc,
4523 mesa3d, mpd, mpfr, mplayer, mtd-utils, nano, nbd, ncurses,
4524 netperf, netsnmp, ntp, opencv, openocd, openssl, openvpn, orc,
4525 pciutils, pcre, pixman, pkg-config, poco, popt, proftpd,
4526 python, python-serial, qt, ruby, samba, sdl, sdparm,
4527 squashfs3, sshfs, sqlite, squid, sudo, syslinux, tcl, tcpdump,
4528 ti-utils, tiff, tremor, uboot, uboot-tools, udev, usbmount,
4529 util-linux, vala, valgrind, vsftpd, wpa_supplicant,
4530 xapp_{bdftopcf,mkfontdir,mkfontscale,xkbcomp,xcursorgen,xinit},
4531 xapp_xinput, xapp_xman, xcb-util, xdm, xenomai,
4532 xf86-video-sis, xfont_{encodings,font-util},
Peter Korsgaardc847b4a2012-01-22 23:48:36 +01004533 xlib_lib{fontenc,X11,Xau,Xcursor,Xdmcp,Xfixes,Xfont,Xrender},
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01004534 xlib_libxkbfile, xterm, xutil_makedepend, yajl
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01004535
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01004536 New packages: boost, connman, dstat, expedite, explorercanvas,
4537 feh, flot, giblib, igh-ethercat, imlib2, jquery,
4538 jquery-sparklines, jquery-validation, jsmin, kmod, libecore,
4539 libedbus, libedje, libeet, libeina, libelementary, libesmtp,
4540 libethumb, libevas, libical, libmbus, liboauth, liburcu,
4541 libvncserver, linux-firmware,
4542 lttng-{babeltrace,libust,modules,tools}, NetworkManager,
4543 open2300, python-distutilscross, python-dpkt,
4544 python-netifaces, python-pygame, python-setuptools, rt-tests,
4545 sam-ba, sane-backends, sqlcipher, transmission, unionfs,
4546 xf86-input-tslib, xinput-calibrator
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01004547
4548 Issues resolved (http://bugs.uclibc.org):
4549
4550 #743: Add Transmission bit torrent option to buildroot
Peter Korsgaard27a35802012-02-03 21:22:50 +01004551 #755: Add Boost libraries as a package
4552 #2299: Add crypto support to libsoup
Peter Korsgaardaead8be2012-02-03 14:38:48 +01004553 #2617: Pixman 0.19.2 & Cairo 1.10.0
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01004554 #3403: libgpg-error: bump to version 1.10
4555 #3409: libgpg-error: download from gnupg.org
4556 #3421: nano: make tiny flag optional
Peter Korsgaardaead8be2012-02-03 14:38:48 +01004557 #3691: New EFL packages
Thomas Petazzoni502465e2012-02-02 23:29:26 +01004558 #4664: Cannot patch AT91Bootstrap
Frederik Pasch4861aed2012-01-16 13:54:57 +01004559 #4700: setlocalversion not working for combination svn/ubuntu 11.10...
Frederik Pasch1e39b8a2012-02-09 21:20:12 +01004560 #4760: Qt: add host-pkg-config to dependency-list
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01004561
Peter Korsgaardc29253e2011-12-01 00:08:44 +010045622011.11, Released November 30th, 2011:
4563
4564 Fixes all over the tree.
4565
4566 Bump kernel headers / default Linux version to 3.1.4.
4567
4568 Updated/fixed packages: ruby
4569
Peter Korsgaard4dc18dc2011-11-26 22:04:24 +010045702011.11-rc3, Released November 26th, 2011:
Peter Korsgaard0ff53f12011-11-24 23:03:42 +01004571
4572 Fixes all over the tree.
4573
4574 Toolchain: Fix gdb dependencies for external toolchains,
4575 adjust uClibc patches so they don't confuse modern versions of
4576 patch, bump crosstool-ng, kernel headers and linux versions.
4577
4578 Updated/fixed packages: busybox, freetype, mplayer, opencv,
Peter Korsgaard6d985f92011-11-26 21:51:42 +01004579 php, rsyslog, ruby, thttpd, xapp_xf86dga
Peter Korsgaard0ff53f12011-11-24 23:03:42 +01004580
Damian Kaczmarek9f930d22011-10-21 00:05:23 +02004581 Issues resolved (http://bugs.uclibc.org):
4582
Danomi Mocelopolisec02a342011-11-26 21:56:25 +01004583 #4357: Prevent patch commands from accessing source control
Damian Kaczmarek9f930d22011-10-21 00:05:23 +02004584 #4369: Fix permissions on untared lsof archive
4585
Peter Korsgaard6088ac02011-11-18 14:00:24 +010045862011.11-rc2, Released November 18th, 2011:
Peter Korsgaard8e6c8192011-11-17 06:54:58 +01004587
4588 Fixes all over the tree and new features.
4589
4590 Updated asciidoc documentation
4591
4592 Toolchain: Bumped 3.x stable kernel headers, use wget in
Peter Korsgaard630fd4f2011-11-18 13:56:39 +01004593 crosstool-ng as well, bump crosstool-ng version, gdb fixes,
4594 uClibc sparc fix.
Peter Korsgaard8e6c8192011-11-17 06:54:58 +01004595
4596 Updated/fixed packages: distcc, file, gst-plugins-bad, libxcb,
Peter Korsgaard630fd4f2011-11-18 13:56:39 +01004597 mplayer, newt, qt, rpm, rrdtool, tar, tftpd
Peter Korsgaard8e6c8192011-11-17 06:54:58 +01004598
Gustavo Zacarias8c38a0a2011-11-11 18:12:46 -03004599 Issues resolved (http://bugs.uclibc.org):
4600
Peter Korsgaard2b8643f2011-11-17 23:56:44 +01004601 #3355: mplayer fails to build
Gustavo Zacarias8c38a0a2011-11-11 18:12:46 -03004602 #4021: uClibc: undefined reference to `__GI___errno_location'
Peter Korsgaarda028c312011-11-18 12:08:02 +01004603 #4297: Qt's qmake uses wrong pkg-config
Gustavo Zacarias8c38a0a2011-11-11 18:12:46 -03004604
Peter Korsgaard1507c392011-11-11 20:26:00 +010046052011.11-rc1, Released November 11th, 2011:
Peter Korsgaard5427c502011-09-05 22:14:33 +02004606
Peter Korsgaard227eeba2011-09-13 00:46:06 +02004607 Fixes all over the tree and new features.
4608
Peter Korsgaard1507c392011-11-11 20:26:00 +01004609 Moved misc scripts and support stuff to support/. Renamed
Peter Korsgaard358601f2011-09-18 22:20:54 +02004610 patch-kernel.sh to support/scripts/apply-patches.sh.
4611
Peter Korsgaard805de392011-11-09 00:33:13 +01004612 Documentation: Moved to asciidoc format, make targets to
4613 generate text/html/pdf/epub output added.
4614
4615 Defconfigs: Qemu configs updated to 3.1 kernel and readmes
4616 added.
4617
Peter Korsgaard358601f2011-09-18 22:20:54 +02004618 Bootloaders: Add support for custom git tree / tarballs for
4619 barebox, similar to how it's handled for u-boot. Clean up
4620 menuconfig options.
4621
4622 Toolchain: Update external codesourcery toolchain download
Peter Korsgaardb367d672011-10-09 22:41:42 +02004623 URLs after Codesourcery got bought by Mentor, add x86
4624 toolchain, update toolchain versions and optimize toolchain
4625 sysroot copying. Fix uClibc 0.9.32 builds for e500 PPC,
4626 updated GDB versions / download URLs. Binutils
Peter Korsgaard805de392011-11-09 00:33:13 +01004627 libbfd/libopcodes static/dynamic linking fix. GCC 4.6.2 added,
4628 use ctng-1.13.0.
Peter Korsgaardb367d672011-10-09 22:41:42 +02004629
4630 Package infrastructure: Support for local packages /
4631 overrides, package dir / name arguments dropped from
4632 {GEN,AUTO,CMAKE}TARGETS.
Peter Korsgaard358601f2011-09-18 22:20:54 +02004633
4634 Linux: Kernel extensions infrastructure support, Xenomai +
4635 RTAI support.
Peter Korsgaard227eeba2011-09-13 00:46:06 +02004636
Peter Korsgaarde55af692011-10-25 09:41:23 +02004637 Updated/fixed packages: acpid, bind, busybox, dash, dbus,
4638 dbus-glib, directfb, dnsmasq, drystone, e2fsprogs, ethtool,
4639 fakeroot, fbdump, file, freetype, fuse, gamin, gmp, gmpc,
4640 gnutls, gob2, gst-plugins-{base,bad,good,ugly}, gstreamer,
4641 hostapd, ifplugd, imagemagick, intltool, ipsec-tools, ipset,
4642 iptables, iw, jpeg, kexec, leafpad, less, libargtable2, libao,
4643 libconfuse, libcuefile, libcurl, libdaemon, libevent,
4644 libglib2, libiconv, libmpd, libreplaygain, libroxml,
Peter Korsgaardb367d672011-10-09 22:41:42 +02004645 libsamplerate, libsndfile, libsoup, libsvgtiny, libtool,
Peter Korsgaard805de392011-11-09 00:33:13 +01004646 libxcb, lighttpd, links, linux-fusion, lite, lrzsz, lsof, lzo,
4647 lzop, makedevs, mcookie, mpg123, mpd, mpfr, mtd, musepack,
4648 mutt, mysql_client, ncftp, ncurses, neon, netcat, netsnmp,
4649 ntfs-3g, ntfsprogs, ntp, openntpd, openssh, openssl, oprofile,
4650 orc, pciutils, psmisc, python, qt, quagga, radvd, rpm, rsync,
4651 samba, sawman, sdl_sound, smartmontools, sqlite, squid,
4652 stunnel, sudo, sylpheed, sysstat, taglib, tar, tcpreplay,
4653 tslib, usbutils, util-linux, valgrind, wget, whetstone, which,
4654 wpa-supplicant, xdata_xcursor-themes, xmlstarlet, xterm
Peter Korsgaard227eeba2011-09-13 00:46:06 +02004655
Peter Korsgaardb367d672011-10-09 22:41:42 +02004656 New packages: bluez-utils, cifs-utils, fftw, fluxbox, json-c,
Peter Korsgaard805de392011-11-09 00:33:13 +01004657 libev, libftdi, libgeotiff, libmodbus, libplayer, live555,
4658 ngrep, noip, opencv, openocd, picocom, poco, portaudio,
4659 pulseaudio, pv, rtai, vala, xenomai.
4660
4661 Removed packages: liboil, sfdisk, swfdec, webif
Peter Korsgaard227eeba2011-09-13 00:46:06 +02004662
4663 Issues resolved (http://bugs.uclibc.org):
4664
Peter Korsgaard358601f2011-09-18 22:20:54 +02004665 #505: live555: new package
Peter Korsgaarde9c52d72011-11-11 11:38:45 +01004666 #507: Enable live and tv options in MPlayer-1.0rc2
Peter Korsgaard358601f2011-09-18 22:20:54 +02004667 #531: let e2fsprogs package to export headers to staging dir if needed
4668 #1171: Linuxthreads new cannot find sysdep.h
Peter Korsgaard7062aff2011-11-11 20:01:05 +01004669 #1357: Add bluez to buildroot system
Peter Korsgaard358601f2011-09-18 22:20:54 +02004670 #2107: New package: input-event-daemon
4671 #2599: New package: orc (Oil Runtime Compiler)
4672 #2605: gstreamer: Update to 0.10.30
4673 #2677: introducing util-linux-ng as replacement for util-linux
4674 #2917: Qt: Add declarative module
4675 #3145: jffs2 image generation fails
4676 #3271: netperf-2.4.5 fails to compile
Peter Korsgaardb367d672011-10-09 22:41:42 +02004677 #3331: xdata_xcursor-themes depends on xcursorgen
4678 #3343: Add file:// download SITE_METHOD
4679 #3391: Add support for specifying an external kernel tree
4680 #3631: Error while compiling with Xorg
Gustavo Zacariasdd3177c2011-11-11 13:06:49 -03004681 #3709: oprofile doesn't build for mipsel
Peter Korsgaardb367d672011-10-09 22:41:42 +02004682 #3925: midori not getting compile
4683 #4045: Add support for downloading i386 toolchains from codesourcery
Peter Korsgaard54bcf872011-10-10 00:14:27 +02004684 #4165: lrzsz-fix-symlink-at-rebuild.patch
Peter Korsgaard95af4fb2011-10-09 23:26:39 +02004685 #4171: makedevs-unused-but-set-variable.patch
Peter Korsgaard227eeba2011-09-13 00:46:06 +02004686 #4183: Codesourcery toolchain download site has changed
Peter Korsgaard8ece8e22011-10-11 09:11:21 +02004687 #4231: libneon.so: undefined reference to `SSL_SESSION_cmp'
Danomi Mocelopolis92bf8242011-10-28 15:09:23 +02004688 #4381: Add option to lighttpd to enable Lua support
Danomi Mocelopolis6473f6c2011-11-02 12:00:52 +01004689 #4387: Make sure that dest dir exists before installing mtd files
Peter Korsgaard227eeba2011-09-13 00:46:06 +02004690
Peter Korsgaardfacd6022011-08-31 13:44:55 +020046912011.08, Released August 31th, 2011:
4692
4693 Fixes all over the tree.
4694
4695 Toolchain: Fix codesourcery 2009q3 ARM download, Linux 3.0.4
4696 kernel headers.
4697
4698 Updated/fixed packages: ipset, python
4699
Peter Korsgaard73f131c2011-08-29 11:21:17 +020047002011.08-rc2, Released August 29th, 2011:
Peter Korsgaarde0a6bcd2011-08-24 15:07:41 +02004701
4702 Fixes all over the tree.
4703
Peter Korsgaard73f131c2011-08-29 11:21:17 +02004704 Toolchain: crosstool-NG 1.12.1, use binutils 2.21 on
Peter Korsgaarde0a6bcd2011-08-24 15:07:41 +02004705 mips/sh/older uClibc, disallow uClibc 0.9.32 on avr32/sh
4706 (broken).
4707
Peter Korsgaard73f131c2011-08-29 11:21:17 +02004708 Defconfigs: kernel updates, fix mini2440 serial port config,
4709 remove old arm toolchain configs.
4710
4711 Bootloaders: Fix grub patching, add barebox-{n,x,menuconfig}
4712 targets similar to linux/busybox.
4713
Peter Korsgaarde0a6bcd2011-08-24 15:07:41 +02004714 Updated/fixed packages: barebox, directfb, libsoup,
Thomas De Schampheleirebf446512011-08-26 15:01:41 +02004715 libxml-parser-perl, mtd, ncurses, python, ti-utils, udev,
4716 usbmount, util-linux, xfont_font-misc-misc
Peter Korsgaarde0a6bcd2011-08-24 15:07:41 +02004717
Peter Korsgaardcb6c2c42011-08-26 07:13:33 +02004718 Issues resolved (http://bugs.uclibc.org):
4719
Thomas De Schampheleirebf446512011-08-26 15:01:41 +02004720 #3685: ncurses installation hangs due to old version of tic
Peter Korsgaardcb6c2c42011-08-26 07:13:33 +02004721 #4093: Grub fails to install bz2 patch after conversion to...
4722
Peter Korsgaard7ff457c2011-08-04 22:31:30 +020047232011.08-rc1, Released August 4th, 2011:
Peter Korsgaard0a5e7902011-06-06 13:36:55 +02004724
Peter Korsgaard94ad0662011-06-26 23:07:01 +02004725 Fixes all over the tree and new features.
4726
Peter Korsgaardbd76bc52011-07-11 07:44:24 +02004727 Toolchain: uClibc 0.9.32 / NPTL support, 0.9.29 removed,
4728 ext-toolchain-wrapper improvements, improved non-MMU
4729 support. GCC 4.3.6 / 4.6.1.
Peter Korsgaard94ad0662011-06-26 23:07:01 +02004730
Peter Korsgaard333acf32011-07-13 22:43:12 +02004731 GENTARGETS infrastructure extended to cover bootloaders and
4732 Linux kernel as well. Options to retrive Linux/U-Boot from a
4733 custom git repo instead of upstream tarballs.
Peter Korsgaard7ff457c2011-08-04 22:31:30 +02004734 Support for Linux 3.x and release candidate tarballs.
Peter Korsgaard333acf32011-07-13 22:43:12 +02004735 X-Loader bootloader for omap added.
Peter Korsgaard94ad0662011-06-26 23:07:01 +02004736
Peter Korsgaard333acf32011-07-13 22:43:12 +02004737 Make source/external-deps now also works for external
4738 toolchains / crosstool-ng backend.
4739
Peter Korsgaard5255a712011-08-04 22:03:37 +02004740 Updated/fixed packages: autoconf, berkeleydb, bind, binutils,
4741 bmon, bridge-utils, busybox, cmake, dbus, dbus-glib,
4742 e2fsprogs, ethtool, ffmpeg, gst-plugins-{bad,base,good,ugly},
4743 gvfs, hostapd, iproute2, iptables, iw, jpeg, lame, libarchive,
4744 libdnet, libdrm, libgcrypt, libgtk2, libmpeg2, libpng,
4745 libsoup, lighttpd, linux-fusion, lzo, midori, mtd-utils,
Michael J. Hammel5496bc32011-04-23 20:51:41 -06004746 nfs-utils, openvpn, oprofile, orc, pkg-config, proftpd, qt,
4747 ruby, samba, sdl, shared-mime-info, sudo, sqlite, squid,
4748 synergy, udev, usbmount, usbutils, util-linux, valgrind,
4749 webkit, xorg-xserver, xz, zlib
Peter Korsgaard333acf32011-07-13 22:43:12 +02004750
Peter Korsgaarda4a20ac2011-07-28 00:01:47 +02004751 New packages: acl, attr, ebtables, gnutls, inotify-tools,
4752 ipset, libargtable2, libiqrf, libmnl, libnspr, libnss,
4753 libroxml, libyaml, live555, mxml, orc, rsyslog, sredird,
4754 statserial, stunnel, ti-utils, uboot-tools, yajl
4755
Peter Korsgaardd4928672011-08-04 21:20:44 +02004756 Deprecated packages: liboil, swfdec
4757
Peter Korsgaarda4a20ac2011-07-28 00:01:47 +02004758 Removed packages: hal
Peter Korsgaard94ad0662011-06-26 23:07:01 +02004759
4760 Issues resolved (http://bugs.uclibc.org):
4761
Peter Korsgaardbd76bc52011-07-11 07:44:24 +02004762 #3559: libnspr: Add new package
Peter Korsgaardb28de602011-07-13 12:44:42 +02004763 #3595: patch to add libroxml
Peter Korsgaardbd76bc52011-07-11 07:44:24 +02004764 #3565: libnss: Add new package
Michael J. Hammel5496bc32011-04-23 20:51:41 -06004765 #3583: xfonts_font-adobe-100dpi fails due to missing map file
4766 #3649: [PATCH] Add mapdir to existing pkg-config patch
Peter Korsgaard94ad0662011-06-26 23:07:01 +02004767 #3907: 2011.05 - Qt 4.7.3 not building on ARM
Frederik Pasch82e840e2011-07-24 23:51:44 +02004768 #3961: Nfs-utils: Remove SUSv3-function index
Danomi Mocelopolisb9796192011-07-17 22:17:08 +02004769 #3985: "help" target's defconfig list needs sort
Tristan Lelongcef07212011-07-29 09:46:10 +02004770 #3997: bump libroxml to v2.1.0
Peter Korsgaard94ad0662011-06-26 23:07:01 +02004771
Peter Korsgaard9ab73b52011-05-27 16:18:21 +020047722011.05, Released May 27th, 2011:
4773
4774 Updated/fixed packages: makedevs
4775
Peter Korsgaardeffcc9a2011-05-24 15:02:23 +020047762011.05-rc2, Released May 24th, 2011:
4777
4778 Fixes all over the tree.
4779
4780 Toolchain: Code sourcery ARM 2009q1 download URL fixed /
4781 2009q3 external toolchains added. Crosstool-NG bumped to
4782 1.11.3, eglic/glibc configuration fixes. Linux kernel 2.6.38.x
4783 bumped to 2.6.38.7.
4784
4785 Updated/fixed packages: bind, fakeroot, kbd, psmisc, qt
4786
Peter Korsgaard137a4d72011-05-18 21:47:48 +020047872011.05-rc1, Released May 18th, 2011:
Peter Korsgaardda5e5a52011-03-01 14:13:06 +01004788
Peter Korsgaard7234c232011-05-18 21:02:30 +02004789 Fixes all over the tree and new features.
Peter Korsgaard35101932011-04-21 23:52:45 +02004790
Peter Korsgaard7234c232011-05-18 21:02:30 +02004791 External toolchain improvements: We now build a binary
4792 toolchain wrapper and install it into HOST_DIR/usr/bin, which
4793 enforces the correct compiler arguments, making an external
4794 toolchain as easy to use outside of Buildroot as the internal
4795 ones are. This also brought a cleanup of CFLAGS, making the
4796 Buildroot build output easier to read.
4797
4798 Rootfs device handling improvements: Choice between static
4799 /dev, devtmpfs and devtmpfs with either mdev or udev.
4800
4801 Toolchain: More preconfigured codesourcery external
4802 toolchains, improved Crosstool-NG support, fix for GCC
4803 snapshot versions, GCC 4.4.6 / 4.5.3, experimental GCC 4.6.0
4804 support, target-GCC fixes, uClibc fixes, 0.9.32-rc3 support.
4805
4806 Bootloaders: U-boot 2011.03, Barebox 2011.05.0
4807
4808 Linux: support for custom kernel image targets, E.G. for
4809 powerpc builds with embedded device trees.
4810
4811 Misc fixes for qemu defconfigs, ensuring correct serial
4812 terminal setup out of the box.
4813
4814 Misc gentarget / autotools handling fixes.
4815
4816 Updated/fixed packages: alsa-lib, alsa-utils, alsamixergui,
4817 atk, avahi, bind, bison, busybox, copas, dbus-glib, dhcp,
4818 dhcpdump, dnsmasq, dropbear, ethtool, fakeroot, ffmpeg, file,
4819 gamin, gnuconfig, gst-ffmpeg, gst-plugins-good, gtk2-engines,
4820 haserl, hostapd, icu, imagemagick, iproute2, iw, kismet, less,
4821 libcap, libdnet, libglade, libglib2, libgtk2, libnl, libpng,
4822 libxml2, libxml2, libxslt, lighttpd, lockfile-progs, makedevs,
Peter Korsgaard8b4f5f22011-05-18 22:03:27 +02004823 midori, mpg123, mpc, mpd, mpfr, mplayer, mtd-utils, ncurses,
4824 netsnmp, openssh, openssl, openvpn, pango, pkg-config, popt,
4825 procps, proftpd, qt, quagga, readline, rsync, samba, sdl,
4826 socat, squashfs, squid, sudo, tslib, udev, usbutils, webkit,
Peter Korsgaard7234c232011-05-18 21:02:30 +02004827 wpa_supplicant, xerces, xfont_font-misc-misc, xlib_libX11,
4828 xlib_libXfont, xlib_xtrans, xorg-server, xterm, xz
4829
4830 New packages: bonnie++, can-utils, gdisk, htop,
4831 input-event-daemon, libexif, libraw, libv4l, ngircd
4832
4833 Removed packages: festival
Peter Korsgaard707dc462011-03-12 22:24:34 +01004834
4835 Issues resolved (http://bugs.uclibc.org):
4836
Peter Korsgaard8451c232011-05-06 16:14:54 +02004837 #2131: Add OpenMP support to the toolchain
Martin Hicks4bc79982011-01-31 15:32:06 -05004838 #3379: New Package: bonnie++
Gustavo Zacarias47736c82011-03-14 14:33:48 -03004839 #3445: Not working openssl-10.0.0d on 386sx
Hector Oron308bc532011-03-13 21:28:18 +01004840 #3451: fakeroot package: wrong FAKEROOT_SITE variable
Hector Oron39aafe82011-03-13 21:33:53 +01004841 #3457: alsamixergui: broken URL
Peter Korsgaard707dc462011-03-12 22:24:34 +01004842 #3475: Calling sync on large filesystems when not always necessary
Peter Korsgaard2c976082011-03-28 21:33:26 +02004843 #3511: make busybox-menuconfig does not download busybox package
Peter Korsgaardf894e852011-04-04 15:44:35 +02004844 #3541: Quotes in the top Makefile:217 break buildroot/kernel config...
Peter Korsgaardcdd4a7a2011-04-24 23:32:46 +02004845 #3571: u-boot: fw_printenv does not build
Peter Korsgaardcd58efb2011-04-24 22:34:50 +02004846 #3643: popt source url is not responding
Alexander Cloutera7e78f92011-05-16 22:41:54 +02004847 #3733: dropbear: make zlib optional
Peter Korsgaard8b4f5f22011-05-18 22:03:27 +02004848 #3757: Buildroot can't build mplayer with libmad
Peter Korsgaard05955602011-03-12 20:38:30 +01004849
Peter Korsgaardf3e79a72011-02-28 21:54:22 +010048502011.02, Released February 28th, 2011:
Peter Korsgaard2f192592011-02-24 20:56:15 +01004851
4852 Fixes all over the tree.
4853
Peter Korsgaardda8700c2011-02-28 16:11:02 +01004854 Updated/fixed packages: alsamixergui, avahi, ffmpeg, icu, mpd,
4855 nuttcp, qt, slang, squashfs, sylpheed, synergy, xerces
Peter Korsgaarde77bef42011-02-27 22:31:05 +01004856
4857 Deprecated packages: devmem2, webif
Peter Korsgaard2f192592011-02-24 20:56:15 +01004858
4859 Issues resolved (http://bugs.uclibc.org):
4860
Peter Korsgaard42daeb72011-02-28 21:46:05 +01004861 #2911: Qt: Disable qt3support-option, if gui-module isn't selected
Peter Korsgaard2f192592011-02-24 20:56:15 +01004862 #3259: Unable to build webkit (on arm)
Peter Korsgaardc82d04c2011-02-25 15:31:33 +01004863 #3295: slang fails to build on mipsel
Peter Korsgaardda8700c2011-02-28 16:11:02 +01004864 #3325: ffmpeg fails to build
Peter Korsgaard2f192592011-02-24 20:56:15 +01004865
Peter Korsgaard2d3d6182011-02-24 10:10:16 +010048662011.02-rc2, Released February 24th, 2011:
Peter Korsgaard2b41d7f2011-02-23 23:30:33 +01004867
4868 Fixes all over the tree.
4869
4870 Festival packages marked as broken. Unless someone steps up
4871 to support them, they will be removed during the 2011.05
4872 development cycle.
4873
4874 Updated/fixed packages: atk, avahi, bind, cairo, dbus,
4875 enchant, fakeroot, gmpc, gpsd, gvfs, iperf, jpeg, libarchive,
4876 libcgicc, libdaemon, libdrm, libevent, libgail, libglib2,
4877 libgpg-error, libmicrohttpd, librsvg, libsoup, libxcp,
Thomas De Schampheleirea85971a2011-02-23 17:44:41 +01004878 makedevs, matchbox-fakekey, matchbox-startup-monitor, mdadm,
Gustavo Zacariasfd2bd9e2011-02-21 16:25:06 -03004879 metacity, mpd, nasm, nfs-utils, olsr, openssl, popt,
4880 pthread-stubs, quagga, rpm, samba, sdl, sdl_gfx, sdl_image,
Peter Korsgaardc9253252011-02-24 09:43:52 +01004881 sdl_mixer, sdl_sound, sdl_ttf, squashfs, synergy, taglib,
4882 tcpreplay, tiff, wpa_supplicant, xcb-util,
Peter Korsgaard2b41d7f2011-02-23 23:30:33 +01004883 xdriver_xf86-input-{acepad,aiptek,evdev,joystick,keyboard},
4884 xdriver_xf86-input-{mouse,synaptics,void},
4885 xdriver_xf86-video-{chips,dummy,geode,glide,intel,nv,wsfb},
4886 xlib_lib{ICE,SM,XScrnSaver,Xau,Xcursor,Xdmcp,Xi,Xinerama},
4887 xlib_lib{Xrandr,Xt,Xtst,Xxf86dga,Xxf86vm,dmx,fontenc,pciaccess},
4888 xserver_xorg-server, xz
4889
4890 Removed packages: ace_of_penguins, vlc
4891
4892 Issues resolved (http://bugs.uclibc.org):
4893
Gustavo Zacariasd17c1652011-02-03 09:55:48 -03004894 #3205: Failing chmod when running "make" in buildroot (openssl)...
Gustavo Zacariasfd2bd9e2011-02-21 16:25:06 -03004895 #3277: quagga fails to build with SNMP support
Peter Korsgaard2b41d7f2011-02-23 23:30:33 +01004896 #3283: See why nfs-utils needs fakeroot, and convert to autotools
Peter Korsgaardc9253252011-02-24 09:43:52 +01004897 #3307: synergy fails to build due to missing XTest library
Peter Korsgaard2b41d7f2011-02-23 23:30:33 +01004898
Peter Korsgaard51f88022011-02-14 22:36:21 +010048992011.02-rc1, Released February 14th, 2011:
4900
4901 Fixes all over the tree and new features.
Peter Korsgaarda8ecce02010-12-03 11:56:28 +01004902
Peter Korsgaard26450042011-01-28 10:43:13 +01004903 External toolchain improvements: clarification of the options,
4904 and introduction of the toolchain profile concept, for
4905 well-known toolchains. Buildroot is now capable of
4906 automatically downloading and extracting well-known toolchains
4907 (for the moment, CodeSourcery ARM, PowerPC, MIPS and SuperH
Peter Korsgaard4120e052011-02-13 22:58:31 +01004908 toolchains are supported). Crosstool-NG backend updated and
4909 improved.
Peter Korsgaard26450042011-01-28 10:43:13 +01004910
4911 Complete rework of how hardware boards are supported.
4912 Each board now only has a single defconfig file, and all
4913 board-specific options have been removed. See
4914 docs/buildroot.html#board_support for details.
4915
4916 Added support for the following boards: Mini2440, Qemu ARM
4917 Versatile, Qemu MIPSel Malta, Qemu PowerPC G3beige, Qemu SH4
4918 r2d and Qemu x86. The Qemu boards support allows to easily
4919 build systems that are known to work under Qemu.
4920
Peter Korsgaard4120e052011-02-13 22:58:31 +01004921 Initial support for Blackfin processors.
4922
Peter Korsgaard26450042011-01-28 10:43:13 +01004923 Staging directory moved into $(O)/host/usr/<tuple>/sysroot, in
4924 preparation for support of SDK. For the same reason, the
4925 toolchain binaries (cross-compiler and other related tools)
Peter Korsgaardd1a93022011-02-02 22:44:21 +01004926 are now installed in $(O)/host/usr/bin/. The cross pkg-config
4927 now also automatically returns correct values for cross
4928 compilation, without needing any environment variables to be
4929 set.
Peter Korsgaard26450042011-01-28 10:43:13 +01004930
Thomas Petazzoni17b66af2010-12-07 21:09:56 +01004931 Ccache support reworked. Now used for both host and target
4932 compilation, and cache is stored in ~/.buildroot-ccache.
4933
Peter Korsgaard26450042011-01-28 10:43:13 +01004934 Toolchain: uClibc 0.9.32-rc2, several components moved to
Peter Korsgaard639e80f2011-01-03 00:11:40 +01004935 normal AUTOTARGET packages.
4936
Peter Korsgaard26450042011-01-28 10:43:13 +01004937 Generic cmake infrastructure, similar to the existing
4938 GENTARGETS/AUTOTARGETS.
4939
Peter Korsgaard639e80f2011-01-03 00:11:40 +01004940 Support for bzr downloads, next to the existing git/svn support.
4941
Peter Korsgaardd1a93022011-02-02 22:44:21 +01004942 Kconfig infrastructure rebased against 2.6.38-rc3, bringing
4943 misc fixes. 'xconfig' now uses Qt4 rather than Qt3.
4944
Peter Korsgaarda7f40df2011-01-14 22:02:47 +01004945 EXT2 file system size handling improved, UBI image support, fs
4946 configuration options cleanup, U-Boot/Barebox version bumps.
Peter Korsgaard639e80f2011-01-03 00:11:40 +01004947
4948 Updated/fixed packages: alsa-utils, at, autoconf, automake,
Peter Korsgaard4120e052011-02-13 22:58:31 +01004949 bash, binutils, bison, busybox, bzip2, cdrkit, cloop, cmake,
Peter Korsgaardd1a93022011-02-02 22:44:21 +01004950 coreutils, cups, dbus, dbus-python, dhcp, directfb,
Peter Korsgaard4120e052011-02-13 22:58:31 +01004951 direcfb-examples, dmalloc, dnsmasq, dosfstools, e2fsprogs, ed,
4952 fbset, ffmpeg, findutils, flac, freetype, gdk-pixbuf, gmp,
4953 grep, gperf, gst-ffmpeg, gst-plugins-bad, gst-plugins-base,
4954 gst-plugins-good, gst-plugins-ugly, gstreamer, gvfs, hdparm,
4955 hostapd, i2c-tools, icu, imagemagick, input-tools, iproute2,
4956 iptables, iw, jpeg, kexec, libaio, libart, libcap, libconfig,
4957 libfuse, libglib2, libidn, libmad, libogg, libpcap, libpng,
4958 libsndfile, libtheora, libtool, libusb-compat, libvorbis,
4959 libxcb, libxml2, libxslt, links, linux-fusion, lm-sensors,
4960 lsof, ltp-testsuite, ltrace, lvm2, lzo, m4, makedevs,
4961 memtester, mesa3d, mii-diag, mpc, mpfr, mpg123, mplayer,
4962 mrouted, mtd-utils, nano, netperf, netplug, ntfs-3g, ntp,
4963 openssh, openssl, openvpn, oprofile, pango, patch, pciutils,
4964 php, pkgconfig, portmap, psmisc, python, qt, rsync, ruby,
4965 sawman, screen, sdl_gfx, sdl_sound, smartmontools, socat,
4966 sqlite, squid, sshfs, sstrip, sysklogd, sysstat, sysvinit,
4967 tar, tcpdump, tslib, udev, usbutils, vim, vtun, webkit, wipe,
4968 x11vnc, xapp_xlogo, xcb-proto, xfont_font-util,
4969 xkeyboard-config, xlib_libX11, xz, zlib
Peter Korsgaarda8ecce02010-12-03 11:56:28 +01004970
Peter Korsgaard4120e052011-02-13 22:58:31 +01004971 New packages: dhrystone, dsp-tools, faad2, fbgrab, gst-dsp,
4972 gst-omapfb, irda-utils, lame, libao, libcue, libcuefile,
4973 libffi, libhid, libreplaygain, libsamplerate, libsigc++,
4974 lsuio, mpd, musepack, python-mad, python-serial, rsh-redone,
4975 sdparm, tidsp-binaries, vorbis-tools, wavpack, whetstone,
4976 xl2tp, xmlstarlet
Mike Frysinger95f17bf2010-11-20 01:52:43 -05004977
Martin Banky767dce82010-12-12 22:54:05 +01004978 Removed packages: hotplug, l2tp, libfloat, microcom,
4979 ng-spice-rework
Thomas Petazzoniaf6fd2d2010-12-12 22:53:56 +01004980
Frederik Paschd3d67f72010-12-08 23:09:03 +01004981 Issues resolved (http://bugs.uclibc.org):
4982
Peter Korsgaardd1a93022011-02-02 22:44:21 +01004983 #267: The make target: cross fails because toolchain_build_...
4984 #415: Berkeley DB: mut_pthread.o: relocation R_X86_64_32 against...
Peter Korsgaardf362c512010-12-14 20:45:59 +01004985 #561: ltp-testsuite failed to install
Peter Korsgaardd1a93022011-02-02 22:44:21 +01004986 #1447: Installing gfortran on PowerPC
Peter Korsgaardf362c512010-12-14 20:45:59 +01004987 #1651: Build fail caused by ccache in module-init-tools
Peter Korsgaard6d171922011-01-31 21:30:05 +01004988 #1681: Cross-compiled binaries shouldn't be installed into staging
Peter Korsgaardd1a93022011-02-02 22:44:21 +01004989 #1723: [PATCH] axel: convert to generic package infrastructure and...
Peter Korsgaardf362c512010-12-14 20:45:59 +01004990 #1735: [PATCH] mplayer: convert to autotools infrastructure
Peter Korsgaardd1a93022011-02-02 22:44:21 +01004991 #2551: [PATCH] native toolchain in the target filesystem fails
4992 #2623: buildroot-snapshot-20100922 fails when compiling development...
Matt Fleming7879a4b2010-09-24 14:43:17 +01004993 #2647: makedevs package lacks support for 16-bit major/minor numbers
Thomas Petazzoni4c31d752010-12-22 14:07:09 +01004994 #2371: QT MYSQL Module does not build when MySQL installed on the host
Peter Korsgaard6d171922011-01-31 21:30:05 +01004995 #2839: compile fails in various packages with a odd message "error:...
Peter Korsgaardd1a93022011-02-02 22:44:21 +01004996 #2887: tar "buffer overflow detected" error
Peter Korsgaard6d171922011-01-31 21:30:05 +01004997 #2893: Broken "make source" with external toolchain
Frederik Paschd3d67f72010-12-08 23:09:03 +01004998 #2905: Qt: Speed up compilation, if gui-module isn't selected
Peter Korsgaardeeea3ea2010-12-30 23:10:21 +01004999 #2929: genext2fs: couldn't allocate a block (no free space)
Gustavo Zacarias14a971a2011-02-03 17:45:57 -03005000 #2935: Ntpdate isn't installed
Thomas Petazzoni6ddf4702010-12-22 10:35:04 +01005001 #2965: Broken linkage to xkbcomp (blocking X server startup)
Thomas Petazzonieb563852010-12-21 14:14:53 +01005002 #2983: xlib_libX11 build failed
Andy Kennedy87a5a192011-01-14 15:53:03 -06005003 #3007: kexec doesn't build: Missing regdef.h file
Peter Korsgaardd1a93022011-02-02 22:44:21 +01005004 #3085: Init scripts are not compatible with sysVinit (when busybox...
Gustavo Zacarias9bc58a42011-01-17 09:13:42 -03005005 #3103: make external-deps wants to download gcc-.tar.bz2 when...
Kim Jae-hui0705e442011-01-18 09:20:38 +01005006 #3109: abnormal `make busybox-menuconfig`
Peter Korsgaardd1a93022011-02-02 22:44:21 +01005007 #3115: How about board specific makefiles?
Mark Wickhamc18c1d62011-02-04 19:45:46 +01005008 #3169: python patch has typo, aborts build in scenario
Peter Korsgaard6bfe2932011-02-01 14:25:05 +01005009 #3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/
Frederik Paschd3d67f72010-12-08 23:09:03 +01005010
Peter Korsgaarddbc45b02010-11-30 16:52:43 +010050112010.11, Released November 30th, 2010:
Will Newton32b74802010-11-26 12:58:15 +00005012
Marcelo Roberto Jimenez1fbd9ef2010-11-25 15:38:31 -02005013 Fixes all over the tree.
Will Newton32b74802010-11-26 12:58:15 +00005014
Gustavo Zacarias5cafae42010-11-08 13:40:35 -03005015 Updated/fixed packages: libgcrypt, qt, squid, sysstat, tcpdump,
Gustavo Zacariase7fbeda2010-11-18 19:26:45 -03005016 xserver-xorg
Will Newton32b74802010-11-26 12:58:15 +00005017
Marcelo Roberto Jimenez1fbd9ef2010-11-25 15:38:31 -02005018 Issues resolved (http://bugs.uclibc.org):
5019
Gustavo Zacarias5cafae42010-11-08 13:40:35 -03005020 #2773: squid with openssl support needs openssl on the host
Marcelo Roberto Jimenez1fbd9ef2010-11-25 15:38:31 -02005021 #2857: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
5022
Peter Korsgaard09af8382010-11-25 11:29:30 +010050232010.11-rc2, Released November 25th, 2010:
Peter Korsgaarddfbb3892010-11-17 07:27:11 +01005024
5025 Fixes all over the tree.
5026
Peter Korsgaard09af8382010-11-25 11:29:30 +01005027 Add support for LEON Sparc architecture variants. Fix make
5028 source/external-deps for host packages.
Konrad Eiselefe629f92010-11-09 13:27:34 -03005029
Peter Korsgaardb9c58092010-11-25 11:07:08 +01005030 Updated/fixed packages: bash, bind, busybox, dialog, gpsd,
5031 libglib2, libcurl, libmad, lrzsz, midori, module-init-tools,
5032 mtd-utils, openssh, openssl, pciutils, php, qt, sqlite,
5033 sysstat, webkit, zlib
Peter Korsgaarddfbb3892010-11-17 07:27:11 +01005034
5035 Issues resolved (http://bugs.uclibc.org):
5036
Gustavo Zacarias47416622010-11-16 10:14:45 -03005037 #759: Sysstat build broken without libintl
Peter Korsgaard84a6f532010-11-18 10:28:11 +01005038 #2479: host-module-init-tools 3.11 fails to build
Peter Korsgaardb95ccd52010-11-19 16:41:00 +01005039 #2725: Buildroot overrides kernel config
Peter Korsgaardadb0dff2010-11-18 21:50:25 +01005040 #2785: mtd-utils build fails due to missing libmtd
Thomas Rudin972cd422010-11-15 17:12:49 -03005041 #2791: Added PHP-Process Control to the PHP-Package
Stanislav Bogatyreve5edc732010-11-15 16:23:30 -03005042 #2797: pciutils dependencies on zlib not taken into account
Peter Korsgaarddfbb3892010-11-17 07:27:11 +01005043 #2809: failed to compile libglib2
Peter Korsgaarde25fe722010-11-17 22:00:29 +01005044 #2821: [PATCH] Patch for JavaScriptCore in QtWebKit module
5045 #2827: qt-4.7.0-pthread_getattr_np.patch invalid for qt 4.6...
Gustavo Zacariase855e2b2010-11-05 17:20:16 -03005046 #2833: Failed to compile webkit without X11
Peter Korsgaarddfbb3892010-11-17 07:27:11 +01005047
Peter Korsgaardea252b02010-11-08 10:24:31 +010050482010.11-rc1, Released November 8th, 2010:
Peter Korsgaard9bc12b82010-09-02 17:07:22 +02005049
Peter Korsgaardea252b02010-11-08 10:24:31 +01005050 Fixes all over the tree and new features.
Peter Korsgaardbfa9e9e2010-09-05 22:42:01 +02005051
5052 Kconfig infrastructure rebased against 2.6.36-rc1, bringing
5053 misc fixes + nconfig and savedefconfig targets.
5054
Yann E. MORIN10c1eec2010-09-19 21:54:09 +02005055 Toolchain: ARM cortex A9 support, experimental crosstool-ng
Peter Korsgaard3daa9122010-11-05 07:32:52 +01005056 backend, GCC 4.5.x.
Peter Korsgaard92870a72010-09-12 19:36:57 +02005057
Peter Korsgaard785fef12010-09-20 16:19:26 +02005058 Fs: Squashfs 4.1 with lzo support
5059
Peter Korsgaard1860bda2010-09-16 13:25:32 +02005060 Old-style package hooks (*_HOOK_POST_*) removed. Use the more
5061 generic new-style ones instead.
5062
Peter Korsgaarda1726112010-09-16 22:33:06 +02005063 Download handling reworked and support for git/svn downloads
5064 added.
5065
Thomas Petazzoni5f71fc12010-11-04 20:31:25 +01005066 Removed experimental shared config.cache support, as it is
5067 too unreliable.
5068
Yann E. MORINaefad532010-09-26 10:56:12 +02005069 A convenience Makefile wrapper is created when using
5070 out-of-tree building, similar to how it is done for the kernel.
5071
Peter Korsgaard9f36bd42010-09-30 14:44:14 +02005072 Alpha, Cris, IA64 and Sparc64 architecture support removed.
5073
Gustavo Zacarias666bef22010-11-02 16:35:11 -03005074 New packages: argp-standalone, gdk-pixbuf, gpsd, gst-ffmpeg,
Felipe Contreras603030a2010-09-20 02:44:40 +03005075 libmpeg2, kbd, librsvg, nuttcp, rng-tools, rrdtool, xz
Peter Korsgaardd380d512010-09-20 17:32:46 +02005076
Martin Banky299f7822010-09-26 00:13:52 -07005077 Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf,
Peter Korsgaardedfb1262010-09-27 22:08:39 +02005078 automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa,
Peter Korsgaardf8b8a482010-10-06 16:44:57 +02005079 bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb,
Gustavo Zacariasfe67fb02010-11-02 16:30:12 -03005080 dmraid, docker, dosfstools, dropbear, e2fsprogs, ethtool,
5081 expat, ezxml, fbset, fconfig, ffmpeg, freetype, gadgetfs-test,
5082 gamin, gawk, genext2fs, gperf, gst-plugins-base,
5083 gst-plugins-ugly, gtk2-themes, gtkperf, gvfs, haserl, hdparm,
5084 hostapd, hwdata, ifplugd, imagemagick, iperf, ipsec-tools,
5085 iproute2, iptables, iw, jpeg, kexec, kismet, less, libcgi,
5086 libcurl, libdaemon, libdnet, liberation, libevent, libeXosip2,
5087 libglade, libgtk2, libiconv, libidn, libintl, libmms, libmpd,
5088 libnl, liboil, libosip2, libpcap, libpng, libtool, libungif,
5089 libxml2, libxslt, lighttpd, lite, lm-sensors, lockfile-progs,
Paulius Zaleckasc2d60952010-11-04 10:57:27 +02005090 logrotate, m4, matchbox, mdadm, mesa3d, metacity, mplayer,
5091 mtd-utils, mysql_client, nano, nbd, ncftp, neon, netperf,
5092 netsnmp, ng-spice-rework, ntfsprogs, ntp, openntpd, openssh,
5093 openssl, openvpn, oprofile, pango, patch, pcre, php,
Martin Bankyed720e82010-10-08 01:43:02 -07005094 pkg-config, portmap, pppd, pptp-linux, prboom, proftpd, radvd,
Paulius Zaleckasc2d60952010-11-04 10:57:27 +02005095 rdesktop, readline, rp-pppoe, ruby, qt, quagga, samba, sawman,
Martin Banky2d925fc2010-10-08 01:43:05 -07005096 sdl_mixer, sdl_sound, sed, setserial, shared-mime-info, slang,
Peter Korsgaard70fb5d42010-11-07 20:25:39 +01005097 speex, sqlite, squashfs, startup-notification, strace,
5098 sylpheed, sysstat, taglib, tcpdump, thttpd, tiff, tn5250,
5099 torsmo, tslib, udev, udpcast, usbmount, usbutils, vsftpd,
5100 vtun, which, wireless-tools, wpa_supplicant, xapp_twm,
5101 xapp_xbacklight, xapp_xcursorgen, xapp_xinit, xapp_xinput,
5102 xapp_xmore,
Peter Korsgaardedfb1262010-09-27 22:08:39 +02005103 xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
5104 xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
5105 xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
5106 xdriver-xf86-video-{geode,glide,glint,i128,i740,intel,mach64},
5107 xdriver-xf86-video-{mga,neomagic,newport,nv,openchrome,r128},
5108 xdriver-xf86-video-{rendition,s3,s3virge,savage,siliconmotion},
5109 xdriver-xf86-video-{sis,sisusb,suncg3,suncg6,suncg14,sunffb},
5110 xdriver-xf86-video-{sunleo,suntcx,tdfx,tga,trident,v4l,vesa},
5111 xdriver-xf86-video-{vmware,voodeo,wsfb,xgi,xgixp},
Paulius Zaleckas1bc5b0b2010-11-04 10:58:33 +02005112 xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke,
5113 xterm, xvkbd, zlib
Gustavo Zacariasf661b022010-09-01 09:24:37 -03005114
Peter Korsgaard2b9e2fb2010-11-05 14:24:08 +01005115 Deprecated packages: hotplug, lzma, ng-spice-rework, sfdisk
Peter Korsgaard06d03782010-09-20 22:35:16 +02005116
Peter Korsgaardba4fd232010-09-13 14:10:09 +02005117 Removed packages: dillo, libglib12, libgtk12, microwin,
Peter Korsgaard771d7632010-09-13 23:04:15 +02005118 pcmcia
Peter Korsgaard5ba97d92010-09-13 00:20:25 +02005119
Paul Burtone0941402010-09-17 14:22:15 +01005120 Issues resolved (http://bugs.uclibc.org):
5121
Peter Korsgaard6d3342e2010-11-05 07:00:18 +01005122 #901: new package: gpsd
Peter Korsgaard61f432f2010-10-14 22:25:07 +02005123 #2389: Generate a Makefile wrapper in $(O)
Peter Korsgaard70fb5d42010-11-07 20:25:39 +01005124 #2461: wireless_tools: install shared library if needed
Peter Korsgaard5e6e63e2010-09-25 23:48:50 +02005125 #2521: Can't compile sdl_mixer, mikmod.h can't be found
Peter Korsgaard69a89912010-11-07 21:02:38 +01005126 #2533: xserver_xorg-server: Enable glx, if mesa3d is built
Peter Korsgaardedfb1262010-09-27 22:08:39 +02005127 #2563: [PATCH] cairo: Expose the configure option to disable some...
Paul Burtone0941402010-09-17 14:22:15 +01005128 #2581: libmms: Update to 0.6, and patch to work on architectures...
Peter Korsgaard891973f2010-10-17 23:32:37 +02005129 #2707: Can't compile linux kernel using buildroot + crosstool-ng
Peter Korsgaard64d8e9a2010-11-07 19:33:11 +01005130 #2731: Build order
Peter Korsgaard93736772010-11-07 19:52:13 +01005131 #2737: buildroot configuration tool crashing when the path exceeds...
Andy Gibbs44b170e2010-11-03 15:09:24 +01005132 #2767: Build for lsof broken in buildroot-2010.08
Paul Burtone0941402010-09-17 14:22:15 +01005133
Peter Korsgaard32b8d432010-09-01 00:07:06 +020051342010.08: Released August 31th, 2010:
Yann E. MORIN49736322010-08-30 15:21:53 +02005135
5136 Fixes all over the tree.
5137
Peter Korsgaard40f8f3f2010-08-30 22:52:01 +02005138 Updated/fixed packages: atk, xstroke
Yann E. MORIN49736322010-08-30 15:21:53 +02005139
Peter Korsgaard1424ff12010-08-31 23:14:47 +02005140 Removed packages: lxdoom
5141
Peter Korsgaarddc3a7eb2010-08-30 11:16:33 +020051422010.08-rc2, Released August 30th, 2010:
Peter Korsgaard2e7ab322010-08-25 16:33:01 +02005143
5144 Fixes all over the tree.
5145
5146 Mark the combination of uClibc 0.9.31, gcc 4.2.x, C++ and
Peter Korsgaardfb67a2d2010-08-30 11:05:32 +02005147 locale support as broken. Remove deprecated GCC 4.2.[1-3]
5148 versions.
Peter Korsgaard2e7ab322010-08-25 16:33:01 +02005149
5150 Mark CRIS architecture as deprecated, as it is discontinued
5151 upstream.
5152
Peter Korsgaardb6806722010-08-25 17:29:09 +02005153 Marked shared config.cache as experimental and disabled by
5154 default as it is known to break with certain package
5155 combinations.
5156
Khem Raj1ed2e4f2010-08-12 15:34:44 -07005157 Toolchain: fixed gcc 4.2.x build after uClibc NPTL support got
5158 added.
5159
Stanislav Bogatyrev62b4c672010-08-27 17:00:39 +02005160 fs: old-style squashfs for big endian archs fixed.
5161
Peter Korsgaard1c4dbb52010-08-30 10:02:39 +02005162 Updated/fixed packages: busybox, gst-plugins-base,
Thomas Petazzoni2ab8ec92010-08-29 19:38:04 +02005163 imagemagick, kismet, libgail, libglib2, libgtk2, lua,
5164 luafilesystem, lzo, ncurses, netcat, pango, php, pppd,
5165 proftpd, qt, samba, startup-notification, swfdec, sysvinit,
5166 util-linux
Peter Korsgaard2e7ab322010-08-25 16:33:01 +02005167
Peter Korsgaard6c519382010-08-29 22:04:02 +02005168 Removed packages: stunnel
5169
Peter Korsgaard2e7ab322010-08-25 16:33:01 +02005170 Issues resolved (http://bugs.uclibc.org):
5171
5172 #635: util-linux fails to build in 2009.08
5173 #2239: netcat package installs its binary to target as avr32-linux...
Peter Korsgaardeba71322010-08-30 10:42:55 +02005174 #2395: libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because...
Simon Paschc4cdcc32010-08-29 23:32:33 +02005175 #2443: Initramfs: Don't overwrite $(TARGET_DIR)/init if it exists
Stanislav Bogatyreve8fdc082010-08-29 00:10:59 +02005176 #2449: Minor fixes for squashfs makefile and correct PowerPC e500 ...
Peter Korsgaard2e7ab322010-08-25 16:33:01 +02005177
Peter Korsgaard2ef83b42010-07-30 12:35:45 +020051782010.08-rc1, Released July 30th, 2010:
Peter Korsgaarddc5e22e2010-06-01 22:02:43 +02005179
Peter Korsgaard2b42aae2010-06-05 21:09:05 +02005180 Fixes all over the tree and new features.
5181
Peter Korsgaard5fd095b2010-06-15 23:10:03 +02005182 Toolchain: GCC 4.3.5, older 4.3.x versions removed. GCC 4.1.2
Peter Korsgaardebf21162010-07-29 17:02:29 +02005183 and non-sysroot support removed. Added support for (snapshot)
5184 NPTL in uClibc, 0.9.28.3 removed,
Peter Korsgaard144e4ed2010-06-15 22:58:17 +02005185
Peter Korsgaarda7a3e752010-06-14 22:25:32 +02005186 Bootloaders: Various cleanups, moved to boot/, added Barebox,
Peter Korsgaardb9997ca2010-07-05 16:54:45 +02005187 removed yaboot. Support building u-boot from custom tarball,
5188 u-boot 2010.06.
Peter Korsgaarda7a3e752010-06-14 22:25:32 +02005189
Peter Korsgaard2b42aae2010-06-05 21:09:05 +02005190 New GTK-based configurator, usable using 'make gconfig'.
Peter Korsgaard3c5deb92010-06-02 21:02:45 +02005191
Peter Korsgaard39e6ba12010-07-26 22:25:19 +02005192 Java packages marked as broken. Unless someone steps up to
5193 support this, they will be removed during the 2010.11
5194 development cycle.
5195
Thomas Petazzonia563a662010-07-26 18:15:11 +02005196 Alpha, IA64 and Sparc64 architectures marked as deprecated.
Peter Korsgaard13a10a02010-07-28 16:27:09 +02005197 GTK+ on DirectFB has also been marked as deprecated, as it is
5198 not supported in recent GTK+ versions, and more and more
5199 packages depends on the new versions.
Thomas Petazzonia563a662010-07-26 18:15:11 +02005200 Unless someone steps up to support them, they will be removed
5201 during the 2010.11 development cycle.
5202
Peter Korsgaardab10ed82010-07-05 11:01:55 +02005203 New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
Peter Korsgaard2c31d742010-07-30 13:03:59 +02005204 libgail, luafilesystem, luasocket, rings, wsapi, xavante, xterm
Gustavo Zacariasa8495cd2010-05-10 14:42:13 -03005205
Peter Korsgaard18fa12f2010-07-27 23:01:29 +02005206 Updated/fixed packages: alsa-lib, alsamixergui, at, atk,
5207 avahi, berkeleydb, bash, blackbox, busybox, bzip2, cairo,
5208 cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc,
5209 dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig,
5210 gawk, gmpc, gnuchess, gst-plugins-base, gst-plugins-good,
Gustavo Zacariasee779632010-07-22 12:50:54 -03005211 gstreamer, gzip, icu, intltool, iostat, ipsec-tools, iptables,
Peter Korsgaardac9ee0b2010-07-30 10:24:08 +02005212 iw, libart, libcgi, libcurl, libdrm, libeXosip, libfuse,
5213 libglib2, libgpg-error, libiconv, libidn, liblockfile, libpng,
5214 libsoup, lighttpd, links, linux-fusion, lmbench, lrzsz,
5215 ltrace, make, midori, module-init-tools, mplayer,
5216 mysql_client, nbd, ncurses, neon, netcat, netperf, netsnmp,
5217 ntfsprogs, openssl, oprofile, pango, php, qt, quagga, samba,
5218 setserial, sdl, sdl_mixer, sdl_sound, sdl_ttf, speech-tools,
5219 sqlite, squashfs, swfdec, tftpd, thttpd, tn5250, tremor,
5220 usbutils, webif, webkit, wireless_tools, xerces,
5221 xkeyboard-config, xserver_xorg-server, xvkbd, zlib
Peter Korsgaard3c5deb92010-06-02 21:02:45 +02005222
Peter Korsgaard2c31d742010-07-30 13:03:59 +02005223 Removed packages: modutils, portage, rxvt
Gustavo Zacarias6ef6e962010-06-05 23:00:14 +02005224
Thomas Petazzonie475cf02010-07-25 16:53:52 +02005225 Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia
Peter Korsgaardf4800b42010-07-22 21:43:45 +02005226
Peter Korsgaard3c5deb92010-06-02 21:02:45 +02005227 Issues resolved (http://bugs.uclibc.org):
5228
Peter Korsgaard5bf7eb22010-07-19 09:41:59 +02005229 #321: alsa-lib uses host include files for python which breaks ...
Peter Korsgaardacb86ba2010-07-18 22:15:37 +02005230 #361: linux kernel configuration choice works incorrectly
Peter Korsgaardad36fcd2010-07-18 22:35:57 +02005231 #387: Tremor not installed to toolchain
Luca Ceresoli5db72042010-06-14 21:41:45 +02005232 #401: new package: ffmpeg
Peter Korsgaardacb86ba2010-07-18 22:15:37 +02005233 #475: uImage target for U-boot failed generating
Peter Korsgaard31aab0c2010-07-30 10:42:02 +02005234 #543: ATK requires X11 on DirectFB target
5235 #575: webkit: Buildroot Libtool Patch Fails
Peter Korsgaardacb86ba2010-07-18 22:15:37 +02005236 #583: build fails with external x86_64 toolchain
Peter Korsgaardad36fcd2010-07-18 22:35:57 +02005237 #729: sstrip creates corrupted headers
Peter Korsgaard18fa12f2010-07-27 23:01:29 +02005238 #829: Webkit r44552 needs libXt
Peter Korsgaard868ed552010-06-18 22:13:12 +02005239 #835: Package Dataflashboot-1.05 does not compile with buildroot...
Peter Korsgaard31aab0c2010-07-30 10:42:02 +02005240 #847: Compiling target-gcc v4.4 fails with "libc.so.0: cannot open...
5241 #859: Add (head of) nptl branch to list of uClibc versions
5242 #949: compile with debug info
5243 #955: Grub fails to build with External Toolchain
Peter Korsgaard18fa12f2010-07-27 23:01:29 +02005244 #1051: Webkit doesn't compile (Linuxthreads new, x86)
Will Wagner39ca6d52010-01-11 12:28:50 +00005245 #1213: Move .config into output directory
Peter Korsgaard31aab0c2010-07-30 10:42:02 +02005246 #1225: Buildroot fails to account for "nof" subdirectory (no float...
5247 #1231: (sparc) Linux kernel fails to build
5248 #1261: The getline() in output/build/linux-2.6.28/scripts/unifdef.c...
5249 #1339: Busybox needs -fno-strict-aliasing to compile cleanly
Peter Korsgaard5bf7eb22010-07-19 09:41:59 +02005250 #1393: neon config fails libxml/parser.h: libxml2 requires, but not ...
Peter Korsgaard18fa12f2010-07-27 23:01:29 +02005251 #1405: WebKit fails to build because pthread_getattr_np is not impl...
Peter Korsgaard31aab0c2010-07-30 10:42:02 +02005252 #1675: GMP Error during buildroot make process
5253 #1741: external toolchain linking error
Kelvin Cheung41580882010-06-08 13:30:26 +08005254 #1753: lmbench: convert to generic package infrastructure
Thomas Petazzoni3754c512010-06-05 17:18:40 +02005255 #1771: Fakeroot and the target/generic/device_table.txt create bad...
Peter Korsgaarde9bc59e2010-06-07 15:44:30 +02005256 #1807: LZMA 4.32.7, Required header file(s) are missing
Paul Jonesd74be052010-06-06 09:29:04 +10005257 #1813: xkeyboard-config fails to build because of intltool problem
Gustavo Zacariasa0ce68d2010-05-27 14:35:34 -03005258 #1879: Bump iptables to 1.4.8
Gustavo Zacariasaccf2eb2010-05-10 14:58:33 -03005259 #1885: Add a bunch of lua modules
Gustavo Zacarias3638e522010-05-20 11:41:45 -03005260 #1897: Bump libusb to 1.0.7
Gustavo Zacarias8ac2bba2010-06-02 11:54:14 -03005261 #1903: Bump tn5250 to 0.17.4 and migrate to autotargets
Peter Korsgaard3c5deb92010-06-02 21:02:45 +02005262 #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
Gustavo Zacarias0b8c4972010-06-08 13:43:10 -03005263 #1927: Bump file to 5.03 and migrate to autotargets
Gustavo Zacarias8cd06962010-06-07 11:35:58 -03005264 #1933: Bump gawk to 3.1.8 and migrate to autotargets
Gustavo Zacariasd9c2b632010-06-03 15:45:24 -03005265 #1945: PHP: add sqlite3 dependency when using external lib
Gustavo Zacarias3dbc86f2010-06-03 17:10:10 -03005266 #1951: Bump openssl to 0.9.8o
Gustavo Zacariascffb9cf2010-06-03 15:46:14 -03005267 #1957: Bump sqlite to 3.6.23.1
Gustavo Zacarias237c98b2010-06-07 17:09:43 -03005268 #1975: Package removal/deprecation
Paul Jonesd47c73e2010-06-07 22:33:06 +10005269 #1981: zlib: bump to 1.2.5
Paul Jones8df21522010-06-08 10:29:18 +10005270 #1987: intltool: Fix spelling mistake
Gustavo Zacarias3404ad72010-06-09 10:36:26 -03005271 #1993: Bump bash to 4.1.7(1) and migrate to autotargets
Nick Leverton016eb672010-06-09 12:04:25 +02005272 #1999: Typo in path checking
Gustavo Zacarias1c7de592010-06-24 09:11:06 -03005273 #2005: Bump dnsmasq to 2.55 and migrate to gentargets
Peter Korsgaarddff1d592010-06-13 14:24:48 +02005274 #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x
Gustavo Zacariasc32ce8b2010-06-08 16:22:50 -03005275 #2038: Bump ncurses to 5.7
Slava Zanko1b10ce72010-06-24 12:00:59 +03005276 #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
Peter Korsgaardca3489d2010-07-02 14:04:34 +02005277 #2101: blackbox depends on locale support
Thomas Petazzoni93e80142010-06-26 00:02:27 +02005278 #2119: Tries to build kernel, although disabled in config
Peter Korsgaard31aab0c2010-07-30 10:42:02 +02005279 #2125: libXfont build fail
Peter Korsgaarde09aa602010-07-06 14:19:36 +02005280 #2143: buildroot compiler generates segfaulting statically linked exe..
Peter Korsgaard31aab0c2010-07-30 10:42:02 +02005281 #2149: xterm build failure
Peter Korsgaard9280caf2010-07-01 15:35:00 +02005282 #2155: Compression lzo don't set for ubifs
Peter Korsgaardccd0fc42010-07-27 09:08:01 +02005283 #2161: [SECURITY] Update libpng to 1.2.44
Gustavo Zacarias3169aae2010-07-08 14:20:06 -03005284 #2167: Bump busybox to 1.17.0, convert to gentargets, drop 1.12, ...
Peter Korsgaard31aab0c2010-07-30 10:42:02 +02005285 #2181: pixman can't apply pixman-0.10.0-no-tests.patch
Peter Korsgaard1eb59f52010-07-17 00:02:13 +02005286 #2191: linux-fusion build fail
Peter Korsgaardb9221512010-07-16 23:54:21 +02005287 #2221: Qt does not compile (dependencies not taken into account?)
Peter Korsgaard58ddb372010-07-18 22:21:59 +02005288 #2233: Atmel atstk target skeletons have /etc/mtab as a file, not ...
Nick Leverton6c387f22010-07-20 08:58:01 +02005289 #2245: Netcat does not work due to incorrect assumptions about signed..
Peter Korsgaard7f16e542010-07-20 09:19:55 +02005290 #2251: directory output/build after make *_defconfig not found
Peter Korsgaard0c271d52010-07-29 09:10:25 +02005291 #2257: Convert netsnmp package to autotargets
5292 #2263: Bump samba to 3.3.13
Thomas Petazzoniaaa2b662010-07-25 16:53:51 +02005293 #2269: setserial causes make error
Peter Korsgaard3c5deb92010-06-02 21:02:45 +02005294
Peter Korsgaard07da6192010-05-30 22:24:10 +020052952010.05, Released May 30th, 2010:
Peter Korsgaard170b3d32010-05-27 14:48:47 +02005296
5297 Fixes all over the tree.
5298
Peter Korsgaarda4bba082010-05-30 09:32:15 +02005299 Updated/fixed packages: coreutils, hal, libcap,
5300 lockfile-progs, ncftp, xserver_xorg-server
Gustavo Zacarias2816c332010-05-28 14:34:27 -03005301
5302 Issues resolved (http://bugs.uclibc.org):
5303
Peter Korsgaarde1a7d912010-05-30 10:40:19 +02005304 #1789: binutils fails to build for i386
Gustavo Zacarias2816c332010-05-28 14:34:27 -03005305 #1843: Fix libcap build failure
Peter Korsgaard7f1bca82010-05-30 20:11:23 +02005306 #1855: XORG Keyboard driver fails to compile
Peter Korsgaard170b3d32010-05-27 14:48:47 +02005307
Peter Korsgaardbbd96db2010-05-27 14:35:04 +020053082010.05-rc3, Released May 27th, 2010:
Peter Korsgaard93cca7c2010-05-16 22:20:54 +02005309
5310 Fixes all over the tree.
5311
Peter Korsgaard994bb072010-05-26 08:59:46 +02005312 Updated/fixed packages: aumix, atk, avahi, bmon, busybox, cairo,
Peter Korsgaardb7300102010-05-25 23:38:44 +02005313 cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
Peter Korsgaard50685f12010-05-26 23:19:44 +02005314 gettext, gmpc, gob2, grep, gstreamer, gst-plugins-bad,
Peter Korsgaard062cebb2010-05-27 09:53:01 +02005315 gst-plugins-base, gvfs, hal, iconv, icu, iperf, libcgicc,
5316 libdvdnav, libdvdread, libglade, libglib2, libgtk2, libidn,
5317 libmms, libmpd, libpcap, libsoup, lmbench, lsof, ltrace, lvm2,
5318 make, metacity, microperl, mtd-utils, mutt, nbd, netsnmp,
5319 ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm, php,
5320 pkg-config, psmisc, qt, samba, shared-mime-info, squashfs,
5321 squashfs3, sshfs, startup-notification, swfdec, sylpheed,
5322 uemacs, util-linux, valgrind, vpnc, vsftpd, webkit, xstroke
Peter Korsgaard484d15d2010-05-20 23:13:01 +02005323
5324 Issues resolved (http://bugs.uclibc.org):
5325
Peter Korsgaardca999e02010-05-27 00:47:31 +02005326 #75: arm buildroot "unrecognized option" error
5327 #699: Buildroot fails to copy libstdc++ to target when using external...
Peter Korsgaard484d15d2010-05-20 23:13:01 +02005328 #1693: NTP trys IPV6 even if not configured error: 'IPV6_MULTICAST...
Peter Korsgaard7ab3f962010-05-21 21:11:06 +02005329 #1729: alsamixergui fails to build
Nick Leverton7810eeb2010-05-21 21:03:39 +02005330 #1801: Avahi-autoipd doesn't create TARGET_DIR/var/lib
Peter Korsgaard096b21e2010-05-24 08:22:26 +02005331 #1819: pciutils small bugs
Gustavo Zacarias947a9b82010-06-15 10:24:44 -03005332 #2065: Internal toolchain: bump gcc 4.3.x series to 4.3.5
Peter Korsgaard7bb2b482010-05-16 22:29:41 +02005333
Peter Korsgaard6d1ab152010-05-11 21:15:07 +020053342010.05-rc2, Released May 11th, 2010:
Paulius Zaleckasca218de2010-05-03 19:51:58 +03005335
5336 Fixes all over the tree.
5337
Peter Korsgaard49ce10c2010-05-11 09:13:14 +02005338 Updated/fixed packages: busybox, customize, gawk, gnuchess,
5339 hal, hostapd, less, libgcrypt, libnl, libxcb, linux-fusion,
5340 ltp-testsuite, mplayer, netplug, pciutils, php, sed,
5341 shared-mime-info usb_modeswitch, usbutils, vlc wpa_supplicant,
5342 xapp_bdftopcf, xapp_mkfontdir, xdriver_xf86-video-openchrome,
Thomas Petazzonic554cc2a2010-05-10 23:39:50 +02005343 xfont_encodings, xlib_libX11, xlib_libXfont, xlib_xtrans,
5344 xproto_fontcacheproto, xproto_fontsproto, xvkbd
Gustavo Zacarias63b86662010-04-22 15:58:16 -03005345
Peter Korsgaard13de2612010-05-10 22:03:39 +02005346 Removed packages: vice
5347
Gustavo Zacarias63b86662010-04-22 15:58:16 -03005348 Issues resolved (http://bugs.uclibc.org):
5349
Luca Ceresoliea0695f2010-05-06 00:16:59 +02005350 #849: "customize" package copies files to wrong place in target tree
Gustavo Zacarias63b86662010-04-22 15:58:16 -03005351 #985: Bump usb_modeswitch package to 1.1.0
Luca Ceresoliea0695f2010-05-06 00:16:59 +02005352 #1135: Package customize. Wrong copying
Peter Korsgaard79db1ff2010-05-04 23:11:20 +02005353 #1525: Package hal deletes a whole <target>/etc/rc.d directory
Peter Korsgaard395a70f2010-05-08 09:39:00 +02005354 #1531: libxcb 1.5 build fails, due to missing xcbgen Python module
5355 #1669: Busybox failed to compile when using an external toolchain
Gustavo Zacariasdfb50392010-05-06 11:14:38 -03005356 #1699: Fix usbutils dependencies and bump
Gustavo Zacariasa5fe7372010-05-06 11:24:36 -03005357 #1705: Fix pciutils broken cross compiling
Gustavo Zacarias6f4939d2010-05-06 13:32:14 -03005358 #1717: External toolchain fixes for hostapd & wpa_supplicant
Paulius Zaleckasca218de2010-05-03 19:51:58 +03005359
Peter Korsgaardaac61fd2010-05-03 16:12:45 +020053602010.05-rc1, Released May 3rd, 2010:
Peter Korsgaard58794482010-03-02 17:42:23 +01005361
Gustavo Zacariasb1c9a152010-03-26 11:19:43 -03005362 Cleaned up / restructured package menu.
5363
Peter Korsgaard266fa652010-04-05 10:47:54 +02005364 Toolchain: uClibc 0.9.30.3 / 0.9.31, older 0.9.30.x removed.
Peter Korsgaard4439d382010-05-02 23:22:26 +02005365 2.6.33 kernel headers, binutils 2.20.1, GCC 4.4.4,
5366 removed broken nios2 support, ppc e300cX/e500mc support,
5367 improved external toolchain support, GDB 7.x support.
Peter Korsgaardc9d195e2010-03-08 14:29:48 +01005368
Peter Korsgaardde859f62010-03-12 23:14:59 +01005369 X.org updated to 7.5.
5370
Peter Korsgaard5724e092010-05-03 16:07:20 +02005371 New packages: cdrkit, cramfs, genext2fs, genromfs,
5372 libatomic_ops, librsync, libusb-compat, lmbench, netperf,
5373 squashfs, squashfs3, squid
Chris Seawooda0386022010-03-22 16:50:51 +01005374
Peter Korsgaard5724e092010-05-03 16:07:20 +02005375 Updated/fixed packages: alsa-utils, argus, autoconf, bison,
5376 busybox, bzip2, directfb, dnsmasq, dosfstools, e2fsprogs,
5377 eeprog, fakeroot, fbv, findutils, freetype, haserl, hostapd,
5378 iperf, iptables, iw, less, libaio, libcgi, libcgicc, libdrm,
5379 libgcrypt, libglib2, libid3tag, libmad, liboil, libosip2,
5380 libpng, libraw1394, libsysfs, libxml2, libxslt, linux-fusion,
5381 ltrace, lua, lzma, madplay, makedevs, matchbox, mdadm,
5382 memstat, mesa3d, mtd-utils, nano, ncurses, openssl, patch,
5383 pciutils, php, pixman, portage, pppd, pthread-stubs, python,
5384 qt, radvd, samba, setserial, smartmontools, tar, tslib,
5385 udpcast, usb_modeswith, vtun, wget, xdata_xcursor-themes,
5386 xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
5387 xlib_libXaw, xlib_libXfont, xlib_libXfontcache,
Gustavo Zacariasbb73ce22010-04-29 18:04:20 -03005388 xlib_libXxf86misc, xlib_libXtst, xlib_libpciaccess,
5389 xproto_dri2proto, xproto_eviext, xproto_fontcacheproto,
5390 xproto_xf86miscproto, xserver_xorg-server
Peter Korsgaard58794482010-03-02 17:42:23 +01005391
Will Wagner84e5d7c2010-04-14 18:06:43 +01005392 Removed packages: xapp_xtrap, xlib_libXTrap, xlib_libXevie,
5393 xlib_libXxf86misc, xxproto_evieext, proto_trapproto,
5394 xproto_xf86miscproto
Will Wagner9638be12010-04-14 18:06:41 +01005395
Alexander Clouteracac2ec2010-03-13 21:43:06 +01005396 Issues resolved (http://bugs.uclibc.org):
5397
Gustavo Zacariasffe25f02009-12-23 09:30:45 -03005398 #513: Add new squid package
Kelvin Cheung0e9aad62009-11-11 10:51:02 +08005399 #661: lmbench: new package
Gustavo Zacariasbb73ce22010-04-29 18:04:20 -03005400 #719: Add lua option to haserl
Richard van Paasen6a3a58f2009-12-14 22:54:12 +01005401 #800: [PATCH] iperf update to 2.0.4
Gustavo Zacarias46913a22010-04-29 18:03:45 -03005402 #803: [PATCH] lua - add shared library patch and config option for...
Richard van Paasen0c776122009-12-14 22:56:10 +01005403 #805: [PATCH] mdadm - version update
Johan Thelincb08cd62010-04-03 10:48:06 +02005404 #817: integrator926_defconfig uses unsupported uboot board name
Yann E. MORIN6db57c62010-04-07 00:50:10 +02005405 #851: Add option to specify --sysroot value for external toolchain
Mike Crowee237c992010-02-11 13:19:35 +00005406 #1093: Upgrade libusb to v1.0.3 and add new libusb-compat
5407 package for compatibility with old packages that expect
5408 the pre-1.0 API.
Gustavo Zacariased91e782010-02-18 12:49:27 -03005409 #1105: Add new netperf package
Gustavo Zacarias8fe6cc92010-02-18 14:51:51 -03005410 #1111: Bump wget to 1.12 and migrate to Makefile.autotools.in
Gustavo Zacarias19f15062010-02-18 16:01:01 -03005411 #1117: Bump nano to 2.2.3 and migrate to Makefile.autotools.in
Gustavo Zacarias4f0361a2010-02-18 16:15:58 -03005412 #1123: Bump less to 436 and migrate to Makefile.autotools.in
Gustavo Zacarias3b90d692010-02-18 16:48:24 -03005413 #1129: Bump memstat to 0.8 and migrate to Makefile.package.in
Johan Thelincb08cd62010-04-03 10:48:06 +02005414 #1189: Wrong u-boot configuration name for integrator926 target
Will Wagner17541bd2010-01-26 15:31:37 +00005415 #1219: kernel headers not correctly installed into toolchain/staging
serj.kalichevd07aee12010-05-01 21:08:43 +02005416 #1267: Wrong BR2_EXTRA_VERSION
Peter Korsgaard60f2fb42010-03-18 23:15:06 +01005417 #1273: BR2_INET_IPV6 does not enable IPv6 in pppd
Chris Seawooda0386022010-03-22 16:50:51 +01005418 #1303: Add librsync package
Grant Edwards532e1fb2010-05-01 20:57:28 +02005419 #1321: Busybox link fails due to lack of --sysroot option
Peter Korsgaard820d9172010-03-31 10:40:30 +02005420 #1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS
Peter Korsgaard60f2fb42010-03-18 23:15:06 +01005421 #1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in
Peter Korsgaard0a179ad2010-04-02 15:13:46 +02005422 #1369: cannot build radvd (flex problem)
Peter Korsgaarda12ef5d2010-03-31 12:13:51 +02005423 #1387: xlib_libX11-1.3.2 can't find libjpeg
Gustavo Zacariasaa3486f2010-03-26 10:16:31 -03005424 #1411: [SECURITY] Update openssl package to 0.9.8n
Gustavo Zacariasbc7ffe72010-03-16 14:07:59 -03005425 #1417: Bump iptables to 1.4.7
Gustavo Zacarias801f22b2010-03-17 16:59:32 -03005426 #1423: Bump e2fsprogs to 1.41.11
Gustavo Zacarias0fd37242010-03-26 12:54:39 -03005427 #1429: [SECURITY] Update php to 5.2.13
Gustavo Zacarias5c36fdf2010-03-29 11:58:41 -03005428 #1441: Add binutils 2.20.1
Paulius Zaleckas31365de2010-03-30 17:20:55 +02005429 #1447: Package installation on target with debug symbols is broken
Gustavo Zacariasac5c5fd2010-04-01 17:44:28 +02005430 #1459: Misc QA fixes
Alexander Clouter07f155c2010-04-06 07:43:03 +02005431 #1489: radvd update to 1.6
Gustavo Zacarias633049d2010-04-07 23:00:28 -03005432 #1513: Enable powerpc e300c2, e300c3 and e500mc optimization
Peter Korsgaard6c5225b2010-04-18 22:33:09 +02005433 #1537: dev entries not created anymore
Gustavo Zacarias4ab68832010-04-14 11:17:47 -03005434 #1555: Fix default uclibc-0.9.31 configuration
Gustavo Zacariasba9ed132010-04-14 11:26:45 -03005435 #1561: [SECURITY] Update samba to 3.3.12
Peter Korsgaard65e209c2010-04-15 16:26:15 +02005436 #1567: openssl0.9.8n fails to compile
Peter Korsgaard5ad26722010-04-26 22:58:25 +02005437 #1573: Alsa-utils alsactl/init/* not installed to target
Peter Korsgaardab1f6e52010-04-19 09:11:35 +02005438 #1591: portmap fails to compile
Gustavo Zacarias55886162010-04-22 15:35:15 -03005439 #1615: Convert eeprog package to gentargets
Gustavo Zacarias554ef432010-04-26 11:54:32 -03005440 #1645: Bump hostapd package to 0.7.2
Alexander Clouteracac2ec2010-03-13 21:43:06 +01005441
Peter Korsgaardac1dfc82010-02-26 15:52:48 +010054422010.02, Release February 26th, 2010:
Francisco Gonzalez Morellf4f15702010-02-24 00:01:39 +01005443
5444 Fixes all over the tree.
5445
Peter Korsgaardb209f222010-02-26 10:42:26 +01005446 Updated/fixed packages: avahi, busybox, cramfs, ipsec-tools, libcgicc,
5447 libgtk2, libraw1394, madplay, netsnmp, pango, squashfs, sylpheed, qt,
5448 xfont_font-util
Peter Korsgaardba505382010-02-24 22:59:32 +01005449
Gustavo Zacarias0f40a462010-02-19 09:59:08 -03005450 Removed packages: hostap, openmotif, xpdf
Peter Korsgaardba505382010-02-24 22:59:32 +01005451
5452 Issues resolved (http://bugs.uclibc.org):
5453
5454 #165: openmotif does not build
Gustavo Zacarias0f40a462010-02-19 09:59:08 -03005455 #1147: Remove obsolete hostap package
Peter Korsgaardf5617632010-02-25 17:27:50 +01005456 #1183: make source fails to download gmp, mpfr and patches
Francisco Gonzalez Morellf4f15702010-02-24 00:01:39 +01005457
Peter Korsgaard7bd81252010-02-23 23:28:46 +010054582010.02-rc2, Released February 23th, 2010:
Peter Korsgaard23c8c882010-02-17 11:10:23 +01005459
5460 Fixes all over the tree and new features.
5461
Peter Korsgaard89fd7202010-02-23 21:59:24 +01005462 New packages: intltool
5463
Peter Korsgaardc8ff60c2010-02-19 11:30:54 +01005464 Updated/fixed packages: ace_of_penguins, alsa-lib, alsa-utils, argus,
Peter Korsgaard89fd7202010-02-23 21:59:24 +01005465 at, automake, ccache, dosfstools, e2fsprogs, flex, gob2, gmpc,
5466 gst-plugins-good, imagemagick, iw, kexec, libeXosip, libgtk2,
5467 libpcap, libpng, libsoup, libxcb, libxml-parser-perl, libxml2,
5468 libxslt, lvm2, matchbox, mplayer, rsync, rubix, shared-mime-info,
5469 tcl, webkit, xapp_mkfontscale, xfont_encodings, xfont_font-util,
5470 xlib_libfontenc, xproto_trapproto, zlib
Peter Korsgaardc8ff60c2010-02-19 11:30:54 +01005471
5472 Removed package: xboard
Peter Korsgaard23c8c882010-02-17 11:10:23 +01005473
Rob Alley6c9d3872010-01-28 02:29:40 +13005474 Issues resolved (http://bugs.uclibc.org):
5475
Peter Korsgaard5239be02010-02-23 20:57:54 +01005476 #335: atk looks for the path to the gnome library on the host
5477 #355: Please update WebKit - it doesn't compile!
5478 #453: libglib2 autoreconf
5479 #457: e2fsprogs link problem
5480 #459: libgtk2 autoreconf
5481 #469: build of libgtk2 for host incorrectly assumes that X.org ...
5482 #671: Bash fails to build when building buildront on Ubuntu 9.04
5483 #711: WebKit host dependencies problems
5484 #821: cp: illegal operation
5485 #1039: Not compiled on ubuntu karmic
Rob Alley6c9d3872010-01-28 02:29:40 +13005486 #1069: [PATCH] The AT91BOOTSTRAP makefile contains a typo
5487
Peter Korsgaardf0bdacd2010-02-09 16:54:30 +010054882010.02-rc1, Released February 9th, 2010:
5489
5490 Fixes all over the tree and new features.
5491
5492 Generalized autotools infrastructure to be usable for
5493 non-autotools packages, see package/Makefile.package.in for
5494 details.
5495
5496 Cleaned up avr32 toolchain config, external source-based
5497 toolchain support is gone.
5498
5499 Dependency checks: Also check for makeinfo, only print output
5500 on errors.
Peter Korsgaardde219282009-12-03 15:59:15 +01005501
Peter Korsgaard6c26a602010-01-23 23:07:20 +01005502 Toolchain: uClibc 0.9.30.2, gcc 4.4.3
Peter Korsgaard6bfb4882010-01-15 14:47:54 +01005503
Peter Korsgaard731f3c32010-02-03 21:26:48 +01005504 New packages: libcdaudio, libdvdnav, libdvdread, hostapd, ser2net,
5505 tcpreplay
Chris Packham20417bb2009-07-30 13:59:49 +12005506
William Wagneraea2ef92010-01-28 18:07:27 +00005507 Updated/fixed packages: alsa-lib, alsa-utils, at, autoconf, bash,
5508 bind, binutils, bootutils, busybox, dbus, directfb, dnsmasq,
Julien Boibessot14d065b2010-02-08 18:39:19 +01005509 e2fsprogs, gstreamer, gperf, gst-plugins-bad, gvfs, fbdump, flex,
5510 hal, iptables, iw, jpeg, kismet, libfuse, libglib2, liboil, libpcap,
5511 libungif, libxml2, libxslt, lighttpd, mesa, mpg123, mtd-utils, nbd,
5512 neon, netstat-nat, newt, openvpn, pcre, php, qt, rdesktop, readline,
5513 rpm, sawman, sdl, sdl_ttf, sqlite, sshfs, tremor, u-boot,
5514 usb_modeswitch, usbutils, webkit, wpa_supplicant, xfsprogs, zlib
Gustavo Zacariasba4183b2009-12-02 10:32:34 -03005515
Peter Korsgaard640c7402010-02-09 12:21:37 +01005516 Removed package: asterisk, openswan
Peter Korsgaard52234472010-02-08 17:20:41 +01005517
Gustavo Zacariasba4183b2009-12-02 10:32:34 -03005518 Issues resolved (http://bugs.uclibc.org):
5519
Chris Packham20417bb2009-07-30 13:59:49 +12005520 #515: tcpreplay: new package
Lionel Landwerlin10415632009-12-06 22:21:58 +01005521 #553: Wrong DirectFB ps2mouse limitation
Clark Rawlins249f3db2009-12-01 08:46:27 -05005522 #559: mesa3d build fails
Peter Korsgaard7c737972009-12-07 09:14:36 +01005523 #679: Autoconf cannot find M4
Gustavo Zacarias44816b12009-11-30 11:45:35 -03005524 #739: New/updated hostapd package
Gustavo Zacariasd8968c62009-11-30 12:58:49 -03005525 #749: Bump usbutils package to version 0.86
Peter Korsgaard79c9a432009-12-06 15:40:03 +01005526 #751: Kernel 2.6 snapshot fetch fail
Gustavo Zacarias1ba3c842009-12-01 17:00:59 -03005527 #753: Bump lighttpd package to 1.4.25
Anders Darander9c374252009-12-02 13:29:23 +01005528 #757: U-Boot: mkimage cannot be installed using external toolchain
Gustavo Zacariasba4183b2009-12-02 10:32:34 -03005529 #761: Add binutils 2.20 to toolchain options
Gustavo Zacarias9f177282009-12-02 12:39:21 -03005530 #763: [SECURITY] Update pcre to 7.9
Gustavo Zacarias09c181f2009-12-02 16:36:43 -03005531 #765: Add buildroot branding to gcc
Gustavo Zacarias7a901722009-12-02 14:39:52 -03005532 #767: Bump iw package to 0.9.18
Gustavo Zacariasb5867d92009-12-03 13:19:27 -03005533 #773: [SECURITY] Update bind to 9.5.2-P1
grante0a62bb42009-12-10 16:12:21 -06005534 #795: Minor edits to fix typos, grammar, spelling, usage in documen...
Gustavo Zacarias4833d132009-12-14 17:27:01 -03005535 #813: Drop not very useful generic package selection options ...
Anders Daranderb9656e82009-12-23 10:05:45 +01005536 #823: Editor backup files (~) is copied from the target_skeleton
Gustavo Zacarias9400c732009-12-23 10:41:36 -03005537 #827: Bump mtd-utils package to version 1.2.0
Peter Korsgaardc47124d2010-01-18 00:32:45 +01005538 #841: Build error
Gustavo Zacarias0908e852010-01-19 15:09:28 -03005539 #913: Bump iptables to 1.4.6
Gustavo Zacariasc95e3b82010-01-19 15:06:36 -03005540 #919: Bump usb_modeswitch package to 1.0.7
Gustavo Zacariasca2ad7d2010-01-19 15:07:54 -03005541 #925: Bump wpa_supplicant package to 0.6.10
Gustavo Zacariasdb9dcbe2010-01-19 16:13:55 -03005542 #931: Bump kismet package to 2010-01-R1
Gustavo Zacariasb3febda2010-01-19 16:54:45 -03005543 #937: Bump openvpn package to 2.1.1
Gustavo Zacariasc623a232010-01-20 11:17:53 -03005544 #943: Bump sqlite package to 3.6.22
Gustavo Zacarias3416f262010-01-26 11:36:07 -03005545 #961: Bump dnsmasq to 2.52
Gustavo Zacarias60ce1b02010-01-26 11:47:42 -03005546 #967: Bump netstat-nat to 1.4.10
Gustavo Zacarias6455c322010-01-25 10:42:50 -03005547 #973: Bump iw to 0.9.19
Peter Korsgaardfbf84d42010-01-31 22:13:45 +01005548 #1003: DHCP options disabled with busybox-1.16.0
Peter Korsgaard934c7bb2010-01-29 15:01:04 +01005549 #1009: [SECURITY] Bump php to 5.2.12
Gustavo Zacarias49d92eb2010-02-01 13:53:12 -03005550 #1015: [SECURITY] Bump bind to 9.5.1-P2
Peter Korsgaardc3174392010-02-03 17:27:51 +01005551 #1027: Busybox flash commands conflict with those from mtd-utils
Gustavo Zacariasd5d48252010-02-09 11:30:06 -03005552 #1063: [SECURITY] Update lighttpd to 1.4.26
Peter Korsgaardbf4d2d82009-12-04 09:24:01 +01005553
Peter Korsgaard798927c2009-12-01 15:20:18 +010055542009.11, Released December 1st, 2009:
Peter Korsgaardb48fb8c2009-11-30 11:00:28 +01005555
5556 Additional fixes and cleanups.
5557
Peter Korsgaard9d998ad2009-12-01 12:18:38 +01005558 Updated/fixed packages: alsamixergui, autoconf, coreutils, fltk,
5559 microperl, ncurses, vim
Peter Korsgaardb48fb8c2009-11-30 11:00:28 +01005560
5561 Issues resolved (http://bugs.uclibc.org):
5562
5563 #707: Cant configure fltk-1.1.7. configure: error: Configure could ...
5564
Peter Korsgaard31bd9742009-11-29 23:26:54 +010055652009.11-rc2, Released November 29th, 2009:
5566
5567 Additional fixes and cleanups.
Daniel Mack6b6bdae2009-11-24 19:52:26 +01005568
Peter Korsgaardade675c2009-11-29 21:25:49 +01005569 Updated/fixed packages: busybox, dbus, fltk, gvfs, ltrace
Daniel Mack6b6bdae2009-11-24 19:52:26 +01005570
Peter Korsgaard2d04d562009-11-23 23:20:21 +010055712009.11-rc1, Released November 23rd, 2009:
Gustavo Zacarias74834992009-09-01 23:02:06 +02005572
Peter Korsgaardb8a917f2009-11-23 10:24:52 +01005573 Fixes all over the tree and new features.
5574
5575 Cleaned up / Simplified build directory layout. Refer to
5576 docs/buildroot.html#using for details.
5577
5578 Target defconfig files moved to configs/ and listed in 'make help'
5579 output.
5580
Peter Korsgaard406053d2009-11-20 14:05:48 +01005581 Fixed *clean targets. Now clean removes everything generated,
5582 so you can do a fresh rebuild. Distclean furthermore removes
5583 kbuild tools and .config, bringing the source tree back in a
5584 pristine state.
5585
Peter Korsgaardb8a917f2009-11-23 10:24:52 +01005586 Toolchain: ARM cortex A8 support, GCC 4.4.2, sensible default
5587 soft / hardfloat setting for architecture, ensure target-ldd
5588 gets installed.
Laine Walker-Avina83182dd2009-10-29 10:30:50 -07005589
Peter Korsgaard41146432009-09-29 11:45:50 +02005590 New packages: divine, gvfs, libarchive, libmicrohttpd,
Lionel Landwerlin0ad58692009-10-18 21:03:09 +02005591 sdl_sound, swfdec, sysstat
Daniel Mack32518792009-08-25 16:04:56 +02005592
Peter Korsgaard81e4ba32009-11-23 13:03:59 +01005593 Updated/fixed packages: alsa-lib, alsamixergui, autoconf, bootutils,
5594 busybox, gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf,
5595 gqview, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good,
Peter Korsgaardf6cbb262009-11-23 13:02:54 +01005596 imagemagick, ipkg, iptables, iw, kernel-headers, kismet, leafpad,
5597 libelf, libevent, libglib2, libidn, liblockfile, libmad, libpcap,
Peter Korsgaardfa946b72009-11-23 13:11:00 +01005598 libupnp, libuuid, libxml2, lighttpd, ltrace, lua, lzma, magiccube4d,
Peter Korsgaard1dd9d9f2009-11-23 13:54:05 +01005599 matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp,
Peter Korsgaard7ba54a02009-11-23 14:41:36 +01005600 ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
Baruch Siach883f0662009-11-23 23:05:23 +01005601 python, quagga, radvd, rpm, rsync, rubix, samba, sawman, sdl, sdl_image,
Peter Korsgaardb7046772009-11-23 15:10:53 +01005602 shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
Peter Korsgaard9627e212009-11-23 16:31:35 +01005603 synergy, syslinux, sysklogd, target-binutils, tcpdump, torsmo, u-boot,
5604 udpcast, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
Lionel Landwerlin5ad8ad02010-01-27 02:08:49 +01005605 xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib[5~
Peter Korsgaard76aaac62009-09-14 15:54:24 +02005606
Peter Korsgaard87d74d92009-11-23 11:30:07 +01005607 Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
Peter Korsgaard8a19a792009-10-01 22:32:44 +02005608
Gustavo Zacarias74834992009-09-01 23:02:06 +02005609 Issues resolved (http://bugs.uclibc.org):
5610
Sven Neumann1d9178d2009-09-21 23:26:51 +02005611 #301: allow to install libsmbclient
Sven Neumannbc95b3a2009-09-27 23:19:40 +02005612 #303: add gvfs package
Evan Zelkowitz8e8354d2009-09-20 10:02:44 +02005613 #477: Add sdl_sound package
Gustavo Zacarias57f3b112009-09-01 14:01:40 -03005614 #487: Make kismet package sexier
Gustavo Zacariasbdf41d62009-09-01 13:04:17 -03005615 #511: New package usb_modeswitch
Gustavo Zacarias74834992009-09-01 23:02:06 +02005616 #527: misc fixes for dnsmasq package
Will Newtona07032e2009-08-11 16:35:23 +01005617 #565: libevent: Bump version and clean up makefile
Olaf Rempel27cf8112009-09-16 08:39:26 +02005618 #587: Use iptables multipurpose binaries and bump to 1.4.4
Peter Korsgaardda25e922009-10-25 22:15:06 +01005619 #593: Missing early check for patch(1)
Peter Korsgaardb71951b2009-11-22 21:25:31 +01005620 #597: (REOP) Selecting busybox in buildroot's config clobbers ar ...
Peter Korsgaard17168392009-09-21 17:42:22 +02005621 #609: libmicrohttpd: New package
5622 #615: python: Don't delete .py files unless asked
Peter Korsgaardf5239c32009-09-19 09:46:55 +02005623 #617: netkit/inetd requires RPC and fails to build if RPC is disabled
Kelvin Cheung07019b22009-11-22 21:08:37 +01005624 #619: netkittelnet requires netkitbase to install, but there's no ...
Vincent Palatin6aac0032009-11-22 21:18:11 +01005625 #645: allow to build nbd-server with NBD package
Gustavo Zacarias829d4ff2009-10-09 10:31:31 -03005626 #653: [SECURITY] Update php package to version 5.2.11
Gustavo Zacariasab17f402009-10-09 10:42:41 -03005627 #655: Update sqlite package to version 3.6.18
Simon Paschf72f3fd2009-10-13 14:23:08 +02005628 #657: Bug in imagemagick-clean target
Kelvin Cheung07019b22009-11-22 21:08:37 +01005629 #663: Add option for NAND flash with 512B Page and 16 kB erasesize ...
rvpaasend7f5f042009-10-18 19:35:12 +02005630 #665: [PATCH] Samba package
rvpaasen69ec17c2009-10-29 21:35:33 +01005631 #667: [PATCH] e2fsprogs
Peter Korsgaard351b6792009-11-22 21:03:42 +01005632 #683: SDL-dfb does not select directfb
Peter Korsgaard3445ff42009-11-22 20:52:15 +01005633 #701: make install problem with unstripped binaries
Gustavo Zacarias48ed49e2009-11-10 13:42:35 -03005634 #703: [SECURITY] Update openssl package to 0.9.8l
Gustavo Zacarias3848cd62009-11-10 12:01:09 -03005635 #705: Bump spawn-fcgi package to 1.6.3
Gustavo Zacarias4e276862009-11-10 13:58:07 -03005636 #709: Bump lighttpd package to 1.4.24
Gustavo Zacarias26073d22009-11-13 09:49:43 -03005637 #713: Migrate openntpd package to Makefile.autotools.in
Gustavo Zacarias83f98812009-11-13 12:07:56 -03005638 #715: Bump libidn package to 1.15 and other fixes
Gustavo Zacarias882e1372009-11-13 12:12:09 -03005639 #717: Bump dnsmasq to 2.51 and introduce new IDN option
Gustavo Zacariasbd49a622009-11-19 10:26:43 -03005640 #731: Bump iw package to 0.9.17
Gustavo Zacarias74834992009-09-01 23:02:06 +02005641
Peter Korsgaardf0eb8b52009-08-31 10:23:48 +020056422009.08, Released August 31th, 2009:
5643
5644 Additional fixes and cleanups.
5645
5646 Updated/fixed packages: ctorrent, saveconfig/getconfig,
5647 sdl_net, util-linux.
Peter Korsgaard014df312009-08-30 22:01:23 +02005648
5649 Issues resolved (http://bugs.uclibc.org):
5650
5651 #529: util-linux doesn't find headers and include libs correctly
Kelvin Cheungcc8a9172009-08-31 07:23:59 +02005652 #557: Build ctorrent with SSL support if available
Peter Korsgaard014df312009-08-30 22:01:23 +02005653
Peter Korsgaard4595a2f2009-08-26 23:21:30 +020056542009.08-rc3, Released August 26th, 2009:
5655
5656 Additional fixes and cleanups.
5657
5658 Updated/fixed packages: alsa-utils, berkeleydb, busybox, dbus,
5659 directfb, enchant, kernel headers.
5660
5661 Issues resolved (http://bugs.uclibc.org):
5662
5663 #471: Allow directfb compilation with debug
5664 #541: Removal of CVS directories in target filesystem broken
5665 #547: berkeleydb: Update config.{sub, guess}
5666 #549: enchant: Fix dependencies.
5667 #569: Fix alsa-utils build for x86 on x86-64
5668
Peter Korsgaard4ebaaf42009-08-06 10:39:54 +020056692009.08-rc2, Released August 6th, 2009:
5670
5671 Additional fixes and new features.
5672
5673 New packages: libuuid, gcc 4.3.4.
5674
Peter Korsgaard4595a2f2009-08-26 23:21:30 +02005675 Updated/fixed packages: busybox, classpath, gzip, ipsec-tools,
5676 jamvm, libusb, microperl, neon, popt, sed, webkit.
Peter Korsgaard4ebaaf42009-08-06 10:39:54 +02005677
5678 Fixed issue with 'make oldconfig'
Peter Korsgaard0468b5c2009-08-04 22:58:54 +02005679
5680 Issues resolved (http://bugs.uclibc.org):
5681
5682 #525: sed broken with external toolchain
Peter Korsgaard15dab042009-08-05 09:23:29 +02005683 #537: Fix gzip build with recent glibc
Peter Korsgaard0468b5c2009-08-04 22:58:54 +02005684
Peter Korsgaard3190d5b2009-08-02 23:09:07 +020056852009.08-rc1, Released August 2nd, 2009:
5686
5687 Fixes all over the tree and new features.
Peter Korsgaard533718a2009-06-23 09:40:23 +02005688
Thomas Petazzoni66095252009-07-27 11:06:32 +02005689 Improvement of external toolchain support:
5690 - Support for glibc toolchains.
5691 - The toolchain configuration announced to Buildroot is
5692 verified against the real toolchain configuration.
5693 - Fixes, documentation.
5694
5695 Cleanup X.org support: clarified configuration options, and
5696 removed mandatory dependency on useless libraries such as
5697 libXt or libXaw.
5698
Thomas Petazzonid9a95012009-07-27 18:08:32 +02005699 New QT-based configurator, usable using 'make xconfig'.
5700
Peter Korsgaard3190d5b2009-08-02 23:09:07 +02005701 Support for the Xtensa architecture.
5702
5703 Toolchain: GCC 4.4.1, 2.6.30 kernel headers, removed < 2.6.26
5704 headers.
5705
5706 New packages: bmon, ctorrent, dosfstools, enchant,
5707 gst-plugins-bad, iw, libmms, libnl, netstat-nat, ntfsprogs,
5708 sdl_gfx, spawn-fcgi.
5709
5710 Updated packages: bind, busybox, coreutils, sqlite, directfb,
5711 expat, gamin, gnuconfig, haserl, ipsec-tools, classpath,
5712 libcurl, libglib2, liblockfile, libpng, libsoup, libxml2,
5713 lighttpd, ltp-testsuite, lvm2, matchbox, memstat,
5714 gst-plugins-good, gstreamer, libogg, libvorbis, mplayer,
5715 neon, openssl, pciutils, php, qt, ruby, sawman, webkit,
5716 wpa-supplicant, xdriver_xf86-input-synaptics,
5717 xdriver_xf86-video-intel, xlib_libXfont, xlib_libXft,
5718 xlib_libXt, xproto_xproto, xserver-xorg, xutil_makedepend,
5719 xutil_util-macros.
5720
Peter Korsgaard533718a2009-06-23 09:40:23 +02005721 Issues resolved (http://bugs.uclibc.org):
5722
Peter Korsgaard2e71cd82009-07-07 23:26:36 +02005723 #83: liblockfile fails to compile due to eaccess redefinition
Peter Korsgaard0aa70622009-07-24 07:51:16 +02005724 #163: Xtensa architecture port
Thomas Petazzoni7a1a3342009-07-28 16:18:10 +02005725 #171: xorg-server / kernel headers 2.6.26 - vm86.c compilation issue
Peter Korsgaard533718a2009-06-23 09:40:23 +02005726 #241: device mapper + lvm2: build together
Olaf Rempel52dbe072009-03-02 17:35:41 +01005727 #243: ctorrent: new package
Olaf Rempelbb14fc42009-03-02 17:58:13 +01005728 #247: ntfsprogs: new package
Peter Korsgaard71c810f2009-07-18 00:04:20 +02005729 #271: Library 'libgcc_s.so.1' not installed in search path
Gustavo Zacarias57c2e792009-07-26 21:08:51 +02005730 #287: New package libnl
Gustavo Zacarias9a6d6cf2009-08-02 22:25:04 +02005731 #289: New package iw
Will Newton6fecd532009-07-27 12:20:27 +01005732 #331: Update MPlayer to version 1.0rc2
Gustavo Zacarias58180102009-06-30 21:40:23 +02005733 #333: Bump sqlite package to 3.6.15
Peter Korsgaarde61606a2009-06-23 13:55:38 +02005734 #349: update libsoup to version 2.26.2
Gustavo Zacariasc2dbefd2009-07-26 21:50:02 +02005735 #357: New package netstat-nat
Gustavo Zacarias234fb282009-07-02 14:55:51 +02005736 #359,#413: Upgrade openvpn to Makefile.autotools.in
Peter Korsgaard533718a2009-06-23 09:40:23 +02005737 #367: linux kernel compile error for arm926t
Evan Zelkowitz10e9b7e2009-07-18 11:29:26 +02005738 #369: Add SDL_gfx package
Peter Korsgaard533718a2009-06-23 09:40:23 +02005739 #373: Support for building gstreamer without libxml
Peter Korsgaarde61606a2009-06-23 13:55:38 +02005740 #379: update DirectFB to version 1.4.0
Peter Korsgaard533718a2009-06-23 09:40:23 +02005741 #383: gst-plugins-good: Allow soup plugin to be configured
5742 #385: neon: Fix pkgconfig dependency
Peter Korsgaardbd26b582009-07-16 15:07:20 +02005743 #387: Tremor not installed to toolchain
Gustavo Zacariasba4fbdc2009-07-26 22:03:15 +02005744 #389: New package bmon
Peter Korsgaard533718a2009-06-23 09:40:23 +02005745 #391: gstreamer: Bump version to 0.10.23
5746 #393: gst-plugins-base: Bump version to 0.10.23
5747 #395: gst-plugins-bad: New package
Peter Korsgaardf4311822009-07-27 00:05:14 +02005748 #403: Error while building iso9660 image
Peter Korsgaard533718a2009-06-23 09:40:23 +02005749 #409: Bump php package to 5.2.10
5750 #411: ipsec-tools: Bump version to 0.7.2
Gustavo Zacarias0468be62009-07-01 15:36:19 +02005751 #417: New package spawn-fcgi
Gustavo Zacarias264b9c12009-07-01 15:31:59 +02005752 #419: Bump lighttpd package to 1.4.23
Will Newton27ce9422009-07-27 10:39:50 +02005753 #421: toolchain: Clean up toolchain locale support menu
Will Newton81f99902009-06-29 11:54:06 +01005754 #427: webkit: Update to WebKit svn r44552
Will Newton56fcdc92009-07-02 16:54:41 +01005755 #437: ltp-testsuite: Bump version to 20090630
Mike Crowef26acf62009-06-18 13:29:02 +01005756 #451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3
Peter Korsgaarde0debb72009-07-17 21:07:42 +02005757 #467: DirectFB 1.4.1
Peter Korsgaard0aa70622009-07-24 07:51:16 +02005758 #473: memstat_0.5.tar.gz has install with -D and that fails "make"
Will Newton5079d7a2009-07-28 11:37:20 +01005759 #491: libxml2: Bump version to 0.7.3
Gustavo Zacariasff69aee2009-07-29 10:02:15 -03005760 #495: Bump bind package to 9.5.1-P3 (security)
Peter Korsgaard2a966bc2009-07-29 21:49:45 +02005761 #497: OpenSSL RSA key generation hangs on x86_64
Gustavo Zacarias00c8bdd2009-07-30 10:09:47 -03005762 #509: Bump sqlite package to 3.6.16
Peter Korsgaarda7b50b92009-08-02 09:59:15 +02005763 #523: pciutils broken with external toolchain
Daniele Salvatore Albano9be449f2009-08-02 22:32:03 +02005764 #533: Update gamin to 0.1.10 to fix compilation
Peter Korsgaard533718a2009-06-23 09:40:23 +02005765
Peter Korsgaarda69b3d62009-06-01 09:00:03 +020057662009.05, Released June 1st, 2009:
5767
5768 Fixes for dropbear & diffutils, bump linux-advanced 2.6.29.x
5769 version and marked ubifsroot as broken.
5770
Peter Korsgaard45e11e22009-05-27 20:44:08 +020057712009.05-rc3, Released May 27th, 2009:
5772
5773 Fixes for toolchain (gcc arm pr37436), stable kernel versions,
5774 busybox, curl, libusb, readline, python and strace.
5775
5776 Issues resolved (http://bugs.uclibc.org):
5777
5778 #345: libcurl package needs a urandom fix
5779
Peter Korsgaard13328d22009-05-19 20:18:04 +020057802009.05-rc2, Released May 19th, 2009:
5781
5782 Fixes for toolchain (gcc w/softfloat on ppc, 3.4.6 buildfix
5783 for newer hosts), stable kernel versions, busybox, cups,
5784 dmraid, docker, mesa3d, rsync and updated defconfigs.
5785
5786 xserver marked as broken on AVR32 and atngw100-expanded
5787 config removed.
Peter Korsgaard61aeb6e2009-05-06 17:09:16 +02005788
5789 Issues resolved (http://bugs.uclibc.org):
5790
5791 #167: metacity does not build
Peter Korsgaard13328d22009-05-19 20:18:04 +02005792 #295: gamin installs python support even if python is disabled
5793 #323: gen_matypes fails to execute during build of Mesa when us...
Peter Korsgaard61aeb6e2009-05-06 17:09:16 +02005794
Peter Korsgaardcf92bc22009-05-05 11:53:14 +020057952009.05-rc1, Released May 5th, 2009:
5796
5797 Fixes all over the tree, further conversion of packages to
5798 Makefile.autotools.in and we now build host versions of
5799 packages where needed for build time dependencies instead of
5800 relying on the correct versions being available on the build
5801 host. Ancient toolchain / busybox versions have furthermore
5802 been removed as announced in the 2009.02 release notes.
5803
5804 New packages: flac, gob2, lzop, taglib, wpa_supplicant
5805
5806 Updated packages: avahi, bind, binutils, busybox, dbus, dbus-glib,
5807 directfb, dnsmasq, freetype, gcc, gmp, gstreamer, iptables, kernel
5808 headers, kexec, libglib2, libpng, libsndfile, lua, mpfr, ntfs-3g,
5809 openssl, php, qtopia4, rsync, samba, sqlite, tar, uboot, uclibc,
5810 util-linux, xorg7, xerces
5811
5812 Issues resolved (http://bugs.uclibc.org):
5813
5814 #5,#77,#141,#143: Convert php package to Makefile.autotools.in
5815 and a ton of other improvements
5816 #19: page.h missing by util-linux
5817 #37: update libglib2 to version 2.18.4
5818 #61: tslib puts staging_dir into pkgconfig file
5819 #69: tar refuses to build
5820 #71,#175: ./wchar.h:41:12: error: empty filename in #include
5821 #73: Bump openssl package to the latest version
5822 #81: New package wpa_supplicant
5823 #99: new package: flac
5824 #101: update gstreamer packages
5825 #105,#313: menuconfig segfaults on tinyx if wchar is not
5826 selected
5827 #107: convert libvorbis to Makefile.autotools.in
5828 #109: Make pppd package avoid bsd err
5829 #111: binutils 2.17 fails to build when texinfo >= 4.10
5830 #133: Modify ncurses5-config to get correct include path
5831 #137: Bump php to version 5.2.9
5832 #139: Bump sqlite to 3.6.11 and convert to
5833 Makefile.autotools.in
5834 #145: Bump bind package to 9.5.1-P1 (security)
5835 #147: buildroot toolchain fails to build w/binutils-2.19.1
5836 #151: openssl package trivial fixes
5837 #161: vim fails on patching with errors in configure.patch
5838 #169: blackbox-0.70.1 does not build
5839 #177: xdriver_xf86-input-keyboard does not build
5840 #179: Upgrade dropbear to Makefile.autotools.in
5841 #181: Update to Xorg 7.4
5842 #187: ntfs-3g: could not build cross
5843 #191: alsa-lib ARM binaries always built with EABI
5844 #213: Bump wpa_supplicant package to version 0.6.9
5845 #217: Bump openssl package to 0.9.8k (security)
5846 #219: Toolchain build fails on m4
5847 #225: m4 macros are out of place
5848 #233: make ipv6 optional in iptables
5849 #237: ncftp: convert to Makefile.autotools.in
5850 #239: ntfs-3g: convert to Makefile.autotools.in
5851 #245: lzop: new package
5852 #271: Bump bind package to 9.5.1-P2 (security)
5853 #277: Bump sqlite package to 3.6.16
5854 #279: update libglib2 to version 2.20.1
5855 #281: update DirectFB to version 1.2.8
5856 #283: add taglib
5857 #285: compilation of samba fails if IPV6 support is missing
5858 #293: update samba to version 3.3.3
5859 #299: add shared-mime-info package
5860 #307: make openssl package respect build flags