diff options
author | 2015-12-05 23:04:40 +0100 | |
---|---|---|
committer | 2015-12-05 23:05:32 +0100 | |
commit | 9f0610c188007ee481508d453b062d77614c153d (patch) | |
tree | 6ba90ec24bd606a5bbfae59878f3fe817c862013 | |
parent | c76f557eefa2ce1f17ecd948186a1fb3dc4d2ba3 (diff) | |
download | buildroot-2015.11.x.tar.gz buildroot-2015.11.x.tar.bz2 |
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | CHANGES | 10 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +2015.11.1, Released December 5th, 2015 + + Fix for issue with the host package RPATH check when a custom host + directory (BR2_HOST_DIR=/path/to/somewhere) is used. + + Important (and/or security related) bugfixes for busybox, + dropbear, libpng and openssl. + + Updated/fixed packages: busybox, dropbear, gawk, libpng, openssl + 2015.11, Released November 30th, 2015 Minor fixes. @@ -41,7 +41,7 @@ else # umask all: # Set and export the version string -export BR2_VERSION := 2015.11 +export BR2_VERSION := 2015.11.1 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) |