All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] CHANGES: update with recent changes
Date: Mon, 4 Nov 2019 23:52:52 +0100	[thread overview]
Message-ID: <20191104224633.5F41681079@busybox.osuosl.org> (raw)

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.

             reply	other threads:[~2019-11-04 22:52 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-04 22:52 Peter Korsgaard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-11  9:33 [Buildroot] [git commit] CHANGES: update with recent changes Peter Korsgaard
2021-02-08 21:06 Peter Korsgaard
2020-03-08 13:58 Peter Korsgaard
2020-02-18 22:21 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-31 20:19 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191104224633.5F41681079@busybox.osuosl.org \
    --to=peter@korsgaard.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.