CHANGES 69 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786
  1. 2012.11.1, Released January 3rd, 2013:
  2. Toolchain: Fixed non-largefile builds on recent Ubuntu
  3. versions.
  4. Arch: fix missing x86/generic handling, Build for Xtensa with
  5. longcalls option.
  6. Updated/fixed packages: dosfstools, qt
  7. 2012.11, Released December 2nd, 2012:
  8. Git shallow clone fix for older git version.
  9. Updated/fixed packages: ctuio, libtool
  10. Issues resolved (http://bugs.uclibc.org):
  11. #5726: List all the available hook points
  12. 2012.11-rc2, Released November 30th, 2012:
  13. Minor fixes around the tree.
  14. Various manual updates and fixes.
  15. Add checks for legacy features.
  16. Updated/fixed packages: acpid, alsa-lib, arptables, binutils,
  17. busybox, ccache, cjson, cramfs, directfb, flex, fluxbox, gdb,
  18. hiawatha, igh-ethercat, imagemagick, imlib2, lcdproc,
  19. libdaemon, libecore, libhid, libmad, libpcap, libsigc, libusb,
  20. linux-fusion, matchbox, ocf-linux, owl-linux, python, rrdtool,
  21. scons, strace, sylpheed
  22. Issues resolved (http://bugs.uclibc.org):
  23. #5732: Error : package/alsa-lib/alsa-lib.mk
  24. 2012.11-rc1, Released November 17th, 2012
  25. Fixes all over the tree and new features.
  26. Defconfigs: use u-boot 2012.10 on at91 and beaglebone,
  27. sheevaplug + qemu: bump kernel version, add qemu-mips64-malta
  28. + nitrogen6x defconfigs.
  29. Bootloaders: add u-boot 2012.07/10, ais target format, add
  30. barebox 2012.08/09/10/11, linker overlap issue fix for
  31. at91bootstrap, mxs-bootlets updated for new Barebox versions.
  32. Toolchains: binutils 2.23.1, gcc 4.7.2, default to gcc 4.6.x,
  33. Codebench arm/sh/x86 2012.03/09, Linaro 2012.08/09/10.
  34. Libtirpc support for modern glibc variants. Toolchain on
  35. target has been deprecated.
  36. Initial Aarch64 support, Xtensa support re-added.
  37. Infrastructure: Use shallow git clone when possible, use
  38. tarballs rather than git URLs for github. Moved to pkgconf
  39. rather than pkg-config. System directory added, default
  40. skeleton/device tables moved. More than 1 post-build script
  41. can now be used. output/target now contains a
  42. THIS_IS_NOT_YOUR_ROOT_FILESYSTEM warning, to help people
  43. understand how to (not) use it.
  44. Manual has been reworked and extended.
  45. Legal-info: Lots of package annotations, CSV file fixes,
  46. _LICENSE / _REDISTRIBUTE splitup, per-package hooks.
  47. Updated/fixed packages: acpid, alsa-lib, alsa-utils,
  48. alsamixergui, attr, autoconf, automake, bash, bind, binutils,
  49. bison, blackbox, bluez-utils, busybox, cairo, can-utils,
  50. cifs-utils, cjson, cmake, collectd, connman, conntrack-tools,
  51. coreutils, cups, cvs, dbus, dhcp, directfb, dmalloc, dnsmasq,
  52. dropbear, e2fsprogs, ethtool, fbdump, feh, fftw, file,
  53. flashrom, fluxbox, gdb, gdisk, gdk-pixbuf, genext2fs, gettext,
  54. gnutls, gpsd, gqview, grep, gsl, gst-plugins-{bad,good},
  55. hdparm, hiawatha, hostapd, input-tools, iproute2, ipset,
  56. iptables, iw, json-c, kexec, kmod, lcdproc, leafpad, less,
  57. libcurl, libdrm, libdvdnav, libdvdread, libffi, libfuse,
  58. libglib2, libhid, liblockfile, libmad, libmbus, libmnl,
  59. libnetfilter_{acct,conntrack,cthelper,cttimeout,queue},
  60. libnfc, libnfc-llcp, libnfnetlink, libnl, libnspr, libnss,
  61. libpcap, libplayer, libtool, libtorrent, liburcu, libv4l,
  62. libxcb, libxml2, libxslt, links, linux-firmware, lm-sensors,
  63. lmbench, lockfile-progs, logrotate, lshw, lsof,
  64. lttng-babeltrace, lttng-tools, lua, luajit, mesa3d, microperl,
  65. mii-diag, module-init-tools, mpc, mpd, mpg123, mplayer,
  66. mtd-utils, mysql_client, nbd, ncurses, netatalk, netkitbase,
  67. netkittelnet, netsnmp, newt, nfs-utils, openntpd, openssh,
  68. openssl, opkg, patch, pciutils, pcre, php, poco, polarssl,
  69. popt, portmap, pppd, procps, pulseaudio, python, python-nfc,
  70. python-protobuf, qt, quota, rp-pppoe, rtorrent, sam-ba, samba,
  71. scons, sdl_gfx, smartmontools, sqlite, squid, strace, sudo,
  72. sylpheed, tcpdump, tremor, ttcp, tiff, unionfs,
  73. usb_modeswitch, usbutils, util-linux, vala, valgrind, vpnc,
  74. vsftpd, webkit, wget, which, wpa_supplicant, x11vnc, xapp_*,
  75. xdriver_*, xenomai, xfont_*, xinetd, xl2tp, xlib_*, xlsclient,
  76. xproto_*, xserver_xorg-server, xutil_util-macros, xz, zeromq
  77. New packages: arptables, at91bootstrap3, boot-wrapper-aarch64,
  78. ccid, cpanminus, cpuload, erlang, evtest, fb-test-apps,
  79. fxload, gdbm, gnupg, googlefontdirectory, grantlee, gsl,
  80. lcdapi, liblo, liblog4c-localtime, libtirpc, linux-pam,
  81. lua-msgpack-native, macchanger, mtdev, mtdev2tuio, nfacct,
  82. opus, opus-tools, pcsc-lite, perl, pkgconf, python-meld3,
  83. python3, qemu, qextserialport, qtuio, rpcbind, schifra,
  84. sconeserver, supervisor, time, ulogd, usb_modeswitch_data,
  85. yasm
  86. Deprecated packages: netkitbase, netkittelnet
  87. Issues resolved (http://bugs.uclibc.org):
  88. #807: [PATCH] samba - make iconv and smbd optional
  89. #3049: binutils have a sysroot bug in ld
  90. #5330: update vsftpd to 3.0.0
  91. #5486: libglib2 build fails on: libs/libglib-2.0.so: undefined...
  92. #5666: Fails to build python 2.7.2 for 2440 arm
  93. 2012.08, Release August 31th, 2012
  94. Updated/fixed packages: microperl, cups, luajit, rrdtool,
  95. prboom, oprofile.
  96. Added license information for: sqlite.
  97. Changed the source URLs of all packages located on Sourceforge
  98. in order to use the automatic mirror selection URL
  99. downloads.sourceforge.net, and get rid of the
  100. BR2_SOURCEFORGE_MIRROR option.
  101. 2012.08-rc3, Released August 25th, 2012
  102. Updated/fixed packages: libglib2, netsnmp, freetype, libfuse,
  103. libpng, x11vnc, zlib, gpsd, ifplugd, bash, distcc.
  104. Added license informations for: barebox, grub, syslinux,
  105. uboot, xloader, yajl, zlib, zxing, alsa-lib, alsa-utils,
  106. faad2, nano, fbdump, rsync, librsync, fontconfig,
  107. inotify-tools,
  108. 2012.08-rc2, Released August 15th, 2012
  109. Updated/fixed packages: imagemagick, sudo, crosstool-ng.
  110. Added license informations for: mxml, nanocom, empty, expat,
  111. lua, lucjson, xinetd, cjson, luaexpat, lmbench, bwm-ng,
  112. input-event-daemon, luajit, cgilua, copas, coxpcall,
  113. luafilesystem, luasocket, rings, wsapi, xavante, libtpl,
  114. avahi, busybox, libfcgi, ifplugd, libcgicc, libcurl,
  115. libdaemon, libdnet, libgpg-error, libpcap, libpng, lighttpd,
  116. mtd, openssl, psmisc, socat, spawn-fcgi.
  117. Fixes to Microblaze external toolchains
  118. configuration. Improvements of the pkg-stats
  119. script. Out-of-tree fix for the graph-depends script.
  120. Kernel headers version bump.
  121. 2012.08-rc1, Released August 1st, 2012
  122. Fixes all over the tree and new features.
  123. Integration of a legal information reporting infrastructure,
  124. which allows to generate detailed informations about the
  125. licenses and source code of all components of a system
  126. generated by Buildroot. License information will progressively
  127. be added on packages.
  128. Default configuration files added for Calao-systems USB-A9263
  129. and Calao-systems USB-A9G20-LPW.
  130. External toolchains update: allow download of a custom
  131. toolchain, add Linaro 2012.05 and 2012.06 for ARM, add
  132. Blackfin toolchain 2012R1-BETA1, add Sourcery CodeBench MIPS
  133. 2011.09.
  134. Allow the restriction of downloads to the primary site only.
  135. This is useful for project developers who want to ensure that
  136. the project can be built even if the upstream tarball
  137. locations disappear.
  138. Add a 'System configuration' choice to select between 3
  139. different init systems: Busybox init, SysV init and Systemd
  140. init.
  141. Cleanups to the package infrastructure. The visible change to
  142. developers is that $(eval $(call AUTOTARGETS)) is now $(eval
  143. $(autotools-package)), and similarly for other package
  144. infrastructures and host packages. Refer to the documentation
  145. for details.
  146. By default, automatic detection of the number of compilation
  147. jobs to use, depending on the number of CPUs available.
  148. Improvements to generate systems with static libraries only
  149. (infrastructure and package fixes).
  150. Add proper support in the Linux kernel package to generate
  151. Device Tree Blobs or combined Device Tree / Kernel
  152. images. This will be useful on Microblaze, PowerPC and ARM,
  153. which are architectures making extensive use of the Device
  154. Tree.
  155. Updated/fixed packages: audiofile, autoconf, automake, axel,
  156. barebox, bash, beecrypt, berkeleydb, bind, bison, bluez_utils,
  157. bonnie, boost, busybox, bsdiff, bwm-ng, bzip2, cifs-utils,
  158. cgilua, cmake, connman, conntrack-tools, crosstool-ng, cups,
  159. dbus, dhcp, dnsmasq, e2fsprogs, eeprog, ethtool, faad2, fbv,
  160. ffmpeg, freetype, gmp, gnutls, gob2, gpsd, grep,
  161. gst-plugins-base, gst-plugins-good, gzip, hiawatha, hostapd,
  162. htop, icu, igh-ethercat, imagemagick, input-tools, iostat,
  163. iproute2, ipset, iptables, iw, kmod, less, libcap, libgci,
  164. libconfig, libcurl, libelf, libevas, libeXosip2, libexif,
  165. libfuse, libidn, libmad, libmbus, libmnl,
  166. libnetfilter-conntrack, libnl, libnspr, libnss, libogg,
  167. libosip2, libpcap, libpng, libroxml, liburcu, libusb, libxml2,
  168. libxslt, lighttpd, linux, ltrace, lttng-libust, lttng-modules,
  169. lttng-tools, lua, m4, memtester, midori, mii-diag,
  170. module-init-tools, mpfr, mpg123, mrouted, msmtp, mtd, mxml,
  171. mysql_client, nasm, nbd, ncurses, nfs-utils, opencv, openocd,
  172. openssl, pciutils, php, polarssl, portaudio, pppd,
  173. pthread-stubs, pulseaudio, qt, quagga, quota, radvd, rpm,
  174. rrdtool, samba, sam-ba, scons, sdl_gfx, sdl_sound, speex,
  175. sqlite, squashfs, squid, sudo, synergy, syslinux, systemd,
  176. tar, tcpdump, tcpreplay, udev, usbutils, valgrind, wget,
  177. wpa_supplicant, wsapi, xavante, xserver_xorg-server, zlib
  178. New packages: cjson, collectd, dfu-util, dmidecode, elftosb,
  179. fbterm, flashrom, freerdp, inadyn, libfreefare,
  180. libnetfilter_cttimeout, libnfc, libnfc-llcp, liboping,
  181. libtorrent, linphone, logsurfer, lshw, luacjson, luaexpat,
  182. luajit, mediastreamer, mobile-broadband-provider-info, monit,
  183. mxs-bootlets, nanocom, nss-mdns, ofone, omap-u-boot-utils,
  184. opkg, ortp, owl-linux, python-id3, python-nfc, quota,
  185. ramspeed, rtorrent, sound-theme-borealis,
  186. sound-theme-freedesktop, sysprof, webrtc-audio-processing,
  187. xinetd, zxing
  188. Issues resolved (http://bugs.uclibc.org):
  189. #1315: Allow use of older external toolchains without sysroot
  190. support [won't fix]
  191. #5276: Hiawatha needs to manage IPV6 if so [fixed]
  192. #5360: buildroot fails when building "host-libglib2 2.30.2
  193. Building" [won't fix, upstream problem]
  194. #5384: Can't build packages relying on gets on newer glibc
  195. [fixed]
  196. 2012.05, Released May 30th, 2012:
  197. Updated/fixed packages: busybox, netsnmp, pptp-linux
  198. 2012.05-rc3, Released May 25th, 2012:
  199. Minor fixes around the tree.
  200. Infra: Fix for DOWNLOAD macro when using primary mirrors with
  201. scp targets.
  202. Toolchain: Kernel headers 3.2.18 / 3.3.7.
  203. Updated/fixed packages: binutils, bison, busybox, cifs-utils,
  204. gnuchess, gpsd, iperf, libmpeg2, mtd, ntfs-3g, oprofile,
  205. xserver-xorg
  206. 2012.05-rc2, Released May 18th, 2012:
  207. Fixes all over the tree.
  208. Toolchain: uClibc: Use 0.9.33.2, Crosstool-ng: fix gperf
  209. dependency, disable decimal floats support, Linux 3.2.17 /
  210. 3.3.6 kernel headers. Fix sysroot copy handling for toolchains
  211. without C++ support.
  212. Updated/fixed packages: apr, apr-util, ccache, dnsmasq,
  213. heirloom-mailx, gdb, ndisc6, opencv, openssl, socat, vala
  214. 2012.05-rc1, Released May 10th, 2012:
  215. Fixes all over the tree and new features.
  216. Use /etc/os-release for version info rather than
  217. /etc/br-version.
  218. CMake toolchain file moved to $HOST_DIR/usr/share/buildroot.
  219. Apply-patches.sh: cleanups, archived patches handling fixes,
  220. support series files.
  221. Defconfigs: beaglebone, mx53qsb, pandaboard, qemu configs for
  222. arm-vexpress/microblaze/ppc-mpc88544ds, use 3.2.x for
  223. atngw100, use 3.3.x for qemu configs.
  224. Menu structure: Libraries moved out of multimedia section
  225. Atom processor support. Prescott fix, blackfin ABI fix,
  226. Microblaze architecture support (using ext toolchain). Cleanup
  227. architecture names, deprecate Xtensa support.
  228. Toolchain: Add GCC 4.4.7, 4.6.3, 4.7.0. uClibc 0.9.33.1,
  229. default to uClibc 0.9.33.x, enable
  230. UCLIBC_SUPPORT_AI_ADDRCONFIG by default, static and 64bit
  231. fixes for external toolchains, linaro ext toolchains, new
  232. sourcery codebench ext toolchains, GDB 7.4.1, crosstool-ng
  233. 1.15.2.
  234. Bootloaders: U-Boot: add 2012.04.01, SPL and u-boot.img
  235. support. Barebox: add 2012.04, remove 2011.12.
  236. Updated/fixed packages: alsa-lib, alsa-utils, at, atk, avahi,
  237. barebox, berkeleydb, bind, bluez_utils, boost, busybox,
  238. can-utils, ccache, cifs-utils, coreutils, cups, dbus, dhcp,
  239. directfb, dnsmasq, doom-wad, dosfstools, e2fsprogs, expat,
  240. fakeroot, feh, ffmpeg, file, fis, freetype, gamin, gawk,
  241. gdk-pixbuf, gettext, giblib, glib-networking, gmp, gnutls,
  242. gpsd, grep, gstreamer, gst-plugins-{bad,base,good,ugly},
  243. haserl, hdparm, imagemagick, iproute2, iptable, iw, kexec,
  244. kmod, lame, libaio, libarchive, libatomic_ops, libconfig,
  245. libcurl, libdvdnav, libdvdread, libedbus, libethumb, libffi,
  246. libfuse, libglib2, libgtk2, libhid, libmad, libmbus, libmpeg2,
  247. libnl, libplayer, libpng, libsigc, libsoup, libupnp, liburcu,
  248. libusb, libusb-compat, libxml2, libxml-parser-perl, libxslt,
  249. lighttpd, linux-firmware, linux-fusion, lite, lsof, ltrace,
  250. lttng-libust, lua, m4, makedevs, microperl, mpd, mpfr, mpg123,
  251. mrouted, mtd, mysql_client, nbd, ncftp, ncurses, neon,
  252. netsnmp, network-manager, nfs-utils, ngrep, ntfs-3g, openntpd,
  253. openssh, openssl, parted, pango, pcre, php, pixman, poco,
  254. psmisc, pulseaudio, python, qt, quagga, radvd, rpm, rsync,
  255. ruby, samba, sam-ba, sane-backends, sawman, screen, sdl_net,
  256. smartmontools, speex, sqlite, squashfs3, squid, sshfs, sudo,
  257. syslinux, sysstat, taglib, tcpdump, tftp-hpa, transmission,
  258. tiff, tinyhttpd, uboot-tools, udev, uemacs, unionfs, usbutils,
  259. util-linux, vala, valgrind, vim, vsftpd, wget, wipe,
  260. wpa_supplicant, xdriver_xf86-{input-vmmouse,video-fbdev},
  261. xfsprogs, zlib
  262. New packages: apr, apr-util, audiofile, bellagio,
  263. conntrack-tools, empty, fmtools, glib-networking,
  264. heirloom-mailx, hiawatha, latencytop, lcdproc, libcap-ng,
  265. libdmtx, libfcgi, libnetfilter_conntrack, libnfnetlink,
  266. libtpl, localedef, minicom, msmtp, ndisc6, netatalk,
  267. ocf-linux, openswan, parted, polarssl, protobuf, read-edid,
  268. socketcand, stress, systemd, ushare, zeromq
  269. Deprecated packages: ttcp
  270. Removed packages: ntfsprogs
  271. Issues resolved (http://bugs.uclibc.org):
  272. #2353: [lua] fix build with 2010.08-rc1
  273. #2503: Microperl fails build on MIPSel or with Fedora13.x86_64
  274. #2557: [PATCH] mkfs.xfs complains about missing libxfs.so.0
  275. #2881: Can't build project statically with external toolchain
  276. #3751: MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64
  277. #4808: ccache may build against wrong zlib
  278. #4880: New package lcdproc
  279. #4886: New package protobuf
  280. #4892: build fails on ltp-testsuite-20101031/testcases/kernel/fs/...
  281. #4898: * make: [target-finalize] Error 1 (ignored)*
  282. #4985: Qt 4.7.4 build crashes with Linux 2.6.29
  283. #4970: udev 181 fails to build if kernel version 3.3 is selected
  284. #5018: dialog broken: exits with assert in uClibc
  285. #5102: qt package moc, uic, rcc read from wrong place
  286. #5144: Patch to fix ixon bug in uemacs
  287. #5198: Line graphics output is broken in GNU Screen
  288. #5204: Missing terminfo file(s) for GNU screen terminal type
  289. 2012.02, Released February 29th, 2012:
  290. Updated/fixed packages: libecore
  291. 2012.02-rc3, Released February 27th, 2012:
  292. Fixes all over the tree.
  293. Automatic host dependencies handling for cmake packages
  294. fixed. Customize package deprecated as using a post-build
  295. script is nowadays the preferred way of adding extra stuff to
  296. the rootfs.
  297. Linux-headers 3.0.x / 3.2.x stable version bumped.
  298. QEMU defconfigs updated to 3.2.x kernels and readme fixed.
  299. Updated/fixed packages: dropbear, ffmpeg, libpng
  300. 2012.02-rc2, Released February 19th, 2012:
  301. Fixes all over the tree.
  302. Toolchain: uClibc: Added upstream post-0.9.33 fixes, Bump
  303. linux-headers 3.0.x / 3.2.x stable versions.
  304. Documentation: Added makedev / <pkg>_DEVICES /
  305. <pkg>_PERMISSIONS documentation.
  306. Updated/fixed packages: busybox, ffmpeg, gst-dsp, libecore,
  307. libvncserver, mxml, python.
  308. 2012.02-rc1, Released February 12th, 2012:
  309. Fixes all over the tree and new features.
  310. Toolchain: Default to GCC 4.5.x, add binutils 2.22. Java
  311. support removed, Powerpc SPE ABI support. GDB ELF support fix,
  312. GDB 7.4, crosstool-NG 1.13.4.
  313. Gentargets: scp and mercurial support.
  314. Autotools: derive host dependencies from target by default.
  315. Packages can now declare device table snippets.
  316. Host utilities menu with commonly used host tools.
  317. defconfigs: qemu configs for x86-64, mips and sparc, at91
  318. defconfigs now use modern U-Boot / mainline Linux, added
  319. lpc3250 defconfigs.
  320. uClibc: remove 0.9.30, backport unshare() support, add
  321. 0.9.32.1 / 0.9.33, use same config for ctng.
  322. Bootloaders: U-Boot: add 2011.12, remove 2010.xx versions,
  323. Barebox: add 2012.01/02, remove 2011.10/11, LPC32xx
  324. bootloaders added.
  325. Various manual updates. Release tarballs now contain generated
  326. manual in text/html/pdf formats.
  327. Buildroot now calls the stop function of scripts in
  328. /etc/init.d at shutdown.
  329. Updated/fixed packages: atk, avahi, barebox, bash, beecrypt,
  330. bind, binutils, bison, bluez_utils, bzip2, busybox, cairo,
  331. ccache, cdrkit, coreutils, cramfs, dbus, dbus-glib, dialog,
  332. diffutils, dmalloc, dropbear, e2fsprogs, ebtables, ed,
  333. ethtool, expat, ffmpeg, file, fis, flex, fluxbox, fontconfig,
  334. freetype, gawk, grep, gst-dsp, gst-ffmpeg, gst-plugins-base,
  335. hdparm, hostapd, htop, i2c-tools, icu, iproute2, ipsec-tools,
  336. ipset, iptables, iw, jpeg, kismet, lame, libcap, libcgi,
  337. libev, libeXosip2, libffi, libftdi, libgpg-error, libgtk2,
  338. libidn, libmms, libmnl, libmodbus, libnl, libogg, libosip,
  339. libpcap, libpng, libraw1394, libroxml, libusb, libusb-compat,
  340. libv4l, libvorbis, libxcb, libxml-parser-perl, libxslt,
  341. lighttpd, links, lm-sensors, lua, m4, module-init-tools, mpc,
  342. mesa3d, mpd, mpfr, mplayer, mtd-utils, nano, nbd, ncurses,
  343. netperf, netsnmp, ntp, opencv, openocd, openssl, openvpn, orc,
  344. pciutils, pcre, pixman, pkg-config, poco, popt, proftpd,
  345. python, python-serial, qt, ruby, samba, sdl, sdparm,
  346. squashfs3, sshfs, sqlite, squid, sudo, syslinux, tcl, tcpdump,
  347. ti-utils, tiff, tremor, uboot, uboot-tools, udev, usbmount,
  348. util-linux, vala, valgrind, vsftpd, wpa_supplicant,
  349. xapp_{bdftopcf,mkfontdir,mkfontscale,xkbcomp,xcursorgen,xinit},
  350. xapp_xinput, xapp_xman, xcb-util, xdm, xenomai,
  351. xf86-video-sis, xfont_{encodings,font-util},
  352. xlib_lib{fontenc,X11,Xau,Xcursor,Xdmcp,Xfixes,Xfont,Xrender},
  353. xlib_libxkbfile, xterm, xutil_makedepend, yajl
  354. New packages: boost, connman, dstat, expedite, explorercanvas,
  355. feh, flot, giblib, igh-ethercat, imlib2, jquery,
  356. jquery-sparklines, jquery-validation, jsmin, kmod, libecore,
  357. libedbus, libedje, libeet, libeina, libelementary, libesmtp,
  358. libethumb, libevas, libical, libmbus, liboauth, liburcu,
  359. libvncserver, linux-firmware,
  360. lttng-{babeltrace,libust,modules,tools}, NetworkManager,
  361. open2300, python-distutilscross, python-dpkt,
  362. python-netifaces, python-pygame, python-setuptools, rt-tests,
  363. sam-ba, sane-backends, sqlcipher, transmission, unionfs,
  364. xf86-input-tslib, xinput-calibrator
  365. Issues resolved (http://bugs.uclibc.org):
  366. #743: Add Transmission bit torrent option to buildroot
  367. #755: Add Boost libraries as a package
  368. #2299: Add crypto support to libsoup
  369. #2617: Pixman 0.19.2 & Cairo 1.10.0
  370. #3403: libgpg-error: bump to version 1.10
  371. #3409: libgpg-error: download from gnupg.org
  372. #3421: nano: make tiny flag optional
  373. #3691: New EFL packages
  374. #4664: Cannot patch AT91Bootstrap
  375. #4700: setlocalversion not working for combination svn/ubuntu 11.10...
  376. #4760: Qt: add host-pkg-config to dependency-list
  377. 2011.11, Released November 30th, 2011:
  378. Fixes all over the tree.
  379. Bump kernel headers / default Linux version to 3.1.4.
  380. Updated/fixed packages: ruby
  381. 2011.11-rc3, Released November 26th, 2011:
  382. Fixes all over the tree.
  383. Toolchain: Fix gdb dependencies for external toolchains,
  384. adjust uClibc patches so they don't confuse modern versions of
  385. patch, bump crosstool-ng, kernel headers and linux versions.
  386. Updated/fixed packages: busybox, freetype, mplayer, opencv,
  387. php, rsyslog, ruby, thttpd, xapp_xf86dga
  388. Issues resolved (http://bugs.uclibc.org):
  389. #4357: Prevent patch commands from accessing source control
  390. #4369: Fix permissions on untared lsof archive
  391. 2011.11-rc2, Released November 18th, 2011:
  392. Fixes all over the tree and new features.
  393. Updated asciidoc documentation
  394. Toolchain: Bumped 3.x stable kernel headers, use wget in
  395. crosstool-ng as well, bump crosstool-ng version, gdb fixes,
  396. uClibc sparc fix.
  397. Updated/fixed packages: distcc, file, gst-plugins-bad, libxcb,
  398. mplayer, newt, qt, rpm, rrdtool, tar, tftpd
  399. Issues resolved (http://bugs.uclibc.org):
  400. #3355: mplayer fails to build
  401. #4021: uClibc: undefined reference to `__GI___errno_location'
  402. #4297: Qt's qmake uses wrong pkg-config
  403. 2011.11-rc1, Released November 11th, 2011:
  404. Fixes all over the tree and new features.
  405. Moved misc scripts and support stuff to support/. Renamed
  406. patch-kernel.sh to support/scripts/apply-patches.sh.
  407. Documentation: Moved to asciidoc format, make targets to
  408. generate text/html/pdf/epub output added.
  409. Defconfigs: Qemu configs updated to 3.1 kernel and readmes
  410. added.
  411. Bootloaders: Add support for custom git tree / tarballs for
  412. barebox, similar to how it's handled for u-boot. Clean up
  413. menuconfig options.
  414. Toolchain: Update external codesourcery toolchain download
  415. URLs after Codesourcery got bought by Mentor, add x86
  416. toolchain, update toolchain versions and optimize toolchain
  417. sysroot copying. Fix uClibc 0.9.32 builds for e500 PPC,
  418. updated GDB versions / download URLs. Binutils
  419. libbfd/libopcodes static/dynamic linking fix. GCC 4.6.2 added,
  420. use ctng-1.13.0.
  421. Package infrastructure: Support for local packages /
  422. overrides, package dir / name arguments dropped from
  423. {GEN,AUTO,CMAKE}TARGETS.
  424. Linux: Kernel extensions infrastructure support, Xenomai +
  425. RTAI support.
  426. Updated/fixed packages: acpid, bind, busybox, dash, dbus,
  427. dbus-glib, directfb, dnsmasq, drystone, e2fsprogs, ethtool,
  428. fakeroot, fbdump, file, freetype, fuse, gamin, gmp, gmpc,
  429. gnutls, gob2, gst-plugins-{base,bad,good,ugly}, gstreamer,
  430. hostapd, ifplugd, imagemagick, intltool, ipsec-tools, ipset,
  431. iptables, iw, jpeg, kexec, leafpad, less, libargtable2, libao,
  432. libconfuse, libcuefile, libcurl, libdaemon, libevent,
  433. libglib2, libiconv, libmpd, libreplaygain, libroxml,
  434. libsamplerate, libsndfile, libsoup, libsvgtiny, libtool,
  435. libxcb, lighttpd, links, linux-fusion, lite, lrzsz, lsof, lzo,
  436. lzop, makedevs, mcookie, mpg123, mpd, mpfr, mtd, musepack,
  437. mutt, mysql_client, ncftp, ncurses, neon, netcat, netsnmp,
  438. ntfs-3g, ntfsprogs, ntp, openntpd, openssh, openssl, oprofile,
  439. orc, pciutils, psmisc, python, qt, quagga, radvd, rpm, rsync,
  440. samba, sawman, sdl_sound, smartmontools, sqlite, squid,
  441. stunnel, sudo, sylpheed, sysstat, taglib, tar, tcpreplay,
  442. tslib, usbutils, util-linux, valgrind, wget, whetstone, which,
  443. wpa-supplicant, xdata_xcursor-themes, xmlstarlet, xterm
  444. New packages: bluez-utils, cifs-utils, fftw, fluxbox, json-c,
  445. libev, libftdi, libgeotiff, libmodbus, libplayer, live555,
  446. ngrep, noip, opencv, openocd, picocom, poco, portaudio,
  447. pulseaudio, pv, rtai, vala, xenomai.
  448. Removed packages: liboil, sfdisk, swfdec, webif
  449. Issues resolved (http://bugs.uclibc.org):
  450. #505: live555: new package
  451. #507: Enable live and tv options in MPlayer-1.0rc2
  452. #531: let e2fsprogs package to export headers to staging dir if needed
  453. #1171: Linuxthreads new cannot find sysdep.h
  454. #1357: Add bluez to buildroot system
  455. #2107: New package: input-event-daemon
  456. #2599: New package: orc (Oil Runtime Compiler)
  457. #2605: gstreamer: Update to 0.10.30
  458. #2677: introducing util-linux-ng as replacement for util-linux
  459. #2917: Qt: Add declarative module
  460. #3145: jffs2 image generation fails
  461. #3271: netperf-2.4.5 fails to compile
  462. #3331: xdata_xcursor-themes depends on xcursorgen
  463. #3343: Add file:// download SITE_METHOD
  464. #3391: Add support for specifying an external kernel tree
  465. #3631: Error while compiling with Xorg
  466. #3709: oprofile doesn't build for mipsel
  467. #3925: midori not getting compile
  468. #4045: Add support for downloading i386 toolchains from codesourcery
  469. #4165: lrzsz-fix-symlink-at-rebuild.patch
  470. #4171: makedevs-unused-but-set-variable.patch
  471. #4183: Codesourcery toolchain download site has changed
  472. #4231: libneon.so: undefined reference to `SSL_SESSION_cmp'
  473. #4381: Add option to lighttpd to enable Lua support
  474. #4387: Make sure that dest dir exists before installing mtd files
  475. 2011.08, Released August 31th, 2011:
  476. Fixes all over the tree.
  477. Toolchain: Fix codesourcery 2009q3 ARM download, Linux 3.0.4
  478. kernel headers.
  479. Updated/fixed packages: ipset, python
  480. 2011.08-rc2, Released August 29th, 2011:
  481. Fixes all over the tree.
  482. Toolchain: crosstool-NG 1.12.1, use binutils 2.21 on
  483. mips/sh/older uClibc, disallow uClibc 0.9.32 on avr32/sh
  484. (broken).
  485. Defconfigs: kernel updates, fix mini2440 serial port config,
  486. remove old arm toolchain configs.
  487. Bootloaders: Fix grub patching, add barebox-{n,x,menuconfig}
  488. targets similar to linux/busybox.
  489. Updated/fixed packages: barebox, directfb, libsoup,
  490. libxml-parser-perl, mtd, ncurses, python, ti-utils, udev,
  491. usbmount, util-linux, xfont_font-misc-misc
  492. Issues resolved (http://bugs.uclibc.org):
  493. #3685: ncurses installation hangs due to old version of tic
  494. #4093: Grub fails to install bz2 patch after conversion to...
  495. 2011.08-rc1, Released August 4th, 2011:
  496. Fixes all over the tree and new features.
  497. Toolchain: uClibc 0.9.32 / NPTL support, 0.9.29 removed,
  498. ext-toolchain-wrapper improvements, improved non-MMU
  499. support. GCC 4.3.6 / 4.6.1.
  500. GENTARGETS infrastructure extended to cover bootloaders and
  501. Linux kernel as well. Options to retrive Linux/U-Boot from a
  502. custom git repo instead of upstream tarballs.
  503. Support for Linux 3.x and release candidate tarballs.
  504. X-Loader bootloader for omap added.
  505. Make source/external-deps now also works for external
  506. toolchains / crosstool-ng backend.
  507. Updated/fixed packages: autoconf, berkeleydb, bind, binutils,
  508. bmon, bridge-utils, busybox, cmake, dbus, dbus-glib,
  509. e2fsprogs, ethtool, ffmpeg, gst-plugins-{bad,base,good,ugly},
  510. gvfs, hostapd, iproute2, iptables, iw, jpeg, lame, libarchive,
  511. libdnet, libdrm, libgcrypt, libgtk2, libmpeg2, libpng,
  512. libsoup, lighttpd, linux-fusion, lzo, midori, mtd-utils,
  513. nfs-utils, openvpn, oprofile, orc, pkg-config, proftpd, qt,
  514. ruby, samba, sdl, shared-mime-info, sudo, sqlite, squid,
  515. synergy, udev, usbmount, usbutils, util-linux, valgrind,
  516. webkit, xorg-xserver, xz, zlib
  517. New packages: acl, attr, ebtables, gnutls, inotify-tools,
  518. ipset, libargtable2, libiqrf, libmnl, libnspr, libnss,
  519. libroxml, libyaml, live555, mxml, orc, rsyslog, sredird,
  520. statserial, stunnel, ti-utils, uboot-tools, yajl
  521. Deprecated packages: liboil, swfdec
  522. Removed packages: hal
  523. Issues resolved (http://bugs.uclibc.org):
  524. #3559: libnspr: Add new package
  525. #3595: patch to add libroxml
  526. #3565: libnss: Add new package
  527. #3583: xfonts_font-adobe-100dpi fails due to missing map file
  528. #3649: [PATCH] Add mapdir to existing pkg-config patch
  529. #3907: 2011.05 - Qt 4.7.3 not building on ARM
  530. #3961: Nfs-utils: Remove SUSv3-function index
  531. #3985: "help" target's defconfig list needs sort
  532. #3997: bump libroxml to v2.1.0
  533. 2011.05, Released May 27th, 2011:
  534. Updated/fixed packages: makedevs
  535. 2011.05-rc2, Released May 24th, 2011:
  536. Fixes all over the tree.
  537. Toolchain: Code sourcery ARM 2009q1 download URL fixed /
  538. 2009q3 external toolchains added. Crosstool-NG bumped to
  539. 1.11.3, eglic/glibc configuration fixes. Linux kernel 2.6.38.x
  540. bumped to 2.6.38.7.
  541. Updated/fixed packages: bind, fakeroot, kbd, psmisc, qt
  542. 2011.05-rc1, Released May 18th, 2011:
  543. Fixes all over the tree and new features.
  544. External toolchain improvements: We now build a binary
  545. toolchain wrapper and install it into HOST_DIR/usr/bin, which
  546. enforces the correct compiler arguments, making an external
  547. toolchain as easy to use outside of Buildroot as the internal
  548. ones are. This also brought a cleanup of CFLAGS, making the
  549. Buildroot build output easier to read.
  550. Rootfs device handling improvements: Choice between static
  551. /dev, devtmpfs and devtmpfs with either mdev or udev.
  552. Toolchain: More preconfigured codesourcery external
  553. toolchains, improved Crosstool-NG support, fix for GCC
  554. snapshot versions, GCC 4.4.6 / 4.5.3, experimental GCC 4.6.0
  555. support, target-GCC fixes, uClibc fixes, 0.9.32-rc3 support.
  556. Bootloaders: U-boot 2011.03, Barebox 2011.05.0
  557. Linux: support for custom kernel image targets, E.G. for
  558. powerpc builds with embedded device trees.
  559. Misc fixes for qemu defconfigs, ensuring correct serial
  560. terminal setup out of the box.
  561. Misc gentarget / autotools handling fixes.
  562. Updated/fixed packages: alsa-lib, alsa-utils, alsamixergui,
  563. atk, avahi, bind, bison, busybox, copas, dbus-glib, dhcp,
  564. dhcpdump, dnsmasq, dropbear, ethtool, fakeroot, ffmpeg, file,
  565. gamin, gnuconfig, gst-ffmpeg, gst-plugins-good, gtk2-engines,
  566. haserl, hostapd, icu, imagemagick, iproute2, iw, kismet, less,
  567. libcap, libdnet, libglade, libglib2, libgtk2, libnl, libpng,
  568. libxml2, libxml2, libxslt, lighttpd, lockfile-progs, makedevs,
  569. midori, mpg123, mpc, mpd, mpfr, mplayer, mtd-utils, ncurses,
  570. netsnmp, openssh, openssl, openvpn, pango, pkg-config, popt,
  571. procps, proftpd, qt, quagga, readline, rsync, samba, sdl,
  572. socat, squashfs, squid, sudo, tslib, udev, usbutils, webkit,
  573. wpa_supplicant, xerces, xfont_font-misc-misc, xlib_libX11,
  574. xlib_libXfont, xlib_xtrans, xorg-server, xterm, xz
  575. New packages: bonnie++, can-utils, gdisk, htop,
  576. input-event-daemon, libexif, libraw, libv4l, ngircd
  577. Removed packages: festival
  578. Issues resolved (http://bugs.uclibc.org):
  579. #2131: Add OpenMP support to the toolchain
  580. #3379: New Package: bonnie++
  581. #3445: Not working openssl-10.0.0d on 386sx
  582. #3451: fakeroot package: wrong FAKEROOT_SITE variable
  583. #3457: alsamixergui: broken URL
  584. #3475: Calling sync on large filesystems when not always necessary
  585. #3511: make busybox-menuconfig does not download busybox package
  586. #3541: Quotes in the top Makefile:217 break buildroot/kernel config...
  587. #3571: u-boot: fw_printenv does not build
  588. #3643: popt source url is not responding
  589. #3733: dropbear: make zlib optional
  590. #3757: Buildroot can't build mplayer with libmad
  591. 2011.02, Released February 28th, 2011:
  592. Fixes all over the tree.
  593. Updated/fixed packages: alsamixergui, avahi, ffmpeg, icu, mpd,
  594. nuttcp, qt, slang, squashfs, sylpheed, synergy, xerces
  595. Deprecated packages: devmem2, webif
  596. Issues resolved (http://bugs.uclibc.org):
  597. #2911: Qt: Disable qt3support-option, if gui-module isn't selected
  598. #3259: Unable to build webkit (on arm)
  599. #3295: slang fails to build on mipsel
  600. #3325: ffmpeg fails to build
  601. 2011.02-rc2, Released February 24th, 2011:
  602. Fixes all over the tree.
  603. Festival packages marked as broken. Unless someone steps up
  604. to support them, they will be removed during the 2011.05
  605. development cycle.
  606. Updated/fixed packages: atk, avahi, bind, cairo, dbus,
  607. enchant, fakeroot, gmpc, gpsd, gvfs, iperf, jpeg, libarchive,
  608. libcgicc, libdaemon, libdrm, libevent, libgail, libglib2,
  609. libgpg-error, libmicrohttpd, librsvg, libsoup, libxcp,
  610. makedevs, matchbox-fakekey, matchbox-startup-monitor, mdadm,
  611. metacity, mpd, nasm, nfs-utils, olsr, openssl, popt,
  612. pthread-stubs, quagga, rpm, samba, sdl, sdl_gfx, sdl_image,
  613. sdl_mixer, sdl_sound, sdl_ttf, squashfs, synergy, taglib,
  614. tcpreplay, tiff, wpa_supplicant, xcb-util,
  615. xdriver_xf86-input-{acepad,aiptek,evdev,joystick,keyboard},
  616. xdriver_xf86-input-{mouse,synaptics,void},
  617. xdriver_xf86-video-{chips,dummy,geode,glide,intel,nv,wsfb},
  618. xlib_lib{ICE,SM,XScrnSaver,Xau,Xcursor,Xdmcp,Xi,Xinerama},
  619. xlib_lib{Xrandr,Xt,Xtst,Xxf86dga,Xxf86vm,dmx,fontenc,pciaccess},
  620. xserver_xorg-server, xz
  621. Removed packages: ace_of_penguins, vlc
  622. Issues resolved (http://bugs.uclibc.org):
  623. #3205: Failing chmod when running "make" in buildroot (openssl)...
  624. #3277: quagga fails to build with SNMP support
  625. #3283: See why nfs-utils needs fakeroot, and convert to autotools
  626. #3307: synergy fails to build due to missing XTest library
  627. 2011.02-rc1, Released February 14th, 2011:
  628. Fixes all over the tree and new features.
  629. External toolchain improvements: clarification of the options,
  630. and introduction of the toolchain profile concept, for
  631. well-known toolchains. Buildroot is now capable of
  632. automatically downloading and extracting well-known toolchains
  633. (for the moment, CodeSourcery ARM, PowerPC, MIPS and SuperH
  634. toolchains are supported). Crosstool-NG backend updated and
  635. improved.
  636. Complete rework of how hardware boards are supported.
  637. Each board now only has a single defconfig file, and all
  638. board-specific options have been removed. See
  639. docs/buildroot.html#board_support for details.
  640. Added support for the following boards: Mini2440, Qemu ARM
  641. Versatile, Qemu MIPSel Malta, Qemu PowerPC G3beige, Qemu SH4
  642. r2d and Qemu x86. The Qemu boards support allows to easily
  643. build systems that are known to work under Qemu.
  644. Initial support for Blackfin processors.
  645. Staging directory moved into $(O)/host/usr/<tuple>/sysroot, in
  646. preparation for support of SDK. For the same reason, the
  647. toolchain binaries (cross-compiler and other related tools)
  648. are now installed in $(O)/host/usr/bin/. The cross pkg-config
  649. now also automatically returns correct values for cross
  650. compilation, without needing any environment variables to be
  651. set.
  652. Ccache support reworked. Now used for both host and target
  653. compilation, and cache is stored in ~/.buildroot-ccache.
  654. Toolchain: uClibc 0.9.32-rc2, several components moved to
  655. normal AUTOTARGET packages.
  656. Generic cmake infrastructure, similar to the existing
  657. GENTARGETS/AUTOTARGETS.
  658. Support for bzr downloads, next to the existing git/svn support.
  659. Kconfig infrastructure rebased against 2.6.38-rc3, bringing
  660. misc fixes. 'xconfig' now uses Qt4 rather than Qt3.
  661. EXT2 file system size handling improved, UBI image support, fs
  662. configuration options cleanup, U-Boot/Barebox version bumps.
  663. Updated/fixed packages: alsa-utils, at, autoconf, automake,
  664. bash, binutils, bison, busybox, bzip2, cdrkit, cloop, cmake,
  665. coreutils, cups, dbus, dbus-python, dhcp, directfb,
  666. direcfb-examples, dmalloc, dnsmasq, dosfstools, e2fsprogs, ed,
  667. fbset, ffmpeg, findutils, flac, freetype, gdk-pixbuf, gmp,
  668. grep, gperf, gst-ffmpeg, gst-plugins-bad, gst-plugins-base,
  669. gst-plugins-good, gst-plugins-ugly, gstreamer, gvfs, hdparm,
  670. hostapd, i2c-tools, icu, imagemagick, input-tools, iproute2,
  671. iptables, iw, jpeg, kexec, libaio, libart, libcap, libconfig,
  672. libfuse, libglib2, libidn, libmad, libogg, libpcap, libpng,
  673. libsndfile, libtheora, libtool, libusb-compat, libvorbis,
  674. libxcb, libxml2, libxslt, links, linux-fusion, lm-sensors,
  675. lsof, ltp-testsuite, ltrace, lvm2, lzo, m4, makedevs,
  676. memtester, mesa3d, mii-diag, mpc, mpfr, mpg123, mplayer,
  677. mrouted, mtd-utils, nano, netperf, netplug, ntfs-3g, ntp,
  678. openssh, openssl, openvpn, oprofile, pango, patch, pciutils,
  679. php, pkgconfig, portmap, psmisc, python, qt, rsync, ruby,
  680. sawman, screen, sdl_gfx, sdl_sound, smartmontools, socat,
  681. sqlite, squid, sshfs, sstrip, sysklogd, sysstat, sysvinit,
  682. tar, tcpdump, tslib, udev, usbutils, vim, vtun, webkit, wipe,
  683. x11vnc, xapp_xlogo, xcb-proto, xfont_font-util,
  684. xkeyboard-config, xlib_libX11, xz, zlib
  685. New packages: dhrystone, dsp-tools, faad2, fbgrab, gst-dsp,
  686. gst-omapfb, irda-utils, lame, libao, libcue, libcuefile,
  687. libffi, libhid, libreplaygain, libsamplerate, libsigc++,
  688. lsuio, mpd, musepack, python-mad, python-serial, rsh-redone,
  689. sdparm, tidsp-binaries, vorbis-tools, wavpack, whetstone,
  690. xl2tp, xmlstarlet
  691. Removed packages: hotplug, l2tp, libfloat, microcom,
  692. ng-spice-rework
  693. Issues resolved (http://bugs.uclibc.org):
  694. #267: The make target: cross fails because toolchain_build_...
  695. #415: Berkeley DB: mut_pthread.o: relocation R_X86_64_32 against...
  696. #561: ltp-testsuite failed to install
  697. #1447: Installing gfortran on PowerPC
  698. #1651: Build fail caused by ccache in module-init-tools
  699. #1681: Cross-compiled binaries shouldn't be installed into staging
  700. #1723: [PATCH] axel: convert to generic package infrastructure and...
  701. #1735: [PATCH] mplayer: convert to autotools infrastructure
  702. #2551: [PATCH] native toolchain in the target filesystem fails
  703. #2623: buildroot-snapshot-20100922 fails when compiling development...
  704. #2647: makedevs package lacks support for 16-bit major/minor numbers
  705. #2371: QT MYSQL Module does not build when MySQL installed on the host
  706. #2839: compile fails in various packages with a odd message "error:...
  707. #2887: tar "buffer overflow detected" error
  708. #2893: Broken "make source" with external toolchain
  709. #2905: Qt: Speed up compilation, if gui-module isn't selected
  710. #2929: genext2fs: couldn't allocate a block (no free space)
  711. #2935: Ntpdate isn't installed
  712. #2965: Broken linkage to xkbcomp (blocking X server startup)
  713. #2983: xlib_libX11 build failed
  714. #3007: kexec doesn't build: Missing regdef.h file
  715. #3085: Init scripts are not compatible with sysVinit (when busybox...
  716. #3103: make external-deps wants to download gcc-.tar.bz2 when...
  717. #3109: abnormal `make busybox-menuconfig`
  718. #3115: How about board specific makefiles?
  719. #3169: python patch has typo, aborts build in scenario
  720. #3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/
  721. 2010.11, Released November 30th, 2010:
  722. Fixes all over the tree.
  723. Updated/fixed packages: libgcrypt, qt, squid, sysstat, tcpdump,
  724. xserver-xorg
  725. Issues resolved (http://bugs.uclibc.org):
  726. #2773: squid with openssl support needs openssl on the host
  727. #2857: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
  728. 2010.11-rc2, Released November 25th, 2010:
  729. Fixes all over the tree.
  730. Add support for LEON Sparc architecture variants. Fix make
  731. source/external-deps for host packages.
  732. Updated/fixed packages: bash, bind, busybox, dialog, gpsd,
  733. libglib2, libcurl, libmad, lrzsz, midori, module-init-tools,
  734. mtd-utils, openssh, openssl, pciutils, php, qt, sqlite,
  735. sysstat, webkit, zlib
  736. Issues resolved (http://bugs.uclibc.org):
  737. #759: Sysstat build broken without libintl
  738. #2479: host-module-init-tools 3.11 fails to build
  739. #2725: Buildroot overrides kernel config
  740. #2785: mtd-utils build fails due to missing libmtd
  741. #2791: Added PHP-Process Control to the PHP-Package
  742. #2797: pciutils dependencies on zlib not taken into account
  743. #2809: failed to compile libglib2
  744. #2821: [PATCH] Patch for JavaScriptCore in QtWebKit module
  745. #2827: qt-4.7.0-pthread_getattr_np.patch invalid for qt 4.6...
  746. #2833: Failed to compile webkit without X11
  747. 2010.11-rc1, Released November 8th, 2010:
  748. Fixes all over the tree and new features.
  749. Kconfig infrastructure rebased against 2.6.36-rc1, bringing
  750. misc fixes + nconfig and savedefconfig targets.
  751. Toolchain: ARM cortex A9 support, experimental crosstool-ng
  752. backend, GCC 4.5.x.
  753. Fs: Squashfs 4.1 with lzo support
  754. Old-style package hooks (*_HOOK_POST_*) removed. Use the more
  755. generic new-style ones instead.
  756. Download handling reworked and support for git/svn downloads
  757. added.
  758. Removed experimental shared config.cache support, as it is
  759. too unreliable.
  760. A convenience Makefile wrapper is created when using
  761. out-of-tree building, similar to how it is done for the kernel.
  762. Alpha, Cris, IA64 and Sparc64 architecture support removed.
  763. New packages: argp-standalone, gdk-pixbuf, gpsd, gst-ffmpeg,
  764. libmpeg2, kbd, librsvg, nuttcp, rng-tools, rrdtool, xz
  765. Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf,
  766. automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa,
  767. bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb,
  768. dmraid, docker, dosfstools, dropbear, e2fsprogs, ethtool,
  769. expat, ezxml, fbset, fconfig, ffmpeg, freetype, gadgetfs-test,
  770. gamin, gawk, genext2fs, gperf, gst-plugins-base,
  771. gst-plugins-ugly, gtk2-themes, gtkperf, gvfs, haserl, hdparm,
  772. hostapd, hwdata, ifplugd, imagemagick, iperf, ipsec-tools,
  773. iproute2, iptables, iw, jpeg, kexec, kismet, less, libcgi,
  774. libcurl, libdaemon, libdnet, liberation, libevent, libeXosip2,
  775. libglade, libgtk2, libiconv, libidn, libintl, libmms, libmpd,
  776. libnl, liboil, libosip2, libpcap, libpng, libtool, libungif,
  777. libxml2, libxslt, lighttpd, lite, lm-sensors, lockfile-progs,
  778. logrotate, m4, matchbox, mdadm, mesa3d, metacity, mplayer,
  779. mtd-utils, mysql_client, nano, nbd, ncftp, neon, netperf,
  780. netsnmp, ng-spice-rework, ntfsprogs, ntp, openntpd, openssh,
  781. openssl, openvpn, oprofile, pango, patch, pcre, php,
  782. pkg-config, portmap, pppd, pptp-linux, prboom, proftpd, radvd,
  783. rdesktop, readline, rp-pppoe, ruby, qt, quagga, samba, sawman,
  784. sdl_mixer, sdl_sound, sed, setserial, shared-mime-info, slang,
  785. speex, sqlite, squashfs, startup-notification, strace,
  786. sylpheed, sysstat, taglib, tcpdump, thttpd, tiff, tn5250,
  787. torsmo, tslib, udev, udpcast, usbmount, usbutils, vsftpd,
  788. vtun, which, wireless-tools, wpa_supplicant, xapp_twm,
  789. xapp_xbacklight, xapp_xcursorgen, xapp_xinit, xapp_xinput,
  790. xapp_xmore,
  791. xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
  792. xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
  793. xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
  794. xdriver-xf86-video-{geode,glide,glint,i128,i740,intel,mach64},
  795. xdriver-xf86-video-{mga,neomagic,newport,nv,openchrome,r128},
  796. xdriver-xf86-video-{rendition,s3,s3virge,savage,siliconmotion},
  797. xdriver-xf86-video-{sis,sisusb,suncg3,suncg6,suncg14,sunffb},
  798. xdriver-xf86-video-{sunleo,suntcx,tdfx,tga,trident,v4l,vesa},
  799. xdriver-xf86-video-{vmware,voodeo,wsfb,xgi,xgixp},
  800. xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke,
  801. xterm, xvkbd, zlib
  802. Deprecated packages: hotplug, lzma, ng-spice-rework, sfdisk
  803. Removed packages: dillo, libglib12, libgtk12, microwin,
  804. pcmcia
  805. Issues resolved (http://bugs.uclibc.org):
  806. #901: new package: gpsd
  807. #2389: Generate a Makefile wrapper in $(O)
  808. #2461: wireless_tools: install shared library if needed
  809. #2521: Can't compile sdl_mixer, mikmod.h can't be found
  810. #2533: xserver_xorg-server: Enable glx, if mesa3d is built
  811. #2563: [PATCH] cairo: Expose the configure option to disable some...
  812. #2581: libmms: Update to 0.6, and patch to work on architectures...
  813. #2707: Can't compile linux kernel using buildroot + crosstool-ng
  814. #2731: Build order
  815. #2737: buildroot configuration tool crashing when the path exceeds...
  816. #2767: Build for lsof broken in buildroot-2010.08
  817. 2010.08: Released August 31th, 2010:
  818. Fixes all over the tree.
  819. Updated/fixed packages: atk, xstroke
  820. Removed packages: lxdoom
  821. 2010.08-rc2, Released August 30th, 2010:
  822. Fixes all over the tree.
  823. Mark the combination of uClibc 0.9.31, gcc 4.2.x, C++ and
  824. locale support as broken. Remove deprecated GCC 4.2.[1-3]
  825. versions.
  826. Mark CRIS architecture as deprecated, as it is discontinued
  827. upstream.
  828. Marked shared config.cache as experimental and disabled by
  829. default as it is known to break with certain package
  830. combinations.
  831. Toolchain: fixed gcc 4.2.x build after uClibc NPTL support got
  832. added.
  833. fs: old-style squashfs for big endian archs fixed.
  834. Updated/fixed packages: busybox, gst-plugins-base,
  835. imagemagick, kismet, libgail, libglib2, libgtk2, lua,
  836. luafilesystem, lzo, ncurses, netcat, pango, php, pppd,
  837. proftpd, qt, samba, startup-notification, swfdec, sysvinit,
  838. util-linux
  839. Removed packages: stunnel
  840. Issues resolved (http://bugs.uclibc.org):
  841. #635: util-linux fails to build in 2009.08
  842. #2239: netcat package installs its binary to target as avr32-linux...
  843. #2395: libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because...
  844. #2443: Initramfs: Don't overwrite $(TARGET_DIR)/init if it exists
  845. #2449: Minor fixes for squashfs makefile and correct PowerPC e500 ...
  846. 2010.08-rc1, Released July 30th, 2010:
  847. Fixes all over the tree and new features.
  848. Toolchain: GCC 4.3.5, older 4.3.x versions removed. GCC 4.1.2
  849. and non-sysroot support removed. Added support for (snapshot)
  850. NPTL in uClibc, 0.9.28.3 removed,
  851. Bootloaders: Various cleanups, moved to boot/, added Barebox,
  852. removed yaboot. Support building u-boot from custom tarball,
  853. u-boot 2010.06.
  854. New GTK-based configurator, usable using 'make gconfig'.
  855. Java packages marked as broken. Unless someone steps up to
  856. support this, they will be removed during the 2010.11
  857. development cycle.
  858. Alpha, IA64 and Sparc64 architectures marked as deprecated.
  859. GTK+ on DirectFB has also been marked as deprecated, as it is
  860. not supported in recent GTK+ versions, and more and more
  861. packages depends on the new versions.
  862. Unless someone steps up to support them, they will be removed
  863. during the 2010.11 development cycle.
  864. New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
  865. libgail, luafilesystem, luasocket, rings, wsapi, xavante, xterm
  866. Updated/fixed packages: alsa-lib, alsamixergui, at, atk,
  867. avahi, berkeleydb, bash, blackbox, busybox, bzip2, cairo,
  868. cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc,
  869. dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig,
  870. gawk, gmpc, gnuchess, gst-plugins-base, gst-plugins-good,
  871. gstreamer, gzip, icu, intltool, iostat, ipsec-tools, iptables,
  872. iw, libart, libcgi, libcurl, libdrm, libeXosip, libfuse,
  873. libglib2, libgpg-error, libiconv, libidn, liblockfile, libpng,
  874. libsoup, lighttpd, links, linux-fusion, lmbench, lrzsz,
  875. ltrace, make, midori, module-init-tools, mplayer,
  876. mysql_client, nbd, ncurses, neon, netcat, netperf, netsnmp,
  877. ntfsprogs, openssl, oprofile, pango, php, qt, quagga, samba,
  878. setserial, sdl, sdl_mixer, sdl_sound, sdl_ttf, speech-tools,
  879. sqlite, squashfs, swfdec, tftpd, thttpd, tn5250, tremor,
  880. usbutils, webif, webkit, wireless_tools, xerces,
  881. xkeyboard-config, xserver_xorg-server, xvkbd, zlib
  882. Removed packages: modutils, portage, rxvt
  883. Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia
  884. Issues resolved (http://bugs.uclibc.org):
  885. #321: alsa-lib uses host include files for python which breaks ...
  886. #361: linux kernel configuration choice works incorrectly
  887. #387: Tremor not installed to toolchain
  888. #401: new package: ffmpeg
  889. #475: uImage target for U-boot failed generating
  890. #543: ATK requires X11 on DirectFB target
  891. #575: webkit: Buildroot Libtool Patch Fails
  892. #583: build fails with external x86_64 toolchain
  893. #729: sstrip creates corrupted headers
  894. #829: Webkit r44552 needs libXt
  895. #835: Package Dataflashboot-1.05 does not compile with buildroot...
  896. #847: Compiling target-gcc v4.4 fails with "libc.so.0: cannot open...
  897. #859: Add (head of) nptl branch to list of uClibc versions
  898. #949: compile with debug info
  899. #955: Grub fails to build with External Toolchain
  900. #1051: Webkit doesn't compile (Linuxthreads new, x86)
  901. #1213: Move .config into output directory
  902. #1225: Buildroot fails to account for "nof" subdirectory (no float...
  903. #1231: (sparc) Linux kernel fails to build
  904. #1261: The getline() in output/build/linux-2.6.28/scripts/unifdef.c...
  905. #1339: Busybox needs -fno-strict-aliasing to compile cleanly
  906. #1393: neon config fails libxml/parser.h: libxml2 requires, but not ...
  907. #1405: WebKit fails to build because pthread_getattr_np is not impl...
  908. #1675: GMP Error during buildroot make process
  909. #1741: external toolchain linking error
  910. #1753: lmbench: convert to generic package infrastructure
  911. #1771: Fakeroot and the target/generic/device_table.txt create bad...
  912. #1807: LZMA 4.32.7, Required header file(s) are missing
  913. #1813: xkeyboard-config fails to build because of intltool problem
  914. #1879: Bump iptables to 1.4.8
  915. #1885: Add a bunch of lua modules
  916. #1897: Bump libusb to 1.0.7
  917. #1903: Bump tn5250 to 0.17.4 and migrate to autotargets
  918. #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
  919. #1927: Bump file to 5.03 and migrate to autotargets
  920. #1933: Bump gawk to 3.1.8 and migrate to autotargets
  921. #1945: PHP: add sqlite3 dependency when using external lib
  922. #1951: Bump openssl to 0.9.8o
  923. #1957: Bump sqlite to 3.6.23.1
  924. #1975: Package removal/deprecation
  925. #1981: zlib: bump to 1.2.5
  926. #1987: intltool: Fix spelling mistake
  927. #1993: Bump bash to 4.1.7(1) and migrate to autotargets
  928. #1999: Typo in path checking
  929. #2005: Bump dnsmasq to 2.55 and migrate to gentargets
  930. #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x
  931. #2038: Bump ncurses to 5.7
  932. #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
  933. #2101: blackbox depends on locale support
  934. #2119: Tries to build kernel, although disabled in config
  935. #2125: libXfont build fail
  936. #2143: buildroot compiler generates segfaulting statically linked exe..
  937. #2149: xterm build failure
  938. #2155: Compression lzo don't set for ubifs
  939. #2161: [SECURITY] Update libpng to 1.2.44
  940. #2167: Bump busybox to 1.17.0, convert to gentargets, drop 1.12, ...
  941. #2181: pixman can't apply pixman-0.10.0-no-tests.patch
  942. #2191: linux-fusion build fail
  943. #2221: Qt does not compile (dependencies not taken into account?)
  944. #2233: Atmel atstk target skeletons have /etc/mtab as a file, not ...
  945. #2245: Netcat does not work due to incorrect assumptions about signed..
  946. #2251: directory output/build after make *_defconfig not found
  947. #2257: Convert netsnmp package to autotargets
  948. #2263: Bump samba to 3.3.13
  949. #2269: setserial causes make error
  950. 2010.05, Released May 30th, 2010:
  951. Fixes all over the tree.
  952. Updated/fixed packages: coreutils, hal, libcap,
  953. lockfile-progs, ncftp, xserver_xorg-server
  954. Issues resolved (http://bugs.uclibc.org):
  955. #1789: binutils fails to build for i386
  956. #1843: Fix libcap build failure
  957. #1855: XORG Keyboard driver fails to compile
  958. 2010.05-rc3, Released May 27th, 2010:
  959. Fixes all over the tree.
  960. Updated/fixed packages: aumix, atk, avahi, bmon, busybox, cairo,
  961. cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
  962. gettext, gmpc, gob2, grep, gstreamer, gst-plugins-bad,
  963. gst-plugins-base, gvfs, hal, iconv, icu, iperf, libcgicc,
  964. libdvdnav, libdvdread, libglade, libglib2, libgtk2, libidn,
  965. libmms, libmpd, libpcap, libsoup, lmbench, lsof, ltrace, lvm2,
  966. make, metacity, microperl, mtd-utils, mutt, nbd, netsnmp,
  967. ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm, php,
  968. pkg-config, psmisc, qt, samba, shared-mime-info, squashfs,
  969. squashfs3, sshfs, startup-notification, swfdec, sylpheed,
  970. uemacs, util-linux, valgrind, vpnc, vsftpd, webkit, xstroke
  971. Issues resolved (http://bugs.uclibc.org):
  972. #75: arm buildroot "unrecognized option" error
  973. #699: Buildroot fails to copy libstdc++ to target when using external...
  974. #1693: NTP trys IPV6 even if not configured error: 'IPV6_MULTICAST...
  975. #1729: alsamixergui fails to build
  976. #1801: Avahi-autoipd doesn't create TARGET_DIR/var/lib
  977. #1819: pciutils small bugs
  978. #2065: Internal toolchain: bump gcc 4.3.x series to 4.3.5
  979. 2010.05-rc2, Released May 11th, 2010:
  980. Fixes all over the tree.
  981. Updated/fixed packages: busybox, customize, gawk, gnuchess,
  982. hal, hostapd, less, libgcrypt, libnl, libxcb, linux-fusion,
  983. ltp-testsuite, mplayer, netplug, pciutils, php, sed,
  984. shared-mime-info usb_modeswitch, usbutils, vlc wpa_supplicant,
  985. xapp_bdftopcf, xapp_mkfontdir, xdriver_xf86-video-openchrome,
  986. xfont_encodings, xlib_libX11, xlib_libXfont, xlib_xtrans,
  987. xproto_fontcacheproto, xproto_fontsproto, xvkbd
  988. Removed packages: vice
  989. Issues resolved (http://bugs.uclibc.org):
  990. #849: "customize" package copies files to wrong place in target tree
  991. #985: Bump usb_modeswitch package to 1.1.0
  992. #1135: Package customize. Wrong copying
  993. #1525: Package hal deletes a whole <target>/etc/rc.d directory
  994. #1531: libxcb 1.5 build fails, due to missing xcbgen Python module
  995. #1669: Busybox failed to compile when using an external toolchain
  996. #1699: Fix usbutils dependencies and bump
  997. #1705: Fix pciutils broken cross compiling
  998. #1717: External toolchain fixes for hostapd & wpa_supplicant
  999. 2010.05-rc1, Released May 3rd, 2010:
  1000. Cleaned up / restructured package menu.
  1001. Toolchain: uClibc 0.9.30.3 / 0.9.31, older 0.9.30.x removed.
  1002. 2.6.33 kernel headers, binutils 2.20.1, GCC 4.4.4,
  1003. removed broken nios2 support, ppc e300cX/e500mc support,
  1004. improved external toolchain support, GDB 7.x support.
  1005. X.org updated to 7.5.
  1006. New packages: cdrkit, cramfs, genext2fs, genromfs,
  1007. libatomic_ops, librsync, libusb-compat, lmbench, netperf,
  1008. squashfs, squashfs3, squid
  1009. Updated/fixed packages: alsa-utils, argus, autoconf, bison,
  1010. busybox, bzip2, directfb, dnsmasq, dosfstools, e2fsprogs,
  1011. eeprog, fakeroot, fbv, findutils, freetype, haserl, hostapd,
  1012. iperf, iptables, iw, less, libaio, libcgi, libcgicc, libdrm,
  1013. libgcrypt, libglib2, libid3tag, libmad, liboil, libosip2,
  1014. libpng, libraw1394, libsysfs, libxml2, libxslt, linux-fusion,
  1015. ltrace, lua, lzma, madplay, makedevs, matchbox, mdadm,
  1016. memstat, mesa3d, mtd-utils, nano, ncurses, openssl, patch,
  1017. pciutils, php, pixman, portage, pppd, pthread-stubs, python,
  1018. qt, radvd, samba, setserial, smartmontools, tar, tslib,
  1019. udpcast, usb_modeswith, vtun, wget, xdata_xcursor-themes,
  1020. xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
  1021. xlib_libXaw, xlib_libXfont, xlib_libXfontcache,
  1022. xlib_libXxf86misc, xlib_libXtst, xlib_libpciaccess,
  1023. xproto_dri2proto, xproto_eviext, xproto_fontcacheproto,
  1024. xproto_xf86miscproto, xserver_xorg-server
  1025. Removed packages: xapp_xtrap, xlib_libXTrap, xlib_libXevie,
  1026. xlib_libXxf86misc, xxproto_evieext, proto_trapproto,
  1027. xproto_xf86miscproto
  1028. Issues resolved (http://bugs.uclibc.org):
  1029. #513: Add new squid package
  1030. #661: lmbench: new package
  1031. #719: Add lua option to haserl
  1032. #800: [PATCH] iperf update to 2.0.4
  1033. #803: [PATCH] lua - add shared library patch and config option for...
  1034. #805: [PATCH] mdadm - version update
  1035. #817: integrator926_defconfig uses unsupported uboot board name
  1036. #851: Add option to specify --sysroot value for external toolchain
  1037. #1093: Upgrade libusb to v1.0.3 and add new libusb-compat
  1038. package for compatibility with old packages that expect
  1039. the pre-1.0 API.
  1040. #1105: Add new netperf package
  1041. #1111: Bump wget to 1.12 and migrate to Makefile.autotools.in
  1042. #1117: Bump nano to 2.2.3 and migrate to Makefile.autotools.in
  1043. #1123: Bump less to 436 and migrate to Makefile.autotools.in
  1044. #1129: Bump memstat to 0.8 and migrate to Makefile.package.in
  1045. #1189: Wrong u-boot configuration name for integrator926 target
  1046. #1219: kernel headers not correctly installed into toolchain/staging
  1047. #1267: Wrong BR2_EXTRA_VERSION
  1048. #1273: BR2_INET_IPV6 does not enable IPv6 in pppd
  1049. #1303: Add librsync package
  1050. #1321: Busybox link fails due to lack of --sysroot option
  1051. #1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS
  1052. #1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in
  1053. #1369: cannot build radvd (flex problem)
  1054. #1387: xlib_libX11-1.3.2 can't find libjpeg
  1055. #1411: [SECURITY] Update openssl package to 0.9.8n
  1056. #1417: Bump iptables to 1.4.7
  1057. #1423: Bump e2fsprogs to 1.41.11
  1058. #1429: [SECURITY] Update php to 5.2.13
  1059. #1441: Add binutils 2.20.1
  1060. #1447: Package installation on target with debug symbols is broken
  1061. #1459: Misc QA fixes
  1062. #1489: radvd update to 1.6
  1063. #1513: Enable powerpc e300c2, e300c3 and e500mc optimization
  1064. #1537: dev entries not created anymore
  1065. #1555: Fix default uclibc-0.9.31 configuration
  1066. #1561: [SECURITY] Update samba to 3.3.12
  1067. #1567: openssl0.9.8n fails to compile
  1068. #1573: Alsa-utils alsactl/init/* not installed to target
  1069. #1591: portmap fails to compile
  1070. #1615: Convert eeprog package to gentargets
  1071. #1645: Bump hostapd package to 0.7.2
  1072. 2010.02, Release February 26th, 2010:
  1073. Fixes all over the tree.
  1074. Updated/fixed packages: avahi, busybox, cramfs, ipsec-tools, libcgicc,
  1075. libgtk2, libraw1394, madplay, netsnmp, pango, squashfs, sylpheed, qt,
  1076. xfont_font-util
  1077. Removed packages: hostap, openmotif, xpdf
  1078. Issues resolved (http://bugs.uclibc.org):
  1079. #165: openmotif does not build
  1080. #1147: Remove obsolete hostap package
  1081. #1183: make source fails to download gmp, mpfr and patches
  1082. 2010.02-rc2, Released February 23th, 2010:
  1083. Fixes all over the tree and new features.
  1084. New packages: intltool
  1085. Updated/fixed packages: ace_of_penguins, alsa-lib, alsa-utils, argus,
  1086. at, automake, ccache, dosfstools, e2fsprogs, flex, gob2, gmpc,
  1087. gst-plugins-good, imagemagick, iw, kexec, libeXosip, libgtk2,
  1088. libpcap, libpng, libsoup, libxcb, libxml-parser-perl, libxml2,
  1089. libxslt, lvm2, matchbox, mplayer, rsync, rubix, shared-mime-info,
  1090. tcl, webkit, xapp_mkfontscale, xfont_encodings, xfont_font-util,
  1091. xlib_libfontenc, xproto_trapproto, zlib
  1092. Removed package: xboard
  1093. Issues resolved (http://bugs.uclibc.org):
  1094. #335: atk looks for the path to the gnome library on the host
  1095. #355: Please update WebKit - it doesn't compile!
  1096. #453: libglib2 autoreconf
  1097. #457: e2fsprogs link problem
  1098. #459: libgtk2 autoreconf
  1099. #469: build of libgtk2 for host incorrectly assumes that X.org ...
  1100. #671: Bash fails to build when building buildront on Ubuntu 9.04
  1101. #711: WebKit host dependencies problems
  1102. #821: cp: illegal operation
  1103. #1039: Not compiled on ubuntu karmic
  1104. #1069: [PATCH] The AT91BOOTSTRAP makefile contains a typo
  1105. 2010.02-rc1, Released February 9th, 2010:
  1106. Fixes all over the tree and new features.
  1107. Generalized autotools infrastructure to be usable for
  1108. non-autotools packages, see package/Makefile.package.in for
  1109. details.
  1110. Cleaned up avr32 toolchain config, external source-based
  1111. toolchain support is gone.
  1112. Dependency checks: Also check for makeinfo, only print output
  1113. on errors.
  1114. Toolchain: uClibc 0.9.30.2, gcc 4.4.3
  1115. New packages: libcdaudio, libdvdnav, libdvdread, hostapd, ser2net,
  1116. tcpreplay
  1117. Updated/fixed packages: alsa-lib, alsa-utils, at, autoconf, bash,
  1118. bind, binutils, bootutils, busybox, dbus, directfb, dnsmasq,
  1119. e2fsprogs, gstreamer, gperf, gst-plugins-bad, gvfs, fbdump, flex,
  1120. hal, iptables, iw, jpeg, kismet, libfuse, libglib2, liboil, libpcap,
  1121. libungif, libxml2, libxslt, lighttpd, mesa, mpg123, mtd-utils, nbd,
  1122. neon, netstat-nat, newt, openvpn, pcre, php, qt, rdesktop, readline,
  1123. rpm, sawman, sdl, sdl_ttf, sqlite, sshfs, tremor, u-boot,
  1124. usb_modeswitch, usbutils, webkit, wpa_supplicant, xfsprogs, zlib
  1125. Removed package: asterisk, openswan
  1126. Issues resolved (http://bugs.uclibc.org):
  1127. #515: tcpreplay: new package
  1128. #553: Wrong DirectFB ps2mouse limitation
  1129. #559: mesa3d build fails
  1130. #679: Autoconf cannot find M4
  1131. #739: New/updated hostapd package
  1132. #749: Bump usbutils package to version 0.86
  1133. #751: Kernel 2.6 snapshot fetch fail
  1134. #753: Bump lighttpd package to 1.4.25
  1135. #757: U-Boot: mkimage cannot be installed using external toolchain
  1136. #761: Add binutils 2.20 to toolchain options
  1137. #763: [SECURITY] Update pcre to 7.9
  1138. #765: Add buildroot branding to gcc
  1139. #767: Bump iw package to 0.9.18
  1140. #773: [SECURITY] Update bind to 9.5.2-P1
  1141. #795: Minor edits to fix typos, grammar, spelling, usage in documen...
  1142. #813: Drop not very useful generic package selection options ...
  1143. #823: Editor backup files (~) is copied from the target_skeleton
  1144. #827: Bump mtd-utils package to version 1.2.0
  1145. #841: Build error
  1146. #913: Bump iptables to 1.4.6
  1147. #919: Bump usb_modeswitch package to 1.0.7
  1148. #925: Bump wpa_supplicant package to 0.6.10
  1149. #931: Bump kismet package to 2010-01-R1
  1150. #937: Bump openvpn package to 2.1.1
  1151. #943: Bump sqlite package to 3.6.22
  1152. #961: Bump dnsmasq to 2.52
  1153. #967: Bump netstat-nat to 1.4.10
  1154. #973: Bump iw to 0.9.19
  1155. #1003: DHCP options disabled with busybox-1.16.0
  1156. #1009: [SECURITY] Bump php to 5.2.12
  1157. #1015: [SECURITY] Bump bind to 9.5.1-P2
  1158. #1027: Busybox flash commands conflict with those from mtd-utils
  1159. #1063: [SECURITY] Update lighttpd to 1.4.26
  1160. 2009.11, Released December 1st, 2009:
  1161. Additional fixes and cleanups.
  1162. Updated/fixed packages: alsamixergui, autoconf, coreutils, fltk,
  1163. microperl, ncurses, vim
  1164. Issues resolved (http://bugs.uclibc.org):
  1165. #707: Cant configure fltk-1.1.7. configure: error: Configure could ...
  1166. 2009.11-rc2, Released November 29th, 2009:
  1167. Additional fixes and cleanups.
  1168. Updated/fixed packages: busybox, dbus, fltk, gvfs, ltrace
  1169. 2009.11-rc1, Released November 23rd, 2009:
  1170. Fixes all over the tree and new features.
  1171. Cleaned up / Simplified build directory layout. Refer to
  1172. docs/buildroot.html#using for details.
  1173. Target defconfig files moved to configs/ and listed in 'make help'
  1174. output.
  1175. Fixed *clean targets. Now clean removes everything generated,
  1176. so you can do a fresh rebuild. Distclean furthermore removes
  1177. kbuild tools and .config, bringing the source tree back in a
  1178. pristine state.
  1179. Toolchain: ARM cortex A8 support, GCC 4.4.2, sensible default
  1180. soft / hardfloat setting for architecture, ensure target-ldd
  1181. gets installed.
  1182. New packages: divine, gvfs, libarchive, libmicrohttpd,
  1183. sdl_sound, swfdec, sysstat
  1184. Updated/fixed packages: alsa-lib, alsamixergui, autoconf, bootutils,
  1185. busybox, gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf,
  1186. gqview, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good,
  1187. imagemagick, ipkg, iptables, iw, kernel-headers, kismet, leafpad,
  1188. libelf, libevent, libglib2, libidn, liblockfile, libmad, libpcap,
  1189. libupnp, libuuid, libxml2, lighttpd, ltrace, lua, lzma, magiccube4d,
  1190. matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp,
  1191. ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
  1192. python, quagga, radvd, rpm, rsync, rubix, samba, sawman, sdl, sdl_image,
  1193. shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
  1194. synergy, syslinux, sysklogd, target-binutils, tcpdump, torsmo, u-boot,
  1195. udpcast, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
  1196. xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib[5~
  1197. Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
  1198. Issues resolved (http://bugs.uclibc.org):
  1199. #301: allow to install libsmbclient
  1200. #303: add gvfs package
  1201. #477: Add sdl_sound package
  1202. #487: Make kismet package sexier
  1203. #511: New package usb_modeswitch
  1204. #527: misc fixes for dnsmasq package
  1205. #565: libevent: Bump version and clean up makefile
  1206. #587: Use iptables multipurpose binaries and bump to 1.4.4
  1207. #593: Missing early check for patch(1)
  1208. #597: (REOP) Selecting busybox in buildroot's config clobbers ar ...
  1209. #609: libmicrohttpd: New package
  1210. #615: python: Don't delete .py files unless asked
  1211. #617: netkit/inetd requires RPC and fails to build if RPC is disabled
  1212. #619: netkittelnet requires netkitbase to install, but there's no ...
  1213. #645: allow to build nbd-server with NBD package
  1214. #653: [SECURITY] Update php package to version 5.2.11
  1215. #655: Update sqlite package to version 3.6.18
  1216. #657: Bug in imagemagick-clean target
  1217. #663: Add option for NAND flash with 512B Page and 16 kB erasesize ...
  1218. #665: [PATCH] Samba package
  1219. #667: [PATCH] e2fsprogs
  1220. #683: SDL-dfb does not select directfb
  1221. #701: make install problem with unstripped binaries
  1222. #703: [SECURITY] Update openssl package to 0.9.8l
  1223. #705: Bump spawn-fcgi package to 1.6.3
  1224. #709: Bump lighttpd package to 1.4.24
  1225. #713: Migrate openntpd package to Makefile.autotools.in
  1226. #715: Bump libidn package to 1.15 and other fixes
  1227. #717: Bump dnsmasq to 2.51 and introduce new IDN option
  1228. #731: Bump iw package to 0.9.17
  1229. 2009.08, Released August 31th, 2009:
  1230. Additional fixes and cleanups.
  1231. Updated/fixed packages: ctorrent, saveconfig/getconfig,
  1232. sdl_net, util-linux.
  1233. Issues resolved (http://bugs.uclibc.org):
  1234. #529: util-linux doesn't find headers and include libs correctly
  1235. #557: Build ctorrent with SSL support if available
  1236. 2009.08-rc3, Released August 26th, 2009:
  1237. Additional fixes and cleanups.
  1238. Updated/fixed packages: alsa-utils, berkeleydb, busybox, dbus,
  1239. directfb, enchant, kernel headers.
  1240. Issues resolved (http://bugs.uclibc.org):
  1241. #471: Allow directfb compilation with debug
  1242. #541: Removal of CVS directories in target filesystem broken
  1243. #547: berkeleydb: Update config.{sub, guess}
  1244. #549: enchant: Fix dependencies.
  1245. #569: Fix alsa-utils build for x86 on x86-64
  1246. 2009.08-rc2, Released August 6th, 2009:
  1247. Additional fixes and new features.
  1248. New packages: libuuid, gcc 4.3.4.
  1249. Updated/fixed packages: busybox, classpath, gzip, ipsec-tools,
  1250. jamvm, libusb, microperl, neon, popt, sed, webkit.
  1251. Fixed issue with 'make oldconfig'
  1252. Issues resolved (http://bugs.uclibc.org):
  1253. #525: sed broken with external toolchain
  1254. #537: Fix gzip build with recent glibc
  1255. 2009.08-rc1, Released August 2nd, 2009:
  1256. Fixes all over the tree and new features.
  1257. Improvement of external toolchain support:
  1258. - Support for glibc toolchains.
  1259. - The toolchain configuration announced to Buildroot is
  1260. verified against the real toolchain configuration.
  1261. - Fixes, documentation.
  1262. Cleanup X.org support: clarified configuration options, and
  1263. removed mandatory dependency on useless libraries such as
  1264. libXt or libXaw.
  1265. New QT-based configurator, usable using 'make xconfig'.
  1266. Support for the Xtensa architecture.
  1267. Toolchain: GCC 4.4.1, 2.6.30 kernel headers, removed < 2.6.26
  1268. headers.
  1269. New packages: bmon, ctorrent, dosfstools, enchant,
  1270. gst-plugins-bad, iw, libmms, libnl, netstat-nat, ntfsprogs,
  1271. sdl_gfx, spawn-fcgi.
  1272. Updated packages: bind, busybox, coreutils, sqlite, directfb,
  1273. expat, gamin, gnuconfig, haserl, ipsec-tools, classpath,
  1274. libcurl, libglib2, liblockfile, libpng, libsoup, libxml2,
  1275. lighttpd, ltp-testsuite, lvm2, matchbox, memstat,
  1276. gst-plugins-good, gstreamer, libogg, libvorbis, mplayer,
  1277. neon, openssl, pciutils, php, qt, ruby, sawman, webkit,
  1278. wpa-supplicant, xdriver_xf86-input-synaptics,
  1279. xdriver_xf86-video-intel, xlib_libXfont, xlib_libXft,
  1280. xlib_libXt, xproto_xproto, xserver-xorg, xutil_makedepend,
  1281. xutil_util-macros.
  1282. Issues resolved (http://bugs.uclibc.org):
  1283. #83: liblockfile fails to compile due to eaccess redefinition
  1284. #163: Xtensa architecture port
  1285. #171: xorg-server / kernel headers 2.6.26 - vm86.c compilation issue
  1286. #241: device mapper + lvm2: build together
  1287. #243: ctorrent: new package
  1288. #247: ntfsprogs: new package
  1289. #271: Library 'libgcc_s.so.1' not installed in search path
  1290. #287: New package libnl
  1291. #289: New package iw
  1292. #331: Update MPlayer to version 1.0rc2
  1293. #333: Bump sqlite package to 3.6.15
  1294. #349: update libsoup to version 2.26.2
  1295. #357: New package netstat-nat
  1296. #359,#413: Upgrade openvpn to Makefile.autotools.in
  1297. #367: linux kernel compile error for arm926t
  1298. #369: Add SDL_gfx package
  1299. #373: Support for building gstreamer without libxml
  1300. #379: update DirectFB to version 1.4.0
  1301. #383: gst-plugins-good: Allow soup plugin to be configured
  1302. #385: neon: Fix pkgconfig dependency
  1303. #387: Tremor not installed to toolchain
  1304. #389: New package bmon
  1305. #391: gstreamer: Bump version to 0.10.23
  1306. #393: gst-plugins-base: Bump version to 0.10.23
  1307. #395: gst-plugins-bad: New package
  1308. #403: Error while building iso9660 image
  1309. #409: Bump php package to 5.2.10
  1310. #411: ipsec-tools: Bump version to 0.7.2
  1311. #417: New package spawn-fcgi
  1312. #419: Bump lighttpd package to 1.4.23
  1313. #421: toolchain: Clean up toolchain locale support menu
  1314. #427: webkit: Update to WebKit svn r44552
  1315. #437: ltp-testsuite: Bump version to 20090630
  1316. #451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3
  1317. #467: DirectFB 1.4.1
  1318. #473: memstat_0.5.tar.gz has install with -D and that fails "make"
  1319. #491: libxml2: Bump version to 0.7.3
  1320. #495: Bump bind package to 9.5.1-P3 (security)
  1321. #497: OpenSSL RSA key generation hangs on x86_64
  1322. #509: Bump sqlite package to 3.6.16
  1323. #523: pciutils broken with external toolchain
  1324. #533: Update gamin to 0.1.10 to fix compilation
  1325. 2009.05, Released June 1st, 2009:
  1326. Fixes for dropbear & diffutils, bump linux-advanced 2.6.29.x
  1327. version and marked ubifsroot as broken.
  1328. 2009.05-rc3, Released May 27th, 2009:
  1329. Fixes for toolchain (gcc arm pr37436), stable kernel versions,
  1330. busybox, curl, libusb, readline, python and strace.
  1331. Issues resolved (http://bugs.uclibc.org):
  1332. #345: libcurl package needs a urandom fix
  1333. 2009.05-rc2, Released May 19th, 2009:
  1334. Fixes for toolchain (gcc w/softfloat on ppc, 3.4.6 buildfix
  1335. for newer hosts), stable kernel versions, busybox, cups,
  1336. dmraid, docker, mesa3d, rsync and updated defconfigs.
  1337. xserver marked as broken on AVR32 and atngw100-expanded
  1338. config removed.
  1339. Issues resolved (http://bugs.uclibc.org):
  1340. #167: metacity does not build
  1341. #295: gamin installs python support even if python is disabled
  1342. #323: gen_matypes fails to execute during build of Mesa when us...
  1343. 2009.05-rc1, Released May 5th, 2009:
  1344. Fixes all over the tree, further conversion of packages to
  1345. Makefile.autotools.in and we now build host versions of
  1346. packages where needed for build time dependencies instead of
  1347. relying on the correct versions being available on the build
  1348. host. Ancient toolchain / busybox versions have furthermore
  1349. been removed as announced in the 2009.02 release notes.
  1350. New packages: flac, gob2, lzop, taglib, wpa_supplicant
  1351. Updated packages: avahi, bind, binutils, busybox, dbus, dbus-glib,
  1352. directfb, dnsmasq, freetype, gcc, gmp, gstreamer, iptables, kernel
  1353. headers, kexec, libglib2, libpng, libsndfile, lua, mpfr, ntfs-3g,
  1354. openssl, php, qtopia4, rsync, samba, sqlite, tar, uboot, uclibc,
  1355. util-linux, xorg7, xerces
  1356. Issues resolved (http://bugs.uclibc.org):
  1357. #5,#77,#141,#143: Convert php package to Makefile.autotools.in
  1358. and a ton of other improvements
  1359. #19: page.h missing by util-linux
  1360. #37: update libglib2 to version 2.18.4
  1361. #61: tslib puts staging_dir into pkgconfig file
  1362. #69: tar refuses to build
  1363. #71,#175: ./wchar.h:41:12: error: empty filename in #include
  1364. #73: Bump openssl package to the latest version
  1365. #81: New package wpa_supplicant
  1366. #99: new package: flac
  1367. #101: update gstreamer packages
  1368. #105,#313: menuconfig segfaults on tinyx if wchar is not
  1369. selected
  1370. #107: convert libvorbis to Makefile.autotools.in
  1371. #109: Make pppd package avoid bsd err
  1372. #111: binutils 2.17 fails to build when texinfo >= 4.10
  1373. #133: Modify ncurses5-config to get correct include path
  1374. #137: Bump php to version 5.2.9
  1375. #139: Bump sqlite to 3.6.11 and convert to
  1376. Makefile.autotools.in
  1377. #145: Bump bind package to 9.5.1-P1 (security)
  1378. #147: buildroot toolchain fails to build w/binutils-2.19.1
  1379. #151: openssl package trivial fixes
  1380. #161: vim fails on patching with errors in configure.patch
  1381. #169: blackbox-0.70.1 does not build
  1382. #177: xdriver_xf86-input-keyboard does not build
  1383. #179: Upgrade dropbear to Makefile.autotools.in
  1384. #181: Update to Xorg 7.4
  1385. #187: ntfs-3g: could not build cross
  1386. #191: alsa-lib ARM binaries always built with EABI
  1387. #213: Bump wpa_supplicant package to version 0.6.9
  1388. #217: Bump openssl package to 0.9.8k (security)
  1389. #219: Toolchain build fails on m4
  1390. #225: m4 macros are out of place
  1391. #233: make ipv6 optional in iptables
  1392. #237: ncftp: convert to Makefile.autotools.in
  1393. #239: ntfs-3g: convert to Makefile.autotools.in
  1394. #245: lzop: new package
  1395. #271: Bump bind package to 9.5.1-P2 (security)
  1396. #277: Bump sqlite package to 3.6.16
  1397. #279: update libglib2 to version 2.20.1
  1398. #281: update DirectFB to version 1.2.8
  1399. #283: add taglib
  1400. #285: compilation of samba fails if IPV6 support is missing
  1401. #293: update samba to version 3.3.3
  1402. #299: add shared-mime-info package
  1403. #307: make openssl package respect build flags