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