All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2013-05-31 20:19 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2013-05-31 20:19 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=93252e70cb5afeca1a8da1eaa8a578b80e5c1bbf
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/CHANGES b/CHANGES
index 5814267..4884a59 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,10 +2,16 @@
 
 	Minor fixes.
 
-	Updated/fixed packages: elf2flt, flex, udpcast
+	External toolchain wrapper fix for if host/usr/bin is placed
+	in the patch.
+
+	Updated/fixed packages: acpid, at91bootstrap, czmq, elf2flt,
+	flex, jamvm, kmod, libplayer, libtirpc, libv4,
+	lttng-babeltrace, opengl, qt5jsbackend, udpcast, wvstreams
 
 	Issues resolved (http://bugs.uclibc.org):
 
+	#4868: Buildroot compile failure for toolchain/gdb-7.4/intl/reloc...
 	#4988: flex and m4 problems
 	#5912: obsolete CVS files
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2021-05-11  9:33 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2021-05-11  9:33 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=04e9e884cf99328020f68b4cb50e689ead88d95a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 76 insertions(+)

diff --git a/CHANGES b/CHANGES
index c74ad45f48..52450adeb3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,79 @@
+2021.05-rc1, not yet released
+
+	Fixes all over the tree and new features.
+
+	FORTIFY_SOURCE, PIC/PIE, RELRO and SSP security hardening
+	options are now enabled by default.
+
+	Dependencies: Explicitly detect and bail out if PATH contains
+	spaces or tabs. A number of packages fail to build in such
+	setups, so explicitly inform about this.
+
+	Infrastructure: Expose CONFIG_DIR to post-build/post-image
+	scripts, so they can call the Buildroot Makefile in the
+	correct directory for both in-tree / out-of-tree builds.
+
+	CMake infrastructure: Use CMAKE_EXE_LINKERFLAGS rather than
+	CMAKE_CXX_FLAGS to link with libatomic to fix an compatibility
+	issue with poppler. Bump minimal host cmake version to 3.16
+	(from 3.15) to fix a compatibility issue with domoticz.
+
+	Meson: Use correct C++ host compiler (rather than C compiler)
+
+	utils/scanpypi: Explicitly use python3 for compatibility with
+	packages using python3 syntax in setup.py
+
+	support/download: Fix tarball generation (from git/svn repos)
+	including symlinks pointing to ./<something>. Fix svn download
+	for <1.9 clients or repos using CVS-style keywords.
+
+	support/scripts/cve.py: Use the (significantly) faster yajl2
+	ijson backend for older (< 2.5) ijson versions rather than the
+	slow python default, speeding up pkg-stats by ~2x.
+
+	Toolchain: Add logic to work around binutils bug 21464
+	(affecting OpenRISC), bug 27597 (affecting Nios II) and drop
+	the now longer applicable bug 19615 / 20006 handling.
+
+	Python{,3}: Fix byte compiling python files with short (single
+	character before .py) file names.
+
+	CPE meta data has been added for a large number of packages
+
+	New defconfigs: Acme Systems Acqua A5 (256/512MB), Beagleboard
+	BeagleV, Boundary devices Nitrogen8M Plus SOM, NXP i.MX 8M
+	Plus EVK, QEMU PPC e500mc
+
+	New packages: beaglev-ddrinit, beaglev-secondboot, janet,
+	kodi-inputstream-ffmpegdirect, kodi-vfs-libarchive,
+	kodi-visualisation-matrix, libxcrypt, libqrtr-glib, log4qt,
+	mawk, perl-parse-yapp, postgis, protozero, python-flask-wtf,
+	python-iwlib, python-semantic-version, python-setuptools-rust,
+	python-toml, riscv64-elf-toolchain, siproxyd, uftrace, zfs
+
+	Removed packages: iostat, kodi-platform,
+	kodi-screensaver-crystalmorph, monkey
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#13271: systemd-resolved: /etc/resolv.conf link broken on per-pa..
+	#13516: utils/scanpypi: Failure when parsing diffoscope
+	#13551: 2021.02.rc2: Unicode not work on qt 5.15.2
+	#13576: Issues compiling buildroot for 5x86
+	#13601: Gen image :Iappropriate ioctl error
+	#13616: tar file from git repository generation issue
+	#13631: Commit 54d3d94b6e breaks packages with git download method
+	#13641: glibc on raspberrypi
+	#13646: Gen image version 14 error : no sub -section title/..
+	#13651: pkg-golang cannot build when main.go is in the root
+	#13661: host-python2 build fails on aarch64
+	#13671: openSSH server closes connection before authentication..
+	#13721: c-stack.c:55:26: error: missing binary operator before ..
+	#13731: Readline Patch is missing Author Information
+	#13741: genext2fs does not allow to set perms of root node
+	#13751: libopenssl (static): huge drop in performance in newer ..
+	#13771: package htop has undeclared dependency on host python
+
 2021.02.1, released April 7, 2021
 
 	Important / security related fixes.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2021-02-08 21:06 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2021-02-08 21:06 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=4b8331fd6a35eec6063e698c3b3661fb26f4fc53
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/CHANGES b/CHANGES
index 733951d6eb..56c09ecb7b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,54 @@
+2021.02-rc1, not yet released
+
+	Fixes all over the tree and new features.
+
+	Toolchain: Default to binutils 2.35.2, add 2.36.1, drop
+	2.33.x. Fix GCC 10.x ARC adc/sbc pattern handling, Update ARM
+	toolchains to 10.2-2020.11 release.
+
+	Architectures: ARC: add support for generic HS48 processor,
+	PPC: drop PPC601 support, which was removed from Linux 5.10.
+
+	Vulnerability scanning: The CVE checking logic has been
+	extended to match packages based on CPE (Common Platform
+	Enumeration) IDs for more accurate matching, and CPE
+	identifiers have been added for a large amount of packages.
+
+	Download: Rework the tarball creation logic (E.G. when a
+	package is fetched from a git/svn repo) to no longer require a
+	host-tar <= 1.29. To differ between the old and the new
+	format, the new tarballs have gained a -br1 suffix
+	(<pkg>-<version>-br1.tar.gz).
+
+	New defconfigs: arrow avenger96, bananapi M1+, microchip
+	sam9x60ek, pine64 rock64
+
+	Removed defconfigs: QEMU ppc virtex-ml507
+
+	New packages: balena-engine, casync, coremark, coremark-pro,
+	datatables, datatables-buttons, datatables-fixedcolumns,
+	datatables-responsive, delve, frotz, gkrellm, inih, jszip,
+	libgeos, libiec61850, libmdbx, lualdap, neofetch,
+	nvidia-modprobe, open62541, perl-devel-cycle, perl-devel-size,
+	perl-math-int64, ply, popperjs, python-bleak,
+	python-defusedxml, python-pycups, python-pytest-asyncio,
+	python-typing-extensions, qcom-db410c-firmware, qt5coap,
+	qt5knx, qt5mqtt, quickjs, rcw-smarc-sal28, screenfetch,
+	ssdp-responder, tpm2-pkcs11, wqy-zenhei, xorcurses
+
+	Removed packages: audiofile, boa, ipsec-tools, libupnp18,
+	ti-sgx-libgdbm
+
+	Renamed rcw package to qoriq-rcw
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#13316: beaglebone_qt5_defconfig: PowerVR fails to start
+	#13416: dhcpcd start warning message: no such user dhcpcd
+	#13456: ccache prevents build
+	#13471: package/mpd/mpd.conf make use of path not created
+	#13506: BR2_PACKAGE_DHCPCD missing directory creation
+
 2020.11.2, released January 31st, 2021
 
 	Important / security related fixes.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2020-03-08 13:58 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2020-03-08 13:58 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=0e96faa72662c4de3b94f0861ff243c8640b6e51
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/CHANGES b/CHANGES
index 50bb4f1c7c..9934f4916a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,21 @@
+2020.02, not yet released
+
+	Various fixes.
+
+	br2-external: Fix compatibility with make 4.3+
+
+	Updated/fixed packages: bash, bcm2835, cups, erlang-p1-acme,
+	fbgrab, gst1-plugins-base, gst1-validate, gstreamer1, guile,
+	jhead, libdrm, libevdev, libinput, libsndfile, libvncserver,
+	linux-firmware, mesa3d, nodejs, patch, piglit, python-django,
+	ruby, swupdate, thrift, zziplib
+
+	Removed packages: classpath, jamvm
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#12606: fbgrab location has changed
+
 2020.02-rc3, released March 2nd, 2020
 
 	Fixes all over the tree.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2020-02-18 22:21 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2020-02-18 22:21 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=3eacee53ec400128630fa5b291ec230c2a7b3c43
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 90 insertions(+)

diff --git a/CHANGES b/CHANGES
index 5150272a55..06c9201960 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,93 @@
+2020.02-rc1, not yet released
+
+	Fixes all over the tree and new features.
+
+	Add experimental support for building with a per-package
+	target and host directory. This still has some rough edges,
+	but brings a number of advantages:
+
+	- Packages will only be able to access the explicitly listed
+          dependencies and not any other packages that happen to be
+          built before, ensuring correct dependency information in
+          Buildroot.
+
+	- Possibility for top-level parallel builds, speeding up
+          builds on multicore machines.
+
+	Core: Ensure package-file-lists data is correct after
+	incremental builds as well.
+
+	Architecture: Add support for ARC-HS38 with 64bit multiplier
+	variant, allow building glibc for big endian ARC, handle 16KB
+	MMU page size for ARC in toolchain wrapper.
+
+	Toolchain: Add binutils 2.33.1, GCC 7.5.0, Arm 9.2-2019.12
+	toolchains, ARC 2019.09 toolchain. Allow using custom kernel
+	headers newer than what is known by Buildroot.
+
+	pkg-stats: Support for CVE vulnerability reporting by
+	comparing to NVD database.
+
+	Reproducible builds: The go -trimpath option is now used to
+	get rid of absolute build paths, __FILE__ and __BASE_FILE__
+	defines are now handled in the toolchain wrapper.
+
+	Systemd: Build host variant and use systemctl to automatically
+	enable unit files rather than manually managing symlinks.
+
+	Util-linux: Ensure that hwclock is built without GPLv3
+	code. Notice that builds with hwclock has contained
+	GPLv3-licensed code since util-linux 2.30 (Buildroot 2017.08+)
+
+	New defconfigs: Beelink GS1, Raspberrypi4 64bit
+
+	New packages: alura, avro-c, bubblewrap, cctz, cereal,
+	cpuburn-arm, elixir, erlang-base64url, erlang-idna,
+	erlang-jose, erlang-p1-acme, erlang-p1-mqtree,
+	erlang-p1-yconf, fluid-soundfont, fluidsynth, gcnano-binaries,
+	gensio, glslsandbox-player, libargon2, libmodsecurity,
+	libpam-nfc, libtelnet, lua-codegen, lua-livr, lua-livr-extra,
+	lua-rotas, lua-silva, mfoc, network-manager-openvpn,
+	nginx-modsecurity, perl-crypt-openssl-aes,
+	perl-math-prime-util, pipewire, ptm2human, python-aenum,
+	python-aiohttp-debugtoolbar, python-aiohttp-mako,
+	python-aiologstash, python-aiosignal, python-aiozipkin,
+	python-async-lru, python-avro, python-bunch, python-crontab,
+	python-dnspython, python-entrypoints, python-esptool,
+	python-frozenlist, python-future, python-gitdb, python-janus,
+	python-lockfile, python-logstash, python-nested-dict,
+	python-pbr, python-pyaes, python-pydantic, python-smmap2,
+	python-sockjs, python-zc-lockfile, raspi-gpio, rocksdb,
+	sdbusplus, spidermonkey, thermald, ti-sgx-libgbm, tinyssh,
+	tio, umtprd, weston-imx, wireguard-linux-compat,
+	wireguard-tools, xdg-dbus-proxy
+
+	Removed packages: bluez_utils, celt051, erlang-p1-iconv, fis,
+	gadgetfs-test, libplayer, gstreamer, gst-ffmpeg,
+	gst-fsl-plugins, gst-omapfb, gst-plugins-bad,
+	gst-plugins-base, gst-plugins-good, gst-plugins-ugly,
+	perl-digest-md5, perl-mime-base64, perl-net-ping,
+	python-scapy3k, wireguard
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#11906: the new version of mesa3d cannot support etnaviv when..
+	#11996: opencv3 SIGILL on Cortex-A5 with VFPv4-D16
+	#12121: PyQt5.QtSerialPort and other modules not being built
+	#12256: package tar is outdated (1.29 is 3 years old
+	#12286: Can't import gobject in python 3.8
+	#12376: python-scapy3k is deprecated
+	#12386: carriage return issue when "make menuconfig"
+	#12441: qt5webengine build error: asm/errno.h: No such file or..
+	#12446: Buildroot fails to finish installing packages
+	#12456: qtvirtualkeyboard: No such file or directory
+	#12461: libglib2 build files with deep directory structure
+	#12481: minicom fails when output directory path contains "m4"
+	#12501: libnss-3.49.1: ld error: multiple definition of `gcm_..
+	#12526: host-nodejs 12.14.1: configure fail: AttributeError: ..
+	#12536: Linux-Headers extracting failure
+	#12546: Ninja 1.10 build Error
+
 2019.11.1, released January 12th, 2020
 
 	Important / security related fixes.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2019-11-04 22:52 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2019-11-04 22:52 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=bc8d4e97ec80c0f80d0d68dd1b575fc17e5c1fce
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 104 insertions(+)

diff --git a/CHANGES b/CHANGES
index 5436f1111f..fa741be405 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,107 @@
+2019.11-rc1, not yet released
+
+	Fixes all over the tree and new features.
+
+	Dependencies: Gcc/g++ 4.8 or newer is now required on the
+	build host.
+	Ensure host has JSON::PP perl module installed if
+	webkitgtk/wpewebkit packages are enabled as it is needed
+	during their build process.
+
+	Toolchain: Add support for the D programming language (GCC
+	9.x, Glibc).
+	GCC 9.x updated to 9.2.0, Glibc updated to 2.30, Musl updated
+	to 1.1.24, uClibc-ng updated to 1.0.32, ARC toolchain updated
+	to arc-2019.09-eng002.
+	Musl: Add a patch to add support for
+	sched_{get,set}scheduler() and sched_{get,set}param() for
+	compatibility.
+	Generate check-headers program under BUILD_DIR rather than
+	/tmp to fix issues with distributions mounting /tmp noexec.
+	Also copy libssp.so for external toolchains if SSP
+	to handle toolchains providing SSP support in libssp rather
+	than in the C library
+
+	New defconfigs: Beaglebone AI, FriendlyARM Nanopi NEO Plus2,
+	Libre Computer "La Frite", QEMU Armv7-A with trustzone/OP-TEE,
+	STM32MP157 Discovery Kit
+
+	Arch: Default to a sensible floating point ABI based on the
+	selected ISA extensions rather than always defaulting to
+	ILP32/64
+
+	Graph-size: Package sizes are now shown in human readable form
+	(Kib/Mib/Gib) rather than always in Kib. Binary (KB/MB/GB)
+	format can be selected using the --binary option. The cut-off
+	limit for classifying packages as "other" is now configurable
+	using the --size-limit option.
+
+	Br2-external: Linux kernel extensions can now also be provided
+	in an external tree by adding packages under
+	linux/linux-ext-*.mk. See the manual for details.
+
+	Fakeroot now works correctly under Microsoft Windows 10
+	Services for Linux, which does not provide SYSV IPC support
+
+	The check-uniq-files logic which would complain if multiple
+	packages would touch the same files has been removed as it
+	causes issues in certain situations (when packages are
+	rebuilt) and the issue is no longer considered a problem for
+	toplevel parallel builds as those will use a per-package
+	staging/target directory.
+	With this removed, Python is no longer required for a basic
+	build (only for optional scripts).
+
+	support/scripts/genimage.sh will no longer make a copy of
+	TARGET_DIR, speeding up post-build/image scripts.
+
+	The runtime test logic now uses Python 3.x.
+
+	A 'v' prefix has been dropped from the <pkg>_SOURCE variable
+	for a number of packages to match the version numbers used by
+	https://release-monitoring.org
+
+	New packages: caps, collectl, dav1d, fstrcmp, ima-evm-utils,
+	jitterentropy-library, kodi-vfs-rar, kodi-vfs-sftp, libavl,
+	libhttpserver, libmspack, libnetconf2, libolm, libyang, lrzip,
+	mdevd, minimodem, musl-fts, netifrc, ogre, openlayers,
+	python-aioredis, python-asgiref,
+	python-backports-functools-lru-cache, python-bluezero,
+	python-brotli, python-channels, python-channels-redis,
+	python-colorlog, python-daphne, python-django-enumfields,
+	python-jaraco-functools, python-kiwisolver, python-msgfy,
+	python-rpi-ws281x, python-setuptools-scm-git-archive,
+	python-simplelogging, python-soupsieve, python-sqliteschema,
+	python-sqlparse, python-tqdm, python-webencodings, qt5webview,
+	restclient-cpp, ripgrep, snmpclitools, sunwait, sysrepo,
+	uacme, utf8proc, uvw, ytree
+
+	Removed packages: alljoyn, alljoyn-base, alljoyn-tcl-base,
+	devmem2, eventlog, kodi-audiodecoder-opus,
+	kodi-screensaver-planestate, kodi-visualisation-waveforhue,
+	python-pysnmp-apps, riscv-pk, ustr
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#9881:  systemd-resolved not setting resolv.conf link
+	#10171: devmem2 w (word) is 8 bytes in x86 64 systems
+	#10586: musl gcc has ifunc enabled when musl doesn't support it
+	#10806: Allow nfs-utils to use ipv6
+	#11366: [2018.08] SysV IPC not available for fakeroot on WSL
+	#11411: check-uniq-files target issue
+	#11766: Console (getty) issues with systemd
+	#11781: mariadb build error
+	#12031: Build of cups-filters fails while linking, apparently due..
+	#12116: console prompt does not appear after login
+	#12141: eudev package is missing "render" and "kvm" groups
+	#12181: dropbear: norootlogin (-w) no longer works when PAM is enabled
+	#12186: Raspberry Pi Zero-W build fails on newer kernel versions
+	#12191: cmake BUILDDIR
+	#12241: Permission denied while running "make"
+	#12261: sudo versions prior to 1.8.28 are affected.
+	#12276: make clean/distclean does not remove BR2_DL_DIR and BR2_HOST_DIR
+	#12281: Custom configuration fails to build (based on raspberrypi3_..
+
 2019.08.1, released October 3rd, 2019
 
 	Important / security related fixes.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2019-08-19 21:34 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2019-08-19 21:34 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=a8bdbef245cae026cb6cfd6e1cb35da756784c14
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/CHANGES b/CHANGES
index 4a6e42e8fd..4f95012c44 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,46 @@
+2019.08-rc2, not yet released
+
+	Fixes all over the tree.
+
+	Compile fixes for a number of defconfigs.
+
+	Updated/fixed packages: apache, autofs, batctl, batman-adv,
+	bind, collectd, cwiid, dahdi-linux, dahdi-tools, daq,
+	dehydrated, dhcp, dtc, efl, enlightenment, evtest, gnutls, go,
+	gst-plugins-bad, gst-plugins-base, gst1-plugins-bad,
+	gst1-plugins-base, gst1-rtsp-server, gtkmm3, gupnp, harfbuzz,
+	imagemagick, lftp, libbsd, libcpprestsdk, libdnet, libfm,
+	libgit2, libgtk2, libgtk3, libpri, librsvg, libss7, libssh2,
+	libwpe, lua-cqueues, metacity, micropython, mpd, mpg123, musl,
+	mpv, openblas, openbox, opencv, pango, pcmanfm, piglit,
+	pigpio, pinentry, postgresql, qemu, qt5base, qt5enginio,
+	qt5multimedia, qt5serialbus, quazip, rrdtool, rygel, samba4,
+	stellarium, tcpreplay, ti-gfx, vte, wampcc,
+	wilink-bt-firmware, wireless-regdb, wpebackend-fdo,
+	xscreensaver
+
+	Removed packages: libamcodec, odroid-mali, odroid-scripts
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#9481:  NetworkManager/Ping unable to resolve domains
+	#10566: php.mk is missing option --with-pgsql
+	#10861: Package batman_adv Makefile is missing include header direct..
+	#11641: linux kernel .config timestamp always out of date fixed with..
+	#11671: russian locale ru_RU:145: LC_TIME: syntax error
+	#11701: recuuring of usr and in bin shortcuts are created
+	#11741: pigpio does not build host-pigpio
+	#11876: automount using host mount/umount
+	#11881: Build breaks with lftp package enabled and libexpat1-dev inst..
+	#11921: dahdi fails to build
+	#11936: libcpprestsdk should install to staging
+	#11946: wilink-bt-firmware: moved from github to http://git.ti.com/ti-bt
+	#11961: libpri build failure
+	#12086: dhcp shared libraries not installed to target
+	#12096: tcpreplay: build fails if libdumbnet-dev is installed in the..
+	#12106: daq: build fails if libdumbnet-dev is installed in the host
+	#12126: vc4 has neon as hard dependency
+
 2019.08-rc1, released August 9th, 2019
 
 	Fixes all over the tree and new features.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2018-02-04 23:49 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2018-02-04 23:49 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=77d58aab46b22ed08023c55bec211adef01b8699
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)

diff --git a/CHANGES b/CHANGES
index c95fe01e65..022e94f520 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,68 @@
 	The global source-check and per-package <pkg>-source-check
 	targets have been removed.
 
+	Architecture: Add x86 Silvermont variant. Add several new ARM
+	variants, rework MIPS NaN logic. Support mainline binutils/gcc
+	for ARC.
+
+	Toolchains: Linaro toolchains upgraded to 2017.11 release, ARC
+	external toolchains upgraded to arc-2017.09. Libatomic is now
+	also copied for external musl based toolchains.
+	Add binutils 2.30.x and switch to binutils 2.29.x by default.
+
+	Added hardening options to build with RELRO and FORTITY.
+
+	New defconfigs: Bananapi M64, FriendlyARM Nanopi A64 & NEO2,
+	imx6slevk, imx6sx-sdb, imx6ulevk, Olimex A64-OLinuXino,
+	Orangepi lite / pc plus / pc / prime / win / win plus / zero
+	plus2, Pine64, Solidrun MacchiatoBin. Sopine.
+
+	Add utils/diffconfig, a simple utility for comparing
+	configuration files - Adapted from the version in the
+	Linux kernel.
+
+	Infrastructure: Check that the same file is not touched by
+	multiple packages, as a preparation for toplevel parallel
+	builds.
+
+	Hashes for the license files for a large number of packages
+	have been added, ensuring that license changes will not be
+	missed when packages are bumped.
+
+	Fix build issue for autotools based packages checking for C++
+	support on toolchains without C++ support and on a distro
+	lacking /lib/cpp (E.G. Arch Linux).
+
+	Support for the meson build system.
+
+	Pie charts generated by 'graph-build' or 'graph-size' are now
+	sorted according to the size of each piece.
+
+	System: Only show getty options when busybox init or sysvinit
+	are used.
+
+	ARM-trusted-firmware: Support ATF bundled in U-Boot as
+	well as U-Boot bundled in ATF.
+
+	Zlib is now a virtual package, provided by either libzlib or
+	zlib-ng, similar to openssl.
+
+	New packages: aoetools, armbian-firmware, binaries-marvell,
+	brltty, cups-filters, curlpp, daq, flatbuffers, gconf,
+	glorytun, gstreamer1-mm, imx-m4fwloader, imx-gpu-g2d,
+	json-for-modern-cpp, libcpprestsdk, libgta, libostree,
+	libupnp18, luadbi, luadbi-sqlite3, lua-utf8, lynx, meson,
+	mv-ddr-marvell, nilfs-utils, opentracing-cpp, open-lldp, pimd,
+	proj, python-flask-cors, python-jaraco-classes,
+	python-more-itertools, python-oauthlib, python-raven,
+	python-remi, python-requests-oauthlib, python-schedule,
+	python-secretstorage, python-see, python-tabledata,
+	python-txtorcon, python-xlib, qt5charts, rtl8189fs, rtl8723bu,
+	rygel, safeclib, solatus, tcf-agent, traceroute, waylandpp,
+	wolfssl, zisofs-tools, zlib-ng
+
+	Removed packages: eeprog
+
 2017.11.2, Released January 21st, 2018
 
 	Important / security related fixes.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2017-11-06 20:55 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2017-11-06 20:55 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=64bbd34893bdc3f57ce65720e1bf6e6b02551d96
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Openssl is now a virtual package and new defconfigs.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/CHANGES b/CHANGES
index 603ab93..d8153de 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
 
 	Fixes all over the tree and new features.
 
+	Openssl is now a virtual package, which may be provided by
+	OpenSSL (now renamed to libopenssl) or LibreSSL.
+
 	libssh2: there is now an explicit choice of the backend to use
 	(mbedtls, gnutls or openssl). Previously, the choice was implicit
 	based on the TLS library that was selected. Now, it is possible to
@@ -12,6 +15,12 @@
 	bit bigger than before. To remove unneeded MIBS, you should use a
 	post-build script.
 
+	New defconfigs: Atmel SAM45D27, Bananapi M1 and M2 Plus,
+	Engicam i.CoreM6 Qt5 configuration, i.MX6 sabreauto (mainline
+	kernel/u-boot), i.MX6Q sabresd Qt5 configuration, i.MX7d-pico,
+	QEMU ppc64le, Raspberry pi3 Qt5 webengine configuration,
+	Technologic TS-7680.
+
 	New packages: asterisk, azmq, bcg729, boinc, dahdi-linux,
 	dahdi-tools, freeswitch-mod-bcg729, fscryptctl, libb64,
 	libpri, libss7, lua-basexx, lua-compat53, lua-cqueues,

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2017-11-05 22:43 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2017-11-05 22:43 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=10b9c36078ba7467f9a040c6b74a9402b9fd5a2d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Add new/removed packages, closed bugzilla issues.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/CHANGES b/CHANGES
index e54c48a..7050af3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
 2017.11-rc1, To be released
 
+	Fixes all over the tree and new features.
+
 	libssh2: there is now an explicit choice of the backend to use
 	(mbedtls, gnutls or openssl). Previously, the choice was implicit
 	based on the TLS library that was selected. Now, it is possible to
@@ -11,6 +13,32 @@
 	bit bigger than before. To remove unneeded MIBS, you should use a
 	post-build script.
 
+	New packages: asterisk, azmq, bcg729, boinc, dahdi-linux,
+	dahdi-tools, freeswitch-mod-bcg729, fscryptctl, libb64,
+	libpri, libss7, lua-basexx, lua-compat53, lua-cqueues,
+	lua-curl, lua-datafile, lua-fifo, lua-httpd,
+	lua-lpeg-patterns, lua-markdown, lua-sailor, lua-value,
+	luksmeta, minetest, minetest-game, pdmenu, prosody,
+	python-aiocoap, python-automat, python-ibmiotf,
+	python-iso8601, python-m2r, python-simplesqlite,
+	python-websockets, python-xmltodict, qt5wayland, qt5webengine,
+	restorecond, selinux-python, semodule-utils, uhubctl,
+	wireguard, wsapi-fcgi, wsapi-xavante
+
+	Removed packages: aiccu, rfkill, sepolgen
+
+	Issues resolved (http://bugs.buildroot.org):
+
+	#10281: lsblk does not compile for util-linux
+	#10336: lttng compilation fails : linking error
+	#10351: glibc missing in rootfs
+	#10356: nfs-utils missing header
+	#10366: dropbear download url has changed
+	#10391: WiringPi retrieves wrong (old) version
+	#10406: Beaglebone black: Buggy SGX driver version, swapped...
+	#10426: uboot-tools' fw_setenv does not update the redundant...
+	#10451: libpcap 1.8.x and 1.7x does not compile on PPC
+
 2017.08.1, Released October 23rd, 2017
 
 	Important / security related fixes.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2017-09-01 15:06 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2017-09-01 15:06 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=13c443963f21a2949b21d85f9078746dfcb5b875
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index d571180..9f1d389 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,14 @@
 
 	Fixes all over the tree.
 
-	Updated/fixed packages:
+	Toolchain: Don't allow internal toolchain builds for MIPS
+	M6201/P6600, as support for these are not yet in mainline GCC.
+
+	Updated/fixed packages: bcusdk, connman, dialog, dnsmasq,
+	gnupg, grub2, iostat, iucode-tool, libgcrypt, libkcapi,
+	libphidget, libv4l, linux-tools, mediastreamer, minidlna,
+	nss-pam-ldapd, nvidia-driver, qt-webkit-kiosk, rpcbind, squid,
+	transmission, vde2, vim
 
 	Updated/fixed defconfigs:
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2017-08-02 19:12 Thomas Petazzoni
  0 siblings, 0 replies; 89+ messages in thread
From: Thomas Petazzoni @ 2017-08-02 19:12 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=d64d1216968e5a99c0baccef06e98f7c982cb60b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Update with the skeleton rework details, and a webkitgtk bug that is
now fixed.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 CHANGES | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/CHANGES b/CHANGES
index e31fd7a..61df8ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,19 @@
 
 	Infrastructure:
 
+	- The skeleton package has been split into multiple packages:
+	  skeleton-sysv (when Busybox or SysV init are used),
+	  skeleton-systemd (when systemd is used), skeleton-none (when
+	  no init system is used) and skeleton-custom (when a custom
+	  skeleton is used). Those packages, except skeleton-custom,
+	  share common logic and data in a new package called
+	  skeleton-common. The skeleton package becomes a virtual
+	  package. This change allows to generate a filesystem that is
+	  compliant with systemd expectations.
+
+	- Support for using a read-only filesystem with systemd has
+	  been fixed.
+
 	- Major revamp of the gettext handling, with user-visible
 	  effect:
 
@@ -113,6 +126,7 @@
 
 	Issues resolved (http://bugs.buildroot.org):
 
+	#7892: systemd-journald is broken
 	#9341: avahi-utils does not compile with uClibc +  libglib2
 	#9441: Link BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY to
 	       BR2_ENABLE_DEBUG
@@ -142,6 +156,8 @@
 	#10061: gcc5.4 buildroot toolchain for powerpc libsanitizer
 		failure
 	#10076: Makefile:4113: recipe for target 'all-gcc'  failed
+	#10121: webkit without the multimedia option causes build
+		error
 
 2017.05.2, Released July 27th, 2017
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2016-08-06  9:24 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2016-08-06  9:24 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=960cc977006ba84442c9fa447e1fbf1c4512a743
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 91 insertions(+)

diff --git a/CHANGES b/CHANGES
index 193b4df..4d85f0e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,94 @@
+2016.08, Not yet released:
+
+	Fixes all over the tree and new features.
+
+	Toolchain: Fortran support added. eglibc support removed, musl
+	support no longer experimental. Blackfin and Microblaze
+	support for internal uClibc-ng toolchain, m68k/coldfire
+	improvements. The check for unsafe (build host) directories
+	access (/usr/include and /usr/lib) is now enabled by default.
+	Unused locales are now purged by default to save space (and
+	the default list of locales shrunk). The option to control
+	this has now moved from the toolchain menu to system
+	configuration.
+
+	Legal info improvements: sources are now hardlinked instead of
+	copied if possible to save space. Patches and extra downloads
+	are also saved.
+
+	An experimental configuration knob (BR2_REPRODUCIBLE) has been
+	added to make the builds more reproducible (E.G. less
+	differences in the binary output between builds of the same
+	configuration). This is still work in progress.
+
+	An option to execute a custom script inside the fakeroot
+	environment used to the generate the filesystem (E.G. to tweak
+	permissions or similar) has been added.
+
+	Git support now supports git submodules if
+	<pkg>_GIT_SUBMODULES is enabled.
+
+	Hash files for integritry validation have been added for all
+	packages.
+
+	Scanpypi utility to help creating packages from the Python
+	package index (pypi) has been added.
+
+	The makedevs utility now has support for adding file
+	capabilities using extended attributes.
+
+	New defconfigs: Arcturus uCP1020, Atmel sama5d{2,3,4} xplained
+	development configs, Blackfin GDB simulator, Linksprite
+	pcDuino, Minnow Board Max graphical demo, NXP i.MX25 PDK,
+	i.MX51 EVK, i.MX6UL Pico, i.MX7 sabresd, QEMU MIPS32r6{,el} and
+	MIPS64r6{,el} malta, Roseapple Pi, Samsung Snow chromebook,
+	Toradex Apalis i.MX6 COM, TS-4800, x86-64 PC BIOS and EFI
+	demos. A number of defconfigs have been updated and extended
+	to generate SD card images. Synopsys HS38 VDK defconfig removed.
+
+	New packages: 4th, acpica, acpitool, alljoyn, alljoyn-base,
+	alljoyn-tcl, alljoyn-tcl-base, argparse, babeld, batman-adv,
+	circus, dante, docker-containerd, docker-engine, domoticz,
+	efibootmgr, efivar, ficl, fwup, gsettings-desktop-schemas,
+	gtksourceview, gupnp-dlna, gupnp-tools, igd2-for-linux,
+	jemalloc, kmsxx, lapack, lft, libaacs, libamcodec, libbdplus,
+	libcoap, libdvdcss, libebur128, libfastjson, libminiupnpc,
+	libnatpmp, libpqxx, libuio, libvdpau, log4cpp, minissdpd,
+	mxsldr, nginx-nasxi, nginx-upload, ninja, nodm, odroid-mali,
+	odroid-scripts, omxplayer, openblas, openmpi, openzwave,
+	p7zip, pdbg, python-argh, python-dataproperty,
+	python-dateutil, python-dialog3, python-dicttoxml,
+	python-dominate, python-engineio, python-flask-jsonrpc,
+	python-flask-login, python-humanize, python-pathtools,
+	python-pathvalidate, python-pillow, python-prompt-toolkit,
+	python-pytablewriter, python-pytz, python-scapy3k,
+	python-sdnotify, python-socketio, python-tomako,
+	python-ubjson, python-u-msgpack, python-watchdog,
+	python-wcwidth, python-xlrd, python-xlsxwriter,
+	python-xlutils, python-xlwt, rs485conf, runc, sdl2_gfx,
+	sdl2_image, sdl2_ttf, shellinabox, sphinxbase, stella,
+	supertuxkart, systemd-bootchart, tekui, terminology, tinycbor,
+	tinydtls, ti-sgx-demos, ti-sgx-km, ti-sgx-um, tunctl, wavemon,
+	wiringpi, xen
+
+	Deprecated packages: ipkg, sstrip
+
+	Removed packages: sunxi-mali-prop
+
+	Issues resolved (http://bugs.buildroot.org):
+
+	#8931: segment fault when compile argp-help.c using aarch64-bu...
+	#8966: eglfs error. buildroot don't compile the library libeglfs.so
+	#8971: build for beaglebone fails
+	#8986: qt5imageformats fails to build on AArch64
+	#8991: grub2 fails to compile
+	#9001: Nodejs option not available
+	#9006: gcc with c++ support v4 and v5 fail to compile on fedora 24
+	#9016: arceb-buildroot-linux-uclibc ld uses incorrect default format
+	#9066: 8139TOO - faulty behaviour
+	#9086: Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203)
+	#9091: U-Boot fails to boot with large ramdisk
+
 2016.05, Released May 31st, 2016
 
 	Minor fixes.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2016-02-17 22:08 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2016-02-17 22:08 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=a00646db2d4911e9c449f2a04672532a959c2432
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/CHANGES b/CHANGES
index 6892121..18624a0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,25 @@
+2016.02, Not yet released
+
+	Fixes all over the tree.
+
+	Toolchain: PR19405 backport to binutils 2.25.1 to fix NIOS ld
+	crash. glibc security patches for CVE-2014-8121, CVE-2015-1781
+	and CVE-2015-7547.
+
+	Defconfigs for Acmesystems Arietta g25 added.
+
+	Updated/fixed packages: binutils, boost, chrony, dovecot,
+	e2fsprogs, fio, gdb, glibc, graphite2, icu, kbd, libbsd,
+	libcue, libgcrypt, libraw, links, mc, mosquitto, nodejs,
+	postgresql, pptp-linux, pulseaudio, samba4, spice, squid,
+	sysklogd, systemd, tiff, uclibc, ulogd, util-linux, valgrind.
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#8576: Building embedded Linux for Atmel SAMA5D4_Xplained...
+	#8606: Problem compiling on Arch Linux
+	#8681: kbd 2.0.3 does not build on rpi
+
 2016.02-rc1, Released February 10th, 2016
 
 	Fixes all over the tree and new features.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2016-02-09 17:10 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2016-02-09 17:10 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=2ea4443eaaa8d7715d510e133a684186f9e8148b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES | 182 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 182 insertions(+)

diff --git a/CHANGES b/CHANGES
index 336b195..5a63add 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,185 @@
+2016.02, Not yet released
+
+	Fixes all over the tree and new features.
+
+	Toolchain: Support for GCC 5.3.x. ARC toolchain updated to
+	arc-2015.12. Support for legacy uClibc dropped, default to
+	uClibc-ng instead. Added sys/queue.h implementation for MUSL
+	for compatibility. Updated versions of Code sourcery and
+	Linaro toolchains. MIPS Codescape toolchains added. Version
+	selection for preconfigured external toolchains removed.
+
+	New Defconfigs: ARM Juno r0/r1 development boards, Freescale
+	i.MX6UL Evaluation Kit, Intel Galileo Gen 2, Orange Pi PC.
+	A number of defconfigs have been extended to generate complete
+	system images using genimage.
+
+	Makedevs utility now accepts textual (non-numerical) user and
+	group names.
+
+	Vagrant file to easily setup a working development environment
+	in a VM has been added.
+
+	Size-stats-compare script to compare rootfs sizes between
+	builds has been added.
+
+	Infozip package renamed to zip. EFL packages restructured.
+
+	Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils,
+	angularjs, apache, apr, argp-standalone, armadillo, arptables,
+	at, atk, audiofile, aumix, autoconf-archive, avahi, bash, bc,
+	bcache-tools, bdwgc, beecrypt, bind, binutils, bluez5_utils,
+	bluez_utils, bonnie, boost, busybox, cairo, cdrkit, chrony,
+	clamav, cmake, collectd, connman, coreutils, cppcms, crda,
+	cryptodev-linux, cryptsetup, cups, cwiid, cxxtest, dbus,
+	dbus-cpp, dbus-glib, debianutils, dhcp, dhcpcd, dhrystone,
+	dillo, directfb, directfb-examples, dmraid, dnsmasq, doom-wad,
+	dovecot, dovecot-pigeonhole, dropbear, dtv-scan-tables,
+	dvb-apps, dvbsnoop, ecryptfs-utils, eigen, ejabberd,
+	elementary, elfutils, enlightenment, erlang, espeak, eudev,
+	eventlog, exfat, exfat-utils, exiv2, expedite, faifa,
+	fakeroot, fastd, fbgrab, fetchmail, ffmpeg, findutils, fio,
+	firmware-imx, flann, flashrom, flite, flot, fmlib, freerdp,
+	freescale-imx, freetype, gauche, gawk, gcc, gcc-final, gcr,
+	gdb, gdk-pixbuf, geoip, gesftpserver, gettext, giflib, git,
+	glibc, glibmm, glog, gmp, gnupg, gnupg2, gnutls, gob2, gpsd,
+	gptfdisk, grep, gst1-libav, gst1-plugins-{bad,base,good,ugly},
+	gst-ffmpeg, gst-plugins-{bad,base,good,ugly}, gstreamer,
+	gstreamer1, guile, gvfs, gzip, harfbuzz, haserl, hiawatha,
+	hostapd, hplip, icu, ifupdown, imagemagick, imx-gpu-viv,
+	imx-kobs, imx-lib, input-tools, intel-microcode, iperf3,
+	ipmitool, iproute2, iprutils, ipsec-tools, ipset, iptables,
+	iputils, irda-utils, irssi, iucode-tool, jack2, janus-gateway,
+	jpeg-turbo, jquery-datetimepicker, jquery-keyboard,
+	jquery-sparkline, jquery-ui, jquery-ui-themes,
+	jquery-validation, json-c, kbd, kernel-module-imx-gpu-viv,
+	keyutils, kmod, knock, kodi, lcdproc, lcms2, leafnode2,
+	leafpad, libass, libatomic_ops, libbroadvoice, libbsd,
+	libcap-ng, libcdaudio, libcue, libcurl, libdrm, libecore,
+	libedbus, libedit, libedje, libeet, libefreet, libeina,
+	libeio, libelementary, libembryo, libepoxy, libethumb, libev,
+	libevas, libevas-generic-loaders, libevdev, libevent, libffi,
+	libfm, libfribidi, libfslcodec, libfslparser, libfslvpuwrap,
+	libftdi, libfuse, libgail, libglew, libglib2, libgtk2,
+	libgtk3, libgudev, libhttpparser, libidn, libinput, libiscsi,
+	libjpeg, liblinear, libmbim, libmicrohttpd, libndp, libnspr,
+	libnss, liboauth, liboping, libpciaccess, libplist, libpng,
+	libraw, libraw1394, librsvg, libseccomp, libsecret,
+	libserialport, libsigc, libsigrok, libsigrokdecode,
+	libsndfile, libsoc, libsodium, libsoup, libssh2, libsvg,
+	libsvg-cairo, libtasn1, libtirpc, libtorrent, libungif,
+	libunwind, libupnpp, liburcu, libuv, libv4l, libva,
+	libva-intel-driver, libvips, libvncserver, libxml2, libxmlpp,
+	lightning, lighttpd, linknx, linux-firmware, linux-fusion,
+	linux-headers, liquid-dsp, lirc-tools, live555, lm-sensors,
+	lockdev, lshw, ltp-testsuite, ltrace, lttng-babeltrace,
+	lttng-libust, lttng-modules, lttng-tools, lua, luabitop,
+	luarocks, luv, lvm2, lxc, makedevs, mc, memcached, memtest86,
+	mesa3d, mesa3d-demos, mesa3d-headers, micropython,
+	micropython-lib, minicom, minidlna, mjpg-streamer, mke2img,
+	moarvm, modem-manager, mongoose, mongrel2, monkey, mono,
+	monolite, mosh, mosquitto, mpd, mplayer, msgpack, mtdev2tuio,
+	musepack, musl, mysql, nano, nasm, nbd, neard, netatalk,
+	netsnmp, nettle, net-tools, network-manager, nfs-utils, nginx,
+	nmap, nodejs, ntfs-3g, ntp, numactl, nut, nvidia-driver,
+	odhcp6c, ofono, ola, olsr, omniorb, opencv, opencv3, openipmi,
+	openldap, openntpd, openobex, openocd, openpgm,
+	open-plc-utils, openpowerlink, openssh, openssl, openswan,
+	openvpn, opkg, oprofile, opus, opusfile, p11-kit, package,
+	pango, pax-utils, pciutils, pcmanfm, perl, perl-db-file,
+	perl-io-socket-ssl, perl-libwww-perl, perl-net-dns, perl-uri,
+	perl-xml-libxml, php, php-ssh2, picocom, pinentry, pixman,
+	polarssl, popt, portaudio, pppd, procps-ng, proftpd, protobuf,
+	psmisc, ptpd2, pulseaudio, pulseview, pv, python, python3,
+	python-alsaaudio, python-can, python-cffi, python-cherrypy,
+	python-httplib2, python-jinja2, python-lxml, python-m2crypto,
+	python-mako, python-msgpack, python-psutil, python-pyasn,
+	python-pycparser, python-pydal, python-pyftpdlib,
+	python-pyroute2, python-pyxml, python-pyzmq, python-requests,
+	python-serial, python-setuptools, python-six, python-spidev,
+	python-tornado, python-twisted, python-web2py, python-webpy,
+	python-werkzeug, python-zope-interface, qemu, qhull, qpdf, qt,
+	qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio,
+	qt5graphicaleffects, qt5imageformats, qt5multimedia,
+	qt5quick1, qt5quickcontrols, qt5script, qt5sensors,
+	qt5serialport, qt5svg, qt5webchannel, qt5webkit,
+	qt5webkit-examples, qt5websockets, qt5x11extras,
+	qt5xmlpatterns, qt-webkit-kiosk, racehound, radvd, read-edid,
+	readline, redis, rpcbind, rpi-firmware, rpi-userland, rrdtool,
+	rsync, rsyslog, rtai, rtorrent, rt-tests, rubix, ruby, samba4,
+	sconeserver, setools, shairport-sync, sigrok-cli, skeleton,
+	smack, snowball-init, socat, sp-oops-extract, sqlite,
+	squashfs, squeezelite, squid, sredird, sshfs,
+	start-stop-daemon, strace, strongswan, stunnel, subversion,
+	sunxi-tools, swig, sysdig, syslog-ng, sysstat, systemd,
+	sysvinit, taglib, tcl, tcpreplay, thrift, ti-gfx, tinyalsa,
+	tor, torsmo, trace-cmd, transmission, tremor, triggerhappy,
+	trinity, tvheadend, tzdata, uboot-tools, uclibc, udisks,
+	udpcast, unionfs, upmpdcli, usb_modeswitch,
+	usb_modeswitch_data, ustr, util-linux, vala, valgrind,
+	vboot-utils, vde2, vlc, vnstat, webkit, webkitgtk24, weston,
+	wget, whetstone, whois, wine, wipe, wireless-regdb, wireshark,
+	wpa_supplicant, w_scan, x11r7, xapp_xbacklight, xapp_xcompmgr,
+	xapp_xinput, xapp_xkbcomp, xdriver_xf86-input-evdev,
+	xdriver_xf86-input-libinput, xdriver_xf86-input-synaptics,
+	xdriver_xf86-video-ati, xdriver_xf86-video-fbturbo,
+	xdriver_xf86-video-imx-viv, xdriver_xf86-video-intel,
+	xfont_encodings, xfont_font-adobe-100dpi,
+	xfont_font-adobe-75dpi, xfont_font-adobe-utopia-100dpi,
+	xfont_font-adobe-utopia-75dpi, xfont_font-adobe-utopia-type1,
+	xfont_font-alias, xfont_font-arabic-misc,
+	xfont_font-bh-100dpi, xfont_font-bh-75dpi,
+	xfont_font-bh-lucidatypewriter-100dpi,
+	xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf,
+	xfont_font-bh-type1, xfont_font-bitstream-100dpi,
+	xfont_font-bitstream-75dpi, xfont_font-bitstream-type1,
+	xfont_font-cronyx-cyrillic, xfont_font-cursor-misc,
+	xfont_font-daewoo-misc, xfont_font-dec-misc,
+	xfont_font-ibm-type1, xfont_font-isas-misc,
+	xfont_font-jis-misc, xfont_font-micro-misc,
+	xfont_font-misc-cyrillic, xfont_font-misc-ethiopic,
+	xfont_font-misc-meltho, xfont_font-misc-misc,
+	xfont_font-mutt-misc, xfont_font-schumacher-misc,
+	xfont_font-screen-cyrillic, xfont_font-sony-misc,
+	xfont_font-sun-misc, xfont_font-winitzki-cyrillic,
+	xfont_font-xfree86-type1, xfsprogs, xkeyboard-config, xl2tp,
+	xlib_libfontenc, xlib_libXi, xmlstarlet, xscreensaver,
+	xserver_xorg-server, xtables-addons, xvkbd, xz, yad, yasm,
+	ympd, zeromq, zic, znc, zsh,
+
+	New packages: acsccid, assimp, atkmm, autofs, bcm2835,
+	cairomm, cantarell, chocolate-doom, comix-cursors, cxxtest,
+	edid-decode, emlog, gcr, gtkmm3, hidapi, jquery-sidebar,
+	kernel-module-imx-gpu-viv, libasplib, libcroco, libdvbpsi,
+	libfreeglut, libgdiplus, libglfw, libhdhomerun, libnet,
+	libsoil, lldpd, luvi, mbedtls, minizip, miraclecast, mongodb,
+	mraa, netbsd-queue, netsniff-ng, nss-pam-ldapd,
+	obsidian-cursors, openal, openbox, pangomm,
+	python-backports-abc, python-beautifulsoup4, python-cbor,
+	python-click, python-cssselect, python-ecdsa, python-html5lib,
+	python-idna, python-ipaddress, python-mistune, python-netaddr,
+	python-paho-mqtt, python-paramiko, python-pyparted,
+	python-pysmb, python-pyudev, python-singledispatch,
+	python-smbus-cffi, python-urllib3, qt53d, rabbitmq-c, rfkill,
+	sbc, spi-tools, tpm-tools, trousers, ubus, unrar, unscd,
+	unzip, v4l2grab, xdriver_xf86-video-nouveau, xdotool, zbar
+
+	Removed packages: libungif, python-pyxml,
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#7886: gettext: link failure with locally-installed libxml2
+	#7892: systemd-journald is broken
+	#8066: nodejs crashes when built with gcc 4.9
+	#8296: nodejs 0.12.7 - npm crashes (seg core dump)
+	#8501: gunzip fails to uncompress files
+	#8541: fail to build host-fakeroot-1.20.2
+	#8546: build instructions for raspberry pi don't work
+	#8571: strace for ARC compile error
+	#8581: pciutils.mk PCIUTILS_MAKE_OPTS typo
+	#8616: Fail to build for raspberrypi_defconfig with big endian
+	#8621: sqlite package, properly enable readline
+
 2015.11, Released November 30th, 2015
 
 	Minor fixes.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2015-11-27 15:21 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2015-11-27 15:21 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=db80b0a5d6fe463d758b5413f2231f18bc38f100
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Should have been part of -rc3, but seems like I forgot to save the file :/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/CHANGES b/CHANGES
index 60c7824..5ef9a20 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,18 @@
 
 	Fixes all over the tree.
 
-	Updated/fixed packages:
+	We have a new modern website!
+
+	Updated/fixed packages: apitrace, audiofile, autossh, bullet,
+	c-ares, collectd, conntrack-tools, cryptodev-linux, dropbear,
+	fastd, gmp, gpsd, gst-plugins-bad, gst-plugins-base,
+	gst-plugins-good, gst-plugins-ugly, gstreamer, gstreamer1,
+	guile, iodine, iproute2, jimtcl, kompexsqlite, libethumb,
+	libfreeimage, libgsasl, libgtk3, libxml2, localedef,
+	lttng-tools, macchanger, mongrel2, mpd, openntpd, openssl,
+	oprofile, pcre, qt5base, quagga, rpi-userland, sconeserver,
+	sdl, spidev_test, sqlite, strongswan, ustr, xapp_sessreg,
+	yajl, zmqpp
 
 	Issues resolved (http://bugs.uclibc.org):
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: Update with recent changes
@ 2015-08-31 20:37 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2015-08-31 20:37 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=42180d8ab85058e92384f38db4e86d794728411d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGES b/CHANGES
index dd6595f..3454d6b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,9 +6,9 @@
 	reintroduced as opencv.
 
 	Updated/fixed packages: bootutils, canfestival, cppcms,
-	curlftpfs, dhcpdump, dropbear, erlang-p1-tls, gnuradio, ipkg,
-	libgudev, libmbim, libweksock, linux-pam, ltrace, midori,
-	network-manager, openssh, perl-file-listing,
+	curlftpfs, dhcpdump, dropbear, erlang-p1-tls, exfat, gnuradio,
+	ipkg, libgudev, libmbim, libwebsock, linux-pam, lm-sensors,
+	ltrace, midori, network-manager, openssh, perl-file-listing,
 	perl-http-cookies, perl-http-daemon, perl-http-negotiate,
 	perl-www-robotrules, python-can, qt5base, qt5multimedia,
 	setools, sysvinit, tinyalsa, tn5250, tvheadend, uboot, vlc,

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: Update with recent changes
@ 2015-08-31  8:13 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2015-08-31  8:13 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=3131ec442c0146a185740008b7113d6936c46001
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index 589448c..dd6595f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,19 @@
+2015.08, Not yet released
+
+	Minor fixes.
+
+	OpenCV 3.x package renamed to opencv3. OpenCV 2.4.x
+	reintroduced as opencv.
+
+	Updated/fixed packages: bootutils, canfestival, cppcms,
+	curlftpfs, dhcpdump, dropbear, erlang-p1-tls, gnuradio, ipkg,
+	libgudev, libmbim, libweksock, linux-pam, ltrace, midori,
+	network-manager, openssh, perl-file-listing,
+	perl-http-cookies, perl-http-daemon, perl-http-negotiate,
+	perl-www-robotrules, python-can, qt5base, qt5multimedia,
+	setools, sysvinit, tinyalsa, tn5250, tvheadend, uboot, vlc,
+	x264, xserver_xorg-server, zyre
+
 2015.08-rc2, Released August, 24th 2015
 
 	Fixes all over the tree.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2015-08-05 13:05 Thomas Petazzoni
  0 siblings, 0 replies; 89+ messages in thread
From: Thomas Petazzoni @ 2015-08-05 13:05 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=da63d87ce0d97911fe02e4cc898398b46c947643
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 CHANGES |  202 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 196 insertions(+), 6 deletions(-)

diff --git a/CHANGES b/CHANGES
index 1e94929..830f525 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,12 +2,202 @@
 
 	Fixes all over the tree and new features.
 
-	Infrastructure: Buildroot takes better care now of generating
-	predictable permissions in the target filesystem. However,
-	existing permissions on a custom skeleton or rootfs overlay
-	will no longer be preserved. Therefore, it is necessary to
-	add a permission table (BR2_ROOTFS_DEVICE_TABLE) to set
-	the required permissions.
+	Architectures:
+
+	 - Refactor how the availability of an MMU is described.
+	 - Minimal support for Cortex-M3
+	 - Minimal support for AArch64 big-endian
+
+	Toolchains:
+
+	 - Add CodeSourcery MIPS 2015.05, remove MIPS 2013.11
+	 - Use uClibc-ng as the default uClibc version, instead of the
+	   official uClibc, which hasn't done any release since 3+
+	   years
+	 - eglibc is now marked as deprecated
+	 - GCC: gcc 4.9.x is now the default and was updated to 4.9.3,
+	   support for gcc 5.x added.
+	 - Binutils: use Binutils 2.24 as the default, 2.25.x series
+	   bumped to 2.25.1, remove old Binutils 2.22.
+	 - Update ARC toolchain components to 2015.06
+	 - Add support for Fortran when building gcc
+
+	Bootloaders:
+
+	 - Support for using the kconfig configuration system in
+	   U-Boot
+
+	New Defconfigs:
+
+	 - VIA VAB-820/AMOS-820
+	 - OLimex OLinuxino A20 Lime
+	 - Many new defconfigs for Atmel evaluation boards:
+	   at91sam9rlek, at91sam9x5ek, sama5d3xek, sama5d4ek, sama5d4
+	   Xplained Ultra, sama5d3 Xplained.
+	 - ACME Systems Aria G25
+	 - WarPboard
+	 - Altera Cyclone 5 Development Board
+	 - Xilinx zc706
+	 - ARC AXS101 and AXS103 Software Development Platforms
+	 - Significant updates to Raspberry Pi / Raspberry Pi 2
+
+	Infrastructure:
+
+	 - Buildroot takes better care now of generating predictable
+	   permissions in the target filesystem. However, existing
+	   permissions on a custom skeleton or rootfs overlay will no
+	   longer be preserved. Therefore, it is necessary to add a
+	   permission table (BR2_ROOTFS_DEVICE_TABLE) to set the
+	   required permissions.
+	 - Add support for kconfig fragments.
+	 - No longer pass --{enable,disable}-debug to autotools
+	   packages depending on the value of
+	   BR2_ENABLE_DEBUG. BR2_ENABLE_DEBUG now only controls
+	   whether we build with -g or not.
+	 - Support for extracting archives in .lzma in the generic
+	   package infrastructure.
+	 - Remove random-seed file from the default skeleton, since
+	   seeding the entropy pool with a known seed makes more harm
+	   than good.
+	 - In the CVS download helper, add support to use a date as
+	   the version.
+	 - Add support for a per-package <pkg>_STRIP_COMPONENTS
+	   variable, which packages can use to specify how many path
+	   components should be stripped when extracting the tarball.
+	 - Addition of a 'kernel-module' package infrastructure, which
+	   simplifies the packaging of external kernel modules. Many
+	   existing packages are converted to use it.
+	 - Allow bootloaders to be implemented in $(BR2_EXTERNAL)
+	 - Remove /etc/securetty from the default skeleton.
+	 - Migration of sysV initscripts from the default skeleton to
+	   a package called 'initscripts', installed only when Busbox
+	   init or sysvinit are used.
+	 - Migration of the skeleton logic to a proper 'skeleton'
+	   package.
+	 - Addition of a 'linux-tools' infrastructure in the 'linux'
+	   package, to support building user-space tools bundled
+	   within the Linux kernel sources, such as perf and cpupower.
+	 - Usage of backticks instead of make $(shell ...) to execute
+	   shell commands. This allows to delay the evaluation of such
+	   commands when actually needed, and not when expanding the
+	   variables. It is useful to make 'make printvars' less
+	   noisy, and as a preparation to support top-level parallel
+	   build.
+	 - Libtool .la files are not mungled for all package types,
+	   instead of being handled only for packages using the
+	   autotools-package infrastructure.
+	 - Add mechanism to allow packages to express a dependency on
+	   gcc versions. This is needed for packages that use C++11 or
+	   C11 support for example.
+
+	Important package updates:
+
+	 - Complete rework of the matchbox packaging
+	 - Lots of fixes in packages for compatibility with musl and
+	   gcc 5.
+	 - Hash files added to a large number of packages.
+	 - Update a significant number of packages to use a new
+	   hosting, after the announcement of Google Code and
+	   Gitorious closing.
+	 - Major packages needed for SELinux support have been merged,
+	   but the support is not complete yet.
+	 - Significant update of OpenCV to version 3.0, and addition
+	   of lots of eatures.
+	 - Significant update of all packages supporting the GPU and
+	   VPU of i.MX ARM processors.
+	 - Addition of systemd support in a significant number of
+	   packages.
+	 - Qt5 updated to 5.5.0
+	 - Use modular X.org server by default instead of KDrive
+
+	Filesystems:
+
+	 - Complete overhaul of the iso9660 support. Now allows to use
+	   directly IS9660 as the root filesystem format and not only
+	   an initrd, and supports Grub 2 and isolinux in addition to
+	   Grub.
+
+	Updated packages: a10disp, agentpp, apache, at91bootstrap3,
+	audit, barebox, bc, bind, bmon, boost, btrfs-progs,
+	ca-certificates, can-utils, ccache, cloog, collectd, connman,
+	coreutils, c-periphery, cryptsetup, dado, dbus, dejavu,
+	dhcpcd, dnsmasq, dosfstools, dovecot, dovecot-pigeonhole,
+	e2fsprogs, ejabberd, erlang-p1-cache-tab, erlang-p1-sip,
+	erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
+	erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml, ethtool,
+	eudev, evtest, exim, expect, explorercanvas, feh, ffmpeg,
+	file, flashrom, freescale-imx, freetype, gawk, gcc, gdb,
+	gettext, git, glib-networking, gnupg2, gnutls, gpsd, gptfdisk,
+	gpu-viv-bin-mx6q, gst-fsl-plugins, harfbuzz, hdparm, heimdal,
+	i2c-tools, imagemagick, imx-vpu, iproute2, ipset, isl, iw,
+	kodi, kodi-addon-xvdr, kodi-audioencoder-flac,
+	kodi-audioencoder-lame, kodi-audioencoder-vorbis,
+	kodi-audioencoder-wav, lftp, libass, libassuan, libcec,
+	libconfi, libcurl, libdrm, libevdev, libfreefare, libfslcodec,
+	libfslparser, libfslvpuwrap, libfuse, libglib2, libgpgme,
+	libgtk2, libgtk3, libical, libidn, libiio, libinput, libiscsi,
+	libllcp, libmicrohttpd, libnfc, libnss, libpcap, libpciaccess,
+	libpng, libserialport, libsigrok, libsoc, libtirpc, libubox,
+	libunistring, libupnp, libuv, libv4l, libva,
+	libva-intel-driver, libXrandr, lighttpd, linenoise, linux,
+	linux-firmware, linux-headers, live555, ltrace, lua,
+	lua-csnappy, lua-ev, luajit, lua-messagepack, luaperiphery,
+	lvm2, lxc, lzo, mesa3d, mesa3d-headers, midori, mmc-utils,
+	modem-manager, mono, mosquitto, mpd, mpd-mpc, mpfr, mpg123,
+	mtd, musl, nano, netperf, network-manager, nfs-utils, nginx,
+	nodejs, ntp, ola, opencv, openldap, openssh, openssl,
+	openswan, openvmtools, openvpn, opkg, orbit, orc, pcmanfm,
+	perl-cross, perl-encode-locale, perl-io-socket-ssl,
+	perl-mojolicious, perl-net-ssleay, perl-path-tiny, perl-uri,
+	perl-xml-libxml, php, pinentry, polarssl, postgresql,
+	pulseview, pure-ftpd, python, python-dpkt, python-lxml,
+	python-networkmanager, python-pyinotify, python-pypcap,
+	python-tornado, qextserialport, qt, qt5, rapidjson, redis,
+	rpcbind, rpi-firmware, rpi-userland, samba4, shairport-sync,
+	snmpp, sqlite, squid, strongswan, stunnel, sudo, sunxi-boards,
+	sunxi-mali, sysdig, sysstat, systemd, tcpdump, tiff, tmux,
+	tor, txheadend, tzdata, uboot, uclibc, ulogd, upmpdcli,
+	usb_modeswitch, usb_modeswitch_data, vala, vsftpd, wayland,
+	weston, whois, wireless-regdb, wireshark, x264, xapp_xvinfo,
+	xdriver_xf86-input-libinput, xdriver_xf86-input-vmmouse,
+	xdriver_xf86-video-cirrus, xdriver_xf86-video-geode,
+	xdriver_xf86-video-imx-viv, xdriver_xf86-video-mach64,
+	xdriver_xf86-video-neomagic, xdriver_xf86-video-r128,
+	xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
+	xdriver_xf86-video-vesa, xkeyboard-config, xlib_libfontenc,
+	xlib_libFS, xlib_libXaw, xlib_libxkbfile, xlib_libXrender,
+	xlib_libXt, xproto_kbproto, xproto_xproto, xproto_xrandrproto,
+	xscreensaver, xserver_xorg-server, xtables-addons, yaml-cpp,
+	zic.
+
+	New packages: angularjs, atf, audit, c-icap, c-icap-modules,
+	cpio, dawgdic, faketime, fcgiwrap, gflags, glog, initscripts,
+	jquery-datetimepicker, kodi-audioencoder-modplug,
+	kodi-audioencoder-nosefar, kodi-audioencoder-sidplay,
+	kodi-audioencoder-snesapu, kodi-audioencoder-stsound,
+	kodi-audioencoder-timidity, kodi-audioencoder-vgmstream,
+	kodi-platform, kodi-pvr-argustv, kodi-pvr-dvblink,
+	kodi-pvr-dvbviewer, kodi-pvr-filmon, kodi-pvr-hts,
+	kodi-pvr-iptvsimple, kodi-pvr-mediaportal-tvserver,
+	kodi-pvr-mythtv, kodi-pvr-nextpvr, kodi-pvr-njoy,
+	kodi-pvr-pctv, kodi-pvr-stalker, kodi-pvr-vbox,
+	kodi-pvr-vdr-vnsi, kodi-pvr-vuplus, kodi-pvr-wmc,
+	kodi-screensaver-asteroids, kodi-screensaver-biogenesis,
+	kodi-screensaver-crystalmorph, kodi-screensaver-greynetic,
+	kodi-screensaver-pingpong, kodi-screensaver-pyro,
+	kodi-screensaver-stars, kodi-visualisation-shadertoy,
+	kodi-visualisation-spectrum, kodi-visualisation-waveforhue,
+	kodi-visualisation-waveform, kvmtool, kyua, libfm,
+	libfm-extra, libplatform, librtas, libsodium, libsquish,
+	libucl, libump, linux-backports, lua-iconv, lutok, menu-cache,
+	moarvm, monkey, mono-gtksharp3, mosh, openipmi, python-can,
+	python-pycli, python-pydal, python-pyyaml, python-web2py,
+	qpid-proton, qt5webchannel, quazip, racehound, rtl8188eu,
+	rtl8821au, sepolgen, setools, skeleton, stm32flash,
+	webkitgtk24, xdriver_xf86-video-qxl, zynq-boot-bin.
+
+	Deprecated packages: webkitgtk, libgail, eglibc support in
+	glibc package.
 
 2015.05, Released May 31st, 2015
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: Update with recent changes
  2015-05-04  9:20 ` Thomas Petazzoni
@ 2015-05-04  9:26   ` Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2015-05-04  9:26 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Peter,
 > On Mon, 4 May 2015 10:25:30 +0200, Peter Korsgaard wrote:

 >> +	Infrastructure: Hashes for a large number of packages have
 >> +	been added. Missing hashes now stop the build unless
 >> +	explicitly disabled.

 > I think another infrastructure change is how make source, make
 > legal-info, make source-check and make external-deps are handled. Most
 > of the changes are purely internal and users don't care, except that
 > the results given by these commands is now correct (i.e includes all
 > packages), while it was not the case in the past. So users should not
 > be surprised to see a different output for 'make legal-info' or 'make
 > external-deps'.

True. I had it on my list, but found it more of an implementation
detail. I'll write up something.

-- 
Venlig hilsen,
Peter Korsgaard 

^ permalink raw reply	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: Update with recent changes
  2015-05-04  8:25 [Buildroot] [git commit] CHANGES: Update " Peter Korsgaard
@ 2015-05-04  9:20 ` Thomas Petazzoni
  2015-05-04  9:26   ` Peter Korsgaard
  0 siblings, 1 reply; 89+ messages in thread
From: Thomas Petazzoni @ 2015-05-04  9:20 UTC (permalink / raw)
  To: buildroot

Peter,

On Mon, 4 May 2015 10:25:30 +0200, Peter Korsgaard wrote:

> +	Infrastructure: Hashes for a large number of packages have
> +	been added. Missing hashes now stop the build unless
> +	explicitly disabled.

I think another infrastructure change is how make source, make
legal-info, make source-check and make external-deps are handled. Most
of the changes are purely internal and users don't care, except that
the results given by these commands is now correct (i.e includes all
packages), while it was not the case in the past. So users should not
be surprised to see a different output for 'make legal-info' or 'make
external-deps'.

I'm not sure if/how this should be explained in the CHANGES file,
though.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: Update with recent changes
@ 2015-05-04  8:25 Peter Korsgaard
  2015-05-04  9:20 ` Thomas Petazzoni
  0 siblings, 1 reply; 89+ messages in thread
From: Peter Korsgaard @ 2015-05-04  8:25 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=329f687026cb92ac4912b2a0dea07b9bf192db39
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

And list major additions in 2015.05.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |  173 ++++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 110 insertions(+), 63 deletions(-)

diff --git a/CHANGES b/CHANGES
index 9945fc6..3dd7a9f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,42 +2,84 @@
 
 	Fixes all over the tree and new features.
 
+	Architectures: Removed AVR32 support, deprecate SH64, added
+	support for steamroller, corei7-avx and core-avx2 x86
+	variants.
+
+	Toolchains: IPv6 and Largefile support now enforced for
+	uClibc. Corresponding Kconfig symbols removed.
+
+	External CodeSourcery AMD64 2014.05, MUSL-cross 1.1.6 added,
+	CS sh2, Xilinx microblaze v2/14.3 removed. Distro-class
+	external toolchains are now detected and blacklisted.
+
+	Internal toolchain support for Nios2 added, Blackfin
+	removed. Aarch64 and sh musl support. uClibc-ng support added.
+
+	Libatomic is now handled for internal and external
+	toolchains. Link time optimization (LTO) support.
+
+	New Defconfigs: Freescale i.MX28 EVK, i.MX31 PDK and SABRE
+	Auto, Raspberry Pi 2, RIoTboard,
+
+	Infrastructure: Hashes for a large number of packages have
+	been added. Missing hashes now stop the build unless
+	explicitly disabled.
+
+	Spaces and colons (:) are now supported in
+	package versions. Dependencies can now be listed for the patch
+	step (<PKG>_PATCH_DEPENDENCIES). Kconfig and Linux kernel
+	extensions infrastructure has been added.
+
+	Makedevs now has a recursive (r) option.
+
+	The variable containing the list of packages to build has been
+	renamed from TARGETS to PACKAGES.
+
+	The old insecure DES password encoding is no longer supported.
+
+	U-Boot patch option now support direct references to patch
+	files and URLs in addition to directories of patches. The
+	i.MX28 SD format (u-boot.sd) is now supported.
+
 	Updated/fixed packages: agentpp, aircrack-ng, alsa-lib,
 	alsa-utils, apr-util, apr, atk, autossh, avahi, avrdude,
-	bdwgc, bind, binutils, bmon, boost, botan, btrfs-progs,
-	busybox, ca-certificates, cairo, can-utils, canfestival,
-	ccache, chrony, civetweb, cmake, collectd, connman, copas,
-	crda, cryptodev-linux, cryptsetup, cups, czmq, dbus-cpp,
-	dbus-glib, dbus-python, dbus, dfu-util, dhcp, dhcpcd, dialog,
-	dillo, dmraid, dnsmasq, dos2unix, dosfstools,
-	dovecot-pigeonhole, dovecot, dropbear, dropwatch,
+	bcusdk, bdwgc, bind, binutils, bmon, boost, botan,
+	btrfs-progs, busybox, ca-certificates, cairo, can-utils,
+	canfestival, ccache, chrony, civetweb, clamav, cmake,
+	collectd, connman, copas, crda, cryptodev-linux, cryptsetup,
+	cups, czmq, dbus-cpp, dbus-glib, dbus-python, dbus, dfu-util,
+	dhcp, dhcpcd, dialog, dillo, dmraid, dnsmasq, dos2unix,
+	dosfstools, dovecot-pigeonhole, dovecot, dropbear, dropwatch,
 	dtv-scan-tables, dvdauthor, e2fsprogs, ecryptfs-utils,
 	libevas, elfutils, enscript, erlang, espeak, eudev, evemu,
 	exfat-utils, exim, f2fs-tools, feh, ffmpeg, fftw, flickcurl,
 	fltk, fluxbox, fmlib, fmtools, freeradius-client, freerdp,
 	gamin, gawk, gcc-final, gcc, gd, gdb, gengetopt, geoip, git,
 	glib-networking, gnu-efi, gnuchess, gnutls, gpsd, gptfdisk,
-	gstreamer, gstreamer1, gtest, gvfs, harfbuzz, haserl, haveged,
-	hiawatha, hicolor-icon-theme, hostapd, hplip, httping,
-	i2c-tools, icu, ifplugd, imagemagick, imlib2, iozone,
-	iproute2, iptables, iputils, irqbalance, iw, jack2, jhead,
-	jimtcl, json-c, kexec, kismet, kmod, kodi-audioencoder-flac,
+	gpu-viv-bin-mx6q, gst-plugin-bad, gstreamer, gstreamer1,
+	gtest, gvfs, harfbuzz, haserl, haveged, hiawatha,
+	hicolor-icon-theme, hostapd, hplip, httping, i2c-tools, icu,
+	ifplugd, imagemagick, imlib2, iozone, iproute2, iptables,
+	iputils, irqbalance, iw, jack2, jhead, jimtcl, json-c, kexec,
+	kismet, kmod, kodi-audioencoder-flac,
 	kodi-audioencoder-vorbis, kodi-pvr-addons, kodi, ktap, lcms2,
-	libass, libbluray, libcap, libcgroup, libcurl, libdrm,
-	libdvbsi, libebml, libedit, liberation, libev, libevdev,
-	libftdi, libgcrypt, libglib2, libgpgme, libgtk2, libgtk3,
-	libiconv, libidn, libiio, libinput, libiscsi, libksba,
-	liblinear, libmatroska, libmicrohttpd, libmodbus,
-	libmpdclient, libnice, libnl, libnspr, libnss, libpcap,
-	libpciaccess, libphidget, libplayer, libqmi, librsvg,
-	libseccomp, libsigrok, libsoup, libsrtp, libssh2, libtasn1,
-	libtool, libunistring, liburcu, libusb, libuv,
-	libva-intel-driver, libva, libvncserver, libvorbis, libvpx,
-	libwebsockets, libxml2, libzip, lightning, lighttpd, linphone,
-	linux-firmware, linux-headers, linux-pam, live555, ljsyscall,
-	lmbench, lockdev, logrotate, lpc3250loader, lpeg, lsof,
-	lttng-libust, lttng-modules, lttng-tools, lua, luacrypto,
-	luafilesystem, luajit, luaposix, luarocks, lvm2, lxc, make,
+	libass, libatomic_ops, libbluray, libcap, libcgroup, libcurl,
+	libdrm, libdvbsi, libebml, libecore, libedit, liberation,
+	libev, libevas, libevdev, libftdi, libgcrypt, libglib2,
+	libgpgme, libgtk2, libgtk3, libiconv, libidn, libiio,
+	libinput, libiscsi, libksba, liblinear, libmatroska,
+	libmicrohttpd, libmodbus, libmpdclient, libnice, libnl,
+	libnspr, libnss, libpcap, libpciaccess, libphidget, libplayer,
+	libpthsem, libqmi, librsvg, libseccomp, libsigrok, libsoup,
+	libsrtp, libssh2, libtasn1, libtool, libunistring, liburcu,
+	libusb, libuv, libva-intel-driver, libva, libvncserver,
+	libvorbis, libvpx, libwebsockets, libxml2, libzip, lightning,
+	lighttpd, linknx, linphone, linux-firmware, linux-headers,
+	linux-pam, live555, ljsyscall, lmbench, lockdev, logrotate,
+	lpc3250loader, lpeg, lsof, lttng-libust, lttng-modules,
+	lttng-tools, lua, luacrypto, luafilesystem, luajit, luaposix,
+	luarocks, lvm2, lxc, make,
 	matchbox-{common,desktop,fakekey,keyboard,lib,startup-monitor,vm},
 	matchbox, mcelog, memcached, memstat, memtest86, mesa3d,
 	minidlna, mjpegtools, mjpg-streamer, modem-manager, mongoose,
@@ -47,28 +89,29 @@
 	nodejs, ntfs-3g, ntp, numactl, odhcp6c, ofono, open2300,
 	opencv, openldap, openntpd, openocd, openssh, openssl,
 	openswan, opentyrian, openvmtools, openvpn, oprofile, p11-kit,
-	pango, patch, patchelf, pciutils, perf, perl-gdgraph,
+	pango, patch, patchelf, pciutils, pcre, perf, perl-gdgraph,
 	perl-io-socket-ssl, perl-json-tiny, perl-module-build,
 	perl-mojolicious, perl-net-ssleay, perl-path-tiny,
 	perl-xml-libxml, perl, phidgetwebservice, php-gnupg, php,
 	pkgconf, polarssl, poppler, popt, postgresql, powerpc-utils,
 	pppd, prboom, procps-ng, proftpd, psplash, ptpd2,
 	python-{cheetah,coherence,django,markdown,netifaces,pam,six},
-	python-tornado, python-twisted, python-zope-interface, qemu,
-	qt, qt5, qt5base, qt5multimedia, qt5xmlpatterns, qt5cinex,
-	quagga, qwt, radvd, readline, rng-tools, rpcbind,
-	rpi-firmware, rpi-userland, rsync, rsyslog, rtai, rtmpdump,
-	ruby, sam-ba, samba, samba4, sconeserver, shairport-sync,
-	sigrok-cli, slang, smcroute, snmppp, socat, socketcand,
-	sofia-sip, sox, spawn-fcgi, speex, sqlcipher, sqlite, squid,
-	strace, strongswan, stunnel, sudo, sunxi-boards, swig,
-	sysstat, systemd, tcpdump, tftpd, thrift, thttpd, ti-gfx,
-	ti-utils, tiff, tinyalsa, tn5250, transmission, trinity,
-	tslib, tvheadend, tzdata, uboot-tools, uclibc, ulogd,
-	usb_modeswitch, usbutils, ustr, util-linux, vala, valgrind,
-	vlc, wayland, webp, weston, wget, which, whois,
-	wireless-regdb, wireless_tools, wireshark, wpa_supplicant,
-	wvstreams, xapp_{bdftopcf,bitmap,fonttosfnt,fslsfonts},
+	python-tornado, python-twisted, python-zope-interface, python,
+	python3, qemu, qt, qt5, qt5base, qt5multimedia,
+	qt5xmlpatterns, qt5cinex, quagga, qwt, radvd, readline,
+	rng-tools, rpcbind, rpi-firmware, rpi-userland, rsync,
+	rsyslog, rtai, rtmpdump, ruby, sam-ba, samba, samba4,
+	sane-backends, sconeserver, shairport-sync, sigrok-cli, slang,
+	smcroute, snmppp, socat, socketcand, sofia-sip, sox,
+	spawn-fcgi, speex, sqlcipher, sqlite, squid, strace,
+	strongswan, stunnel, sudo, sunxi-boards, swig, sysstat,
+	systemd, tcpdump, tftpd, thrift, thttpd, ti-gfx, ti-utils,
+	tiff, tinyalsa, tn5250, transmission, trinity, tslib,
+	tvheadend, tzdata, uboot-tools, uclibc, ulogd, usb_modeswitch,
+	usbutils, ustr, util-linux, vala, valgrind, vlc, wayland,
+	webp, weston, wget, which, whois, wireless-regdb,
+	wireless_tools, wireshark, wpa_supplicant, wvstreams,
+	xapp_{bdftopcf,bitmap,fonttosfnt,fslsfonts},
 	xapp_{fstobdf,iceauth,mkfontscale,oclock,rgb,sessreg,setxkbmap},
 	xapp_{showfont,smproxy,twm,x11perf,xcalc,xclipboard,xcmsdb},
 	xapp_{xdbedizzy,xditview,xdpyinfo,xdriinfo,xedit,xev,xeyes},
@@ -79,36 +122,40 @@
 	xdriver_xf86-input-{evdev,keyboard,synaptics,void},
 	xdriver_xf86-video-{ati,cirrus,geode,mach64,mga,neomagic},
 	xdriver_xf86-video-{r128,savage,siliconmotion,sis,tdfx},
-	xdriver_xf86-video-{trident,vmware,voodoo}, xfont_font-util,
-	xkeyboard-config, xlib_lib{ICE,X11,Xdmcp,Xfont,Xpm,XvMC},
+	xdriver_xf86-video-{trident,vmware,voodoo}, xenomai,
+	xfont_font-util, xkeyboard-config,
+	xlib_lib{ICE,X11,Xdmcp,Xfont,Xpm,XvMC},
 	xlib_lib{Xxf86vm,xshmfence,xtrans}, xproto_randrproto,
 	xproto_xproto, xserver_xorg-server, x11vnc, x264, xerces,
 	xorriso, xterm, xz, yaml-cpp, zeromq, zic, zmqpp
 
 	New packages: apache, autoconf-archive, batctl,
-	bitstream-vera, bullet, doxygen, drbd-utils, dvdrw-tools,
-	gnuradio, gst1-imx, hans, hwloc, ijs, inconsolata, iodine,
-	iotop, ipmiutil, jsoncpp, leveldb, libdcadec, libdri2,
-	libfreeimage, libftdi1, libsidplay2, lirc-tools,
-	lua-periphery, mc, mesa3d-headers, mosquitto, nvidia-driver,
-	nvidia-tegra23{,-binaries,-codecs}, openjpeg, opusfile,
-	perl-crypt-openssl-{random,rsa}, perl-db-file,
-	perl-digest-{hmac,sha1}, perl-encode-{detect,locale},
-	perl-file-{listing,util}, perl-html-{parser,tagset},
-	perl-http-cookies, perl-http-{daemon,date,message,negotiate},
-	perl-io-html, perl-libwww-perl, perl-lwp-mediatypes,
-	perl-mail-dkim, perl-mailtools, perl-mime-base64,
-	perl-net-{dns,http}, perl-netaddr-ip, perl-time-hires,
-	perl-timedate, perl-uri, perl-www-robotrules, powertop,
-	pulseview, python-{cherrypy,lxml,mako,pyqt,sip,spidev,ws4py},
-	qpdf, qt-webkit-kiosk, sl, softether, sysdig, tinyxml2, tor,
-	tovid, unixodbc, wf111, wine, libepoxy, xapp_xcompmgr,
+	bitstream-vera, bullet, cc-tool, doxygen, drbd-utils,
+	dvdrw-tools, gnuradio, gst1-imx, hans, hwloc, ijs,
+	imx-usb-loader, inconsolata, iodine, iotop, ipmiutil, jsoncpp,
+	leveldb, libdcadec, libdri2, libfreeimage, libftdi1,
+	libsidplay2, lirc-tools, lua-periphery, mc, mesa3d-headers,
+	mosquitto, nvidia-driver, nvidia-tegra23{,-binaries,-codecs},
+	openjpeg, opusfile, perl-crypt-openssl-{random,rsa},
+	perl-db-file, perl-digest-{hmac,sha1},
+	perl-encode-{detect,locale}, perl-file-{listing,util},
+	perl-html-{parser,tagset}, perl-http-cookies,
+	perl-http-{daemon,date,message,negotiate}, perl-io-html,
+	perl-libwww-perl, perl-lwp-mediatypes, perl-mail-dkim,
+	perl-mailtools, perl-mime-base64, perl-net-{dns,http},
+	perl-netaddr-ip, perl-time-hires, perl-timedate, perl-uri,
+	perl-www-robotrules, powertop, pulseview,
+	python-{cherrypy,lxml,mako,pyqt,pyxml,sip,spidev,ws4py}, qpdf,
+	qt-webkit-kiosk, sl, softether, sysdig, tinyxml2, tor, tovid,
+	unixodbc, wf111, wine, libepoxy, xapp_xcompmgr,
 	xapp_xfindproxy, xcb-util-cursor, xcb-util-renderutil,
-	xdriver_xf86-input-libinput, xdriver_xf86-video-imx,
+	xdriver_xf86-input-libinput, xdriver_xf86-video-imx{,-viv},
 	xproto_xproxymanagementprotocol
 
 	Removed packages: gtk2-theme-hicolor
 
+	Deprecated packages: samba
+
 	Issues resolved (http://bugs.uclibc.org):
 
 	#7478: Multiple chosen python modules are not built due to...

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: Update with recent changes
@ 2015-04-26 22:10 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2015-04-26 22:10 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=94856075660dab56249fbe3452b34e489c2a79c5
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |  129 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 129 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index dbd922a..9945fc6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,132 @@
+2015.05, Not yet released
+
+	Fixes all over the tree and new features.
+
+	Updated/fixed packages: agentpp, aircrack-ng, alsa-lib,
+	alsa-utils, apr-util, apr, atk, autossh, avahi, avrdude,
+	bdwgc, bind, binutils, bmon, boost, botan, btrfs-progs,
+	busybox, ca-certificates, cairo, can-utils, canfestival,
+	ccache, chrony, civetweb, cmake, collectd, connman, copas,
+	crda, cryptodev-linux, cryptsetup, cups, czmq, dbus-cpp,
+	dbus-glib, dbus-python, dbus, dfu-util, dhcp, dhcpcd, dialog,
+	dillo, dmraid, dnsmasq, dos2unix, dosfstools,
+	dovecot-pigeonhole, dovecot, dropbear, dropwatch,
+	dtv-scan-tables, dvdauthor, e2fsprogs, ecryptfs-utils,
+	libevas, elfutils, enscript, erlang, espeak, eudev, evemu,
+	exfat-utils, exim, f2fs-tools, feh, ffmpeg, fftw, flickcurl,
+	fltk, fluxbox, fmlib, fmtools, freeradius-client, freerdp,
+	gamin, gawk, gcc-final, gcc, gd, gdb, gengetopt, geoip, git,
+	glib-networking, gnu-efi, gnuchess, gnutls, gpsd, gptfdisk,
+	gstreamer, gstreamer1, gtest, gvfs, harfbuzz, haserl, haveged,
+	hiawatha, hicolor-icon-theme, hostapd, hplip, httping,
+	i2c-tools, icu, ifplugd, imagemagick, imlib2, iozone,
+	iproute2, iptables, iputils, irqbalance, iw, jack2, jhead,
+	jimtcl, json-c, kexec, kismet, kmod, kodi-audioencoder-flac,
+	kodi-audioencoder-vorbis, kodi-pvr-addons, kodi, ktap, lcms2,
+	libass, libbluray, libcap, libcgroup, libcurl, libdrm,
+	libdvbsi, libebml, libedit, liberation, libev, libevdev,
+	libftdi, libgcrypt, libglib2, libgpgme, libgtk2, libgtk3,
+	libiconv, libidn, libiio, libinput, libiscsi, libksba,
+	liblinear, libmatroska, libmicrohttpd, libmodbus,
+	libmpdclient, libnice, libnl, libnspr, libnss, libpcap,
+	libpciaccess, libphidget, libplayer, libqmi, librsvg,
+	libseccomp, libsigrok, libsoup, libsrtp, libssh2, libtasn1,
+	libtool, libunistring, liburcu, libusb, libuv,
+	libva-intel-driver, libva, libvncserver, libvorbis, libvpx,
+	libwebsockets, libxml2, libzip, lightning, lighttpd, linphone,
+	linux-firmware, linux-headers, linux-pam, live555, ljsyscall,
+	lmbench, lockdev, logrotate, lpc3250loader, lpeg, lsof,
+	lttng-libust, lttng-modules, lttng-tools, lua, luacrypto,
+	luafilesystem, luajit, luaposix, luarocks, lvm2, lxc, make,
+	matchbox-{common,desktop,fakekey,keyboard,lib,startup-monitor,vm},
+	matchbox, mcelog, memcached, memstat, memtest86, mesa3d,
+	minidlna, mjpegtools, mjpg-streamer, modem-manager, mongoose,
+	monit, mono, monolite, mp4v2, mpc, mpd, mpdecimal, mpg123,
+	mplayer, musl, nano, nbd, ncftp, ncmpc, ncurses, ne10, neard,
+	neardal, net-tools, netatalk, netsnmp, network-manager, nginx,
+	nodejs, ntfs-3g, ntp, numactl, odhcp6c, ofono, open2300,
+	opencv, openldap, openntpd, openocd, openssh, openssl,
+	openswan, opentyrian, openvmtools, openvpn, oprofile, p11-kit,
+	pango, patch, patchelf, pciutils, perf, perl-gdgraph,
+	perl-io-socket-ssl, perl-json-tiny, perl-module-build,
+	perl-mojolicious, perl-net-ssleay, perl-path-tiny,
+	perl-xml-libxml, perl, phidgetwebservice, php-gnupg, php,
+	pkgconf, polarssl, poppler, popt, postgresql, powerpc-utils,
+	pppd, prboom, procps-ng, proftpd, psplash, ptpd2,
+	python-{cheetah,coherence,django,markdown,netifaces,pam,six},
+	python-tornado, python-twisted, python-zope-interface, qemu,
+	qt, qt5, qt5base, qt5multimedia, qt5xmlpatterns, qt5cinex,
+	quagga, qwt, radvd, readline, rng-tools, rpcbind,
+	rpi-firmware, rpi-userland, rsync, rsyslog, rtai, rtmpdump,
+	ruby, sam-ba, samba, samba4, sconeserver, shairport-sync,
+	sigrok-cli, slang, smcroute, snmppp, socat, socketcand,
+	sofia-sip, sox, spawn-fcgi, speex, sqlcipher, sqlite, squid,
+	strace, strongswan, stunnel, sudo, sunxi-boards, swig,
+	sysstat, systemd, tcpdump, tftpd, thrift, thttpd, ti-gfx,
+	ti-utils, tiff, tinyalsa, tn5250, transmission, trinity,
+	tslib, tvheadend, tzdata, uboot-tools, uclibc, ulogd,
+	usb_modeswitch, usbutils, ustr, util-linux, vala, valgrind,
+	vlc, wayland, webp, weston, wget, which, whois,
+	wireless-regdb, wireless_tools, wireshark, wpa_supplicant,
+	wvstreams, xapp_{bdftopcf,bitmap,fonttosfnt,fslsfonts},
+	xapp_{fstobdf,iceauth,mkfontscale,oclock,rgb,sessreg,setxkbmap},
+	xapp_{showfont,smproxy,twm,x11perf,xcalc,xclipboard,xcmsdb},
+	xapp_{xdbedizzy,xditview,xdpyinfo,xdriinfo,xedit,xev,xeyes},
+	xapp_{xf86dga,xfsinfo,xgamma,xgc,xhost,xinit,xinput,xkbcomp},
+	xapp_{xkbevd,xkbprint,xlsatoms,xlsfonts,xmag,xman,xmh,xmodmap},
+	xapp_xmore, xcb-util-image, xcb-util-keysyms,
+	xdata_xcursor-themes,
+	xdriver_xf86-input-{evdev,keyboard,synaptics,void},
+	xdriver_xf86-video-{ati,cirrus,geode,mach64,mga,neomagic},
+	xdriver_xf86-video-{r128,savage,siliconmotion,sis,tdfx},
+	xdriver_xf86-video-{trident,vmware,voodoo}, xfont_font-util,
+	xkeyboard-config, xlib_lib{ICE,X11,Xdmcp,Xfont,Xpm,XvMC},
+	xlib_lib{Xxf86vm,xshmfence,xtrans}, xproto_randrproto,
+	xproto_xproto, xserver_xorg-server, x11vnc, x264, xerces,
+	xorriso, xterm, xz, yaml-cpp, zeromq, zic, zmqpp
+
+	New packages: apache, autoconf-archive, batctl,
+	bitstream-vera, bullet, doxygen, drbd-utils, dvdrw-tools,
+	gnuradio, gst1-imx, hans, hwloc, ijs, inconsolata, iodine,
+	iotop, ipmiutil, jsoncpp, leveldb, libdcadec, libdri2,
+	libfreeimage, libftdi1, libsidplay2, lirc-tools,
+	lua-periphery, mc, mesa3d-headers, mosquitto, nvidia-driver,
+	nvidia-tegra23{,-binaries,-codecs}, openjpeg, opusfile,
+	perl-crypt-openssl-{random,rsa}, perl-db-file,
+	perl-digest-{hmac,sha1}, perl-encode-{detect,locale},
+	perl-file-{listing,util}, perl-html-{parser,tagset},
+	perl-http-cookies, perl-http-{daemon,date,message,negotiate},
+	perl-io-html, perl-libwww-perl, perl-lwp-mediatypes,
+	perl-mail-dkim, perl-mailtools, perl-mime-base64,
+	perl-net-{dns,http}, perl-netaddr-ip, perl-time-hires,
+	perl-timedate, perl-uri, perl-www-robotrules, powertop,
+	pulseview, python-{cherrypy,lxml,mako,pyqt,sip,spidev,ws4py},
+	qpdf, qt-webkit-kiosk, sl, softether, sysdig, tinyxml2, tor,
+	tovid, unixodbc, wf111, wine, libepoxy, xapp_xcompmgr,
+	xapp_xfindproxy, xcb-util-cursor, xcb-util-renderutil,
+	xdriver_xf86-input-libinput, xdriver_xf86-video-imx,
+	xproto_xproxymanagementprotocol
+
+	Removed packages: gtk2-theme-hicolor
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#7478: Multiple chosen python modules are not built due to...
+	#7508: Use of BR2_EXTERNAL and dependencies to existing packages
+	#7676: Package procps-ng installs binaries to nonsensical folder
+	#7724: Startx is not installed in the target
+	#7760: botan: wrong prefix in botan-1.10.pc
+	#7826: Building of cdparanoia
+	#7844: Lua with hard-float on MIPS by buildroot doesn't work
+	#7874: X.org configure error
+	#7941: glibc-2.20 fails to build for sparc-buildroot-linux-gnu
+	#7951: gcc 4.9.2 fails to build for sparc-buildroot-linux-gnu
+	#7961: Qt5 fails to build for xtensa-buildroot-linux-uclibc
+	#7976: mkuser script fails with: user already exists with...
+	#8011: When building only busybox and strace, strace fails...
+	#8016: collectd fails to build, network.c:171:19: error:...
+	#8041: error on building libcurl7.42.0
+
 2015.02, Released March 1st, 2015
 
 	Minor fixes.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: Update with recent changes
@ 2015-02-08 21:19 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2015-02-08 21:19 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=20138584143d1146077a1b8e319c58d6b12b71e8
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |   79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 79 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index 22668dc..6077468 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,82 @@
+2015.02, Not yet released
+
+	Fixes all over the tree and new features.
+
+	Static/shared library handling reworked. This is now a
+	tristate (shared only / shared and static / static
+	only). Default is now shared only to speed up the
+	build. BR2_PREFER_STATIC_LIB is now called BR2_STATIC_LIBS.
+
+	The toolchain (internal and external) will now warn when an
+	unsafe library or header path is used (such as /usr/include or
+	/usr/lib). If BR2_COMPILER_PARANOID_UNSAFE_PATH is enabled
+	under build options this instead becomes an error.
+
+	A installation path issue with the internal musl toolchain
+	support has been fixed so it is now possible to reuse it as an
+	external toolchain.
+
+	Architectures: Freescale E5500 and E6500 PowerPC support
+	added, deprecated MIPS 1/2/3/4 support removed.
+
+	New defconfigs: Freescale p2020ds, MIPS creator CI20,
+	Raspberrypi with DT, UDOO Quad.
+
+	'make <foo>_defconfig' now saves the path to the defconfig in
+	the .config, so a 'make savedefconfig' automatically updates
+	it.
+
+	Infrastructure for packages using the Erland rebar tool has
+	been added.
+
+	Hashes for a large number of packages have been added. Hashes
+	are now checked for both target and host packages.
+
+	The system menu now has an option to automatically configure a
+	network interface through DHCP at bootup.
+
+	The default filesystem skeleton now uses a separate tmpfs for
+	/run instead of a symlink to /tmp/ for security reasons / to
+	protect against conflicts with user generated temporary files.
+
+	BR2_EXTERNAL is now exported to post-build and post-image
+	scripts.
+
+	New packages: bdwgc, benejson, blktrace, bootstrap, cgic,
+	ding-libs, dvdauthor, ejabberd, erlang-goldrush, erlang-lager,
+	erlang-p1-cache-tab, erlang-p1-iconv, erlang-p1-sip,
+	erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
+	erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml,
+	erlang-p1-zlib, exiv2, freeradius-client, gengetopt, glmark2,
+	gpu-amd-bin-mx51, guile, host-qemu, ifupdown, iperf3,
+	janus-gateway, kodi, kodi-audioencoder-flac,
+	kodi-audioencoder-lame, kodi-audioencoder-vorbis,
+	kodi-audioencoder-wav, libcli, libiio, liblinear, libnice,
+	libselinux, libsemanage, libserialport, libsigro,
+	libsigrokdecode, libsrtp, liburiparser, libvips, libwebsock,
+	libz160, libzip, lightning, mcelog, memtest86, mjpegtools,
+	mjpg-streamer, mke2img, mpd-mpc, netsurf-buildsystem, odhcp6c,
+	openldap, python-alsaaudio, python-certifi, python-cheetah,
+	python-coherence, python-django, python-docopt, python-enum,
+	python-enum34, python-flask, python-gobject, python-httplib2,
+	python-ipaddr, python-itsdangerous, python-jinja,
+	python-markdown, python-markupsafe, python-networkmanager,
+	python-pam, python-psutil, python-pyftpdlib, python-pyinotify,
+	python-pysendfile, python-pyxb, python-requests, python-six,
+	python-twisted, python-webpy, python-werkzeug,
+	python-zope-interface, qt5cinex, sigrok-cli, sofia-sip,
+	start-stop-daemon, szip, triggerhappy, ustr, vnstat, xorriso,
+	xtables-addons
+
+	Removed packages (target): bison, distcc, gob2, m4
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#7556: make interactive CLI optional for nftables
+	#7730: Error while connecting Qt Cretaor to device
+	#7766: logrotate default gzip path is usually wrong
+	#7790: Invalid ext4 image generated by Buildroot
+
 2014.11, Released December 1st, 2014
 
 	Minor fixes.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: Update with recent changes
@ 2014-11-21 12:12 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2014-11-21 12:12 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=7dfba6f545c4fb282c4a3c0a812d68e0923eed92
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index 9e8c4d8..a13707b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,22 @@
+2014.11, Not yet released:
+
+	Fixes all over the tree.
+
+	Inittab tweaks for shutdown handling (busybox and sysvinit).
+
+	Updated/fixed packages: aircrack-ng, botan, canfestival,
+	clamav, coreutils, czmq, dbus, dovecot, duma, e2fsprogs,
+	erlang, gcc, iputils, libcap, libgcrypt, libmemcached,
+	libssh2, libunwind, libv4l, linux-headers, mesa3d-demos, mutt,
+	mysql, ndisc6, nodejs, omniorb, perl-cross, php,
+	python-tornado, python3, qemu, qt5base, qt5webkit, rpm,
+	rt-tests, ruby, schifra, sdl_sound, shairport-sync, sysvinit,
+	tstools, tzdata, wireshark, x264
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#7646: strftime on datetime not works on python3
+
 2014.11-rc1, Released November 12th, 2014
 
 	Fixes all over the tree and new features.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2014-11-12 21:31 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2014-11-12 21:31 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=6896e82933f3b3fca082714b3ef8d571ea6378f9
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index 7e7f310..79e0f58 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,29 @@
 
 	Fixes all over the tree and new features.
 
+	Toolchains: Use -mcpu / -march instead of -mtune. Support
+	additional ARC and sparc variants. Updated Code sourcery
+	and Linaro external toolchains.
+
+	Defconfigs: Freescale iMX6DL SabreSD, Minnowboard MAX, QEMU
+	powerpc64 pseries added and a number of updates to the
+	existing configurations.
+
+	Infrastructure: Buildroot is now less noisy when built with
+	the silent option (make -s).
+	A number of package infrastructure variables have been renamed
+	from *_OPT to *_OPTS for constency. Buildroot will complain if
+	the old names are used to assist in updating out of tree
+	packages.
+	Fixes for host systems where bash isn't located in /bin, and
+	older systems not supporting mktemp --tmpdir.
+	Various cleanups of users/groups in the default skeleton.
+	There is now an option to choose what shell /bin/sh points to.
+
+	Documentation: Various updates to the user manual. The
+	asciidoc documentation handling has now been extended so it
+	can be used by (BR2_EXTERNAL) packages.
+
 	Updated/fixed packages: acl, acpid, agentpp, aircrack-ng,
 	alsa-lib, alsamixergui, alsa-utils, apitrace, apr, apr-util,
 	argus, arptables, at, atftp, atk, attr, audiofile, aumix,

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2014-11-11 23:47 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2014-11-11 23:47 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=4c2d758905423fd0cc564e431d81b1e2602071a5
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The description of important changes still needs to be added.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |  207 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 207 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index e239fcd..7e7f310 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,210 @@
+2014.11, Not yet released:
+
+	Fixes all over the tree and new features.
+
+	Updated/fixed packages: acl, acpid, agentpp, aircrack-ng,
+	alsa-lib, alsamixergui, alsa-utils, apitrace, apr, apr-util,
+	argus, arptables, at, atftp, atk, attr, audiofile, aumix,
+	automake, autossh, avahi, avrdude, axel, bandwidthd, bash,
+	bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
+	bluez_utils, bmon, boost, bootutils, bridge-utils,
+	btrfs-progs, busybox, bwm-ng, bzip2, ca-certificates, cairo,
+	ccache, ccid, ccrypt, cdrkit, cegui06, celt051, chrony,
+	cifs-utils, civetweb, cjson, clapack, classpath, cloog, cmake,
+	collectd, connman, copas, coreutils, coxpcall, cppcms, cppdb,
+	cppzmq, cramfs, crda, cryptsetup, ctorrent, cups, cvs, cwiid,
+	czmq, dash, dbus, dbus-cpp, dbus-glib, dbus-python, dejavu,
+	dhcp, dhcpcd, dhcpdump, dialog, dillo, directfb, distcc,
+	dmalloc, dmidecode, dmraid, dnsmasq, doc-asciidoc.mk,
+	dosfstools, dropbear, dropwatch, dstat, dtach, dtc, dvbsnoop,
+	e2fsprogs, ecryptfs-utils, ed, efl, eigen, elf2flt, elfutils,
+	enlightenment, enscript, erlang, espeak, ethtool, eudev,
+	evemu, evtest, exfat, exfat-utils, exim, expat, expect,
+	explorercanvas, faifa, fakeroot, fan-ctrl, fbdump,
+	fb-test-app, fetchmail, ffmpeg, file, filemq, findutils, flac,
+	flann, flickcurl, flite, fltk, fluxbox, fmc, fmlib,
+	fontconfig, foomatic-filters, freerdp, freescale-imx,
+	freetype, ftop, fxload, gamin, gcc, gd, gdb, gdk-pixbuf,
+	genimage, genpart, genromfs, geoip, gettext, giblib, git,
+	glibc, glib-networking, gmp, gmpc, gnu-efi, gnupg, gnupg2,
+	gnuplot, gnutls, google-breakpad, gpm, gpsd, gptfdisk,
+	gpu-viv-bin-mx6q, grantlee, grep, gsl, gst1-libav,
+	gst1-plugins-{bad,base,good,ugly}, gst-ffmpeg,
+	gst-fsl-plugins, gst-omx, gst-plugins-{bad,base,good,ugly},
+	gst-plugin-x170, gstreamer, gstreamer1, gtest, gtk2-engines,
+	gutenprint, gvfs, harfbuzz, haserl, haveged, hdparm, heimdal,
+	heirloom-mailx, hiawatha, hostapd, hplip, htop, httping,
+	hwdata, i2c-tools, icu, ifplugd, igh-ethercat, imagemagick,
+	imlib2, imx-lib, imx-vpu, inadyn, inotify-tools, input-tools,
+	intltool, iperf, iproute2, iprutils, ipsec-tools, ipset,
+	iptables, iputils, iw, jamvm, jansson, jasper, jimtcl, joe,
+	jpeg-turbo, jq, jquery-keyboard, jquery-mobile, jquery-ui,
+	jquery-ui-themes, jquery-validation, jsmin, json-c,
+	json-javascript, kbd, kexec, kexec-lite, keyutils, kismet,
+	kmod, knock, ktap, lame, lbase64, lbreakout2, lcdproc, lcms2,
+	lesstif, lftp, libaio, libao, libarchive, libargtable2,
+	libass, libassuan, libatasmart, libbluray, libbsd, libcap,
+	libcap-ng, libcdio, libcec, libcgicc, libcgroup, libcofi,
+	libconfig, libconfuse, libcurl, libdaemon, libdnet, libdrm,
+	libdvdnav, libecore, libedbus, libedit, libedje, libeet,
+	libelementary, libelf, libenca, libethumb, libevas,
+	libevas-generic-loaders, libevent, libexif, libeXosip2,
+	libffi, libftdi, libfuse, libgail, libgcrypt, libgeotiff,
+	libglade, libglib2, libgpgme, libgtk2, libhid, libidn,
+	libinput, libiscsi, libjson, libksba, liblockfile,
+	liblog4c-localtime, liblogging, libmad, libmatroska, libmbim,
+	libmemcached, libmicrohttpd, libmpdclient, libmpeg2, libndp,
+	libnfc, libnfs, libnftnl, libnl, libnspr, libnss, liboauth,
+	libogg, liboping, libosip2, libpcap, libpciaccess, libpfm4,
+	libplayer, libplist, libpng, libpthsem, libqmi, libqrencode,
+	libraw, libreplaygain, libroxml, librsvg, librtlsdr,
+	libsamplerate, libseccomp, libsecret, libshairplay, libsoc,
+	libsoup, libsoxr, libssh2, libstrophe, libsvg, libsvg-cairo,
+	libtasn1, libtheora, libtirpc, libtorrent, libubox, libuci,
+	libungif, liburcu, libusb, libuv, libv4l, libva,
+	libva-intel-driver, libvncserver, libvorbis, libvpx,
+	libwebsockets, libxcb, libxml2, libxml-parser-perl, libxmlrpc,
+	libxslt, lighttpd, linenoise, linknx, links, linphone,
+	linux-firmware, linux-fusion, linux-headers, linux-pam,
+	linux-zigbee, lite, live555, ljlinenoise, lmbench, lm-sensors,
+	localedef, lockdev, lockfile-progs, log4cxx, lpty, lrandom,
+	lrzsz, lshw, lsof, lsqlite3, ltp-testsuite, ltrace, ltris,
+	lttng-babeltrace, lttng-libust, lttng-modules, lttng-tools,
+	lua, luabitop, lua-coat, lua-coatpersistent, lua-csnappy,
+	lua-ev, luajit, luajson, lualogging, lua-messagepack,
+	lua-msgpack-native, luaposix, luarocks, luasec, luasocket,
+	luasql-sqlite3, lua-testmore, lunit, lvm2, lxc, lz4, lzlib,
+	lzma, m4, madplay, make, makedevs, Makefile.in,
+	matchbox-common, matchbox-desktop, matchbox-fakekey,
+	matchbox-keyboard, matchbox-lib, matchbox-panel,
+	matchbox-startup-monitor, matchbox-wm, mcrypt, mdadm,
+	media-ctl, mediastreamer, memcached, memstat, memtester,
+	mesa3d, metacity, midori, mii-diag, minidlna, mmc-utils,
+	modem-manager, mongoose, mongrel2, monit, mpc, mpd, mpdecimal,
+	mpfr, mpg123, mplayer, mrouted, msmtp, mtd, mtools, mtr,
+	musepack, musl, mutt, mxml, mysql, nano, nanocom, nbd, ncftp,
+	ncurses, ndisc6, ne10, neard, neon, netatalk, netperf,
+	netsnmp, nettle, net-tools, network-manager, newt, nfs-utils,
+	ngrep, nmap, nodejs, nss-mdns, ntfs-3g, ntp, numactl, nut,
+	nuttcp, ofono, ola, omap-u-boot-utils, omniorb,
+	on2-8170-modules, opencore-amr, opencv, openntpd, openobex,
+	openocd, openpowerlink, openssh, openssl, openswan,
+	opentyrian, opentyrian-data, openvpn, opkg, oprofile, opus,
+	opus-tools, orbit, orc, ortp, p11-kit, pango, parted,
+	pciutils, pcmanfm, pcre, pcsc-lite, perf, perl, perl-gd,
+	perl-gdgraph, perl-io-socket-ssl, perl-json-tiny,
+	perl-module-build, perl-mojolicious, perl-net-ssleay,
+	perl-path-tiny, perl-xml-libxml, perl-xml-parser, php,
+	php-geoip, php-gnupg, php-imagick, php-memcached, php-ssh2,
+	php-yaml, php-zmq, picocom, pifmrds, pinentry, pixman,
+	pkg-autotools.mk, pkg-cmake.mk, pkg-download.mk,
+	pkg-generic.mk, pkg-kconfig.mk, pkg-luarocks.mk, pkg-perl.mk,
+	pkg-python.mk, pkg-utils.mk, poco, polarssl, polkit, poppler,
+	popt, portaudio, portmap, postgresql, powerpc-utils, pppd,
+	pptp-linux, prboom, procps-ng, proftpd, protobuf, protobuf-c,
+	psmisc, ptpd2, pulseaudio, pv, pwgen, python, python3,
+	python-dialog, python-ipy, python-keyring, python-mad,
+	python-netifaces, python-numpy, python-protobuf, python-pyasn,
+	python-pyparsing, python-pyro, python-pyusb, python-serial,
+	python-setuptools, qdecoder, qemu, qextserialport, qjson, qt,
+	qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio,
+	qt5graphicaleffects, qt5imageformats, qt5multimedia,
+	qt5quick1, qt5quickcontrols, qt5script, qt5sensors,
+	qt5serialport, qt5svg, qt5webkit, qt5webkit-examples,
+	qt5websockets, qt5x11extras, qt5xmlpatterns, qtuio, quagga,
+	quota, qwt, radvd, rapidjson, rdesktop, redis, rings, rpcbind,
+	rpi-firmware, rpi-userland, rpm, rp-pppoe, rrdtool,
+	rsh-redone, rsync, rsyslog, rtai, rtmpdump, rt-tests, rubix,
+	ruby, samba, sam-ba, samba4, sane-backends, schifra,
+	sconeserver, scons, screen, sdl, sdl_gfx, sdl_image,
+	sdl_mixer, sdl_net, sdl_sound, sdl_ttf, sed, ser2net,
+	setserial, sg3_utils, shared-mime-info, simicsfs, sispmctl,
+	slang, slirp, smcroute, smstools3, snmppp,
+	snowball-hdmiservice, socat, socketcand, sox, spawn-fcgi,
+	speex, spice, spice-protocol, sqlcipher, sqlite, squashfs,
+	squid, sredird, startup-notification, strace, stress,
+	strongswan, stunnel, subversion, sudo, sunxi-boards,
+	sunxi-cedarx, swig, sylpheed, synergy, sysklogd, sysstat,
+	systemd, sysvinit, taglib, tar, tcl, tcllib, tcpdump,
+	tcpreplay, texinfo, tftpd, thrift, thttpd, tiff, ti-utils,
+	tn5250, torsmo, trace-cmd, transmission, tslib, tstools,
+	tvheadend, twolame, tz, uboot-tools, uclibc, udisks, ulogd,
+	upmpdcli, upx, urg, usb_modeswitch, usbmount, usbredir,
+	usbutils, util-linux, valgrind, vde2, vim, vlc, vo-aacenc,
+	vorbis-tools, vpnc, vsftpd, vtun, wayland, webkit, webp,
+	webrtc-audio-processing, weston, wget, whois, wireless-regdb,
+	wireshark, wpa_supplicant, wvstreams, x11r7, x11vnc,
+	xapp_xcalc, xapp_xdm, xapp_xdpyinfo, xapp_xf86dga, xapp_xfs,
+	xapp_xinit, xapp_xkbevd, xapp_xmh, xapp_xrandr, xapp_xsm,
+	xbmc, xbmc-pvr-addons, xcb-proto, xcursor-transparent-theme,
+	xdriver_xf86-input-mouse, xdriver_xf86-video-{ast,intel},
+	xdriver_xf86-video-vmware, xenomai, xerces,
+	xfont_font-adobe-{100,75}dpi,
+	xfont_font-adobe-utopia-{100dpi,75dpi,type1},
+	xfont_font-alias, xfont_font-arabic-misc,
+	xfont_font-bh-100dpi, xfont_font-bh-75dpi,
+	xfont_font-bh-lucidatypewriter-100dpi,
+	xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf,
+	xfont_font-bh-type1, xfont_font-bitstream-100dpi,
+	xfont_font-bitstream-75dpi, xfont_font-bitstream-type1,
+	xfont_font-cronyx-cyrillic, xfont_font-cursor-misc,
+	xfont_font-daewoo-misc, xfont_font-dec-misc,
+	xfont_font-ibm-type1, xfont_font-isas-misc,
+	xfont_font-jis-misc, xfont_font-micro-misc,
+	xfont_font-misc-cyrillic, xfont_font-misc-ethiopic,
+	xfont_font-misc-meltho, xfont_font-misc-misc,
+	xfont_font-mutt-misc, xfont_font-schumacher-misc,
+	xfont_font-screen-cyrillic, xfont_font-sony-misc,
+	xfont_font-sun-misc, xfont_font-winitzki-cyrillic,
+	xfont_font-xfree86-type1, xfsprogs, xinetd, xkeyboard-config,
+	xlib_libdmx, xlib_libFS, xlib_libpciaccess, xlib_libSM,
+	xlib_libX11, xlib_libXaw, xlib_libXext, xlib_libXfont,
+	xlib_libXi, xlib_libXinerama, xlib_libXrandr, xlib_libXrender,
+	xlib_libXres, xlib_libXScrnSaver, xlib_libXt, xlib_libXv,
+	xlib_libXvMC, xlib_libXxf86dga, xlib_libXxf86vm, xmlstarlet,
+	xproto_xcmiscproto, xproto_xextproto, xscreensaver,
+	xserver_xorg-server, xterm, xz, zeromq, zlib, zlog, zmqpp,
+	znc, zsh, zxing
+
+	New packages: adwaita-icon-theme, am335x-pru-package,
+	bcache-tools, biosdevname, botan, canfestival, clamav,
+	cppunit, dos2unix, dovecot, dovecot-pigeonhole, getent, glm,
+	gst1-validate, hicolor-icon-theme, ipmitool, leafnode2,
+	libdvbcsa, libgtk3, libphidget, libshout, libunistring,
+	libupnpp, mesa3d-demos, modplugtools, mono, monolite, mp4v2,
+	netcat-openbsd, nginx, odhcploc, openvmtools,
+	phidgetwebservice, pps-tools, pure-ftpd,
+	python-configshell-fb, python-rtslib-fb, python-urwid, qlibc,
+	qt5location, shairport-sync, spidev_test, targetcli-fb,
+	tinyalsa, trinity, x264, yaml-cpp, ympd
+
+	Removed packages: libelf
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#261: New package: wxWidgets
+	#325: New package: ratpoison
+	#405: New package: OpenVZ tools
+	#1309: New package: rdiff-backup
+	#3427: New package: nginx
+	#3655: New package: libav
+	#3991: New Package: open-vm-tools (Vmware Tools)
+	#6878: dmraid: disabled on ARC
+	#6950: Full unicode support in ncurses
+	#7010: jamvm builds and runs fine under mips (be)
+	#7088: elfutils on Blackfin doesn't build
+	#7142: ecryptfs needs getent to run
+	#7280: CMake toolchain file uses the FORCE attribute on CMAKE_CXX_FLAGS
+	#7346: [2014.08rc3] vim-8ae50e3ef8bf.tar.gz can not be downloaded, ...
+	#7352: [2014.08-rc3] diffutils-3.3 failed on building
+	#7358: rpi-userland: linking with bcm_host doesn't give vc_dispmanx_*
+	#7364: monit builds a static application, even though BR2_PREFER_...
+	#7370: ngrep - requires --with-pcap-includes fully defined to find...
+	#7442: rootfs remount does not work as expected with sysvinit
+	#7448: Having export MACHINE="something" breaks glibc build on IMX6...
+	#7568: musl buildroot-toolchain does not put libgcc_s.so.1 into place
+	#7574: quota-4.01 fails to build statically
+
 2014.08, Released September 1st, 2014
 
 	Minor manual fixes/additions.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2014-08-17  7:44 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2014-08-17  7:44 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=8c94df28c75ff834ef77df781b753e0453b8c8dd
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index 5888842..bc95da5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,22 @@
+2014.08, Not yet released:
+
+	Fixes all over the tree.
+
+	Updated/fixed packages: bandwidthd, bluez5_utils, empty,
+	espeak, fbv, ffmpeg, gd, gnupg2, gst1-plugin-good, iftop,
+	infozip, libcuefile, libeml, libnftl, localedef, ltrace,
+	matchbox, network-manager, nftables, ngrep, openssl, perl,
+	perl-net-ssleay, postgresql, pppd, procps-ng, qt, subversion,
+	synergy, systemd, tar, tftpd, webkit, xapp_rstart, xbmc
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#7124: Use BR toolchain externally results a non-bootable...
+	#7208: Glibc C++ aplications crash if they use exceptions
+	#7250: Cannot build with -std=c++11
+	#7262: Generating locale en_US.UTF-8 fails on 64bit fedora..
+	#7286: systemd 215 doesn't build
+
 2014.08-rc1, Released August 8th, 2014
 
 	Fixes all over the tree and new features.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2014-08-07 22:50 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2014-08-07 22:50 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=087e1c8ef0b3c3e88da9a6a0a876ff4ecef1a801
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The description of important changes still needs to be added.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |  116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 116 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index 5b77292..c16f126 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,119 @@
+2014.08, Not yet released
+
+	Fixes all over the tree and new features.
+
+	Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils,
+	alsamixergui, argus, armadillo, at, atftp, atk, avahi,
+	avrdude, axel, b43-firmware, b43-fwcutter, bandwidthd, bc,
+	bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
+	bmon, boa, bonnie, bootutils, bsdiff, btrfs-progs, bustle,
+	busybox, bwm-ng, bzip2, ca-certificates, cairo, can-utils,
+	ccache, ccrypt, chrony, cifs-utils, classpath, cloog, cmake,
+	collectd, connman, coreutils, cosmo, cppcms, cramfs, crda,
+	cryptodev-linux, cryptodev, ctorrent, cvs, dbus-cpp,
+	dbus-glib, dbus-python, dbus, dcron, dejavu, devmem2,
+	dfu-util, dhcp, dhcpcd, dhcpdump, dhrystone, dialog, dillo,
+	distcc, dmidecode, dmraid, dnsmasq, doom-wad, dropbear,
+	dropwatch, dsp-tools, dtv-scan-tables, dvb-apps, e2fsprogs,
+	e2tools, eeprog, eigen, elf2flt, elftosb, enlightenment,
+	enscript, espeak, ethtool, eudev, evemu, exim, expedite,
+	explorercanvas, ezxml, faifa, fan-ctrl, fconfig, feh,
+	fetchmail, ffmpeg, fftw, file, fio, fis, flann, flashrom,
+	flex, flot, fltk, fontconfig, freerdp, freescale-imx,
+	freetype, ftop, gcc, gd, gdb, genimage, genromfs, gettext,
+	giblib, glib-networking, glibc, gmp, gnupg, gnutls, gpm, gpsd,
+	gptfdisk, gpu-viv-bin-imx6q, gqview, grantlee, gst-ffmpeg,
+	gst-fsl-plugins, gst1-libav, gst1-plugins-bad,
+	gst1-plugins-ugly, gtk2-engines, gtk2-theme-hicolor, gtkperf,
+	gvfs, haserl, hdparm, hostapd, httping, i2c-tools, icu,
+	imagemagick, imx-lib, inadyn, inotify-tools, input-tools,
+	ipkg, iproute2, iputils, irda-utils, iw, jack2, jpeg, jquery,
+	jquery-keyboard, jquery-mobile, jquery-validation, jsmin, kbd,
+	kexec, kmod, knock, latencytop, lcdapi, leafpad, lesstif,
+	lftp, libaio, libarchive, libargtable2, libart, libatasmart,
+	libatomic_ops, libbsd, libcap-ng, libcec, libcgicc, libcgroup,
+	libconfuse, libcurl, libdrm, libdvdnav, libdvdread,
+	libeXosip2, libedit, liberation, libesmtp, libev, libevas,
+	libevdev, libevent, libfcgi, libffi, libfreefare, libfslcodec,
+	libfslparser, libfslvpuwrap, libgail, libgcrypt, libglade,
+	libglib2, libgpgme, libgtk2, libhid, libical, libiconv,
+	libiqrf, libjpeg, liblog4c-localtime, libmbus, libmicrohttpd,
+	libmms, libndp, libnftnl, libnl, libnspr, libnss, liboauth,
+	libpcap, libpng, libpthsem, libqmi, libraw, libraw1394,
+	librsvg, libsoc, libsoup, libsvgtiny, libsysfs, libtasn1,
+	libtirpc, libtorrent, libusb, libv4l, libwebsockets, libxcb,
+	libxml2, libyaml, links, linux-firmware, linux-fusion,
+	linux-headers, linux-pam, lite, live555, lm-sensors,
+	lockfile-progs, lpc3250loader, lshw, lsof, lsuio, ltrace,
+	ltris, lua-messagepack, luainterpreter, luajit, luaposix,
+	luarocks, lvm2, lxc, lz4, lzo, make, makedevs, mdadm,
+	mediastreamer, mesa3d, metacity, minidlna, mkpasswd,
+	modem-manager, mongoose, mpd, mpg123, msgpack, mtd, mtools,
+	mtr, musepack, musl, mysql, nano, nasm, nbd, ncurses, ndisc6,
+	netatalk, netplug, network-manager, nftables, ngircd, nodejs,
+	nss-mdns, ntp, nut, olsr, open2300, opencv, openntpd, openocd,
+	openpgm, openpowerlink, openssh, openssl, openswan, openvpn,
+	opkg, oprofile, opus-tools, orc, p910nd, pango, parted,
+	pax-utils, pcmanfm, perf, perl, perl-module-build, php,
+	pixman, pkgconf, poco, polarssl, popt, portmap, postgresql,
+	prboom, protobuf-c, proxychains-ng, psmisc, psplash, ptpd2,
+	python,
+	python-{bottle,dpkt,id3,mad,msgpack,nfc,pygame,pyzmq,simplejson},
+	python3, qhull, qt, qt5base, qt5connectivity, qt5declarative,
+	qt5graphicaleffects, qt5multimedia, qt5quickcontrols,
+	qt5sensors, qt5svg, qt5webkit, quagga, quota, radvd, rdesktop,
+	read-edid, rpcbind, rpi-firmware, rpi-userland, rpm,
+	rsh-redone, rsync, rt-tests, rtmpdump, rtorrent, rubix, ruby,
+	samba, samba4, sane-backends, sawman, sconeserver, setserial,
+	sg3_utils, shared-mime-info, smartmontools, smcroute, snappy,
+	socketcand, spawn-fcgi, sqlite, squashfs, squid, sredird,
+	startup-notification, statserial, strongswan, stunnel,
+	sunxi-mali, supervisor, synergy, sysklogd, sysprof, sysstat,
+	systemd, tcpdump, tcpreplay, texinfo, thrift, thttpd, ti-gfx,
+	ti-utils, tinyhttpd, torsmo, trace-cmd, transmission, tslib,
+	tstools, tvheadend, tzdata, uboot-tools, uclibc, udev,
+	udpcast, usb_modeswitch, usbmount, util-linux, valgrind, vim,
+	vlc, w_scan, wayland, webrtc-audio-processing, weston, wget,
+	wireless-regdb, wireless_tools, wireshark, wpa_supplicant,
+	xapp_{twm,xconsole,xcursorgen,xedit,xfs,xinit,xrandr},
+	xdriver_xf86-video-intel, xlib_lib{FS,ICE,Xext,Xfont,Xft,Xi},
+	xproto_fontsproto, xproto_inputproto, xserver_xorg-server,
+	x11vnc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons, xterm, xvkbd,
+	xz
+
+	New packages: flickcurl, fmc, fmlib, geoip, gnupg2,
+	google-breakpad, imx-vpu, isl, kexec-lite, libglew, libglu,
+	libinput, libksba, libmemcached, libmpdclient, librtlsdr,
+	libuv, libva, libva-intel-driver, linux-zigbee, memcached,
+	mpdecimal, ncmpc, opencore-amr, patchelf, perl-datetime-tiny,
+	perl-gd, perl-gdgraph, perl-gdtextutil, perl-io-socket-ssl,
+	perl-json-tiny, perl-mojolicious, perl-net-ssleay,
+	perl-path-tiny, perl-try-tiny, perl-xml-libxml,
+	perl-xml-namespacesupport, perl-xml-sax, perl-xml-sax-base,
+	php-geoip, php-memcached, pifmrds, pinentry, powerpc-utils,
+	procps-ng, pwgen, python-cffi, python-daemon, python-flup,
+	python-ipython, python-numpy, qt5enginio, qt5webkit-examples,
+	qt5websockets, simicsfs, sispmctl, sox, sshpass, tclap,
+	twolame, upmpdcli, whois, xlib_libxshmfence, xproto_dri3proto
+
+	Removed packages: procps
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#5750: Doing a Buildroot build from /usr doesn't work
+	#5900: config flags to the Xenomai build system
+	#6230: Cannot compile gcc without threads (uClibc-based)
+	#6626: procps Unknown HZ value! (XX) Assume 100
+	#7118: Package "thrift" requires atomic operations
+	#7154: Local uClibc config file gets overwritten using ...
+	#7160: host-xz not built
+	#7166: hostapd: segfault when using RT5370
+	#7172: Name collision of rpath token expansion and internal..
+	#7178: NTPd package cannot sync time without a proper ntp.conf
+	#7184: supervisord depends on libxml2 implicitly
+	#7196: Unable to build on UBUNTU13.10
+	#7268: python 2.7 compilation issue on a Debian/Ubuntu ...
+
 2014.05, Released May 31st, 2014
 
 	Minor fixes.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2014-05-12 22:03 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2014-05-12 22:03 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=4ee7714460fe5f7821371baef8f6dff1f37fbef1
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

And move the xbmc packages to the new packages list, as that's what they
are.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |   62 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/CHANGES b/CHANGES
index b2106c3..d4fe2aa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -38,16 +38,16 @@
 	Perl and virtual package infrastructure support added.
 	PRE_*_HOOKS support for all build steps.
 
-	Updated/fixed packages: acpid, agentpp, apr, avahi, barebox,
-	bash, beecrypt, bellagio, binutils, boost,
+	Updated/fixed packages: acpid, agentpp, aiccu, apr, avahi,
+	barebox, bash, beecrypt, bellagio, binutils, boost,
 	boot-wrapper-aarch64, bustle, busybox, ca-certificates, cairo,
 	ccache, ccid, cgilua, chrony, cifs-utils, civetweb, cmake,
 	collectd, connman, coreutils, coxpcall, cppcms, cppzmq, crda,
 	cryptodev, cryptsetup, cups, czmq, dbus, dhcpdump, directfb,
 	dmalloc, dmraid, dnsmasq, dosfstools, dsp-tools, dtc,
-	dvb-apps, ecryptfs-utils, eigen, erlang, ethtool, evemu,
-	evtest, f2fs-tools, fdk-aac, feh, ffmpeg, file, filemq, flac,
-	flot, fmtools, fping, freetype, fswebcam, gcc, gd, gdb,
+	dvb-apps, ebtables, ecryptfs-utils, eigen, erlang, ethtool,
+	evemu, evtest, f2fs-tools, fdk-aac, feh, ffmpeg, file, filemq,
+	flac, flot, fmtools, fping, freetype, fswebcam, gcc, gd, gdb,
 	gettext, giblib, git, glibc, glibmm, glib-networking, gmp,
 	gnutls, gpm, gpsd, gpu-viv-bin-mx6q, grep, gst1-libav,
 	gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
@@ -59,9 +59,9 @@
 	jquery-keyboard, jquery-ui, jquery-ui-themes, json-glib,
 	json-javascript, kexec, kmod, lame, lbase64, lbreakout2,
 	lcdproc, lftp, libao, libatasmart, libatomic_ops, libcap,
-	libcdio, libcec, libcgicc, libcurl, libdrm, libdvdnav,
-	libdvdread, libegl, libeio, libenca, libesmtp, libevas,
-	libevdev, libfribidi, libfslcodec, libfslparser,
+	libcdio, libcec, libcgicc, libcgroup, libcurl, libdrm,
+	libdvdnav, libdvdread, libegl, libeio, libenca, libesmtp,
+	libevas, libevdev, libfribidi, libfslcodec, libfslparser,
 	libfslvpuwrap, libgail, libgles, libglib2, libgtk2, libhid,
 	libjpeg, libmbim, libmicrohttpd, libmodplug, libnftnl,
 	libnspr, libogg, libopenmax, libopenvg, libpcap, libplayer,
@@ -98,7 +98,7 @@
 	sdl_image, sdl_mixer, sg3_utils, slang, smstools3, snmppp,
 	socat, speex, sqlcipher, sqlite, squashfs, squid, strongswan,
 	stunnel, sunxi-boards, sunxi-mali, sunxi-tools, sylpheed,
-	syslinux, systemd, taglib, tcl, tcllib, tcpreplay,
+	syslinux, sysstat, systemd, taglib, tcl, tcllib, tcpreplay,
 	tidsp-binaries, ti-gfx, tmux, tvheadend, tzdata, uboot,
 	uboot-tools, uclibc, udev, udisks, ulogd, usb_modeswitch,
 	usb_modeswitch_data, usbmount, util-linux, valgrind, vlc,
@@ -115,27 +115,26 @@
 	xapp_xman, xapp_xmessage, xapp_xmodmap, xapp_xprop,
 	xapp_xrandr, xapp_xrdb, xapp_xrefresh, xapp_xset,
 	xapp_xsetroot, xapp_xsm, xapp_xstdcmap, xapp_xvidtune,
-	xapp_xvinfo, xapp_xwd, xapp_xwininfo, xbmc, xbmc-addon-xvdr,
-	xbmc-pvr-addons, xcb-util-wm, xdriver_xf86-input-evdev,
-	xdriver_xf86-input-joystick, xdriver_xf86-input-keyboard,
-	xdriver_xf86-input-mouse, xdriver_xf86-input-synaptics,
-	xdriver_xf86-input-vmmouse, xdriver_xf86-video-ark,
-	xdriver_xf86-video-ast, xdriver_xf86-video-ati,
-	xdriver_xf86-video-cirrus, xdriver_xf86-video-dummy,
-	xdriver_xf86-video-fbdev, xdriver_xf86-video-geode,
-	xdriver_xf86-video-glide, xdriver_xf86-video-glint,
-	xdriver_xf86-video-i128, xdriver_xf86-video-intel,
-	xdriver_xf86-video-mach64, xdriver_xf86-video-mga,
-	xdriver_xf86-video-neomagic, xdriver_xf86-video-newport,
-	xdriver_xf86-video-nv, xdriver_xf86-video-openchrome,
-	xdriver_xf86-video-r128, xdriver_xf86-video-savage,
-	xdriver_xf86-video-siliconmotion, xdriver_xf86-video-sis,
-	xdriver_xf86-video-tdfx, xdriver_xf86-video-tga,
-	xdriver_xf86-video-trident, xdriver_xf86-video-vesa,
-	xdriver_xf86-video-vmware, xdriver_xf86-video-voodoo, xenomai,
-	xerces, xl2tp, xlib_libFS, xlib_xtrans, xproto_xproto,
-	xserver_xorg-server, xutil_util-macros, zeromq, zic, zmqpp,
-	zyre
+	xapp_xvinfo, xapp_xwd, xapp_xwininfo, xcb-util-wm,
+	xdriver_xf86-input-evdev, xdriver_xf86-input-joystick,
+	xdriver_xf86-input-keyboard, xdriver_xf86-input-mouse,
+	xdriver_xf86-input-synaptics, xdriver_xf86-input-vmmouse,
+	xdriver_xf86-video-ark, xdriver_xf86-video-ast,
+	xdriver_xf86-video-ati, xdriver_xf86-video-cirrus,
+	xdriver_xf86-video-dummy, xdriver_xf86-video-fbdev,
+	xdriver_xf86-video-geode, xdriver_xf86-video-glide,
+	xdriver_xf86-video-glint, xdriver_xf86-video-i128,
+	xdriver_xf86-video-intel, xdriver_xf86-video-mach64,
+	xdriver_xf86-video-mga, xdriver_xf86-video-neomagic,
+	xdriver_xf86-video-newport, xdriver_xf86-video-nv,
+	xdriver_xf86-video-openchrome, xdriver_xf86-video-r128,
+	xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
+	xdriver_xf86-video-sis, xdriver_xf86-video-tdfx,
+	xdriver_xf86-video-tga, xdriver_xf86-video-trident,
+	xdriver_xf86-video-vesa, xdriver_xf86-video-vmware,
+	xdriver_xf86-video-voodoo, xenomai, xerces, xl2tp, xlib_libFS,
+	xlib_xtrans, xproto_xproto, xserver_xorg-server,
+	xutil_util-macros, zeromq, zic, zmqpp, zyre
 
 	New packages: armadillo, btrfs-progs, clapack, cosmo, dado,
 	dbus-triggerd, dtv-scan-tables, e2tools, eudev, exim, expect,
@@ -149,7 +148,8 @@
 	perl-module-build, php-gnupg, php-imagick, php-ssh2, php-yaml,
 	php-zmq, postgresql, python-libconfig, python-pypcap,
 	python-pyrex, qdecoder, qhull, samba4, smack, tz, tzdump, ucl,
-	upx, vo-aacenc, yaffs2utils, zlog, znc
+	upx, vo-aacenc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons,
+	yaffs2utils, zlog, znc
 
 	Removed packages: crosstool-ng, python-distutilscross, vala
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2014-05-12 20:03 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2014-05-12 20:03 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=c2e4f742f2210e92612ffc7543e3ea2d15d44125
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |  164 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 159 insertions(+), 5 deletions(-)

diff --git a/CHANGES b/CHANGES
index 1487a29..d7e0582 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,164 @@
 2014.05, Not yet released:
 
-Support for MIPS o32 ABI on MIPS-64 targets has been removed. Building
-o32 ELF files for MIPS64 is an exotic configuration that nobody should
-be using. If o32 is required, then is better if it's built for MIPS
-32-bit cores so only 32-bit instructions will be used leading to a more
-efficient o32 usage.
+	Fixes all over the tree and new features.
+
+	Architectures: Support for MIPS o32 ABI on MIPS-64 targets has
+	been removed. Building o32 ELF files for MIPS64 is an exotic
+	configuration that nobody should be using. If o32 is required,
+	then is better if it's built for MIPS 32-bit cores so only
+	32-bit instructions will be used leading to a more efficient
+	o32 usage.
+	Support for the ARM A12 variant and Intel corei7.
+
+	Configs: Minnowboard and Altera SoCkit added, QEMU updates.
+
+	Bootloaders: Grub2 and gummiboot support, syslinux support
+	extended.
+
+	Toolchains: GCC 4.9. Glibc 2.19. Support for the musl C
+	library for internal and external toolchains. 4.8-R3 support
+	for ARC, Internal toolchain support for Aarch64 and
+	Microblaze. Environment variable to control debug output of
+	toolchain wrapper renamed to BR2_DEBUG_WRAPPER to match the
+	other variables. Toolchain tupple vendor name can now be
+	customized. Updated external Linaro ARM/Aarch64
+	toolchains. Added external Linaro ARMEB toolchain.
+	A GDB gdbinit file is now generated for external toolchains to
+	automatically set the correct sysroot.
+
+	Kconfig handling for minimum kernel headers version required
+	for packages. Now packages needing specific kernel header
+	features can specify these requirements in Kconfig.
+
+	Infrastructure: Support for (but disabled as it leads to
+	unreproducable builds) toplevel parallel builds. See the
+	comment at the top of Makefile for details about how to enable
+	it and what the problems are if you want to test it.
+	Python package infrastructure extended to support Python 3.x
+	Perl and virtual package infrastructure support added.
+	PRE_*_HOOKS support for all build steps.
+
+	Updated/fixed packages: acpid, agentpp, apr, avahi, barebox,
+	bash, beecrypt, bellagio, binutils, boost,
+	boot-wrapper-aarch64, bustle, busybox, ca-certificates, cairo,
+	ccache, ccid, cgilua, chrony, cifs-utils, civetweb, cmake,
+	collectd, connman, coreutils, coxpcall, cppcms, cppzmq, crda,
+	cryptodev, cryptsetup, cups, czmq, dbus, dhcpdump, directfb,
+	dmalloc, dmraid, dnsmasq, dosfstools, dsp-tools, dtc,
+	dvb-apps, ecryptfs-utils, eigen, erlang, ethtool, evemu,
+	evtest, f2fs-tools, fdk-aac, feh, ffmpeg, file, filemq, flac,
+	flot, fmtools, fping, freetype, fswebcam, gcc, gd, gdb,
+	gettext, giblib, git, glibc, glibmm, glib-networking, gmp,
+	gnutls, gpm, gpsd, gpu-viv-bin-mx6q, grep, gst1-libav,
+	gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
+	gst1-plugins-ugly, gst-ffmpeg, gst-fsl-plugins, gst-omx,
+	gst-plugins-good, gstreamer1, gvfs, harfbuzz, haveged,
+	hostapd, htop, httping, ifplugd, iftop, igmpproxy,
+	imagemagick, imlib2, imx-lib, infozip, intltool, iproute2,
+	ipsec-tools, ipset, jansson, jpeg, jpeg-turbo, jquery,
+	jquery-keyboard, jquery-ui, jquery-ui-themes, json-glib,
+	json-javascript, kexec, kmod, lame, lbase64, lbreakout2,
+	lcdproc, lftp, libao, libatasmart, libatomic_ops, libcap,
+	libcdio, libcec, libcgicc, libcurl, libdrm, libdvdnav,
+	libdvdread, libegl, libeio, libenca, libesmtp, libevas,
+	libevdev, libfribidi, libfslcodec, libfslparser,
+	libfslvpuwrap, libgail, libgles, libglib2, libgtk2, libhid,
+	libjpeg, libmbim, libmicrohttpd, libmodplug, libnftnl,
+	libnspr, libogg, libopenmax, libopenvg, libpcap, libplayer,
+	libpng, libpthread-stubs, librsvg, libsigsegv, libsocketcan,
+	libsoup, libtasn1, libtool, libtpl, libunwind, liburcu,
+	libusb, libwebsockets, libxcb, libxml2, libxmlpp, libyaml,
+	lighttpd, linphone, linux-firmware, linux-headers, ljsyscall,
+	lmbench, lsof, ltp-testsuite, ltris, lttng-babeltrace,
+	lttng-libust, lttng-modules, lttng-tools, lua, lua-cjson,
+	luacrypto, lua-ev, luaexpat, luaexpatutils, luafilesystem,
+	luainterpreter, luajit, lua-msgpack-native, luaposix,
+	luarocks, luasec, luasocket, luasql-sqlite3, lvm2, macchanger,
+	memstat, mesa3d, metacity, minidlna, mmc-utils,
+	mobile-broadband-provider-info, modem-manager, mongrel2,
+	monit, mpd, mplayer, msmtp, mtd, mtools, mutt, mysql, nasm,
+	ncurses, ne10, netatalk, netsnmp, nettle, network-manager,
+	newt, nfs-utils, nmap, nodejs, ntfs-3g, ntp, nut, ofono, ola,
+	olsr, omniorb, opencv, opengl, openpgm, openssh, openssl,
+	openswan, openvpn, orbit, orc, p11-kit, pango, parted,
+	pciutils, pcre, pcsc-lite, perf, perl, perl-xml-parser, php,
+	picocom, pixman, pkgconf, poppler, popt, portmap, powervr,
+	pppd, pptp-linux, proftpd, protobuf, protobuf-c, ptpd2,
+	pulseaudio, python, python3, python-bottle, python-m2crypto,
+	python-netifaces, python-pyasn, python-pycrypto,
+	python-pygame, python-pysnmp, python-pysnmp-apps,
+	python-pysnmp-mibs, python-serial, python-setuptools,
+	qextserialport, qt, qt5, qt5base, qt5connectivity,
+	qt5declarative, qt5graphicaleffects, qt5imageformats,
+	qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
+	qt5sensors, qt5serialport, qt5svg, qt5webkit, qt5x11extras,
+	qt5xmlpatterns, qtuio, qwt, radvd, readline, rings,
+	rpi-firmware, rpi-userland, rsh-redone, rsync, rsyslog, rtai,
+	rtmpdump, rt-tests, ruby, samba, sconeserver, scons, sdl,
+	sdl_image, sdl_mixer, sg3_utils, slang, smstools3, snmppp,
+	socat, speex, sqlcipher, sqlite, squashfs, squid, strongswan,
+	stunnel, sunxi-boards, sunxi-mali, sunxi-tools, sylpheed,
+	syslinux, systemd, taglib, tcl, tcllib, tcpreplay,
+	tidsp-binaries, ti-gfx, tmux, tvheadend, tzdata, uboot,
+	uboot-tools, uclibc, udev, udisks, ulogd, usb_modeswitch,
+	usb_modeswitch_data, usbmount, util-linux, valgrind, vlc,
+	webkit, weston, wget, wireshark, wpa_supplicant, wsapi,
+	w_scan, xapp_appres, xapp_bdftopcf, xapp_beforelight,
+	xapp_bitmap, xapp_editres, xapp_fslsfonts, xapp_fstobdf,
+	xapp_iceauth, xapp_ico, xapp_mkfontscale, xapp_rgb,
+	xapp_rstart, xapp_sessreg, xapp_showfont, xapp_twm,
+	xapp_viewres, xapp_xauth, xapp_xbacklight, xapp_xcalc,
+	xapp_xclock, xapp_xditview, xapp_xdpyinfo, xapp_xdriinfo,
+	xapp_xev, xapp_xfd, xapp_xfontsel, xapp_xfs, xapp_xfsinfo,
+	xapp_xgc, xapp_xhost, xapp_xinit, xapp_xkbutils, xapp_xkill,
+	xapp_xload, xapp_xlsclients, xapp_xlsfonts, xapp_xmag,
+	xapp_xman, xapp_xmessage, xapp_xmodmap, xapp_xprop,
+	xapp_xrandr, xapp_xrdb, xapp_xrefresh, xapp_xset,
+	xapp_xsetroot, xapp_xsm, xapp_xstdcmap, xapp_xvidtune,
+	xapp_xvinfo, xapp_xwd, xapp_xwininfo, xbmc, xbmc-addon-xvdr,
+	xbmc-pvr-addons, xcb-util-wm, xdriver_xf86-input-evdev,
+	xdriver_xf86-input-joystick, xdriver_xf86-input-keyboard,
+	xdriver_xf86-input-mouse, xdriver_xf86-input-synaptics,
+	xdriver_xf86-input-vmmouse, xdriver_xf86-video-ark,
+	xdriver_xf86-video-ast, xdriver_xf86-video-ati,
+	xdriver_xf86-video-cirrus, xdriver_xf86-video-dummy,
+	xdriver_xf86-video-fbdev, xdriver_xf86-video-geode,
+	xdriver_xf86-video-glide, xdriver_xf86-video-glint,
+	xdriver_xf86-video-i128, xdriver_xf86-video-intel,
+	xdriver_xf86-video-mach64, xdriver_xf86-video-mga,
+	xdriver_xf86-video-neomagic, xdriver_xf86-video-newport,
+	xdriver_xf86-video-nv, xdriver_xf86-video-openchrome,
+	xdriver_xf86-video-r128, xdriver_xf86-video-savage,
+	xdriver_xf86-video-siliconmotion, xdriver_xf86-video-sis,
+	xdriver_xf86-video-tdfx, xdriver_xf86-video-tga,
+	xdriver_xf86-video-trident, xdriver_xf86-video-vesa,
+	xdriver_xf86-video-vmware, xdriver_xf86-video-voodoo, xenomai,
+	xerces, xl2tp, xlib_libFS, xlib_xtrans, xproto_xproto,
+	xserver_xorg-server, xutil_util-macros, zeromq, zic, zmqpp,
+	zyre
+
+	New packages: armadillo, btrfs-progs, clapack, cosmo, dado,
+	dbus-triggerd, dtv-scan-tables, e2tools, eudev, exim, expect,
+	fetchmail, flann, flite, gnu-efi, grub2, gummiboot, heimdal,
+	iprutils, iptraf-ng, jack2, jquery-mobile, libee, libestr,
+	libgc, libgl, liblogging, libndp, libsoxr, libstrophe,
+	libubox, libuci, libxmlrpc, ljlinenoise, lpeg, lpty, lrandom,
+	lsqlite3, lua-coat, lua-coatpersistent, lua-csnappy, luajson,
+	lualogging, lua-messagepack, lua-testmore, lunit, lzip, lzlib,
+	musl, nftables, opentyrian, opentyrian-data,
+	perl-module-build, php-gnupg, php-imagick, php-ssh2, php-yaml,
+	php-zmq, postgresql, python-libconfig, python-pypcap,
+	python-pyrex, qdecoder, qhull, samba4, smack, tz, tzdump, ucl,
+	upx, vo-aacenc, yaffs2utils, zlog, znc
+
+	Removed packages: crosstool-ng, python-distutilscross, vala
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#6842: Checking external toolchain for eabihf
+	#6956: Packaging libsoxr
+	#6986: Make legal-info fails on uboot versions before 2014.01
+	#6992: Incorrect installation rights on external kernel module..
 
 2014.02, Released February 27th, 2014
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2014-02-11 11:32 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2014-02-11 11:32 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=e0ab2fc9a14618b3d449eb82c877c3523790ab26
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/CHANGES b/CHANGES
index 627f44a..416eec6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -45,10 +45,10 @@
 	gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
 	gst1-plugins-ugly, gstreamer, gstreamer1, gtest, icu, iftop,
 	imagemagick, inadyn, infozip, iozone, iproute2, iptables, iw,
-	jpeg, jq, kexec, kmod, knock, lbase64, lcdapi, lftp,
-	libcdaudio, libcgi, libcgicc, libcuefile, libcurl, libdmtx,
-	libdrm, libdvdnav, libdvdread, libegl, libevent, libexif,
-	libfcgi, libfreefare, libgles, libglib2, libllcp,
+	jpeg, jpeg-turbo, jq, kexec, kmod, knock, lbase64, lcdapi,
+	lftp, libcdaudio, libcgi, libcgicc, libcuefile, libcurl,
+	libdmtx, libdrm, libdvdnav, libdvdread, libegl, libevent,
+	libexif, libfcgi, libfreefare, libgles, libglib2, libllcp,
 	libmicrohttpd, libmpd, libnfc, libnl, libnss, libopenmax,
 	libopenvg, libpcap, libpfm4, libplayer, libpng, libqmi,
 	libreplaygain, libroxml, libsamplerate, libsexy, libsigsegv,
@@ -71,18 +71,18 @@
 	python-{serial,setuptools}, qt, qt5base, qt5connectivity,
 	qt5declarative, qt5graphicaleffects, qt5jsbackend,
 	qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
-	qt5webkit, radvd, redis, rings, rng-tools, rpi-firmware,
-	rpi-userland, rt-tests, sam-ba, samba, sawman, sconeserver,
-	scons, sdl, sg3_utils, snappy, snmppp, socketcand, spice,
-	spice-protocol, sqlcipher, sqlite, squid, sshfs, strace,
-	subversion, sunxi-mali, supervisor, sysklogd, sysprof,
-	sysstat, systemd, sysvinit, taglib, tar, tcpdump, ti-gfx,
-	ti-utils, tinymembench, tn5250, trace-cmd, transmission,
-	tvheadend, tzdata, zxing, uboot, uboot-tools, uclibc, udev,
-	udpcast, ulogd, urg, usb_modeswitch_data, util-linux, vala,
-	valgrind, vorbis-tools, wavpack, wayland, weston, wget,
-	wireless-regdb, wireshark, wpa_supplicant, wsapi, xavante,
-	xapp_xdpyinfo, xapp_xrandr, xcb-proto,
+	qt5webkit, radvd, redis, rings, rng-tools, rpcbind,
+	rpi-firmware, rpi-userland, rt-tests, sam-ba, samba, sawman,
+	sconeserver, scons, sdl, sg3_utils, snappy, snmppp,
+	socketcand, spice, spice-protocol, sqlcipher, sqlite, squid,
+	sshfs, strace, subversion, sunxi-mali, supervisor, sysklogd,
+	sysprof, sysstat, systemd, sysvinit, taglib, tar, tcpdump,
+	ti-gfx, ti-utils, tinymembench, tn5250, trace-cmd,
+	transmission, tvheadend, tzdata, zxing, uboot, uboot-tools,
+	uclibc, udev, udpcast, ulogd, urg, usb_modeswitch_data,
+	util-linux, vala, valgrind, vorbis-tools, wavpack, wayland,
+	weston, wget, wireless-regdb, wireshark, wpa_supplicant,
+	wsapi, xavante, xapp_xdpyinfo, xapp_xrandr, xcb-proto,
 	xdriver_xf86-video-intel, xenomai, xkeyboard-config, xl2tp,
 	xlib_lib{FS,SM,X11},
 	xlib_libX{au,aw,composite,cursor,damage,ext,fixes,font,i},

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2014-02-10 21:29 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2014-02-10 21:29 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=b5f44c2ed0ec3e3abaa62d8539cb5211ec32e9eb
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |   59 +++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 33 insertions(+), 26 deletions(-)

diff --git a/CHANGES b/CHANGES
index cece303..627f44a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,31 +26,33 @@
 	Python: package infrastructure, many new packages.
 
 	Defconfigs: Armadeus APF51 + Zedboard added, apf27, apf28,
-	microblaze, pandaboard, qemu, raspberry pi updated.
-
-	Updated/fixed packages: aiccu, alsa-lib, alsa-utils, aumix,
-	autoconf, automake, barebox, bellagio, berkeleydb, binutils,
-	bison, blackbox, bluez_utils, boost, bustle, busybox, cairo,
-	can-utils, ccache, ccid, cgilua, cifs-utils, civetweb, cmake,
-	collectd, connman, copas, coreutils, coxpcall, cppzmq, cramfs,
-	crda, cryptodev-linux, cryptsetup, cups, czmq, dhcpcd,
-	dhcpdump, dhrystone, dialog, dmraid, dnsmasq, dosfstools,
-	dropbear, dropwatch, dtc, duma, dvb-apps, e2fsprogs, eglibc,
-	eigen, elf2flt, erlang, ethtool, f2fs-tools, ffmpeg, file,
-	filemq, fio, flashrom, flex, fluxbox, fontconfig freerdp,
-	freetype, gadgetfs-test, gawk, gcc, gdb, gdbm, gettext, git,
-	glibc, gnupg, gnutls, gob2, gpsd, grep, grub, gst-ffmpeg,
-	gst-plugins-good, gst1-plugins-bad, gst1-plugins-base,
-	gst1-plugins-good, gst1-plugins-ugly, gstreamer, gstreamer1,
-	gtest, icu, iftop, imagemagick, inadyn, infozip, iozone,
-	iproute2, iptables, iw, jpeg, jq, kexec, kmod, knock, lbase64,
-	lcdapi, lftp, libcdaudio, libcgi, libcgicc, libcuefile,
-	libcurl, libdmtx, libdrm, libdvdnav, libdvdread, libegl,
-	libevent, libexif, libfcgi, libfreefare, libgles, libglib2,
-	libllcp, libmicrohttpd, libmpd, libnfc, libnl, libnss,
-	libopenmax, libopenvg, libpcap, libpfm4, libplayer, libpng,
-	libqmi, libreplaygain, libroxml, libsamplerate, libsexy,
-	libsigsegv, libsndfile, libsoc, libtasn1, libtpl, libupnp,
+	beaglebone, microblaze, pandaboard, qemu, raspberry pi
+	updated.
+
+	Updated/fixed packages: aiccu, alsa-lib, alsa-utils,
+	am33x-cm3, aumix, autoconf, automake, barebox, bellagio,
+	berkeleydb, binutils, bison, blackbox, bluez_utils, boost,
+	bustle, busybox, cairo, can-utils, ccache, ccid, cgilua,
+	cifs-utils, civetweb, cmake, collectd, connman, copas,
+	coreutils, coxpcall, cppzmq, cramfs, crda, cryptodev-linux,
+	cryptsetup, cups, czmq, dhcpcd, dhcpdump, dhrystone, dialog,
+	dmraid, dnsmasq, dosfstools, dropbear, dropwatch, dtc, duma,
+	dvb-apps, e2fsprogs, eglibc, eigen, elf2flt, erlang, ethtool,
+	f2fs-tools, ffmpeg, file, filemq, fio, flashrom, flex,
+	fluxbox, fontconfig freerdp, freetype, gadgetfs-test, gawk,
+	gcc, gdb, gdbm, gettext, git, glibc, gnupg, gnutls, gob2,
+	gpsd, grep, grub, gst-ffmpeg, gst-plugins-good,
+	gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
+	gst1-plugins-ugly, gstreamer, gstreamer1, gtest, icu, iftop,
+	imagemagick, inadyn, infozip, iozone, iproute2, iptables, iw,
+	jpeg, jq, kexec, kmod, knock, lbase64, lcdapi, lftp,
+	libcdaudio, libcgi, libcgicc, libcuefile, libcurl, libdmtx,
+	libdrm, libdvdnav, libdvdread, libegl, libevent, libexif,
+	libfcgi, libfreefare, libgles, libglib2, libllcp,
+	libmicrohttpd, libmpd, libnfc, libnl, libnss, libopenmax,
+	libopenvg, libpcap, libpfm4, libplayer, libpng, libqmi,
+	libreplaygain, libroxml, libsamplerate, libsexy, libsigsegv,
+	libsndfile, libsoc, libtasn1, libtorrent, libtpl, libupnp,
 	libusb, libusb-compat, libvorbis, libxcb, libxml2, libxmlpp,
 	libyaml, lighttpd, linknx, linux-firmware, linux-pam, live555,
 	lm_sensors, lmbench, lockdev, logrotate, lrzsz, ltrace, lua,
@@ -106,15 +108,19 @@
 	rtmpdump, rtptools, smcroute, smstools3, tcpreplay, thrift,
 	ti-uim, tinyxml, tmux, vlc, wmctrl, xconsole
 
-	Removed packages: autoconf, automake, ccache, lzma,
+	Removed packages: autoconf, automake, ccache, cpanminus, lzma,
 	netkitbase, netkittelnet, pkg-config, squashfs3, ttcp, xstroke
 
 	Issues resolved (http://bugs.uclibc.org):
 
 	#65:   new package: dbus c++ language bindings
 	#769:  Update configuration menu for MIPS target
+	#2419: Add a bundle of Lua modules
 	#2629: Segmentation faults and division by zero in Grub on ext2
+	#3811: Added auto-mount for USB and SD Card (mdev) (for 2011.05)
+	#4339: Allow override of DL_DIR in extract step
 	#4363: Make sure that copied linux and busybox defconfig are...
+	#4454: There should be simple way to update image, when chang...
 	#5024: grub fails to build for x86_64 target architecture
 	#5066: New-Package: net-tools
 	#5072: ncurses: add ncurses-progs to target
@@ -131,6 +137,7 @@
 	#6434: apply-patches.sh does not work recursively
 	#6446: eglibc doesn't install ldconfig to target
 	#6484: Add c-ares
+	#6596: Slow bootup if mdev is chosen
 	#6656: Build Qt5 with ccache
 	#6662: internal compiler error: Segmentation fault during making..
 	#6722: Usage of $($(PKG)_DIR_PREFIX) is an issue with linux package

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2014-02-09 21:46 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2014-02-09 21:46 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=a89c588238294d45b6bbc892e9564525d4013ef3
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |  124 +++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 81 insertions(+), 43 deletions(-)

diff --git a/CHANGES b/CHANGES
index 67f9917..cece303 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,40 +2,68 @@
 
 	Fixes all over the tree and new features.
 
+	Support for external packages/defconfigs (BR2_EXTERNAL). See
+	user manual for details.
+
+	Cleanup of environment variable names for consistency. The
+	download directory location override (BUILDROOT_DL_DIR) is now
+	called BR2_DL_DIR. Likewise the name of the current .config is
+	renamed from BUILDROOT_CONFIG to BR2_CONFIG. Please update
+	your post build scripts if you use this! BUILD_DIR is now also
+	exported to the post build/image scripts.
+
+	Toolchain: GCC 4.8 fix for ARM stack corruption, reverted
+	uClibc pread/pwrite backport as they cause issues on certain
+	architectures, new Linaro and Sourcery Codebench toolchains.
+	x86: Support for AMD Jaguar cores, SSE4.x, SH: SH2/SH3/SH3EB
+	variants removed, Microblaze: Internal toolchain support
+
+	Legal infrastructure: Info is now split between host and
+	target packages, large number of license annotations.
+
+	Lua: selection between lua 5.1 / 5.2, luarocks support
+
+	Python: package infrastructure, many new packages.
+
+	Defconfigs: Armadeus APF51 + Zedboard added, apf27, apf28,
+	microblaze, pandaboard, qemu, raspberry pi updated.
+
 	Updated/fixed packages: aiccu, alsa-lib, alsa-utils, aumix,
 	autoconf, automake, barebox, bellagio, berkeleydb, binutils,
 	bison, blackbox, bluez_utils, boost, bustle, busybox, cairo,
 	can-utils, ccache, ccid, cgilua, cifs-utils, civetweb, cmake,
 	collectd, connman, copas, coreutils, coxpcall, cppzmq, cramfs,
 	crda, cryptodev-linux, cryptsetup, cups, czmq, dhcpcd,
-	dhcpdump, dialog, dnsmasq, dosfstools, dropbear, dropwatch,
-	dtc, duma, dvb-apps, e2fsprogs, eglibc, eigen, erlang,
-	ethtool, f2fs-tools, ffmpeg, file, filemq, fio, flashrom,
-	flex, fluxbox, fontconfig freerdp, freetype, gadgetfs-test,
-	gawk, gcc, gdb, gdbm, gettext, git, glibc, gnupg, gnutls,
-	gob2, gpsd, grep, grub, gst-ffmpeg, gst-plugins-good,
-	gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
-	gst1-plugins-ugly, gstreamer, gstreamer1, gtest, iftop,
-	imagemagick, inadyn, infozip, iozone, iproute2, iptables, iw,
-	jpeg, jq, kmod, knock, lbase64, lcdapi, lftp, libcdaudio,
-	libcgi, libcgicc, libcuefile, libcurl, libdmtx, libdrm,
-	libdvdnav, libdvdread, libegl, libevent, libexif, libfcgi,
-	libfreefare, libgles, libglib2, libllcp, libmicrohttpd,
-	libmpd, libnfc, libnl, libnss, libopenmax, libopenvg, libpcap,
-	libpfm4, libplayer, libpng, libqmi, libreplaygain, libroxml,
-	libsamplerate, libsexy, libsigsegv, libsndfile, libsoc,
-	libtasn1, libtpl, libusb, libusb-compat, libvorbis, libxcb,
-	libxml2, lighttpd, linknx, linux-firmware, linux-pam, live555,
+	dhcpdump, dhrystone, dialog, dmraid, dnsmasq, dosfstools,
+	dropbear, dropwatch, dtc, duma, dvb-apps, e2fsprogs, eglibc,
+	eigen, elf2flt, erlang, ethtool, f2fs-tools, ffmpeg, file,
+	filemq, fio, flashrom, flex, fluxbox, fontconfig freerdp,
+	freetype, gadgetfs-test, gawk, gcc, gdb, gdbm, gettext, git,
+	glibc, gnupg, gnutls, gob2, gpsd, grep, grub, gst-ffmpeg,
+	gst-plugins-good, gst1-plugins-bad, gst1-plugins-base,
+	gst1-plugins-good, gst1-plugins-ugly, gstreamer, gstreamer1,
+	gtest, icu, iftop, imagemagick, inadyn, infozip, iozone,
+	iproute2, iptables, iw, jpeg, jq, kexec, kmod, knock, lbase64,
+	lcdapi, lftp, libcdaudio, libcgi, libcgicc, libcuefile,
+	libcurl, libdmtx, libdrm, libdvdnav, libdvdread, libegl,
+	libevent, libexif, libfcgi, libfreefare, libgles, libglib2,
+	libllcp, libmicrohttpd, libmpd, libnfc, libnl, libnss,
+	libopenmax, libopenvg, libpcap, libpfm4, libplayer, libpng,
+	libqmi, libreplaygain, libroxml, libsamplerate, libsexy,
+	libsigsegv, libsndfile, libsoc, libtasn1, libtpl, libupnp,
+	libusb, libusb-compat, libvorbis, libxcb, libxml2, libxmlpp,
+	libyaml, lighttpd, linknx, linux-firmware, linux-pam, live555,
 	lm_sensors, lmbench, lockdev, logrotate, lrzsz, ltrace, lua,
 	lua-ev, lua-msgpack-native, luabitop, luaexpat, luaexpatutils,
-	luafilesystem, luajit, luaposix, luarocks, luasec, luasocket,
+	luafilesystem, luajit, luaposix, luasec, luasocket,
 	luasql-sqlite3, m4, matchbox, mdadm, minicom, mongrel2, mpc,
 	mpd, mpg123, mplayer, mtd, mysql, lvm2, mxml, ncurses, ne10,
 	neard, neardal, netsnmp, netstat-nat, network-manager, nodejs,
-	numactl, ofone, ola, olsr, omniorb, opencv, openpowerlink,
-	openssh, openssl, openvpn, oprofile, opus, opus-tools, orbit,
-	p11-kit, parted, pcre, pcsc-lite, perl, php, poco, poppler,
-	powervr, protobuf-c, psplash, python, python-bottle,
+	numactl, ofone, ola, olsr, omniorb, open2300, opencv,
+	openpowerlink, openssh, openssl, openvpn, oprofile, opus,
+	opus-tools, orbit, p11-kit, parted, pcre, pcsc-lite, perl,
+	php, poco, poppler, powervr, protobuf-c, psplash, python,
+	python-bottle,
 	python-{crc16,distutilscross,dpkt,id3,ipy,m2crypto,mad,meld},
 	python-{netifaces,nfc,protobuf,pygame,pyparsing,pyro,pyzmq},
 	python-{serial,setuptools}, qt, qt5base, qt5connectivity,
@@ -49,11 +77,12 @@
 	sysstat, systemd, sysvinit, taglib, tar, tcpdump, ti-gfx,
 	ti-utils, tinymembench, tn5250, trace-cmd, transmission,
 	tvheadend, tzdata, zxing, uboot, uboot-tools, uclibc, udev,
-	ulogd, urg, usb_modeswitch_data, util-linux, vala, valgrind,
-	vorbis-tools, wavpack, wayland, weston, wget, wireless-regdb,
-	wireshark, wpa_supplicant, wsapi, xavante, xapp_xdpyinfo,
-	xapp_xrandr, xcb-proto, xdriver_xf86-video-intel, xenomai,
-	xkeyboard-config, xl2tp, xlib_lib{FS,SM,X11},
+	udpcast, ulogd, urg, usb_modeswitch_data, util-linux, vala,
+	valgrind, vorbis-tools, wavpack, wayland, weston, wget,
+	wireless-regdb, wireshark, wpa_supplicant, wsapi, xavante,
+	xapp_xdpyinfo, xapp_xrandr, xcb-proto,
+	xdriver_xf86-video-intel, xenomai, xkeyboard-config, xl2tp,
+	xlib_lib{FS,SM,X11},
 	xlib_libX{au,aw,composite,cursor,damage,ext,fixes,font,i},
 	xlib_libX{inerama,mu,pm,randr,render,res,t,tst,v,xf86dga},
 	xlib_libXxf86vm, xlib_libdmx, xlib_libfontenc,
@@ -64,27 +93,28 @@
 
 	New packages: apitrace, avrdude, c-ares, ca-certificates,
 	cwiid, dbus-cpp, evemu, fping, fswebcam, gpm, gst1-libav,
-	haveged, jasper, joe, ktap, lbreakout2, libass, libbluray,
-	libcdio, libenca, libevdev, libmbim, libmodplug, libnfs,
-	libnftnl, libplist, libshairplay, libsocketcan, ljsyscall,
-	log4cplus, ltris, luainterpreter, minidlna, mmc-utils,
-	modemmanager, mtr, net-tools, python-configobj, python-dialog,
-	python-json-schema-validator, python-keyring, python-msgpack,
-	python-posix-ipc, python-pyasn, python-pycrypto,
-	python-pysnmp, python-pysnmp-apps, python-pysnmp-mibs,
-	python-pyusb, python-simplejson, python-tornado,
-	python-versiontools, rtmpdump, rtptools, smcroute, smstools3,
-	tcpreplay, thrift, ti-uim, tinyxml, tmux, vlc, wmctrl,
-	xconsole
-
-	Removed packages: lzma, netkitbase, netkittelnet, pkg-config,
-	squashfs3, ttcp
+	haveged, intel-microcode, iucode-tools, jasper, joe, ktap,
+	lbreakout2, libass, libbluray, libcdio, libenca, libevdev,
+	libmbim, libmodplug, libnfs, libnftnl, libplist, libshairplay,
+	libsocketcan, ljsyscall, log4cplus, ltris, luainterpreter,
+	luarocks, minidlna, mmc-utils, modemmanager, mtr, net-tools,
+	python-configobj, python-dialog, python-json-schema-validator,
+	python-keyring, python-msgpack, python-posix-ipc,
+	python-pyasn, python-pycrypto, python-pysnmp,
+	python-pysnmp-apps, python-pysnmp-mibs, python-pyusb,
+	python-simplejson, python-tornado, python-versiontools,
+	rtmpdump, rtptools, smcroute, smstools3, tcpreplay, thrift,
+	ti-uim, tinyxml, tmux, vlc, wmctrl, xconsole
+
+	Removed packages: autoconf, automake, ccache, lzma,
+	netkitbase, netkittelnet, pkg-config, squashfs3, ttcp, xstroke
 
 	Issues resolved (http://bugs.uclibc.org):
 
 	#65:   new package: dbus c++ language bindings
 	#769:  Update configuration menu for MIPS target
 	#2629: Segmentation faults and division by zero in Grub on ext2
+	#4363: Make sure that copied linux and busybox defconfig are...
 	#5024: grub fails to build for x86_64 target architecture
 	#5066: New-Package: net-tools
 	#5072: ncurses: add ncurses-progs to target
@@ -92,15 +122,23 @@
 	#5366: Login doesn't work with util-linux versions of login/agetty
 	#5378: dropbear Makefile broken
 	#5390: System banner - change to empty doesn't remove /etc/issue
+	#5780: spurious build failure because it cannot remove ubinize.cfg
 	#5798: ncurses-5.9 fails to compile statically
 	#5810: Buildroot 2012.11: Additional GCC option "-msoft-float" ...
 	#6080: Git fetch caching
 	#6092: Bootable ISO image creation seems to have stopped working..
 	#6272: coreutils build fails
+	#6434: apply-patches.sh does not work recursively
+	#6446: eglibc doesn't install ldconfig to target
+	#6484: Add c-ares
 	#6656: Build Qt5 with ccache
 	#6662: internal compiler error: Segmentation fault during making..
+	#6722: Usage of $($(PKG)_DIR_PREFIX) is an issue with linux package
 	#6752: genext2fs: e2fsck must run before tunefs -U random
+	#6770: openssl 1.0.1f fails with ccache
 	#6830: Qt5: no fonts are installed
+	#6848: Qt5: no text shown in simple QWidget / frame-buffer setup
+	#6854: Update to Qt 5.2.1
 
 2013.11, Released November 30th, 2013:
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
  2014-02-05 17:41 ` Arnout Vandecappelle
@ 2014-02-05 21:14   ` Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2014-02-05 21:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

 > On 04/02/14 09:45, Peter Korsgaard wrote:
 >> commit: http://git.buildroot.net/buildroot/commit/?id=51a2caf912e24c064561c54533ba0e221b7a6f09
 >> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
 >> 
 >> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
 >> ---
 >> CHANGES |   82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 >> 1 files changed, 82 insertions(+), 0 deletions(-)
 >> 
 >> diff --git a/CHANGES b/CHANGES
 >> index d75d8b1..8b5395e 100644
 >> --- a/CHANGES
 >> +++ b/CHANGES
 >> @@ -1,3 +1,85 @@
 >> +2014.02, Not yet released:
 >> +
 >> +	Fixes all over the tree and new features.

 >  We should probably mention the renaming of BUILDROOT_CONFIG explicitly.
 > And also all of the newly deprecated things and legacy symbols should be
 > mentioned.

Yes, certainly. I will add a blurb about the most important changes like
usual before I release -rc1.

-- 
Venlig hilsen,
Peter Korsgaard 

^ permalink raw reply	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
  2014-02-04  8:45 Peter Korsgaard
@ 2014-02-05 17:41 ` Arnout Vandecappelle
  2014-02-05 21:14   ` Peter Korsgaard
  0 siblings, 1 reply; 89+ messages in thread
From: Arnout Vandecappelle @ 2014-02-05 17:41 UTC (permalink / raw)
  To: buildroot

On 04/02/14 09:45, Peter Korsgaard wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=51a2caf912e24c064561c54533ba0e221b7a6f09
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  CHANGES |   82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 82 insertions(+), 0 deletions(-)
> 
> diff --git a/CHANGES b/CHANGES
> index d75d8b1..8b5395e 100644
> --- a/CHANGES
> +++ b/CHANGES
> @@ -1,3 +1,85 @@
> +2014.02, Not yet released:
> +
> +	Fixes all over the tree and new features.

 We should probably mention the renaming of BUILDROOT_CONFIG explicitly.
And also all of the newly deprecated things and legacy symbols should be
mentioned.

 Regards,
 Arnout

> +
> +	Updated/fixed packages: aiccu, alsa-lib, alsa-utils, aumix,
> +	autoconf, automake, barebox, bellagio, berkeleydb, binutils,
> +	bison, blackbox, bluez_utils, boost, bustle, busybox, cairo,
> +	can-utils, ccache, ccid, cgilua, cifs-utils, civetweb, cmake,
> +	collectd, connman, copas, coreutils, coxpcall, cppzmq, cramfs,
> +	crda, cryptodev-linux, cryptsetup, cups, czmq, dhcpcd,
> +	dhcpdump, dialog, dnsmasq, dosfstools, dropbear, dropwatch,
> +	dtc, duma, dvb-apps, e2fsprogs, eglibc, eigen, erlang,
> +	ethtool, f2fs-tools, ffmpeg, file, filemq, fio, flashrom,
> +	flex, fluxbox, fontconfig freerdp, freetype, gadgetfs-test,
> +	gawk, gcc, gdb, gdbm, gettext, git, glibc, gnupg, gnutls,
> +	gob2, gpsd, grep, grub, gst-ffmpeg, gst-plugins-good,
> +	gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
> +	gst1-plugins-ugly, gstreamer, gstreamer1, gtest, iftop,
> +	imagemagick, inadyn, infozip, iozone, iproute2, iptables, iw,
> +	jpeg, jq, kmod, knock, lbase64, lcdapi, lftp, libcdaudio,
> +	libcgi, libcgicc, libcuefile, libcurl, libdmtx, libdrm,
> +	libdvdnav, libdvdread, libegl, libevent, libexif, libfcgi,
> +	libfreefare, libgles, libglib2, libllcp, libmicrohttpd,
> +	libmpd, libnfc, libnl, libnss, libopenmax, libopenvg, libpcap,
> +	libpfm4, libplayer, libpng, libqmi, libreplaygain, libroxml,
> +	libsamplerate, libsexy, libsigsegv, libsndfile, libsoc,
> +	libtasn1, libtpl, libusb, libusb-compat, libvorbis, libxcb,
> +	libxml2, lighttpd, linknx, linux-firmware, linux-pam, live555,
> +	lm_sensors, lmbench, lockdev, logrotate, lrzsz, ltrace, lua,
> +	lua-ev, lua-msgpack-native, luabitop, luaexpat, luaexpatutils,
> +	luafilesystem, luajit, luaposix, luarocks, luasec, luasocket,
> +	luasql-sqlite3, m4, matchbox, mdadm, minicom, mongrel2, mpc,
> +	mpd, mpg123, mplayer, mtd, mysql, lvm2, mxml, ncurses, ne10,
> +	neard, neardal, netsnmp, netstat-nat, network-manager, nodejs,
> +	numactl, ofone, ola, olsr, omniorb, opencv, openpowerlink,
> +	openssh, openssl, openvpn, oprofile, opus, opus-tools, orbit,
> +	p11-kit, parted, pcre, pcsc-lite, perl, php, poco, poppler,
> +	powervr, protobuf-c, psplash, python, python-bottle,
> +	python-{crc16,distutilscross,dpkt,id3,ipy,m2crypto,mad,meld},
> +	python-{netifaces,nfc,protobuf,pygame,pyparsing,pyro,pyzmq},
> +	python-{serial,setuptools}, qt, qt5base, qt5connectivity,
> +	qt5declarative, qt5graphicaleffects, qt5jsbackend,
> +	qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
> +	qt5webkit, radvd, redis, rings, rng-tools, rpi-firmware,
> +	rpi-userland, rt-tests, sam-ba, samba, sawman, sconeserver,
> +	scons, sdl, sg3_utils, snappy, snmppp, socketcand, spice,
> +	spice-protocol, sqlcipher, sqlite, squid, sshfs, strace,
> +	subversion, sunxi-mali, supervisor, sysklogd, sysprof,
> +	sysstat, systemd, sysvinit, taglib, tar, tcpdump, ti-gfx,
> +	ti-utils, tinymembench, tn5250, trace-cmd, transmission,
> +	tvheadend, tzdata, zxing, uboot, uboot-tools, uclibc, udev,
> +	ulogd, urg, usb_modeswitch_data, util-linux, vala, valgrind,
> +	vorbis-tools, wavpack, wayland, weston, wget, wireless-regdb,
> +	wireshark, wpa_supplicant, wsapi, xavante, xapp_xdpyinfo,
> +	xapp_xrandr, xcb-proto, xdriver_xf86-video-intel, xenomai,
> +	xkeyboard-config, xl2tp, xlib_lib{FS,SM,X11},
> +	xlib_libX{au,aw,composite,cursor,damage,ext,fixes,font,i},
> +	xlib_libX{inerama,mu,pm,randr,render,res,t,tst,v,xf86dga},
> +	xlib_libXxf86vm, xlib_libdmx, xlib_libfontenc,
> +	xlib_libpciaccess, xlib_xtrans, xproto_dri2proto,
> +	xproto_{glproto,inputproto,presentproto,randrproto,videoproto},
> +	xproto_xextproto, xproto_xproto, xutil_util-macros,
> +	xutil_makedepend, zic, zmqpp, zxing, zsh, zyre
> +
> +	New packages: apitrace, avrdude, c-ares, ca-certificates,
> +	cwiid, dbus-cpp, evemu, fping, fswebcam, gpm, gst1-libav,
> +	haveged, jasper, joe, ktap, lbreakout2, libass, libbluray,
> +	libcdio, libenca, libevdev, libmbim, libmodplug, libnfs,
> +	libnftnl, libplist, libshairplay, libsocketcan, ljsyscall,
> +	log4cplus, ltris, luainterpreter, minidlna, mmc-utils,
> +	modemmanager, mtr, net-tools, python-configobj, python-dialog,
> +	python-json-schema-validator, python-keyring, python-msgpack,
> +	python-posix-ipc, python-pyasn, python-pycrypto,
> +	python-pysnmp, python-pysnmp-apps, python-pysnmp-mibs,
> +	python-pyusb, python-simplejson, python-tornado,
> +	python-versiontools, rtmpdump, rtptools, smcroute, smstools3,
> +	tcpreplay, thrift, ti-uim, tinyxml, tmux, vlc, wmctrl,
> +	xconsole
> +
> +	Removed packages: lzma, netkitbase, netkittelnet, pkg-config,
> +	squashfs3, ttcp
> +
>  2013.11, Released November 30th, 2013:
>  
>  	Minor fixes.
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2014-02-04  8:45 Peter Korsgaard
  2014-02-05 17:41 ` Arnout Vandecappelle
  0 siblings, 1 reply; 89+ messages in thread
From: Peter Korsgaard @ 2014-02-04  8:45 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=51a2caf912e24c064561c54533ba0e221b7a6f09
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |   82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 82 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index d75d8b1..8b5395e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,85 @@
+2014.02, Not yet released:
+
+	Fixes all over the tree and new features.
+
+	Updated/fixed packages: aiccu, alsa-lib, alsa-utils, aumix,
+	autoconf, automake, barebox, bellagio, berkeleydb, binutils,
+	bison, blackbox, bluez_utils, boost, bustle, busybox, cairo,
+	can-utils, ccache, ccid, cgilua, cifs-utils, civetweb, cmake,
+	collectd, connman, copas, coreutils, coxpcall, cppzmq, cramfs,
+	crda, cryptodev-linux, cryptsetup, cups, czmq, dhcpcd,
+	dhcpdump, dialog, dnsmasq, dosfstools, dropbear, dropwatch,
+	dtc, duma, dvb-apps, e2fsprogs, eglibc, eigen, erlang,
+	ethtool, f2fs-tools, ffmpeg, file, filemq, fio, flashrom,
+	flex, fluxbox, fontconfig freerdp, freetype, gadgetfs-test,
+	gawk, gcc, gdb, gdbm, gettext, git, glibc, gnupg, gnutls,
+	gob2, gpsd, grep, grub, gst-ffmpeg, gst-plugins-good,
+	gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
+	gst1-plugins-ugly, gstreamer, gstreamer1, gtest, iftop,
+	imagemagick, inadyn, infozip, iozone, iproute2, iptables, iw,
+	jpeg, jq, kmod, knock, lbase64, lcdapi, lftp, libcdaudio,
+	libcgi, libcgicc, libcuefile, libcurl, libdmtx, libdrm,
+	libdvdnav, libdvdread, libegl, libevent, libexif, libfcgi,
+	libfreefare, libgles, libglib2, libllcp, libmicrohttpd,
+	libmpd, libnfc, libnl, libnss, libopenmax, libopenvg, libpcap,
+	libpfm4, libplayer, libpng, libqmi, libreplaygain, libroxml,
+	libsamplerate, libsexy, libsigsegv, libsndfile, libsoc,
+	libtasn1, libtpl, libusb, libusb-compat, libvorbis, libxcb,
+	libxml2, lighttpd, linknx, linux-firmware, linux-pam, live555,
+	lm_sensors, lmbench, lockdev, logrotate, lrzsz, ltrace, lua,
+	lua-ev, lua-msgpack-native, luabitop, luaexpat, luaexpatutils,
+	luafilesystem, luajit, luaposix, luarocks, luasec, luasocket,
+	luasql-sqlite3, m4, matchbox, mdadm, minicom, mongrel2, mpc,
+	mpd, mpg123, mplayer, mtd, mysql, lvm2, mxml, ncurses, ne10,
+	neard, neardal, netsnmp, netstat-nat, network-manager, nodejs,
+	numactl, ofone, ola, olsr, omniorb, opencv, openpowerlink,
+	openssh, openssl, openvpn, oprofile, opus, opus-tools, orbit,
+	p11-kit, parted, pcre, pcsc-lite, perl, php, poco, poppler,
+	powervr, protobuf-c, psplash, python, python-bottle,
+	python-{crc16,distutilscross,dpkt,id3,ipy,m2crypto,mad,meld},
+	python-{netifaces,nfc,protobuf,pygame,pyparsing,pyro,pyzmq},
+	python-{serial,setuptools}, qt, qt5base, qt5connectivity,
+	qt5declarative, qt5graphicaleffects, qt5jsbackend,
+	qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
+	qt5webkit, radvd, redis, rings, rng-tools, rpi-firmware,
+	rpi-userland, rt-tests, sam-ba, samba, sawman, sconeserver,
+	scons, sdl, sg3_utils, snappy, snmppp, socketcand, spice,
+	spice-protocol, sqlcipher, sqlite, squid, sshfs, strace,
+	subversion, sunxi-mali, supervisor, sysklogd, sysprof,
+	sysstat, systemd, sysvinit, taglib, tar, tcpdump, ti-gfx,
+	ti-utils, tinymembench, tn5250, trace-cmd, transmission,
+	tvheadend, tzdata, zxing, uboot, uboot-tools, uclibc, udev,
+	ulogd, urg, usb_modeswitch_data, util-linux, vala, valgrind,
+	vorbis-tools, wavpack, wayland, weston, wget, wireless-regdb,
+	wireshark, wpa_supplicant, wsapi, xavante, xapp_xdpyinfo,
+	xapp_xrandr, xcb-proto, xdriver_xf86-video-intel, xenomai,
+	xkeyboard-config, xl2tp, xlib_lib{FS,SM,X11},
+	xlib_libX{au,aw,composite,cursor,damage,ext,fixes,font,i},
+	xlib_libX{inerama,mu,pm,randr,render,res,t,tst,v,xf86dga},
+	xlib_libXxf86vm, xlib_libdmx, xlib_libfontenc,
+	xlib_libpciaccess, xlib_xtrans, xproto_dri2proto,
+	xproto_{glproto,inputproto,presentproto,randrproto,videoproto},
+	xproto_xextproto, xproto_xproto, xutil_util-macros,
+	xutil_makedepend, zic, zmqpp, zxing, zsh, zyre
+
+	New packages: apitrace, avrdude, c-ares, ca-certificates,
+	cwiid, dbus-cpp, evemu, fping, fswebcam, gpm, gst1-libav,
+	haveged, jasper, joe, ktap, lbreakout2, libass, libbluray,
+	libcdio, libenca, libevdev, libmbim, libmodplug, libnfs,
+	libnftnl, libplist, libshairplay, libsocketcan, ljsyscall,
+	log4cplus, ltris, luainterpreter, minidlna, mmc-utils,
+	modemmanager, mtr, net-tools, python-configobj, python-dialog,
+	python-json-schema-validator, python-keyring, python-msgpack,
+	python-posix-ipc, python-pyasn, python-pycrypto,
+	python-pysnmp, python-pysnmp-apps, python-pysnmp-mibs,
+	python-pyusb, python-simplejson, python-tornado,
+	python-versiontools, rtmpdump, rtptools, smcroute, smstools3,
+	tcpreplay, thrift, ti-uim, tinyxml, tmux, vlc, wmctrl,
+	xconsole
+
+	Removed packages: lzma, netkitbase, netkittelnet, pkg-config,
+	squashfs3, ttcp
+
 2013.11, Released November 30th, 2013:
 
 	Minor fixes.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2013-11-30  8:37 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2013-11-30  8:37 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=1351d0c284e1b85db92caa8af51bb56a6e432b1d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index e5d0f37..8604337 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,24 @@
+2013.11, Not yet released:
+
+	Minor fixes.
+
+	Updated/fixed packages: apr, binutils, dbus-python, dropwatch,
+	ecryptfs-utils, eglibc, gdb, gpsd, grantlee, hostapd,
+	iptables, qlibiscsi, libnspr, libnss, libpfm4, libtool,
+	lua-ev, lvm2, mplayer, qt, qt5, quagga, ruby, tinymembench,
+	tvheadend, util-linux, wpa_supplicant
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#1279: Buildroot compiled Busybox and Coreutils LFS issues
+	#2995: -fstack-protector-all causes ssh to SIGSEGV
+	#5570: Cannot compile software on the target machine
+	#6428: util-linux libmount segfaults with patch from buildroot
+	#6500: php fails to build for armel
+	#6554: gdb needs to dependents on host texinfo
+	#6692: GNU nano fails to compile for x86_64
+	#6704: wpa_supplicant: fix wrong path to executable file in D-Bus
+
 2013.11-rc3, Released November 26th, 2013
 
 	Fixes all over the tree.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2013-11-12  0:04 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2013-11-12  0:04 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=b9a16cb4fc796cde72c16c757fcd80c6f0716268
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES |  105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 105 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index f1b01a3..12c6b2b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,108 @@
+2013.11, Not yet released:
+
+	Architectures: Nios-II support, MIPS arch handling fixes
+
+	Defconfigs: cubieboard2, freescale i.MX 6sololite evk,
+	sabre-sd, wandboard added, rpi renamed to raspberrypi_defconfig
+
+	Toolchain: glibc support, upstream uClibc fixes, uClibc 0.9.31
+	for avr32, crosstool-ng backend removed, external musl
+	toolchain support, gcc 4.8.2, updated Linaro external
+	toolchains. Fortran and objective-C support deprecated,
+	mudflap support
+
+	Bootloaders: U-Boot: u-boot.imx support, version bumps
+
+	Linux: use kmod instead of module-init-tools
+
+	System: default to devtmpfs for /dev
+
+	Infrastructure: Make 3.82 fixes, locales generation fixes, CVS
+	download support, post-rsync hooks
+
+	Fs: u-boot image support for cpio
+
+	Updated/fixed packages: aircrack-ng, alsamixergui, apr,
+	apr-util, atk, automake, bellagio, berkeleydb, bind, binutils,
+	bison, boost, busybox, can-utils, ccache, ccid, cgilua,
+	chrony, cifs-utils, cjson, collectd, connman, conntrack-tools,
+	copas, cppcms, cppzmq, czmq, dash, dbus, dhcpcd, diffutils,
+	directfb, dmidecode, dnsmaqs, docker, dosfstools, dropbear,
+	dropwatch, ebtables, eglibc, elf2flt, empty, enchant, erlang,
+	ethtool, fbgrab, fbv, fdk-aac, feh, ffmpeg, file, findutils,
+	fltk, fmtools, freetype, gdk-pixbuf, gettext, git,
+	glib-networking, gmp, gnupg, gnutls, gpu-viv-bin-mx6q, gsl,
+	gstreamer, gstreamer1, gst1-plugins-{bad,base,good,ugly},
+	gtest, gutenprint, hplip, i2c-tools, icu, ifplugd,
+	imagemagick, iozone, iproute2, ipset, iptables, iw, jamvm,
+	jansson, jpeg-turbo, kismet, kmod, lcms2, libassuan, libcap,
+	libcap-ng, libcdaudio, libcec, libcue, libcurl, libdrm,
+	libedit, libevas, libevent, libfreefare, libfuse,
+	libgpg-error, libiconv, liblog4c-localtime, libmicrohttpd,
+	libmnl, libmodbus,
+	libnetfilter_{acct,conntrack,cthelper,cttimeout,log,queue},
+	libnfnetlink, libnl, libpng, libqmi, libqrencode, libroxml,
+	libsecret, libsigsegv, libsoup, libtirpc, libunwind, libusb,
+	libvpx, lighttpd, linphone, linux-pam, lmbench,
+	lockfile-progs, log4cxx, logrotate, logsurfer, ltp-testsuite,
+	ltrace, luacrypto, luaposix, lvm2, m4, matchbox-lib,
+	media-ctl, mediastreamer, minicom, minidlna, mongoose, monit,
+	mpc, mpd, mpg123, mplayer, mrouted, mtdev, mutt, mysql_client,
+	nano, ncftp, ndisc6, neard, neardal, neon, net-snmp, netatalk,
+	netcat, netkitbase, netperf, netplug, nettle, nfacct,
+	nfs-utils, ngircd, ngrep, noip, nuttcp, olsr, openssh, opkg,
+	oprofile, opus-tools, orc, ortp, pciutils, pcre, pcsc-lite,
+	perf, perl, perl-cross, php, picocom, pkgconf, polarssl,
+	poppler, pppd, proftpd, protobuf, proxychains-ng, pulseaudio,
+	pv, qemu, qt, qt5base, qt5webkit, quagga, radvd, redis,
+	rpi-{firmware,userland}, rrdtool, rsync, rtorrent, ruby,
+	samba, scons, screen, sdl_sound, ser2net, setserial,
+	smartmontools, socat, socketcand, sqlcipher, sqlite, squid,
+	stress, strongswan, stunnel, sudo, syslinux, systemd,
+	sysvinit, tcl, ti-gfx, time, transmission, tremor, tslib,
+	tvheadend, tzdata, uboot-tools, uclibc, udpcast, uemacs,
+	ulogd, usb_modeswitch{,_data}, util-linux, vala, valgrind,
+	vde2, vorbus-tools, vpnc, vsftpd, vtun, wayland, webkit, webp,
+	webrtc-audio-processing, weston, wget, wireshark, wsapi,
+	xavante, xdriver_xf86-video-geode, xenomai, xinetd,
+	xlib_libpthread-stubs, xl2tp, xmlstarlet, xserver_xorg-server,
+	xz, zeromq, zic, zmqpp
+
+	New packages: aiccu, autossh, bc, civetweb, cppdb, cryptsetup,
+	duma, eigen, harfbuzz, igmpproxy, iputils, jq, knock, kobs-ng,
+	lesstif, libcgroup, libsepol, libsoc, libssh2, luasec, luasql,
+	lxc, nut, ola, omniorb, openpowerlink, orbit, p910nd, psplash,
+	python-crc16, python-ipy, python-pyzmq, qt5sensors,
+	qt5serialport, qt5x11extras, snmppp, subversion, tcping,
+	trace-cmd, xscreensaver, zsh
+
+	Removed packages: module-init-tools
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#1138: Buildroot fails to build packages if BR2_GCC_SHARED_LIBGCC=y
+	#5408: qt build failure with Sourcery CodeBench ARM 2010.09
+	#5630: makefile error with toolchain helpers.mk
+	#5672: htop: remove X11 stuff
+	#5678: linux.mk: linux-menuconfig fails
+	#5696: python3 installation is too large, patches from python2 needed
+	#5978: Erlang does not build for arm in 2013.02-rc3
+	#6392: Extended ARM uImage kernel options
+	#6404: Buildroot's coreutils 'uname -p' reports 'Unknown' on recent..
+	#6428: util-linux libmount segfaults with patch from buildroot
+	#6452: eglibc from Linaro 2013.07 not copied to target correctly
+	#6566: PHP segfault when crosscompiled to mips64 - patch included
+	#6572: [PowerPC] Buildroot uses wrong external toolchain libraries..
+	#6578: udisks package broken
+	#6602: ebtables 64 bit kernel + 32 bit userland alignment error..
+	#6608: ebtables missing ethertypes - fix included
+	#6620: Sysvinit package missing killall5 and symlinks - patch included
+	#6632: CMake use host pkg-config
+	#6638: pkgconf doesn't download
+	#6644: "all" target doesn't work in out-of-tree builds
+	#6650: Segmentation fault when trying to build latest buildroot
+	#6668: iptables limit module alignment problem on mips64
+
 2013.08, Released August 31th, 2013:
 
 	Minor fixes.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2013-08-29 21:22 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2013-08-29 21:22 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=13ce6ddf5980819abdab21d6824a3e1c908872e8
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index 2fc965e..8c7c23a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,18 @@
+2013.08, Not yet released:
+
+	Fixes all over the tree.
+
+	External toolchain lib32/lib64 handling, ABI name for EABIhf,
+	misc fixes for generatelocales, apply-patches and module
+	stripping.
+
+	Top level menu names reordered and renamed for clarity.
+
+	Updated/fixed packages: acl, attr, bash, directfb, dvb-apps,
+	kexec, kmod, libbsd, linux-fusion, mesa3d, minidlna, openssh,
+	openssl, pulseaudio, python-setuptools, qt5, qt5webkit, redis,
+	strongswan, sunxi-mali
+
 2013.08-rc2, Released August 16th 2013:
 
 	Documentation improvements.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2013-05-27 21:59 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2013-05-27 21:59 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=0ca9692ddee33ebb78c0054a5efff7e267aa5b3a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index 9de20b2..5814267 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+2013.05, Not yet released:
+
+	Minor fixes.
+
+	Updated/fixed packages: elf2flt, flex, udpcast
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#4988: flex and m4 problems
+	#5912: obsolete CVS files
+
 2013.05-rc3, Released May 25th, 2013:
 
 	Minor fixes.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2013-05-15 18:48 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2013-05-15 18:48 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=a517092fa3205af65935bb1c7b395b54778ee68f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/CHANGES b/CHANGES
index 3009071..e2f3f3b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,13 +6,14 @@
 
 	Defconfigs: Add Telit EVK-PRO3, AT91SAM9260-EK Nand flash.
 
-	Updated/fixed packages: busybox, cairo, classpath, curlftpfs,
-	czmq, dbus, f2fs-tools, fan-ctrl, filemq, gst-plugin-bad,
-	gutenprint, hplip, json-c, libatomic_ops, libcurl, libdrm,
-	libnspr, libnss, libsha1, libsigsegv, libxcb, linknx,
-	linux-pam, lttng-modules, lttng-tools, matchbox-lib, mcookie,
-	mesa3d, neon, pixman, pulseaudio, python-nfc, qt5imageformats,
-	quota, openssl, sconeserver, strace, sylpheed, wvstreams,
+	Updated/fixed packages: aircrack-ng, busybox, cairo,
+	classpath, curlftpfs, czmq, dbus, f2fs-tools, fan-ctrl,
+	filemq, gst-plugin-bad, gutenprint, hplip, json-c,
+	libatomic_ops, libcurl, libdrm, libglib2, libnspr, libnss,
+	libsha1, libsigsegv, libxcb, linknx, linux-pam, lttng-modules,
+	lttng-tools, matchbox-lib, mcookie, mesa3d, neon, pixman,
+	pulseaudio, python-nfc, qt5imageformats, quota, openssl,
+	sconeserver, strace, sylpheed, wvstreams,
 	xapp_{appres,bdftopcf,beforelight,bitmap,edires,fonttosfnt},
 	xapp_{fslsfonts,fstobdf,iceauth,ico,listres,luit,mkfontdir},
 	xapp_{mkfontscale,oclock,rgb,rstart,scripts,sessreg,setxkbmap},
@@ -51,6 +52,8 @@
 	xproto_{xf86bigfont,xf86dga,xf86dri,xf86vidmode,xinerama,x}proto,
 	xserver_xorg-server, xutil_{makedepend,util-macros}
 
+	Readded Packages: xapp_xinit
+
 	Issues resolved (http://bugs.uclibc.org):
 
 	#5054: amd64: cannot find init - due to missing /lib64 folder

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2013-05-15 12:54 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2013-05-15 12:54 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=90e7cdd28c82212a884902d46f13634f5509b3d3
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   51 ++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 48 insertions(+), 3 deletions(-)

diff --git a/CHANGES b/CHANGES
index 04c1eed..3009071 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,54 @@
 
 	Fixes all over the tree.
 
-	Updated/fixed packages: dbus, gutenprint, hplip, json-c,
-	libcurl, pulseaudio, python-nfc, qt5imageformats, strace,
-	wvstreams
+	Default number of parallel jobs is now number of CPUs + 1.
+
+	Defconfigs: Add Telit EVK-PRO3, AT91SAM9260-EK Nand flash.
+
+	Updated/fixed packages: busybox, cairo, classpath, curlftpfs,
+	czmq, dbus, f2fs-tools, fan-ctrl, filemq, gst-plugin-bad,
+	gutenprint, hplip, json-c, libatomic_ops, libcurl, libdrm,
+	libnspr, libnss, libsha1, libsigsegv, libxcb, linknx,
+	linux-pam, lttng-modules, lttng-tools, matchbox-lib, mcookie,
+	mesa3d, neon, pixman, pulseaudio, python-nfc, qt5imageformats,
+	quota, openssl, sconeserver, strace, sylpheed, wvstreams,
+	xapp_{appres,bdftopcf,beforelight,bitmap,edires,fonttosfnt},
+	xapp_{fslsfonts,fstobdf,iceauth,ico,listres,luit,mkfontdir},
+	xapp_{mkfontscale,oclock,rgb,rstart,scripts,sessreg,setxkbmap},
+	xapp_{showfont,smproxy,twm,viewres,x11perf,xauth,xbacklight},
+	xapp_x{biff,calc,clipboard,clock,cmsdb,cursorgen,dbedizzy,ditview},
+	xapp_x{dm,dpyinfo,driinfo,edit,ev,eyes,f86dga,fd,fontsel,fs,fsinfo},
+	xapp_x{gamma,gc,host,input-calibrator,input,kbcomp,kbevd,kbprint},
+	xapp_x{kbutils,kill,load,logo,lsatoms,lsclients,lsfonts,mag,man},
+	xapp_x{message,mh,modmap,more,pr,prop,randr,rdb,refresh,set,setmode},
+	xapp_x{setpointer,setroot,sm,stdcmap,vidtune,vinfo,wd,wininfo,wud},
+	xcb-util, xcursor-transparent-theme, xdata_xbitmaps,
+	xdata_xcursor-themes,
+	xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synaptics},
+	xdriver_xf86-input-{tslib,vmmouse,void},
+	xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,fbdev,geode,glide},
+	xdriver_xf86-video-{glint,i128,intel,mach64,mga,neomagic,newport},
+	xdriver_xf86-video-{nv,openchrome,r128,savage,siliconmotion,sis},
+	xdriver_xf86-video-{tdfx,tga,trident,v4l,vesa,vmware,voodoo,wsfb},
+	xfont_encodings, xfont_font-adobe-{100,75}dpi,
+	xfont_font-utopia-{100dpi,75dpi,type1},
+	xfont_font-{alias,arabic-misc,bh-100dpi,bh-75dpi},
+	xfont_font-bh-lucidatypewriter-{100,75}dpi, xfont_font-bh-{ttf,type1},
+	xfont_font-bitstream-{100dpi,75dpi,type1}, xfont_font-cronyx-cyrillic,
+	xfont_font-{cursor,daewoo,dec,isas,jis,micro}-misc,
+	xfont_font-ibm-type1, xfont_font-misc-{cyrillic,ethiopic,meltho,misc},
+	xfont_font-{mutt,schumacher}-misc,
+	xfont_font-{screen-cyrillic,sony-misc,sun-misc,util},
+	xfont_font-winitzki-cyrillic, xfont_font-xfree86-type1,
+	xlib_lib{FS,ICE,SM,X11,XScrnSaver,Xau,Xaw,Xcomposite,Xcursor},
+	xlib_libX{damage,dmcp,ext,fixes,font,ft,i,inerama,mu,pm,randr},
+	xlib_libX{render,res,t,tst,v,vMC,xf86dga,xf86vm},
+	xlib_lib{dmx,fontenc,pciaccess,pthread-stubs,xkbfile}, xlib_xtrans,
+	xproto_{applewm,bigreqs,composite,damage,dmx,dri2,fixes}proto,
+	xproto_{fontcache,font,gl,input,kb,randr,record,render}proto,
+	xproto_{resource,scrnsaver,video,windowswm,xcmisc,xext}proto,
+	xproto_{xf86bigfont,xf86dga,xf86dri,xf86vidmode,xinerama,x}proto,
+	xserver_xorg-server, xutil_{makedepend,util-macros}
 
 	Issues resolved (http://bugs.uclibc.org):
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2013-05-11 19:48 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2013-05-11 19:48 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=d131f75019ed770db7d010a9eefdf1696ad82718
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index 1686aa6..97f5a4d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+2013.05, Not released yet:
+
+	Fixes all over the tree.
+
+	Updated/fixed packages: dbus, gutenprint, hplip, json-c,
+	libcurl, pulseaudio, python-nfc, qt5imageformats, strace,
+	wvstreams
+
 2013.05-rc1, Released May 8th, 2013:
 
 	Architectures: ARC support, Blackfin support, FLAT binary

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2013-05-08 13:49 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2013-05-08 13:49 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=e7f4923e8efa047433fdda563b3bb7af8f17a9d5
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/CHANGES b/CHANGES
index 6d1c21f..1b35017 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,8 +9,8 @@
 	Crosstool-ng backend deprecated.
 
 	Defconfigs: Add Atmel at91sam9g45m10ek, freescale mpc8315erdb
-	& p1010rdb, Armadeus apf27 / apf28, Raspberry pi, gnublin
-	board.
+	& p1010rdb, Armadeus apf27 / apf28, Openblocks A6, Raspberry
+	pi, gnublin board.
 
 	FS: LZO and XZ compression methods, extra ubifs options,
 	ext2 rev 0/1 and ext3/4 support.
@@ -36,19 +36,19 @@
 	busybox, ccache, cifs-utils, cmake, collectd, connman,
 	conntrack-tools, cpanminus, crosstool-ng, diffutils, directfb,
 	directfb-examples, divine, dmalloc, dnsmasq, dosfstools,
-	dropbear, e2fsprogs, ebtables, eeprog, erlang, ethtool, fbset,
-	feh, ffmpeg, file, flex, flot, foomatic, gd, gdb, gdisk,
-	genimage, gettext, gmp, gnuchess, gnutls, gob2, gperf, gpsd,
-	gstreamer, haserl, hiawatha, htop, httping, icu,
-	inotify-tools, intltool, iproute2, ipset, iptables, iw, jpeg,
-	jquery, jquery-{sparkline,validation}, json-c, kbd, kexec,
-	kismet, kmod, lcdproc, libarchive, libcap, libconfig,
-	libconfuse, libcurl, libdrm, libeet, libev, libevas,
-	libeXosip2, libffi, libfribi, libfuse, libgcrypt, libglib2,
-	libgtk2, libid3tag, libmicrohttpd, libnetfilter_acct,
-	libnetfilter_conntrack, libnl, libpcap, libplayer, libsigc,
-	libv4l, libxcb, linenoise, linux-pam, lm_sensors,
-	ltp-testsuite, luajit, lzop, madplay, make, mdadm,
+	dropbear, e2fsprogs, ebtables, eeprog, erlang, ethtool,
+	fb-test-app, fbset, feh, ffmpeg, file, flex, flot, foomatic,
+	fxload, gd, gdb, gdisk, genimage, gettext, gmp, gnuchess,
+	gnutls, gob2, gperf, gpsd, gstreamer, haserl, hiawatha, htop,
+	httping, icu, inotify-tools, intltool, iproute2, ipset,
+	iptables, iw, jpeg, jquery, jquery-{sparkline,validation},
+	json-c, kbd, kexec, kismet, kmod, lcdproc, libarchive,
+	libatasmart, libcap, libconfig, libconfuse, libcurl, libdrm,
+	libeet, libev, libevas, libeXosip2, libffi, libfribi, libfuse,
+	libgcrypt, libglib2, libgtk2, libid3tag, libmicrohttpd,
+	libnetfilter_acct, libnetfilter_conntrack, libnl, libpcap,
+	libplayer, libsigc, libv4l, libxcb, linenoise, linux-pam,
+	lm_sensors, ltp-testsuite, luajit, lzop, madplay, make, mdadm,
 	mediastreamer, memtester, mesa3d,
 	mobile-broadband-provider-info, monit, mpd, mpfr, mpg123,
 	mrouted, msmtp, nbd, ncurses, ndisc6, neard, neardal, neon,
@@ -57,11 +57,11 @@
 	oprofile, orc, patch, pciutils, pcre, perl, php, poco,
 	polarssl, proftpd, psmisc, pulseaudio, python,
 	python-{bottle,netifaces,serial,setuptools}, qt, quagga,
-	quota, radvd, rpi-userland, rt-tests, sam-ba, samba, sawman,
-	sdl, ser2net, smartmontools, socat, socketcand, speex, squid,
-	stress, stunnel, sudo, syslinux, sysstat, sysvinit, tcl,
-	tcprelay, tinyhttpd, tslib, tvheadend, uboot-tools, ulogd,
-	util-linux, vala, vtun, webkit,
+	quota, radvd, rpi-firmware, rpi-userland, rt-tests, sam-ba,
+	samba, sawman, sdl, ser2net, smartmontools, socat, socketcand,
+	speex, squid, stress, stunnel, sudo, syslinux, sysstat,
+	sysvinit, tcl, tcprelay, tinyhttpd, tslib, tvheadend,
+	uboot-tools, udev, ulogd, util-linux, vala, vtun, webkit,
 	xapp_{iceauth,luit,makefontscale,sessreg,setxkbmap,smproxy},
 	xapp_{xauth,xcmsdb,xdpyinfo,xev,xgamma,xhost,xinput,xkbcomp},
 	xapp_{xkbevd,xlsatoms,xlsclients,xmodmap,xpr,xprop,xrandr,xrdb},

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
  2013-05-08 11:06 ` Thomas Petazzoni
@ 2013-05-08 11:22   ` Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2013-05-08 11:22 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 >> +2013.05, Not released yet:
 >> +
 >> +        Architectures: ARC support, Blackfin support, FLAT binary
 >> +        format, ARM: Drop old CPU variants, add fa526/626, Marvell PJ4
 >> +
 >> +	Toolchains: Add new Microblaze external toolchains, Linaro
 >> +	ARM/Aarch64 updates, GCC 4.6.4 / 4.7.3 / 4.8.0 added to
 >> +	internal toolchain, default to GCC 4.7.x.

 Thomas> Minor nit: the first paragraph is indented with spaces, and the other
 Thomas> ones with one tab.

Ups, will fix - Thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2013-05-08 11:21 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2013-05-08 11:21 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=fa3463d64bd43895a8e9eec80d80dcc3e904c665
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

And also fixup tabs/spaces mix as pointed out by Thomas.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   37 +++++++++++++++++++------------------
 1 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/CHANGES b/CHANGES
index ba91242..6d1c21f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,12 @@
 2013.05, Not released yet:
 
-        Architectures: ARC support, Blackfin support, FLAT binary
-        format, ARM: Drop old CPU variants, add fa526/626, Marvell PJ4
+	Architectures: ARC support, Blackfin support, FLAT binary
+	format, ARM: Drop old CPU variants, add fa526/626, Marvell PJ4
 
 	Toolchains: Add new Microblaze external toolchains, Linaro
 	ARM/Aarch64 updates, GCC 4.6.4 / 4.7.3 / 4.8.0 added to
-	internal toolchain, default to GCC 4.7.x.
+	internal toolchain, default to GCC 4.7.x. Internal
+	Crosstool-ng backend deprecated.
 
 	Defconfigs: Add Atmel at91sam9g45m10ek, freescale mpc8315erdb
 	& p1010rdb, Armadeus apf27 / apf28, Raspberry pi, gnublin
@@ -37,7 +38,7 @@
 	directfb-examples, divine, dmalloc, dnsmasq, dosfstools,
 	dropbear, e2fsprogs, ebtables, eeprog, erlang, ethtool, fbset,
 	feh, ffmpeg, file, flex, flot, foomatic, gd, gdb, gdisk,
-	genimage, gettext, gmp, gnuchess, gnutls, gob2, gpsd,
+	genimage, gettext, gmp, gnuchess, gnutls, gob2, gperf, gpsd,
 	gstreamer, haserl, hiawatha, htop, httping, icu,
 	inotify-tools, intltool, iproute2, ipset, iptables, iw, jpeg,
 	jquery, jquery-{sparkline,validation}, json-c, kbd, kexec,
@@ -50,11 +51,11 @@
 	ltp-testsuite, luajit, lzop, madplay, make, mdadm,
 	mediastreamer, memtester, mesa3d,
 	mobile-broadband-provider-info, monit, mpd, mpfr, mpg123,
-	mrouted, nbd, ncurses, ndisc6, neard, neardal, neon, netperf,
-	netsnmp, nettle, nfacct, ntfs-3g, ofono, olsr,
+	mrouted, msmtp, nbd, ncurses, ndisc6, neard, neardal, neon,
+	netperf, netsnmp, nettle, nfacct, ntfs-3g, ofono, olsr,
 	omap-u-boot-utils, openssh, openssl, openswan, openvpn,
-	oprofile, orc, pciutils, pcre, perl, php, poco, polarssl,
-	proftpd, psmisc, pulseaudio, python,
+	oprofile, orc, patch, pciutils, pcre, perl, php, poco,
+	polarssl, proftpd, psmisc, pulseaudio, python,
 	python-{bottle,netifaces,serial,setuptools}, qt, quagga,
 	quota, radvd, rpi-userland, rt-tests, sam-ba, samba, sawman,
 	sdl, ser2net, smartmontools, socat, socketcand, speex, squid,
@@ -79,16 +80,16 @@
 	xproto_{resource,scrnsaver,xcmisc,xext,x}proto,
 	xserver_xorg-server, xutil_makedepend, xz, zeromq
 
-	New packages: aircrack-ng, bcusdk, crda, cryptodev-linux,
-	cppzmq, czmq, dtach, enscript, exfat, exfat-utils, f2fs-tools,
-	fan-ctrl, filemq, foomatic-filters, genimage, genpart, glibmm,
-	gnuplot, gtest, gutenprint, hplip, iozone, jansson, jhead,
-	jquery-keyboard, jquery-ui, jquery-ui-themes, json-glib,
-	json-javascript, lcms2, libpfm4, libpthsem, libserial,
-	libsigsegv, libtasn1, libwebsockets, libxkbcommon, libxml++,
-	linknx, log4cxx, mongoose, mongrel2, mtools, ne10, nmap,
-	nodejs, openobex, openpgm, poppler, protobuf-c,
-	python-m2crypto, python-thrift, qjson, qt5base,
+	New packages: aircrack-ng, bcusdk, chrony, crda,
+	cryptodev-linux, cppzmq, czmq, dtach, enscript, exfat,
+	exfat-utils, f2fs-tools, fan-ctrl, filemq, foomatic-filters,
+	genimage, genpart, glibmm, gnuplot, gtest, gutenprint, hplip,
+	iozone, jansson, jhead, jquery-keyboard, jquery-ui,
+	jquery-ui-themes, json-glib, json-javascript, lcms2, libpfm4,
+	libpthsem, libserial, libsigsegv, libtasn1, libwebsockets,
+	libxkbcommon, libxml++, linknx, log4cxx, mongoose, mongrel2,
+	mtools, ne10, nmap, nodejs, openobex, openpgm, poppler,
+	protobuf-c, python-m2crypto, python-thrift, qjson, qt5base,
 	qt5declarative, qt5graphicaleffects, qt5imageformats,
 	qt5jsbackend, qt5multimedia, qt5quick1, qt5script, qt5svg,
 	qt5webkit qt5xmlpatterns, rapidjson, redis, swig, texinfo,

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
  2013-05-07 21:00 Peter Korsgaard
@ 2013-05-08 11:06 ` Thomas Petazzoni
  2013-05-08 11:22   ` Peter Korsgaard
  0 siblings, 1 reply; 89+ messages in thread
From: Thomas Petazzoni @ 2013-05-08 11:06 UTC (permalink / raw)
  To: buildroot

Dear Peter Korsgaard,

On Tue, 7 May 2013 23:00:39 +0200, Peter Korsgaard wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=aec71d643784db991eb74086fc0352f788c86120
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> ---
>  CHANGES |  118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 118 insertions(+), 0 deletions(-)
> 
> diff --git a/CHANGES b/CHANGES
> index 4e327a8..ba91242 100644
> --- a/CHANGES
> +++ b/CHANGES
> @@ -1,3 +1,121 @@
> +2013.05, Not released yet:
> +
> +        Architectures: ARC support, Blackfin support, FLAT binary
> +        format, ARM: Drop old CPU variants, add fa526/626, Marvell PJ4
> +
> +	Toolchains: Add new Microblaze external toolchains, Linaro
> +	ARM/Aarch64 updates, GCC 4.6.4 / 4.7.3 / 4.8.0 added to
> +	internal toolchain, default to GCC 4.7.x.

Minor nit: the first paragraph is indented with spaces, and the other
ones with one tab.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2013-05-07 21:00 Peter Korsgaard
  2013-05-08 11:06 ` Thomas Petazzoni
  0 siblings, 1 reply; 89+ messages in thread
From: Peter Korsgaard @ 2013-05-07 21:00 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=aec71d643784db991eb74086fc0352f788c86120
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |  118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 118 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index 4e327a8..ba91242 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,121 @@
+2013.05, Not released yet:
+
+        Architectures: ARC support, Blackfin support, FLAT binary
+        format, ARM: Drop old CPU variants, add fa526/626, Marvell PJ4
+
+	Toolchains: Add new Microblaze external toolchains, Linaro
+	ARM/Aarch64 updates, GCC 4.6.4 / 4.7.3 / 4.8.0 added to
+	internal toolchain, default to GCC 4.7.x.
+
+	Defconfigs: Add Atmel at91sam9g45m10ek, freescale mpc8315erdb
+	& p1010rdb, Armadeus apf27 / apf28, Raspberry pi, gnublin
+	board.
+
+	FS: LZO and XZ compression methods, extra ubifs options,
+	ext2 rev 0/1 and ext3/4 support.
+
+	Patch handling: apply-patches now has .patch.xz support,
+	Patch logic reworked as discussed during Febrary dev days:
+	http://elinux.org/Buildroot:DeveloperDaysFOSDEM2013
+
+	<pkg>-rsync now excludes version control files.
+
+	linux: uImage load address for ARM multiplatform kernels
+
+	Infrastructure for multiple OpenGL / ES / EGL / OpenVG
+	providers, similar to how libjpeg / libjpeg-turbo is handled.
+
+	Infrastructure for packages to add system users.
+
+	kconfig: updated to 3.9-rc2, support make olddefconfig
+
+	Updated/fixed packages: alsa-lib, alsa-utils, apr, apr-util,
+	argp-standalone, at, at91bootstrap, audiofile, aumix, avahi,
+	bash, blackbox, bind, binutils, bison, boost, bridge-utils,
+	busybox, ccache, cifs-utils, cmake, collectd, connman,
+	conntrack-tools, cpanminus, crosstool-ng, diffutils, directfb,
+	directfb-examples, divine, dmalloc, dnsmasq, dosfstools,
+	dropbear, e2fsprogs, ebtables, eeprog, erlang, ethtool, fbset,
+	feh, ffmpeg, file, flex, flot, foomatic, gd, gdb, gdisk,
+	genimage, gettext, gmp, gnuchess, gnutls, gob2, gpsd,
+	gstreamer, haserl, hiawatha, htop, httping, icu,
+	inotify-tools, intltool, iproute2, ipset, iptables, iw, jpeg,
+	jquery, jquery-{sparkline,validation}, json-c, kbd, kexec,
+	kismet, kmod, lcdproc, libarchive, libcap, libconfig,
+	libconfuse, libcurl, libdrm, libeet, libev, libevas,
+	libeXosip2, libffi, libfribi, libfuse, libgcrypt, libglib2,
+	libgtk2, libid3tag, libmicrohttpd, libnetfilter_acct,
+	libnetfilter_conntrack, libnl, libpcap, libplayer, libsigc,
+	libv4l, libxcb, linenoise, linux-pam, lm_sensors,
+	ltp-testsuite, luajit, lzop, madplay, make, mdadm,
+	mediastreamer, memtester, mesa3d,
+	mobile-broadband-provider-info, monit, mpd, mpfr, mpg123,
+	mrouted, nbd, ncurses, ndisc6, neard, neardal, neon, netperf,
+	netsnmp, nettle, nfacct, ntfs-3g, ofono, olsr,
+	omap-u-boot-utils, openssh, openssl, openswan, openvpn,
+	oprofile, orc, pciutils, pcre, perl, php, poco, polarssl,
+	proftpd, psmisc, pulseaudio, python,
+	python-{bottle,netifaces,serial,setuptools}, qt, quagga,
+	quota, radvd, rpi-userland, rt-tests, sam-ba, samba, sawman,
+	sdl, ser2net, smartmontools, socat, socketcand, speex, squid,
+	stress, stunnel, sudo, syslinux, sysstat, sysvinit, tcl,
+	tcprelay, tinyhttpd, tslib, tvheadend, uboot-tools, ulogd,
+	util-linux, vala, vtun, webkit,
+	xapp_{iceauth,luit,makefontscale,sessreg,setxkbmap,smproxy},
+	xapp_{xauth,xcmsdb,xdpyinfo,xev,xgamma,xhost,xinput,xkbcomp},
+	xapp_{xkbevd,xlsatoms,xlsclients,xmodmap,xpr,xprop,xrandr,xrdb},
+	xapp_{xset,xwd,xwininfo}, xcb-{proto,util},
+	xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synptics},
+	xdriver_xf86-input-{tslib,vmmouse,void},
+	xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,geode,glide,glint},
+	xdriver_xf86-video-{i128,intel,mach64,mga,neomagic,newport},
+	xdriver_xf86-video-{openchrome,r128,savage,siliconmotion,sis},
+	xdriver_xf86-video-{tdfx,trident,vesa,vmware,wsfb}, xenomai,
+	xfont, xinetd, xkeyboard-config, xlib_lib{FS,ICE,SM,X11},
+	xlib_libX{scrnSaver,au,aw,cursor,dmcp,ext,fixes,font,ft,i},
+	xlib_libX{inerama,mu,pm,randr,res,tst,v,vMC,xf86dga,xf86vm},
+	xlib_lib{dmx,fontenc,pciaccess,xkbfile}, xlib_xtrans,
+	xproto_{applevm,bigreqs,dri2,fonts,gl,input,kbd,record}proto,
+	xproto_{resource,scrnsaver,xcmisc,xext,x}proto,
+	xserver_xorg-server, xutil_makedepend, xz, zeromq
+
+	New packages: aircrack-ng, bcusdk, crda, cryptodev-linux,
+	cppzmq, czmq, dtach, enscript, exfat, exfat-utils, f2fs-tools,
+	fan-ctrl, filemq, foomatic-filters, genimage, genpart, glibmm,
+	gnuplot, gtest, gutenprint, hplip, iozone, jansson, jhead,
+	jquery-keyboard, jquery-ui, jquery-ui-themes, json-glib,
+	json-javascript, lcms2, libpfm4, libpthsem, libserial,
+	libsigsegv, libtasn1, libwebsockets, libxkbcommon, libxml++,
+	linknx, log4cxx, mongoose, mongrel2, mtools, ne10, nmap,
+	nodejs, openobex, openpgm, poppler, protobuf-c,
+	python-m2crypto, python-thrift, qjson, qt5base,
+	qt5declarative, qt5graphicaleffects, qt5imageformats,
+	qt5jsbackend, qt5multimedia, qt5quick1, qt5script, qt5svg,
+	qt5webkit qt5xmlpatterns, rapidjson, redis, swig, texinfo,
+	tzdata, urg, ussp-push, wayland, webp, weston, wireless-regdb,
+	wireshark, wvdial, wvstreams, xcb-util-image, xcb-util-wm,
+	xcursor-transparent-theme, zic, zmqpp, zyre
+
+	Removed packages: microperl, ocf-linux, xapp_xinit,
+	xapp_xplsprinters, xapp_xprehashprinterlist,
+	xfont_font-bitstream-speedo,
+	xlib_lib{Xfontcache,XprintAppUtil,XprintUtil,Xp,oldX,xkbui},
+	xproto_{print,xf86rush}proto
+
+	Deprecated packages: vala
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#1291: Add support for Faraday 526 arm processor (fa526)
+	#2683: cups does not install correctly to target
+	#3313: mesa3d fails to build
+	#5186: initramfs/cpio should support lzo compression
+	#5636: agetty - cannot get controlling tty error - need updated...
+	#5906: collectd client headers not exported
+	#5966: bison unnecessarily required as build dependency
+	#6140: --enable-fileinfo not applied for php package
+	#6164: openvpn usage of ip tool from Busybox
+
 2013.02, Released February 28th, 2013:
 
 	Misc manual updates.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2013-02-09 15:03 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2013-02-09 15:03 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=1ccf523713dda8bccbc8bb3dcea591d54d8d9278
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   70 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 38 insertions(+), 32 deletions(-)

diff --git a/CHANGES b/CHANGES
index e824762..63a16fd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,52 +4,58 @@
 	libraries install fixed. Add Linaro ARM
 	2012.11/2012.12/2013.01, AArch64 12.11/12.12/13.01. Sourcery
 	CodeBench MIPS 2012.03/09. Infrastructure to warn about
-	missing 32bit support for binary toolchains. Add GDB 7.5.1 /
-	Remove 6.8 / 7.0 / 7.1.
+	missing 32bit support for binary toolchains. Toolchain wrapper
+	is now relocatable. Add GDB 7.5.1 / Remove 6.8 / 7.0 /
+	7.1. Deprecate uClibc 0.9.31.
 
 	Architecture: Xtensa fixes, add missing powerpc variants, arm
-	1136jf-s rev1, add A5/A15, neon support toggle, Sparc: drop
-	old unused variants
+	1136jf-s rev1, add A5/A15, neon support toggle, OABI
+	deprecated. Sparc: drop old unused variants
 
 	Bootloaders: At91bootstap: fix upstream URL, Barebox: add
-	2012.12/2013.01, remove 2012.08/09, lzop fixes, environment
-	image support, U-Boot: add 2013.01.01
+	2012.12/2013.01/2013.02, remove 2012.08/09/10, lzop fixes,
+	environment image support, U-Boot: add 2013.01.01
 
 	Linux: fix appended dtb handling for v3.8+ kernels, support
 	multiple device trees
 
 	Defconfigs: calao USB-A9260, snowball, QEMU PPC440 on ML507
 	board, QEMU ARM Exynos4210, Kernel version in QEMU defconfigs
-	updated, at91rm9200df: misc fixes
+	updated, at91rm9200df: misc fixes. Lock kernel headers to
+	match kernel.
 
 	Infrastructure: Git download fixes. Toolchain make target
 	renamed from 'cross' to 'toolchain'. Eclipse integration
-	support. Option to set root password.
+	support. Option to set root password, post image scripts,
+	config scripts handling.
 
 	Updated/fixed packages: alsa-lib, argp-standalone, argus,
 	arptables, atk, audiofile, axel, beecrypt, bind, bison,
 	bluez_utils, boost, cairo, can-utils, bmon, boa, busybox,
 	cairo, ccache, cdrkit, cifs-utils, cjson, cmake, collectd,
-	connman, coreutils, cpanminus, dbus, dhcp, dialog, diffutils,
-	directfb, distcc, divine, dnsmasq, docker, dosfstools, dstat,
-	e2fsprogs, ebtables, ed, empty, ethtool, expedite, fbv,
-	ffmpeg, flex, fltk, fluxbox, freetype, gadget-test, gawk, gdb,
-	genext2fs, gettext, giblib, glib-networking, gmp, gmpc, gnupg,
-	gnutls, gpsd, gst-plugins-{bad,base,good}, gstreamer, gzip,
-	haserl, hdparm, heirloom-mailx, hiawanta, hostapd, icu,
-	imlib2, inadyn, infozip, iproute2, ipset, iptables, iw, jpeg,
-	jquery, jquery-sparklines, jqeury-validation, kismet, kmod,
-	lame, libao, libcap, libcurl, libdvdnav, libecore, libedbus,
-	libedje, libeet, libefreet, libeina, libeio, liberation,
-	libelementary, libembryo, libethumb, libev, libevas, libffi,
-	libfribidi, libfuse, libgcrypt, libglib2, libgtk2, libhid,
-	libidn, libmicrohttpd, libmpd, libnl, libnspr, libnss, libogg,
-	libpcap, libplayer, libroxml, librsvg, libseccomp, libsigc,
-	libungif, liburcu, libvncserver, libvorbis, libxml2, libxslt,
-	lighttpd, links, linux-firmware, linux-fusion, ltp-testsuite,
-	ltrace, lttng-{babel,libust,modules,tools}, lvm2, lua, luajit,
-	lzop, matchbox-{desktop,lib}, metacity, midori, minicom, mpd,
-	mpfr, mplayer, mtd, mysql_client, neon, netatalk,
+	connman, coreutils, cpanminus, cups, dbus, dhcp, dialog,
+	diffutils, directfb, distcc, divine, dnsmasq, docker,
+	dosfstools, dstat, e2fsprogs, ebtables, ed, empty, ethtool,
+	expedite, fbset, fbv, ffmpeg, flex, fltk, fluxbox, freetype,
+	gadget-test, gawk, gdb, genext2fs, gettext, giblib,
+	glib-networking, gmp, gmpc, gnupg, gnutls, gpsd,
+	gst-plugins-{bad,base,good}, gstreamer, gzip, haserl, hdparm,
+	heirloom-mailx, hiawanta, hostapd, icu, imagemagick, imlib2,
+	inadyn, infozip, iproute2, ipset, iptables, iw, jpeg, jquery,
+	jquery-sparklines, jqeury-validation, kismet, kmod, lame,
+	libao, libcap, libcurl, libdvdnav, libdvdread, libecore,
+	libedbus, libedje, libeet, libefreet, libeina, libeio,
+	liberation, libelementary, libembryo, libethumb, libev,
+	libevas, libffi, libfribidi, libfuse, libgcrypt, libglib2,
+	libgpg-error, libgtk2, libhid, libidn, libmicrohttpd, libmpd,
+	libnl, libnspr, libnss, libogg, libpcap, libplayer, libpng,
+	libroxml, librsvg, libseccomp, libsigc, libsndfile, libungif,
+	libupnp, liburcu, libusb-compat, libvncserver, libvorbis,
+	libxml2, libxslt, lighttpd, links, linux-firmware,
+	linux-fusion, ltp-testsuite, ltrace,
+	lttng-{babel,libust,modules,tools}, lvm2, lua, luajit, lzop,
+	matchbox-{desktop,lib}, mdadm, metacity, midori, minicom, mpd,
+	mpfr, mplayer, mtd, mysql_client, ncurses, neon, netatalk,
 	networkmanager, nspr, ntfs-3g, nuttcp, ofone, olsr, openssl,
 	openvpn, opkg, oprofile, opus, opus-tools, orc, ortp, pango,
 	pciutils, pcmanfm, pcre, pcsc-lite, perl, php, pixman,
@@ -57,9 +63,9 @@
 	python, python3, qemu, qextserialport, qt, quagga, radvd,
 	readline, rng-tools, rt-tests, rubix, ruby, sam-ba, samba,
 	sane-backends, sconeserver, scons, screen, sdl, sdl_gfx,
-	sdl_mixer, sdl_ttf, sdparm, sed, smartmontools, speex, sqlite,
-	squid, sshfs, strace, sudo, sylpheed, tn5250, taglib, tar,
-	torsmo, transmission, tslib, uboot-tools, ulogd,
+	sdl_mixer, sdl_ttf, sdparm, sed, ser2net, smartmontools,
+	speex, sqlite, squid, sshfs, strace, sudo, sylpheed, tn5250,
+	taglib, tar, torsmo, transmission, tslib, uboot-tools, ulogd,
 	usb_modeswitch, util-linux, valgrind, vim, vsftpd, wavpack,
 	webkit, wipe, wireless_tools, wpa_supplicant, xapp_xinit,
 	xapp_xinput-calibrator, xapp_xman, xapp_xmh, xlib_libX11,
@@ -82,7 +88,7 @@
 	ux500-firmware, vde2, xcb-utils-keysyms, yavta,
 	zd1211-firmware
 
-	Removed packages: xdriver_xf86-input-{acecad,aiptek},
+	Removed packages: customize, xdriver_xf86-input-{acecad,aiptek},
 	xdriver_xf86-video-{apm,chips,i740,rendition,s3,s3virge,sisusb},
 	xdriver_xf86-video-sun{cg14,cg3,cg6,ffb,leo,tcx},
 	xdriver_xf86-video-{tsend,xgi,xgixp}

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
  2013-02-05 10:10 ` Will Newton
@ 2013-02-05 11:10   ` Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2013-02-05 11:10 UTC (permalink / raw)
  To: buildroot

>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:

 Will> On Mon, Feb 4, 2013 at 9:33 PM, Peter Korsgaard <jacmet@sunsite.dk> wrote:
 >> commit: http://git.buildroot.net/buildroot/commit/?id=6de88cabd7b22005a8d40df8aec369eb90525ce5
 >> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
 >> 
 >> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
 >> ---
 >> CHANGES |  108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 >> 1 files changed, 108 insertions(+), 0 deletions(-)
 >> 
 >> diff --git a/CHANGES b/CHANGES
 >> index 2c357eb..56bfd63 100644
 >> --- a/CHANGES
 >> +++ b/CHANGES
 >> @@ -1,3 +1,111 @@
 >> +2013.02, Not released yet:
 >> +
 >> +       Toolchain: Crosstool-ng 1.17.0, default to GCC 4.6.3, target
 >> +       libraries install fixed. Add Linaro ARM
 >> +       2012.11/2012.12/2013.01, Aarch4 12.11/12.12/13.01. Sourcery

 Will> I guess that should be AArch64?

Indeed - Thanks for noticing, will fix.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
  2013-02-04 21:33 Peter Korsgaard
@ 2013-02-05 10:10 ` Will Newton
  2013-02-05 11:10   ` Peter Korsgaard
  0 siblings, 1 reply; 89+ messages in thread
From: Will Newton @ 2013-02-05 10:10 UTC (permalink / raw)
  To: buildroot

On Mon, Feb 4, 2013 at 9:33 PM, Peter Korsgaard <jacmet@sunsite.dk> wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=6de88cabd7b22005a8d40df8aec369eb90525ce5
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> ---
>  CHANGES |  108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 108 insertions(+), 0 deletions(-)
>
> diff --git a/CHANGES b/CHANGES
> index 2c357eb..56bfd63 100644
> --- a/CHANGES
> +++ b/CHANGES
> @@ -1,3 +1,111 @@
> +2013.02, Not released yet:
> +
> +       Toolchain: Crosstool-ng 1.17.0, default to GCC 4.6.3, target
> +       libraries install fixed. Add Linaro ARM
> +       2012.11/2012.12/2013.01, Aarch4 12.11/12.12/13.01. Sourcery

I guess that should be AArch64?

^ permalink raw reply	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2013-02-04 21:33 Peter Korsgaard
  2013-02-05 10:10 ` Will Newton
  0 siblings, 1 reply; 89+ messages in thread
From: Peter Korsgaard @ 2013-02-04 21:33 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=6de88cabd7b22005a8d40df8aec369eb90525ce5
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |  108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 108 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index 2c357eb..56bfd63 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,111 @@
+2013.02, Not released yet:
+
+	Toolchain: Crosstool-ng 1.17.0, default to GCC 4.6.3, target
+	libraries install fixed. Add Linaro ARM
+	2012.11/2012.12/2013.01, Aarch4 12.11/12.12/13.01. Sourcery
+	CodeBench MIPS 2012.03/09. Infrastructure to warn about
+	missing 32bit support for binary toolchains. Add GDB 7.5.1 /
+	Remove 6.8 / 7.0 / 7.1.
+
+	Architecture: Xtensa fixes, add missing powerpc variants, arm
+	1136jf-s rev1, add A5/A15, neon support toggle, Sparc: drop
+	old unused variants
+
+	Bootloaders: At91bootstap: fix upstream URL, Barebox: add
+	2012.12/2013.01, remove 2012.08/09, lzop fixes, environment
+	image support, U-Boot: add 2013.01.01
+
+	Linux: fix appended dtb handling for v3.8+ kernels, support
+	multiple device trees
+
+	Defconfigs: calao USB-A9260, snowball, QEMU PPC440 on ML507
+	board, QEMU ARM Exynos4210, Kernel version in QEMU defconfigs
+	updated, at91rm9200df: misc fixes
+
+	Infrastructure: Git download fixes. Toolchain make target
+	renamed from 'cross' to 'toolchain'. Eclipse integration
+	support. Option to set root password.
+
+	Updated/fixed packages: alsa-lib, argp-standalone, argus,
+	arptables, atk, audiofile, axel, beecrypt, bind, bison,
+	bluez_utils, boost, cairo, can-utils, bmon, boa, busybox,
+	cairo, ccache, cdrkit, cifs-utils, cjson, cmake, collectd,
+	connman, coreutils, cpanminus, dbus, dhcp, dialog, diffutils,
+	directfb, distcc, divine, dnsmasq, docker, dosfstools, dstat,
+	e2fsprogs, ebtables, ed, empty, ethtool, expedite, fbv,
+	ffmpeg, flex, fltk, fluxbox, freetype, gadget-test, gawk, gdb,
+	genext2fs, gettext, giblib, glib-networking, gmp, gmpc, gnupg,
+	gnutls, gpsd, gst-plugins-{bad,base,good}, gstreamer, gzip,
+	haserl, hdparm, heirloom-mailx, hiawanta, hostapd, icu,
+	imlib2, inadyn, infozip, iproute2, ipset, iptables, iw, jpeg,
+	jquery, jquery-sparklines, jqeury-validation, kismet, kmod,
+	lame, libao, libcap, libcurl, libdvdnav, libecore, libedbus,
+	libedje, libeet, libefreet, libeina, libeio, liberation,
+	libelementary, libembryo, libethumb, libev, libevas, libffi,
+	libfribidi, libfuse, libgcrypt, libglib2, libgtk2, libhid,
+	libidn, libmicrohttpd, libmpd, libnl, libnspr, libnss, libogg,
+	libpcap, libplayer, libroxml, librsvg, libseccomp, libsigc,
+	libungif, liburcu, libvncserver, libvorbis, libxml2, libxslt,
+	lighttpd, links, linux-firmware, linux-fusion, ltp-testsuite,
+	ltrace, lttng-{babel,libust,modules,tools}, lvm2, lua, luajit,
+	lzop, matchbox-{desktop,lib}, metacity, midori, minicom, mpd,
+	mpfr, mplayer, mtd, mysql_client, neon, netatalk,
+	networkmanager, nspr, ntfs-3g, nuttcp, ofone, olsr, openssl,
+	openvpn, opkg, oprofile, opus, opus-tools, orc, ortp, pango,
+	pciutils, pcmanfm, pcre, pcsc-lite, perl, php, pixman,
+	pkgconf, polarssl, pptp-linux, proxychains, pulseaudio,
+	python, python3, qemu, qextserialport, qt, quagga, radvd,
+	readline, rng-tools, rt-tests, rubix, ruby, sam-ba, samba,
+	sane-backends, sconeserver, scons, screen, sdl, sdl_gfx,
+	sdl_mixer, sdl_ttf, sdparm, sed, smartmontools, speex, sqlite,
+	squid, sshfs, strace, sudo, sylpheed, tn5250, taglib, tar,
+	torsmo, transmission, tslib, uboot-tools, ulogd,
+	usb_modeswitch, util-linux, valgrind, vim, vsftpd, wavpack,
+	webkit, wipe, wireless_tools, wpa_supplicant, xapp_xinit,
+	xapp_xinput-calibrator, xapp_xman, xapp_xmh, xlib_libX11,
+	xlib_libXdmcp, xlib_libXft, xlib_libpthread-stubs,
+	xlib_xtrans, xproto_xcmiscproto, xproto_xextproto,
+	xserver_xorg-server, xstroke, xvkbd, xz
+
+	New packages: b43-firmware, b43-fwcutter, bustle,
+	cache-calibrator, cegui06, celt051, classpath, curlftpfs,
+	dvb-apps, dvbsnoop, elfutils, enlightenment, firmware-imx,
+	flashbench, gd, gesftpserver, gst-fsl-plugins, httping, iftop,
+	imx-lib, jamvm, jpeg-turbo, keyutils, libatasmart, libcofi,
+	libebml, libevas-generic-loaders, libfslcodec, libfslparser,
+	libfslvpuwrap, libgsasl, libiscsi, libmatroska, libmcrypt,
+	libmhash, libqwt, libseccomp, libsha1, linenoise, mcrypt,
+	media-ctl, ncdu, neard, neardal, nettle, perf, polkit,
+	proxychains, python-bottle, python-pyparsing, rpi-firmware,
+	rpi-userland, sg3_utils, slirp, snowball-hdmiservice, spice,
+	spice-protocol, tcllib, tvheadend, udisks, usbredir
+	ux500-firmware, vde2, xcb-utils-keysyms, yavta,
+	zd1211-firmware
+
+	Removed packages: xdriver_xf86-input-{acecad,aiptek},
+	xdriver_xf86-video-{apm,chips,i740,rendition,s3,s3virge,sisusb},
+	xdriver_xf86-video-sun{cg14,cg3,cg6,ffb,leo,tcx},
+	xdriver_xf86-video-{tsend,xgi,xgixp}
+
+	Deprecated packages: xstroke
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#4237: building shared openssl w/-Os fails due to gcc bug
+	#5690: python3 does not obey to BR2_PACKAGE_PYTHON3_PYC_ONLY=y
+	#5602: python3 should install a "python" symbolic link
+	#5846: Extra slash added to last slash in URL
+
+2012.11.1, Released January 3rd, 2013:
+
+	Toolchain: Fixed non-largefile builds on recent Ubuntu
+	versions.
+
+	Arch: fix missing x86/generic handling, Build for Xtensa with
+	longcalls option.
+
+	Updated/fixed packages: dosfstools, qt
+
 2012.11, Released December 2nd, 2012:
 
 	Git shallow clone fix for older git version.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2012-11-30 22:27 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2012-11-30 22:27 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=d38b25f1be63fe30b190d165a6d6dde891e633f6
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/CHANGES b/CHANGES
index db7b233..7e5de2e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,13 @@
 
 	Various manual updates and fixes.
 
-	Updated/fixed packages: arptables, binutils, busybox, ccache,
-	cjson, directfb, gdb, hiawatha, lcdproc, libdaemon, libecore,
-	libhid, libpcap, libusb, linux-fusion, ocf-linux, strace,
+	Add checks for legacy features.
+
+	Updated/fixed packages: acpid, alsa-lib, arptables, binutils,
+	busybox, ccache, cjson, cramfs, directfb, flex, gdb, hiawatha,
+	imagemagick, lcdproc, libdaemon, libecore, libhid, libmad,
+	libpcap, libusb, linux-fusion, matchbox, ocf-linux, owl-linux,
+	scons, strace
 
 	Issues resolved (http://bugs.uclibc.org):
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2012-11-30  7:00 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2012-11-30  7:00 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=0f9bad95a08fad5469185628ef91f446ea616d48
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index f8ac04b..0da2d77 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,13 @@
+2012.11, Not released yet:
+
+	Minor fixes around the tree.
+
+	Various manual updates and fixes.
+
+	Updated/fixed packages: arptables, binutils, busybox, ccache,
+	cjson, directfb, gdb, hiawatha, lcdproc, libdaemon, libecore,
+	libhid, libpcap, libusb, linux-fusion, ocf-linux, strace,
+
 2012.11-rc1, Released November 17th, 2012
 
 	Fixes all over the tree and new features.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2012-11-17 22:54 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2012-11-17 22:54 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=0ab9a3fb790b3c734c08d4819201e9d76fe670e6
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/CHANGES b/CHANGES
index d1a4888..9c3be6b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,7 +10,7 @@
 	barebox 2012.08/09/10/11, linker overlap issue fix for
 	at91bootstrap, mxs-bootlets updated for new Barebox versions.
 
-	Toolchains: binutils 2.23.1, gcc 4.72, default to gcc 4.6.x,
+	Toolchains: binutils 2.23.1, gcc 4.7.2, default to gcc 4.6.x,
 	Codebench arm/sh/x86 2012.03/09, Linaro 2012.08/09/10.
 	Libtirpc support for modern glibc variants. Toolchain on
 	target has been deprecated.
@@ -31,17 +31,17 @@
 	_LICENSE / _REDISTRIBUTE splitup, per-package hooks.
 
 	Updated/fixed packages: acpid, alsa-lib, alsa-utils,
-	alsamixergui, autoconf, automake, bash, bind, binutils, bison,
-	blackbox, bluez-utils, busybox, cairo, can-utils, cifs-utils,
-	cjson, cmake, collectd, connman, conntrack-tools, coreutils,
-	cups, cvs, dbus, dhcp, directfb, dmalloc, dnsmasq, dropbear,
-	e2fsprogs, ethtool, fbdump, feh, fftw, file, flashrom,
-	fluxbox, gdb, gdisk, gdk-pixbuf, genext2fs, gettext, gnutls,
-	gpsd, gqview, grep, gst-plugins-{bad,good}, hdparm, hiawatha,
-	hostapd, input-tools, iproute2, ipset, iptables, iw, json-c,
-	kexec, kmod, lcdproc, leafpad, less, libcurl, libdrm,
-	libdvdnav, libdvdread, libffi, libfuse, libglib2, libhid,
-	liblockfile, libmad, libmbus, libmnl,
+	alsamixergui, attr, autoconf, automake, bash, bind, binutils,
+	bison, blackbox, bluez-utils, busybox, cairo, can-utils,
+	cifs-utils, cjson, cmake, collectd, connman, conntrack-tools,
+	coreutils, cups, cvs, dbus, dhcp, directfb, dmalloc, dnsmasq,
+	dropbear, e2fsprogs, ethtool, fbdump, feh, fftw, file,
+	flashrom, fluxbox, gdb, gdisk, gdk-pixbuf, genext2fs, gettext,
+	gnutls, gpsd, gqview, grep, gsl, gst-plugins-{bad,good},
+	hdparm, hiawatha, hostapd, input-tools, iproute2, ipset,
+	iptables, iw, json-c, kexec, kmod, lcdproc, leafpad, less,
+	libcurl, libdrm, libdvdnav, libdvdread, libffi, libfuse,
+	libglib2, libhid, liblockfile, libmad, libmbus, libmnl,
 	libnetfilter_{acct,conntrack,cthelper,cttimeout,queue},
 	libnfc, libnfc-llcp, libnfnetlink, libnl, libnspr, libnss,
 	libpcap, libplayer, libtool, libtorrent, liburcu, libv4l,

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2012-11-17 22:08 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2012-11-17 22:08 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=48f0fe07e3dd33137205bcc5bab360a3ff46a763
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   78 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 47 insertions(+), 31 deletions(-)

diff --git a/CHANGES b/CHANGES
index f5d4cdf..d1a4888 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,42 +7,57 @@
 	+ nitrogen6x defconfigs.
 
 	Bootloaders: add u-boot 2012.07/10, ais target format, add
-	barebox 2012.08/09/10, linker overlap issue fix for
-	at91bootstrap.
+	barebox 2012.08/09/10/11, linker overlap issue fix for
+	at91bootstrap, mxs-bootlets updated for new Barebox versions.
 
-	Toolchains: binutils 2.23, gcc 4.72, default to gcc 4.6.x,
+	Toolchains: binutils 2.23.1, gcc 4.72, default to gcc 4.6.x,
 	Codebench arm/sh/x86 2012.03/09, Linaro 2012.08/09/10.
-	Libtirpc support for modern glibc variants.
+	Libtirpc support for modern glibc variants. Toolchain on
+	target has been deprecated.
 
-	Initial Aarch64 support.
+	Initial Aarch64 support, Xtensa support re-added.
 
 	Infrastructure: Use shallow git clone when possible, use
 	tarballs rather than git URLs for github. Moved to pkgconf
 	rather than pkg-config. System directory added, default
-	skeleton/device tables moved.
-
-	Updated/fixed packages: acpid, alsa-lib, alsamixergui,
-	automake, bind, binutils, bison, blackbox, busybox, cairo,
-	cifs-utils, cjson, cmake, collectd, connman, conntrack-tools,
-	coreutils, cups, cvs, dbus, dhcp, directfb, dnsmasq,
-	e2fsprogs, ethtool, fbdump, feh, fftw, flashrom, fluxbox, gdb,
-	gdisk, gdk-pixbuf, genext2fs, gettext, gnutls, gpsd, gqview,
-	grep, gst-plugins-{bad,good}, hdparm, hiawatha, hostapd,
-	input-tools, iproute2, ipset, iptables, iw, json-c, kmod,
-	lcdproc, leafpad, less, libcurl, libdrm, libdvdnav,
-	libdvdread, libfuse, libglib2, libhid, libmad, libmbus,
-	libmnl, libnetfilter_{acct,conntrack,cthelper,cttimeout,queue},
-	libnfnetlink, libnl, libnspr, libnss, libpcap, libplayer,
-	libtorrent, liburcu, libv4l, libxcb, libxml2, libxslt, links,
-	linux-firmware, lm-sensors, lmbench, lshw, lttng-babeltrace,
-	lttng-tools, luajit, mesa3d, microperl, mpc, mpd, mpg123,
-	mplayer, mtd-utils, mysql_client, nbd, netatalk, netkitbase,
-	netkittelnet, netsnmp, newt, nfs-utils, openssh, openssl,
-	opkg, patch, pcre, php, poco, portmap, pppd, pulseaudio,
+	skeleton/device tables moved. More than 1 post-build script
+	can now be used. output/target now contains a
+	THIS_IS_NOT_YOUR_ROOT_FILESYSTEM warning, to help people
+	understand how to (not) use it.
+
+	Manual has been reworked and extended.
+
+	Legal-info: Lots of package annotations, CSV file fixes,
+	_LICENSE / _REDISTRIBUTE splitup, per-package hooks.
+
+	Updated/fixed packages: acpid, alsa-lib, alsa-utils,
+	alsamixergui, autoconf, automake, bash, bind, binutils, bison,
+	blackbox, bluez-utils, busybox, cairo, can-utils, cifs-utils,
+	cjson, cmake, collectd, connman, conntrack-tools, coreutils,
+	cups, cvs, dbus, dhcp, directfb, dmalloc, dnsmasq, dropbear,
+	e2fsprogs, ethtool, fbdump, feh, fftw, file, flashrom,
+	fluxbox, gdb, gdisk, gdk-pixbuf, genext2fs, gettext, gnutls,
+	gpsd, gqview, grep, gst-plugins-{bad,good}, hdparm, hiawatha,
+	hostapd, input-tools, iproute2, ipset, iptables, iw, json-c,
+	kexec, kmod, lcdproc, leafpad, less, libcurl, libdrm,
+	libdvdnav, libdvdread, libffi, libfuse, libglib2, libhid,
+	liblockfile, libmad, libmbus, libmnl,
+	libnetfilter_{acct,conntrack,cthelper,cttimeout,queue},
+	libnfc, libnfc-llcp, libnfnetlink, libnl, libnspr, libnss,
+	libpcap, libplayer, libtool, libtorrent, liburcu, libv4l,
+	libxcb, libxml2, libxslt, links, linux-firmware, lm-sensors,
+	lmbench, lockfile-progs, logrotate, lshw, lsof,
+	lttng-babeltrace, lttng-tools, lua, luajit, mesa3d, microperl,
+	mii-diag, module-init-tools, mpc, mpd, mpg123, mplayer,
+	mtd-utils, mysql_client, nbd, ncurses, netatalk, netkitbase,
+	netkittelnet, netsnmp, newt, nfs-utils, openntpd, openssh,
+	openssl, opkg, patch, pciutils, pcre, php, poco, polarssl,
+	popt, portmap, pppd, procps, pulseaudio, python, python-nfc,
 	python-protobuf, qt, quota, rp-pppoe, rtorrent, sam-ba, samba,
 	scons, sdl_gfx, smartmontools, sqlite, squid, strace, sudo,
-	sylpheed, ttcp, tiff, unionfs, usb_modeswitch, vala, vpnc,
-	vsftpd, webkit, wget, wpa_supplicant, x11vnc, xapp_*,
+	sylpheed, tcpdump, tremor, ttcp, tiff, unionfs,
+	usb_modeswitch, usbutils, util-linux, vala, valgrind, vpnc,
+	vsftpd, webkit, wget, which, wpa_supplicant, x11vnc, xapp_*,
 	xdriver_*, xenomai, xfont_*, xinetd, xl2tp, xlib_*, xlsclient,
 	xproto_*, xserver_xorg-server, xutil_util-macros, xz, zeromq
 
@@ -50,10 +65,11 @@
 	ccid, cpanminus, cpuload, erlang, evtest, fb-test-apps,
 	fxload, gdbm, gnupg, googlefontdirectory, grantlee, gsl,
 	lcdapi, liblo, liblog4c-localtime, libtirpc, linux-pam,
-	macchanger, mtdev, mtdev2tuio, nfacct, opus, opus-tools,
-	pcsc-lite, perl, pkgconf, python-meld3, python3, qemu,
-	qextserialport, qtuio, rpcbind, schifra, sconeserver,
-	supervisor, time, ulogd, usb_modeswitch_data, yasm
+	lua-msgpack-native, macchanger, mtdev, mtdev2tuio, nfacct,
+	opus, opus-tools, pcsc-lite, perl, pkgconf, python-meld3,
+	python3, qemu, qextserialport, qtuio, rpcbind, schifra,
+	sconeserver, supervisor, time, ulogd, usb_modeswitch_data,
+	yasm
 
 	Deprecated packages: netkitbase, netkittelnet
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2012-11-14 21:28 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2012-11-14 21:28 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=d36fcceb07635fb46425122ad691cca0be252564
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 65 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index ae5f75d..f5d4cdf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,70 @@
 2012.11, Not released yet:
 
+	Fixes all over the tree and new features.
+
+	Defconfigs: use u-boot 2012.10 on at91 and beaglebone,
+	sheevaplug + qemu: bump kernel version, add qemu-mips64-malta
+	+ nitrogen6x defconfigs.
+
+	Bootloaders: add u-boot 2012.07/10, ais target format, add
+	barebox 2012.08/09/10, linker overlap issue fix for
+	at91bootstrap.
+
+	Toolchains: binutils 2.23, gcc 4.72, default to gcc 4.6.x,
+	Codebench arm/sh/x86 2012.03/09, Linaro 2012.08/09/10.
+	Libtirpc support for modern glibc variants.
+
+	Initial Aarch64 support.
+
+	Infrastructure: Use shallow git clone when possible, use
+	tarballs rather than git URLs for github. Moved to pkgconf
+	rather than pkg-config. System directory added, default
+	skeleton/device tables moved.
+
+	Updated/fixed packages: acpid, alsa-lib, alsamixergui,
+	automake, bind, binutils, bison, blackbox, busybox, cairo,
+	cifs-utils, cjson, cmake, collectd, connman, conntrack-tools,
+	coreutils, cups, cvs, dbus, dhcp, directfb, dnsmasq,
+	e2fsprogs, ethtool, fbdump, feh, fftw, flashrom, fluxbox, gdb,
+	gdisk, gdk-pixbuf, genext2fs, gettext, gnutls, gpsd, gqview,
+	grep, gst-plugins-{bad,good}, hdparm, hiawatha, hostapd,
+	input-tools, iproute2, ipset, iptables, iw, json-c, kmod,
+	lcdproc, leafpad, less, libcurl, libdrm, libdvdnav,
+	libdvdread, libfuse, libglib2, libhid, libmad, libmbus,
+	libmnl, libnetfilter_{acct,conntrack,cthelper,cttimeout,queue},
+	libnfnetlink, libnl, libnspr, libnss, libpcap, libplayer,
+	libtorrent, liburcu, libv4l, libxcb, libxml2, libxslt, links,
+	linux-firmware, lm-sensors, lmbench, lshw, lttng-babeltrace,
+	lttng-tools, luajit, mesa3d, microperl, mpc, mpd, mpg123,
+	mplayer, mtd-utils, mysql_client, nbd, netatalk, netkitbase,
+	netkittelnet, netsnmp, newt, nfs-utils, openssh, openssl,
+	opkg, patch, pcre, php, poco, portmap, pppd, pulseaudio,
+	python-protobuf, qt, quota, rp-pppoe, rtorrent, sam-ba, samba,
+	scons, sdl_gfx, smartmontools, sqlite, squid, strace, sudo,
+	sylpheed, ttcp, tiff, unionfs, usb_modeswitch, vala, vpnc,
+	vsftpd, webkit, wget, wpa_supplicant, x11vnc, xapp_*,
+	xdriver_*, xenomai, xfont_*, xinetd, xl2tp, xlib_*, xlsclient,
+	xproto_*, xserver_xorg-server, xutil_util-macros, xz, zeromq
+
+	New packages: arptables, at91bootstrap3, boot-wrapper-aarch64,
+	ccid, cpanminus, cpuload, erlang, evtest, fb-test-apps,
+	fxload, gdbm, gnupg, googlefontdirectory, grantlee, gsl,
+	lcdapi, liblo, liblog4c-localtime, libtirpc, linux-pam,
+	macchanger, mtdev, mtdev2tuio, nfacct, opus, opus-tools,
+	pcsc-lite, perl, pkgconf, python-meld3, python3, qemu,
+	qextserialport, qtuio, rpcbind, schifra, sconeserver,
+	supervisor, time, ulogd, usb_modeswitch_data, yasm
+
+	Deprecated packages: netkitbase, netkittelnet
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#807:  [PATCH] samba - make iconv and smbd optional
+	#3049: binutils have a sysroot bug in ld
+	#5330: update vsftpd to 3.0.0
+	#5486: libglib2 build fails on: libs/libglib-2.0.so: undefined...
+	#5666: Fails to build python 2.7.2 for 2440 arm
+
 2012.08, Release August 31th, 2012
 
 	Updated/fixed packages: microperl, cups, luajit, rrdtool,

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2012-06-24 20:45 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2012-06-24 20:45 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=1ea857452a45672f5a0dc7d3322db4de017e3ca6
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index b526c58..f8ab319 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,31 @@
 2012.08, Not released yet:
 
+	Fixes all over the tree and new features.
+
+	Updated/fixed packages: audiofile, autoconf, automake, axel,
+	beecrypt, berkeleydb, bind, bison, boost, busybox, bzip2,
+	cmake, connman, conntrack-tools, cups, dnsmasq, e2fsprogs,
+	ethtool, fbv, gmp, gnutls, grep, gst-plugins-base,
+	gst-plugins-good, gzip, hiawatha, hostapd, icu, imagemagick,
+	iproute2, ipset, iptables, kmod, libgci, libconfig, libcurl,
+	libeXosip2, libfuse, libidn, libmbus, libmnl,
+	libnetfilter-conntrack, libnl, libnspr, libogg, libosip2,
+	libpcap, libroxml, liburcu, libxml2, lighttpd, ltrace,
+	lttng-libust, lttng-modules, lttng-tools, module-init-tools,
+	mpg123, midori, mrouted, mtd, mxml, mysql_client, nbd,
+	nfs-utils, openocd, pciutils, php, polarssl, portaudio, pppd,
+	pthread-stubs, pulseaudio, qt, quagga, radvd, rrdtool, samba,
+	sdl_gfx, sdl_sound, speex, sqlite, squashfs, squid, sudo,
+	synergy, systemd, wpa_supplicant, zlib
+
+	New packages: cjson, collectd, dmidecode, fbterm, flashrom,
+	freerdp, inadyn, libfreefare, libnetfilter_cttimeout, libnfc,
+	liboping, libtorrent, linphone, logsurfer, lshw,
+	mediastreamer, mobile-broadband-provider-info, monit, nanocom,
+	nss-mdns, ofone, omap-u-boot-utils, opkg, ortp, python-id3,
+	quota, ramspeed, rtorrent, sound-theme-freedesktop,
+	webrtc-audio-processing, xinetd, zxing
+
 2012.05, Released May 30th, 2012:
 
 	Updated/fixed packages: busybox, netsnmp, pptp-linux

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2012-05-09 21:17 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2012-05-09 21:17 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=82822efe43711a4b0199837da81c73d7fcae2a46
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   72 +++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 40 insertions(+), 32 deletions(-)

diff --git a/CHANGES b/CHANGES
index c17e141..1a2b6ed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,52 +10,60 @@
 	Apply-patches.sh: cleanups, archived patches handling fixes,
 	support series files.
 
-	Defconfigs: mx53qsb, use 3.2.x for atngw100, use 3.3.x for
-	qemu configs.
+	Defconfigs: beaglebone, mx53qsb, pandaboard, qemu configs for
+	arm-vexpress/microblaze/ppc-mpc88544ds, use 3.2.x for
+	atngw100, use 3.3.x for qemu configs.
 
-	Atom processor support. Microblaze architecture support (using
-	ext toolchain). Cleanup architecture names, deprecate Xtensa
-	support.
+	Menu structure: Libraries moved out of multimedia section
+
+	Atom processor support. Prescott fix, blackfin ABI fix,
+	Microblaze architecture support (using ext toolchain). Cleanup
+	architecture names, deprecate Xtensa support.
 
 	Toolchain: Add GCC 4.4.7, 4.6.3, 4.7.0. uClibc 0.9.33.1,
 	default to uClibc 0.9.33.x, enable
 	UCLIBC_SUPPORT_AI_ADDRCONFIG by default, static and 64bit
 	fixes for external toolchains, linaro ext toolchains, new
-	sourcery codebench ext toolchains, GDB 7.4.1.
+	sourcery codebench ext toolchains, GDB 7.4.1, crosstool-ng
+	1.15.2.
 
-	Bootloaders: U-Boot: add 2012.04.01. Barebox: add 2012.04,
-	remove 2011.12.
+	Bootloaders: U-Boot: add 2012.04.01, SPL and u-boot.img
+	support. Barebox: add 2012.04, remove 2011.12.
 
 	Updated/fixed packages: alsa-lib, alsa-utils, at, atk, avahi,
 	barebox, berkeleydb, bind, bluez_utils, boost, busybox,
-	can-utils, ccache, coreutils, cups, dbus, dhcp, directfb,
-	dnsmasq, doom-wad, dosfstools, e2fsprogs, expat, fakeroot,
-	feh, ffmpeg, file, fis, freetype, gamin, gawk, gdk-pixbuf,
-	giblib, glib-networking, gmp, gnutls, gpsd, grep, gstreamer,
-	gst-plugins-{bad,base,good,ugly}, haserl, hdparm, imagemagick,
-	iproute2, iptable, iw, kexec, kmod, lame, libarchive,
-	libatomic_ops, libconfig, libcurl, libdvdnav, libdvdread,
-	libedbus, libethumb, libffi, libfuse, libglib2, libgtk2,
-	libhid, libmbus, libmpeg2, libnl, libpng, libsigc, libsoup,
-	libupnp, liburcu, libusb, libusb-compat, libxml2,
-	libxml-parser-perl, libxslt, linux-firmware, linux-fusion,
-	lite, lsof, ltrace, lttng-libust, lua, makedevs, microperl,
-	mpd, mpfr, mpg123, mrouted, mtd, mysql_client, nbd, ncurses,
-	neon, netsnmp, network-manager, nfs-utils, ngrep, ntfs-3g,
+	can-utils, ccache, cifs-utils, coreutils, cups, dbus, dhcp,
+	directfb, dnsmasq, doom-wad, dosfstools, e2fsprogs, expat,
+	fakeroot, feh, ffmpeg, file, fis, freetype, gamin, gawk,
+	gdk-pixbuf, gettext, giblib, glib-networking, gmp, gnutls,
+	gpsd, grep, gstreamer, gst-plugins-{bad,base,good,ugly},
+	haserl, hdparm, imagemagick, iproute2, iptable, iw, kexec,
+	kmod, lame, libaio, libarchive, libatomic_ops, libconfig,
+	libcurl, libdvdnav, libdvdread, libedbus, libethumb, libffi,
+	libfuse, libglib2, libgtk2, libhid, libmad, libmbus, libmpeg2,
+	libnl, libplayer, libpng, libsigc, libsoup, libupnp, liburcu,
+	libusb, libusb-compat, libxml2, libxml-parser-perl, libxslt,
+	lighttpd, linux-firmware, linux-fusion, lite, lsof, ltrace,
+	lttng-libust, lua, m4, makedevs, microperl, mpd, mpfr, mpg123,
+	mrouted, mtd, mysql_client, nbd, ncftp, ncurses, neon,
+	netsnmp, network-manager, nfs-utils, ngrep, ntfs-3g, openntpd,
 	openssh, openssl, parted, pango, pcre, php, pixman, poco,
-	psmisc, pulseaudio, python, qt, quagga, radvd, rpm, ruby,
-	samba, sam-ba, sane-backends, sawman, screen, sdl_net,
-	smartmontools, sqlite, squashfs3, squid, sshfs, sudo,
+	psmisc, pulseaudio, python, qt, quagga, radvd, rpm, rsync,
+	ruby, samba, sam-ba, sane-backends, sawman, screen, sdl_net,
+	smartmontools, speex, sqlite, squashfs3, squid, sshfs, sudo,
 	syslinux, sysstat, taglib, tcpdump, tftp-hpa, transmission,
 	tiff, tinyhttpd, uboot-tools, udev, uemacs, unionfs, usbutils,
-	util-linux, vala, valgrind, vim, vsftpd, wipe,
-	xdriver_xf86-{input-vmmouse,video-fbdev}, xfsprogs, zlib
-
-	New packages: apr, audiofile, bellagio, fmtools,
-	glib-networking, heirloom-mailx, hiawatha, latencytop,
-	lcdproc, libcap-ng, libdmtx, libfcgi, libtpl, minicom, msmtp,
-	ndisc6, netatalk, parted, polarssl, protobuf, socketcand,
-	systemd, ushare, zeromq
+	util-linux, vala, valgrind, vim, vsftpd, wget, wipe,
+	wpa_supplicant, xdriver_xf86-{input-vmmouse,video-fbdev},
+	xfsprogs, zlib
+
+	New packages: apr, apr-util, audiofile, bellagio,
+	conntrack-tools, empty, fmtools, glib-networking,
+	heirloom-mailx, hiawatha, latencytop, lcdproc, libcap-ng,
+	libdmtx, libfcgi, libnetfilter_conntrack, libnfnetlink,
+	libtpl, localedef, minicom, msmtp, ndisc6, netatalk,
+	ocf-linux, openswan, parted, polarssl, protobuf, read-edid,
+	socketcand, stress, systemd, ushare, zeromq
 
 	Deprecated packages: ttcp
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2012-05-03 20:52 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2012-05-03 20:52 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=a53a3b59165ea88f5c395cc79c7b74ab06f94c5a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   72 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 43 insertions(+), 29 deletions(-)

diff --git a/CHANGES b/CHANGES
index d7138b6..0a20bbb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,40 +18,44 @@
 	support.
 
 	Toolchain: Add GCC 4.4.7, 4.6.3, 4.7.0. uClibc 0.9.33.1,
-	default to uClibc 0.9.33.x, 64bit fixes for external
-	toolchains, linaro ext toolchains, new sourcery codebench ext
-	toolchains.
+	default to uClibc 0.9.33.x, enable
+	UCLIBC_SUPPORT_AI_ADDRCONFIG by default, static and 64bit
+	fixes for external toolchains, linaro ext toolchains, new
+	sourcery codebench ext toolchains, GCC 7.4.1.
 
-	Bootloaders: U-Boot: add 2012.04. Barebox: add 2012.04, remove
-	2011.12.
+	Bootloaders: U-Boot: add 2012.04.01. Barebox: add 2012.04,
+	remove 2011.12.
 
 	Updated/fixed packages: alsa-lib, alsa-utils, at, atk, avahi,
-	barebox, bind, bluez_utils, boost, can-utils, ccache,
-	coreutils, dbus, dhcp, directfb, dnsmasq, doom-wad,
-	dosfstools, e2fsprogs, expat, fakeroot, feh, ffmpeg, file,
-	fis, freetype, gamin, gawk, gdk-pixbuf, giblib,
-	glib-networking, gmp, gnutls, gpsd, grep, gstreamer,
+	barebox, berkeleydb, bind, bluez_utils, boost, busybox,
+	can-utils, ccache, coreutils, cups, dbus, dhcp, directfb,
+	dnsmasq, doom-wad, dosfstools, e2fsprogs, expat, fakeroot,
+	feh, ffmpeg, file, fis, freetype, gamin, gawk, gdk-pixbuf,
+	giblib, glib-networking, gmp, gnutls, gpsd, grep, gstreamer,
 	gst-plugins-{bad,base,good,ugly}, haserl, hdparm, imagemagick,
-	iptable, iw, kexec, kmod, lame, libarchive, libatomic_ops,
-	libconfig, libcurl, libedbus, libethumb, libffi, libfuse,
-	libglib2, libgtk2, libhid, libmpeg2, libnl, libpng, libsigc,
-	libsoup, libupnp, liburcu, libusb, libusb-compat, libxml2,
+	iproute2, iptable, iw, kexec, kmod, lame, libarchive,
+	libatomic_ops, libconfig, libcurl, libdvdnav, libdvdread,
+	libedbus, libethumb, libffi, libfuse, libglib2, libgtk2,
+	libhid, libmbus, libmpeg2, libnl, libpng, libsigc, libsoup,
+	libupnp, liburcu, libusb, libusb-compat, libxml2,
 	libxml-parser-perl, libxslt, linux-firmware, linux-fusion,
-	lite, ltrace, lttng-libust, lua, makedevs, microperl, mpd,
-	mpfr, mpg123, mtd, mysql_client, nbd, neon, netsnmp,
-	network-manager, ntfs-3g, openssl, parted, pango, pcre,
-	pixman, poco, psmisc, pulseaudio, python, qt, radvd, rpm,
-	samba, sam-ba, sane-backends, sawman, screen, sdl_net,
-	smartmontools, sqlite, squashfs3, squid, sshfs, sudo,
-	syslinux, sysstat, taglib, tftp-hpa, transmission, tiff,
-	tinyhttpd, udev, uemacs, unionfs, usbutils, util-linux, vala,
-	valgrind, vim, vsftpd, wipe, xdriver_xf86-video-fbdev,
-	xfsprogs, zlib,
-
-	New packages: apr, audiofile, fmtools, glib-networking,
-	hiawatha, latencytop, lcdproc, libcap-ng, libdmtx, libtpl,
-	minicom, parted, polarssl, protobuf, socketcand, systemd,
-	ushare, zeromq
+	lite, lsof, ltrace, lttng-libust, lua, makedevs, microperl,
+	mpd, mpfr, mpg123, mrouted, mtd, mysql_client, nbd, neon,
+	netsnmp, network-manager, nfs-utils, ngrep, ntfs-3g, openssh,
+	openssl, parted, pango, pcre, php, pixman, poco, psmisc,
+	pulseaudio, python, qt, quagga, radvd, rpm, ruby, samba,
+	sam-ba, sane-backends, sawman, screen, sdl_net, smartmontools,
+	sqlite, squashfs3, squid, sshfs, sudo, syslinux, sysstat,
+	taglib, tcpdump, tftp-hpa, transmission, tiff, tinyhttpd,
+	uboot-tools, udev, uemacs, unionfs, usbutils, util-linux,
+	vala, valgrind, vim, vsftpd, wipe,
+	xdriver_xf86-{input-vmmouse,video-fbdev}, xfsprogs, zlib
+
+	New packages: apr, audiofile, bellagio, fmtools,
+	glib-networking, heirloom-mailx, hiawatha, latencytop,
+	lcdproc, libcap-ng, libdmtx, libfcgi, libtpl, minicom, msmtp,
+	ndisc6, netatalk, parted, polarssl, protobuf, socketcand,
+	systemd, ushare, zeromq
 
 	Deprecated packages: ttcp
 
@@ -60,9 +64,19 @@
 	Issues resolved (http://bugs.uclibc.org):
 
 	#2353: [lua] fix build with 2010.08-rc1
+	#2503: Microperl fails build on MIPSel or with Fedora13.x86_64
+	#2557: [PATCH] mkfs.xfs complains about missing libxfs.so.0
+	#2881: Can't build project statically with external toolchain
 	#3751: MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64
+	#4808: ccache may build against wrong zlib
 	#4880: New package lcdproc
 	#4886: New package protobuf
+	#4892: build fails on ltp-testsuite-20101031/testcases/kernel/fs/...
+	#4898: * make: [target-finalize] Error 1 (ignored)*
+	#4985: Qt 4.7.4 build crashes with Linux 2.6.29
+	#4970: udev 181 fails to build if kernel version 3.3 is selected
+	#5018: dialog broken: exits with assert in uClibc
+	#5102: qt package moc, uic, rcc read from wrong place
 	#5144: Patch to fix ixon bug in uemacs
 
 2012.02, Released February 29th, 2012:

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2012-04-25 10:21 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2012-04-25 10:21 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=bf636a9463d6620ecfaed882c2938aa77a7b6542
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   49 +++++++++++++++++++++++++++++--------------------
 1 files changed, 29 insertions(+), 20 deletions(-)

diff --git a/CHANGES b/CHANGES
index 207cfe2..0221727 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,36 +14,44 @@
 	qemu configs.
 
 	Atom processor support. Microblaze architecture support (using
-	ext toolchain). Cleanup architecture names.
+	ext toolchain). Cleanup architecture names, deprecate Xtensa
+	support.
 
 	Toolchain: Add GCC 4.4.7, 4.6.3, 4.7.0. uClibc 0.9.33.1,
 	default to uClibc 0.9.33.x, 64bit fixes for external
 	toolchains, linaro ext toolchains, new sourcery codebench ext
 	toolchains.
 
+	Bootloaders: U-Boot: add 2012.04. Barebox: add 2012.04, remove
+	2011.12.
+
 	Updated/fixed packages: alsa-lib, alsa-utils, at, atk, avahi,
 	barebox, bind, bluez_utils, boost, can-utils, ccache,
-	coreutils, dhcp, directfb, dnsmasq, doom-wad, dosfstools,
-	e2fsprogs, expat, fakeroot, feh, ffmpeg, file, fis, freetype,
-	gamin, gawk, gdk-pixbuf, giblib, glib-networking, gmp, gnutls,
-	gpsd, grep, gstreamer, gst-plugins-{bad,base,good,ugly},
-	haserl, hdparm, imagemagick, iptable, iw, kmod, libarchive,
-	libatomic_ops, libconfig, libcurl, libedbus, libethumb,
-	libffi, libfuse, libglib2, libgtk2, libhid, libnl, libpng,
-	libsigc, libsoup, libupnp, liburcu, libxml2,
+	coreutils, dbus, dhcp, directfb, dnsmasq, doom-wad,
+	dosfstools, e2fsprogs, expat, fakeroot, feh, ffmpeg, file,
+	fis, freetype, gamin, gawk, gdk-pixbuf, giblib,
+	glib-networking, gmp, gnutls, gpsd, grep, gstreamer,
+	gst-plugins-{bad,base,good,ugly}, haserl, hdparm, imagemagick,
+	iptable, iw, kexec, kmod, lame, libarchive, libatomic_ops,
+	libconfig, libcurl, libedbus, libethumb, libffi, libfuse,
+	libglib2, libgtk2, libhid, libmpeg2, libnl, libpng, libsigc,
+	libsoup, libupnp, liburcu, libusb, libusb-compat, libxml2,
 	libxml-parser-perl, libxslt, linux-firmware, linux-fusion,
 	lite, ltrace, lttng-libust, lua, makedevs, microperl, mpd,
-	mpfr, mtd, mysql_client, nbd, neon, netsnmp, network-manager,
-	ntfs-3g, openssl, parted, pango, pcre, pixman, poco, psmisc,
-	pulseaudio, qt, radvd, rpm, samba, sam-ba, sawman, screen,
-	sdl_net, smartmontools, sqlite, squashfs3, squid, sshfs, sudo,
-	syslinux, sysstat, tftp-hpa, transmission, tiff, tinyhttpd,
-	udev, unionfs, usbutils, util-linux, vala, valgrind, vim,
-	vsftpd, wipe, xdriver_xf86-video-fbdev, xfsprogs, zlib,
-
-	New packages: apr, fmtools, glib-networking, hiawatha,
-	lcdprog, libcap-ng, libdmtx, libtpl, minicom, parted,
-	polarssl, protobuf, socketcand, systemd, ushare, zeromq
+	mpfr, mpg123, mtd, mysql_client, nbd, neon, netsnmp,
+	network-manager, ntfs-3g, openssl, parted, pango, pcre,
+	pixman, poco, psmisc, pulseaudio, python, qt, radvd, rpm,
+	samba, sam-ba, sane-backends, sawman, screen, sdl_net,
+	smartmontools, sqlite, squashfs3, squid, sshfs, sudo,
+	syslinux, sysstat, taglib, tftp-hpa, transmission, tiff,
+	tinyhttpd, udev, unionfs, usbutils, util-linux, vala,
+	valgrind, vim, vsftpd, wipe, xdriver_xf86-video-fbdev,
+	xfsprogs, zlib,
+
+	New packages: apr, audiofile, fmtools, glib-networking,
+	hiawatha, latencytop, lcdproc, libcap-ng, libdmtx, libtpl,
+	minicom, parted, polarssl, protobuf, socketcand, systemd,
+	ushare, zeromq
 
 	Deprecated packages: ttcp
 
@@ -51,6 +59,7 @@
 
 	Issues resolved (http://bugs.uclibc.org):
 
+	#2353: [lua] fix build with 2010.08-rc1
 	#4880: New package lcdproc
 	#4886: New package protobuf
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2012-04-18 23:01 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2012-04-18 23:01 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=e22dd64b32ff08eb71615be5a5ec6430ea77dc41
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   48 ++++++++++++++++++++++++++++++++----------------
 1 files changed, 32 insertions(+), 16 deletions(-)

diff --git a/CHANGES b/CHANGES
index 6ff4004..207cfe2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,27 +7,43 @@
 
 	CMake toolchain file moved to $HOST_DIR/usr/share/buildroot.
 
-	Defconfigs: mx53qsb, use 3.2.x for atngw100,
+	Apply-patches.sh: cleanups, archived patches handling fixes,
+	support series files.
 
-	Atom processor support.
+	Defconfigs: mx53qsb, use 3.2.x for atngw100, use 3.3.x for
+	qemu configs.
 
-	Toolchain: Add GCC 4.4.7, 4.6.3. 64bit fixes for external
+	Atom processor support. Microblaze architecture support (using
+	ext toolchain). Cleanup architecture names.
+
+	Toolchain: Add GCC 4.4.7, 4.6.3, 4.7.0. uClibc 0.9.33.1,
+	default to uClibc 0.9.33.x, 64bit fixes for external
 	toolchains, linaro ext toolchains, new sourcery codebench ext
 	toolchains.
 
-	Updated/fixed packages: alsa-lib, alsa-utils, atk, avahi,
-	barebox, bluez_utils, can-utils, ccache, dhcp, dnsmasq,
-	e2fsprogs, expat, feh, file, freetype, gamin, gmp, gpsd, grep,
-	gstreamer, gst-plugins-{bad,base,good,ugly}, hdparm,
-	imagemagick, kmod, libarchive, libcurl, libethumb, libffi,
-	libfuse, libglib2, libnl, libsoup, libxml2, libxslt,
-	linux-firmware, lite, lua, microperl, mpd, mpfr, mtd, nbd,
-	network-manager, ntfs-3g, openssl, pixman, qt, radvd, sdl_net,
-	smartmontools, squashfs3, squid, sysstat, tiff, usbutils,
-	util-linux, vala, wipe, xdriver_xf86-video-fbdev, zlib,
-
-	New packages: glib-networking, lcdprog, minicom, parted,
-	protobuf, zeromq
+	Updated/fixed packages: alsa-lib, alsa-utils, at, atk, avahi,
+	barebox, bind, bluez_utils, boost, can-utils, ccache,
+	coreutils, dhcp, directfb, dnsmasq, doom-wad, dosfstools,
+	e2fsprogs, expat, fakeroot, feh, ffmpeg, file, fis, freetype,
+	gamin, gawk, gdk-pixbuf, giblib, glib-networking, gmp, gnutls,
+	gpsd, grep, gstreamer, gst-plugins-{bad,base,good,ugly},
+	haserl, hdparm, imagemagick, iptable, iw, kmod, libarchive,
+	libatomic_ops, libconfig, libcurl, libedbus, libethumb,
+	libffi, libfuse, libglib2, libgtk2, libhid, libnl, libpng,
+	libsigc, libsoup, libupnp, liburcu, libxml2,
+	libxml-parser-perl, libxslt, linux-firmware, linux-fusion,
+	lite, ltrace, lttng-libust, lua, makedevs, microperl, mpd,
+	mpfr, mtd, mysql_client, nbd, neon, netsnmp, network-manager,
+	ntfs-3g, openssl, parted, pango, pcre, pixman, poco, psmisc,
+	pulseaudio, qt, radvd, rpm, samba, sam-ba, sawman, screen,
+	sdl_net, smartmontools, sqlite, squashfs3, squid, sshfs, sudo,
+	syslinux, sysstat, tftp-hpa, transmission, tiff, tinyhttpd,
+	udev, unionfs, usbutils, util-linux, vala, valgrind, vim,
+	vsftpd, wipe, xdriver_xf86-video-fbdev, xfsprogs, zlib,
+
+	New packages: apr, fmtools, glib-networking, hiawatha,
+	lcdprog, libcap-ng, libdmtx, libtpl, minicom, parted,
+	polarssl, protobuf, socketcand, systemd, ushare, zeromq
 
 	Deprecated packages: ttcp
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2012-03-15 22:59 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2012-03-15 22:59 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=17c2d62b712a0bef22bc02e7c8fdbbfa12b5da4b
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index 6f58d52..284707c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,40 @@
 2012.05, Not released yet:
 
+	Fixes all over the tree and new features.
+
+	Use /etc/os-release for version info rather than
+	/etc/br-version.
+
+	CMake toolchain file moved to $HOST_DIR/usr/share/buildroot.
+
+	Defconfigs: mx53qsb, use 3.2.x for atngw100,
+
+	Atom processor support.
+
+	Toolchain: Add GCC 4.4.7, 4.6.3. 64bit fixes for external
+	toolchains, linaro ext toolchains, new sourcery codebench ext
+	toolchains.
+
+	Updated/fixed packages: alsa-lib, alsa-utils, atk, avahi,
+	barebox, bluez_utils, can-utils, ccache, dhcp, dnsmasq,
+	e2fsprogs, expat, feh, file, freetype, gamin, gmp, gpsd, grep,
+	gstreamer, gst-plugins-{bad,base,good,ugly}, hdparm,
+	imagemagick, kmod, libarchive, libcurl, libethumb, libffi,
+	libfuse, libglib2, libnl, libsoup, libxml2, libxslt,
+	linux-firmware, lite, lua, microperl, mpd, mpfr, mtd, nbd,
+	network-manager, ntfs-3g, openssl, pixman, qt, radvd, sdl_net,
+	smartmontools, squashfs3, squid, sysstat, tiff, usbutils,
+	util-linux, vala, wipe, xdriver_xf86-video-fbdev, zlib,
+
+	New packages: glib-networking, lcdprog, minicom, parted,
+	zeromq
+
+	Removed packages: ntfsprogs
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#4880: New package lcdproc
+
 2012.02, Released February 29th, 2012:
 
 	Updated/fixed packages: libecore

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2012-02-12 21:56 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2012-02-12 21:56 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=eaf412b548b99a949bdbb37f26d1ff8555aca613
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   86 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 50 insertions(+), 36 deletions(-)

diff --git a/CHANGES b/CHANGES
index 30ac42b..22dfd7f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,54 +4,68 @@
 
 	Toolchain: Default to GCC 4.5.x, add binutils 2.22. Java
 	support removed, Powerpc SPE ABI support. GDB ELF support fix,
-	GDB 7.4.
+	GDB 7.4, crosstool-NG 1.13.4.
 
 	Gentargets: scp and mercurial support.
-	Autotools: derrive host dependencies from target by default.
+	Autotools: derive host dependencies from target by default.
+	Packages can now declare device table snippets.
 
-	defconfigs: qemu configs for x86-64, mips and sparc.
+	Host utilities menu with commonly used host tools.
+
+	defconfigs: qemu configs for x86-64, mips and sparc, at91
+	defconfigs now use moder U-Boot / mainline Linux, added
+	lpc3250 defconfigs.
 
 	uClibc: remove 0.9.30, backport unshare() support, add
-	0.9.32.1, use same config for ctng.
+	0.9.32.1 / 0.9.33, use same config for ctng.
 
 	Bootloaders: U-Boot: add 2011.12, remove 2010.xx versions,
-	Barebox: add 2012.01, remove 2011.10.
+	Barebox: add 2012.01/02, remove 2011.10/11, LPC32xx
+	bootloaders added.
+
+	Various manual updates. Release tarballs now contain generated
+	manual in text/html/pdf formats.
 
-	Buildroot now calls the stop function of scripts in /etc/init.d at
-	shutdown.
+	Buildroot now calls the stop function of scripts in
+	/etc/init.d at shutdown.
 
 	Updated/fixed packages: atk, avahi, barebox, bash, beecrypt,
-	bind, binutils, bison, bluez_utils, busybox, cairo, ccache,
-	cdrkit, coreutils, cramfs, dbus, dbus-glib, dialog, diffutils,
-	dmalloc, dropbear, e2fsprogs, ebtables, ed, ethtool, expat,
-	ffmpeg, file, flex, fluxbox, fontconfig, gawk, grep, gst-dsp,
-	gst-ffmpeg, gst-plugins-base, hdparm, hostapd, htop,
-	i2c-tools, icu, iproute2, ipset, iptables, iw, jpeg, kismet,
-	lame, libcap, libcgi, libeXosip2, libffi, libgpg-error,
-	libgtk2, libidn, libmms, libmnl, libnl, libogg, libosip,
-	libpcap, libpng, libraw1394, libroxml, libv4l, libxcb,
-	libxml-parser-perl, libxslt, lighttpd, links, lm-sensors, lua,
-	m4, module-init-tools, mpc, mpd, mpfr, mplayer, mtd-utils,
-	nano, nbd, ncurses, netperf, netsnmp, ntp, opencv, openssl,
-	openvpn, orc, pciutils, pcre, pkg-config, proftpd, python, qt,
-	ruby, samba, squashfs3, sshfs, sqlite, squid, sudo, syslinux,
-	tcl, tcpdump, ti-utils, tiff, tremor, uboot, uboot-tools,
-	usbmount, vala, valgrind, vsftpd, wpa_supplicant,
-	xapp_{bdftopcf,mkfontdir,mkfontscale,xkbcomp,xcursorgen,xman},
-	xcb-util, xdm, xenomai, xf86-video-sis,
-	xfont_{encodings,font-util},
+	bind, binutils, bison, bluez_utils, bzip2, busybox, cairo,
+	ccache, cdrkit, coreutils, cramfs, dbus, dbus-glib, dialog,
+	diffutils, dmalloc, dropbear, e2fsprogs, ebtables, ed,
+	ethtool, expat, ffmpeg, file, fis, flex, fluxbox, fontconfig,
+	freetype, gawk, grep, gst-dsp, gst-ffmpeg, gst-plugins-base,
+	hdparm, hostapd, htop, i2c-tools, icu, iproute2, ipsec-tools,
+	ipset, iptables, iw, jpeg, kismet, lame, libcap, libcgi,
+	libev, libeXosip2, libffi, libftdi, libgpg-error, libgtk2,
+	libidn, libmms, libmnl, libmodbus, libnl, libogg, libosip,
+	libpcap, libpng, libraw1394, libroxml, libusb, libusb-compat,
+	libv4l, libvorbis, libxcb, libxml-parser-perl, libxslt,
+	lighttpd, links, lm-sensors, lua, m4, module-init-tools, mpc,
+	mesa3d, mpd, mpfr, mplayer, mtd-utils, nano, nbd, ncurses,
+	netperf, netsnmp, ntp, opencv, openocd, openssl, openvpn, orc,
+	pciutils, pcre, pixman, pkg-config, poco, popt, proftpd,
+	python, python-serial, qt, ruby, samba, sdl, sdparm,
+	squashfs3, sshfs, sqlite, squid, sudo, syslinux, tcl, tcpdump,
+	ti-utils, tiff, tremor, uboot, uboot-tools, udev, usbmount,
+	util-linux, vala, valgrind, vsftpd, wpa_supplicant,
+	xapp_{bdftopcf,mkfontdir,mkfontscale,xkbcomp,xcursorgen,xinit},
+	xapp_xinput, xapp_xman, xcb-util, xdm, xenomai,
+	xf86-video-sis, xfont_{encodings,font-util},
 	xlib_lib{fontenc,X11,Xau,Xcursor,Xdmcp,Xfixes,Xfont,Xrender},
-	xlib_libxkbfile, xutil_makedepend, yajl
-
-	New packages: boost, connman, expedite, explorercanvas, feh,
-	flot, giblib, igh-ethercat, imlib2, jquery, jquery-sparklines,
-	jquery-validation, jsmin, kmod, libecore, libedbus, libedje,
-	libeet, libeina, libelementary, libesmtp, libethumb, libevas,
-	libical, libmbus, linux-firmware, NetworkManager, open2300,
-	python-distutilscross, python-dpkt, python-netifaces,
-	python-pygame, python-setuptools, rt-tests, sane-backends,
-	sqlcipher, transmission, unionfs, xf86-input-tslib,
-	xinput-calibrator
+	xlib_libxkbfile, xterm, xutil_makedepend, yajl
+
+	New packages: boost, connman, dstat, expedite, explorercanvas,
+	feh, flot, giblib, igh-ethercat, imlib2, jquery,
+	jquery-sparklines, jquery-validation, jsmin, kmod, libecore,
+	libedbus, libedje, libeet, libeina, libelementary, libesmtp,
+	libethumb, libevas, libical, libmbus, liboauth, liburcu,
+	libvncserver, linux-firmware,
+	lttng-{babeltrace,libust,modules,tools}, NetworkManager,
+	open2300, python-distutilscross, python-dpkt,
+	python-netifaces, python-pygame, python-setuptools, rt-tests,
+	sam-ba, sane-backends, sqlcipher, transmission, unionfs,
+	xf86-input-tslib, xinput-calibrator
 
 	Issues resolved (http://bugs.uclibc.org):
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2012-01-31 12:48 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2012-01-31 12:48 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=08f46cc60c97a49faa8289fc59ac7aa2e43aeb0a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   55 +++++++++++++++++++++++++++++++------------------------
 1 files changed, 31 insertions(+), 24 deletions(-)

diff --git a/CHANGES b/CHANGES
index 6b893cd..b10fff8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,8 @@
 	Fixes all over the tree and new features.
 
 	Toolchain: Default to GCC 4.5.x, add binutils 2.22. Java
-	support removed, Powerpc SPE ABI support.
+	support removed, Powerpc SPE ABI support. GDB ELF support fix,
+	GDB 7.4.
 
 	Gentargets: scp and mercurial support.
 	Autotools: derrive host dependencies from target by default.
@@ -19,31 +20,37 @@
 	Buildroot now calls the stop function of scripts in /etc/init.d at
 	shutdown.
 
-	Updated/fixed packages: atk, barebox, bash, beecrypt, binutils,
-	bison, bluez_utils, busybox, cairo, ccache, cdrkit, coreutils,
-	cramfs, dbus-glib, dialog, diffutils, dropbear, e2fsprogs,
-	ebtables, ed, ethtool, ffmpeg, file, flex, fluxbox,
-	fontconfig, gawk, grep, gst-dsp, gst-ffmpeg, hostapd, htop,
-	i2c-tools, icu, iproute2, ipset, iptables, iw, kismet, lame,
-	libcap, libcgi, libeXosip2, libffi, libgpg-error, libgtk2,
-	libidn, libmnl, libnl, libosip, libpng, libroxml, libv4l,
-	libxcb, libxml-parser-perl, libxslt, lighttpd, links, m4,
-	module-init-tools, mpc, mpd, mpfr, mtd-utils, nano, nbd,
-	ncurses, netsnmp, opencv, openssl, openvpn, orc, pcre,
-	pkg-config, proftpd, python, ruby, samba, squashfs3, sshfs,
-	sqlite, squid, syslinux, ti-utils, tiff, uboot, uboot-tools,
-	usbmount, valgrind, vsftpd, wpa_supplicant,
+	Updated/fixed packages: atk, avahi, barebox, bash, beecrypt,
+	bind, binutils, bison, bluez_utils, busybox, cairo, ccache,
+	cdrkit, coreutils, cramfs, dbus, dbus-glib, dialog, diffutils,
+	dmalloc, dropbear, e2fsprogs, ebtables, ed, ethtool, expat,
+	ffmpeg, file, flex, fluxbox, fontconfig, gawk, grep, gst-dsp,
+	gst-ffmpeg, gst-plugins-base, hdparm, hostapd, htop,
+	i2c-tools, icu, iproute2, ipset, iptables, iw, jpeg, kismet,
+	lame, libcap, libcgi, libeXosip2, libffi, libgpg-error,
+	libgtk2, libidn, libmms, libmnl, libnl, libogg, libosip,
+	libpcap, libpng, libraw1394, libroxml, libv4l, libxcb,
+	libxml-parser-perl, libxslt, lighttpd, links, lm-sensors, lua,
+	m4, module-init-tools, mpc, mpd, mpfr, mplayer, mtd-utils,
+	nano, nbd, ncurses, netperf, netsnmp, ntp, opencv, openssl,
+	openvpn, orc, pciutils, pcre, pkg-config, proftpd, python, qt,
+	ruby, samba, squashfs3, sshfs, sqlite, squid, sudo, syslinux,
+	tcl, tcpdump, ti-utils, tiff, tremor, uboot, uboot-tools,
+	usbmount, vala, valgrind, vsftpd, wpa_supplicant,
 	xapp_{bdftopcf,mkfontdir,mkfontscale,xkbcomp,xcursorgen,xman},
-	xdm, xenomai, xf86-video-sis, xfont_{encodings,font-util},
+	xcb-util, xdm, xenomai, xf86-video-sis,
+	xfont_{encodings,font-util},
 	xlib_lib{fontenc,X11,Xau,Xcursor,Xdmcp,Xfixes,Xfont,Xrender},
-	xlib_libxkbfile, xutil_makedepend
-
-	New packages: connman, explorercanvas, feh, flot, giblib,
-	igh-ethercat, imlib2, jquery, jquery-sparklines,
-	jquery-validation, jsmin, kmod, libesmtp, libmbus,
-	NetworkManager, open2300, python-distutilscross, python-dpkt,
-	python-netifaces, python-pygame, python-setuptools, rt-tests,
-	sane-backends, transmission, unionfs, xf86-input-tslib,
+	xlib_libxkbfile, xutil_makedepend, yajl
+
+	New packages: boost, connman, expedite, explorercanvas, feh,
+	flot, giblib, igh-ethercat, imlib2, jquery, jquery-sparklines,
+	jquery-validation, jsmin, kmod, libecore, libedbus, libedje,
+	libeet, libeina, libelementary, libesmtp, libethumb, libevas,
+	libical, libmbus, linux-firmware, NetworkManager, open2300,
+	python-distutilscross, python-dpkt, python-netifaces,
+	python-pygame, python-setuptools, rt-tests, sane-backends,
+	sqlcipher, transmission, unionfs, xf86-input-tslib,
 	xinput-calibrator
 
 	Issues resolved (http://bugs.uclibc.org):

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2012-01-22 22:48 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2012-01-22 22:48 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=c847b4a63993d48482a406471b5ebd89ee79453a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   46 ++++++++++++++++++++++++++++++----------------
 1 files changed, 30 insertions(+), 16 deletions(-)

diff --git a/CHANGES b/CHANGES
index 19f6e7c..6b893cd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,35 +2,49 @@
 
 	Fixes all over the tree and new features.
 
-	Toolchain: Default to GCC 4.5.x, add binutils 2.22.
+	Toolchain: Default to GCC 4.5.x, add binutils 2.22. Java
+	support removed, Powerpc SPE ABI support.
 
 	Gentargets: scp and mercurial support.
+	Autotools: derrive host dependencies from target by default.
 
-	defconfigs: qemu configs for x86-64 and sparc.
+	defconfigs: qemu configs for x86-64, mips and sparc.
 
 	uClibc: remove 0.9.30, backport unshare() support, add
-	0.9.32.1.
+	0.9.32.1, use same config for ctng.
 
-	Bootloaders: U-Boot: add 2011.12, remove 2010.xx versions.
+	Bootloaders: U-Boot: add 2011.12, remove 2010.xx versions,
+	Barebox: add 2012.01, remove 2011.10.
 
 	Buildroot now calls the stop function of scripts in /etc/init.d at
 	shutdown.
 
-	Updated/fixed packages: barebox, bash, beecrypt, binutils,
-	bison, busybox, cdrkit, coreutils, dbus-glib, diffutils,
-	dropbear, ebtables, ethtool, ffmpeg, flex, fluxbox, gawk,
-	grep, gst-dsp, gst-ffmpeg, hostapd, htop, i2c-tools, iproute2,
-	ipset, iw, kismet, lame, libcap, libcgi, libeXosip2, libffi,
-	libgpg-error, libgtk2, libnl, libosip, libroxml, lighttpd, m4,
-	module-init-tools, mpd, mtd-utils, nano, nbd, netsnmp, opencv,
-	pcre, proftpd, ruby, samba, sqlite, squid, ti-utils, uboot,
-	uboot-tools, usbmount, valgrind, vsftpd, wpa_supplicant,
-	xapp_xman, xdm, xf86-video-sis
+	Updated/fixed packages: atk, barebox, bash, beecrypt, binutils,
+	bison, bluez_utils, busybox, cairo, ccache, cdrkit, coreutils,
+	cramfs, dbus-glib, dialog, diffutils, dropbear, e2fsprogs,
+	ebtables, ed, ethtool, ffmpeg, file, flex, fluxbox,
+	fontconfig, gawk, grep, gst-dsp, gst-ffmpeg, hostapd, htop,
+	i2c-tools, icu, iproute2, ipset, iptables, iw, kismet, lame,
+	libcap, libcgi, libeXosip2, libffi, libgpg-error, libgtk2,
+	libidn, libmnl, libnl, libosip, libpng, libroxml, libv4l,
+	libxcb, libxml-parser-perl, libxslt, lighttpd, links, m4,
+	module-init-tools, mpc, mpd, mpfr, mtd-utils, nano, nbd,
+	ncurses, netsnmp, opencv, openssl, openvpn, orc, pcre,
+	pkg-config, proftpd, python, ruby, samba, squashfs3, sshfs,
+	sqlite, squid, syslinux, ti-utils, tiff, uboot, uboot-tools,
+	usbmount, valgrind, vsftpd, wpa_supplicant,
+	xapp_{bdftopcf,mkfontdir,mkfontscale,xkbcomp,xcursorgen,xman},
+	xdm, xenomai, xf86-video-sis, xfont_{encodings,font-util},
+	xlib_lib{fontenc,X11,Xau,Xcursor,Xdmcp,Xfixes,Xfont,Xrender},
+	xlib_libxkbfile, xutil_makedepend
 
 	New packages: connman, explorercanvas, feh, flot, giblib,
 	igh-ethercat, imlib2, jquery, jquery-sparklines,
-	jquery-validation, jsmin, libesmtp, libmbus, NetworkManager,
-	rt-tests, transmission, xinput-calibrator
+	jquery-validation, jsmin, kmod, libesmtp, libmbus,
+	NetworkManager, open2300, python-distutilscross, python-dpkt,
+	python-netifaces, python-pygame, python-setuptools, rt-tests,
+	sane-backends, transmission, unionfs, xf86-input-tslib,
+	xinput-calibrator
 
 	Issues resolved (http://bugs.uclibc.org):
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2012-01-02 22:34 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2012-01-02 22:34 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=a01db91eb17219f397cfa28906324b48928d6712
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   29 ++++++++++++++++++-----------
 1 files changed, 18 insertions(+), 11 deletions(-)

diff --git a/CHANGES b/CHANGES
index 515e3db..1dc1f36 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,19 +8,26 @@
 
 	defconfigs: qemu configs for x86-64 and sparc.
 
-	uClibc: remove 0.9.30, backport unshare() support.
+	uClibc: remove 0.9.30, backport unshare() support, add
+	0.9.32.1.
 
-	Updated/fixed packages: barebox, bash, binutils, bison,
-	coreutils, dbus-glib, diffutils, dropbear, ebtables, ffmpeg,
-	flex, fluxbox, gawk, grep, gst-dsp, gst-ffmpeg, htop,
-	i2c-tools, iproute2, ipset, iw, lame, libcgi, libeXosip2,
-	libffi, libgpg-error, libgtk2, libroxml, m4,
-	module-init-tools, mpd, mtd-utils, nano, nbd, netsnmp, opencv,
-	pcre, proftpd, ruby, sqlite, squid, u-boot, usbmount, vsftpd,
-	wpa_supplicant, xdm, xf86-video-sis
+	Bootloaders: U-Boot: add 2011.12, remove 2010.xx versions.
 
-	New packages: connman, gliblib, feh, imlib2, transmission,
-	xinput-calibrator
+	Updated/fixed packages: barebox, bash, beecrypt, binutils,
+	bison, busybox, cdrkit, coreutils, dbus-glib, diffutils,
+	dropbear, ebtables, ethtool, ffmpeg, flex, fluxbox, gawk,
+	grep, gst-dsp, gst-ffmpeg, hostapd, htop, i2c-tools, iproute2,
+	ipset, iw, kismet, lame, libcap, libcgi, libeXosip2, libffi,
+	libgpg-error, libgtk2, libnl, libosip, libroxml, lighttpd, m4,
+	module-init-tools, mpd, mtd-utils, nano, nbd, netsnmp, opencv,
+	pcre, proftpd, ruby, samba, sqlite, squid, ti-utils, uboot,
+	uboot-tools, usbmount, valgrind, vsftpd, wpa_supplicant,
+	xapp_xman, xdm, xf86-video-sis
+
+	New packages: connman, explorercanvas, feh, flot, giblib,
+	igh-ethercat, imlib2, jquery, jquery-sparklines,
+	jquery-validation, jsmin, libesmtp, libmbus, NetworkManager,
+	rt-tests, transmission, xinput-calibrator
 
 	Issues resolved (http://bugs.uclibc.org):
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-12-11 22:54 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-12-11 22:54 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=1bde07d6edb12a686203e8be7d65a3d62a88e0da
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/CHANGES b/CHANGES
index 330ac6a..515e3db 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,8 @@
 
 	Fixes all over the tree and new features.
 
+	Toolchain: Default to GCC 4.5.x, add binutils 2.22.
+
 	Gentargets: scp and mercurial support.
 
 	defconfigs: qemu configs for x86-64 and sparc.
@@ -9,13 +11,16 @@
 	uClibc: remove 0.9.30, backport unshare() support.
 
 	Updated/fixed packages: barebox, bash, binutils, bison,
-	coreutils, dbus-glib, diffutils, dropbear, ebtables, flex,
-	fluxbox, gawk, grep, gst-dsp, htop, iproute2, iw, lame,
-	libgpg-error, libgtk2, libroxml, m4, module-init-tools,
-	mtd-utils, nano, nbd, netsnmp, ruby, u-boot, usbmount,
-	wpa_supplicant, xdm
-
-	New packages: connman, transmission
+	coreutils, dbus-glib, diffutils, dropbear, ebtables, ffmpeg,
+	flex, fluxbox, gawk, grep, gst-dsp, gst-ffmpeg, htop,
+	i2c-tools, iproute2, ipset, iw, lame, libcgi, libeXosip2,
+	libffi, libgpg-error, libgtk2, libroxml, m4,
+	module-init-tools, mpd, mtd-utils, nano, nbd, netsnmp, opencv,
+	pcre, proftpd, ruby, sqlite, squid, u-boot, usbmount, vsftpd,
+	wpa_supplicant, xdm, xf86-video-sis
+
+	New packages: connman, gliblib, feh, imlib2, transmission,
+	xinput-calibrator
 
 	Issues resolved (http://bugs.uclibc.org):
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-12-08 22:09 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-12-08 22:09 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=11eb9e7fbec3f458fa2146558d9ad162615d63be
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index e5311f0..330ac6a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,29 @@
+2012.02, Not yet released:
+
+	Fixes all over the tree and new features.
+
+	Gentargets: scp and mercurial support.
+
+	defconfigs: qemu configs for x86-64 and sparc.
+
+	uClibc: remove 0.9.30, backport unshare() support.
+
+	Updated/fixed packages: barebox, bash, binutils, bison,
+	coreutils, dbus-glib, diffutils, dropbear, ebtables, flex,
+	fluxbox, gawk, grep, gst-dsp, htop, iproute2, iw, lame,
+	libgpg-error, libgtk2, libroxml, m4, module-init-tools,
+	mtd-utils, nano, nbd, netsnmp, ruby, u-boot, usbmount,
+	wpa_supplicant, xdm
+
+	New packages: connman, transmission
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#743:  Add Transmission bit torrent option to buildroot
+	#3403: libgpg-error: bump to version 1.10
+	#3409: libgpg-error: download from gnupg.org
+	#3421: nano: make tiny flag optional
+
 2011.11, Released November 30th, 2011:
 
 	Fixes all over the tree.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-11-26 20:51 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-11-26 20:51 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=6d985f97c87a963674c6d9230b5fc6fe9982ff87
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CHANGES b/CHANGES
index 9fbfe9f..b8bb451 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,7 @@
 	patch, bump crosstool-ng, kernel headers and linux versions.
 
 	Updated/fixed packages: busybox, freetype, mplayer, opencv,
-	rsyslog, xapp_xf86dga
+	php, rsyslog, ruby, thttpd, xapp_xf86dga
 
 	Issues resolved (http://bugs.uclibc.org):
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-11-24 22:03 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-11-24 22:03 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=0ff53f128d865dacfd7a46a5ee9e36c2f28cd89f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index bb6bae9..289a6b2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+2011.11, Not released yet:
+
+	Fixes all over the tree.
+
+	Toolchain: Fix gdb dependencies for external toolchains,
+	adjust uClibc patches so they don't confuse modern versions of
+	patch, bump crosstool-ng, kernel headers and linux versions.
+
+	Updated/fixed packages: busybox, freetype, mplayer, opencv,
+	rsyslog, xapp_xf86dga
+
 2011.11-rc2, Released November 18th, 2011:
 
 	Fixes all over the tree and new features.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-11-18 12:56 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-11-18 12:56 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=630fd4f1f62140e9f52881af8438614b7004df4f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGES b/CHANGES
index b728084..1b5a488 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,10 +5,11 @@
 	Updated asciidoc documentation
 
 	Toolchain: Bumped 3.x stable kernel headers, use wget in
-	crosstool-ng as well, bump crosstool-ng version, gdb fixes.
+	crosstool-ng as well, bump crosstool-ng version, gdb fixes,
+	uClibc sparc fix.
 
 	Updated/fixed packages: distcc, file, gst-plugins-bad, libxcb,
-	mplayer, qt, rpm, rrdtool, tar, tftpd
+	mplayer, newt, qt, rpm, rrdtool, tar, tftpd
 
 	Issues resolved (http://bugs.uclibc.org):
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-11-17  5:54 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-11-17  5:54 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=8e6c8198e0788e3990b57c0c76bd9ecf17e48f67
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index 7f74346..8219cfa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+2011.11, Not released yet:
+
+	Fixes all over the tree and new features.
+
+	Updated asciidoc documentation
+
+	Toolchain: Bumped 3.x stable kernel headers, use wget in
+	crosstool-ng as well, bump crosstool-ng version, gdb fixes.
+
+	Updated/fixed packages: distcc, file, gst-plugins-bad, libxcb,
+	mplayer, rpm, rrdtool, tar, tftpd
+
 2011.11-rc1, Released November 11th, 2011:
 
 	Fixes all over the tree and new features.

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-11-08 23:33 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-11-08 23:33 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=805de39555682475e3738cca1c3b6a70257ba0aa
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   35 ++++++++++++++++++++++-------------
 1 files changed, 22 insertions(+), 13 deletions(-)

diff --git a/CHANGES b/CHANGES
index 0043126..2c4c161 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,12 @@
 	Move misc scripts and support stuff to support/. Rename
 	patch-kernel.sh to support/scripts/apply-patches.sh.
 
+	Documentation: Moved to asciidoc format, make targets to
+	generate text/html/pdf/epub output added.
+
+	Defconfigs: Qemu configs updated to 3.1 kernel and readmes
+	added.
+
 	Bootloaders: Add support for custom git tree / tarballs for
 	barebox, similar to how it's handled for u-boot. Clean up
 	menuconfig options.
@@ -14,7 +20,8 @@
 	toolchain, update toolchain versions and optimize toolchain
 	sysroot copying. Fix uClibc 0.9.32 builds for e500 PPC,
 	updated GDB versions / download URLs. Binutils
-	libbfd/libopcodes static/dynamic linking fix.
+	libbfd/libopcodes static/dynamic linking fix. GCC 4.6.2 added,
+	use ctng-1.13.0.
 
 	Package infrastructure: Support for local packages /
 	overrides, package dir / name arguments dropped from
@@ -32,20 +39,22 @@
 	libconfuse, libcuefile, libcurl, libdaemon, libevent,
 	libglib2, libiconv, libmpd, libreplaygain, libroxml,
 	libsamplerate, libsndfile, libsoup, libsvgtiny, libtool,
-	lighttpd, links, linux-fusion, lite, lrzsz, lsof, lzo, lzop,
-	makedevs, mcookie, mpg123, mpd, mpfr, mtd, musepack, mutt,
-	mysql_client, ncftp, ncurses, neon, netcat, netsnmp, ntfs-3g,
-	ntfsprogs, ntp, openntpd, openssh, openssl, orc, pciutils,
-	psmisc, python, qt, quagga, radvd, rpm, rsync, samba, sawman,
-	sdl_sound, smartmontools, sqlite, squid, stunnel, sudo,
-	sylpheed, sysstat, taglib, tar, tcpreplay, tslib, usbutils,
-	util-linux, valgrind, wget, whetstone, which, wpa-supplicant,
-	xdata_xcursor-themes, xmlstarlet, xterm
+	libxcb, lighttpd, links, linux-fusion, lite, lrzsz, lsof, lzo,
+	lzop, makedevs, mcookie, mpg123, mpd, mpfr, mtd, musepack,
+	mutt, mysql_client, ncftp, ncurses, neon, netcat, netsnmp,
+	ntfs-3g, ntfsprogs, ntp, openntpd, openssh, openssl, oprofile,
+	orc, pciutils, psmisc, python, qt, quagga, radvd, rpm, rsync,
+	samba, sawman, sdl_sound, smartmontools, sqlite, squid,
+	stunnel, sudo, sylpheed, sysstat, taglib, tar, tcpreplay,
+	tslib, usbutils, util-linux, valgrind, wget, whetstone, which,
+	wpa-supplicant, xdata_xcursor-themes, xmlstarlet, xterm
 
 	New packages: bluez-utils, cifs-utils, fftw, fluxbox, json-c,
-	libev, libftdi, libgeotiff, libplayer, ngrep, noip, opencv,
-	openocd, picocom, poco, portaudio, pulseaudio, pv, rtai, vala,
-	xenomai.
+	libev, libftdi, libgeotiff, libmodbus, libplayer, live555,
+	ngrep, noip, opencv, openocd, picocom, poco, portaudio,
+	pulseaudio, pv, rtai, vala, xenomai.
+
+	Removed packages: liboil, sfdisk, swfdec, webif
 
 	Issues resolved (http://bugs.uclibc.org):
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-10-25  7:41 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-10-25  7:41 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=e55af699b5cb3d9286e19e19c8aaeb14bcdf0a38
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   35 ++++++++++++++++++++---------------
 1 files changed, 20 insertions(+), 15 deletions(-)

diff --git a/CHANGES b/CHANGES
index cac5053..9957d58 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,24 +23,29 @@
 	Linux: Kernel extensions infrastructure support, Xenomai +
 	RTAI support.
 
-	Updated/fixed packages: acpid, busybox, dbus, dbus-glib,
-	directfb, dnsmasq, drystone, e2fsprogs, ethtool, fakeroot,
-	fbdump, freetype, fuse, gamin, gmp, gnutls,
-	gst-plugins-{base,bad,good,ugly}, gstreamer, imagemagick,
-	ipsec-tools, ipset, iptables, iw, jpeg, kexec, leafpad, less,
-	libargtable2, libao, libconfuse, libcuefile, libcurl,
-	libevent, libglib2, libiconv, libreplaygain, libroxml,
+	Updated/fixed packages: acpid, bind, busybox, dash, dbus,
+	dbus-glib, directfb, dnsmasq, drystone, e2fsprogs, ethtool,
+	fakeroot, fbdump, file, freetype, fuse, gamin, gmp, gmpc,
+	gnutls, gob2, gst-plugins-{base,bad,good,ugly}, gstreamer,
+	hostapd, ifplugd, imagemagick, intltool, ipsec-tools, ipset,
+	iptables, iw, jpeg, kexec, leafpad, less, libargtable2, libao,
+	libconfuse, libcuefile, libcurl, libdaemon, libevent,
+	libglib2, libiconv, libmpd, libreplaygain, libroxml,
 	libsamplerate, libsndfile, libsoup, libsvgtiny, libtool,
-	lighttpd, linux-fusion, lite, lsof, lzo, lzop, mcookie,
-	mpg123, mpd, mpfr, musepack, mysql_client, ncurses, neon, netcat,
-	netsnmp, ntfs-3g, ntfsprogs, openssh, openssl, python, qt,
-	radvd, rsync, samba, sawman, sdl_sound, smartmontools, sqlite,
-	squid, sylpheed, taglib, tar, tcpreplay, tslib, usbutils,
-	util-linux, valgrind, whetstone, xdata_xcursor-themes, xterm
+	lighttpd, links, linux-fusion, lite, lrzsz, lsof, lzo, lzop,
+	makedevs, mcookie, mpg123, mpd, mpfr, musepack, mutt,
+	mysql_client, ncftp, ncurses, neon, netcat, netsnmp, ntfs-3g,
+	ntfsprogs, ntp, openntpd, openssh, openssl, orc, pciutils,
+	psmisc, python, qt, quagga, radvd, rpm, rsync, samba, sawman,
+	sdl_sound, smartmontools, sqlite, squid, stunnel, sudo,
+	sylpheed, sysstat, taglib, tar, tcpreplay, tslib, usbutils,
+	util-linux, valgrind, wget, whetstone, which, wpa-supplicant,
+	xdata_xcursor-themes, xmlstarlet, xterm
 
 	New packages: bluez-utils, cifs-utils, fftw, fluxbox, json-c,
-	libev, libftdi, libgeotiff, libplayer, ngrep, noip, openocd,
-	picocom, poco, portaudio, pv, rtai, xenomai.
+	libev, libftdi, libgeotiff, libplayer, ngrep, noip, opencv,
+	openocd, picocom, poco, portaudio, pulseaudio, pv, rtai, vala,
+	xenomai.
 
 	Issues resolved (http://bugs.uclibc.org):
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-10-09 20:51 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-10-09 20:51 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=b367d67afa9e3f3202355bf79665afe8ad0d5d43
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   46 ++++++++++++++++++++++++++++++++--------------
 1 files changed, 32 insertions(+), 14 deletions(-)

diff --git a/CHANGES b/CHANGES
index 2643641..70d4a79 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,25 +10,37 @@
 	menuconfig options.
 
 	Toolchain: Update external codesourcery toolchain download
-	URLs after Codesourcery got bought by Mentor. Fix uClibc
-	0.9.32 builds for e500 PPC.
+	URLs after Codesourcery got bought by Mentor, add x86
+	toolchain, update toolchain versions and optimize toolchain
+	sysroot copying. Fix uClibc 0.9.32 builds for e500 PPC,
+	updated GDB versions / download URLs. Binutils
+	libbfd/libopcodes static/dynamic linking fix.
+
+	Package infrastructure: Support for local packages /
+	overrides, package dir / name arguments dropped from
+	{GEN,AUTO,CMAKE}TARGETS.
 
 	Linux: Kernel extensions infrastructure support, Xenomai +
 	RTAI support.
 
 	Updated/fixed packages: acpid, busybox, dbus, dbus-glib,
-	directfb, dnsmasq, e2fsprogs, ethtool, fakeroot, fbdump,
-	freetype, fuse, gamin, gmp, jpeg, ipsec-tools, ipset,
-	iptables, iw, kexec, leafpad, libargtable2, libao, libconfuse,
-	libcuefile, libcurl, libevent, libreplaygain, libsamplerate,
-	libsndfile, libsoup, libsvgtiny, lighttpd, lzo, lzop, mpd,
-	mpfr, mpg123, musepack, mysql_client, netcat, netsnmp,
-	ntfs-3g, ntfsprogs, openssh, openssl, python, qt, radvd,
-	samba, sdl_sound, sqlite, squid, sylpheed, taglib, tar,
-	tcpreplay, tslib, usbutils, util-linux, valgrind, xterm
-
-	New packages: bluez-utils, cifs-utils, fluxbox, libev,
-	libftdi, libgeotiff, ngrep, openocd, portaudio, rtai, xenomai.
+	directfb, dnsmasq, drystone, e2fsprogs, ethtool, fakeroot,
+	fbdump, freetype, fuse, gamin, gmp, gnutls,
+	gst-plugins-{base,bad,good,ugly}, gstreamer, imagemagick,
+	ipsec-tools, ipset, iptables, iw, jpeg, kexec, leafpad, less,
+	libargtable2, libao, libconfuse, libcuefile, libcurl,
+	libevent, libglib2, libiconv, libreplaygain, libroxml,
+	libsamplerate, libsndfile, libsoup, libsvgtiny, libtool,
+	lighttpd, linux-fusion, lite, lsof, lzo, lzop, mcookie,
+	mpg123, mpd, mpfr, musepack, mysql_client, ncurses, netcat,
+	netsnmp, ntfs-3g, ntfsprogs, openssh, openssl, python, qt,
+	radvd, rsync, samba, sawman, sdl_sound, smartmontools, sqlite,
+	squid, sylpheed, taglib, tar, tcpreplay, tslib, usbutils,
+	util-linux, valgrind, whetstone, xdata_xcursor-themes, xterm
+
+	New packages: bluez-utils, cifs-utils, fftw, fluxbox, json-c,
+	libev, libftdi, libgeotiff, libplayer, ngrep, noip, openocd,
+	picocom, poco, portaudio, pv, rtai, xenomai.
 
 	Issues resolved (http://bugs.uclibc.org):
 
@@ -42,6 +54,12 @@
 	#2917: Qt: Add declarative module
 	#3145: jffs2 image generation fails
 	#3271: netperf-2.4.5 fails to compile
+	#3331: xdata_xcursor-themes depends on xcursorgen
+	#3343: Add file:// download SITE_METHOD
+	#3391: Add support for specifying an external kernel tree
+	#3631: Error while compiling with Xorg
+	#3925: midori not getting compile
+	#4045: Add support for downloading i386 toolchains from codesourcery
 	#4183: Codesourcery toolchain download site has changed
 
 2011.08, Released August 31th, 2011:

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-09-26 21:20 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-09-26 21:20 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=a404b4443b69e21d0594dc531317fd62ea3865da
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/CHANGES b/CHANGES
index 0453749..2643641 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,19 +16,19 @@
 	Linux: Kernel extensions infrastructure support, Xenomai +
 	RTAI support.
 
-	Updated/fixed packages: busybox, dbus, dbus-glib, directfb,
-	dnsmasq, e2fsprogs, ethtool, fakeroot, fbdump, freetype, fuse,
-	gamin, gmp, jpeg, ipsec-tools, ipset, iptables, iw, leafpad,
-	libargtable2, libao, libconfuse, libcuefile, libcurl,
-	libevent, libreplaygain, libsamplerate, libsndfile, libsoup,
-	libsvgtiny, lighttpd, lzo, lzop, mpd, mpfr, mpg123, musepack,
-	mysql_client, netcat, netsnmp, ntfs-3g, ntfsprogs, openssh,
-	openssl, python, qt, radvd, samba, sdl_sound, sqlite, squid,
-	sylpheed, taglib, tar, tcpreplay, tslib, usbutils, util-linux,
-	xterm
-
-	New packages: fluxbox, libev, libftdi, libgeotiff, portaudio,
-	rtai, xenomai.
+	Updated/fixed packages: acpid, busybox, dbus, dbus-glib,
+	directfb, dnsmasq, e2fsprogs, ethtool, fakeroot, fbdump,
+	freetype, fuse, gamin, gmp, jpeg, ipsec-tools, ipset,
+	iptables, iw, kexec, leafpad, libargtable2, libao, libconfuse,
+	libcuefile, libcurl, libevent, libreplaygain, libsamplerate,
+	libsndfile, libsoup, libsvgtiny, lighttpd, lzo, lzop, mpd,
+	mpfr, mpg123, musepack, mysql_client, netcat, netsnmp,
+	ntfs-3g, ntfsprogs, openssh, openssl, python, qt, radvd,
+	samba, sdl_sound, sqlite, squid, sylpheed, taglib, tar,
+	tcpreplay, tslib, usbutils, util-linux, valgrind, xterm
+
+	New packages: bluez-utils, cifs-utils, fluxbox, libev,
+	libftdi, libgeotiff, ngrep, openocd, portaudio, rtai, xenomai.
 
 	Issues resolved (http://bugs.uclibc.org):
 

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-09-18 21:01 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-09-18 21:01 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=358601f851c001fc9505efb4866436afc030a170
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   44 ++++++++++++++++++++++++++++++++++----------
 1 files changed, 34 insertions(+), 10 deletions(-)

diff --git a/CHANGES b/CHANGES
index 5a44e72..0453749 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,22 +2,46 @@
 
 	Fixes all over the tree and new features.
 
-	Update external codesourcery toolchain download URLs after
-	Codesourcery got bought by Mentor.
+	Move misc scripts and support stuff to support/. Rename
+	patch-kernel.sh to support/scripts/apply-patches.sh.
+
+	Bootloaders: Add support for custom git tree / tarballs for
+	barebox, similar to how it's handled for u-boot. Clean up
+	menuconfig options.
+
+	Toolchain: Update external codesourcery toolchain download
+	URLs after Codesourcery got bought by Mentor. Fix uClibc
+	0.9.32 builds for e500 PPC.
+
+	Linux: Kernel extensions infrastructure support, Xenomai +
+	RTAI support.
 
 	Updated/fixed packages: busybox, dbus, dbus-glib, directfb,
 	dnsmasq, e2fsprogs, ethtool, fakeroot, fbdump, freetype, fuse,
-	gamin, jpeg, leafpad, libargtable2, libao, libconfuse,
-	libcuefile, libcurl, libreplaygain, libsamplerate, libsndfile,
-	libsoup, libsvgtiny, lighttpd, lzo, lzop, mpd, mpg123,
-	musepack, mysql_client, netcat, netsnmp, ntfs-3g, ntfsprogs,
-	openssl, radvd, samba, sdl_sound, sqlite, squid, sylpheed,
-	taglib, tar, tcpreplay, util-linux, xterm
-
-	New packages: fluxbox, libev, libftdi, libgeotiff, portaudio
+	gamin, gmp, jpeg, ipsec-tools, ipset, iptables, iw, leafpad,
+	libargtable2, libao, libconfuse, libcuefile, libcurl,
+	libevent, libreplaygain, libsamplerate, libsndfile, libsoup,
+	libsvgtiny, lighttpd, lzo, lzop, mpd, mpfr, mpg123, musepack,
+	mysql_client, netcat, netsnmp, ntfs-3g, ntfsprogs, openssh,
+	openssl, python, qt, radvd, samba, sdl_sound, sqlite, squid,
+	sylpheed, taglib, tar, tcpreplay, tslib, usbutils, util-linux,
+	xterm
+
+	New packages: fluxbox, libev, libftdi, libgeotiff, portaudio,
+	rtai, xenomai.
 
 	Issues resolved (http://bugs.uclibc.org):
 
+	#505:  live555: new package
+	#531:  let e2fsprogs package to export headers to staging dir if needed
+	#1171: Linuxthreads new cannot find sysdep.h
+	#2107: New package: input-event-daemon
+	#2599: New package: orc (Oil Runtime Compiler)
+	#2605: gstreamer: Update to 0.10.30
+	#2677: introducing util-linux-ng as replacement for util-linux
+	#2917: Qt: Add declarative module
+	#3145: jffs2 image generation fails
+	#3271: netperf-2.4.5 fails to compile
 	#4183: Codesourcery toolchain download site has changed
 
 2011.08, Released August 31th, 2011:

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-09-12 22:46 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-09-12 22:46 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=227eebae0053363aa30353472cea5f7160cd3938
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index 288d575..5a44e72 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,25 @@
 2011.11, Not released yet:
 
+	Fixes all over the tree and new features.
+
+	Update external codesourcery toolchain download URLs after
+	Codesourcery got bought by Mentor.
+
+	Updated/fixed packages: busybox, dbus, dbus-glib, directfb,
+	dnsmasq, e2fsprogs, ethtool, fakeroot, fbdump, freetype, fuse,
+	gamin, jpeg, leafpad, libargtable2, libao, libconfuse,
+	libcuefile, libcurl, libreplaygain, libsamplerate, libsndfile,
+	libsoup, libsvgtiny, lighttpd, lzo, lzop, mpd, mpg123,
+	musepack, mysql_client, netcat, netsnmp, ntfs-3g, ntfsprogs,
+	openssl, radvd, samba, sdl_sound, sqlite, squid, sylpheed,
+	taglib, tar, tcpreplay, util-linux, xterm
+
+	New packages: fluxbox, libev, libftdi, libgeotiff, portaudio
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#4183: Codesourcery toolchain download site has changed
+
 2011.08, Released August 31th, 2011:
 
 	Fixes all over the tree.
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-08-24 13:07 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-08-24 13:07 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=e0a6bcd8268602fe3d2780c23cf5f7be47441ae6
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index a6f368b..1e5ea4e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+2011.08, Not yet released:
+
+	Fixes all over the tree.
+
+	Toolchain: crosstool-NG 1.12.0, use binutils 2.21 of
+	mips/sh/older uClibc, disallow uClibc 0.9.32 on avr32/sh
+	(broken).
+
+	Updated/fixed packages: barebox, directfb, libsoup,
+	libxml-parser-perl, mtd, python, ti-utils, udev, usbmount,
+	util-linux, xfont_font-misc-misc
+
 2011.08-rc1, Released August 4th, 2011:
 
 	Fixes all over the tree and new features.
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-08-04 20:13 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-08-04 20:13 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=5255a7197b858c4cb5632e12d2097b75b68518e7
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/CHANGES b/CHANGES
index caeff38..158ab6a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,14 +15,15 @@
 	Make source/external-deps now also works for external
 	toolchains / crosstool-ng backend.
 
-	Updated/fixed packages: berkeleydb, bind, binutils, bmon,
-	bridge-utils, busybox, cmake, dbus, dbus-glib, e2fsprogs,
-	ethtool, ffmpeg, gst-plugins-{bad,base,good,ugly}, gvfs,
-	hostapd, iproute2, iptables, jpeg, lame, libarchive, libdnet,
-	libdrm, libgcrypt, libgtk2, libmpeg2, libpng, lighttpd,
-	linux-fusion, lzo, mtd-utils, nfs-utils, oprofile, proftpd,
-	qt, ruby, sdl, shared-mime-info, sudo, sqlite, squid, synergy,
-	udev, usbmount, usbutils, util-linux, valgrind, webkit,
+	Updated/fixed packages: autoconf, berkeleydb, bind, binutils,
+	bmon, bridge-utils, busybox, cmake, dbus, dbus-glib,
+	e2fsprogs, ethtool, ffmpeg, gst-plugins-{bad,base,good,ugly},
+	gvfs, hostapd, iproute2, iptables, iw, jpeg, lame, libarchive,
+	libdnet, libdrm, libgcrypt, libgtk2, libmpeg2, libpng,
+	libsoup, lighttpd, linux-fusion, lzo, midori, mtd-utils,
+	nfs-utils, openvpn, oprofile, orc, proftpd, qt, ruby, samba,
+	sdl, shared-mime-info, sudo, sqlite, squid, synergy, udev,
+	usbmount, usbutils, util-linux, valgrind, webkit,
 	xorg-xserver, xz, zlib
 
 	New packages: acl, attr, ebtables, gnutls, inotify-tools,
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-07-27 22:01 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-07-27 22:01 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=a4a20acb2e7a4e050ead17097660ee0892fed172
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   27 ++++++++++++++++-----------
 1 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/CHANGES b/CHANGES
index 8396dce..cf01121 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,17 +15,22 @@
 	Make source/external-deps now also works for external
 	toolchains / crosstool-ng backend.
 
-	Updated/fixed packages: berkeleydb, bmon, bridge-utils,
-	busybox, cmake, dbus, dbus-glib, ethtool, ffmpeg,
-	gst-plugins-bad, gst-plugins-base, gvfs, jpeg, lame,
-	libarchive, libdnet, libgcrypt, libgtk2, libmpeg2, libpng,
-	lighttpd, linux-fusion, lzo, mtd-utils, oprofile, proftpd, qt,
-	ruby, shared-mime-info, sudo, sqlite, synergy, usbutils,
-	valgrind, webkit, xz
-
-	New packages: acl, attr, ebtables, gnutls, libargtable2,
-	libiqrf, libnspr, libnss, libroxml, libyaml, live555, mxml,
-	rsyslog, sredird, statserial, stunnel, uboot-tools, yajl
+	Updated/fixed packages: berkeleydb, bind, binutils, bmon,
+	bridge-utils, busybox, cmake, dbus, dbus-glib, e2fsprogs,
+	ethtool, ffmpeg, gst-plugins-{bad,base,good,ugly}, gvfs,
+	hostapd, iproute2, iptables, jpeg, lame, libarchive, libdnet,
+	libdrm, libgcrypt, libgtk2, libmpeg2, libpng, lighttpd,
+	linux-fusion, lzo, mtd-utils, nfs-utils, oprofile, proftpd,
+	qt, ruby, sdl, shared-mime-info, sudo, sqlite, squid, synergy,
+	udev, usbmount, usbutils, util-linux, valgrind, webkit,
+	xorg-xserver, xz, zlib
+
+	New packages: acl, attr, ebtables, gnutls, inotify-tools,
+	ipset, libargtable2, libiqrf, libmnl, libnspr, libnss,
+	libroxml, libyaml, live555, mxml, orc, rsyslog, sredird,
+	statserial, stunnel, ti-utils, uboot-tools, yajl
+
+	Removed packages: hal
 
 	Issues resolved (http://bugs.uclibc.org):
 
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-07-18 21:34 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-07-18 21:34 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=82b23f3be19600da5dccd3d8989d92d02448f88d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/CHANGES b/CHANGES
index a6016cc..7f8cb82 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,14 +16,16 @@
 	toolchains / crosstool-ng backend.
 
 	Updated/fixed packages: berkeleydb, bmon, bridge-utils,
-	busybox, dbus, dbus-glib, ethtool, ffmpeg, gst-plugins-bad,
-	gst-plugins-base, lame, libarchive, libdnet, libgcrypt,
-	libgtk2, libmpeg2, lighttpd, mtd-utils, oprofile, qt, ruby,
-	sudo, sqlite, synergy, usbutils, valgrind, webkit
+	busybox, cmake, dbus, dbus-glib, ethtool, ffmpeg,
+	gst-plugins-bad, gst-plugins-base, gvfs, jpeg, lame,
+	libarchive, libdnet, libgcrypt, libgtk2, libmpeg2, libpng,
+	lighttpd, linux-fusion, lzo, mtd-utils, oprofile, proftpd, qt,
+	ruby, shared-mime-info, sudo, sqlite, synergy, usbutils,
+	valgrind, webkit, xz
 
 	New packages: acl, attr, ebtables, gnutls, libargtable2,
-	libiqrf, libnspr, libnss, libroxml, live555, mxml, rsyslog,
-	sredird, statserial, stunnel, yajl
+	libiqrf, libnspr, libnss, libroxml, libyaml, live555, mxml,
+	rsyslog, sredird, statserial, stunnel, uboot-tools, yajl
 
 	Issues resolved (http://bugs.uclibc.org):
 
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-07-13 20:43 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-07-13 20:43 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=333acf358b8b0b9f3d53c07e952be9a1c6f9bf03
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   24 +++++++++++++++++-------
 1 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/CHANGES b/CHANGES
index 0b3e28a..06a7e53 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,13 +6,23 @@
 	ext-toolchain-wrapper improvements, improved non-MMU
 	support. GCC 4.3.6 / 4.6.1.
 
-	Updated/fixed packages: berkeleydb, bmon, busybox, dbus,
-	dbus-glib, ethtool, ffmpeg, gst-plugins-bad, gst-plugins-base,
-	lame, libarchive, libdnet, libgtk2, libmpeg2, lighttpd,
-	mtd-utils, oprofile, qt, ruby, sudo, sqlite, synergy,
-	usbutils, webkit
-
-	New packages: libiqrf, libnspr, libnss, live555, rsyslog,
+	GENTARGETS infrastructure extended to cover bootloaders and
+	Linux kernel as well. Options to retrive Linux/U-Boot from a
+	custom git repo instead of upstream tarballs.
+	Support for Linux 3.x and release candiate tarballs.
+	X-Loader bootloader for omap added.
+
+	Make source/external-deps now also works for external
+	toolchains / crosstool-ng backend.
+
+	Updated/fixed packages: berkeleydb, bmon, bridge-utils,
+	busybox, dbus, dbus-glib, ethtool, ffmpeg, gst-plugins-bad,
+	gst-plugins-base, lame, libarchive, libdnet, libgcrypt,
+	libgtk2, libmpeg2, lighttpd, mtd-utils, oprofile, qt, ruby,
+	sudo, sqlite, synergy, usbutils, valgrind, webkit
+
+	New packages: acl, attr, ebtables, gnutls, libargtable2,
+	libiqrf, libnspr, libnss, libroxml, live555, mxml, rsyslog,
 	sredird, statserial, stunnel, yajl
 
 	Issues resolved (http://bugs.uclibc.org):
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-07-11  5:44 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-07-11  5:44 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=bd76bc5f80b963570e8eda92efc961e683264402
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/CHANGES b/CHANGES
index 3419590..4c29ffe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,17 +2,23 @@
 
 	Fixes all over the tree and new features.
 
-	Toolchain: uClibc 0.9.32 / NPTL support, ext-toolchain-wrapper
-	improvements, improved non-MMU support.
+	Toolchain: uClibc 0.9.32 / NPTL support, 0.9.29 removed,
+	ext-toolchain-wrapper improvements, improved non-MMU
+	support. GCC 4.3.6 / 4.6.1.
 
 	Updated/fixed packages: berkeleydb, bmon, busybox, dbus,
-	dbus-glib, ethtool, ffmpeg, gst-plugins-bad, libdnet,
-	libmpeg2, mtd-utils, qt, sudo, synergy, usbutils, webkit
+	dbus-glib, ethtool, ffmpeg, gst-plugins-bad, gst-plugins-base,
+	lame, libarchive, libdnet, libgtk2, libmpeg2, lighttpd,
+	mtd-utils, oprofile, qt, ruby, sudo, sqlite, synergy,
+	usbutils, webkit
 
-	New packages: live555, sredird, statserial, yajl
+	New packages: libiqrf, libnspr, libnss, live555, rsyslog,
+	sredird, statserial, stunnel, yajl
 
 	Issues resolved (http://bugs.uclibc.org):
 
+	#3559: libnspr: Add new package
+	#3565: libnss: Add new package
 	#3907: 2011.05 - Qt 4.7.3 not building on ARM
 
 2011.05, Released May 27th, 2011:
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-06-26 21:07 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-06-26 21:07 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=94ad0667ded7dd4c5c7c44df329f9eabe46314bd
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index a10fa18..3419590 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,20 @@
 2011.08, Not released yet:
 
+	Fixes all over the tree and new features.
+
+	Toolchain: uClibc 0.9.32 / NPTL support, ext-toolchain-wrapper
+	improvements, improved non-MMU support.
+
+	Updated/fixed packages: berkeleydb, bmon, busybox, dbus,
+	dbus-glib, ethtool, ffmpeg, gst-plugins-bad, libdnet,
+	libmpeg2, mtd-utils, qt, sudo, synergy, usbutils, webkit
+
+	New packages: live555, sredird, statserial, yajl
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#3907: 2011.05 - Qt 4.7.3 not building on ARM
+
 2011.05, Released May 27th, 2011:
 
 	Updated/fixed packages: makedevs
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-05-18 19:02 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-05-18 19:02 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=7234c23967fa70b760c64700e56bb1778019fbeb
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   53 ++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 44 insertions(+), 9 deletions(-)

diff --git a/CHANGES b/CHANGES
index a60a898..9155e00 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,15 +1,50 @@
 2011.05, Not released yet:
 
+	Fixes all over the tree and new features.
+
+	External toolchain improvements: We now build a binary
+	toolchain wrapper and install it into HOST_DIR/usr/bin, which
+	enforces the correct compiler arguments, making an external
+	toolchain as easy to use outside of Buildroot as the internal
+	ones are. This also brought a cleanup of CFLAGS, making the
+	Buildroot build output easier to read.
+
+	Rootfs device handling improvements: Choice between static
+	/dev, devtmpfs and devtmpfs with either mdev or udev.
+
+	Toolchain: More preconfigured codesourcery external
+	toolchains, improved Crosstool-NG support, fix for GCC
+	snapshot versions, GCC 4.4.6 / 4.5.3, experimental GCC 4.6.0
+	support, target-GCC fixes, uClibc fixes, 0.9.32-rc3 support.
+
+	Bootloaders: U-boot 2011.03, Barebox 2011.05.0
+
+	Linux: support for custom kernel image targets, E.G. for
+	powerpc builds with embedded device trees.
+
+	Misc fixes for qemu defconfigs, ensuring correct serial
+	terminal setup out of the box.
+
+	Misc gentarget / autotools handling fixes.
+
 	Updated/fixed packages: alsa-lib, alsa-utils, alsamixergui,
-	avahi, busybox, copas, dnsmasq, dropbear, ethtool, fakeroot,
-	ffmpeg, file, gnuconfig, gst-ffmpeg, gst-plugins-good, icu,
-	imagemagick, iproute2, less, libdnet, libpng, libxml2,
-	libxslt, lighttpd, makedevs, midori, mpg123, mpd, mtd-utils,
-	ncurses, netsnmp, openssl, pkg-config, popt, procps, qt,
-	quagga, readline, rsync, samba, squid, socat, squashfs, tslib,
-	webkit, xerces, xlib_xtrans, xorg-server, xterm, xz
-
-	New packages: bonnie++, can-utils, htop, libv4l
+	atk, avahi, bind, bison, busybox, copas, dbus-glib, dhcp,
+	dhcpdump, dnsmasq, dropbear, ethtool, fakeroot, ffmpeg, file,
+	gamin, gnuconfig, gst-ffmpeg, gst-plugins-good, gtk2-engines,
+	haserl, hostapd, icu, imagemagick, iproute2, iw, kismet, less,
+	libcap, libdnet, libglade, libglib2, libgtk2, libnl, libpng,
+	libxml2, libxml2, libxslt, lighttpd, lockfile-progs, makedevs,
+	midori, mpg123, mpc, mpd, mpfr, mtd-utils, ncurses, netsnmp,
+	openssh, openssl, openvpn, pango, pkg-config, popt, procps,
+	proftpd, qt, quagga, readline, rsync, samba, sdl, socat,
+	squashfs, squid, sudo, tslib, udev, usbutils, webkit,
+	wpa_supplicant, xerces, xfont_font-misc-misc, xlib_libX11,
+	xlib_libXfont, xlib_xtrans, xorg-server, xterm, xz
+
+	New packages: bonnie++, can-utils, gdisk, htop,
+	input-event-daemon, libexif, libraw, libv4l, ngircd
+
+	Removed packages: festival
 
 	Issues resolved (http://bugs.uclibc.org):
 
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 89+ messages in thread

* [Buildroot] [git commit] CHANGES: update with recent changes
@ 2011-04-21 21:52 Peter Korsgaard
  0 siblings, 0 replies; 89+ messages in thread
From: Peter Korsgaard @ 2011-04-21 21:52 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=3510193460d7eb9eca2b944212ee84cabe4996a6
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/CHANGES b/CHANGES
index d0a61eb..5d29693 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,11 +3,13 @@
 	Updated/fixed packages: alsa-lib, alsa-utils, alsamixergui,
 	avahi, busybox, copas, dnsmasq, dropbear, ethtool, fakeroot,
 	ffmpeg, file, gnuconfig, gst-ffmpeg, gst-plugins-good, icu,
-	imagemagick, libdnet, libpng, libxml2, libxslt, lighttpd,
-	makedevs, midori, mpg123, mpd, mtd-utils, ncurses, netsnmp,
-	openssl, pkg-config, qt, quagga, readline, rsync, samba,
-	socat, squashfs, webkit, xerces, xlib_xtrans, xorg-server,
-	xterm, xz
+	imagemagick, iproute2, less, libdnet, libpng, libxml2,
+	libxslt, lighttpd, makedevs, midori, mpg123, mpd, mtd-utils,
+	ncurses, netsnmp, openssl, pkg-config, procps, qt, quagga,
+	readline, rsync, samba, squid, socat, squashfs, tslib, webkit,
+	xerces, xlib_xtrans, xorg-server, xterm, xz
+
+	New packages: can-utils, htop, libv4l
 
 	Issues resolved (http://bugs.uclibc.org):
 
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 89+ messages in thread

end of thread, other threads:[~2021-05-11  9:33 UTC | newest]

Thread overview: 89+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-31 20:19 [Buildroot] [git commit] CHANGES: update with recent changes Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2021-05-11  9:33 Peter Korsgaard
2021-02-08 21:06 Peter Korsgaard
2020-03-08 13:58 Peter Korsgaard
2020-02-18 22:21 Peter Korsgaard
2019-11-04 22:52 Peter Korsgaard
2019-08-19 21:34 Peter Korsgaard
2018-02-04 23:49 Peter Korsgaard
2017-11-06 20:55 Peter Korsgaard
2017-11-05 22:43 Peter Korsgaard
2017-09-01 15:06 Peter Korsgaard
2017-08-02 19:12 Thomas Petazzoni
2016-08-06  9:24 Peter Korsgaard
2016-02-17 22:08 Peter Korsgaard
2016-02-09 17:10 Peter Korsgaard
2015-11-27 15:21 Peter Korsgaard
2015-08-31 20:37 [Buildroot] [git commit] CHANGES: Update " Peter Korsgaard
2015-08-31  8:13 Peter Korsgaard
2015-08-05 13:05 [Buildroot] [git commit] CHANGES: update " Thomas Petazzoni
2015-05-04  8:25 [Buildroot] [git commit] CHANGES: Update " Peter Korsgaard
2015-05-04  9:20 ` Thomas Petazzoni
2015-05-04  9:26   ` Peter Korsgaard
2015-04-26 22:10 Peter Korsgaard
2015-02-08 21:19 Peter Korsgaard
2014-11-21 12:12 Peter Korsgaard
2014-11-12 21:31 [Buildroot] [git commit] CHANGES: update " Peter Korsgaard
2014-11-11 23:47 Peter Korsgaard
2014-08-17  7:44 Peter Korsgaard
2014-08-07 22:50 Peter Korsgaard
2014-05-12 22:03 Peter Korsgaard
2014-05-12 20:03 Peter Korsgaard
2014-02-11 11:32 Peter Korsgaard
2014-02-10 21:29 Peter Korsgaard
2014-02-09 21:46 Peter Korsgaard
2014-02-04  8:45 Peter Korsgaard
2014-02-05 17:41 ` Arnout Vandecappelle
2014-02-05 21:14   ` Peter Korsgaard
2013-11-30  8:37 Peter Korsgaard
2013-11-12  0:04 Peter Korsgaard
2013-08-29 21:22 Peter Korsgaard
2013-05-27 21:59 Peter Korsgaard
2013-05-15 18:48 Peter Korsgaard
2013-05-15 12:54 Peter Korsgaard
2013-05-11 19:48 Peter Korsgaard
2013-05-08 13:49 Peter Korsgaard
2013-05-08 11:21 Peter Korsgaard
2013-05-07 21:00 Peter Korsgaard
2013-05-08 11:06 ` Thomas Petazzoni
2013-05-08 11:22   ` Peter Korsgaard
2013-02-09 15:03 Peter Korsgaard
2013-02-04 21:33 Peter Korsgaard
2013-02-05 10:10 ` Will Newton
2013-02-05 11:10   ` Peter Korsgaard
2012-11-30 22:27 Peter Korsgaard
2012-11-30  7:00 Peter Korsgaard
2012-11-17 22:54 Peter Korsgaard
2012-11-17 22:08 Peter Korsgaard
2012-11-14 21:28 Peter Korsgaard
2012-06-24 20:45 Peter Korsgaard
2012-05-09 21:17 Peter Korsgaard
2012-05-03 20:52 Peter Korsgaard
2012-04-25 10:21 Peter Korsgaard
2012-04-18 23:01 Peter Korsgaard
2012-03-15 22:59 Peter Korsgaard
2012-02-12 21:56 Peter Korsgaard
2012-01-31 12:48 Peter Korsgaard
2012-01-22 22:48 Peter Korsgaard
2012-01-02 22:34 Peter Korsgaard
2011-12-11 22:54 Peter Korsgaard
2011-12-08 22:09 Peter Korsgaard
2011-11-26 20:51 Peter Korsgaard
2011-11-24 22:03 Peter Korsgaard
2011-11-18 12:56 Peter Korsgaard
2011-11-17  5:54 Peter Korsgaard
2011-11-08 23:33 Peter Korsgaard
2011-10-25  7:41 Peter Korsgaard
2011-10-09 20:51 Peter Korsgaard
2011-09-26 21:20 Peter Korsgaard
2011-09-18 21:01 Peter Korsgaard
2011-09-12 22:46 Peter Korsgaard
2011-08-24 13:07 Peter Korsgaard
2011-08-04 20:13 Peter Korsgaard
2011-07-27 22:01 Peter Korsgaard
2011-07-18 21:34 Peter Korsgaard
2011-07-13 20:43 Peter Korsgaard
2011-07-11  5:44 Peter Korsgaard
2011-06-26 21:07 Peter Korsgaard
2011-05-18 19:02 Peter Korsgaard
2011-04-21 21:52 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.