From d5a63f48d71c519736e6378cadedd4f639de16fe Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 27 Feb 2018 22:58:57 +0100 Subject: [PATCH] Update for 2018.02-rc3 Signed-off-by: Peter Korsgaard --- CHANGES | 24 ++++++++++++++++++++++++ Makefile | 4 ++-- docs/website/download.html | 18 +++++++++--------- docs/website/news.html | 22 ++++++++++++++++++++++ 4 files changed, 57 insertions(+), 11 deletions(-) diff --git a/CHANGES b/CHANGES index e62bc6c100..f2de1149ce 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,27 @@ +2018.02-rc3, Released February 27th, 2018 + + Fixes all over the tree. + + check-bin-arch: skip /lib/modules to allow 32-bit userland + with 64bit kernel. + + dependencies: Blacklist tar 1.30+ and build our own host-tar + if needed as tar 1.30+ changed the --numeric-owner output for + long path names. Build host-tar before other host-dependencies + as they need it to extract their source tarballs. + + Update/fixed packages: asterisk, azmq, bluez5_utils, domoticz, + e2fsprogs, erlang, exim, glibc, gpsd, jq, libglib2, libvorbis, + mariadb, mbedtls, mesa3d, mesa3d-headers, mpv, patch, pcre2, + php, qt5, qt5multimedia, qt5wayland, qt5webengine, qt5webkit, + systemd, quagga, rustc, uboot, wireguard, zic, zlib-ng + + Issues resolved (http://bugs.uclibc.org): + + #10726: Current libglib2.mk creates broken libglib2 binary... + #10786: Linux fails to build unless make linux-menuconfig... + #10796: Cannot generate cpio image without selecting CON... + 2018.02-rc2, Released February 15th, 2018 Fixes all over the tree. diff --git a/Makefile b/Makefile index ec39bcdb9c..5fe3a34c47 100644 --- a/Makefile +++ b/Makefile @@ -87,9 +87,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2018.02-rc2 +export BR2_VERSION := 2018.02-rc3 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1518732000 +BR2_VERSION_EPOCH = 1519768000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) diff --git a/docs/website/download.html b/docs/website/download.html index 4244b169df..c9133eca6a 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -76,37 +76,37 @@ -

Latest release candidate: 2018.02-rc2

+

Latest release candidate: 2018.02-rc3

diff --git a/docs/website/news.html b/docs/website/news.html index 211029461a..fc11572f2d 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,28 @@

News