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