]>
Commit | Line | Data |
---|---|---|
985b46be TP |
1 | 2015.08-rc2, Released August, 24th 2015 |
2 | ||
3 | Fixes all over the tree. | |
4 | ||
5 | Toolchain: fix gcc build on NIOS-II. | |
6 | ||
7 | Infrastructure: add <fs>_POST_GEN_HOOKS mechanism to fix | |
8 | hybrid ISO image generation. | |
9 | ||
10 | Architectures: add arm1136j-s variant. | |
11 | ||
12 | Updated/fixed packages: apitrace, audit, bcusdk, bdwgc, | |
13 | beecrypt, boost, bwm-ng, cdrkit, c-icap, cifs-utils, clapack, | |
14 | c-periphery, cpio, cramfs, czmq, dawgdic, dnsmasq, dosfstools, | |
15 | dropbear, elfutils, empty, eudev, fan-ctrl, filemq, gnutls, | |
16 | guile, haveged, imlib2, libcec, libepoxy, libev, libgpgme, | |
17 | libiio, libnetfilter_queue, libnfnetlink, libpfm4, libpthsem, | |
18 | librtas, libselinux, libsigsegv, libsodium, libv4l, lightning, | |
19 | linux, lirc-tools, lrzsz, mono, mosh, mpd, msmtp, nbd, | |
20 | netatalk, nodejs, ola, opencv, oprofile, php, poco, | |
21 | postgresql, powertop, protobuf, protobuf-c, qt5base, | |
22 | qt5quickcontrols, rapidjson, rng-tools, squid, sysdig, | |
23 | sysstat, tftpd, tinc, tz, util-linux, webkitgtk24, weston, | |
24 | wireshark, wvstreams, xdriver_xf86-input-synaptics, zyre. | |
25 | ||
26 | Issues resolved (http://bugs.uclibc.org): | |
27 | ||
28 | #8276: package/dropbear: symlink resolution incorrect | |
29 | #8286: Error with buildroot | |
30 | #8301: ldconfig parameter in Makefile | |
31 | ||
7b1e9d52 | 32 | 2015.08-rc1, Released August, 5th 2015 |
43929650 AV |
33 | |
34 | Fixes all over the tree and new features. | |
35 | ||
da63d87c TP |
36 | Architectures: |
37 | ||
38 | - Refactor how the availability of an MMU is described. | |
39 | - Minimal support for Cortex-M3 | |
40 | - Minimal support for AArch64 big-endian | |
41 | ||
42 | Toolchains: | |
43 | ||
44 | - Add CodeSourcery MIPS 2015.05, remove MIPS 2013.11 | |
45 | - Use uClibc-ng as the default uClibc version, instead of the | |
46 | official uClibc, which hasn't done any release since 3+ | |
47 | years | |
48 | - eglibc is now marked as deprecated | |
49 | - GCC: gcc 4.9.x is now the default and was updated to 4.9.3, | |
50 | support for gcc 5.x added. | |
51 | - Binutils: use Binutils 2.24 as the default, 2.25.x series | |
52 | bumped to 2.25.1, remove old Binutils 2.22. | |
53 | - Update ARC toolchain components to 2015.06 | |
54 | - Add support for Fortran when building gcc | |
55 | ||
56 | Bootloaders: | |
57 | ||
58 | - Support for using the kconfig configuration system in | |
59 | U-Boot | |
60 | ||
61 | New Defconfigs: | |
62 | ||
63 | - VIA VAB-820/AMOS-820 | |
64 | - OLimex OLinuxino A20 Lime | |
65 | - Many new defconfigs for Atmel evaluation boards: | |
66 | at91sam9rlek, at91sam9x5ek, sama5d3xek, sama5d4ek, sama5d4 | |
67 | Xplained Ultra, sama5d3 Xplained. | |
68 | - ACME Systems Aria G25 | |
69 | - WarPboard | |
70 | - Altera Cyclone 5 Development Board | |
71 | - Xilinx zc706 | |
72 | - ARC AXS101 and AXS103 Software Development Platforms | |
73 | - Significant updates to Raspberry Pi / Raspberry Pi 2 | |
74 | ||
75 | Infrastructure: | |
76 | ||
77 | - Buildroot takes better care now of generating predictable | |
78 | permissions in the target filesystem. However, existing | |
79 | permissions on a custom skeleton or rootfs overlay will no | |
80 | longer be preserved. Therefore, it is necessary to add a | |
81 | permission table (BR2_ROOTFS_DEVICE_TABLE) to set the | |
82 | required permissions. | |
83 | - Add support for kconfig fragments. | |
84 | - No longer pass --{enable,disable}-debug to autotools | |
85 | packages depending on the value of | |
86 | BR2_ENABLE_DEBUG. BR2_ENABLE_DEBUG now only controls | |
87 | whether we build with -g or not. | |
88 | - Support for extracting archives in .lzma in the generic | |
89 | package infrastructure. | |
90 | - Remove random-seed file from the default skeleton, since | |
91 | seeding the entropy pool with a known seed makes more harm | |
92 | than good. | |
93 | - In the CVS download helper, add support to use a date as | |
94 | the version. | |
95 | - Add support for a per-package <pkg>_STRIP_COMPONENTS | |
96 | variable, which packages can use to specify how many path | |
97 | components should be stripped when extracting the tarball. | |
98 | - Addition of a 'kernel-module' package infrastructure, which | |
99 | simplifies the packaging of external kernel modules. Many | |
100 | existing packages are converted to use it. | |
101 | - Allow bootloaders to be implemented in $(BR2_EXTERNAL) | |
102 | - Remove /etc/securetty from the default skeleton. | |
103 | - Migration of sysV initscripts from the default skeleton to | |
104 | a package called 'initscripts', installed only when Busbox | |
105 | init or sysvinit are used. | |
106 | - Migration of the skeleton logic to a proper 'skeleton' | |
107 | package. | |
108 | - Addition of a 'linux-tools' infrastructure in the 'linux' | |
109 | package, to support building user-space tools bundled | |
110 | within the Linux kernel sources, such as perf and cpupower. | |
111 | - Usage of backticks instead of make $(shell ...) to execute | |
112 | shell commands. This allows to delay the evaluation of such | |
113 | commands when actually needed, and not when expanding the | |
114 | variables. It is useful to make 'make printvars' less | |
115 | noisy, and as a preparation to support top-level parallel | |
116 | build. | |
117 | - Libtool .la files are not mungled for all package types, | |
118 | instead of being handled only for packages using the | |
119 | autotools-package infrastructure. | |
120 | - Add mechanism to allow packages to express a dependency on | |
121 | gcc versions. This is needed for packages that use C++11 or | |
122 | C11 support for example. | |
123 | ||
124 | Important package updates: | |
125 | ||
126 | - Complete rework of the matchbox packaging | |
127 | - Lots of fixes in packages for compatibility with musl and | |
128 | gcc 5. | |
129 | - Hash files added to a large number of packages. | |
130 | - Update a significant number of packages to use a new | |
131 | hosting, after the announcement of Google Code and | |
132 | Gitorious closing. | |
133 | - Major packages needed for SELinux support have been merged, | |
134 | but the support is not complete yet. | |
135 | - Significant update of OpenCV to version 3.0, and addition | |
136 | of lots of eatures. | |
137 | - Significant update of all packages supporting the GPU and | |
138 | VPU of i.MX ARM processors. | |
139 | - Addition of systemd support in a significant number of | |
140 | packages. | |
141 | - Qt5 updated to 5.5.0 | |
142 | - Use modular X.org server by default instead of KDrive | |
143 | ||
144 | Filesystems: | |
145 | ||
146 | - Complete overhaul of the iso9660 support. Now allows to use | |
147 | directly IS9660 as the root filesystem format and not only | |
148 | an initrd, and supports Grub 2 and isolinux in addition to | |
149 | Grub. | |
150 | ||
151 | Updated packages: a10disp, agentpp, apache, at91bootstrap3, | |
152 | audit, barebox, bc, bind, bmon, boost, btrfs-progs, | |
153 | ca-certificates, can-utils, ccache, cloog, collectd, connman, | |
154 | coreutils, c-periphery, cryptsetup, dado, dbus, dejavu, | |
155 | dhcpcd, dnsmasq, dosfstools, dovecot, dovecot-pigeonhole, | |
156 | e2fsprogs, ejabberd, erlang-p1-cache-tab, erlang-p1-sip, | |
157 | erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls, | |
158 | erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml, ethtool, | |
159 | eudev, evtest, exim, expect, explorercanvas, feh, ffmpeg, | |
160 | file, flashrom, freescale-imx, freetype, gawk, gcc, gdb, | |
161 | gettext, git, glib-networking, gnupg2, gnutls, gpsd, gptfdisk, | |
162 | gpu-viv-bin-mx6q, gst-fsl-plugins, harfbuzz, hdparm, heimdal, | |
163 | i2c-tools, imagemagick, imx-vpu, iproute2, ipset, isl, iw, | |
164 | kodi, kodi-addon-xvdr, kodi-audioencoder-flac, | |
165 | kodi-audioencoder-lame, kodi-audioencoder-vorbis, | |
166 | kodi-audioencoder-wav, lftp, libass, libassuan, libcec, | |
167 | libconfi, libcurl, libdrm, libevdev, libfreefare, libfslcodec, | |
168 | libfslparser, libfslvpuwrap, libfuse, libglib2, libgpgme, | |
169 | libgtk2, libgtk3, libical, libidn, libiio, libinput, libiscsi, | |
170 | libllcp, libmicrohttpd, libnfc, libnss, libpcap, libpciaccess, | |
171 | libpng, libserialport, libsigrok, libsoc, libtirpc, libubox, | |
172 | libunistring, libupnp, libuv, libv4l, libva, | |
173 | libva-intel-driver, libXrandr, lighttpd, linenoise, linux, | |
174 | linux-firmware, linux-headers, live555, ltrace, lua, | |
175 | lua-csnappy, lua-ev, luajit, lua-messagepack, luaperiphery, | |
176 | lvm2, lxc, lzo, mesa3d, mesa3d-headers, midori, mmc-utils, | |
177 | modem-manager, mono, mosquitto, mpd, mpd-mpc, mpfr, mpg123, | |
178 | mtd, musl, nano, netperf, network-manager, nfs-utils, nginx, | |
179 | nodejs, ntp, ola, opencv, openldap, openssh, openssl, | |
180 | openswan, openvmtools, openvpn, opkg, orbit, orc, pcmanfm, | |
181 | perl-cross, perl-encode-locale, perl-io-socket-ssl, | |
182 | perl-mojolicious, perl-net-ssleay, perl-path-tiny, perl-uri, | |
183 | perl-xml-libxml, php, pinentry, polarssl, postgresql, | |
184 | pulseview, pure-ftpd, python, python-dpkt, python-lxml, | |
185 | python-networkmanager, python-pyinotify, python-pypcap, | |
186 | python-tornado, qextserialport, qt, qt5, rapidjson, redis, | |
187 | rpcbind, rpi-firmware, rpi-userland, samba4, shairport-sync, | |
188 | snmpp, sqlite, squid, strongswan, stunnel, sudo, sunxi-boards, | |
189 | sunxi-mali, sysdig, sysstat, systemd, tcpdump, tiff, tmux, | |
190 | tor, txheadend, tzdata, uboot, uclibc, ulogd, upmpdcli, | |
191 | usb_modeswitch, usb_modeswitch_data, vala, vsftpd, wayland, | |
192 | weston, whois, wireless-regdb, wireshark, x264, xapp_xvinfo, | |
193 | xdriver_xf86-input-libinput, xdriver_xf86-input-vmmouse, | |
194 | xdriver_xf86-video-cirrus, xdriver_xf86-video-geode, | |
195 | xdriver_xf86-video-imx-viv, xdriver_xf86-video-mach64, | |
196 | xdriver_xf86-video-neomagic, xdriver_xf86-video-r128, | |
197 | xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion, | |
198 | xdriver_xf86-video-vesa, xkeyboard-config, xlib_libfontenc, | |
199 | xlib_libFS, xlib_libXaw, xlib_libxkbfile, xlib_libXrender, | |
200 | xlib_libXt, xproto_kbproto, xproto_xproto, xproto_xrandrproto, | |
201 | xscreensaver, xserver_xorg-server, xtables-addons, yaml-cpp, | |
202 | zic. | |
203 | ||
204 | New packages: angularjs, atf, audit, c-icap, c-icap-modules, | |
205 | cpio, dawgdic, faketime, fcgiwrap, gflags, glog, initscripts, | |
206 | jquery-datetimepicker, kodi-audioencoder-modplug, | |
207 | kodi-audioencoder-nosefar, kodi-audioencoder-sidplay, | |
208 | kodi-audioencoder-snesapu, kodi-audioencoder-stsound, | |
209 | kodi-audioencoder-timidity, kodi-audioencoder-vgmstream, | |
210 | kodi-platform, kodi-pvr-argustv, kodi-pvr-dvblink, | |
211 | kodi-pvr-dvbviewer, kodi-pvr-filmon, kodi-pvr-hts, | |
212 | kodi-pvr-iptvsimple, kodi-pvr-mediaportal-tvserver, | |
213 | kodi-pvr-mythtv, kodi-pvr-nextpvr, kodi-pvr-njoy, | |
214 | kodi-pvr-pctv, kodi-pvr-stalker, kodi-pvr-vbox, | |
215 | kodi-pvr-vdr-vnsi, kodi-pvr-vuplus, kodi-pvr-wmc, | |
216 | kodi-screensaver-asteroids, kodi-screensaver-biogenesis, | |
217 | kodi-screensaver-crystalmorph, kodi-screensaver-greynetic, | |
218 | kodi-screensaver-pingpong, kodi-screensaver-pyro, | |
219 | kodi-screensaver-stars, kodi-visualisation-shadertoy, | |
220 | kodi-visualisation-spectrum, kodi-visualisation-waveforhue, | |
221 | kodi-visualisation-waveform, kvmtool, kyua, libfm, | |
222 | libfm-extra, libplatform, librtas, libsodium, libsquish, | |
223 | libucl, libump, linux-backports, lua-iconv, lutok, menu-cache, | |
224 | moarvm, monkey, mono-gtksharp3, mosh, openipmi, python-can, | |
225 | python-pycli, python-pydal, python-pyyaml, python-web2py, | |
226 | qpid-proton, qt5webchannel, quazip, racehound, rtl8188eu, | |
227 | rtl8821au, sepolgen, setools, skeleton, stm32flash, | |
228 | webkitgtk24, xdriver_xf86-video-qxl, zynq-boot-bin. | |
229 | ||
230 | Deprecated packages: webkitgtk, libgail, eglibc support in | |
231 | glibc package. | |
43929650 | 232 | |
8cf7a561 TP |
233 | Issues resolved (http://bugs.uclibc.org): |
234 | ||
235 | #4291: Segmentation fault with all binaries that use threads | |
236 | when compiled with gcc 4.6 | |
237 | #6944: building toolchain for sh4 fails | |
238 | #7592: Buildroot GCC: -lto requires plugin support in ranlib | |
239 | #7628: Python SSL does not get built for Raspberry Pi | |
240 | #7682: Missing dependencies for NFS | |
241 | #7742: dhcp lacks important features when BR2_ENABLE_DEBUG | |
242 | #7754: make: *** [/..../buildroot-2014.11/output/build/host-gcc-initial-4.8.3/.stamp_built] Error 2 | |
243 | #7946: libglib2-2.42.2 fails to build for sparc-buildroot-linux-gnu | |
244 | #7956: glibc 2.20 and 2.21 fail to build for sh64-buildroot-linux-gnu | |
245 | #7971: python-flask, python-werkzeug. No module named zlib | |
246 | #7981: Target file system skeleton permissions hazard | |
247 | #8006: rpcdebug in nfs-utils built for the host | |
248 | #8036: alsa-lib headers problem that prevents to compile alsa | |
249 | dependent projects | |
250 | #8081: systemd init system: /tmp is not mode 1777 | |
251 | #8121: php opcache extension doesn't get installed | |
252 | #8151: x86-64 make fails with ncurses 5.9 | |
253 | #8156: pkg-kconfig infra broken for *-update-{config, defconfig} | |
254 | #8161: default /bin/sh symlink to busybox is full path and not relative | |
255 | #8171: glamor missing | |
256 | #8191: Request update support for the cubieboard series | |
257 | #8201: Important security upgrades for node.js | |
258 | ||
6d73615f PK |
259 | 2015.05, Released May 31st, 2015 |
260 | ||
261 | Minor fixes. | |
262 | ||
263 | Updated/fixed packages: conntrack-tools, directfb, fio, flite, | |
264 | gptfdisk, ipmiutil, iproute2, janus-gateway, keyutils, knock, | |
265 | libelementary, libgcrypt, libgsasl, libjpeg, libstrophe, | |
266 | lttng-libust, nbd, ncurses, nmap, php, postgresql, python, | |
267 | python3, sconeserver, udpcast, upmpdcli | |
268 | ||
c6ce119c PK |
269 | 2015.05-rc3, Released May 22nd, 2015 |
270 | ||
271 | Several fixes, mainly related to static linking. | |
272 | ||
273 | Updated/fixed packages: acl, alsa-utils, apr, armadillo, attr, | |
274 | autoconf-archive, binutils, boost, czmq, dhcpcd, duma, | |
275 | enlightenment, exim, fbterm, freerdp, gcc, gdk-pixbuf, | |
276 | google-breakpad, gpsd, heirloom-mailx, hwloc, ipmiutil, | |
277 | iproute2, jack2, jasper, kmod, lcdproc, leafnode2, libcap-ng, | |
278 | libftdi1, libmatroska, libmemcached, libmodbus, libnftnl, | |
279 | libsigrok, libupnpp, libuv, libxml-parser-perl, linux, | |
280 | linux-headers, lirc-tools, lua-periphery, lxc, mongoose, mono, | |
281 | mpg123, mosquitto, neardal, newt, ntp, ola, openldap, opencv, | |
282 | php, postgresql, protobuf, pulseaudio, python-pyqt, qemu, qt, | |
283 | qt5base, rpi-userland, rsyslog, snmppp, sqlite, tiff, | |
284 | tinyxml2, uboot-tools, unionfs, ux5000-firmware, usbredir, | |
285 | ushare, vpnc, vsftpd, wavpack, wireless_tools, wsapi, | |
286 | wvstreams, xmlstarlet, zeromq, zmqpp | |
287 | ||
288 | New packages: c-periphery | |
289 | ||
290 | Issues resolved (http://bugs.uclibc.org): | |
291 | ||
292 | #8106: mkfs.jffs2 uses the --pagesize parameter incorrectly | |
293 | #8111: 2015.05.rc2 LIBFOO_CONF_OPTS not working | |
294 | #8126: exim lacks plaintext and cram-md5 auth | |
295 | ||
f2435f6d PK |
296 | 2015.05-rc2, Released May 11th, 2015 |
297 | ||
298 | Minor fixes. | |
299 | ||
300 | Toolchain: PR56780 backport to GCC 4.8.4 to fix GDB linking | |
301 | issues. Context functions enabled for uClibc snapshot / | |
302 | uClibc-NG. | |
303 | ||
304 | Architectures: Endian handling symbol for Xtensa, binutils | |
305 | fixes. | |
306 | ||
307 | Infrastructure: Fix for kernel module stripping when | |
308 | localversion contains spaces. | |
309 | ||
310 | Updated/fixed packages: at, autoconf-archive, binutils, | |
311 | cc-tool, cryptsetup, dstat, expedite, freerdp, giflib, | |
312 | gnuchess, guile, ipmiutil, iproute2, mono, monolite, neard, | |
313 | ola, poppler, postgresql, python-qt, qt, sqlite, valgrind, | |
314 | xlib_libXfont | |
315 | ||
316 | Issues resolved (http://bugs.uclibc.org): | |
317 | ||
318 | #8086: Cannot select systemd as init with Linaro 2014.09... | |
319 | ||
5628a15a | 320 | 2015.05-rc1, Released May 4th, 2015 |
94856075 PK |
321 | |
322 | Fixes all over the tree and new features. | |
323 | ||
329f6870 PK |
324 | Architectures: Removed AVR32 support, deprecate SH64, added |
325 | support for steamroller, corei7-avx and core-avx2 x86 | |
326 | variants. | |
327 | ||
328 | Toolchains: IPv6 and Largefile support now enforced for | |
329 | uClibc. Corresponding Kconfig symbols removed. | |
330 | ||
331 | External CodeSourcery AMD64 2014.05, MUSL-cross 1.1.6 added, | |
332 | CS sh2, Xilinx microblaze v2/14.3 removed. Distro-class | |
333 | external toolchains are now detected and blacklisted. | |
334 | ||
335 | Internal toolchain support for Nios2 added, Blackfin | |
336 | removed. Aarch64 and sh musl support. uClibc-ng support added. | |
337 | ||
338 | Libatomic is now handled for internal and external | |
339 | toolchains. Link time optimization (LTO) support. | |
340 | ||
341 | New Defconfigs: Freescale i.MX28 EVK, i.MX31 PDK and SABRE | |
342 | Auto, Raspberry Pi 2, RIoTboard, | |
343 | ||
344 | Infrastructure: Hashes for a large number of packages have | |
345 | been added. Missing hashes now stop the build unless | |
346 | explicitly disabled. | |
347 | ||
1c3ad235 PK |
348 | Spaces and colons (:) are now supported in package |
349 | versions. Dependencies can now be listed for the patch step | |
350 | (<PKG>_PATCH_DEPENDENCIES). Kconfig and Linux kernel | |
329f6870 PK |
351 | extensions infrastructure has been added. |
352 | ||
353 | Makedevs now has a recursive (r) option. | |
354 | ||
355 | The variable containing the list of packages to build has been | |
356 | renamed from TARGETS to PACKAGES. | |
357 | ||
1c3ad235 PK |
358 | Make external-deps / legal-info / source / source-check have |
359 | been reimplemented using the package infrastructure, so their | |
360 | output/behaviour may differ from earlier (some packages were | |
361 | not included in the past). | |
362 | ||
329f6870 PK |
363 | The old insecure DES password encoding is no longer supported. |
364 | ||
365 | U-Boot patch option now support direct references to patch | |
366 | files and URLs in addition to directories of patches. The | |
367 | i.MX28 SD format (u-boot.sd) is now supported. | |
368 | ||
94856075 PK |
369 | Updated/fixed packages: agentpp, aircrack-ng, alsa-lib, |
370 | alsa-utils, apr-util, apr, atk, autossh, avahi, avrdude, | |
329f6870 PK |
371 | bcusdk, bdwgc, bind, binutils, bmon, boost, botan, |
372 | btrfs-progs, busybox, ca-certificates, cairo, can-utils, | |
373 | canfestival, ccache, chrony, civetweb, clamav, cmake, | |
374 | collectd, connman, copas, crda, cryptodev-linux, cryptsetup, | |
375 | cups, czmq, dbus-cpp, dbus-glib, dbus-python, dbus, dfu-util, | |
376 | dhcp, dhcpcd, dialog, dillo, dmraid, dnsmasq, dos2unix, | |
377 | dosfstools, dovecot-pigeonhole, dovecot, dropbear, dropwatch, | |
94856075 PK |
378 | dtv-scan-tables, dvdauthor, e2fsprogs, ecryptfs-utils, |
379 | libevas, elfutils, enscript, erlang, espeak, eudev, evemu, | |
380 | exfat-utils, exim, f2fs-tools, feh, ffmpeg, fftw, flickcurl, | |
381 | fltk, fluxbox, fmlib, fmtools, freeradius-client, freerdp, | |
382 | gamin, gawk, gcc-final, gcc, gd, gdb, gengetopt, geoip, git, | |
383 | glib-networking, gnu-efi, gnuchess, gnutls, gpsd, gptfdisk, | |
329f6870 PK |
384 | gpu-viv-bin-mx6q, gst-plugin-bad, gstreamer, gstreamer1, |
385 | gtest, gvfs, harfbuzz, haserl, haveged, hiawatha, | |
386 | hicolor-icon-theme, hostapd, hplip, httping, i2c-tools, icu, | |
387 | ifplugd, imagemagick, imlib2, iozone, iproute2, iptables, | |
388 | iputils, irqbalance, iw, jack2, jhead, jimtcl, json-c, kexec, | |
389 | kismet, kmod, kodi-audioencoder-flac, | |
94856075 | 390 | kodi-audioencoder-vorbis, kodi-pvr-addons, kodi, ktap, lcms2, |
329f6870 PK |
391 | libass, libatomic_ops, libbluray, libcap, libcgroup, libcurl, |
392 | libdrm, libdvbsi, libebml, libecore, libedit, liberation, | |
393 | libev, libevas, libevdev, libftdi, libgcrypt, libglib2, | |
394 | libgpgme, libgtk2, libgtk3, libiconv, libidn, libiio, | |
395 | libinput, libiscsi, libksba, liblinear, libmatroska, | |
396 | libmicrohttpd, libmodbus, libmpdclient, libnice, libnl, | |
397 | libnspr, libnss, libpcap, libpciaccess, libphidget, libplayer, | |
398 | libpthsem, libqmi, librsvg, libseccomp, libsigrok, libsoup, | |
399 | libsrtp, libssh2, libtasn1, libtool, libunistring, liburcu, | |
400 | libusb, libuv, libva-intel-driver, libva, libvncserver, | |
401 | libvorbis, libvpx, libwebsockets, libxml2, libzip, lightning, | |
402 | lighttpd, linknx, linphone, linux-firmware, linux-headers, | |
403 | linux-pam, live555, ljsyscall, lmbench, lockdev, logrotate, | |
404 | lpc3250loader, lpeg, lsof, lttng-libust, lttng-modules, | |
405 | lttng-tools, lua, luacrypto, luafilesystem, luajit, luaposix, | |
406 | luarocks, lvm2, lxc, make, | |
94856075 PK |
407 | matchbox-{common,desktop,fakekey,keyboard,lib,startup-monitor,vm}, |
408 | matchbox, mcelog, memcached, memstat, memtest86, mesa3d, | |
409 | minidlna, mjpegtools, mjpg-streamer, modem-manager, mongoose, | |
410 | monit, mono, monolite, mp4v2, mpc, mpd, mpdecimal, mpg123, | |
411 | mplayer, musl, nano, nbd, ncftp, ncmpc, ncurses, ne10, neard, | |
412 | neardal, net-tools, netatalk, netsnmp, network-manager, nginx, | |
413 | nodejs, ntfs-3g, ntp, numactl, odhcp6c, ofono, open2300, | |
414 | opencv, openldap, openntpd, openocd, openssh, openssl, | |
415 | openswan, opentyrian, openvmtools, openvpn, oprofile, p11-kit, | |
329f6870 | 416 | pango, patch, patchelf, pciutils, pcre, perf, perl-gdgraph, |
94856075 PK |
417 | perl-io-socket-ssl, perl-json-tiny, perl-module-build, |
418 | perl-mojolicious, perl-net-ssleay, perl-path-tiny, | |
419 | perl-xml-libxml, perl, phidgetwebservice, php-gnupg, php, | |
420 | pkgconf, polarssl, poppler, popt, postgresql, powerpc-utils, | |
421 | pppd, prboom, procps-ng, proftpd, psplash, ptpd2, | |
422 | python-{cheetah,coherence,django,markdown,netifaces,pam,six}, | |
329f6870 PK |
423 | python-tornado, python-twisted, python-zope-interface, python, |
424 | python3, qemu, qt, qt5, qt5base, qt5multimedia, | |
425 | qt5xmlpatterns, qt5cinex, quagga, qwt, radvd, readline, | |
426 | rng-tools, rpcbind, rpi-firmware, rpi-userland, rsync, | |
427 | rsyslog, rtai, rtmpdump, ruby, sam-ba, samba, samba4, | |
428 | sane-backends, sconeserver, shairport-sync, sigrok-cli, slang, | |
429 | smcroute, snmppp, socat, socketcand, sofia-sip, sox, | |
430 | spawn-fcgi, speex, sqlcipher, sqlite, squid, strace, | |
431 | strongswan, stunnel, sudo, sunxi-boards, swig, sysstat, | |
432 | systemd, tcpdump, tftpd, thrift, thttpd, ti-gfx, ti-utils, | |
433 | tiff, tinyalsa, tn5250, transmission, trinity, tslib, | |
434 | tvheadend, tzdata, uboot-tools, uclibc, ulogd, usb_modeswitch, | |
435 | usbutils, ustr, util-linux, vala, valgrind, vlc, wayland, | |
436 | webp, weston, wget, which, whois, wireless-regdb, | |
437 | wireless_tools, wireshark, wpa_supplicant, wvstreams, | |
438 | xapp_{bdftopcf,bitmap,fonttosfnt,fslsfonts}, | |
94856075 PK |
439 | xapp_{fstobdf,iceauth,mkfontscale,oclock,rgb,sessreg,setxkbmap}, |
440 | xapp_{showfont,smproxy,twm,x11perf,xcalc,xclipboard,xcmsdb}, | |
441 | xapp_{xdbedizzy,xditview,xdpyinfo,xdriinfo,xedit,xev,xeyes}, | |
442 | xapp_{xf86dga,xfsinfo,xgamma,xgc,xhost,xinit,xinput,xkbcomp}, | |
443 | xapp_{xkbevd,xkbprint,xlsatoms,xlsfonts,xmag,xman,xmh,xmodmap}, | |
444 | xapp_xmore, xcb-util-image, xcb-util-keysyms, | |
445 | xdata_xcursor-themes, | |
446 | xdriver_xf86-input-{evdev,keyboard,synaptics,void}, | |
447 | xdriver_xf86-video-{ati,cirrus,geode,mach64,mga,neomagic}, | |
448 | xdriver_xf86-video-{r128,savage,siliconmotion,sis,tdfx}, | |
329f6870 PK |
449 | xdriver_xf86-video-{trident,vmware,voodoo}, xenomai, |
450 | xfont_font-util, xkeyboard-config, | |
451 | xlib_lib{ICE,X11,Xdmcp,Xfont,Xpm,XvMC}, | |
94856075 PK |
452 | xlib_lib{Xxf86vm,xshmfence,xtrans}, xproto_randrproto, |
453 | xproto_xproto, xserver_xorg-server, x11vnc, x264, xerces, | |
454 | xorriso, xterm, xz, yaml-cpp, zeromq, zic, zmqpp | |
455 | ||
456 | New packages: apache, autoconf-archive, batctl, | |
329f6870 PK |
457 | bitstream-vera, bullet, cc-tool, doxygen, drbd-utils, |
458 | dvdrw-tools, gnuradio, gst1-imx, hans, hwloc, ijs, | |
459 | imx-usb-loader, inconsolata, iodine, iotop, ipmiutil, jsoncpp, | |
460 | leveldb, libdcadec, libdri2, libfreeimage, libftdi1, | |
461 | libsidplay2, lirc-tools, lua-periphery, mc, mesa3d-headers, | |
462 | mosquitto, nvidia-driver, nvidia-tegra23{,-binaries,-codecs}, | |
463 | openjpeg, opusfile, perl-crypt-openssl-{random,rsa}, | |
464 | perl-db-file, perl-digest-{hmac,sha1}, | |
465 | perl-encode-{detect,locale}, perl-file-{listing,util}, | |
466 | perl-html-{parser,tagset}, perl-http-cookies, | |
467 | perl-http-{daemon,date,message,negotiate}, perl-io-html, | |
468 | perl-libwww-perl, perl-lwp-mediatypes, perl-mail-dkim, | |
469 | perl-mailtools, perl-mime-base64, perl-net-{dns,http}, | |
470 | perl-netaddr-ip, perl-time-hires, perl-timedate, perl-uri, | |
471 | perl-www-robotrules, powertop, pulseview, | |
472 | python-{cherrypy,lxml,mako,pyqt,pyxml,sip,spidev,ws4py}, qpdf, | |
473 | qt-webkit-kiosk, sl, softether, sysdig, tinyxml2, tor, tovid, | |
474 | unixodbc, wf111, wine, libepoxy, xapp_xcompmgr, | |
94856075 | 475 | xapp_xfindproxy, xcb-util-cursor, xcb-util-renderutil, |
329f6870 | 476 | xdriver_xf86-input-libinput, xdriver_xf86-video-imx{,-viv}, |
94856075 PK |
477 | xproto_xproxymanagementprotocol |
478 | ||
479 | Removed packages: gtk2-theme-hicolor | |
480 | ||
329f6870 PK |
481 | Deprecated packages: samba |
482 | ||
94856075 PK |
483 | Issues resolved (http://bugs.uclibc.org): |
484 | ||
485 | #7478: Multiple chosen python modules are not built due to... | |
486 | #7508: Use of BR2_EXTERNAL and dependencies to existing packages | |
487 | #7676: Package procps-ng installs binaries to nonsensical folder | |
488 | #7724: Startx is not installed in the target | |
489 | #7760: botan: wrong prefix in botan-1.10.pc | |
490 | #7826: Building of cdparanoia | |
491 | #7844: Lua with hard-float on MIPS by buildroot doesn't work | |
492 | #7874: X.org configure error | |
493 | #7941: glibc-2.20 fails to build for sparc-buildroot-linux-gnu | |
494 | #7951: gcc 4.9.2 fails to build for sparc-buildroot-linux-gnu | |
495 | #7961: Qt5 fails to build for xtensa-buildroot-linux-uclibc | |
496 | #7976: mkuser script fails with: user already exists with... | |
497 | #8011: When building only busybox and strace, strace fails... | |
498 | #8016: collectd fails to build, network.c:171:19: error:... | |
499 | #8041: error on building libcurl7.42.0 | |
500 | ||
6bf057b0 PK |
501 | 2015.02, Released March 1st, 2015 |
502 | ||
503 | Minor fixes. | |
504 | ||
505 | Updated/fixed packages: civetweb, ding-libs, | |
506 | directfb-examples, glibc, gnupg, gnupg2, gpm, | |
507 | gst-plugins-good, gst1-plugins-good, freetype, libao, libevas, | |
508 | libevent, libfribidi, libgcrypt, libgtk2, libshout, libsrtp, | |
509 | libtheora, libupnpp, libxmlrpc, linux, make, opus, pinentry, | |
510 | rpi-firmware, shared-mime-info, vlc, vorbis-tools, | |
511 | xcb-util-keysyms | |
512 | ||
513 | Removed packages: libgc | |
514 | ||
345f32e6 PK |
515 | 2015.02-rc3, Released February 24th, 2015 |
516 | ||
517 | Minor fixes. | |
518 | ||
519 | Cmake and rebar (erlang) infrastructure fixes. | |
520 | ||
521 | Updated/fixed packages: bind, btrfs-progs, busybox, e2fsprogs, | |
522 | evtest, ffmpeg, fltk, gnutls, i2c-tools, imagemagick, libxcb, | |
523 | make, mjpg-streamer, netsnmp, opentyrian, php, polarssl, | |
524 | qt5base, samba, samba4, sudo, util-linux, xserver_xorg-server | |
525 | ||
bc11392d PK |
526 | 2015.02-rc2, Released February 15th, 2015 |
527 | ||
528 | Minor fixes. | |
529 | ||
530 | raspberrypi: fix kernel sha1 for DT variant. | |
531 | ||
532 | Updated/fixed packages: dbus, dvdauthor, git, libsemanage, | |
533 | libsepol, libssh2, mplayer, ntp, openvmtools, python3, | |
534 | qt5base, qt5connectivity, xserver_xorg-server | |
535 | ||
21652676 | 536 | 2015.02-rc1, Released February 8th, 2015 |
20138584 PK |
537 | |
538 | Fixes all over the tree and new features. | |
539 | ||
540 | Static/shared library handling reworked. This is now a | |
541 | tristate (shared only / shared and static / static | |
542 | only). Default is now shared only to speed up the | |
543 | build. BR2_PREFER_STATIC_LIB is now called BR2_STATIC_LIBS. | |
544 | ||
545 | The toolchain (internal and external) will now warn when an | |
546 | unsafe library or header path is used (such as /usr/include or | |
547 | /usr/lib). If BR2_COMPILER_PARANOID_UNSAFE_PATH is enabled | |
548 | under build options this instead becomes an error. | |
549 | ||
550 | A installation path issue with the internal musl toolchain | |
551 | support has been fixed so it is now possible to reuse it as an | |
552 | external toolchain. | |
553 | ||
554 | Architectures: Freescale E5500 and E6500 PowerPC support | |
555 | added, deprecated MIPS 1/2/3/4 support removed. | |
556 | ||
557 | New defconfigs: Freescale p2020ds, MIPS creator CI20, | |
558 | Raspberrypi with DT, UDOO Quad. | |
559 | ||
560 | 'make <foo>_defconfig' now saves the path to the defconfig in | |
561 | the .config, so a 'make savedefconfig' automatically updates | |
562 | it. | |
563 | ||
564 | Infrastructure for packages using the Erland rebar tool has | |
565 | been added. | |
566 | ||
567 | Hashes for a large number of packages have been added. Hashes | |
568 | are now checked for both target and host packages. | |
569 | ||
570 | The system menu now has an option to automatically configure a | |
571 | network interface through DHCP at bootup. | |
572 | ||
573 | The default filesystem skeleton now uses a separate tmpfs for | |
574 | /run instead of a symlink to /tmp/ for security reasons / to | |
575 | protect against conflicts with user generated temporary files. | |
576 | ||
577 | BR2_EXTERNAL is now exported to post-build and post-image | |
578 | scripts. | |
579 | ||
580 | New packages: bdwgc, benejson, blktrace, bootstrap, cgic, | |
581 | ding-libs, dvdauthor, ejabberd, erlang-goldrush, erlang-lager, | |
582 | erlang-p1-cache-tab, erlang-p1-iconv, erlang-p1-sip, | |
583 | erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls, | |
584 | erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml, | |
585 | erlang-p1-zlib, exiv2, freeradius-client, gengetopt, glmark2, | |
586 | gpu-amd-bin-mx51, guile, host-qemu, ifupdown, iperf3, | |
587 | janus-gateway, kodi, kodi-audioencoder-flac, | |
588 | kodi-audioencoder-lame, kodi-audioencoder-vorbis, | |
589 | kodi-audioencoder-wav, libcli, libiio, liblinear, libnice, | |
590 | libselinux, libsemanage, libserialport, libsigro, | |
591 | libsigrokdecode, libsrtp, liburiparser, libvips, libwebsock, | |
592 | libz160, libzip, lightning, mcelog, memtest86, mjpegtools, | |
593 | mjpg-streamer, mke2img, mpd-mpc, netsurf-buildsystem, odhcp6c, | |
594 | openldap, python-alsaaudio, python-certifi, python-cheetah, | |
595 | python-coherence, python-django, python-docopt, python-enum, | |
596 | python-enum34, python-flask, python-gobject, python-httplib2, | |
597 | python-ipaddr, python-itsdangerous, python-jinja, | |
598 | python-markdown, python-markupsafe, python-networkmanager, | |
599 | python-pam, python-psutil, python-pyftpdlib, python-pyinotify, | |
600 | python-pysendfile, python-pyxb, python-requests, python-six, | |
601 | python-twisted, python-webpy, python-werkzeug, | |
602 | python-zope-interface, qt5cinex, sigrok-cli, sofia-sip, | |
603 | start-stop-daemon, szip, triggerhappy, ustr, vnstat, xorriso, | |
604 | xtables-addons | |
605 | ||
606 | Removed packages (target): bison, distcc, gob2, m4 | |
607 | ||
608 | Issues resolved (http://bugs.uclibc.org): | |
609 | ||
610 | #7556: make interactive CLI optional for nftables | |
611 | #7730: Error while connecting Qt Cretaor to device | |
612 | #7766: logrotate default gzip path is usually wrong | |
613 | #7790: Invalid ext4 image generated by Buildroot | |
614 | ||
9a5434fb PK |
615 | 2014.11, Released December 1st, 2014 |
616 | ||
617 | Minor fixes. | |
618 | ||
619 | Infrastructure: LD_LIBRARY_PATH handling tweak to ensure | |
620 | current working directory isn't searched. | |
621 | ||
622 | Updated/fixed packages: gd, gdb, libwebsockets, luajit, mono, | |
623 | parted, shairport-sync, util-linux, xapp_bdftopcf, | |
624 | xserver_xorg-server | |
625 | ||
f30e54eb PK |
626 | 2014.11-rc3, Released November 28th, 2014 |
627 | ||
628 | Fixes all over the tree. | |
629 | ||
630 | System: File permissions of /etc/random-seed made more | |
631 | restrictive. | |
632 | ||
633 | Toolchain: Various fixes related to locale handling, a fix for | |
634 | building the toolchain wrapper on MIPS. | |
635 | ||
636 | Updated/fixed packages: bind, binutils. botan, btrfsprogs, | |
637 | clamav, czmq, dhcp, dillo, dovecot, erlang, flac, gd, glibc, | |
638 | gptfdisk, gst1-validate, heirloom-mailx, lame, libksba, | |
639 | libllcp, libnspr, libpng, libshairplay, libtirpc, linux, | |
640 | linux-headers, mpdecimal, mpg123, network-manager, nfstables, | |
641 | nfs-utils, openssl, pcituils, qt, radvd, rtai, sqlcipher, | |
642 | sstrip, tcpdump, uclibc, uemacs, ushare, wayland, weston, | |
643 | xl2tp, xserver_xorg-server | |
644 | ||
645 | Issues resolved (http://bugs.uclibc.org): | |
646 | ||
647 | #7670: Fails to build mpc-1.0.2 on latest Cygwin | |
648 | ||
641e00ef | 649 | 2014.11-rc2, Released November 21st, 2014 |
7dfba6f5 PK |
650 | |
651 | Fixes all over the tree. | |
652 | ||
653 | Inittab tweaks for shutdown handling (busybox and sysvinit). | |
654 | ||
655 | Updated/fixed packages: aircrack-ng, botan, canfestival, | |
656 | clamav, coreutils, czmq, dbus, dovecot, duma, e2fsprogs, | |
657 | erlang, gcc, iputils, libcap, libgcrypt, libmemcached, | |
658 | libssh2, libunwind, libv4l, linux-headers, mesa3d-demos, mutt, | |
659 | mysql, ndisc6, nodejs, omniorb, perl-cross, php, | |
660 | python-tornado, python3, qemu, qt5base, qt5webkit, rpm, | |
661 | rt-tests, ruby, schifra, sdl_sound, shairport-sync, sysvinit, | |
662 | tstools, tzdata, wireshark, x264 | |
663 | ||
664 | Issues resolved (http://bugs.uclibc.org): | |
665 | ||
666 | #7646: strftime on datetime not works on python3 | |
667 | ||
74128856 | 668 | 2014.11-rc1, Released November 12th, 2014 |
4c2d7589 PK |
669 | |
670 | Fixes all over the tree and new features. | |
671 | ||
6896e829 PK |
672 | Toolchains: Use -mcpu / -march instead of -mtune. Support |
673 | additional ARC and sparc variants. Updated Code sourcery | |
674 | and Linaro external toolchains. | |
675 | ||
676 | Defconfigs: Freescale iMX6DL SabreSD, Minnowboard MAX, QEMU | |
677 | powerpc64 pseries added and a number of updates to the | |
678 | existing configurations. | |
679 | ||
680 | Infrastructure: Buildroot is now less noisy when built with | |
681 | the silent option (make -s). | |
682 | A number of package infrastructure variables have been renamed | |
683 | from *_OPT to *_OPTS for constency. Buildroot will complain if | |
684 | the old names are used to assist in updating out of tree | |
685 | packages. | |
686 | Fixes for host systems where bash isn't located in /bin, and | |
687 | older systems not supporting mktemp --tmpdir. | |
688 | Various cleanups of users/groups in the default skeleton. | |
689 | There is now an option to choose what shell /bin/sh points to. | |
690 | ||
691 | Documentation: Various updates to the user manual. The | |
692 | asciidoc documentation handling has now been extended so it | |
693 | can be used by (BR2_EXTERNAL) packages. | |
694 | ||
4c2d7589 PK |
695 | Updated/fixed packages: acl, acpid, agentpp, aircrack-ng, |
696 | alsa-lib, alsamixergui, alsa-utils, apitrace, apr, apr-util, | |
697 | argus, arptables, at, atftp, atk, attr, audiofile, aumix, | |
698 | automake, autossh, avahi, avrdude, axel, bandwidthd, bash, | |
699 | bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils, | |
700 | bluez_utils, bmon, boost, bootutils, bridge-utils, | |
701 | btrfs-progs, busybox, bwm-ng, bzip2, ca-certificates, cairo, | |
702 | ccache, ccid, ccrypt, cdrkit, cegui06, celt051, chrony, | |
703 | cifs-utils, civetweb, cjson, clapack, classpath, cloog, cmake, | |
704 | collectd, connman, copas, coreutils, coxpcall, cppcms, cppdb, | |
705 | cppzmq, cramfs, crda, cryptsetup, ctorrent, cups, cvs, cwiid, | |
706 | czmq, dash, dbus, dbus-cpp, dbus-glib, dbus-python, dejavu, | |
707 | dhcp, dhcpcd, dhcpdump, dialog, dillo, directfb, distcc, | |
708 | dmalloc, dmidecode, dmraid, dnsmasq, doc-asciidoc.mk, | |
709 | dosfstools, dropbear, dropwatch, dstat, dtach, dtc, dvbsnoop, | |
710 | e2fsprogs, ecryptfs-utils, ed, efl, eigen, elf2flt, elfutils, | |
711 | enlightenment, enscript, erlang, espeak, ethtool, eudev, | |
712 | evemu, evtest, exfat, exfat-utils, exim, expat, expect, | |
713 | explorercanvas, faifa, fakeroot, fan-ctrl, fbdump, | |
714 | fb-test-app, fetchmail, ffmpeg, file, filemq, findutils, flac, | |
715 | flann, flickcurl, flite, fltk, fluxbox, fmc, fmlib, | |
716 | fontconfig, foomatic-filters, freerdp, freescale-imx, | |
717 | freetype, ftop, fxload, gamin, gcc, gd, gdb, gdk-pixbuf, | |
718 | genimage, genpart, genromfs, geoip, gettext, giblib, git, | |
719 | glibc, glib-networking, gmp, gmpc, gnu-efi, gnupg, gnupg2, | |
720 | gnuplot, gnutls, google-breakpad, gpm, gpsd, gptfdisk, | |
721 | gpu-viv-bin-mx6q, grantlee, grep, gsl, gst1-libav, | |
722 | gst1-plugins-{bad,base,good,ugly}, gst-ffmpeg, | |
723 | gst-fsl-plugins, gst-omx, gst-plugins-{bad,base,good,ugly}, | |
724 | gst-plugin-x170, gstreamer, gstreamer1, gtest, gtk2-engines, | |
725 | gutenprint, gvfs, harfbuzz, haserl, haveged, hdparm, heimdal, | |
726 | heirloom-mailx, hiawatha, hostapd, hplip, htop, httping, | |
727 | hwdata, i2c-tools, icu, ifplugd, igh-ethercat, imagemagick, | |
728 | imlib2, imx-lib, imx-vpu, inadyn, inotify-tools, input-tools, | |
729 | intltool, iperf, iproute2, iprutils, ipsec-tools, ipset, | |
730 | iptables, iputils, iw, jamvm, jansson, jasper, jimtcl, joe, | |
731 | jpeg-turbo, jq, jquery-keyboard, jquery-mobile, jquery-ui, | |
732 | jquery-ui-themes, jquery-validation, jsmin, json-c, | |
733 | json-javascript, kbd, kexec, kexec-lite, keyutils, kismet, | |
734 | kmod, knock, ktap, lame, lbase64, lbreakout2, lcdproc, lcms2, | |
735 | lesstif, lftp, libaio, libao, libarchive, libargtable2, | |
736 | libass, libassuan, libatasmart, libbluray, libbsd, libcap, | |
737 | libcap-ng, libcdio, libcec, libcgicc, libcgroup, libcofi, | |
738 | libconfig, libconfuse, libcurl, libdaemon, libdnet, libdrm, | |
739 | libdvdnav, libecore, libedbus, libedit, libedje, libeet, | |
740 | libelementary, libelf, libenca, libethumb, libevas, | |
741 | libevas-generic-loaders, libevent, libexif, libeXosip2, | |
742 | libffi, libftdi, libfuse, libgail, libgcrypt, libgeotiff, | |
743 | libglade, libglib2, libgpgme, libgtk2, libhid, libidn, | |
744 | libinput, libiscsi, libjson, libksba, liblockfile, | |
745 | liblog4c-localtime, liblogging, libmad, libmatroska, libmbim, | |
746 | libmemcached, libmicrohttpd, libmpdclient, libmpeg2, libndp, | |
747 | libnfc, libnfs, libnftnl, libnl, libnspr, libnss, liboauth, | |
748 | libogg, liboping, libosip2, libpcap, libpciaccess, libpfm4, | |
749 | libplayer, libplist, libpng, libpthsem, libqmi, libqrencode, | |
750 | libraw, libreplaygain, libroxml, librsvg, librtlsdr, | |
751 | libsamplerate, libseccomp, libsecret, libshairplay, libsoc, | |
752 | libsoup, libsoxr, libssh2, libstrophe, libsvg, libsvg-cairo, | |
753 | libtasn1, libtheora, libtirpc, libtorrent, libubox, libuci, | |
754 | libungif, liburcu, libusb, libuv, libv4l, libva, | |
755 | libva-intel-driver, libvncserver, libvorbis, libvpx, | |
756 | libwebsockets, libxcb, libxml2, libxml-parser-perl, libxmlrpc, | |
757 | libxslt, lighttpd, linenoise, linknx, links, linphone, | |
758 | linux-firmware, linux-fusion, linux-headers, linux-pam, | |
759 | linux-zigbee, lite, live555, ljlinenoise, lmbench, lm-sensors, | |
760 | localedef, lockdev, lockfile-progs, log4cxx, lpty, lrandom, | |
761 | lrzsz, lshw, lsof, lsqlite3, ltp-testsuite, ltrace, ltris, | |
762 | lttng-babeltrace, lttng-libust, lttng-modules, lttng-tools, | |
763 | lua, luabitop, lua-coat, lua-coatpersistent, lua-csnappy, | |
764 | lua-ev, luajit, luajson, lualogging, lua-messagepack, | |
765 | lua-msgpack-native, luaposix, luarocks, luasec, luasocket, | |
766 | luasql-sqlite3, lua-testmore, lunit, lvm2, lxc, lz4, lzlib, | |
767 | lzma, m4, madplay, make, makedevs, Makefile.in, | |
768 | matchbox-common, matchbox-desktop, matchbox-fakekey, | |
769 | matchbox-keyboard, matchbox-lib, matchbox-panel, | |
770 | matchbox-startup-monitor, matchbox-wm, mcrypt, mdadm, | |
771 | media-ctl, mediastreamer, memcached, memstat, memtester, | |
772 | mesa3d, metacity, midori, mii-diag, minidlna, mmc-utils, | |
773 | modem-manager, mongoose, mongrel2, monit, mpc, mpd, mpdecimal, | |
774 | mpfr, mpg123, mplayer, mrouted, msmtp, mtd, mtools, mtr, | |
775 | musepack, musl, mutt, mxml, mysql, nano, nanocom, nbd, ncftp, | |
776 | ncurses, ndisc6, ne10, neard, neon, netatalk, netperf, | |
777 | netsnmp, nettle, net-tools, network-manager, newt, nfs-utils, | |
778 | ngrep, nmap, nodejs, nss-mdns, ntfs-3g, ntp, numactl, nut, | |
779 | nuttcp, ofono, ola, omap-u-boot-utils, omniorb, | |
780 | on2-8170-modules, opencore-amr, opencv, openntpd, openobex, | |
781 | openocd, openpowerlink, openssh, openssl, openswan, | |
782 | opentyrian, opentyrian-data, openvpn, opkg, oprofile, opus, | |
783 | opus-tools, orbit, orc, ortp, p11-kit, pango, parted, | |
784 | pciutils, pcmanfm, pcre, pcsc-lite, perf, perl, perl-gd, | |
785 | perl-gdgraph, perl-io-socket-ssl, perl-json-tiny, | |
786 | perl-module-build, perl-mojolicious, perl-net-ssleay, | |
787 | perl-path-tiny, perl-xml-libxml, perl-xml-parser, php, | |
788 | php-geoip, php-gnupg, php-imagick, php-memcached, php-ssh2, | |
789 | php-yaml, php-zmq, picocom, pifmrds, pinentry, pixman, | |
790 | pkg-autotools.mk, pkg-cmake.mk, pkg-download.mk, | |
791 | pkg-generic.mk, pkg-kconfig.mk, pkg-luarocks.mk, pkg-perl.mk, | |
792 | pkg-python.mk, pkg-utils.mk, poco, polarssl, polkit, poppler, | |
793 | popt, portaudio, portmap, postgresql, powerpc-utils, pppd, | |
794 | pptp-linux, prboom, procps-ng, proftpd, protobuf, protobuf-c, | |
795 | psmisc, ptpd2, pulseaudio, pv, pwgen, python, python3, | |
796 | python-dialog, python-ipy, python-keyring, python-mad, | |
797 | python-netifaces, python-numpy, python-protobuf, python-pyasn, | |
798 | python-pyparsing, python-pyro, python-pyusb, python-serial, | |
799 | python-setuptools, qdecoder, qemu, qextserialport, qjson, qt, | |
800 | qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio, | |
801 | qt5graphicaleffects, qt5imageformats, qt5multimedia, | |
802 | qt5quick1, qt5quickcontrols, qt5script, qt5sensors, | |
803 | qt5serialport, qt5svg, qt5webkit, qt5webkit-examples, | |
804 | qt5websockets, qt5x11extras, qt5xmlpatterns, qtuio, quagga, | |
805 | quota, qwt, radvd, rapidjson, rdesktop, redis, rings, rpcbind, | |
806 | rpi-firmware, rpi-userland, rpm, rp-pppoe, rrdtool, | |
807 | rsh-redone, rsync, rsyslog, rtai, rtmpdump, rt-tests, rubix, | |
808 | ruby, samba, sam-ba, samba4, sane-backends, schifra, | |
809 | sconeserver, scons, screen, sdl, sdl_gfx, sdl_image, | |
810 | sdl_mixer, sdl_net, sdl_sound, sdl_ttf, sed, ser2net, | |
811 | setserial, sg3_utils, shared-mime-info, simicsfs, sispmctl, | |
812 | slang, slirp, smcroute, smstools3, snmppp, | |
813 | snowball-hdmiservice, socat, socketcand, sox, spawn-fcgi, | |
814 | speex, spice, spice-protocol, sqlcipher, sqlite, squashfs, | |
815 | squid, sredird, startup-notification, strace, stress, | |
816 | strongswan, stunnel, subversion, sudo, sunxi-boards, | |
817 | sunxi-cedarx, swig, sylpheed, synergy, sysklogd, sysstat, | |
818 | systemd, sysvinit, taglib, tar, tcl, tcllib, tcpdump, | |
819 | tcpreplay, texinfo, tftpd, thrift, thttpd, tiff, ti-utils, | |
820 | tn5250, torsmo, trace-cmd, transmission, tslib, tstools, | |
821 | tvheadend, twolame, tz, uboot-tools, uclibc, udisks, ulogd, | |
822 | upmpdcli, upx, urg, usb_modeswitch, usbmount, usbredir, | |
823 | usbutils, util-linux, valgrind, vde2, vim, vlc, vo-aacenc, | |
824 | vorbis-tools, vpnc, vsftpd, vtun, wayland, webkit, webp, | |
825 | webrtc-audio-processing, weston, wget, whois, wireless-regdb, | |
826 | wireshark, wpa_supplicant, wvstreams, x11r7, x11vnc, | |
827 | xapp_xcalc, xapp_xdm, xapp_xdpyinfo, xapp_xf86dga, xapp_xfs, | |
828 | xapp_xinit, xapp_xkbevd, xapp_xmh, xapp_xrandr, xapp_xsm, | |
829 | xbmc, xbmc-pvr-addons, xcb-proto, xcursor-transparent-theme, | |
830 | xdriver_xf86-input-mouse, xdriver_xf86-video-{ast,intel}, | |
831 | xdriver_xf86-video-vmware, xenomai, xerces, | |
832 | xfont_font-adobe-{100,75}dpi, | |
833 | xfont_font-adobe-utopia-{100dpi,75dpi,type1}, | |
834 | xfont_font-alias, xfont_font-arabic-misc, | |
835 | xfont_font-bh-100dpi, xfont_font-bh-75dpi, | |
836 | xfont_font-bh-lucidatypewriter-100dpi, | |
837 | xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf, | |
838 | xfont_font-bh-type1, xfont_font-bitstream-100dpi, | |
839 | xfont_font-bitstream-75dpi, xfont_font-bitstream-type1, | |
840 | xfont_font-cronyx-cyrillic, xfont_font-cursor-misc, | |
841 | xfont_font-daewoo-misc, xfont_font-dec-misc, | |
842 | xfont_font-ibm-type1, xfont_font-isas-misc, | |
843 | xfont_font-jis-misc, xfont_font-micro-misc, | |
844 | xfont_font-misc-cyrillic, xfont_font-misc-ethiopic, | |
845 | xfont_font-misc-meltho, xfont_font-misc-misc, | |
846 | xfont_font-mutt-misc, xfont_font-schumacher-misc, | |
847 | xfont_font-screen-cyrillic, xfont_font-sony-misc, | |
848 | xfont_font-sun-misc, xfont_font-winitzki-cyrillic, | |
849 | xfont_font-xfree86-type1, xfsprogs, xinetd, xkeyboard-config, | |
850 | xlib_libdmx, xlib_libFS, xlib_libpciaccess, xlib_libSM, | |
851 | xlib_libX11, xlib_libXaw, xlib_libXext, xlib_libXfont, | |
852 | xlib_libXi, xlib_libXinerama, xlib_libXrandr, xlib_libXrender, | |
853 | xlib_libXres, xlib_libXScrnSaver, xlib_libXt, xlib_libXv, | |
854 | xlib_libXvMC, xlib_libXxf86dga, xlib_libXxf86vm, xmlstarlet, | |
855 | xproto_xcmiscproto, xproto_xextproto, xscreensaver, | |
856 | xserver_xorg-server, xterm, xz, zeromq, zlib, zlog, zmqpp, | |
857 | znc, zsh, zxing | |
858 | ||
859 | New packages: adwaita-icon-theme, am335x-pru-package, | |
860 | bcache-tools, biosdevname, botan, canfestival, clamav, | |
861 | cppunit, dos2unix, dovecot, dovecot-pigeonhole, getent, glm, | |
862 | gst1-validate, hicolor-icon-theme, ipmitool, leafnode2, | |
863 | libdvbcsa, libgtk3, libphidget, libshout, libunistring, | |
864 | libupnpp, mesa3d-demos, modplugtools, mono, monolite, mp4v2, | |
865 | netcat-openbsd, nginx, odhcploc, openvmtools, | |
866 | phidgetwebservice, pps-tools, pure-ftpd, | |
867 | python-configshell-fb, python-rtslib-fb, python-urwid, qlibc, | |
868 | qt5location, shairport-sync, spidev_test, targetcli-fb, | |
869 | tinyalsa, trinity, x264, yaml-cpp, ympd | |
870 | ||
871 | Removed packages: libelf | |
872 | ||
873 | Issues resolved (http://bugs.uclibc.org): | |
874 | ||
875 | #261: New package: wxWidgets | |
876 | #325: New package: ratpoison | |
877 | #405: New package: OpenVZ tools | |
878 | #1309: New package: rdiff-backup | |
879 | #3427: New package: nginx | |
880 | #3655: New package: libav | |
881 | #3991: New Package: open-vm-tools (Vmware Tools) | |
882 | #6878: dmraid: disabled on ARC | |
883 | #6950: Full unicode support in ncurses | |
884 | #7010: jamvm builds and runs fine under mips (be) | |
885 | #7088: elfutils on Blackfin doesn't build | |
886 | #7142: ecryptfs needs getent to run | |
887 | #7280: CMake toolchain file uses the FORCE attribute on CMAKE_CXX_FLAGS | |
888 | #7346: [2014.08rc3] vim-8ae50e3ef8bf.tar.gz can not be downloaded, ... | |
889 | #7352: [2014.08-rc3] diffutils-3.3 failed on building | |
890 | #7358: rpi-userland: linking with bcm_host doesn't give vc_dispmanx_* | |
891 | #7364: monit builds a static application, even though BR2_PREFER_... | |
892 | #7370: ngrep - requires --with-pcap-includes fully defined to find... | |
893 | #7442: rootfs remount does not work as expected with sysvinit | |
894 | #7448: Having export MACHINE="something" breaks glibc build on IMX6... | |
895 | #7568: musl buildroot-toolchain does not put libgcc_s.so.1 into place | |
896 | #7574: quota-4.01 fails to build statically | |
897 | ||
fcd720df PK |
898 | 2014.08, Released September 1st, 2014 |
899 | ||
900 | Minor manual fixes/additions. | |
901 | ||
902 | Updated/fixed packages: btrfs-progs, cmake, cppcms, exim, | |
903 | lftp, libdaemon, libev, libgpgme, libiqrf, libnl, libplist, | |
904 | libroxml, libwebsockets, mesa3d, mpd, mtdev2tuio, musepack, | |
905 | perl-gd, php-geoip, php-gnupg, php-imagick, php-memcached, | |
906 | php-ssh2, php-yaml, php-zmq, polarssl, ruby, systemd, taglib, | |
907 | uboot-tools, upmpdcli, webkit, xapp_xfs, xapp_luit, | |
908 | xscreensaver, yajl | |
909 | ||
910 | Issues resolved (http://bugs.uclibc.org): | |
911 | ||
912 | #7346: vim-8ae50e3ef8bf.tar.gz can not be downloaded, 404 not found | |
913 | ||
fdff7150 PK |
914 | 2014.08-rc3, Released August 26th, 2014 |
915 | ||
916 | Minor fixes. | |
917 | ||
918 | User manual update / restructuring. | |
919 | ||
920 | Updated/fixed packages: cairo, ecryptfs-utils, gettext, | |
921 | gstreamer, gstreamer1, gutenprint, icu, imagemagick, jack2, | |
922 | lbreakout2, libevas-generic-loaders, libftdi, libinput, | |
923 | libtorrent, ltris, msgpack, ntp, php, procps-ng, pulseaudio, | |
924 | thrift, tvheadend, usb_modeswitch, xmlstarlet, | |
925 | ||
926 | Issues resolved (http://bugs.uclibc.org): | |
927 | ||
928 | #7136: ecryptfs-utils needs gettext to run when glibc/eglibc... | |
929 | #7322: libgomp dependency issue with imagemagick | |
930 | #7328: Git dl of versions in x/y broken | |
931 | ||
7dc7c790 | 932 | 2014.08-rc2, Released August 18th, 2014 |
8c94df28 PK |
933 | |
934 | Fixes all over the tree. | |
935 | ||
7dc7c790 PK |
936 | User manual restructured / reworked. |
937 | ||
938 | Toolchain: Fix for C++ exceptions / pthread_exit() on | |
939 | uClibc/glibc, C++-11 features with uClibc. | |
940 | ||
8c94df28 PK |
941 | Updated/fixed packages: bandwidthd, bluez5_utils, empty, |
942 | espeak, fbv, ffmpeg, gd, gnupg2, gst1-plugin-good, iftop, | |
943 | infozip, libcuefile, libeml, libnftl, localedef, ltrace, | |
7dc7c790 PK |
944 | matchbox, mpd, network-manager, nftables, ngrep, nut, openssl, |
945 | oprofile, perl, perl-net-ssleay, postgresql, pppd, procps-ng, | |
946 | qt, subversion, synergy, systemd, tar, tftpd, webkit, | |
947 | xapp_rstart, xbmc, xbmc-pvr-addons | |
8c94df28 PK |
948 | |
949 | Issues resolved (http://bugs.uclibc.org): | |
950 | ||
951 | #7124: Use BR toolchain externally results a non-bootable... | |
952 | #7208: Glibc C++ aplications crash if they use exceptions | |
953 | #7250: Cannot build with -std=c++11 | |
954 | #7262: Generating locale en_US.UTF-8 fails on 64bit fedora.. | |
955 | #7286: systemd 215 doesn't build | |
956 | ||
7e725e13 | 957 | 2014.08-rc1, Released August 8th, 2014 |
087e1c8e PK |
958 | |
959 | Fixes all over the tree and new features. | |
960 | ||
ec37bbca PK |
961 | Architecture: Powerpc64 BE/LE added, AVR32 deprecated. |
962 | Improved altivec / SPE /atomic instructions | |
963 | handling. Additional PowerPC CPU variants added. | |
964 | ||
965 | Defconfigs: Atmel SAMA5D3, Congatec QMX6, Lego ev3, TS-5x00, | |
966 | qemu-system-xtensa, qemu-aarch64-virt added. A number of | |
967 | tweaks to existing ones. lpc32xx defconfigs removed. | |
968 | ||
969 | Toolchain: Microblaze support for internal musl toolchain. | |
970 | Default to GCC 4.8 for internal toolchain, remove deprecated | |
971 | 4.3 and 4.6 versions. | |
972 | External CodeSourcery / Linaro toolchain updates, option to | |
973 | copy gconv libraries for external toolchains. | |
974 | ||
975 | Infrastructure: graph-depends: misc fixes, transitive | |
976 | dependencies are not drawn by default. Download handling is | |
977 | now done using helper scripts. Integrity of downloads can now | |
978 | be verified using sha* hashes. Subversion download now uses | |
979 | peg revisions for robustness. | |
980 | Legal-info: License info of local or overridden packages are | |
981 | saved as well. Toolchain packages are also taken into account. | |
982 | autotools: Static linking with libtool / v1.5 improvements. | |
983 | Gettextize support, similar to autoreconf. | |
984 | kconfig package infrastructure added. | |
985 | ||
986 | Misc: Version selection for busybox dropped. | |
987 | ||
087e1c8e PK |
988 | Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils, |
989 | alsamixergui, argus, armadillo, at, atftp, atk, avahi, | |
990 | avrdude, axel, b43-firmware, b43-fwcutter, bandwidthd, bc, | |
991 | bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils, | |
992 | bmon, boa, bonnie, bootutils, bsdiff, btrfs-progs, bustle, | |
993 | busybox, bwm-ng, bzip2, ca-certificates, cairo, can-utils, | |
994 | ccache, ccrypt, chrony, cifs-utils, classpath, cloog, cmake, | |
995 | collectd, connman, coreutils, cosmo, cppcms, cramfs, crda, | |
996 | cryptodev-linux, cryptodev, ctorrent, cvs, dbus-cpp, | |
997 | dbus-glib, dbus-python, dbus, dcron, dejavu, devmem2, | |
998 | dfu-util, dhcp, dhcpcd, dhcpdump, dhrystone, dialog, dillo, | |
999 | distcc, dmidecode, dmraid, dnsmasq, doom-wad, dropbear, | |
1000 | dropwatch, dsp-tools, dtv-scan-tables, dvb-apps, e2fsprogs, | |
1001 | e2tools, eeprog, eigen, elf2flt, elftosb, enlightenment, | |
1002 | enscript, espeak, ethtool, eudev, evemu, exim, expedite, | |
1003 | explorercanvas, ezxml, faifa, fan-ctrl, fconfig, feh, | |
1004 | fetchmail, ffmpeg, fftw, file, fio, fis, flann, flashrom, | |
1005 | flex, flot, fltk, fontconfig, freerdp, freescale-imx, | |
1006 | freetype, ftop, gcc, gd, gdb, genimage, genromfs, gettext, | |
1007 | giblib, glib-networking, glibc, gmp, gnupg, gnutls, gpm, gpsd, | |
1008 | gptfdisk, gpu-viv-bin-imx6q, gqview, grantlee, gst-ffmpeg, | |
1009 | gst-fsl-plugins, gst1-libav, gst1-plugins-bad, | |
1010 | gst1-plugins-ugly, gtk2-engines, gtk2-theme-hicolor, gtkperf, | |
1011 | gvfs, haserl, hdparm, hostapd, httping, i2c-tools, icu, | |
1012 | imagemagick, imx-lib, inadyn, inotify-tools, input-tools, | |
1013 | ipkg, iproute2, iputils, irda-utils, iw, jack2, jpeg, jquery, | |
1014 | jquery-keyboard, jquery-mobile, jquery-validation, jsmin, kbd, | |
1015 | kexec, kmod, knock, latencytop, lcdapi, leafpad, lesstif, | |
1016 | lftp, libaio, libarchive, libargtable2, libart, libatasmart, | |
1017 | libatomic_ops, libbsd, libcap-ng, libcec, libcgicc, libcgroup, | |
1018 | libconfuse, libcurl, libdrm, libdvdnav, libdvdread, | |
1019 | libeXosip2, libedit, liberation, libesmtp, libev, libevas, | |
1020 | libevdev, libevent, libfcgi, libffi, libfreefare, libfslcodec, | |
1021 | libfslparser, libfslvpuwrap, libgail, libgcrypt, libglade, | |
1022 | libglib2, libgpgme, libgtk2, libhid, libical, libiconv, | |
1023 | libiqrf, libjpeg, liblog4c-localtime, libmbus, libmicrohttpd, | |
1024 | libmms, libndp, libnftnl, libnl, libnspr, libnss, liboauth, | |
1025 | libpcap, libpng, libpthsem, libqmi, libraw, libraw1394, | |
1026 | librsvg, libsoc, libsoup, libsvgtiny, libsysfs, libtasn1, | |
1027 | libtirpc, libtorrent, libusb, libv4l, libwebsockets, libxcb, | |
1028 | libxml2, libyaml, links, linux-firmware, linux-fusion, | |
1029 | linux-headers, linux-pam, lite, live555, lm-sensors, | |
1030 | lockfile-progs, lpc3250loader, lshw, lsof, lsuio, ltrace, | |
1031 | ltris, lua-messagepack, luainterpreter, luajit, luaposix, | |
1032 | luarocks, lvm2, lxc, lz4, lzo, make, makedevs, mdadm, | |
1033 | mediastreamer, mesa3d, metacity, minidlna, mkpasswd, | |
1034 | modem-manager, mongoose, mpd, mpg123, msgpack, mtd, mtools, | |
1035 | mtr, musepack, musl, mysql, nano, nasm, nbd, ncurses, ndisc6, | |
1036 | netatalk, netplug, network-manager, nftables, ngircd, nodejs, | |
1037 | nss-mdns, ntp, nut, olsr, open2300, opencv, openntpd, openocd, | |
1038 | openpgm, openpowerlink, openssh, openssl, openswan, openvpn, | |
1039 | opkg, oprofile, opus-tools, orc, p910nd, pango, parted, | |
1040 | pax-utils, pcmanfm, perf, perl, perl-module-build, php, | |
1041 | pixman, pkgconf, poco, polarssl, popt, portmap, postgresql, | |
1042 | prboom, protobuf-c, proxychains-ng, psmisc, psplash, ptpd2, | |
1043 | python, | |
1044 | python-{bottle,dpkt,id3,mad,msgpack,nfc,pygame,pyzmq,simplejson}, | |
1045 | python3, qhull, qt, qt5base, qt5connectivity, qt5declarative, | |
1046 | qt5graphicaleffects, qt5multimedia, qt5quickcontrols, | |
1047 | qt5sensors, qt5svg, qt5webkit, quagga, quota, radvd, rdesktop, | |
1048 | read-edid, rpcbind, rpi-firmware, rpi-userland, rpm, | |
1049 | rsh-redone, rsync, rt-tests, rtmpdump, rtorrent, rubix, ruby, | |
1050 | samba, samba4, sane-backends, sawman, sconeserver, setserial, | |
1051 | sg3_utils, shared-mime-info, smartmontools, smcroute, snappy, | |
1052 | socketcand, spawn-fcgi, sqlite, squashfs, squid, sredird, | |
1053 | startup-notification, statserial, strongswan, stunnel, | |
1054 | sunxi-mali, supervisor, synergy, sysklogd, sysprof, sysstat, | |
1055 | systemd, tcpdump, tcpreplay, texinfo, thrift, thttpd, ti-gfx, | |
1056 | ti-utils, tinyhttpd, torsmo, trace-cmd, transmission, tslib, | |
1057 | tstools, tvheadend, tzdata, uboot-tools, uclibc, udev, | |
1058 | udpcast, usb_modeswitch, usbmount, util-linux, valgrind, vim, | |
1059 | vlc, w_scan, wayland, webrtc-audio-processing, weston, wget, | |
1060 | wireless-regdb, wireless_tools, wireshark, wpa_supplicant, | |
1061 | xapp_{twm,xconsole,xcursorgen,xedit,xfs,xinit,xrandr}, | |
1062 | xdriver_xf86-video-intel, xlib_lib{FS,ICE,Xext,Xfont,Xft,Xi}, | |
1063 | xproto_fontsproto, xproto_inputproto, xserver_xorg-server, | |
1064 | x11vnc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons, xterm, xvkbd, | |
1065 | xz | |
1066 | ||
1067 | New packages: flickcurl, fmc, fmlib, geoip, gnupg2, | |
1068 | google-breakpad, imx-vpu, isl, kexec-lite, libglew, libglu, | |
1069 | libinput, libksba, libmemcached, libmpdclient, librtlsdr, | |
1070 | libuv, libva, libva-intel-driver, linux-zigbee, memcached, | |
1071 | mpdecimal, ncmpc, opencore-amr, patchelf, perl-datetime-tiny, | |
1072 | perl-gd, perl-gdgraph, perl-gdtextutil, perl-io-socket-ssl, | |
1073 | perl-json-tiny, perl-mojolicious, perl-net-ssleay, | |
1074 | perl-path-tiny, perl-try-tiny, perl-xml-libxml, | |
1075 | perl-xml-namespacesupport, perl-xml-sax, perl-xml-sax-base, | |
1076 | php-geoip, php-memcached, pifmrds, pinentry, powerpc-utils, | |
1077 | procps-ng, pwgen, python-cffi, python-daemon, python-flup, | |
1078 | python-ipython, python-numpy, qt5enginio, qt5webkit-examples, | |
1079 | qt5websockets, simicsfs, sispmctl, sox, sshpass, tclap, | |
1080 | twolame, upmpdcli, whois, xlib_libxshmfence, xproto_dri3proto | |
1081 | ||
1082 | Removed packages: procps | |
1083 | ||
1084 | Issues resolved (http://bugs.uclibc.org): | |
1085 | ||
1086 | #5750: Doing a Buildroot build from /usr doesn't work | |
1087 | #5900: config flags to the Xenomai build system | |
1088 | #6230: Cannot compile gcc without threads (uClibc-based) | |
1089 | #6626: procps Unknown HZ value! (XX) Assume 100 | |
1090 | #7118: Package "thrift" requires atomic operations | |
1091 | #7154: Local uClibc config file gets overwritten using ... | |
1092 | #7160: host-xz not built | |
1093 | #7166: hostapd: segfault when using RT5370 | |
1094 | #7172: Name collision of rpath token expansion and internal.. | |
1095 | #7178: NTPd package cannot sync time without a proper ntp.conf | |
1096 | #7184: supervisord depends on libxml2 implicitly | |
1097 | #7196: Unable to build on UBUNTU13.10 | |
1098 | #7268: python 2.7 compilation issue on a Debian/Ubuntu ... | |
1099 | ||
f287d625 PK |
1100 | 2014.05, Released May 31st, 2014 |
1101 | ||
1102 | Minor fixes. | |
1103 | ||
1104 | Minor manual fixes. U-Boot now defaults to spl/u-boot-spl.bin | |
1105 | for the spl file. | |
1106 | ||
1107 | Updated/fixed packages: exim, glibc, gnutls, libfribidi, | |
1108 | qt5base, qt5webkit, sysklogd, thrift, u-boot | |
1109 | ||
d830cceb PK |
1110 | 2014.05-rc3, Released May 28th, 2014 |
1111 | ||
1112 | Minor fixes. | |
1113 | ||
1114 | Updated/fixed packages: acl, attr, connman, dosfstools, | |
1115 | dropbear, dvb-apps, exim, flite, gdb, httping, hwdata, | |
1116 | lesstif, libnss, libv4l, lttng-babeltrace, midori, monit, | |
1117 | mplayer, php, python2, rdesktop, rpi-userland, ruby, samba, | |
1118 | samba4, slang, xbmc | |
1119 | ||
1120 | Issues resolved (http://bugs.uclibc.org): | |
1121 | ||
1122 | #7100: license info for package 'acl' missing | |
1123 | #7106: license info for package 'attr' missing | |
1124 | #7112: license info for package 'hwdata' | |
1125 | ||
63fbdd5c PK |
1126 | 2014.05-rc2, Released May 21st, 2014 |
1127 | ||
1128 | Fixes all over the tree. | |
1129 | ||
1130 | Stripping using sstrip has been deprecated. | |
1131 | ||
1132 | BR2_EXTERNAL can now also be used to implement custom | |
1133 | filesystem types. | |
1134 | ||
1135 | The newly added BR2_GRAPH_DEPTH variable to limit the depth of | |
1136 | the generated dependency graph has been renamed to | |
1137 | BR2_GRAPH_DEPS_OPTS, so additional options can be supported in | |
1138 | the future. | |
1139 | ||
1140 | The virtual package infrastructure will now error out early | |
1141 | if multiple packages providing the same virtual package has | |
1142 | been enabled (E.G. opengl). This change requires that the | |
1143 | packages explicitly declare what virtual package(s) they | |
1144 | provide. | |
1145 | ||
1146 | Updated/fixed packages: acpid, armadillo, avahi, bellagio, | |
1147 | btrfs-progs, cairo, clapack, directfb, duma, ecryptfs-utils, | |
1148 | elfutils, eudev, fbgrab, fio, flann, fluxbox, gdb, gpm, | |
1149 | gpu-viv-bin-mx6q, gst1-plugins-good, gst-plugins-good, | |
1150 | imagemagick, iprutils, ipsec-tools, jack2, libdvdnav, | |
1151 | libdvdread, libnss, libunwind, linux-headers, lsof, lua, | |
1152 | luajit, matchbox-keyboard, mesa3d, mpd, mplayer, mtr, mysql, | |
1153 | netsnmp, nodejs, openpowerlink, openvpn, pciutils, | |
1154 | php-imagick, postgresql, pulseaudio, qt5quick1, rpi-userland, | |
1155 | rsyslog, samba, samba4, sane-backends, sunxi-mali, systemd, | |
1156 | ti-gfx, tstools, udev, webkit, wpa_supplicant, xbmc, | |
1157 | xlib_libXpm, xserver_xorg-server, zyre | |
1158 | ||
1159 | Issues resolved (http://bugs.uclibc.org): | |
1160 | ||
1161 | #5396: Boot hangs when starting samba if BR2_ENABLE_LOCALE... | |
1162 | #7016: Git issues in resulting buildroot tar | |
1163 | #7094: pciutils doesn't build on Blackfin | |
1164 | ||
921a9efa | 1165 | 2014.05-rc1, Released May 13th, 2014 |
574fa145 | 1166 | |
c2e4f742 PK |
1167 | Fixes all over the tree and new features. |
1168 | ||
1169 | Architectures: Support for MIPS o32 ABI on MIPS-64 targets has | |
1170 | been removed. Building o32 ELF files for MIPS64 is an exotic | |
1171 | configuration that nobody should be using. If o32 is required, | |
1172 | then is better if it's built for MIPS 32-bit cores so only | |
1173 | 32-bit instructions will be used leading to a more efficient | |
1174 | o32 usage. | |
1175 | Support for the ARM A12 variant and Intel corei7. | |
1176 | ||
1177 | Configs: Minnowboard and Altera SoCkit added, QEMU updates. | |
1178 | ||
1179 | Bootloaders: Grub2 and gummiboot support, syslinux support | |
1180 | extended. | |
1181 | ||
1182 | Toolchains: GCC 4.9. Glibc 2.19. Support for the musl C | |
1183 | library for internal and external toolchains. 4.8-R3 support | |
1184 | for ARC, Internal toolchain support for Aarch64 and | |
1185 | Microblaze. Environment variable to control debug output of | |
1186 | toolchain wrapper renamed to BR2_DEBUG_WRAPPER to match the | |
41d53bca | 1187 | other variables. Toolchain tuple vendor name can now be |
c2e4f742 PK |
1188 | customized. Updated external Linaro ARM/Aarch64 |
1189 | toolchains. Added external Linaro ARMEB toolchain. | |
1190 | A GDB gdbinit file is now generated for external toolchains to | |
1191 | automatically set the correct sysroot. | |
1192 | ||
1193 | Kconfig handling for minimum kernel headers version required | |
1194 | for packages. Now packages needing specific kernel header | |
1195 | features can specify these requirements in Kconfig. | |
1196 | ||
1197 | Infrastructure: Support for (but disabled as it leads to | |
41d53bca | 1198 | unreproducible builds) toplevel parallel builds. See the |
c2e4f742 PK |
1199 | comment at the top of Makefile for details about how to enable |
1200 | it and what the problems are if you want to test it. | |
1201 | Python package infrastructure extended to support Python 3.x | |
1202 | Perl and virtual package infrastructure support added. | |
1203 | PRE_*_HOOKS support for all build steps. | |
1204 | ||
4ee77144 PK |
1205 | Updated/fixed packages: acpid, agentpp, aiccu, apr, avahi, |
1206 | barebox, bash, beecrypt, bellagio, binutils, boost, | |
c2e4f742 PK |
1207 | boot-wrapper-aarch64, bustle, busybox, ca-certificates, cairo, |
1208 | ccache, ccid, cgilua, chrony, cifs-utils, civetweb, cmake, | |
1209 | collectd, connman, coreutils, coxpcall, cppcms, cppzmq, crda, | |
1210 | cryptodev, cryptsetup, cups, czmq, dbus, dhcpdump, directfb, | |
1211 | dmalloc, dmraid, dnsmasq, dosfstools, dsp-tools, dtc, | |
4ee77144 PK |
1212 | dvb-apps, ebtables, ecryptfs-utils, eigen, erlang, ethtool, |
1213 | evemu, evtest, f2fs-tools, fdk-aac, feh, ffmpeg, file, filemq, | |
1214 | flac, flot, fmtools, fping, freetype, fswebcam, gcc, gd, gdb, | |
c2e4f742 PK |
1215 | gettext, giblib, git, glibc, glibmm, glib-networking, gmp, |
1216 | gnutls, gpm, gpsd, gpu-viv-bin-mx6q, grep, gst1-libav, | |
1217 | gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good, | |
1218 | gst1-plugins-ugly, gst-ffmpeg, gst-fsl-plugins, gst-omx, | |
1219 | gst-plugins-good, gstreamer1, gvfs, harfbuzz, haveged, | |
1220 | hostapd, htop, httping, ifplugd, iftop, igmpproxy, | |
1221 | imagemagick, imlib2, imx-lib, infozip, intltool, iproute2, | |
1222 | ipsec-tools, ipset, jansson, jpeg, jpeg-turbo, jquery, | |
1223 | jquery-keyboard, jquery-ui, jquery-ui-themes, json-glib, | |
1224 | json-javascript, kexec, kmod, lame, lbase64, lbreakout2, | |
1225 | lcdproc, lftp, libao, libatasmart, libatomic_ops, libcap, | |
4ee77144 PK |
1226 | libcdio, libcec, libcgicc, libcgroup, libcurl, libdrm, |
1227 | libdvdnav, libdvdread, libegl, libeio, libenca, libesmtp, | |
1228 | libevas, libevdev, libfribidi, libfslcodec, libfslparser, | |
c2e4f742 PK |
1229 | libfslvpuwrap, libgail, libgles, libglib2, libgtk2, libhid, |
1230 | libjpeg, libmbim, libmicrohttpd, libmodplug, libnftnl, | |
1231 | libnspr, libogg, libopenmax, libopenvg, libpcap, libplayer, | |
1232 | libpng, libpthread-stubs, librsvg, libsigsegv, libsocketcan, | |
1233 | libsoup, libtasn1, libtool, libtpl, libunwind, liburcu, | |
1234 | libusb, libwebsockets, libxcb, libxml2, libxmlpp, libyaml, | |
1235 | lighttpd, linphone, linux-firmware, linux-headers, ljsyscall, | |
1236 | lmbench, lsof, ltp-testsuite, ltris, lttng-babeltrace, | |
1237 | lttng-libust, lttng-modules, lttng-tools, lua, lua-cjson, | |
1238 | luacrypto, lua-ev, luaexpat, luaexpatutils, luafilesystem, | |
1239 | luainterpreter, luajit, lua-msgpack-native, luaposix, | |
1240 | luarocks, luasec, luasocket, luasql-sqlite3, lvm2, macchanger, | |
1241 | memstat, mesa3d, metacity, minidlna, mmc-utils, | |
1242 | mobile-broadband-provider-info, modem-manager, mongrel2, | |
1243 | monit, mpd, mplayer, msmtp, mtd, mtools, mutt, mysql, nasm, | |
1244 | ncurses, ne10, netatalk, netsnmp, nettle, network-manager, | |
1245 | newt, nfs-utils, nmap, nodejs, ntfs-3g, ntp, nut, ofono, ola, | |
1246 | olsr, omniorb, opencv, opengl, openpgm, openssh, openssl, | |
1247 | openswan, openvpn, orbit, orc, p11-kit, pango, parted, | |
1248 | pciutils, pcre, pcsc-lite, perf, perl, perl-xml-parser, php, | |
1249 | picocom, pixman, pkgconf, poppler, popt, portmap, powervr, | |
1250 | pppd, pptp-linux, proftpd, protobuf, protobuf-c, ptpd2, | |
1251 | pulseaudio, python, python3, python-bottle, python-m2crypto, | |
1252 | python-netifaces, python-pyasn, python-pycrypto, | |
1253 | python-pygame, python-pysnmp, python-pysnmp-apps, | |
1254 | python-pysnmp-mibs, python-serial, python-setuptools, | |
1255 | qextserialport, qt, qt5, qt5base, qt5connectivity, | |
1256 | qt5declarative, qt5graphicaleffects, qt5imageformats, | |
1257 | qt5multimedia, qt5quick1, qt5quickcontrols, qt5script, | |
1258 | qt5sensors, qt5serialport, qt5svg, qt5webkit, qt5x11extras, | |
1259 | qt5xmlpatterns, qtuio, qwt, radvd, readline, rings, | |
1260 | rpi-firmware, rpi-userland, rsh-redone, rsync, rsyslog, rtai, | |
1261 | rtmpdump, rt-tests, ruby, samba, sconeserver, scons, sdl, | |
1262 | sdl_image, sdl_mixer, sg3_utils, slang, smstools3, snmppp, | |
1263 | socat, speex, sqlcipher, sqlite, squashfs, squid, strongswan, | |
1264 | stunnel, sunxi-boards, sunxi-mali, sunxi-tools, sylpheed, | |
4ee77144 | 1265 | syslinux, sysstat, systemd, taglib, tcl, tcllib, tcpreplay, |
c2e4f742 PK |
1266 | tidsp-binaries, ti-gfx, tmux, tvheadend, tzdata, uboot, |
1267 | uboot-tools, uclibc, udev, udisks, ulogd, usb_modeswitch, | |
1268 | usb_modeswitch_data, usbmount, util-linux, valgrind, vlc, | |
1269 | webkit, weston, wget, wireshark, wpa_supplicant, wsapi, | |
1270 | w_scan, xapp_appres, xapp_bdftopcf, xapp_beforelight, | |
1271 | xapp_bitmap, xapp_editres, xapp_fslsfonts, xapp_fstobdf, | |
1272 | xapp_iceauth, xapp_ico, xapp_mkfontscale, xapp_rgb, | |
1273 | xapp_rstart, xapp_sessreg, xapp_showfont, xapp_twm, | |
1274 | xapp_viewres, xapp_xauth, xapp_xbacklight, xapp_xcalc, | |
1275 | xapp_xclock, xapp_xditview, xapp_xdpyinfo, xapp_xdriinfo, | |
1276 | xapp_xev, xapp_xfd, xapp_xfontsel, xapp_xfs, xapp_xfsinfo, | |
1277 | xapp_xgc, xapp_xhost, xapp_xinit, xapp_xkbutils, xapp_xkill, | |
1278 | xapp_xload, xapp_xlsclients, xapp_xlsfonts, xapp_xmag, | |
1279 | xapp_xman, xapp_xmessage, xapp_xmodmap, xapp_xprop, | |
1280 | xapp_xrandr, xapp_xrdb, xapp_xrefresh, xapp_xset, | |
1281 | xapp_xsetroot, xapp_xsm, xapp_xstdcmap, xapp_xvidtune, | |
4ee77144 PK |
1282 | xapp_xvinfo, xapp_xwd, xapp_xwininfo, xcb-util-wm, |
1283 | xdriver_xf86-input-evdev, xdriver_xf86-input-joystick, | |
1284 | xdriver_xf86-input-keyboard, xdriver_xf86-input-mouse, | |
1285 | xdriver_xf86-input-synaptics, xdriver_xf86-input-vmmouse, | |
1286 | xdriver_xf86-video-ark, xdriver_xf86-video-ast, | |
1287 | xdriver_xf86-video-ati, xdriver_xf86-video-cirrus, | |
1288 | xdriver_xf86-video-dummy, xdriver_xf86-video-fbdev, | |
1289 | xdriver_xf86-video-geode, xdriver_xf86-video-glide, | |
1290 | xdriver_xf86-video-glint, xdriver_xf86-video-i128, | |
1291 | xdriver_xf86-video-intel, xdriver_xf86-video-mach64, | |
1292 | xdriver_xf86-video-mga, xdriver_xf86-video-neomagic, | |
1293 | xdriver_xf86-video-newport, xdriver_xf86-video-nv, | |
1294 | xdriver_xf86-video-openchrome, xdriver_xf86-video-r128, | |
1295 | xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion, | |
1296 | xdriver_xf86-video-sis, xdriver_xf86-video-tdfx, | |
1297 | xdriver_xf86-video-tga, xdriver_xf86-video-trident, | |
1298 | xdriver_xf86-video-vesa, xdriver_xf86-video-vmware, | |
1299 | xdriver_xf86-video-voodoo, xenomai, xerces, xl2tp, xlib_libFS, | |
1300 | xlib_xtrans, xproto_xproto, xserver_xorg-server, | |
1301 | xutil_util-macros, zeromq, zic, zmqpp, zyre | |
c2e4f742 PK |
1302 | |
1303 | New packages: armadillo, btrfs-progs, clapack, cosmo, dado, | |
1304 | dbus-triggerd, dtv-scan-tables, e2tools, eudev, exim, expect, | |
1305 | fetchmail, flann, flite, gnu-efi, grub2, gummiboot, heimdal, | |
1306 | iprutils, iptraf-ng, jack2, jquery-mobile, libee, libestr, | |
1307 | libgc, libgl, liblogging, libndp, libsoxr, libstrophe, | |
1308 | libubox, libuci, libxmlrpc, ljlinenoise, lpeg, lpty, lrandom, | |
1309 | lsqlite3, lua-coat, lua-coatpersistent, lua-csnappy, luajson, | |
1310 | lualogging, lua-messagepack, lua-testmore, lunit, lzip, lzlib, | |
1311 | musl, nftables, opentyrian, opentyrian-data, | |
1312 | perl-module-build, php-gnupg, php-imagick, php-ssh2, php-yaml, | |
1313 | php-zmq, postgresql, python-libconfig, python-pypcap, | |
1314 | python-pyrex, qdecoder, qhull, samba4, smack, tz, tzdump, ucl, | |
4ee77144 PK |
1315 | upx, vo-aacenc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons, |
1316 | yaffs2utils, zlog, znc | |
c2e4f742 PK |
1317 | |
1318 | Removed packages: crosstool-ng, python-distutilscross, vala | |
1319 | ||
1320 | Issues resolved (http://bugs.uclibc.org): | |
1321 | ||
1322 | #6842: Checking external toolchain for eabihf | |
1323 | #6956: Packaging libsoxr | |
1324 | #6986: Make legal-info fails on uboot versions before 2014.01 | |
1325 | #6992: Incorrect installation rights on external kernel module.. | |
574fa145 | 1326 | |
a6cfaea4 PK |
1327 | 2014.02, Released February 27th, 2014 |
1328 | ||
1329 | Minor fixes. | |
1330 | ||
1331 | Updated/fixed packages: cegui06, cppdb, e2fsprogs, gcc, gdb, | |
1332 | gst1-plugins-bad, gstreamer, gstreamer1, haserl, imagemagick, | |
1333 | libpng, libxml2, lua, luajit, luarock, ncftp, openswan, | |
1334 | pcsc-lite, qt5connectivity, ramsmp, strongswan, vlc | |
1335 | ||
1336 | Issues resolved (http://bugs.uclibc.org): | |
1337 | ||
1338 | #6938: mkuser script generates wrong password for new user in.. | |
1339 | ||
98f7e12c PK |
1340 | 2014.02-rc3, Released February 25th, 2014 |
1341 | ||
1342 | Minor fixes. | |
1343 | ||
1344 | Updated/fixed packages: aiccu, ala-lib, alsa-utils, binutils, | |
1345 | cairo, coreutils, dhcpcd, distcc, efl, evas, iputils, gdb, | |
1346 | gpsd, gst-fsl-plugins, icu, libcec, libcgi, libplayer, | |
1347 | libsecret, libsepol, libsigsegv, libtool, libv4l, | |
1348 | linux-headers, matchbox-lib, mpg123, ncftp, opencv, pcmanfm, | |
1349 | pixman, pv, qt, rt-tests, sawman, sconeserver, sdl, thrift, | |
1350 | tvheadend, util-linux, webkit, xscreensaver | |
1351 | ||
1352 | Issues resolved (http://bugs.uclibc.org): | |
1353 | ||
1354 | #4706: Removing .stamp_target_installed does not trigger... | |
1355 | #5030: busybox built fails if we use an override src dir... | |
1356 | #5420: Dbus and /var/run management | |
1357 | #5768: Not able to build ALSA-Lib for static build | |
1358 | #5774: Not able to build ALSA-Utils for static build | |
1359 | #6542: external python modules fail to compile to pyc if... | |
1360 | #6764: Support for kernel signed modules | |
1361 | #6794: Busybox compiled from buildroot hangs on pass from... | |
1362 | ||
085d4f02 PK |
1363 | 2014.02-rc2, Released February 20th, 2014 |
1364 | ||
1365 | Fixes all over the tree. Static linking / nommu fixes and | |
1366 | annotations for several packages. | |
1367 | ||
1368 | Updated/fixed packages: boost, busybox, collectd, coreutils, | |
1369 | dropbear, elfutils, feh, gcc, gst1-libav, imagemagick, iozone, | |
1370 | jimtcl, kexec, libvncserver, lvm2, lxc, mplayer, netsnmp, nut, | |
1371 | opencv, python, python3, qtuio, systemd, thrift, transmission, | |
1372 | uclibc, vlc, webkit | |
1373 | ||
1374 | Issues resolved (http://bugs.uclibc.org): | |
1375 | ||
1376 | #5450: AT91SAM9260 Bootstrap compilation problem | |
1377 | #5582: libiconv 1.14 failed to build | |
1378 | #5624: When building directfb, BR2_TARGET_LDFLAGS not used by.. | |
1379 | #5852: [2012.11] usb_modeswitch should depends of "BR2_PACK.. | |
1380 | #6218: binutils-2.23.2/gas fails with undefined reference to.. | |
1381 | #6236: binutils-2.23.2/bfd fails with undefined reference to.. | |
1382 | #6470: If the build directory is a child of /usr, the build.. | |
1383 | #6776: systemd error: static declaration of 'execvpe' follows.. | |
1384 | #6818: toolchainfile.cmake has absolut path references | |
1385 | ||
690984cf | 1386 | 2014.02-rc1, Released February 11th, 2014 |
51a2caf9 PK |
1387 | |
1388 | Fixes all over the tree and new features. | |
1389 | ||
a89c5882 PK |
1390 | Support for external packages/defconfigs (BR2_EXTERNAL). See |
1391 | user manual for details. | |
1392 | ||
1393 | Cleanup of environment variable names for consistency. The | |
1394 | download directory location override (BUILDROOT_DL_DIR) is now | |
1395 | called BR2_DL_DIR. Likewise the name of the current .config is | |
1396 | renamed from BUILDROOT_CONFIG to BR2_CONFIG. Please update | |
1397 | your post build scripts if you use this! BUILD_DIR is now also | |
1398 | exported to the post build/image scripts. | |
1399 | ||
1400 | Toolchain: GCC 4.8 fix for ARM stack corruption, reverted | |
1401 | uClibc pread/pwrite backport as they cause issues on certain | |
1402 | architectures, new Linaro and Sourcery Codebench toolchains. | |
1403 | x86: Support for AMD Jaguar cores, SSE4.x, SH: SH2/SH3/SH3EB | |
1404 | variants removed, Microblaze: Internal toolchain support | |
1405 | ||
1406 | Legal infrastructure: Info is now split between host and | |
1407 | target packages, large number of license annotations. | |
1408 | ||
1409 | Lua: selection between lua 5.1 / 5.2, luarocks support | |
1410 | ||
1411 | Python: package infrastructure, many new packages. | |
1412 | ||
1413 | Defconfigs: Armadeus APF51 + Zedboard added, apf27, apf28, | |
b5f44c2e PK |
1414 | beaglebone, microblaze, pandaboard, qemu, raspberry pi |
1415 | updated. | |
1416 | ||
1417 | Updated/fixed packages: aiccu, alsa-lib, alsa-utils, | |
1418 | am33x-cm3, aumix, autoconf, automake, barebox, bellagio, | |
1419 | berkeleydb, binutils, bison, blackbox, bluez_utils, boost, | |
1420 | bustle, busybox, cairo, can-utils, ccache, ccid, cgilua, | |
1421 | cifs-utils, civetweb, cmake, collectd, connman, copas, | |
1422 | coreutils, coxpcall, cppzmq, cramfs, crda, cryptodev-linux, | |
1423 | cryptsetup, cups, czmq, dhcpcd, dhcpdump, dhrystone, dialog, | |
1424 | dmraid, dnsmasq, dosfstools, dropbear, dropwatch, dtc, duma, | |
1425 | dvb-apps, e2fsprogs, eglibc, eigen, elf2flt, erlang, ethtool, | |
1426 | f2fs-tools, ffmpeg, file, filemq, fio, flashrom, flex, | |
1427 | fluxbox, fontconfig freerdp, freetype, gadgetfs-test, gawk, | |
1428 | gcc, gdb, gdbm, gettext, git, glibc, gnupg, gnutls, gob2, | |
1429 | gpsd, grep, grub, gst-ffmpeg, gst-plugins-good, | |
1430 | gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good, | |
1431 | gst1-plugins-ugly, gstreamer, gstreamer1, gtest, icu, iftop, | |
1432 | imagemagick, inadyn, infozip, iozone, iproute2, iptables, iw, | |
e0ab2fc9 PK |
1433 | jpeg, jpeg-turbo, jq, kexec, kmod, knock, lbase64, lcdapi, |
1434 | lftp, libcdaudio, libcgi, libcgicc, libcuefile, libcurl, | |
1435 | libdmtx, libdrm, libdvdnav, libdvdread, libegl, libevent, | |
1436 | libexif, libfcgi, libfreefare, libgles, libglib2, libllcp, | |
b5f44c2e PK |
1437 | libmicrohttpd, libmpd, libnfc, libnl, libnss, libopenmax, |
1438 | libopenvg, libpcap, libpfm4, libplayer, libpng, libqmi, | |
1439 | libreplaygain, libroxml, libsamplerate, libsexy, libsigsegv, | |
1440 | libsndfile, libsoc, libtasn1, libtorrent, libtpl, libupnp, | |
a89c5882 PK |
1441 | libusb, libusb-compat, libvorbis, libxcb, libxml2, libxmlpp, |
1442 | libyaml, lighttpd, linknx, linux-firmware, linux-pam, live555, | |
51a2caf9 PK |
1443 | lm_sensors, lmbench, lockdev, logrotate, lrzsz, ltrace, lua, |
1444 | lua-ev, lua-msgpack-native, luabitop, luaexpat, luaexpatutils, | |
a89c5882 | 1445 | luafilesystem, luajit, luaposix, luasec, luasocket, |
51a2caf9 PK |
1446 | luasql-sqlite3, m4, matchbox, mdadm, minicom, mongrel2, mpc, |
1447 | mpd, mpg123, mplayer, mtd, mysql, lvm2, mxml, ncurses, ne10, | |
1448 | neard, neardal, netsnmp, netstat-nat, network-manager, nodejs, | |
a89c5882 PK |
1449 | numactl, ofone, ola, olsr, omniorb, open2300, opencv, |
1450 | openpowerlink, openssh, openssl, openvpn, oprofile, opus, | |
1451 | opus-tools, orbit, p11-kit, parted, pcre, pcsc-lite, perl, | |
1452 | php, poco, poppler, powervr, protobuf-c, psplash, python, | |
1453 | python-bottle, | |
51a2caf9 PK |
1454 | python-{crc16,distutilscross,dpkt,id3,ipy,m2crypto,mad,meld}, |
1455 | python-{netifaces,nfc,protobuf,pygame,pyparsing,pyro,pyzmq}, | |
1456 | python-{serial,setuptools}, qt, qt5base, qt5connectivity, | |
1457 | qt5declarative, qt5graphicaleffects, qt5jsbackend, | |
1458 | qt5multimedia, qt5quick1, qt5quickcontrols, qt5script, | |
e0ab2fc9 PK |
1459 | qt5webkit, radvd, redis, rings, rng-tools, rpcbind, |
1460 | rpi-firmware, rpi-userland, rt-tests, sam-ba, samba, sawman, | |
1461 | sconeserver, scons, sdl, sg3_utils, snappy, snmppp, | |
1462 | socketcand, spice, spice-protocol, sqlcipher, sqlite, squid, | |
1463 | sshfs, strace, subversion, sunxi-mali, supervisor, sysklogd, | |
1464 | sysprof, sysstat, systemd, sysvinit, taglib, tar, tcpdump, | |
1465 | ti-gfx, ti-utils, tinymembench, tn5250, trace-cmd, | |
1466 | transmission, tvheadend, tzdata, zxing, uboot, uboot-tools, | |
1467 | uclibc, udev, udpcast, ulogd, urg, usb_modeswitch_data, | |
1468 | util-linux, vala, valgrind, vorbis-tools, wavpack, wayland, | |
1469 | weston, wget, wireless-regdb, wireshark, wpa_supplicant, | |
1470 | wsapi, xavante, xapp_xdpyinfo, xapp_xrandr, xcb-proto, | |
a89c5882 PK |
1471 | xdriver_xf86-video-intel, xenomai, xkeyboard-config, xl2tp, |
1472 | xlib_lib{FS,SM,X11}, | |
51a2caf9 PK |
1473 | xlib_libX{au,aw,composite,cursor,damage,ext,fixes,font,i}, |
1474 | xlib_libX{inerama,mu,pm,randr,render,res,t,tst,v,xf86dga}, | |
1475 | xlib_libXxf86vm, xlib_libdmx, xlib_libfontenc, | |
1476 | xlib_libpciaccess, xlib_xtrans, xproto_dri2proto, | |
1477 | xproto_{glproto,inputproto,presentproto,randrproto,videoproto}, | |
1478 | xproto_xextproto, xproto_xproto, xutil_util-macros, | |
1479 | xutil_makedepend, zic, zmqpp, zxing, zsh, zyre | |
1480 | ||
1481 | New packages: apitrace, avrdude, c-ares, ca-certificates, | |
1482 | cwiid, dbus-cpp, evemu, fping, fswebcam, gpm, gst1-libav, | |
a89c5882 PK |
1483 | haveged, intel-microcode, iucode-tools, jasper, joe, ktap, |
1484 | lbreakout2, libass, libbluray, libcdio, libenca, libevdev, | |
1485 | libmbim, libmodplug, libnfs, libnftnl, libplist, libshairplay, | |
1486 | libsocketcan, ljsyscall, log4cplus, ltris, luainterpreter, | |
1487 | luarocks, minidlna, mmc-utils, modemmanager, mtr, net-tools, | |
1488 | python-configobj, python-dialog, python-json-schema-validator, | |
1489 | python-keyring, python-msgpack, python-posix-ipc, | |
1490 | python-pyasn, python-pycrypto, python-pysnmp, | |
1491 | python-pysnmp-apps, python-pysnmp-mibs, python-pyusb, | |
1492 | python-simplejson, python-tornado, python-versiontools, | |
1493 | rtmpdump, rtptools, smcroute, smstools3, tcpreplay, thrift, | |
1494 | ti-uim, tinyxml, tmux, vlc, wmctrl, xconsole | |
1495 | ||
b5f44c2e | 1496 | Removed packages: autoconf, automake, ccache, cpanminus, lzma, |
a89c5882 | 1497 | netkitbase, netkittelnet, pkg-config, squashfs3, ttcp, xstroke |
51a2caf9 | 1498 | |
474defab PK |
1499 | Issues resolved (http://bugs.uclibc.org): |
1500 | ||
1501 | #65: new package: dbus c++ language bindings | |
1502 | #769: Update configuration menu for MIPS target | |
b5f44c2e | 1503 | #2419: Add a bundle of Lua modules |
474defab | 1504 | #2629: Segmentation faults and division by zero in Grub on ext2 |
b5f44c2e PK |
1505 | #3811: Added auto-mount for USB and SD Card (mdev) (for 2011.05) |
1506 | #4339: Allow override of DL_DIR in extract step | |
a89c5882 | 1507 | #4363: Make sure that copied linux and busybox defconfig are... |
b5f44c2e | 1508 | #4454: There should be simple way to update image, when chang... |
474defab PK |
1509 | #5024: grub fails to build for x86_64 target architecture |
1510 | #5066: New-Package: net-tools | |
1511 | #5072: ncurses: add ncurses-progs to target | |
1512 | #5294: uclibc build ignores target CFLAGS and LDFLAGS | |
1513 | #5366: Login doesn't work with util-linux versions of login/agetty | |
1514 | #5378: dropbear Makefile broken | |
1515 | #5390: System banner - change to empty doesn't remove /etc/issue | |
a89c5882 | 1516 | #5780: spurious build failure because it cannot remove ubinize.cfg |
474defab PK |
1517 | #5798: ncurses-5.9 fails to compile statically |
1518 | #5810: Buildroot 2012.11: Additional GCC option "-msoft-float" ... | |
1519 | #6080: Git fetch caching | |
1520 | #6092: Bootable ISO image creation seems to have stopped working.. | |
1521 | #6272: coreutils build fails | |
a89c5882 PK |
1522 | #6434: apply-patches.sh does not work recursively |
1523 | #6446: eglibc doesn't install ldconfig to target | |
1524 | #6484: Add c-ares | |
b5f44c2e | 1525 | #6596: Slow bootup if mdev is chosen |
474defab PK |
1526 | #6656: Build Qt5 with ccache |
1527 | #6662: internal compiler error: Segmentation fault during making.. | |
a89c5882 | 1528 | #6722: Usage of $($(PKG)_DIR_PREFIX) is an issue with linux package |
474defab | 1529 | #6752: genext2fs: e2fsck must run before tunefs -U random |
a89c5882 | 1530 | #6770: openssl 1.0.1f fails with ccache |
474defab | 1531 | #6830: Qt5: no fonts are installed |
a89c5882 PK |
1532 | #6848: Qt5: no text shown in simple QWidget / frame-buffer setup |
1533 | #6854: Update to Qt 5.2.1 | |
474defab | 1534 | |
9b390454 | 1535 | 2013.11, Released November 30th, 2013: |
1351d0c2 PK |
1536 | |
1537 | Minor fixes. | |
1538 | ||
1539 | Updated/fixed packages: apr, binutils, dbus-python, dropwatch, | |
1540 | ecryptfs-utils, eglibc, gdb, gpsd, grantlee, hostapd, | |
1541 | iptables, qlibiscsi, libnspr, libnss, libpfm4, libtool, | |
1542 | lua-ev, lvm2, mplayer, qt, qt5, quagga, ruby, tinymembench, | |
1543 | tvheadend, util-linux, wpa_supplicant | |
1544 | ||
1545 | Issues resolved (http://bugs.uclibc.org): | |
1546 | ||
1547 | #1279: Buildroot compiled Busybox and Coreutils LFS issues | |
1548 | #2995: -fstack-protector-all causes ssh to SIGSEGV | |
1549 | #5570: Cannot compile software on the target machine | |
1550 | #6428: util-linux libmount segfaults with patch from buildroot | |
1551 | #6500: php fails to build for armel | |
1552 | #6554: gdb needs to dependents on host texinfo | |
1553 | #6692: GNU nano fails to compile for x86_64 | |
1554 | #6704: wpa_supplicant: fix wrong path to executable file in D-Bus | |
1555 | ||
1bf9afeb PK |
1556 | 2013.11-rc3, Released November 26th, 2013 |
1557 | ||
1558 | Fixes all over the tree. | |
1559 | ||
1560 | Architecture: Mark MIPS I, II, III and IV as deprecated. | |
1561 | ||
1562 | Updated/fixed packages: beecrypt, dbus, e2fsprogs, libcap-ng, | |
1563 | libglib2, libroxml, libsigsegv, libvncserver, lxc, mdadm, | |
1564 | mongoose, nut, ola, omniorb, openssl, pcre, php, poco, | |
1565 | protobuf-c, pv, qt5base, ruby, schifra, squid, sunxi-mail, | |
1566 | swig, ti-gfx, tinymembench, uclibc, udisks, vim | |
1567 | ||
b87c05dc PK |
1568 | 2013.11-rc2, Released November 18th, 2013 |
1569 | ||
1570 | Fixes all over the tree. | |
1571 | ||
1572 | Defconfigs: qemu_arm_versatile, qemu_arm_nuri, sheevaplug: | |
1573 | Adjust kernel versions. | |
1574 | ||
1575 | Toolchain: avr32: fix for modern kernel headers | |
1576 | ||
1577 | Bootloader: Barebox updated to 2013.10.1 | |
1578 | ||
1579 | Updated/fixed packages: dhcp, e2fsprogs, gst1-plugins-bad, | |
1580 | libcurl, libvncserver, nano, pc, qt5base, squashfs, ttcp, | |
1581 | wayland, wvstreams | |
1582 | ||
1583 | Issues resolved (http://bugs.uclibc.org): | |
1584 | ||
1585 | #3601: DHCPD S80dhcp-server startup script issues | |
1586 | #6320: Fix kernel compile issue if BR2_LINUX_KERNEL_CUSTOM_GIT_VERS.. | |
1587 | #6416: Xenomai package, patch alternative | |
1588 | #6590: directfb-examples build failed whit linaro toolchain | |
1589 | ||
abce7ca6 | 1590 | 2013.11-rc1, Released November 12th, 2013 |
b9a16cb4 PK |
1591 | |
1592 | Architectures: Nios-II support, MIPS arch handling fixes | |
1593 | ||
1594 | Defconfigs: cubieboard2, freescale i.MX 6sololite evk, | |
1595 | sabre-sd, wandboard added, rpi renamed to raspberrypi_defconfig | |
1596 | ||
1597 | Toolchain: glibc support, upstream uClibc fixes, uClibc 0.9.31 | |
1598 | for avr32, crosstool-ng backend removed, external musl | |
1599 | toolchain support, gcc 4.8.2, updated Linaro external | |
1600 | toolchains. Fortran and objective-C support deprecated, | |
1601 | mudflap support | |
1602 | ||
1603 | Bootloaders: U-Boot: u-boot.imx support, version bumps | |
1604 | ||
1605 | Linux: use kmod instead of module-init-tools | |
1606 | ||
1607 | System: default to devtmpfs for /dev | |
1608 | ||
1609 | Infrastructure: Make 3.82 fixes, locales generation fixes, CVS | |
1610 | download support, post-rsync hooks | |
1611 | ||
1612 | Fs: u-boot image support for cpio | |
1613 | ||
1614 | Updated/fixed packages: aircrack-ng, alsamixergui, apr, | |
1615 | apr-util, atk, automake, bellagio, berkeleydb, bind, binutils, | |
1616 | bison, boost, busybox, can-utils, ccache, ccid, cgilua, | |
1617 | chrony, cifs-utils, cjson, collectd, connman, conntrack-tools, | |
1618 | copas, cppcms, cppzmq, czmq, dash, dbus, dhcpcd, diffutils, | |
1619 | directfb, dmidecode, dnsmaqs, docker, dosfstools, dropbear, | |
1620 | dropwatch, ebtables, eglibc, elf2flt, empty, enchant, erlang, | |
1621 | ethtool, fbgrab, fbv, fdk-aac, feh, ffmpeg, file, findutils, | |
1622 | fltk, fmtools, freetype, gdk-pixbuf, gettext, git, | |
1623 | glib-networking, gmp, gnupg, gnutls, gpu-viv-bin-mx6q, gsl, | |
1624 | gstreamer, gstreamer1, gst1-plugins-{bad,base,good,ugly}, | |
1625 | gtest, gutenprint, hplip, i2c-tools, icu, ifplugd, | |
1626 | imagemagick, iozone, iproute2, ipset, iptables, iw, jamvm, | |
1627 | jansson, jpeg-turbo, kismet, kmod, lcms2, libassuan, libcap, | |
1628 | libcap-ng, libcdaudio, libcec, libcue, libcurl, libdrm, | |
1629 | libedit, libevas, libevent, libfreefare, libfuse, | |
1630 | libgpg-error, libiconv, liblog4c-localtime, libmicrohttpd, | |
1631 | libmnl, libmodbus, | |
1632 | libnetfilter_{acct,conntrack,cthelper,cttimeout,log,queue}, | |
1633 | libnfnetlink, libnl, libpng, libqmi, libqrencode, libroxml, | |
1634 | libsecret, libsigsegv, libsoup, libtirpc, libunwind, libusb, | |
1635 | libvpx, lighttpd, linphone, linux-pam, lmbench, | |
1636 | lockfile-progs, log4cxx, logrotate, logsurfer, ltp-testsuite, | |
1637 | ltrace, luacrypto, luaposix, lvm2, m4, matchbox-lib, | |
1638 | media-ctl, mediastreamer, minicom, minidlna, mongoose, monit, | |
1639 | mpc, mpd, mpg123, mplayer, mrouted, mtdev, mutt, mysql_client, | |
1640 | nano, ncftp, ndisc6, neard, neardal, neon, net-snmp, netatalk, | |
1641 | netcat, netkitbase, netperf, netplug, nettle, nfacct, | |
1642 | nfs-utils, ngircd, ngrep, noip, nuttcp, olsr, openssh, opkg, | |
1643 | oprofile, opus-tools, orc, ortp, pciutils, pcre, pcsc-lite, | |
1644 | perf, perl, perl-cross, php, picocom, pkgconf, polarssl, | |
1645 | poppler, pppd, proftpd, protobuf, proxychains-ng, pulseaudio, | |
1646 | pv, qemu, qt, qt5base, qt5webkit, quagga, radvd, redis, | |
1647 | rpi-{firmware,userland}, rrdtool, rsync, rtorrent, ruby, | |
1648 | samba, scons, screen, sdl_sound, ser2net, setserial, | |
1649 | smartmontools, socat, socketcand, sqlcipher, sqlite, squid, | |
1650 | stress, strongswan, stunnel, sudo, syslinux, systemd, | |
1651 | sysvinit, tcl, ti-gfx, time, transmission, tremor, tslib, | |
abce7ca6 PK |
1652 | tstools, tvheadend, tzdata, uboot-tools, uclibc, udpcast, |
1653 | uemacs, ulogd, usb_modeswitch{,_data}, util-linux, vala, | |
1654 | valgrind, vde2, vorbus-tools, vpnc, vsftpd, vtun, wayland, | |
1655 | webkit, webp, webrtc-audio-processing, weston, wget, | |
1656 | wireshark, wsapi, xavante, xdriver_xf86-video-geode, xenomai, | |
1657 | xinetd, xlib_libpthread-stubs, xl2tp, xmlstarlet, | |
1658 | xserver_xorg-server, xz, zeromq, zic, zmqpp | |
b9a16cb4 PK |
1659 | |
1660 | New packages: aiccu, autossh, bc, civetweb, cppdb, cryptsetup, | |
1661 | duma, eigen, harfbuzz, igmpproxy, iputils, jq, knock, kobs-ng, | |
1662 | lesstif, libcgroup, libsepol, libsoc, libssh2, luasec, luasql, | |
1663 | lxc, nut, ola, omniorb, openpowerlink, orbit, p910nd, psplash, | |
1664 | python-crc16, python-ipy, python-pyzmq, qt5sensors, | |
1665 | qt5serialport, qt5x11extras, snmppp, subversion, tcping, | |
1666 | trace-cmd, xscreensaver, zsh | |
1667 | ||
1668 | Removed packages: module-init-tools | |
1669 | ||
1670 | Issues resolved (http://bugs.uclibc.org): | |
1671 | ||
1672 | #1138: Buildroot fails to build packages if BR2_GCC_SHARED_LIBGCC=y | |
1673 | #5408: qt build failure with Sourcery CodeBench ARM 2010.09 | |
1674 | #5630: makefile error with toolchain helpers.mk | |
1675 | #5672: htop: remove X11 stuff | |
1676 | #5678: linux.mk: linux-menuconfig fails | |
1677 | #5696: python3 installation is too large, patches from python2 needed | |
1678 | #5978: Erlang does not build for arm in 2013.02-rc3 | |
1679 | #6392: Extended ARM uImage kernel options | |
1680 | #6404: Buildroot's coreutils 'uname -p' reports 'Unknown' on recent.. | |
1681 | #6428: util-linux libmount segfaults with patch from buildroot | |
1682 | #6452: eglibc from Linaro 2013.07 not copied to target correctly | |
1683 | #6566: PHP segfault when crosscompiled to mips64 - patch included | |
1684 | #6572: [PowerPC] Buildroot uses wrong external toolchain libraries.. | |
1685 | #6578: udisks package broken | |
1686 | #6602: ebtables 64 bit kernel + 32 bit userland alignment error.. | |
1687 | #6608: ebtables missing ethertypes - fix included | |
1688 | #6620: Sysvinit package missing killall5 and symlinks - patch included | |
1689 | #6632: CMake use host pkg-config | |
1690 | #6638: pkgconf doesn't download | |
1691 | #6644: "all" target doesn't work in out-of-tree builds | |
1692 | #6650: Segmentation fault when trying to build latest buildroot | |
1693 | #6668: iptables limit module alignment problem on mips64 | |
1694 | ||
53d8d9c1 PK |
1695 | 2013.08, Released August 31th, 2013: |
1696 | ||
1697 | Minor fixes. | |
1698 | ||
1699 | Documentation build fixed. | |
1700 | ||
1701 | Updated/fixed packages: ltrace, strongswan | |
1702 | ||
4e4a0a34 | 1703 | 2013.08-rc3, Released August 29th, 2013: |
13ce6ddf PK |
1704 | |
1705 | Fixes all over the tree. | |
1706 | ||
1707 | External toolchain lib32/lib64 handling, ABI name for EABIhf, | |
1708 | misc fixes for generatelocales, apply-patches and module | |
1709 | stripping. | |
1710 | ||
1711 | Top level menu names reordered and renamed for clarity. | |
1712 | ||
aab3a0ba PK |
1713 | Updated/fixed packages: acl, attr, bash, dbus, directfb, |
1714 | dvb-apps, kexec, kmod, libbsd, linux-fusion, mesa3d, minidlna, | |
1715 | openssh, openssl, pulseaudio, python-setuptools, qt5, | |
1716 | qt5webkit, redis, strongswan, sunxi-mali | |
1717 | ||
1718 | Issues resolved (http://bugs.uclibc.org): | |
1719 | ||
1720 | #6464: dbus-daemon-launch-helper needs setuid | |
13ce6ddf | 1721 | |
c08b78d1 TP |
1722 | 2013.08-rc2, Released August 16th 2013: |
1723 | ||
1724 | Documentation improvements. | |
1725 | ||
1726 | External toolchains fixes. | |
1727 | ||
1728 | Updated/fixed packages: aircrack-ng, bash, boost, cairo, | |
1729 | cppcms, eglibc, ffmpeg, gcc, git, gnupg, imagemagick, libcec, | |
1730 | libffi, libgcrypt, linux, linux-headers, ltrace, netatalk, | |
1731 | opencv, opengl, readline, samba, strongswan, sunxi-cedarx, | |
1732 | uclibc, udev, wayland, webkit, zeromq. | |
1733 | ||
1734 | Issues resolved (http://bugs.uclibc.org): | |
1735 | ||
1736 | #6440: typo in ffmpeg makefile | |
1737 | ||
36c966ef TP |
1738 | 2013.08-rc1, Released August 5th, 2013: |
1739 | ||
1740 | Architectures: | |
1741 | - improved support for floating point on ARM and Thumb/Thumb2 | |
1742 | - support for ARM OABI removed | |
1743 | ||
1744 | Toolchains: | |
1745 | - support added for Sourcery CodeBench ARM and MIPS 2013.05 | |
1746 | - Linaro ARM and Aarch64 toolchains updated | |
1747 | - support added for the Arago ARMv5 and ARMv7 toolchains | |
1748 | - gcc 4.8.x version bumped | |
1749 | - support for installing both FDPIC and FLAT libraries on | |
1750 | Blackfin | |
1751 | - support for uClibc 0.9.31 removed, | |
1752 | - convert the internal toolchain backend to use the package | |
1753 | infrastructure | |
1754 | - support added for eglibc in the internal toolchain backend | |
1755 | - toolchain components for the ARC architecture updated and | |
1756 | gdb for ARC added. | |
1757 | - support for Blackfin in the internal toolchain fixed | |
1758 | ||
1759 | Defconfigs: beaglebone_defconfig updated, new defconfig for | |
1760 | CubieBoard, for Olimex mx233 Olinuxino, for Calao Systems | |
1761 | TNY-A9G20-LPW. | |
1762 | ||
1763 | A number of packages have been fixed to use the | |
1764 | <pkg>_CONFIG_SCRIPTS mechanism to get their <pkg>-config shell | |
1765 | script installed and modified properly. Licensing informations | |
1766 | has been added to a number of packages. | |
1767 | ||
1768 | Use XZ tarballs for a number of packages. | |
1769 | ||
1770 | Noticeable package changes/additions: | |
1771 | - The glib2/libgtk2/webkit stack has been updated to recent | |
1772 | versions. | |
1773 | - Support for Gstreamer 1.x has been added. | |
1774 | - OpenGL support for TI OMAP platforms has been added. | |
1775 | - OpenGL support for Allwinner platforms has been added. | |
1776 | - OpenMAX support for RasberryPi has been added. | |
1777 | ||
1778 | Updated/fixed packages: acl, attr, autoconf, avahi, barebox, | |
1779 | bind, binutils, busybox, bwm-ng, bzip2, cifs-utils, colletctd, | |
1780 | cpanminus, cups, curl, dash, dbus, dhcp, directfb, | |
1781 | directfb-examples, dnsmasq, dosfstools, dropbear, dtc, | |
1782 | e2fsprogs, ed, efl, enlightenment, erlang, ethtool, fbgrab, | |
1783 | fftw, firmware-imx, flot, fltk, freetype, gawk, gdk-pixbuf, | |
1784 | gettext, gmp, gnutls, gsl, gutenprint, gvfs, gzip, haserl, | |
1785 | hiawatha, httping, icu, imagemagick, imlib2, imx-lib, | |
1786 | intltool, iozone, ipset, iptables, jquery, jquery-keyboard, | |
1787 | jquery-sparkline, kmod, less, libart, libcdaudio, libcgicc, | |
1788 | libesmtp, libftdi, libfuse, libglib2, libgtk, libgtk2, libidn, | |
1789 | libiqrf, liblog4c-localtime, libnspr, libnss, libpcap, | |
1790 | libroxml, libserial, libsigsev, libsoup, libtool, libtpl, | |
1791 | libvncserver, libxml2, linphone, lm_sensors, logrotate, | |
1792 | ltrace, lttng, luafilesystem, luajit, minicom, monit, mpg123, | |
1793 | mtd, mutt, mxml, neard, netatask, netsnmp, nettle, | |
1794 | network-manager, nodejs, nss-mdns, openssh, openswan, openvpn, | |
1795 | opkg, opus, pcre, perl-cross, php, pixman, poco, polarssl, | |
1796 | pulseaudio, pv, python, python3, qt, qt5, qt5declarative, | |
1797 | qt5jsbackend, qt5quick1, readline, rpi-firmware, ruby, samba, | |
1798 | sane-backends, sconeserver, sdl_image, sdparm, ser2net, | |
1799 | socketcand, sqlite, squid, strace, tcl, tcpdump, tinyhttpd, | |
1800 | tvheadend, tzdata, uboot, udpcast, usb_modeswitch, | |
1801 | usb_modeswitch_data, usbutils, webkit, wireshark, wvstreams, | |
1802 | xapp_luit, xapp_xmodmap, xenomai, xfsprogs, xlib_libX11, zic, | |
1803 | zlib. | |
1804 | ||
1805 | New packages: a10disp, aespipe, am33x-cm3, cppcms, dhcpcd, | |
1806 | dropwatch, dtc, ecryptfs-utils, eglibc, elf2flt, fdk-aac, | |
1807 | gcc-final, gcc-initial, gcc-intermediate, git, | |
1808 | gpu-viv-bin-mx6q, gst1-plugins-bad, gst1-plugins-base, | |
1809 | gst1-plugins-good, gst1-plugins-ugly, gst-omx, | |
1810 | gst-plugin-x170, gstreamer1, jimtcl, lbase64, libassuan, | |
1811 | libbsd, libcec, libdvbsi, libedit, libgpgme, libqmi, | |
1812 | libqrencode, libsvg, libsvg-cairo, libunwind, libvpx, | |
1813 | linux-headers, lockdev, luabitop, luacrypto, lua-ev, | |
1814 | luaexpatutils, msgpack, ocrad, on2-8170-libs, | |
1815 | on2-8170-modules, p11-kit, pax-utils, ptpd, ptpd2, | |
1816 | python-pyro, ramspeed/smp, snappy, strongswan, sunxi-boards, | |
1817 | sunxi-cedarx, sunxi-mali, sunxi-tools, ti-gfx, tinymembench, | |
1818 | tree, tstools, uclibc, w_scan. | |
1819 | ||
1820 | Issues resolved (http://bugs.uclibc.org): | |
1821 | ||
1822 | #4718: python (built for powerpc) distutils has paths to host | |
1823 | compiler toolchain | |
1824 | #5516: appended device tree blobs on uImage fails | |
1825 | #6302: Versions of packages retrieved from github.com are wrong | |
1826 | #6308: dosfstools download link is wrong | |
1827 | #6326: Dropbear: Add options to allow better config for | |
1828 | different target devices (e.g. routers) | |
1829 | #6338: Wrong download link for minicom package | |
1830 | #6344: Wrong handling of license text files with same name and | |
1831 | different directory | |
1832 | #6374: gnutls package broken if linux cryptodev module | |
1833 | selected | |
1834 | #6410: omap3_beagle has uimage error load address error | |
1835 | ||
615fd9b0 | 1836 | 2013.05, Released May 31th, 2013: |
0ca9692d PK |
1837 | |
1838 | Minor fixes. | |
1839 | ||
93252e70 PK |
1840 | External toolchain wrapper fix for if host/usr/bin is placed |
1841 | in the patch. | |
1842 | ||
1843 | Updated/fixed packages: acpid, at91bootstrap, czmq, elf2flt, | |
1844 | flex, jamvm, kmod, libplayer, libtirpc, libv4, | |
1845 | lttng-babeltrace, opengl, qt5jsbackend, udpcast, wvstreams | |
0ca9692d PK |
1846 | |
1847 | Issues resolved (http://bugs.uclibc.org): | |
1848 | ||
93252e70 | 1849 | #4868: Buildroot compile failure for toolchain/gdb-7.4/intl/reloc... |
0ca9692d PK |
1850 | #4988: flex and m4 problems |
1851 | #5912: obsolete CVS files | |
1852 | ||
c92a369f PK |
1853 | 2013.05-rc3, Released May 25th, 2013: |
1854 | ||
1855 | Minor fixes. | |
1856 | ||
1857 | Updated/fixed packages: aircrack-ng, bellagio, boost, crda, | |
1858 | dvb-apps, flot, libatomic_ops, libeXosip2, libosip2, libxml2, | |
1859 | mongrel2, poco, portaudio, pptp-linux, tvheadend, urg, weston, | |
1860 | wireshark | |
1861 | ||
cfcbfa2c | 1862 | 2013.05-rc2, Released May 15th, 2013: |
d131f750 PK |
1863 | |
1864 | Fixes all over the tree. | |
1865 | ||
90e7cdd2 PK |
1866 | Default number of parallel jobs is now number of CPUs + 1. |
1867 | ||
1868 | Defconfigs: Add Telit EVK-PRO3, AT91SAM9260-EK Nand flash. | |
1869 | ||
a517092f PK |
1870 | Updated/fixed packages: aircrack-ng, busybox, cairo, |
1871 | classpath, curlftpfs, czmq, dbus, f2fs-tools, fan-ctrl, | |
1872 | filemq, gst-plugin-bad, gutenprint, hplip, json-c, | |
1873 | libatomic_ops, libcurl, libdrm, libglib2, libnspr, libnss, | |
1874 | libsha1, libsigsegv, libxcb, linknx, linux-pam, lttng-modules, | |
1875 | lttng-tools, matchbox-lib, mcookie, mesa3d, neon, pixman, | |
1876 | pulseaudio, python-nfc, qt5imageformats, quota, openssl, | |
1877 | sconeserver, strace, sylpheed, wvstreams, | |
90e7cdd2 PK |
1878 | xapp_{appres,bdftopcf,beforelight,bitmap,edires,fonttosfnt}, |
1879 | xapp_{fslsfonts,fstobdf,iceauth,ico,listres,luit,mkfontdir}, | |
1880 | xapp_{mkfontscale,oclock,rgb,rstart,scripts,sessreg,setxkbmap}, | |
1881 | xapp_{showfont,smproxy,twm,viewres,x11perf,xauth,xbacklight}, | |
1882 | xapp_x{biff,calc,clipboard,clock,cmsdb,cursorgen,dbedizzy,ditview}, | |
1883 | xapp_x{dm,dpyinfo,driinfo,edit,ev,eyes,f86dga,fd,fontsel,fs,fsinfo}, | |
1884 | xapp_x{gamma,gc,host,input-calibrator,input,kbcomp,kbevd,kbprint}, | |
1885 | xapp_x{kbutils,kill,load,logo,lsatoms,lsclients,lsfonts,mag,man}, | |
1886 | xapp_x{message,mh,modmap,more,pr,prop,randr,rdb,refresh,set,setmode}, | |
1887 | xapp_x{setpointer,setroot,sm,stdcmap,vidtune,vinfo,wd,wininfo,wud}, | |
1888 | xcb-util, xcursor-transparent-theme, xdata_xbitmaps, | |
1889 | xdata_xcursor-themes, | |
1890 | xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synaptics}, | |
1891 | xdriver_xf86-input-{tslib,vmmouse,void}, | |
1892 | xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,fbdev,geode,glide}, | |
1893 | xdriver_xf86-video-{glint,i128,intel,mach64,mga,neomagic,newport}, | |
1894 | xdriver_xf86-video-{nv,openchrome,r128,savage,siliconmotion,sis}, | |
1895 | xdriver_xf86-video-{tdfx,tga,trident,v4l,vesa,vmware,voodoo,wsfb}, | |
1896 | xfont_encodings, xfont_font-adobe-{100,75}dpi, | |
1897 | xfont_font-utopia-{100dpi,75dpi,type1}, | |
1898 | xfont_font-{alias,arabic-misc,bh-100dpi,bh-75dpi}, | |
1899 | xfont_font-bh-lucidatypewriter-{100,75}dpi, xfont_font-bh-{ttf,type1}, | |
1900 | xfont_font-bitstream-{100dpi,75dpi,type1}, xfont_font-cronyx-cyrillic, | |
1901 | xfont_font-{cursor,daewoo,dec,isas,jis,micro}-misc, | |
1902 | xfont_font-ibm-type1, xfont_font-misc-{cyrillic,ethiopic,meltho,misc}, | |
1903 | xfont_font-{mutt,schumacher}-misc, | |
1904 | xfont_font-{screen-cyrillic,sony-misc,sun-misc,util}, | |
1905 | xfont_font-winitzki-cyrillic, xfont_font-xfree86-type1, | |
1906 | xlib_lib{FS,ICE,SM,X11,XScrnSaver,Xau,Xaw,Xcomposite,Xcursor}, | |
1907 | xlib_libX{damage,dmcp,ext,fixes,font,ft,i,inerama,mu,pm,randr}, | |
1908 | xlib_libX{render,res,t,tst,v,vMC,xf86dga,xf86vm}, | |
1909 | xlib_lib{dmx,fontenc,pciaccess,pthread-stubs,xkbfile}, xlib_xtrans, | |
1910 | xproto_{applewm,bigreqs,composite,damage,dmx,dri2,fixes}proto, | |
1911 | xproto_{fontcache,font,gl,input,kb,randr,record,render}proto, | |
1912 | xproto_{resource,scrnsaver,video,windowswm,xcmisc,xext}proto, | |
1913 | xproto_{xf86bigfont,xf86dga,xf86dri,xf86vidmode,xinerama,x}proto, | |
1914 | xserver_xorg-server, xutil_{makedepend,util-macros} | |
d131f750 | 1915 | |
a517092f PK |
1916 | Readded Packages: xapp_xinit |
1917 | ||
603293f5 GZ |
1918 | Issues resolved (http://bugs.uclibc.org): |
1919 | ||
1920 | #5054: amd64: cannot find init - due to missing /lib64 folder | |
1921 | ||
92651931 | 1922 | 2013.05-rc1, Released May 8th, 2013: |
aec71d64 | 1923 | |
fa3463d6 PK |
1924 | Architectures: ARC support, Blackfin support, FLAT binary |
1925 | format, ARM: Drop old CPU variants, add fa526/626, Marvell PJ4 | |
aec71d64 PK |
1926 | |
1927 | Toolchains: Add new Microblaze external toolchains, Linaro | |
1928 | ARM/Aarch64 updates, GCC 4.6.4 / 4.7.3 / 4.8.0 added to | |
fa3463d6 PK |
1929 | internal toolchain, default to GCC 4.7.x. Internal |
1930 | Crosstool-ng backend deprecated. | |
aec71d64 PK |
1931 | |
1932 | Defconfigs: Add Atmel at91sam9g45m10ek, freescale mpc8315erdb | |
e7f4923e PK |
1933 | & p1010rdb, Armadeus apf27 / apf28, Openblocks A6, Raspberry |
1934 | pi, gnublin board. | |
aec71d64 PK |
1935 | |
1936 | FS: LZO and XZ compression methods, extra ubifs options, | |
1937 | ext2 rev 0/1 and ext3/4 support. | |
1938 | ||
1939 | Patch handling: apply-patches now has .patch.xz support, | |
1940 | Patch logic reworked as discussed during Febrary dev days: | |
1941 | http://elinux.org/Buildroot:DeveloperDaysFOSDEM2013 | |
1942 | ||
1943 | <pkg>-rsync now excludes version control files. | |
1944 | ||
1945 | linux: uImage load address for ARM multiplatform kernels | |
1946 | ||
1947 | Infrastructure for multiple OpenGL / ES / EGL / OpenVG | |
1948 | providers, similar to how libjpeg / libjpeg-turbo is handled. | |
1949 | ||
1950 | Infrastructure for packages to add system users. | |
1951 | ||
1952 | kconfig: updated to 3.9-rc2, support make olddefconfig | |
1953 | ||
1954 | Updated/fixed packages: alsa-lib, alsa-utils, apr, apr-util, | |
1955 | argp-standalone, at, at91bootstrap, audiofile, aumix, avahi, | |
1956 | bash, blackbox, bind, binutils, bison, boost, bridge-utils, | |
1957 | busybox, ccache, cifs-utils, cmake, collectd, connman, | |
1958 | conntrack-tools, cpanminus, crosstool-ng, diffutils, directfb, | |
1959 | directfb-examples, divine, dmalloc, dnsmasq, dosfstools, | |
e7f4923e PK |
1960 | dropbear, e2fsprogs, ebtables, eeprog, erlang, ethtool, |
1961 | fb-test-app, fbset, feh, ffmpeg, file, flex, flot, foomatic, | |
1962 | fxload, gd, gdb, gdisk, genimage, gettext, gmp, gnuchess, | |
1963 | gnutls, gob2, gperf, gpsd, gstreamer, haserl, hiawatha, htop, | |
1964 | httping, icu, inotify-tools, intltool, iproute2, ipset, | |
1965 | iptables, iw, jpeg, jquery, jquery-{sparkline,validation}, | |
1966 | json-c, kbd, kexec, kismet, kmod, lcdproc, libarchive, | |
1967 | libatasmart, libcap, libconfig, libconfuse, libcurl, libdrm, | |
1968 | libeet, libev, libevas, libeXosip2, libffi, libfribi, libfuse, | |
1969 | libgcrypt, libglib2, libgtk2, libid3tag, libmicrohttpd, | |
1970 | libnetfilter_acct, libnetfilter_conntrack, libnl, libpcap, | |
1971 | libplayer, libsigc, libv4l, libxcb, linenoise, linux-pam, | |
1972 | lm_sensors, ltp-testsuite, luajit, lzop, madplay, make, mdadm, | |
aec71d64 PK |
1973 | mediastreamer, memtester, mesa3d, |
1974 | mobile-broadband-provider-info, monit, mpd, mpfr, mpg123, | |
fa3463d6 PK |
1975 | mrouted, msmtp, nbd, ncurses, ndisc6, neard, neardal, neon, |
1976 | netperf, netsnmp, nettle, nfacct, ntfs-3g, ofono, olsr, | |
aec71d64 | 1977 | omap-u-boot-utils, openssh, openssl, openswan, openvpn, |
fa3463d6 PK |
1978 | oprofile, orc, patch, pciutils, pcre, perl, php, poco, |
1979 | polarssl, proftpd, psmisc, pulseaudio, python, | |
aec71d64 | 1980 | python-{bottle,netifaces,serial,setuptools}, qt, quagga, |
e7f4923e PK |
1981 | quota, radvd, rpi-firmware, rpi-userland, rt-tests, sam-ba, |
1982 | samba, sawman, sdl, ser2net, smartmontools, socat, socketcand, | |
1983 | speex, squid, stress, stunnel, sudo, syslinux, sysstat, | |
1984 | sysvinit, tcl, tcprelay, tinyhttpd, tslib, tvheadend, | |
1985 | uboot-tools, udev, ulogd, util-linux, vala, vtun, webkit, | |
aec71d64 PK |
1986 | xapp_{iceauth,luit,makefontscale,sessreg,setxkbmap,smproxy}, |
1987 | xapp_{xauth,xcmsdb,xdpyinfo,xev,xgamma,xhost,xinput,xkbcomp}, | |
1988 | xapp_{xkbevd,xlsatoms,xlsclients,xmodmap,xpr,xprop,xrandr,xrdb}, | |
1989 | xapp_{xset,xwd,xwininfo}, xcb-{proto,util}, | |
1990 | xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synptics}, | |
1991 | xdriver_xf86-input-{tslib,vmmouse,void}, | |
1992 | xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,geode,glide,glint}, | |
1993 | xdriver_xf86-video-{i128,intel,mach64,mga,neomagic,newport}, | |
1994 | xdriver_xf86-video-{openchrome,r128,savage,siliconmotion,sis}, | |
1995 | xdriver_xf86-video-{tdfx,trident,vesa,vmware,wsfb}, xenomai, | |
1996 | xfont, xinetd, xkeyboard-config, xlib_lib{FS,ICE,SM,X11}, | |
1997 | xlib_libX{scrnSaver,au,aw,cursor,dmcp,ext,fixes,font,ft,i}, | |
1998 | xlib_libX{inerama,mu,pm,randr,res,tst,v,vMC,xf86dga,xf86vm}, | |
1999 | xlib_lib{dmx,fontenc,pciaccess,xkbfile}, xlib_xtrans, | |
2000 | xproto_{applevm,bigreqs,dri2,fonts,gl,input,kbd,record}proto, | |
2001 | xproto_{resource,scrnsaver,xcmisc,xext,x}proto, | |
2002 | xserver_xorg-server, xutil_makedepend, xz, zeromq | |
2003 | ||
fa3463d6 PK |
2004 | New packages: aircrack-ng, bcusdk, chrony, crda, |
2005 | cryptodev-linux, cppzmq, czmq, dtach, enscript, exfat, | |
2006 | exfat-utils, f2fs-tools, fan-ctrl, filemq, foomatic-filters, | |
2007 | genimage, genpart, glibmm, gnuplot, gtest, gutenprint, hplip, | |
2008 | iozone, jansson, jhead, jquery-keyboard, jquery-ui, | |
2009 | jquery-ui-themes, json-glib, json-javascript, lcms2, libpfm4, | |
2010 | libpthsem, libserial, libsigsegv, libtasn1, libwebsockets, | |
2011 | libxkbcommon, libxml++, linknx, log4cxx, mongoose, mongrel2, | |
2012 | mtools, ne10, nmap, nodejs, openobex, openpgm, poppler, | |
2013 | protobuf-c, python-m2crypto, python-thrift, qjson, qt5base, | |
aec71d64 PK |
2014 | qt5declarative, qt5graphicaleffects, qt5imageformats, |
2015 | qt5jsbackend, qt5multimedia, qt5quick1, qt5script, qt5svg, | |
2016 | qt5webkit qt5xmlpatterns, rapidjson, redis, swig, texinfo, | |
2017 | tzdata, urg, ussp-push, wayland, webp, weston, wireless-regdb, | |
2018 | wireshark, wvdial, wvstreams, xcb-util-image, xcb-util-wm, | |
2019 | xcursor-transparent-theme, zic, zmqpp, zyre | |
2020 | ||
2021 | Removed packages: microperl, ocf-linux, xapp_xinit, | |
2022 | xapp_xplsprinters, xapp_xprehashprinterlist, | |
2023 | xfont_font-bitstream-speedo, | |
2024 | xlib_lib{Xfontcache,XprintAppUtil,XprintUtil,Xp,oldX,xkbui}, | |
2025 | xproto_{print,xf86rush}proto | |
2026 | ||
2027 | Deprecated packages: vala | |
2028 | ||
2029 | Issues resolved (http://bugs.uclibc.org): | |
2030 | ||
2031 | #1291: Add support for Faraday 526 arm processor (fa526) | |
2032 | #2683: cups does not install correctly to target | |
2033 | #3313: mesa3d fails to build | |
2034 | #5186: initramfs/cpio should support lzo compression | |
2035 | #5636: agetty - cannot get controlling tty error - need updated... | |
2036 | #5906: collectd client headers not exported | |
2037 | #5966: bison unnecessarily required as build dependency | |
2038 | #6140: --enable-fileinfo not applied for php package | |
2039 | #6164: openvpn usage of ip tool from Busybox | |
2040 | ||
15ace1a8 PK |
2041 | 2013.02, Released February 28th, 2013: |
2042 | ||
2043 | Misc manual updates. | |
2044 | ||
2045 | Updated/fixed packages: busybox, collectd, flashbench, | |
2046 | libgtk2, libupnp, mii-diag, quota | |
2047 | ||
d65bb7e3 PK |
2048 | 2013.02-rc3, Released February 26th, 2013 |
2049 | ||
2050 | Minor fixes. | |
2051 | ||
2052 | Updated/fixed packages: conntrack-tools, dialog, | |
2053 | enlightenment, haserl, keyutils, libfif, libmad, | |
2054 | linux-firmware, linux-fusion, matchbox-desktop, matchbox-wm, | |
2055 | ruby, spawn-fcgi, vtun | |
2056 | ||
2057 | Issues resolved (http://bugs.uclibc.org): | |
2058 | ||
2059 | #5960: fusion.ko driver does not install to target rootfs | |
2060 | ||
8290a626 PK |
2061 | 2013.02-rc2, Released February 19th, 2013 |
2062 | ||
2063 | Fixes all over the tree. | |
2064 | ||
2065 | Various manual updates and fixes. | |
2066 | ||
2067 | Updated/fixed packages: busybox, collectd, gesftpserver, | |
2068 | glib-networking, gnutls, inotify-tools, libcurl, libffi, | |
2069 | libglib2, libtorrent, libvorbis, neard, network-manager, | |
2070 | ntfs-3g, openssl, qt, rpi-userland, rtorrent, thttpd, vim. | |
2071 | ||
2072 | Issues resolved (http://bugs.uclibc.org): | |
2073 | ||
2074 | #5906: collectd client headers not exported | |
2075 | ||
e68acefb | 2076 | 2013.02-rc1, Released February 10th, 2013 |
6de88cab PK |
2077 | |
2078 | Toolchain: Crosstool-ng 1.17.0, default to GCC 4.6.3, target | |
2079 | libraries install fixed. Add Linaro ARM | |
8ccef3b3 | 2080 | 2012.11/2012.12/2013.01, AArch64 12.11/12.12/13.01. Sourcery |
6de88cab | 2081 | CodeBench MIPS 2012.03/09. Infrastructure to warn about |
1ccf5237 PK |
2082 | missing 32bit support for binary toolchains. Toolchain wrapper |
2083 | is now relocatable. Add GDB 7.5.1 / Remove 6.8 / 7.0 / | |
2084 | 7.1. Deprecate uClibc 0.9.31. | |
6de88cab PK |
2085 | |
2086 | Architecture: Xtensa fixes, add missing powerpc variants, arm | |
1ccf5237 PK |
2087 | 1136jf-s rev1, add A5/A15, neon support toggle, OABI |
2088 | deprecated. Sparc: drop old unused variants | |
6de88cab PK |
2089 | |
2090 | Bootloaders: At91bootstap: fix upstream URL, Barebox: add | |
1ccf5237 PK |
2091 | 2012.12/2013.01/2013.02, remove 2012.08/09/10, lzop fixes, |
2092 | environment image support, U-Boot: add 2013.01.01 | |
6de88cab PK |
2093 | |
2094 | Linux: fix appended dtb handling for v3.8+ kernels, support | |
2095 | multiple device trees | |
2096 | ||
2097 | Defconfigs: calao USB-A9260, snowball, QEMU PPC440 on ML507 | |
2098 | board, QEMU ARM Exynos4210, Kernel version in QEMU defconfigs | |
1ccf5237 PK |
2099 | updated, at91rm9200df: misc fixes. Lock kernel headers to |
2100 | match kernel. | |
6de88cab PK |
2101 | |
2102 | Infrastructure: Git download fixes. Toolchain make target | |
2103 | renamed from 'cross' to 'toolchain'. Eclipse integration | |
1ccf5237 PK |
2104 | support. Option to set root password, post image scripts, |
2105 | config scripts handling. | |
6de88cab PK |
2106 | |
2107 | Updated/fixed packages: alsa-lib, argp-standalone, argus, | |
2108 | arptables, atk, audiofile, axel, beecrypt, bind, bison, | |
2109 | bluez_utils, boost, cairo, can-utils, bmon, boa, busybox, | |
2110 | cairo, ccache, cdrkit, cifs-utils, cjson, cmake, collectd, | |
1ccf5237 PK |
2111 | connman, coreutils, cpanminus, cups, dbus, dhcp, dialog, |
2112 | diffutils, directfb, distcc, divine, dnsmasq, docker, | |
2113 | dosfstools, dstat, e2fsprogs, ebtables, ed, empty, ethtool, | |
2114 | expedite, fbset, fbv, ffmpeg, flex, fltk, fluxbox, freetype, | |
2115 | gadget-test, gawk, gdb, genext2fs, gettext, giblib, | |
2116 | glib-networking, gmp, gmpc, gnupg, gnutls, gpsd, | |
2117 | gst-plugins-{bad,base,good}, gstreamer, gzip, haserl, hdparm, | |
2118 | heirloom-mailx, hiawanta, hostapd, icu, imagemagick, imlib2, | |
2119 | inadyn, infozip, iproute2, ipset, iptables, iw, jpeg, jquery, | |
2120 | jquery-sparklines, jqeury-validation, kismet, kmod, lame, | |
2121 | libao, libcap, libcurl, libdvdnav, libdvdread, libecore, | |
2122 | libedbus, libedje, libeet, libefreet, libeina, libeio, | |
2123 | liberation, libelementary, libembryo, libethumb, libev, | |
2124 | libevas, libffi, libfribidi, libfuse, libgcrypt, libglib2, | |
2125 | libgpg-error, libgtk2, libhid, libidn, libmicrohttpd, libmpd, | |
2126 | libnl, libnspr, libnss, libogg, libpcap, libplayer, libpng, | |
2127 | libroxml, librsvg, libseccomp, libsigc, libsndfile, libungif, | |
2128 | libupnp, liburcu, libusb-compat, libvncserver, libvorbis, | |
2129 | libxml2, libxslt, lighttpd, links, linux-firmware, | |
2130 | linux-fusion, ltp-testsuite, ltrace, | |
2131 | lttng-{babel,libust,modules,tools}, lvm2, lua, luajit, lzop, | |
2132 | matchbox-{desktop,lib}, mdadm, metacity, midori, minicom, mpd, | |
2133 | mpfr, mplayer, mtd, mysql_client, ncurses, neon, netatalk, | |
6de88cab PK |
2134 | networkmanager, nspr, ntfs-3g, nuttcp, ofone, olsr, openssl, |
2135 | openvpn, opkg, oprofile, opus, opus-tools, orc, ortp, pango, | |
2136 | pciutils, pcmanfm, pcre, pcsc-lite, perl, php, pixman, | |
2137 | pkgconf, polarssl, pptp-linux, proxychains, pulseaudio, | |
2138 | python, python3, qemu, qextserialport, qt, quagga, radvd, | |
2139 | readline, rng-tools, rt-tests, rubix, ruby, sam-ba, samba, | |
2140 | sane-backends, sconeserver, scons, screen, sdl, sdl_gfx, | |
1ccf5237 PK |
2141 | sdl_mixer, sdl_ttf, sdparm, sed, ser2net, smartmontools, |
2142 | speex, sqlite, squid, sshfs, strace, sudo, sylpheed, tn5250, | |
2143 | taglib, tar, torsmo, transmission, tslib, uboot-tools, ulogd, | |
6de88cab PK |
2144 | usb_modeswitch, util-linux, valgrind, vim, vsftpd, wavpack, |
2145 | webkit, wipe, wireless_tools, wpa_supplicant, xapp_xinit, | |
2146 | xapp_xinput-calibrator, xapp_xman, xapp_xmh, xlib_libX11, | |
2147 | xlib_libXdmcp, xlib_libXft, xlib_libpthread-stubs, | |
2148 | xlib_xtrans, xproto_xcmiscproto, xproto_xextproto, | |
2149 | xserver_xorg-server, xstroke, xvkbd, xz | |
2150 | ||
2151 | New packages: b43-firmware, b43-fwcutter, bustle, | |
2152 | cache-calibrator, cegui06, celt051, classpath, curlftpfs, | |
2153 | dvb-apps, dvbsnoop, elfutils, enlightenment, firmware-imx, | |
2154 | flashbench, gd, gesftpserver, gst-fsl-plugins, httping, iftop, | |
2155 | imx-lib, jamvm, jpeg-turbo, keyutils, libatasmart, libcofi, | |
2156 | libebml, libevas-generic-loaders, libfslcodec, libfslparser, | |
2157 | libfslvpuwrap, libgsasl, libiscsi, libmatroska, libmcrypt, | |
2158 | libmhash, libqwt, libseccomp, libsha1, linenoise, mcrypt, | |
2159 | media-ctl, ncdu, neard, neardal, nettle, perf, polkit, | |
2160 | proxychains, python-bottle, python-pyparsing, rpi-firmware, | |
2161 | rpi-userland, sg3_utils, slirp, snowball-hdmiservice, spice, | |
2162 | spice-protocol, tcllib, tvheadend, udisks, usbredir | |
2163 | ux500-firmware, vde2, xcb-utils-keysyms, yavta, | |
2164 | zd1211-firmware | |
2165 | ||
1ccf5237 | 2166 | Removed packages: customize, xdriver_xf86-input-{acecad,aiptek}, |
6de88cab PK |
2167 | xdriver_xf86-video-{apm,chips,i740,rendition,s3,s3virge,sisusb}, |
2168 | xdriver_xf86-video-sun{cg14,cg3,cg6,ffb,leo,tcx}, | |
2169 | xdriver_xf86-video-{tsend,xgi,xgixp} | |
2170 | ||
2171 | Deprecated packages: xstroke | |
2172 | ||
2173 | Issues resolved (http://bugs.uclibc.org): | |
2174 | ||
2175 | #4237: building shared openssl w/-Os fails due to gcc bug | |
2176 | #5690: python3 does not obey to BR2_PACKAGE_PYTHON3_PYC_ONLY=y | |
2177 | #5602: python3 should install a "python" symbolic link | |
2178 | #5846: Extra slash added to last slash in URL | |
2179 | ||
2180 | 2012.11.1, Released January 3rd, 2013: | |
2181 | ||
2182 | Toolchain: Fixed non-largefile builds on recent Ubuntu | |
2183 | versions. | |
2184 | ||
2185 | Arch: fix missing x86/generic handling, Build for Xtensa with | |
2186 | longcalls option. | |
2187 | ||
2188 | Updated/fixed packages: dosfstools, qt | |
2189 | ||
d201b95d PK |
2190 | 2012.11, Released December 2nd, 2012: |
2191 | ||
2192 | Git shallow clone fix for older git version. | |
2193 | ||
2194 | Updated/fixed packages: ctuio, libtool | |
2195 | ||
2196 | Issues resolved (http://bugs.uclibc.org): | |
2197 | ||
2198 | #5726: List all the available hook points | |
2199 | ||
1a59dfae | 2200 | 2012.11-rc2, Released November 30th, 2012: |
0f9bad95 PK |
2201 | |
2202 | Minor fixes around the tree. | |
2203 | ||
2204 | Various manual updates and fixes. | |
2205 | ||
d38b25f1 PK |
2206 | Add checks for legacy features. |
2207 | ||
2208 | Updated/fixed packages: acpid, alsa-lib, arptables, binutils, | |
1a59dfae PK |
2209 | busybox, ccache, cjson, cramfs, directfb, flex, fluxbox, gdb, |
2210 | hiawatha, igh-ethercat, imagemagick, imlib2, lcdproc, | |
2211 | libdaemon, libecore, libhid, libmad, libpcap, libsigc, libusb, | |
2212 | linux-fusion, matchbox, ocf-linux, owl-linux, python, rrdtool, | |
2213 | scons, strace, sylpheed | |
0f9bad95 | 2214 | |
2b7be2f1 PK |
2215 | Issues resolved (http://bugs.uclibc.org): |
2216 | ||
2217 | #5732: Error : package/alsa-lib/alsa-lib.mk | |
2218 | ||
47ee3051 | 2219 | 2012.11-rc1, Released November 17th, 2012 |
f9686563 | 2220 | |
d36fcceb PK |
2221 | Fixes all over the tree and new features. |
2222 | ||
2223 | Defconfigs: use u-boot 2012.10 on at91 and beaglebone, | |
2224 | sheevaplug + qemu: bump kernel version, add qemu-mips64-malta | |
2225 | + nitrogen6x defconfigs. | |
2226 | ||
2227 | Bootloaders: add u-boot 2012.07/10, ais target format, add | |
48f0fe07 PK |
2228 | barebox 2012.08/09/10/11, linker overlap issue fix for |
2229 | at91bootstrap, mxs-bootlets updated for new Barebox versions. | |
d36fcceb | 2230 | |
0ab9a3fb | 2231 | Toolchains: binutils 2.23.1, gcc 4.7.2, default to gcc 4.6.x, |
d36fcceb | 2232 | Codebench arm/sh/x86 2012.03/09, Linaro 2012.08/09/10. |
48f0fe07 PK |
2233 | Libtirpc support for modern glibc variants. Toolchain on |
2234 | target has been deprecated. | |
d36fcceb | 2235 | |
48f0fe07 | 2236 | Initial Aarch64 support, Xtensa support re-added. |
d36fcceb PK |
2237 | |
2238 | Infrastructure: Use shallow git clone when possible, use | |
2239 | tarballs rather than git URLs for github. Moved to pkgconf | |
2240 | rather than pkg-config. System directory added, default | |
48f0fe07 PK |
2241 | skeleton/device tables moved. More than 1 post-build script |
2242 | can now be used. output/target now contains a | |
2243 | THIS_IS_NOT_YOUR_ROOT_FILESYSTEM warning, to help people | |
2244 | understand how to (not) use it. | |
2245 | ||
2246 | Manual has been reworked and extended. | |
2247 | ||
2248 | Legal-info: Lots of package annotations, CSV file fixes, | |
2249 | _LICENSE / _REDISTRIBUTE splitup, per-package hooks. | |
2250 | ||
2251 | Updated/fixed packages: acpid, alsa-lib, alsa-utils, | |
0ab9a3fb PK |
2252 | alsamixergui, attr, autoconf, automake, bash, bind, binutils, |
2253 | bison, blackbox, bluez-utils, busybox, cairo, can-utils, | |
2254 | cifs-utils, cjson, cmake, collectd, connman, conntrack-tools, | |
2255 | coreutils, cups, cvs, dbus, dhcp, directfb, dmalloc, dnsmasq, | |
2256 | dropbear, e2fsprogs, ethtool, fbdump, feh, fftw, file, | |
2257 | flashrom, fluxbox, gdb, gdisk, gdk-pixbuf, genext2fs, gettext, | |
2258 | gnutls, gpsd, gqview, grep, gsl, gst-plugins-{bad,good}, | |
2259 | hdparm, hiawatha, hostapd, input-tools, iproute2, ipset, | |
2260 | iptables, iw, json-c, kexec, kmod, lcdproc, leafpad, less, | |
2261 | libcurl, libdrm, libdvdnav, libdvdread, libffi, libfuse, | |
2262 | libglib2, libhid, liblockfile, libmad, libmbus, libmnl, | |
48f0fe07 PK |
2263 | libnetfilter_{acct,conntrack,cthelper,cttimeout,queue}, |
2264 | libnfc, libnfc-llcp, libnfnetlink, libnl, libnspr, libnss, | |
2265 | libpcap, libplayer, libtool, libtorrent, liburcu, libv4l, | |
2266 | libxcb, libxml2, libxslt, links, linux-firmware, lm-sensors, | |
2267 | lmbench, lockfile-progs, logrotate, lshw, lsof, | |
2268 | lttng-babeltrace, lttng-tools, lua, luajit, mesa3d, microperl, | |
2269 | mii-diag, module-init-tools, mpc, mpd, mpg123, mplayer, | |
2270 | mtd-utils, mysql_client, nbd, ncurses, netatalk, netkitbase, | |
2271 | netkittelnet, netsnmp, newt, nfs-utils, openntpd, openssh, | |
2272 | openssl, opkg, patch, pciutils, pcre, php, poco, polarssl, | |
2273 | popt, portmap, pppd, procps, pulseaudio, python, python-nfc, | |
d36fcceb PK |
2274 | python-protobuf, qt, quota, rp-pppoe, rtorrent, sam-ba, samba, |
2275 | scons, sdl_gfx, smartmontools, sqlite, squid, strace, sudo, | |
48f0fe07 PK |
2276 | sylpheed, tcpdump, tremor, ttcp, tiff, unionfs, |
2277 | usb_modeswitch, usbutils, util-linux, vala, valgrind, vpnc, | |
2278 | vsftpd, webkit, wget, which, wpa_supplicant, x11vnc, xapp_*, | |
d36fcceb PK |
2279 | xdriver_*, xenomai, xfont_*, xinetd, xl2tp, xlib_*, xlsclient, |
2280 | xproto_*, xserver_xorg-server, xutil_util-macros, xz, zeromq | |
2281 | ||
2282 | New packages: arptables, at91bootstrap3, boot-wrapper-aarch64, | |
2283 | ccid, cpanminus, cpuload, erlang, evtest, fb-test-apps, | |
2284 | fxload, gdbm, gnupg, googlefontdirectory, grantlee, gsl, | |
2285 | lcdapi, liblo, liblog4c-localtime, libtirpc, linux-pam, | |
48f0fe07 PK |
2286 | lua-msgpack-native, macchanger, mtdev, mtdev2tuio, nfacct, |
2287 | opus, opus-tools, pcsc-lite, perl, pkgconf, python-meld3, | |
2288 | python3, qemu, qextserialport, qtuio, rpcbind, schifra, | |
2289 | sconeserver, supervisor, time, ulogd, usb_modeswitch_data, | |
2290 | yasm | |
d36fcceb PK |
2291 | |
2292 | Deprecated packages: netkitbase, netkittelnet | |
2293 | ||
2294 | Issues resolved (http://bugs.uclibc.org): | |
2295 | ||
2296 | #807: [PATCH] samba - make iconv and smbd optional | |
2297 | #3049: binutils have a sysroot bug in ld | |
2298 | #5330: update vsftpd to 3.0.0 | |
2299 | #5486: libglib2 build fails on: libs/libglib-2.0.so: undefined... | |
2300 | #5666: Fails to build python 2.7.2 for 2440 arm | |
2301 | ||
288b7399 TP |
2302 | 2012.08, Release August 31th, 2012 |
2303 | ||
2304 | Updated/fixed packages: microperl, cups, luajit, rrdtool, | |
2305 | prboom, oprofile. | |
2306 | ||
2307 | Added license information for: sqlite. | |
2308 | ||
2309 | Changed the source URLs of all packages located on Sourceforge | |
2310 | in order to use the automatic mirror selection URL | |
2311 | downloads.sourceforge.net, and get rid of the | |
2312 | BR2_SOURCEFORGE_MIRROR option. | |
2313 | ||
8437b562 TP |
2314 | 2012.08-rc3, Released August 25th, 2012 |
2315 | ||
2316 | Updated/fixed packages: libglib2, netsnmp, freetype, libfuse, | |
2317 | libpng, x11vnc, zlib, gpsd, ifplugd, bash, distcc. | |
2318 | ||
2319 | Added license informations for: barebox, grub, syslinux, | |
2320 | uboot, xloader, yajl, zlib, zxing, alsa-lib, alsa-utils, | |
2321 | faad2, nano, fbdump, rsync, librsync, fontconfig, | |
2322 | inotify-tools, | |
2323 | ||
b58c83ae TP |
2324 | 2012.08-rc2, Released August 15th, 2012 |
2325 | ||
2326 | Updated/fixed packages: imagemagick, sudo, crosstool-ng. | |
2327 | ||
2328 | Added license informations for: mxml, nanocom, empty, expat, | |
2329 | lua, lucjson, xinetd, cjson, luaexpat, lmbench, bwm-ng, | |
2330 | input-event-daemon, luajit, cgilua, copas, coxpcall, | |
2331 | luafilesystem, luasocket, rings, wsapi, xavante, libtpl, | |
2332 | avahi, busybox, libfcgi, ifplugd, libcgicc, libcurl, | |
2333 | libdaemon, libdnet, libgpg-error, libpcap, libpng, lighttpd, | |
2334 | mtd, openssl, psmisc, socat, spawn-fcgi. | |
2335 | ||
2336 | Fixes to Microblaze external toolchains | |
2337 | configuration. Improvements of the pkg-stats | |
2338 | script. Out-of-tree fix for the graph-depends script. | |
2339 | ||
2340 | Kernel headers version bump. | |
2341 | ||
4009cbbb | 2342 | 2012.08-rc1, Released August 1st, 2012 |
5b11223f | 2343 | |
1ea85745 PK |
2344 | Fixes all over the tree and new features. |
2345 | ||
c665fc00 TP |
2346 | Integration of a legal information reporting infrastructure, |
2347 | which allows to generate detailed informations about the | |
2348 | licenses and source code of all components of a system | |
2349 | generated by Buildroot. License information will progressively | |
2350 | be added on packages. | |
2351 | ||
2352 | Default configuration files added for Calao-systems USB-A9263 | |
2353 | and Calao-systems USB-A9G20-LPW. | |
2354 | ||
2355 | External toolchains update: allow download of a custom | |
2356 | toolchain, add Linaro 2012.05 and 2012.06 for ARM, add | |
2357 | Blackfin toolchain 2012R1-BETA1, add Sourcery CodeBench MIPS | |
2358 | 2011.09. | |
2359 | ||
2360 | Allow the restriction of downloads to the primary site only. | |
2361 | This is useful for project developers who want to ensure that | |
2362 | the project can be built even if the upstream tarball | |
2363 | locations disappear. | |
2364 | ||
2365 | Add a 'System configuration' choice to select between 3 | |
2366 | different init systems: Busybox init, SysV init and Systemd | |
2367 | init. | |
2368 | ||
2369 | Cleanups to the package infrastructure. The visible change to | |
2370 | developers is that $(eval $(call AUTOTARGETS)) is now $(eval | |
2371 | $(autotools-package)), and similarly for other package | |
2372 | infrastructures and host packages. Refer to the documentation | |
2373 | for details. | |
2374 | ||
2375 | By default, automatic detection of the number of compilation | |
2376 | jobs to use, depending on the number of CPUs available. | |
2377 | ||
fdbc2f40 | 2378 | Improvements to generate systems with static libraries only |
c665fc00 TP |
2379 | (infrastructure and package fixes). |
2380 | ||
fdbc2f40 TP |
2381 | Add proper support in the Linux kernel package to generate |
2382 | Device Tree Blobs or combined Device Tree / Kernel | |
2383 | images. This will be useful on Microblaze, PowerPC and ARM, | |
2384 | which are architectures making extensive use of the Device | |
2385 | Tree. | |
2386 | ||
1ea85745 | 2387 | Updated/fixed packages: audiofile, autoconf, automake, axel, |
c665fc00 TP |
2388 | barebox, bash, beecrypt, berkeleydb, bind, bison, bluez_utils, |
2389 | bonnie, boost, busybox, bsdiff, bwm-ng, bzip2, cifs-utils, | |
2390 | cgilua, cmake, connman, conntrack-tools, crosstool-ng, cups, | |
2391 | dbus, dhcp, dnsmasq, e2fsprogs, eeprog, ethtool, faad2, fbv, | |
2392 | ffmpeg, freetype, gmp, gnutls, gob2, gpsd, grep, | |
2393 | gst-plugins-base, gst-plugins-good, gzip, hiawatha, hostapd, | |
2394 | htop, icu, igh-ethercat, imagemagick, input-tools, iostat, | |
2395 | iproute2, ipset, iptables, iw, kmod, less, libcap, libgci, | |
2396 | libconfig, libcurl, libelf, libevas, libeXosip2, libexif, | |
2397 | libfuse, libidn, libmad, libmbus, libmnl, | |
2398 | libnetfilter-conntrack, libnl, libnspr, libnss, libogg, | |
2399 | libosip2, libpcap, libpng, libroxml, liburcu, libusb, libxml2, | |
2400 | libxslt, lighttpd, linux, ltrace, lttng-libust, lttng-modules, | |
2401 | lttng-tools, lua, m4, memtester, midori, mii-diag, | |
2402 | module-init-tools, mpfr, mpg123, mrouted, msmtp, mtd, mxml, | |
2403 | mysql_client, nasm, nbd, ncurses, nfs-utils, opencv, openocd, | |
2404 | openssl, pciutils, php, polarssl, portaudio, pppd, | |
2405 | pthread-stubs, pulseaudio, qt, quagga, quota, radvd, rpm, | |
2406 | rrdtool, samba, sam-ba, scons, sdl_gfx, sdl_sound, speex, | |
2407 | sqlite, squashfs, squid, sudo, synergy, syslinux, systemd, | |
2408 | tar, tcpdump, tcpreplay, udev, usbutils, valgrind, wget, | |
2409 | wpa_supplicant, wsapi, xavante, xserver_xorg-server, zlib | |
2410 | ||
2411 | New packages: cjson, collectd, dfu-util, dmidecode, elftosb, | |
2412 | fbterm, flashrom, freerdp, inadyn, libfreefare, | |
2413 | libnetfilter_cttimeout, libnfc, libnfc-llcp, liboping, | |
2414 | libtorrent, linphone, logsurfer, lshw, luacjson, luaexpat, | |
2415 | luajit, mediastreamer, mobile-broadband-provider-info, monit, | |
2416 | mxs-bootlets, nanocom, nss-mdns, ofone, omap-u-boot-utils, | |
2417 | opkg, ortp, owl-linux, python-id3, python-nfc, quota, | |
2418 | ramspeed, rtorrent, sound-theme-borealis, | |
2419 | sound-theme-freedesktop, sysprof, webrtc-audio-processing, | |
2420 | xinetd, zxing | |
1ea85745 | 2421 | |
3b38ade5 TP |
2422 | Issues resolved (http://bugs.uclibc.org): |
2423 | ||
2424 | #1315: Allow use of older external toolchains without sysroot | |
2425 | support [won't fix] | |
2426 | #5276: Hiawatha needs to manage IPV6 if so [fixed] | |
2427 | #5360: buildroot fails when building "host-libglib2 2.30.2 | |
2428 | Building" [won't fix, upstream problem] | |
2429 | #5384: Can't build packages relying on gets on newer glibc | |
2430 | [fixed] | |
2431 | ||
bce34ab1 PK |
2432 | 2012.05, Released May 30th, 2012: |
2433 | ||
2434 | Updated/fixed packages: busybox, netsnmp, pptp-linux | |
2435 | ||
0b0d7bad PK |
2436 | 2012.05-rc3, Released May 25th, 2012: |
2437 | ||
2438 | Minor fixes around the tree. | |
2439 | ||
2440 | Infra: Fix for DOWNLOAD macro when using primary mirrors with | |
2441 | scp targets. | |
2442 | ||
2443 | Toolchain: Kernel headers 3.2.18 / 3.3.7. | |
2444 | ||
2445 | Updated/fixed packages: binutils, bison, busybox, cifs-utils, | |
2446 | gnuchess, gpsd, iperf, libmpeg2, mtd, ntfs-3g, oprofile, | |
2447 | xserver-xorg | |
2448 | ||
b07ad40c PK |
2449 | 2012.05-rc2, Released May 18th, 2012: |
2450 | ||
2451 | Fixes all over the tree. | |
2452 | ||
2453 | Toolchain: uClibc: Use 0.9.33.2, Crosstool-ng: fix gperf | |
2454 | dependency, disable decimal floats support, Linux 3.2.17 / | |
2455 | 3.3.6 kernel headers. Fix sysroot copy handling for toolchains | |
2456 | without C++ support. | |
2457 | ||
2458 | Updated/fixed packages: apr, apr-util, ccache, dnsmasq, | |
2459 | heirloom-mailx, gdb, ndisc6, opencv, openssl, socat, vala | |
2460 | ||
2461 | 2012.05-rc1, Released May 10th, 2012: | |
5c3a3373 | 2462 | |
17c2d62b PK |
2463 | Fixes all over the tree and new features. |
2464 | ||
2465 | Use /etc/os-release for version info rather than | |
2466 | /etc/br-version. | |
2467 | ||
2468 | CMake toolchain file moved to $HOST_DIR/usr/share/buildroot. | |
2469 | ||
e22dd64b PK |
2470 | Apply-patches.sh: cleanups, archived patches handling fixes, |
2471 | support series files. | |
17c2d62b | 2472 | |
82822efe PK |
2473 | Defconfigs: beaglebone, mx53qsb, pandaboard, qemu configs for |
2474 | arm-vexpress/microblaze/ppc-mpc88544ds, use 3.2.x for | |
2475 | atngw100, use 3.3.x for qemu configs. | |
17c2d62b | 2476 | |
82822efe PK |
2477 | Menu structure: Libraries moved out of multimedia section |
2478 | ||
2479 | Atom processor support. Prescott fix, blackfin ABI fix, | |
2480 | Microblaze architecture support (using ext toolchain). Cleanup | |
2481 | architecture names, deprecate Xtensa support. | |
e22dd64b PK |
2482 | |
2483 | Toolchain: Add GCC 4.4.7, 4.6.3, 4.7.0. uClibc 0.9.33.1, | |
a53a3b59 PK |
2484 | default to uClibc 0.9.33.x, enable |
2485 | UCLIBC_SUPPORT_AI_ADDRCONFIG by default, static and 64bit | |
2486 | fixes for external toolchains, linaro ext toolchains, new | |
82822efe PK |
2487 | sourcery codebench ext toolchains, GDB 7.4.1, crosstool-ng |
2488 | 1.15.2. | |
17c2d62b | 2489 | |
82822efe PK |
2490 | Bootloaders: U-Boot: add 2012.04.01, SPL and u-boot.img |
2491 | support. Barebox: add 2012.04, remove 2011.12. | |
bf636a94 | 2492 | |
e22dd64b | 2493 | Updated/fixed packages: alsa-lib, alsa-utils, at, atk, avahi, |
a53a3b59 | 2494 | barebox, berkeleydb, bind, bluez_utils, boost, busybox, |
82822efe PK |
2495 | can-utils, ccache, cifs-utils, coreutils, cups, dbus, dhcp, |
2496 | directfb, dnsmasq, doom-wad, dosfstools, e2fsprogs, expat, | |
2497 | fakeroot, feh, ffmpeg, file, fis, freetype, gamin, gawk, | |
2498 | gdk-pixbuf, gettext, giblib, glib-networking, gmp, gnutls, | |
2499 | gpsd, grep, gstreamer, gst-plugins-{bad,base,good,ugly}, | |
2500 | haserl, hdparm, imagemagick, iproute2, iptable, iw, kexec, | |
2501 | kmod, lame, libaio, libarchive, libatomic_ops, libconfig, | |
2502 | libcurl, libdvdnav, libdvdread, libedbus, libethumb, libffi, | |
2503 | libfuse, libglib2, libgtk2, libhid, libmad, libmbus, libmpeg2, | |
2504 | libnl, libplayer, libpng, libsigc, libsoup, libupnp, liburcu, | |
2505 | libusb, libusb-compat, libxml2, libxml-parser-perl, libxslt, | |
2506 | lighttpd, linux-firmware, linux-fusion, lite, lsof, ltrace, | |
2507 | lttng-libust, lua, m4, makedevs, microperl, mpd, mpfr, mpg123, | |
2508 | mrouted, mtd, mysql_client, nbd, ncftp, ncurses, neon, | |
2509 | netsnmp, network-manager, nfs-utils, ngrep, ntfs-3g, openntpd, | |
e940b303 | 2510 | openssh, openssl, parted, pango, pcre, php, pixman, poco, |
82822efe PK |
2511 | psmisc, pulseaudio, python, qt, quagga, radvd, rpm, rsync, |
2512 | ruby, samba, sam-ba, sane-backends, sawman, screen, sdl_net, | |
2513 | smartmontools, speex, sqlite, squashfs3, squid, sshfs, sudo, | |
e940b303 GZ |
2514 | syslinux, sysstat, taglib, tcpdump, tftp-hpa, transmission, |
2515 | tiff, tinyhttpd, uboot-tools, udev, uemacs, unionfs, usbutils, | |
82822efe PK |
2516 | util-linux, vala, valgrind, vim, vsftpd, wget, wipe, |
2517 | wpa_supplicant, xdriver_xf86-{input-vmmouse,video-fbdev}, | |
2518 | xfsprogs, zlib | |
a53a3b59 | 2519 | |
82822efe PK |
2520 | New packages: apr, apr-util, audiofile, bellagio, |
2521 | conntrack-tools, empty, fmtools, glib-networking, | |
2522 | heirloom-mailx, hiawatha, latencytop, lcdproc, libcap-ng, | |
2523 | libdmtx, libfcgi, libnetfilter_conntrack, libnfnetlink, | |
2524 | libtpl, localedef, minicom, msmtp, ndisc6, netatalk, | |
2525 | ocf-linux, openswan, parted, polarssl, protobuf, read-edid, | |
2526 | socketcand, stress, systemd, ushare, zeromq | |
17c2d62b | 2527 | |
b6a507c7 PK |
2528 | Deprecated packages: ttcp |
2529 | ||
17c2d62b PK |
2530 | Removed packages: ntfsprogs |
2531 | ||
2532 | Issues resolved (http://bugs.uclibc.org): | |
2533 | ||
bf636a94 | 2534 | #2353: [lua] fix build with 2010.08-rc1 |
a53a3b59 PK |
2535 | #2503: Microperl fails build on MIPSel or with Fedora13.x86_64 |
2536 | #2557: [PATCH] mkfs.xfs complains about missing libxfs.so.0 | |
2537 | #2881: Can't build project statically with external toolchain | |
2b66816c | 2538 | #3751: MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64 |
a53a3b59 | 2539 | #4808: ccache may build against wrong zlib |
17c2d62b | 2540 | #4880: New package lcdproc |
f526c4d2 | 2541 | #4886: New package protobuf |
a53a3b59 PK |
2542 | #4892: build fails on ltp-testsuite-20101031/testcases/kernel/fs/... |
2543 | #4898: * make: [target-finalize] Error 1 (ignored)* | |
2544 | #4985: Qt 4.7.4 build crashes with Linux 2.6.29 | |
2545 | #4970: udev 181 fails to build if kernel version 3.3 is selected | |
2546 | #5018: dialog broken: exits with assert in uClibc | |
2547 | #5102: qt package moc, uic, rcc read from wrong place | |
15744b7e | 2548 | #5144: Patch to fix ixon bug in uemacs |
98873717 | 2549 | #5198: Line graphics output is broken in GNU Screen |
e940b303 | 2550 | #5204: Missing terminfo file(s) for GNU screen terminal type |
17c2d62b | 2551 | |
03ceab6d PK |
2552 | 2012.02, Released February 29th, 2012: |
2553 | ||
2554 | Updated/fixed packages: libecore | |
2555 | ||
6d24b41b PK |
2556 | 2012.02-rc3, Released February 27th, 2012: |
2557 | ||
2558 | Fixes all over the tree. | |
2559 | ||
2560 | Automatic host dependencies handling for cmake packages | |
2561 | fixed. Customize package deprecated as using a post-build | |
2562 | script is nowadays the preferred way of adding extra stuff to | |
2563 | the rootfs. | |
2564 | ||
2565 | Linux-headers 3.0.x / 3.2.x stable version bumped. | |
2566 | ||
2567 | QEMU defconfigs updated to 3.2.x kernels and readme fixed. | |
2568 | ||
2569 | Updated/fixed packages: dropbear, ffmpeg, libpng | |
2570 | ||
3d6ff4f5 PK |
2571 | 2012.02-rc2, Released February 19th, 2012: |
2572 | ||
2573 | Fixes all over the tree. | |
2574 | ||
2575 | Toolchain: uClibc: Added upstream post-0.9.33 fixes, Bump | |
2576 | linux-headers 3.0.x / 3.2.x stable versions. | |
2577 | ||
2578 | Documentation: Added makedev / <pkg>_DEVICES / | |
2579 | <pkg>_PERMISSIONS documentation. | |
2580 | ||
2581 | Updated/fixed packages: busybox, ffmpeg, gst-dsp, libecore, | |
2582 | libvncserver, mxml, python. | |
2583 | ||
2584 | 2012.02-rc1, Released February 12th, 2012: | |
11eb9e7f PK |
2585 | |
2586 | Fixes all over the tree and new features. | |
2587 | ||
c847b4a6 | 2588 | Toolchain: Default to GCC 4.5.x, add binutils 2.22. Java |
08f46cc6 | 2589 | support removed, Powerpc SPE ABI support. GDB ELF support fix, |
eaf412b5 | 2590 | GDB 7.4, crosstool-NG 1.13.4. |
1bde07d6 | 2591 | |
11eb9e7f | 2592 | Gentargets: scp and mercurial support. |
eaf412b5 PK |
2593 | Autotools: derive host dependencies from target by default. |
2594 | Packages can now declare device table snippets. | |
11eb9e7f | 2595 | |
eaf412b5 PK |
2596 | Host utilities menu with commonly used host tools. |
2597 | ||
2598 | defconfigs: qemu configs for x86-64, mips and sparc, at91 | |
03ceab6d | 2599 | defconfigs now use modern U-Boot / mainline Linux, added |
eaf412b5 | 2600 | lpc3250 defconfigs. |
11eb9e7f | 2601 | |
a01db91e | 2602 | uClibc: remove 0.9.30, backport unshare() support, add |
eaf412b5 | 2603 | 0.9.32.1 / 0.9.33, use same config for ctng. |
11eb9e7f | 2604 | |
c847b4a6 | 2605 | Bootloaders: U-Boot: add 2011.12, remove 2010.xx versions, |
eaf412b5 PK |
2606 | Barebox: add 2012.01/02, remove 2011.10/11, LPC32xx |
2607 | bootloaders added. | |
2608 | ||
2609 | Various manual updates. Release tarballs now contain generated | |
2610 | manual in text/html/pdf formats. | |
1bde07d6 | 2611 | |
eaf412b5 PK |
2612 | Buildroot now calls the stop function of scripts in |
2613 | /etc/init.d at shutdown. | |
234dd8e6 | 2614 | |
08f46cc6 | 2615 | Updated/fixed packages: atk, avahi, barebox, bash, beecrypt, |
eaf412b5 PK |
2616 | bind, binutils, bison, bluez_utils, bzip2, busybox, cairo, |
2617 | ccache, cdrkit, coreutils, cramfs, dbus, dbus-glib, dialog, | |
2618 | diffutils, dmalloc, dropbear, e2fsprogs, ebtables, ed, | |
2619 | ethtool, expat, ffmpeg, file, fis, flex, fluxbox, fontconfig, | |
2620 | freetype, gawk, grep, gst-dsp, gst-ffmpeg, gst-plugins-base, | |
2621 | hdparm, hostapd, htop, i2c-tools, icu, iproute2, ipsec-tools, | |
2622 | ipset, iptables, iw, jpeg, kismet, lame, libcap, libcgi, | |
2623 | libev, libeXosip2, libffi, libftdi, libgpg-error, libgtk2, | |
2624 | libidn, libmms, libmnl, libmodbus, libnl, libogg, libosip, | |
2625 | libpcap, libpng, libraw1394, libroxml, libusb, libusb-compat, | |
2626 | libv4l, libvorbis, libxcb, libxml-parser-perl, libxslt, | |
2627 | lighttpd, links, lm-sensors, lua, m4, module-init-tools, mpc, | |
2628 | mesa3d, mpd, mpfr, mplayer, mtd-utils, nano, nbd, ncurses, | |
2629 | netperf, netsnmp, ntp, opencv, openocd, openssl, openvpn, orc, | |
2630 | pciutils, pcre, pixman, pkg-config, poco, popt, proftpd, | |
2631 | python, python-serial, qt, ruby, samba, sdl, sdparm, | |
2632 | squashfs3, sshfs, sqlite, squid, sudo, syslinux, tcl, tcpdump, | |
2633 | ti-utils, tiff, tremor, uboot, uboot-tools, udev, usbmount, | |
2634 | util-linux, vala, valgrind, vsftpd, wpa_supplicant, | |
2635 | xapp_{bdftopcf,mkfontdir,mkfontscale,xkbcomp,xcursorgen,xinit}, | |
2636 | xapp_xinput, xapp_xman, xcb-util, xdm, xenomai, | |
2637 | xf86-video-sis, xfont_{encodings,font-util}, | |
c847b4a6 | 2638 | xlib_lib{fontenc,X11,Xau,Xcursor,Xdmcp,Xfixes,Xfont,Xrender}, |
eaf412b5 | 2639 | xlib_libxkbfile, xterm, xutil_makedepend, yajl |
08f46cc6 | 2640 | |
eaf412b5 PK |
2641 | New packages: boost, connman, dstat, expedite, explorercanvas, |
2642 | feh, flot, giblib, igh-ethercat, imlib2, jquery, | |
2643 | jquery-sparklines, jquery-validation, jsmin, kmod, libecore, | |
2644 | libedbus, libedje, libeet, libeina, libelementary, libesmtp, | |
2645 | libethumb, libevas, libical, libmbus, liboauth, liburcu, | |
2646 | libvncserver, linux-firmware, | |
2647 | lttng-{babeltrace,libust,modules,tools}, NetworkManager, | |
2648 | open2300, python-distutilscross, python-dpkt, | |
2649 | python-netifaces, python-pygame, python-setuptools, rt-tests, | |
2650 | sam-ba, sane-backends, sqlcipher, transmission, unionfs, | |
2651 | xf86-input-tslib, xinput-calibrator | |
11eb9e7f PK |
2652 | |
2653 | Issues resolved (http://bugs.uclibc.org): | |
2654 | ||
2655 | #743: Add Transmission bit torrent option to buildroot | |
27a35801 PK |
2656 | #755: Add Boost libraries as a package |
2657 | #2299: Add crypto support to libsoup | |
aead8be3 | 2658 | #2617: Pixman 0.19.2 & Cairo 1.10.0 |
11eb9e7f PK |
2659 | #3403: libgpg-error: bump to version 1.10 |
2660 | #3409: libgpg-error: download from gnupg.org | |
2661 | #3421: nano: make tiny flag optional | |
aead8be3 | 2662 | #3691: New EFL packages |
502465e4 | 2663 | #4664: Cannot patch AT91Bootstrap |
4861aed1 | 2664 | #4700: setlocalversion not working for combination svn/ubuntu 11.10... |
1e39b8a6 | 2665 | #4760: Qt: add host-pkg-config to dependency-list |
11eb9e7f | 2666 | |
c29253ef PK |
2667 | 2011.11, Released November 30th, 2011: |
2668 | ||
2669 | Fixes all over the tree. | |
2670 | ||
2671 | Bump kernel headers / default Linux version to 3.1.4. | |
2672 | ||
2673 | Updated/fixed packages: ruby | |
2674 | ||
4dc18dc5 | 2675 | 2011.11-rc3, Released November 26th, 2011: |
0ff53f12 PK |
2676 | |
2677 | Fixes all over the tree. | |
2678 | ||
2679 | Toolchain: Fix gdb dependencies for external toolchains, | |
2680 | adjust uClibc patches so they don't confuse modern versions of | |
2681 | patch, bump crosstool-ng, kernel headers and linux versions. | |
2682 | ||
2683 | Updated/fixed packages: busybox, freetype, mplayer, opencv, | |
6d985f97 | 2684 | php, rsyslog, ruby, thttpd, xapp_xf86dga |
0ff53f12 | 2685 | |
9f930d2d DK |
2686 | Issues resolved (http://bugs.uclibc.org): |
2687 | ||
ec02a34b | 2688 | #4357: Prevent patch commands from accessing source control |
9f930d2d DK |
2689 | #4369: Fix permissions on untared lsof archive |
2690 | ||
6088ac01 | 2691 | 2011.11-rc2, Released November 18th, 2011: |
8e6c8198 PK |
2692 | |
2693 | Fixes all over the tree and new features. | |
2694 | ||
2695 | Updated asciidoc documentation | |
2696 | ||
2697 | Toolchain: Bumped 3.x stable kernel headers, use wget in | |
630fd4f1 PK |
2698 | crosstool-ng as well, bump crosstool-ng version, gdb fixes, |
2699 | uClibc sparc fix. | |
8e6c8198 PK |
2700 | |
2701 | Updated/fixed packages: distcc, file, gst-plugins-bad, libxcb, | |
630fd4f1 | 2702 | mplayer, newt, qt, rpm, rrdtool, tar, tftpd |
8e6c8198 | 2703 | |
8c38a0a4 GZ |
2704 | Issues resolved (http://bugs.uclibc.org): |
2705 | ||
2b8643f0 | 2706 | #3355: mplayer fails to build |
8c38a0a4 | 2707 | #4021: uClibc: undefined reference to `__GI___errno_location' |
a028c31e | 2708 | #4297: Qt's qmake uses wrong pkg-config |
8c38a0a4 | 2709 | |
1507c39b | 2710 | 2011.11-rc1, Released November 11th, 2011: |
5427c506 | 2711 | |
227eebae PK |
2712 | Fixes all over the tree and new features. |
2713 | ||
1507c39b | 2714 | Moved misc scripts and support stuff to support/. Renamed |
358601f8 PK |
2715 | patch-kernel.sh to support/scripts/apply-patches.sh. |
2716 | ||
805de395 PK |
2717 | Documentation: Moved to asciidoc format, make targets to |
2718 | generate text/html/pdf/epub output added. | |
2719 | ||
2720 | Defconfigs: Qemu configs updated to 3.1 kernel and readmes | |
2721 | added. | |
2722 | ||
358601f8 PK |
2723 | Bootloaders: Add support for custom git tree / tarballs for |
2724 | barebox, similar to how it's handled for u-boot. Clean up | |
2725 | menuconfig options. | |
2726 | ||
2727 | Toolchain: Update external codesourcery toolchain download | |
b367d67a PK |
2728 | URLs after Codesourcery got bought by Mentor, add x86 |
2729 | toolchain, update toolchain versions and optimize toolchain | |
2730 | sysroot copying. Fix uClibc 0.9.32 builds for e500 PPC, | |
2731 | updated GDB versions / download URLs. Binutils | |
805de395 PK |
2732 | libbfd/libopcodes static/dynamic linking fix. GCC 4.6.2 added, |
2733 | use ctng-1.13.0. | |
b367d67a PK |
2734 | |
2735 | Package infrastructure: Support for local packages / | |
2736 | overrides, package dir / name arguments dropped from | |
2737 | {GEN,AUTO,CMAKE}TARGETS. | |
358601f8 PK |
2738 | |
2739 | Linux: Kernel extensions infrastructure support, Xenomai + | |
2740 | RTAI support. | |
227eebae | 2741 | |
e55af699 PK |
2742 | Updated/fixed packages: acpid, bind, busybox, dash, dbus, |
2743 | dbus-glib, directfb, dnsmasq, drystone, e2fsprogs, ethtool, | |
2744 | fakeroot, fbdump, file, freetype, fuse, gamin, gmp, gmpc, | |
2745 | gnutls, gob2, gst-plugins-{base,bad,good,ugly}, gstreamer, | |
2746 | hostapd, ifplugd, imagemagick, intltool, ipsec-tools, ipset, | |
2747 | iptables, iw, jpeg, kexec, leafpad, less, libargtable2, libao, | |
2748 | libconfuse, libcuefile, libcurl, libdaemon, libevent, | |
2749 | libglib2, libiconv, libmpd, libreplaygain, libroxml, | |
b367d67a | 2750 | libsamplerate, libsndfile, libsoup, libsvgtiny, libtool, |
805de395 PK |
2751 | libxcb, lighttpd, links, linux-fusion, lite, lrzsz, lsof, lzo, |
2752 | lzop, makedevs, mcookie, mpg123, mpd, mpfr, mtd, musepack, | |
2753 | mutt, mysql_client, ncftp, ncurses, neon, netcat, netsnmp, | |
2754 | ntfs-3g, ntfsprogs, ntp, openntpd, openssh, openssl, oprofile, | |
2755 | orc, pciutils, psmisc, python, qt, quagga, radvd, rpm, rsync, | |
2756 | samba, sawman, sdl_sound, smartmontools, sqlite, squid, | |
2757 | stunnel, sudo, sylpheed, sysstat, taglib, tar, tcpreplay, | |
2758 | tslib, usbutils, util-linux, valgrind, wget, whetstone, which, | |
2759 | wpa-supplicant, xdata_xcursor-themes, xmlstarlet, xterm | |
b367d67a PK |
2760 | |
2761 | New packages: bluez-utils, cifs-utils, fftw, fluxbox, json-c, | |
805de395 PK |
2762 | libev, libftdi, libgeotiff, libmodbus, libplayer, live555, |
2763 | ngrep, noip, opencv, openocd, picocom, poco, portaudio, | |
2764 | pulseaudio, pv, rtai, vala, xenomai. | |
2765 | ||
2766 | Removed packages: liboil, sfdisk, swfdec, webif | |
227eebae PK |
2767 | |
2768 | Issues resolved (http://bugs.uclibc.org): | |
2769 | ||
358601f8 | 2770 | #505: live555: new package |
e9c52d71 | 2771 | #507: Enable live and tv options in MPlayer-1.0rc2 |
358601f8 PK |
2772 | #531: let e2fsprogs package to export headers to staging dir if needed |
2773 | #1171: Linuxthreads new cannot find sysdep.h | |
7062aff3 | 2774 | #1357: Add bluez to buildroot system |
358601f8 PK |
2775 | #2107: New package: input-event-daemon |
2776 | #2599: New package: orc (Oil Runtime Compiler) | |
2777 | #2605: gstreamer: Update to 0.10.30 | |
2778 | #2677: introducing util-linux-ng as replacement for util-linux | |
2779 | #2917: Qt: Add declarative module | |
2780 | #3145: jffs2 image generation fails | |
2781 | #3271: netperf-2.4.5 fails to compile | |
b367d67a PK |
2782 | #3331: xdata_xcursor-themes depends on xcursorgen |
2783 | #3343: Add file:// download SITE_METHOD | |
2784 | #3391: Add support for specifying an external kernel tree | |
2785 | #3631: Error while compiling with Xorg | |
dd3177cc | 2786 | #3709: oprofile doesn't build for mipsel |
b367d67a PK |
2787 | #3925: midori not getting compile |
2788 | #4045: Add support for downloading i386 toolchains from codesourcery | |
54bcf87b | 2789 | #4165: lrzsz-fix-symlink-at-rebuild.patch |
95af4fbf | 2790 | #4171: makedevs-unused-but-set-variable.patch |
227eebae | 2791 | #4183: Codesourcery toolchain download site has changed |
8ece8e27 | 2792 | #4231: libneon.so: undefined reference to `SSL_SESSION_cmp' |
92bf824b | 2793 | #4381: Add option to lighttpd to enable Lua support |
6473f6c0 | 2794 | #4387: Make sure that dest dir exists before installing mtd files |
227eebae | 2795 | |
facd602d PK |
2796 | 2011.08, Released August 31th, 2011: |
2797 | ||
2798 | Fixes all over the tree. | |
2799 | ||
2800 | Toolchain: Fix codesourcery 2009q3 ARM download, Linux 3.0.4 | |
2801 | kernel headers. | |
2802 | ||
2803 | Updated/fixed packages: ipset, python | |
2804 | ||
73f131ce | 2805 | 2011.08-rc2, Released August 29th, 2011: |
e0a6bcd8 PK |
2806 | |
2807 | Fixes all over the tree. | |
2808 | ||
73f131ce | 2809 | Toolchain: crosstool-NG 1.12.1, use binutils 2.21 on |
e0a6bcd8 PK |
2810 | mips/sh/older uClibc, disallow uClibc 0.9.32 on avr32/sh |
2811 | (broken). | |
2812 | ||
73f131ce PK |
2813 | Defconfigs: kernel updates, fix mini2440 serial port config, |
2814 | remove old arm toolchain configs. | |
2815 | ||
2816 | Bootloaders: Fix grub patching, add barebox-{n,x,menuconfig} | |
2817 | targets similar to linux/busybox. | |
2818 | ||
e0a6bcd8 | 2819 | Updated/fixed packages: barebox, directfb, libsoup, |
bf446513 TDS |
2820 | libxml-parser-perl, mtd, ncurses, python, ti-utils, udev, |
2821 | usbmount, util-linux, xfont_font-misc-misc | |
e0a6bcd8 | 2822 | |
cb6c2c42 PK |
2823 | Issues resolved (http://bugs.uclibc.org): |
2824 | ||
bf446513 | 2825 | #3685: ncurses installation hangs due to old version of tic |
cb6c2c42 PK |
2826 | #4093: Grub fails to install bz2 patch after conversion to... |
2827 | ||
7ff457cd | 2828 | 2011.08-rc1, Released August 4th, 2011: |
0a5e7905 | 2829 | |
94ad0667 PK |
2830 | Fixes all over the tree and new features. |
2831 | ||
bd76bc5f PK |
2832 | Toolchain: uClibc 0.9.32 / NPTL support, 0.9.29 removed, |
2833 | ext-toolchain-wrapper improvements, improved non-MMU | |
2834 | support. GCC 4.3.6 / 4.6.1. | |
94ad0667 | 2835 | |
333acf35 PK |
2836 | GENTARGETS infrastructure extended to cover bootloaders and |
2837 | Linux kernel as well. Options to retrive Linux/U-Boot from a | |
2838 | custom git repo instead of upstream tarballs. | |
7ff457cd | 2839 | Support for Linux 3.x and release candidate tarballs. |
333acf35 PK |
2840 | X-Loader bootloader for omap added. |
2841 | ||
2842 | Make source/external-deps now also works for external | |
2843 | toolchains / crosstool-ng backend. | |
2844 | ||
5255a719 PK |
2845 | Updated/fixed packages: autoconf, berkeleydb, bind, binutils, |
2846 | bmon, bridge-utils, busybox, cmake, dbus, dbus-glib, | |
2847 | e2fsprogs, ethtool, ffmpeg, gst-plugins-{bad,base,good,ugly}, | |
2848 | gvfs, hostapd, iproute2, iptables, iw, jpeg, lame, libarchive, | |
2849 | libdnet, libdrm, libgcrypt, libgtk2, libmpeg2, libpng, | |
2850 | libsoup, lighttpd, linux-fusion, lzo, midori, mtd-utils, | |
5496bc39 MH |
2851 | nfs-utils, openvpn, oprofile, orc, pkg-config, proftpd, qt, |
2852 | ruby, samba, sdl, shared-mime-info, sudo, sqlite, squid, | |
2853 | synergy, udev, usbmount, usbutils, util-linux, valgrind, | |
2854 | webkit, xorg-xserver, xz, zlib | |
a4a20acb PK |
2855 | |
2856 | New packages: acl, attr, ebtables, gnutls, inotify-tools, | |
2857 | ipset, libargtable2, libiqrf, libmnl, libnspr, libnss, | |
2858 | libroxml, libyaml, live555, mxml, orc, rsyslog, sredird, | |
2859 | statserial, stunnel, ti-utils, uboot-tools, yajl | |
2860 | ||
d4928674 PK |
2861 | Deprecated packages: liboil, swfdec |
2862 | ||
a4a20acb | 2863 | Removed packages: hal |
94ad0667 PK |
2864 | |
2865 | Issues resolved (http://bugs.uclibc.org): | |
2866 | ||
bd76bc5f | 2867 | #3559: libnspr: Add new package |
b28de60c | 2868 | #3595: patch to add libroxml |
bd76bc5f | 2869 | #3565: libnss: Add new package |
5496bc39 MH |
2870 | #3583: xfonts_font-adobe-100dpi fails due to missing map file |
2871 | #3649: [PATCH] Add mapdir to existing pkg-config patch | |
94ad0667 | 2872 | #3907: 2011.05 - Qt 4.7.3 not building on ARM |
82e840e7 | 2873 | #3961: Nfs-utils: Remove SUSv3-function index |
b9796199 | 2874 | #3985: "help" target's defconfig list needs sort |
cef0721c | 2875 | #3997: bump libroxml to v2.1.0 |
94ad0667 | 2876 | |
9ab73b51 PK |
2877 | 2011.05, Released May 27th, 2011: |
2878 | ||
2879 | Updated/fixed packages: makedevs | |
2880 | ||
effcc9a2 PK |
2881 | 2011.05-rc2, Released May 24th, 2011: |
2882 | ||
2883 | Fixes all over the tree. | |
2884 | ||
2885 | Toolchain: Code sourcery ARM 2009q1 download URL fixed / | |
2886 | 2009q3 external toolchains added. Crosstool-NG bumped to | |
2887 | 1.11.3, eglic/glibc configuration fixes. Linux kernel 2.6.38.x | |
2888 | bumped to 2.6.38.7. | |
2889 | ||
2890 | Updated/fixed packages: bind, fakeroot, kbd, psmisc, qt | |
2891 | ||
137a4d7e | 2892 | 2011.05-rc1, Released May 18th, 2011: |
da5e5a5a | 2893 | |
7234c239 PK |
2894 | Fixes all over the tree and new features. |
2895 | ||
2896 | External toolchain improvements: We now build a binary | |
2897 | toolchain wrapper and install it into HOST_DIR/usr/bin, which | |
2898 | enforces the correct compiler arguments, making an external | |
2899 | toolchain as easy to use outside of Buildroot as the internal | |
2900 | ones are. This also brought a cleanup of CFLAGS, making the | |
2901 | Buildroot build output easier to read. | |
2902 | ||
2903 | Rootfs device handling improvements: Choice between static | |
2904 | /dev, devtmpfs and devtmpfs with either mdev or udev. | |
2905 | ||
2906 | Toolchain: More preconfigured codesourcery external | |
2907 | toolchains, improved Crosstool-NG support, fix for GCC | |
2908 | snapshot versions, GCC 4.4.6 / 4.5.3, experimental GCC 4.6.0 | |
2909 | support, target-GCC fixes, uClibc fixes, 0.9.32-rc3 support. | |
2910 | ||
2911 | Bootloaders: U-boot 2011.03, Barebox 2011.05.0 | |
2912 | ||
2913 | Linux: support for custom kernel image targets, E.G. for | |
2914 | powerpc builds with embedded device trees. | |
2915 | ||
2916 | Misc fixes for qemu defconfigs, ensuring correct serial | |
2917 | terminal setup out of the box. | |
2918 | ||
2919 | Misc gentarget / autotools handling fixes. | |
2920 | ||
9b87631e | 2921 | Updated/fixed packages: alsa-lib, alsa-utils, alsamixergui, |
7234c239 PK |
2922 | atk, avahi, bind, bison, busybox, copas, dbus-glib, dhcp, |
2923 | dhcpdump, dnsmasq, dropbear, ethtool, fakeroot, ffmpeg, file, | |
2924 | gamin, gnuconfig, gst-ffmpeg, gst-plugins-good, gtk2-engines, | |
2925 | haserl, hostapd, icu, imagemagick, iproute2, iw, kismet, less, | |
2926 | libcap, libdnet, libglade, libglib2, libgtk2, libnl, libpng, | |
2927 | libxml2, libxml2, libxslt, lighttpd, lockfile-progs, makedevs, | |
8b4f5f24 PK |
2928 | midori, mpg123, mpc, mpd, mpfr, mplayer, mtd-utils, ncurses, |
2929 | netsnmp, openssh, openssl, openvpn, pango, pkg-config, popt, | |
2930 | procps, proftpd, qt, quagga, readline, rsync, samba, sdl, | |
2931 | socat, squashfs, squid, sudo, tslib, udev, usbutils, webkit, | |
7234c239 PK |
2932 | wpa_supplicant, xerces, xfont_font-misc-misc, xlib_libX11, |
2933 | xlib_libXfont, xlib_xtrans, xorg-server, xterm, xz | |
2934 | ||
2935 | New packages: bonnie++, can-utils, gdisk, htop, | |
2936 | input-event-daemon, libexif, libraw, libv4l, ngircd | |
2937 | ||
2938 | Removed packages: festival | |
707dc469 PK |
2939 | |
2940 | Issues resolved (http://bugs.uclibc.org): | |
2941 | ||
8451c232 | 2942 | #2131: Add OpenMP support to the toolchain |
4bc79985 | 2943 | #3379: New Package: bonnie++ |
47736c88 | 2944 | #3445: Not working openssl-10.0.0d on 386sx |
308bc537 | 2945 | #3451: fakeroot package: wrong FAKEROOT_SITE variable |
39aafe84 | 2946 | #3457: alsamixergui: broken URL |
707dc469 | 2947 | #3475: Calling sync on large filesystems when not always necessary |
2c976083 | 2948 | #3511: make busybox-menuconfig does not download busybox package |
f894e85e | 2949 | #3541: Quotes in the top Makefile:217 break buildroot/kernel config... |
cdd4a7a0 | 2950 | #3571: u-boot: fw_printenv does not build |
cd58efba | 2951 | #3643: popt source url is not responding |
a7e78f97 | 2952 | #3733: dropbear: make zlib optional |
8b4f5f24 | 2953 | #3757: Buildroot can't build mplayer with libmad |
05955603 | 2954 | |
f3e79a7a | 2955 | 2011.02, Released February 28th, 2011: |
2f19259a PK |
2956 | |
2957 | Fixes all over the tree. | |
2958 | ||
da8700c1 PK |
2959 | Updated/fixed packages: alsamixergui, avahi, ffmpeg, icu, mpd, |
2960 | nuttcp, qt, slang, squashfs, sylpheed, synergy, xerces | |
e77bef4c PK |
2961 | |
2962 | Deprecated packages: devmem2, webif | |
2f19259a PK |
2963 | |
2964 | Issues resolved (http://bugs.uclibc.org): | |
2965 | ||
42daeb72 | 2966 | #2911: Qt: Disable qt3support-option, if gui-module isn't selected |
2f19259a | 2967 | #3259: Unable to build webkit (on arm) |
c82d04c4 | 2968 | #3295: slang fails to build on mipsel |
da8700c1 | 2969 | #3325: ffmpeg fails to build |
2f19259a | 2970 | |
2d3d618b | 2971 | 2011.02-rc2, Released February 24th, 2011: |
2b41d7f4 PK |
2972 | |
2973 | Fixes all over the tree. | |
2974 | ||
2975 | Festival packages marked as broken. Unless someone steps up | |
2976 | to support them, they will be removed during the 2011.05 | |
2977 | development cycle. | |
2978 | ||
2979 | Updated/fixed packages: atk, avahi, bind, cairo, dbus, | |
2980 | enchant, fakeroot, gmpc, gpsd, gvfs, iperf, jpeg, libarchive, | |
2981 | libcgicc, libdaemon, libdrm, libevent, libgail, libglib2, | |
2982 | libgpg-error, libmicrohttpd, librsvg, libsoup, libxcp, | |
a85971a6 | 2983 | makedevs, matchbox-fakekey, matchbox-startup-monitor, mdadm, |
fd2bd9e3 GZ |
2984 | metacity, mpd, nasm, nfs-utils, olsr, openssl, popt, |
2985 | pthread-stubs, quagga, rpm, samba, sdl, sdl_gfx, sdl_image, | |
c9253253 PK |
2986 | sdl_mixer, sdl_sound, sdl_ttf, squashfs, synergy, taglib, |
2987 | tcpreplay, tiff, wpa_supplicant, xcb-util, | |
2b41d7f4 PK |
2988 | xdriver_xf86-input-{acepad,aiptek,evdev,joystick,keyboard}, |
2989 | xdriver_xf86-input-{mouse,synaptics,void}, | |
2990 | xdriver_xf86-video-{chips,dummy,geode,glide,intel,nv,wsfb}, | |
2991 | xlib_lib{ICE,SM,XScrnSaver,Xau,Xcursor,Xdmcp,Xi,Xinerama}, | |
2992 | xlib_lib{Xrandr,Xt,Xtst,Xxf86dga,Xxf86vm,dmx,fontenc,pciaccess}, | |
2993 | xserver_xorg-server, xz | |
2994 | ||
2995 | Removed packages: ace_of_penguins, vlc | |
2996 | ||
2997 | Issues resolved (http://bugs.uclibc.org): | |
2998 | ||
d17c1652 | 2999 | #3205: Failing chmod when running "make" in buildroot (openssl)... |
fd2bd9e3 | 3000 | #3277: quagga fails to build with SNMP support |
2b41d7f4 | 3001 | #3283: See why nfs-utils needs fakeroot, and convert to autotools |
c9253253 | 3002 | #3307: synergy fails to build due to missing XTest library |
2b41d7f4 | 3003 | |
51f8802d PK |
3004 | 2011.02-rc1, Released February 14th, 2011: |
3005 | ||
3006 | Fixes all over the tree and new features. | |
a8ecce07 | 3007 | |
2645004b PK |
3008 | External toolchain improvements: clarification of the options, |
3009 | and introduction of the toolchain profile concept, for | |
3010 | well-known toolchains. Buildroot is now capable of | |
3011 | automatically downloading and extracting well-known toolchains | |
3012 | (for the moment, CodeSourcery ARM, PowerPC, MIPS and SuperH | |
4120e051 PK |
3013 | toolchains are supported). Crosstool-NG backend updated and |
3014 | improved. | |
2645004b PK |
3015 | |
3016 | Complete rework of how hardware boards are supported. | |
3017 | Each board now only has a single defconfig file, and all | |
3018 | board-specific options have been removed. See | |
3019 | docs/buildroot.html#board_support for details. | |
3020 | ||
3021 | Added support for the following boards: Mini2440, Qemu ARM | |
3022 | Versatile, Qemu MIPSel Malta, Qemu PowerPC G3beige, Qemu SH4 | |
3023 | r2d and Qemu x86. The Qemu boards support allows to easily | |
3024 | build systems that are known to work under Qemu. | |
3025 | ||
4120e051 PK |
3026 | Initial support for Blackfin processors. |
3027 | ||
2645004b PK |
3028 | Staging directory moved into $(O)/host/usr/<tuple>/sysroot, in |
3029 | preparation for support of SDK. For the same reason, the | |
3030 | toolchain binaries (cross-compiler and other related tools) | |
d1a93022 PK |
3031 | are now installed in $(O)/host/usr/bin/. The cross pkg-config |
3032 | now also automatically returns correct values for cross | |
3033 | compilation, without needing any environment variables to be | |
3034 | set. | |
2645004b | 3035 | |
17b66aff TP |
3036 | Ccache support reworked. Now used for both host and target |
3037 | compilation, and cache is stored in ~/.buildroot-ccache. | |
3038 | ||
2645004b | 3039 | Toolchain: uClibc 0.9.32-rc2, several components moved to |
639e80f2 PK |
3040 | normal AUTOTARGET packages. |
3041 | ||
2645004b PK |
3042 | Generic cmake infrastructure, similar to the existing |
3043 | GENTARGETS/AUTOTARGETS. | |
3044 | ||
639e80f2 PK |
3045 | Support for bzr downloads, next to the existing git/svn support. |
3046 | ||
d1a93022 PK |
3047 | Kconfig infrastructure rebased against 2.6.38-rc3, bringing |
3048 | misc fixes. 'xconfig' now uses Qt4 rather than Qt3. | |
3049 | ||
a7f40dfc PK |
3050 | EXT2 file system size handling improved, UBI image support, fs |
3051 | configuration options cleanup, U-Boot/Barebox version bumps. | |
639e80f2 PK |
3052 | |
3053 | Updated/fixed packages: alsa-utils, at, autoconf, automake, | |
4120e051 | 3054 | bash, binutils, bison, busybox, bzip2, cdrkit, cloop, cmake, |
d1a93022 | 3055 | coreutils, cups, dbus, dbus-python, dhcp, directfb, |
4120e051 PK |
3056 | direcfb-examples, dmalloc, dnsmasq, dosfstools, e2fsprogs, ed, |
3057 | fbset, ffmpeg, findutils, flac, freetype, gdk-pixbuf, gmp, | |
3058 | grep, gperf, gst-ffmpeg, gst-plugins-bad, gst-plugins-base, | |
3059 | gst-plugins-good, gst-plugins-ugly, gstreamer, gvfs, hdparm, | |
3060 | hostapd, i2c-tools, icu, imagemagick, input-tools, iproute2, | |
3061 | iptables, iw, jpeg, kexec, libaio, libart, libcap, libconfig, | |
3062 | libfuse, libglib2, libidn, libmad, libogg, libpcap, libpng, | |
3063 | libsndfile, libtheora, libtool, libusb-compat, libvorbis, | |
3064 | libxcb, libxml2, libxslt, links, linux-fusion, lm-sensors, | |
3065 | lsof, ltp-testsuite, ltrace, lvm2, lzo, m4, makedevs, | |
3066 | memtester, mesa3d, mii-diag, mpc, mpfr, mpg123, mplayer, | |
3067 | mrouted, mtd-utils, nano, netperf, netplug, ntfs-3g, ntp, | |
3068 | openssh, openssl, openvpn, oprofile, pango, patch, pciutils, | |
3069 | php, pkgconfig, portmap, psmisc, python, qt, rsync, ruby, | |
3070 | sawman, screen, sdl_gfx, sdl_sound, smartmontools, socat, | |
3071 | sqlite, squid, sshfs, sstrip, sysklogd, sysstat, sysvinit, | |
3072 | tar, tcpdump, tslib, udev, usbutils, vim, vtun, webkit, wipe, | |
3073 | x11vnc, xapp_xlogo, xcb-proto, xfont_font-util, | |
3074 | xkeyboard-config, xlib_libX11, xz, zlib | |
3075 | ||
3076 | New packages: dhrystone, dsp-tools, faad2, fbgrab, gst-dsp, | |
3077 | gst-omapfb, irda-utils, lame, libao, libcue, libcuefile, | |
3078 | libffi, libhid, libreplaygain, libsamplerate, libsigc++, | |
3079 | lsuio, mpd, musepack, python-mad, python-serial, rsh-redone, | |
3080 | sdparm, tidsp-binaries, vorbis-tools, wavpack, whetstone, | |
3081 | xl2tp, xmlstarlet | |
95f17bf7 | 3082 | |
767dce8c MB |
3083 | Removed packages: hotplug, l2tp, libfloat, microcom, |
3084 | ng-spice-rework | |
af6fd2d9 | 3085 | |
d3d67f7f FP |
3086 | Issues resolved (http://bugs.uclibc.org): |
3087 | ||
d1a93022 PK |
3088 | #267: The make target: cross fails because toolchain_build_... |
3089 | #415: Berkeley DB: mut_pthread.o: relocation R_X86_64_32 against... | |
f362c51f | 3090 | #561: ltp-testsuite failed to install |
d1a93022 | 3091 | #1447: Installing gfortran on PowerPC |
f362c51f | 3092 | #1651: Build fail caused by ccache in module-init-tools |
6d17192f | 3093 | #1681: Cross-compiled binaries shouldn't be installed into staging |
d1a93022 | 3094 | #1723: [PATCH] axel: convert to generic package infrastructure and... |
f362c51f | 3095 | #1735: [PATCH] mplayer: convert to autotools infrastructure |
d1a93022 PK |
3096 | #2551: [PATCH] native toolchain in the target filesystem fails |
3097 | #2623: buildroot-snapshot-20100922 fails when compiling development... | |
7879a4ba | 3098 | #2647: makedevs package lacks support for 16-bit major/minor numbers |
4c31d75c | 3099 | #2371: QT MYSQL Module does not build when MySQL installed on the host |
6d17192f | 3100 | #2839: compile fails in various packages with a odd message "error:... |
d1a93022 | 3101 | #2887: tar "buffer overflow detected" error |
6d17192f | 3102 | #2893: Broken "make source" with external toolchain |
d3d67f7f | 3103 | #2905: Qt: Speed up compilation, if gui-module isn't selected |
eeea3ea6 | 3104 | #2929: genext2fs: couldn't allocate a block (no free space) |
14a971ab | 3105 | #2935: Ntpdate isn't installed |
6ddf4702 | 3106 | #2965: Broken linkage to xkbcomp (blocking X server startup) |
eb56385b | 3107 | #2983: xlib_libX11 build failed |
87a5a194 | 3108 | #3007: kexec doesn't build: Missing regdef.h file |
d1a93022 | 3109 | #3085: Init scripts are not compatible with sysVinit (when busybox... |
9bc58a42 | 3110 | #3103: make external-deps wants to download gcc-.tar.bz2 when... |
0705e448 | 3111 | #3109: abnormal `make busybox-menuconfig` |
d1a93022 | 3112 | #3115: How about board specific makefiles? |
c18c1d66 | 3113 | #3169: python patch has typo, aborts build in scenario |
6bfe2932 | 3114 | #3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/ |
d3d67f7f | 3115 | |
dbc45b03 | 3116 | 2010.11, Released November 30th, 2010: |
32b74808 | 3117 | |
1fbd9ef8 | 3118 | Fixes all over the tree. |
32b74808 | 3119 | |
5cafae4f | 3120 | Updated/fixed packages: libgcrypt, qt, squid, sysstat, tcpdump, |
e7fbeda8 | 3121 | xserver-xorg |
32b74808 | 3122 | |
1fbd9ef8 MRJ |
3123 | Issues resolved (http://bugs.uclibc.org): |
3124 | ||
5cafae4f | 3125 | #2773: squid with openssl support needs openssl on the host |
1fbd9ef8 MRJ |
3126 | #2857: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS |
3127 | ||
09af8387 | 3128 | 2010.11-rc2, Released November 25th, 2010: |
dfbb3893 PK |
3129 | |
3130 | Fixes all over the tree. | |
3131 | ||
09af8387 PK |
3132 | Add support for LEON Sparc architecture variants. Fix make |
3133 | source/external-deps for host packages. | |
fe629f97 | 3134 | |
b9c5809a PK |
3135 | Updated/fixed packages: bash, bind, busybox, dialog, gpsd, |
3136 | libglib2, libcurl, libmad, lrzsz, midori, module-init-tools, | |
3137 | mtd-utils, openssh, openssl, pciutils, php, qt, sqlite, | |
3138 | sysstat, webkit, zlib | |
dfbb3893 PK |
3139 | |
3140 | Issues resolved (http://bugs.uclibc.org): | |
3141 | ||
47416629 | 3142 | #759: Sysstat build broken without libintl |
84a6f534 | 3143 | #2479: host-module-init-tools 3.11 fails to build |
b95ccd5f | 3144 | #2725: Buildroot overrides kernel config |
adb0dfff | 3145 | #2785: mtd-utils build fails due to missing libmtd |
972cd422 | 3146 | #2791: Added PHP-Process Control to the PHP-Package |
e5edc733 | 3147 | #2797: pciutils dependencies on zlib not taken into account |
dfbb3893 | 3148 | #2809: failed to compile libglib2 |
e25fe723 PK |
3149 | #2821: [PATCH] Patch for JavaScriptCore in QtWebKit module |
3150 | #2827: qt-4.7.0-pthread_getattr_np.patch invalid for qt 4.6... | |
e855e2b2 | 3151 | #2833: Failed to compile webkit without X11 |
dfbb3893 | 3152 | |
ea252b0e | 3153 | 2010.11-rc1, Released November 8th, 2010: |
9bc12b85 | 3154 | |
ea252b0e | 3155 | Fixes all over the tree and new features. |
bfa9e9e2 PK |
3156 | |
3157 | Kconfig infrastructure rebased against 2.6.36-rc1, bringing | |
3158 | misc fixes + nconfig and savedefconfig targets. | |
3159 | ||
10c1eec2 | 3160 | Toolchain: ARM cortex A9 support, experimental crosstool-ng |
3daa9128 | 3161 | backend, GCC 4.5.x. |
92870a7a | 3162 | |
785fef10 PK |
3163 | Fs: Squashfs 4.1 with lzo support |
3164 | ||
1860bdae PK |
3165 | Old-style package hooks (*_HOOK_POST_*) removed. Use the more |
3166 | generic new-style ones instead. | |
3167 | ||
a1726117 PK |
3168 | Download handling reworked and support for git/svn downloads |
3169 | added. | |
3170 | ||
5f71fc1f TP |
3171 | Removed experimental shared config.cache support, as it is |
3172 | too unreliable. | |
3173 | ||
aefad531 YM |
3174 | A convenience Makefile wrapper is created when using |
3175 | out-of-tree building, similar to how it is done for the kernel. | |
3176 | ||
9f36bd49 PK |
3177 | Alpha, Cris, IA64 and Sparc64 architecture support removed. |
3178 | ||
666bef2d | 3179 | New packages: argp-standalone, gdk-pixbuf, gpsd, gst-ffmpeg, |
603030af | 3180 | libmpeg2, kbd, librsvg, nuttcp, rng-tools, rrdtool, xz |
d380d514 | 3181 | |
299f7820 | 3182 | Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf, |
edfb1264 | 3183 | automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa, |
f8b8a488 | 3184 | bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb, |
fe67fb04 GZ |
3185 | dmraid, docker, dosfstools, dropbear, e2fsprogs, ethtool, |
3186 | expat, ezxml, fbset, fconfig, ffmpeg, freetype, gadgetfs-test, | |
3187 | gamin, gawk, genext2fs, gperf, gst-plugins-base, | |
3188 | gst-plugins-ugly, gtk2-themes, gtkperf, gvfs, haserl, hdparm, | |
3189 | hostapd, hwdata, ifplugd, imagemagick, iperf, ipsec-tools, | |
3190 | iproute2, iptables, iw, jpeg, kexec, kismet, less, libcgi, | |
3191 | libcurl, libdaemon, libdnet, liberation, libevent, libeXosip2, | |
3192 | libglade, libgtk2, libiconv, libidn, libintl, libmms, libmpd, | |
3193 | libnl, liboil, libosip2, libpcap, libpng, libtool, libungif, | |
3194 | libxml2, libxslt, lighttpd, lite, lm-sensors, lockfile-progs, | |
c2d6095f PZ |
3195 | logrotate, m4, matchbox, mdadm, mesa3d, metacity, mplayer, |
3196 | mtd-utils, mysql_client, nano, nbd, ncftp, neon, netperf, | |
3197 | netsnmp, ng-spice-rework, ntfsprogs, ntp, openntpd, openssh, | |
3198 | openssl, openvpn, oprofile, pango, patch, pcre, php, | |
ed720e88 | 3199 | pkg-config, portmap, pppd, pptp-linux, prboom, proftpd, radvd, |
c2d6095f | 3200 | rdesktop, readline, rp-pppoe, ruby, qt, quagga, samba, sawman, |
2d925fc7 | 3201 | sdl_mixer, sdl_sound, sed, setserial, shared-mime-info, slang, |
70fb5d46 PK |
3202 | speex, sqlite, squashfs, startup-notification, strace, |
3203 | sylpheed, sysstat, taglib, tcpdump, thttpd, tiff, tn5250, | |
3204 | torsmo, tslib, udev, udpcast, usbmount, usbutils, vsftpd, | |
3205 | vtun, which, wireless-tools, wpa_supplicant, xapp_twm, | |
3206 | xapp_xbacklight, xapp_xcursorgen, xapp_xinit, xapp_xinput, | |
3207 | xapp_xmore, | |
edfb1264 PK |
3208 | xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard}, |
3209 | xdriver-xf86-input-{mouse,synaptics,vmmouse,void}, | |
3210 | xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev}, | |
3211 | xdriver-xf86-video-{geode,glide,glint,i128,i740,intel,mach64}, | |
3212 | xdriver-xf86-video-{mga,neomagic,newport,nv,openchrome,r128}, | |
3213 | xdriver-xf86-video-{rendition,s3,s3virge,savage,siliconmotion}, | |
3214 | xdriver-xf86-video-{sis,sisusb,suncg3,suncg6,suncg14,sunffb}, | |
3215 | xdriver-xf86-video-{sunleo,suntcx,tdfx,tga,trident,v4l,vesa}, | |
3216 | xdriver-xf86-video-{vmware,voodeo,wsfb,xgi,xgixp}, | |
1bc5b0bd PZ |
3217 | xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke, |
3218 | xterm, xvkbd, zlib | |
f661b023 | 3219 | |
2b9e2fb4 | 3220 | Deprecated packages: hotplug, lzma, ng-spice-rework, sfdisk |
06d03789 | 3221 | |
ba4fd235 | 3222 | Removed packages: dillo, libglib12, libgtk12, microwin, |
771d7631 | 3223 | pcmcia |
5ba97d90 | 3224 | |
e0941403 PB |
3225 | Issues resolved (http://bugs.uclibc.org): |
3226 | ||
6d3342e4 | 3227 | #901: new package: gpsd |
61f432ff | 3228 | #2389: Generate a Makefile wrapper in $(O) |
70fb5d46 | 3229 | #2461: wireless_tools: install shared library if needed |
5e6e63e5 | 3230 | #2521: Can't compile sdl_mixer, mikmod.h can't be found |
69a8991b | 3231 | #2533: xserver_xorg-server: Enable glx, if mesa3d is built |
edfb1264 | 3232 | #2563: [PATCH] cairo: Expose the configure option to disable some... |
e0941403 | 3233 | #2581: libmms: Update to 0.6, and patch to work on architectures... |
891973f5 | 3234 | #2707: Can't compile linux kernel using buildroot + crosstool-ng |
64d8e9a0 | 3235 | #2731: Build order |
93736778 | 3236 | #2737: buildroot configuration tool crashing when the path exceeds... |
44b170e1 | 3237 | #2767: Build for lsof broken in buildroot-2010.08 |
e0941403 | 3238 | |
32b8d438 | 3239 | 2010.08: Released August 31th, 2010: |
49736322 YM |
3240 | |
3241 | Fixes all over the tree. | |
3242 | ||
40f8f3ff | 3243 | Updated/fixed packages: atk, xstroke |
49736322 | 3244 | |
1424ff1c PK |
3245 | Removed packages: lxdoom |
3246 | ||
dc3a7ebc | 3247 | 2010.08-rc2, Released August 30th, 2010: |
2e7ab32c PK |
3248 | |
3249 | Fixes all over the tree. | |
3250 | ||
3251 | Mark the combination of uClibc 0.9.31, gcc 4.2.x, C++ and | |
fb67a2dc PK |
3252 | locale support as broken. Remove deprecated GCC 4.2.[1-3] |
3253 | versions. | |
2e7ab32c PK |
3254 | |
3255 | Mark CRIS architecture as deprecated, as it is discontinued | |
3256 | upstream. | |
3257 | ||
b680672a PK |
3258 | Marked shared config.cache as experimental and disabled by |
3259 | default as it is known to break with certain package | |
3260 | combinations. | |
3261 | ||
1ed2e4ff KR |
3262 | Toolchain: fixed gcc 4.2.x build after uClibc NPTL support got |
3263 | added. | |
3264 | ||
62b4c67b SB |
3265 | fs: old-style squashfs for big endian archs fixed. |
3266 | ||
1c4dbb5f | 3267 | Updated/fixed packages: busybox, gst-plugins-base, |
2ab8ec9e TP |
3268 | imagemagick, kismet, libgail, libglib2, libgtk2, lua, |
3269 | luafilesystem, lzo, ncurses, netcat, pango, php, pppd, | |
3270 | proftpd, qt, samba, startup-notification, swfdec, sysvinit, | |
3271 | util-linux | |
2e7ab32c | 3272 | |
6c519387 PK |
3273 | Removed packages: stunnel |
3274 | ||
2e7ab32c PK |
3275 | Issues resolved (http://bugs.uclibc.org): |
3276 | ||
3277 | #635: util-linux fails to build in 2009.08 | |
3278 | #2239: netcat package installs its binary to target as avr32-linux... | |
eba7132f | 3279 | #2395: libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because... |
c4cdcc36 | 3280 | #2443: Initramfs: Don't overwrite $(TARGET_DIR)/init if it exists |
e8fdc08d | 3281 | #2449: Minor fixes for squashfs makefile and correct PowerPC e500 ... |
2e7ab32c | 3282 | |
2ef83b42 | 3283 | 2010.08-rc1, Released July 30th, 2010: |
dc5e22ee | 3284 | |
2b42aae7 PK |
3285 | Fixes all over the tree and new features. |
3286 | ||
5fd095b3 | 3287 | Toolchain: GCC 4.3.5, older 4.3.x versions removed. GCC 4.1.2 |
ebf21166 PK |
3288 | and non-sysroot support removed. Added support for (snapshot) |
3289 | NPTL in uClibc, 0.9.28.3 removed, | |
144e4ed0 | 3290 | |
a7a3e757 | 3291 | Bootloaders: Various cleanups, moved to boot/, added Barebox, |
b9997ca7 PK |
3292 | removed yaboot. Support building u-boot from custom tarball, |
3293 | u-boot 2010.06. | |
a7a3e757 | 3294 | |
2b42aae7 | 3295 | New GTK-based configurator, usable using 'make gconfig'. |
3c5deb98 | 3296 | |
39e6ba1b PK |
3297 | Java packages marked as broken. Unless someone steps up to |
3298 | support this, they will be removed during the 2010.11 | |
3299 | development cycle. | |
3300 | ||
a563a663 | 3301 | Alpha, IA64 and Sparc64 architectures marked as deprecated. |
13a10a09 PK |
3302 | GTK+ on DirectFB has also been marked as deprecated, as it is |
3303 | not supported in recent GTK+ versions, and more and more | |
3304 | packages depends on the new versions. | |
a563a663 TP |
3305 | Unless someone steps up to support them, they will be removed |
3306 | during the 2010.11 development cycle. | |
3307 | ||
ab10ed8c | 3308 | New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny, |
2c31d745 | 3309 | libgail, luafilesystem, luasocket, rings, wsapi, xavante, xterm |
a8495cdf | 3310 | |
18fa12fe PK |
3311 | Updated/fixed packages: alsa-lib, alsamixergui, at, atk, |
3312 | avahi, berkeleydb, bash, blackbox, busybox, bzip2, cairo, | |
3313 | cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc, | |
3314 | dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig, | |
3315 | gawk, gmpc, gnuchess, gst-plugins-base, gst-plugins-good, | |
ee779635 | 3316 | gstreamer, gzip, icu, intltool, iostat, ipsec-tools, iptables, |
ac9ee0b5 PK |
3317 | iw, libart, libcgi, libcurl, libdrm, libeXosip, libfuse, |
3318 | libglib2, libgpg-error, libiconv, libidn, liblockfile, libpng, | |
3319 | libsoup, lighttpd, links, linux-fusion, lmbench, lrzsz, | |
3320 | ltrace, make, midori, module-init-tools, mplayer, | |
3321 | mysql_client, nbd, ncurses, neon, netcat, netperf, netsnmp, | |
3322 | ntfsprogs, openssl, oprofile, pango, php, qt, quagga, samba, | |
3323 | setserial, sdl, sdl_mixer, sdl_sound, sdl_ttf, speech-tools, | |
3324 | sqlite, squashfs, swfdec, tftpd, thttpd, tn5250, tremor, | |
3325 | usbutils, webif, webkit, wireless_tools, xerces, | |
3326 | xkeyboard-config, xserver_xorg-server, xvkbd, zlib | |
3c5deb98 | 3327 | |
2c31d745 | 3328 | Removed packages: modutils, portage, rxvt |
6ef6e96c | 3329 | |
e475cf03 | 3330 | Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia |
f4800b46 | 3331 | |
3c5deb98 PK |
3332 | Issues resolved (http://bugs.uclibc.org): |
3333 | ||
5bf7eb2a | 3334 | #321: alsa-lib uses host include files for python which breaks ... |
acb86bab | 3335 | #361: linux kernel configuration choice works incorrectly |
ad36fcdd | 3336 | #387: Tremor not installed to toolchain |
5db7204c | 3337 | #401: new package: ffmpeg |
acb86bab | 3338 | #475: uImage target for U-boot failed generating |
31aab0c9 PK |
3339 | #543: ATK requires X11 on DirectFB target |
3340 | #575: webkit: Buildroot Libtool Patch Fails | |
acb86bab | 3341 | #583: build fails with external x86_64 toolchain |
ad36fcdd | 3342 | #729: sstrip creates corrupted headers |
18fa12fe | 3343 | #829: Webkit r44552 needs libXt |
868ed55b | 3344 | #835: Package Dataflashboot-1.05 does not compile with buildroot... |
31aab0c9 PK |
3345 | #847: Compiling target-gcc v4.4 fails with "libc.so.0: cannot open... |
3346 | #859: Add (head of) nptl branch to list of uClibc versions | |
3347 | #949: compile with debug info | |
3348 | #955: Grub fails to build with External Toolchain | |
18fa12fe | 3349 | #1051: Webkit doesn't compile (Linuxthreads new, x86) |
39ca6d50 | 3350 | #1213: Move .config into output directory |
31aab0c9 PK |
3351 | #1225: Buildroot fails to account for "nof" subdirectory (no float... |
3352 | #1231: (sparc) Linux kernel fails to build | |
3353 | #1261: The getline() in output/build/linux-2.6.28/scripts/unifdef.c... | |
3354 | #1339: Busybox needs -fno-strict-aliasing to compile cleanly | |
5bf7eb2a | 3355 | #1393: neon config fails libxml/parser.h: libxml2 requires, but not ... |
18fa12fe | 3356 | #1405: WebKit fails to build because pthread_getattr_np is not impl... |
31aab0c9 PK |
3357 | #1675: GMP Error during buildroot make process |
3358 | #1741: external toolchain linking error | |
41580880 | 3359 | #1753: lmbench: convert to generic package infrastructure |
3754c515 | 3360 | #1771: Fakeroot and the target/generic/device_table.txt create bad... |
e9bc59e5 | 3361 | #1807: LZMA 4.32.7, Required header file(s) are missing |
d74be052 | 3362 | #1813: xkeyboard-config fails to build because of intltool problem |
a0ce68d3 | 3363 | #1879: Bump iptables to 1.4.8 |
accf2eb2 | 3364 | #1885: Add a bunch of lua modules |
3638e528 | 3365 | #1897: Bump libusb to 1.0.7 |
8ac2bba9 | 3366 | #1903: Bump tn5250 to 0.17.4 and migrate to autotargets |
3c5deb98 | 3367 | #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP |
0b8c497b | 3368 | #1927: Bump file to 5.03 and migrate to autotargets |
8cd06967 | 3369 | #1933: Bump gawk to 3.1.8 and migrate to autotargets |
d9c2b636 | 3370 | #1945: PHP: add sqlite3 dependency when using external lib |
3dbc86f0 | 3371 | #1951: Bump openssl to 0.9.8o |
cffb9cf0 | 3372 | #1957: Bump sqlite to 3.6.23.1 |
237c98b2 | 3373 | #1975: Package removal/deprecation |
d47c73ee | 3374 | #1981: zlib: bump to 1.2.5 |
8df21528 | 3375 | #1987: intltool: Fix spelling mistake |
3404ad7c | 3376 | #1993: Bump bash to 4.1.7(1) and migrate to autotargets |
016eb670 | 3377 | #1999: Typo in path checking |
1c7de59a | 3378 | #2005: Bump dnsmasq to 2.55 and migrate to gentargets |
dff1d590 | 3379 | #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x |
c32ce8b5 | 3380 | #2038: Bump ncurses to 5.7 |
1b10ce71 | 3381 | #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' |
ca3489da | 3382 | #2101: blackbox depends on locale support |
93e80147 | 3383 | #2119: Tries to build kernel, although disabled in config |
31aab0c9 | 3384 | #2125: libXfont build fail |
e09aa604 | 3385 | #2143: buildroot compiler generates segfaulting statically linked exe.. |
31aab0c9 | 3386 | #2149: xterm build failure |
9280cafe | 3387 | #2155: Compression lzo don't set for ubifs |
ccd0fc4e | 3388 | #2161: [SECURITY] Update libpng to 1.2.44 |
3169aae8 | 3389 | #2167: Bump busybox to 1.17.0, convert to gentargets, drop 1.12, ... |
31aab0c9 | 3390 | #2181: pixman can't apply pixman-0.10.0-no-tests.patch |
1eb59f59 | 3391 | #2191: linux-fusion build fail |
b922151c | 3392 | #2221: Qt does not compile (dependencies not taken into account?) |
58ddb37e | 3393 | #2233: Atmel atstk target skeletons have /etc/mtab as a file, not ... |
6c387f2e | 3394 | #2245: Netcat does not work due to incorrect assumptions about signed.. |
7f16e542 | 3395 | #2251: directory output/build after make *_defconfig not found |
0c271d52 PK |
3396 | #2257: Convert netsnmp package to autotargets |
3397 | #2263: Bump samba to 3.3.13 | |
aaa2b660 | 3398 | #2269: setserial causes make error |
3c5deb98 | 3399 | |
07da619d | 3400 | 2010.05, Released May 30th, 2010: |
170b3d3d PK |
3401 | |
3402 | Fixes all over the tree. | |
3403 | ||
a4bba083 PK |
3404 | Updated/fixed packages: coreutils, hal, libcap, |
3405 | lockfile-progs, ncftp, xserver_xorg-server | |
2816c33c GZ |
3406 | |
3407 | Issues resolved (http://bugs.uclibc.org): | |
3408 | ||
e1a7d916 | 3409 | #1789: binutils fails to build for i386 |
2816c33c | 3410 | #1843: Fix libcap build failure |
7f1bca84 | 3411 | #1855: XORG Keyboard driver fails to compile |
170b3d3d | 3412 | |
bbd96dba | 3413 | 2010.05-rc3, Released May 27th, 2010: |
93cca7c8 PK |
3414 | |
3415 | Fixes all over the tree. | |
3416 | ||
994bb070 | 3417 | Updated/fixed packages: aumix, atk, avahi, bmon, busybox, cairo, |
b730010c | 3418 | cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin, |
50685f1c | 3419 | gettext, gmpc, gob2, grep, gstreamer, gst-plugins-bad, |
062cebb0 PK |
3420 | gst-plugins-base, gvfs, hal, iconv, icu, iperf, libcgicc, |
3421 | libdvdnav, libdvdread, libglade, libglib2, libgtk2, libidn, | |
3422 | libmms, libmpd, libpcap, libsoup, lmbench, lsof, ltrace, lvm2, | |
3423 | make, metacity, microperl, mtd-utils, mutt, nbd, netsnmp, | |
3424 | ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm, php, | |
3425 | pkg-config, psmisc, qt, samba, shared-mime-info, squashfs, | |
3426 | squashfs3, sshfs, startup-notification, swfdec, sylpheed, | |
3427 | uemacs, util-linux, valgrind, vpnc, vsftpd, webkit, xstroke | |
484d15de PK |
3428 | |
3429 | Issues resolved (http://bugs.uclibc.org): | |
3430 | ||
ca999e09 PK |
3431 | #75: arm buildroot "unrecognized option" error |
3432 | #699: Buildroot fails to copy libstdc++ to target when using external... | |
484d15de | 3433 | #1693: NTP trys IPV6 even if not configured error: 'IPV6_MULTICAST... |
7ab3f96e | 3434 | #1729: alsamixergui fails to build |
7810eebb | 3435 | #1801: Avahi-autoipd doesn't create TARGET_DIR/var/lib |
096b21e5 | 3436 | #1819: pciutils small bugs |
947a9b85 | 3437 | #2065: Internal toolchain: bump gcc 4.3.x series to 4.3.5 |
7bb2b482 | 3438 | |
6d1ab151 | 3439 | 2010.05-rc2, Released May 11th, 2010: |
ca218deb PZ |
3440 | |
3441 | Fixes all over the tree. | |
3442 | ||
49ce10cb PK |
3443 | Updated/fixed packages: busybox, customize, gawk, gnuchess, |
3444 | hal, hostapd, less, libgcrypt, libnl, libxcb, linux-fusion, | |
3445 | ltp-testsuite, mplayer, netplug, pciutils, php, sed, | |
3446 | shared-mime-info usb_modeswitch, usbutils, vlc wpa_supplicant, | |
3447 | xapp_bdftopcf, xapp_mkfontdir, xdriver_xf86-video-openchrome, | |
c554cc2a TP |
3448 | xfont_encodings, xlib_libX11, xlib_libXfont, xlib_xtrans, |
3449 | xproto_fontcacheproto, xproto_fontsproto, xvkbd | |
63b86664 | 3450 | |
13de2613 PK |
3451 | Removed packages: vice |
3452 | ||
63b86664 GZ |
3453 | Issues resolved (http://bugs.uclibc.org): |
3454 | ||
ea0695ff | 3455 | #849: "customize" package copies files to wrong place in target tree |
63b86664 | 3456 | #985: Bump usb_modeswitch package to 1.1.0 |
ea0695ff | 3457 | #1135: Package customize. Wrong copying |
79db1ff5 | 3458 | #1525: Package hal deletes a whole <target>/etc/rc.d directory |
395a70f7 PK |
3459 | #1531: libxcb 1.5 build fails, due to missing xcbgen Python module |
3460 | #1669: Busybox failed to compile when using an external toolchain | |
dfb50393 | 3461 | #1699: Fix usbutils dependencies and bump |
a5fe7371 | 3462 | #1705: Fix pciutils broken cross compiling |
6f4939d4 | 3463 | #1717: External toolchain fixes for hostapd & wpa_supplicant |
ca218deb | 3464 | |
aac61fdc | 3465 | 2010.05-rc1, Released May 3rd, 2010: |
58794482 | 3466 | |
b1c9a155 GZ |
3467 | Cleaned up / restructured package menu. |
3468 | ||
266fa65a | 3469 | Toolchain: uClibc 0.9.30.3 / 0.9.31, older 0.9.30.x removed. |
4439d388 PK |
3470 | 2.6.33 kernel headers, binutils 2.20.1, GCC 4.4.4, |
3471 | removed broken nios2 support, ppc e300cX/e500mc support, | |
3472 | improved external toolchain support, GDB 7.x support. | |
c9d195ed | 3473 | |
de859f6b PK |
3474 | X.org updated to 7.5. |
3475 | ||
5724e099 PK |
3476 | New packages: cdrkit, cramfs, genext2fs, genromfs, |
3477 | libatomic_ops, librsync, libusb-compat, lmbench, netperf, | |
3478 | squashfs, squashfs3, squid | |
3479 | ||
3480 | Updated/fixed packages: alsa-utils, argus, autoconf, bison, | |
3481 | busybox, bzip2, directfb, dnsmasq, dosfstools, e2fsprogs, | |
3482 | eeprog, fakeroot, fbv, findutils, freetype, haserl, hostapd, | |
3483 | iperf, iptables, iw, less, libaio, libcgi, libcgicc, libdrm, | |
3484 | libgcrypt, libglib2, libid3tag, libmad, liboil, libosip2, | |
3485 | libpng, libraw1394, libsysfs, libxml2, libxslt, linux-fusion, | |
3486 | ltrace, lua, lzma, madplay, makedevs, matchbox, mdadm, | |
3487 | memstat, mesa3d, mtd-utils, nano, ncurses, openssl, patch, | |
3488 | pciutils, php, pixman, portage, pppd, pthread-stubs, python, | |
3489 | qt, radvd, samba, setserial, smartmontools, tar, tslib, | |
3490 | udpcast, usb_modeswith, vtun, wget, xdata_xcursor-themes, | |
3491 | xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11, | |
3492 | xlib_libXaw, xlib_libXfont, xlib_libXfontcache, | |
bb73ce22 GZ |
3493 | xlib_libXxf86misc, xlib_libXtst, xlib_libpciaccess, |
3494 | xproto_dri2proto, xproto_eviext, xproto_fontcacheproto, | |
3495 | xproto_xf86miscproto, xserver_xorg-server | |
58794482 | 3496 | |
84e5d7c7 WW |
3497 | Removed packages: xapp_xtrap, xlib_libXTrap, xlib_libXevie, |
3498 | xlib_libXxf86misc, xxproto_evieext, proto_trapproto, | |
3499 | xproto_xf86miscproto | |
9638be1a | 3500 | |
acac2ece AC |
3501 | Issues resolved (http://bugs.uclibc.org): |
3502 | ||
ffe25f05 | 3503 | #513: Add new squid package |
0e9aad6c | 3504 | #661: lmbench: new package |
bb73ce22 | 3505 | #719: Add lua option to haserl |
6a3a58f1 | 3506 | #800: [PATCH] iperf update to 2.0.4 |
46913a2d | 3507 | #803: [PATCH] lua - add shared library patch and config option for... |
0c776124 | 3508 | #805: [PATCH] mdadm - version update |
cb08cd64 | 3509 | #817: integrator926_defconfig uses unsupported uboot board name |
6db57c69 | 3510 | #851: Add option to specify --sysroot value for external toolchain |
e237c993 MC |
3511 | #1093: Upgrade libusb to v1.0.3 and add new libusb-compat |
3512 | package for compatibility with old packages that expect | |
3513 | the pre-1.0 API. | |
ed91e786 | 3514 | #1105: Add new netperf package |
8fe6cc98 | 3515 | #1111: Bump wget to 1.12 and migrate to Makefile.autotools.in |
19f1506a | 3516 | #1117: Bump nano to 2.2.3 and migrate to Makefile.autotools.in |
4f0361ab | 3517 | #1123: Bump less to 436 and migrate to Makefile.autotools.in |
3b90d698 | 3518 | #1129: Bump memstat to 0.8 and migrate to Makefile.package.in |
cb08cd64 | 3519 | #1189: Wrong u-boot configuration name for integrator926 target |
17541bd0 | 3520 | #1219: kernel headers not correctly installed into toolchain/staging |
d07aee18 | 3521 | #1267: Wrong BR2_EXTRA_VERSION |
60f2fb4f | 3522 | #1273: BR2_INET_IPV6 does not enable IPv6 in pppd |
a038602e | 3523 | #1303: Add librsync package |
532e1fb5 | 3524 | #1321: Busybox link fails due to lack of --sysroot option |
820d917d | 3525 | #1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS |
60f2fb4f | 3526 | #1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in |
0a179ade | 3527 | #1369: cannot build radvd (flex problem) |
a12ef5db | 3528 | #1387: xlib_libX11-1.3.2 can't find libjpeg |
aa3486fd | 3529 | #1411: [SECURITY] Update openssl package to 0.9.8n |
bc7ffe74 | 3530 | #1417: Bump iptables to 1.4.7 |
801f22b3 | 3531 | #1423: Bump e2fsprogs to 1.41.11 |
0fd37245 | 3532 | #1429: [SECURITY] Update php to 5.2.13 |
5c36fdfe | 3533 | #1441: Add binutils 2.20.1 |
31365ded | 3534 | #1447: Package installation on target with debug symbols is broken |
ac5c5fd6 | 3535 | #1459: Misc QA fixes |
07f155c1 | 3536 | #1489: radvd update to 1.6 |
633049d8 | 3537 | #1513: Enable powerpc e300c2, e300c3 and e500mc optimization |
6c5225b1 | 3538 | #1537: dev entries not created anymore |
4ab6883a | 3539 | #1555: Fix default uclibc-0.9.31 configuration |
ba9ed137 | 3540 | #1561: [SECURITY] Update samba to 3.3.12 |
65e209ca | 3541 | #1567: openssl0.9.8n fails to compile |
5ad26724 | 3542 | #1573: Alsa-utils alsactl/init/* not installed to target |
ab1f6e5c | 3543 | #1591: portmap fails to compile |
55886163 | 3544 | #1615: Convert eeprog package to gentargets |
554ef43a | 3545 | #1645: Bump hostapd package to 0.7.2 |
acac2ece | 3546 | |
ac1dfc84 | 3547 | 2010.02, Release February 26th, 2010: |
f4f15704 FGM |
3548 | |
3549 | Fixes all over the tree. | |
3550 | ||
b209f227 PK |
3551 | Updated/fixed packages: avahi, busybox, cramfs, ipsec-tools, libcgicc, |
3552 | libgtk2, libraw1394, madplay, netsnmp, pango, squashfs, sylpheed, qt, | |
3553 | xfont_font-util | |
ba50538c | 3554 | |
0f40a46a | 3555 | Removed packages: hostap, openmotif, xpdf |
ba50538c PK |
3556 | |
3557 | Issues resolved (http://bugs.uclibc.org): | |
3558 | ||
3559 | #165: openmotif does not build | |
0f40a46a | 3560 | #1147: Remove obsolete hostap package |
f561763e | 3561 | #1183: make source fails to download gmp, mpfr and patches |
f4f15704 | 3562 | |
7bd8125e | 3563 | 2010.02-rc2, Released February 23th, 2010: |
23c8c880 PK |
3564 | |
3565 | Fixes all over the tree and new features. | |
3566 | ||
89fd7208 PK |
3567 | New packages: intltool |
3568 | ||
c8ff60c8 | 3569 | Updated/fixed packages: ace_of_penguins, alsa-lib, alsa-utils, argus, |
89fd7208 PK |
3570 | at, automake, ccache, dosfstools, e2fsprogs, flex, gob2, gmpc, |
3571 | gst-plugins-good, imagemagick, iw, kexec, libeXosip, libgtk2, | |
3572 | libpcap, libpng, libsoup, libxcb, libxml-parser-perl, libxml2, | |
3573 | libxslt, lvm2, matchbox, mplayer, rsync, rubix, shared-mime-info, | |
3574 | tcl, webkit, xapp_mkfontscale, xfont_encodings, xfont_font-util, | |
3575 | xlib_libfontenc, xproto_trapproto, zlib | |
c8ff60c8 PK |
3576 | |
3577 | Removed package: xboard | |
23c8c880 | 3578 | |
6c9d3873 RA |
3579 | Issues resolved (http://bugs.uclibc.org): |
3580 | ||
5239be04 PK |
3581 | #335: atk looks for the path to the gnome library on the host |
3582 | #355: Please update WebKit - it doesn't compile! | |
3583 | #453: libglib2 autoreconf | |
3584 | #457: e2fsprogs link problem | |
3585 | #459: libgtk2 autoreconf | |
3586 | #469: build of libgtk2 for host incorrectly assumes that X.org ... | |
3587 | #671: Bash fails to build when building buildront on Ubuntu 9.04 | |
3588 | #711: WebKit host dependencies problems | |
3589 | #821: cp: illegal operation | |
3590 | #1039: Not compiled on ubuntu karmic | |
6c9d3873 RA |
3591 | #1069: [PATCH] The AT91BOOTSTRAP makefile contains a typo |
3592 | ||
f0bdacdb PK |
3593 | 2010.02-rc1, Released February 9th, 2010: |
3594 | ||
3595 | Fixes all over the tree and new features. | |
3596 | ||
3597 | Generalized autotools infrastructure to be usable for | |
3598 | non-autotools packages, see package/Makefile.package.in for | |
3599 | details. | |
3600 | ||
3601 | Cleaned up avr32 toolchain config, external source-based | |
3602 | toolchain support is gone. | |
3603 | ||
3604 | Dependency checks: Also check for makeinfo, only print output | |
3605 | on errors. | |
de219287 | 3606 | |
6c26a600 | 3607 | Toolchain: uClibc 0.9.30.2, gcc 4.4.3 |
6bfb4885 | 3608 | |
731f3c3e PK |
3609 | New packages: libcdaudio, libdvdnav, libdvdread, hostapd, ser2net, |
3610 | tcpreplay | |
20417bbf | 3611 | |
aea2ef9b WW |
3612 | Updated/fixed packages: alsa-lib, alsa-utils, at, autoconf, bash, |
3613 | bind, binutils, bootutils, busybox, dbus, directfb, dnsmasq, | |
14d065b5 JB |
3614 | e2fsprogs, gstreamer, gperf, gst-plugins-bad, gvfs, fbdump, flex, |
3615 | hal, iptables, iw, jpeg, kismet, libfuse, libglib2, liboil, libpcap, | |
3616 | libungif, libxml2, libxslt, lighttpd, mesa, mpg123, mtd-utils, nbd, | |
3617 | neon, netstat-nat, newt, openvpn, pcre, php, qt, rdesktop, readline, | |
3618 | rpm, sawman, sdl, sdl_ttf, sqlite, sshfs, tremor, u-boot, | |
3619 | usb_modeswitch, usbutils, webkit, wpa_supplicant, xfsprogs, zlib | |
ba4183bc | 3620 | |
640c7403 | 3621 | Removed package: asterisk, openswan |
5223447b | 3622 | |
ba4183bc GZ |
3623 | Issues resolved (http://bugs.uclibc.org): |
3624 | ||
20417bbf | 3625 | #515: tcpreplay: new package |
1041563b | 3626 | #553: Wrong DirectFB ps2mouse limitation |
249f3db9 | 3627 | #559: mesa3d build fails |
7c737978 | 3628 | #679: Autoconf cannot find M4 |
44816b1b | 3629 | #739: New/updated hostapd package |
d8968c67 | 3630 | #749: Bump usbutils package to version 0.86 |
79c9a433 | 3631 | #751: Kernel 2.6 snapshot fetch fail |
1ba3c843 | 3632 | #753: Bump lighttpd package to 1.4.25 |
9c37425b | 3633 | #757: U-Boot: mkimage cannot be installed using external toolchain |
ba4183bc | 3634 | #761: Add binutils 2.20 to toolchain options |
9f17728f | 3635 | #763: [SECURITY] Update pcre to 7.9 |
09c181f2 | 3636 | #765: Add buildroot branding to gcc |
7a90172f | 3637 | #767: Bump iw package to 0.9.18 |
b5867d93 | 3638 | #773: [SECURITY] Update bind to 9.5.2-P1 |
0a62bb41 | 3639 | #795: Minor edits to fix typos, grammar, spelling, usage in documen... |
4833d135 | 3640 | #813: Drop not very useful generic package selection options ... |
b9656e81 | 3641 | #823: Editor backup files (~) is copied from the target_skeleton |
9400c735 | 3642 | #827: Bump mtd-utils package to version 1.2.0 |
c47124d4 | 3643 | #841: Build error |
0908e85c | 3644 | #913: Bump iptables to 1.4.6 |
c95e3b84 | 3645 | #919: Bump usb_modeswitch package to 1.0.7 |
ca2ad7d8 | 3646 | #925: Bump wpa_supplicant package to 0.6.10 |
db9dcbee | 3647 | #931: Bump kismet package to 2010-01-R1 |
b3febdac | 3648 | #937: Bump openvpn package to 2.1.1 |
c623a237 | 3649 | #943: Bump sqlite package to 3.6.22 |
3416f262 | 3650 | #961: Bump dnsmasq to 2.52 |
60ce1b08 | 3651 | #967: Bump netstat-nat to 1.4.10 |
6455c32d | 3652 | #973: Bump iw to 0.9.19 |
fbf84d42 | 3653 | #1003: DHCP options disabled with busybox-1.16.0 |
934c7bb7 | 3654 | #1009: [SECURITY] Bump php to 5.2.12 |
49d92ebe | 3655 | #1015: [SECURITY] Bump bind to 9.5.1-P2 |
c317439d | 3656 | #1027: Busybox flash commands conflict with those from mtd-utils |
d5d48254 | 3657 | #1063: [SECURITY] Update lighttpd to 1.4.26 |
bf4d2d86 | 3658 | |
798927cc | 3659 | 2009.11, Released December 1st, 2009: |
b48fb8c4 PK |
3660 | |
3661 | Additional fixes and cleanups. | |
3662 | ||
9d998ad1 PK |
3663 | Updated/fixed packages: alsamixergui, autoconf, coreutils, fltk, |
3664 | microperl, ncurses, vim | |
b48fb8c4 PK |
3665 | |
3666 | Issues resolved (http://bugs.uclibc.org): | |
3667 | ||
3668 | #707: Cant configure fltk-1.1.7. configure: error: Configure could ... | |
3669 | ||
31bd9741 PK |
3670 | 2009.11-rc2, Released November 29th, 2009: |
3671 | ||
3672 | Additional fixes and cleanups. | |
6b6bdaed | 3673 | |
ade675c5 | 3674 | Updated/fixed packages: busybox, dbus, fltk, gvfs, ltrace |
6b6bdaed | 3675 | |
2d04d56e | 3676 | 2009.11-rc1, Released November 23rd, 2009: |
74834991 | 3677 | |
b8a917fa PK |
3678 | Fixes all over the tree and new features. |
3679 | ||
3680 | Cleaned up / Simplified build directory layout. Refer to | |
3681 | docs/buildroot.html#using for details. | |
3682 | ||
3683 | Target defconfig files moved to configs/ and listed in 'make help' | |
3684 | output. | |
3685 | ||
406053d5 PK |
3686 | Fixed *clean targets. Now clean removes everything generated, |
3687 | so you can do a fresh rebuild. Distclean furthermore removes | |
3688 | kbuild tools and .config, bringing the source tree back in a | |
3689 | pristine state. | |
3690 | ||
b8a917fa PK |
3691 | Toolchain: ARM cortex A8 support, GCC 4.4.2, sensible default |
3692 | soft / hardfloat setting for architecture, ensure target-ldd | |
3693 | gets installed. | |
83182dd2 | 3694 | |
4114643d | 3695 | New packages: divine, gvfs, libarchive, libmicrohttpd, |
0ad58695 | 3696 | sdl_sound, swfdec, sysstat |
32518793 | 3697 | |
81e4ba32 PK |
3698 | Updated/fixed packages: alsa-lib, alsamixergui, autoconf, bootutils, |
3699 | busybox, gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf, | |
3700 | gqview, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good, | |
f6cbb268 PK |
3701 | imagemagick, ipkg, iptables, iw, kernel-headers, kismet, leafpad, |
3702 | libelf, libevent, libglib2, libidn, liblockfile, libmad, libpcap, | |
fa946b78 | 3703 | libupnp, libuuid, libxml2, lighttpd, ltrace, lua, lzma, magiccube4d, |
1dd9d9f3 | 3704 | matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp, |
7ba54a07 | 3705 | ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc, |
883f0667 | 3706 | python, quagga, radvd, rpm, rsync, rubix, samba, sawman, sdl, sdl_image, |
b7046770 | 3707 | shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs, |
9627e211 PK |
3708 | synergy, syslinux, sysklogd, target-binutils, tcpdump, torsmo, u-boot, |
3709 | udpcast, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc, | |
5ad8ad0c | 3710 | xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib[5~ |
76aaac62 | 3711 | |
87d74d94 | 3712 | Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice |
8a19a795 | 3713 | |
74834991 GZ |
3714 | Issues resolved (http://bugs.uclibc.org): |
3715 | ||
1d9178db | 3716 | #301: allow to install libsmbclient |
bc95b3ad | 3717 | #303: add gvfs package |
8e8354d4 | 3718 | #477: Add sdl_sound package |
57f3b11d | 3719 | #487: Make kismet package sexier |
bdf41d6c | 3720 | #511: New package usb_modeswitch |
74834991 | 3721 | #527: misc fixes for dnsmasq package |
a07032e1 | 3722 | #565: libevent: Bump version and clean up makefile |
27cf8114 | 3723 | #587: Use iptables multipurpose binaries and bump to 1.4.4 |
da25e92b | 3724 | #593: Missing early check for patch(1) |
b71951b0 | 3725 | #597: (REOP) Selecting busybox in buildroot's config clobbers ar ... |
17168395 PK |
3726 | #609: libmicrohttpd: New package |
3727 | #615: python: Don't delete .py files unless asked | |
f5239c32 | 3728 | #617: netkit/inetd requires RPC and fails to build if RPC is disabled |
07019b2c | 3729 | #619: netkittelnet requires netkitbase to install, but there's no ... |
6aac003a | 3730 | #645: allow to build nbd-server with NBD package |
829d4ff6 | 3731 | #653: [SECURITY] Update php package to version 5.2.11 |
ab17f403 | 3732 | #655: Update sqlite package to version 3.6.18 |
f72f3fd3 | 3733 | #657: Bug in imagemagick-clean target |
07019b2c | 3734 | #663: Add option for NAND flash with 512B Page and 16 kB erasesize ... |
d7f5f04b | 3735 | #665: [PATCH] Samba package |
69ec17cd | 3736 | #667: [PATCH] e2fsprogs |
351b6796 | 3737 | #683: SDL-dfb does not select directfb |
3445ff4a | 3738 | #701: make install problem with unstripped binaries |
48ed49e9 | 3739 | #703: [SECURITY] Update openssl package to 0.9.8l |
3848cd6d | 3740 | #705: Bump spawn-fcgi package to 1.6.3 |
4e27686c | 3741 | #709: Bump lighttpd package to 1.4.24 |
26073d2a | 3742 | #713: Migrate openntpd package to Makefile.autotools.in |
83f9881d | 3743 | #715: Bump libidn package to 1.15 and other fixes |
882e1376 | 3744 | #717: Bump dnsmasq to 2.51 and introduce new IDN option |
bd49a62d | 3745 | #731: Bump iw package to 0.9.17 |
74834991 | 3746 | |
f0eb8b58 PK |
3747 | 2009.08, Released August 31th, 2009: |
3748 | ||
3749 | Additional fixes and cleanups. | |
3750 | ||
3751 | Updated/fixed packages: ctorrent, saveconfig/getconfig, | |
3752 | sdl_net, util-linux. | |
014df317 PK |
3753 | |
3754 | Issues resolved (http://bugs.uclibc.org): | |
3755 | ||
3756 | #529: util-linux doesn't find headers and include libs correctly | |
cc8a9175 | 3757 | #557: Build ctorrent with SSL support if available |
014df317 | 3758 | |
4595a2fc PK |
3759 | 2009.08-rc3, Released August 26th, 2009: |
3760 | ||
3761 | Additional fixes and cleanups. | |
3762 | ||
3763 | Updated/fixed packages: alsa-utils, berkeleydb, busybox, dbus, | |
3764 | directfb, enchant, kernel headers. | |
3765 | ||
3766 | Issues resolved (http://bugs.uclibc.org): | |
3767 | ||
3768 | #471: Allow directfb compilation with debug | |
3769 | #541: Removal of CVS directories in target filesystem broken | |
3770 | #547: berkeleydb: Update config.{sub, guess} | |
3771 | #549: enchant: Fix dependencies. | |
3772 | #569: Fix alsa-utils build for x86 on x86-64 | |
3773 | ||
4ebaaf41 PK |
3774 | 2009.08-rc2, Released August 6th, 2009: |
3775 | ||
3776 | Additional fixes and new features. | |
3777 | ||
3778 | New packages: libuuid, gcc 4.3.4. | |
3779 | ||
4595a2fc PK |
3780 | Updated/fixed packages: busybox, classpath, gzip, ipsec-tools, |
3781 | jamvm, libusb, microperl, neon, popt, sed, webkit. | |
4ebaaf41 PK |
3782 | |
3783 | Fixed issue with 'make oldconfig' | |
0468b5c1 PK |
3784 | |
3785 | Issues resolved (http://bugs.uclibc.org): | |
3786 | ||
3787 | #525: sed broken with external toolchain | |
15dab042 | 3788 | #537: Fix gzip build with recent glibc |
0468b5c1 | 3789 | |
3190d5bf PK |
3790 | 2009.08-rc1, Released August 2nd, 2009: |
3791 | ||
3792 | Fixes all over the tree and new features. | |
533718a8 | 3793 | |
66095256 TP |
3794 | Improvement of external toolchain support: |
3795 | - Support for glibc toolchains. | |
3796 | - The toolchain configuration announced to Buildroot is | |
3797 | verified against the real toolchain configuration. | |
3798 | - Fixes, documentation. | |
3799 | ||
3800 | Cleanup X.org support: clarified configuration options, and | |
3801 | removed mandatory dependency on useless libraries such as | |
3802 | libXt or libXaw. | |
3803 | ||
d9a95017 TP |
3804 | New QT-based configurator, usable using 'make xconfig'. |
3805 | ||
3190d5bf PK |
3806 | Support for the Xtensa architecture. |
3807 | ||
3808 | Toolchain: GCC 4.4.1, 2.6.30 kernel headers, removed < 2.6.26 | |
3809 | headers. | |
3810 | ||
3811 | New packages: bmon, ctorrent, dosfstools, enchant, | |
3812 | gst-plugins-bad, iw, libmms, libnl, netstat-nat, ntfsprogs, | |
3813 | sdl_gfx, spawn-fcgi. | |
3814 | ||
3815 | Updated packages: bind, busybox, coreutils, sqlite, directfb, | |
3816 | expat, gamin, gnuconfig, haserl, ipsec-tools, classpath, | |
3817 | libcurl, libglib2, liblockfile, libpng, libsoup, libxml2, | |
3818 | lighttpd, ltp-testsuite, lvm2, matchbox, memstat, | |
3819 | gst-plugins-good, gstreamer, libogg, libvorbis, mplayer, | |
3820 | neon, openssl, pciutils, php, qt, ruby, sawman, webkit, | |
3821 | wpa-supplicant, xdriver_xf86-input-synaptics, | |
3822 | xdriver_xf86-video-intel, xlib_libXfont, xlib_libXft, | |
3823 | xlib_libXt, xproto_xproto, xserver-xorg, xutil_makedepend, | |
3824 | xutil_util-macros. | |
3825 | ||
533718a8 PK |
3826 | Issues resolved (http://bugs.uclibc.org): |
3827 | ||
2e71cd88 | 3828 | #83: liblockfile fails to compile due to eaccess redefinition |
0aa70624 | 3829 | #163: Xtensa architecture port |
7a1a334c | 3830 | #171: xorg-server / kernel headers 2.6.26 - vm86.c compilation issue |
533718a8 | 3831 | #241: device mapper + lvm2: build together |
52dbe071 | 3832 | #243: ctorrent: new package |
bb14fc40 | 3833 | #247: ntfsprogs: new package |
71c810ff | 3834 | #271: Library 'libgcc_s.so.1' not installed in search path |
57c2e79b | 3835 | #287: New package libnl |
9a6d6cf5 | 3836 | #289: New package iw |
6fecd53e | 3837 | #331: Update MPlayer to version 1.0rc2 |
5818010f | 3838 | #333: Bump sqlite package to 3.6.15 |
e61606ad | 3839 | #349: update libsoup to version 2.26.2 |
c2dbefd8 | 3840 | #357: New package netstat-nat |
234fb283 | 3841 | #359,#413: Upgrade openvpn to Makefile.autotools.in |
533718a8 | 3842 | #367: linux kernel compile error for arm926t |
10e9b7ed | 3843 | #369: Add SDL_gfx package |
533718a8 | 3844 | #373: Support for building gstreamer without libxml |
e61606ad | 3845 | #379: update DirectFB to version 1.4.0 |
533718a8 PK |
3846 | #383: gst-plugins-good: Allow soup plugin to be configured |
3847 | #385: neon: Fix pkgconfig dependency | |
bd26b582 | 3848 | #387: Tremor not installed to toolchain |
ba4fbdc9 | 3849 | #389: New package bmon |
533718a8 PK |
3850 | #391: gstreamer: Bump version to 0.10.23 |
3851 | #393: gst-plugins-base: Bump version to 0.10.23 | |
3852 | #395: gst-plugins-bad: New package | |
f4311822 | 3853 | #403: Error while building iso9660 image |
533718a8 PK |
3854 | #409: Bump php package to 5.2.10 |
3855 | #411: ipsec-tools: Bump version to 0.7.2 | |
0468be6e | 3856 | #417: New package spawn-fcgi |
264b9c11 | 3857 | #419: Bump lighttpd package to 1.4.23 |
27ce942e | 3858 | #421: toolchain: Clean up toolchain locale support menu |
81f9990e | 3859 | #427: webkit: Update to WebKit svn r44552 |
56fcdc9b | 3860 | #437: ltp-testsuite: Bump version to 20090630 |
f26acf61 | 3861 | #451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3 |
e0debb78 | 3862 | #467: DirectFB 1.4.1 |
0aa70624 | 3863 | #473: memstat_0.5.tar.gz has install with -D and that fails "make" |
5079d7a0 | 3864 | #491: libxml2: Bump version to 0.7.3 |
ff69aeea | 3865 | #495: Bump bind package to 9.5.1-P3 (security) |
2a966bcd | 3866 | #497: OpenSSL RSA key generation hangs on x86_64 |
00c8bdd5 | 3867 | #509: Bump sqlite package to 3.6.16 |
a7b50b94 | 3868 | #523: pciutils broken with external toolchain |
9be449ff | 3869 | #533: Update gamin to 0.1.10 to fix compilation |
533718a8 | 3870 | |
a69b3d61 PK |
3871 | 2009.05, Released June 1st, 2009: |
3872 | ||
3873 | Fixes for dropbear & diffutils, bump linux-advanced 2.6.29.x | |
3874 | version and marked ubifsroot as broken. | |
3875 | ||
45e11e29 PK |
3876 | 2009.05-rc3, Released May 27th, 2009: |
3877 | ||
3878 | Fixes for toolchain (gcc arm pr37436), stable kernel versions, | |
3879 | busybox, curl, libusb, readline, python and strace. | |
3880 | ||
3881 | Issues resolved (http://bugs.uclibc.org): | |
3882 | ||
3883 | #345: libcurl package needs a urandom fix | |
3884 | ||
13328d22 PK |
3885 | 2009.05-rc2, Released May 19th, 2009: |
3886 | ||
3887 | Fixes for toolchain (gcc w/softfloat on ppc, 3.4.6 buildfix | |
3888 | for newer hosts), stable kernel versions, busybox, cups, | |
3889 | dmraid, docker, mesa3d, rsync and updated defconfigs. | |
3890 | ||
3891 | xserver marked as broken on AVR32 and atngw100-expanded | |
3892 | config removed. | |
61aeb6e4 PK |
3893 | |
3894 | Issues resolved (http://bugs.uclibc.org): | |
3895 | ||
3896 | #167: metacity does not build | |
13328d22 PK |
3897 | #295: gamin installs python support even if python is disabled |
3898 | #323: gen_matypes fails to execute during build of Mesa when us... | |
61aeb6e4 | 3899 | |
cf92bc23 PK |
3900 | 2009.05-rc1, Released May 5th, 2009: |
3901 | ||
3902 | Fixes all over the tree, further conversion of packages to | |
3903 | Makefile.autotools.in and we now build host versions of | |
3904 | packages where needed for build time dependencies instead of | |
3905 | relying on the correct versions being available on the build | |
3906 | host. Ancient toolchain / busybox versions have furthermore | |
3907 | been removed as announced in the 2009.02 release notes. | |
3908 | ||
3909 | New packages: flac, gob2, lzop, taglib, wpa_supplicant | |
3910 | ||
3911 | Updated packages: avahi, bind, binutils, busybox, dbus, dbus-glib, | |
3912 | directfb, dnsmasq, freetype, gcc, gmp, gstreamer, iptables, kernel | |
3913 | headers, kexec, libglib2, libpng, libsndfile, lua, mpfr, ntfs-3g, | |
3914 | openssl, php, qtopia4, rsync, samba, sqlite, tar, uboot, uclibc, | |
3915 | util-linux, xorg7, xerces | |
3916 | ||
3917 | Issues resolved (http://bugs.uclibc.org): | |
3918 | ||
3919 | #5,#77,#141,#143: Convert php package to Makefile.autotools.in | |
3920 | and a ton of other improvements | |
3921 | #19: page.h missing by util-linux | |
3922 | #37: update libglib2 to version 2.18.4 | |
3923 | #61: tslib puts staging_dir into pkgconfig file | |
3924 | #69: tar refuses to build | |
3925 | #71,#175: ./wchar.h:41:12: error: empty filename in #include | |
3926 | #73: Bump openssl package to the latest version | |
3927 | #81: New package wpa_supplicant | |
3928 | #99: new package: flac | |
3929 | #101: update gstreamer packages | |
3930 | #105,#313: menuconfig segfaults on tinyx if wchar is not | |
3931 | selected | |
3932 | #107: convert libvorbis to Makefile.autotools.in | |
3933 | #109: Make pppd package avoid bsd err | |
3934 | #111: binutils 2.17 fails to build when texinfo >= 4.10 | |
3935 | #133: Modify ncurses5-config to get correct include path | |
3936 | #137: Bump php to version 5.2.9 | |
3937 | #139: Bump sqlite to 3.6.11 and convert to | |
3938 | Makefile.autotools.in | |
3939 | #145: Bump bind package to 9.5.1-P1 (security) | |
3940 | #147: buildroot toolchain fails to build w/binutils-2.19.1 | |
3941 | #151: openssl package trivial fixes | |
3942 | #161: vim fails on patching with errors in configure.patch | |
3943 | #169: blackbox-0.70.1 does not build | |
3944 | #177: xdriver_xf86-input-keyboard does not build | |
3945 | #179: Upgrade dropbear to Makefile.autotools.in | |
3946 | #181: Update to Xorg 7.4 | |
3947 | #187: ntfs-3g: could not build cross | |
3948 | #191: alsa-lib ARM binaries always built with EABI | |
3949 | #213: Bump wpa_supplicant package to version 0.6.9 | |
3950 | #217: Bump openssl package to 0.9.8k (security) | |
3951 | #219: Toolchain build fails on m4 | |
3952 | #225: m4 macros are out of place | |
3953 | #233: make ipv6 optional in iptables | |
3954 | #237: ncftp: convert to Makefile.autotools.in | |
3955 | #239: ntfs-3g: convert to Makefile.autotools.in | |
3956 | #245: lzop: new package | |
3957 | #271: Bump bind package to 9.5.1-P2 (security) | |
3958 | #277: Bump sqlite package to 3.6.16 | |
3959 | #279: update libglib2 to version 2.20.1 | |
3960 | #281: update DirectFB to version 1.2.8 | |
3961 | #283: add taglib | |
3962 | #285: compilation of samba fails if IPV6 support is missing | |
3963 | #293: update samba to version 3.3.3 | |
3964 | #299: add shared-mime-info package | |
3965 | #307: make openssl package respect build flags |