summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2016-03-28 17:55:22 -0500
committerRyan S. Arnold <ryan.arnold@linaro.org>2016-03-28 17:55:22 -0500
commit49aed40b40bb1ea502c360f9bf4457bd3c548ed8 (patch)
treefd9b04d99a74a79547855a76dd02ac3de550ca61
parent1d9391a026bea6c390c92b66e256fe6c60a13d91 (diff)
Add README.textile.GCC-4.9-2016.02
Change-Id: Ic839fc5fdcc4f99d57a54ac620754b79f220326c
-rw-r--r--components/toolchain/binaries/README.textile.GCC-4.9-2016.0270
1 files changed, 70 insertions, 0 deletions
diff --git a/components/toolchain/binaries/README.textile.GCC-4.9-2016.02 b/components/toolchain/binaries/README.textile.GCC-4.9-2016.02
new file mode 100644
index 0000000..7107d23
--- /dev/null
+++ b/components/toolchain/binaries/README.textile.GCC-4.9-2016.02
@@ -0,0 +1,70 @@
+{# This document uses jinja2 templating markup. Please refer to the Jinja2
+ template documentation for further information.
+
+ http://jinja.pocoo.org/docs/dev/templates/
+
+ This is an example of a child template that describes the specific
+ information unique to a series. The common parts of the release notes are
+ pulled in from the parent template in README.textile.
+
+ Pull in the macros that differentiate between textile and no-txt -#}
+
+{%- from "components/toolchain/binaries/macros" import header with context -%}
+{% from "components/toolchain/binaries/macros" import url with context -%}
+{% from "components/toolchain/binaries/macros" import urlind with context -%}
+{% from "components/toolchain/binaries/macros" import email with context -%}
+{% from "components/toolchain/binaries/macros" import format with context -%}
+{%- extends "components/toolchain/binaries/README.textile"-%}
+
+
+{# Information important for the release goes into this block.
+ It is added right after the release announce in README. #}
+{% block important %}
+{% call format("para") -%}
+Notice: All Linaro GCC {{ major }}{% if major|int < 5 -%}.9{% endif %} series toolchain users should migrate to the latest version of the Linaro GCC {{ major }}{% if major|int < 5 -%}.9{% endif %} toolchain in order to mitigate potential security exposure to CVE-2015-7545. See the NEWS section below for details.
+{% endcall %}
+{% endblock %}
+
+{% block gcc_version_block %}
+{{ linaro_gcc_version }}
+{% endblock %}
+
+{% block glibc_version_block %}
+FSF eglibc 2.19 (eglibc.git/linaro_eglibc-2_19)
+{% endblock %}
+
+{% block newlib_version_block %}
+Linaro newlib 2.1.0-2014.09 (linaro_newlib-branch)
+{% endblock %}
+
+{% block binutils_version_block %}
+Linaro binutils 2.24 (linaro_binutils-2_24-branch)
+{% endblock %}
+
+{% block gdb_version_block %}
+FSF GDB 7.10 (gdb-7.10-branch)
+{% endblock %}
+
+{% block linux_version_block %}
+Linaro Linux Version 3.17-2014.10 (linux-linaro-3.17-2014.10)
+{% endblock %}
+
+{% block news %}
+
+{% call format("news") %}
+The armv8l-linux-gnueabihf targetted toolchain is now built using --with-mode=thumb (like all of the other cross toolchains) rather than the default which is ARM mode.
+{% endcall %}
+
+{% call format("news") %}
+Applied fix for CVE-2015-7545 - A stack-based buffer overflow in glibc's getaddrinfo() was corrected in glibc 2.23 and backported into Linaro eglibc 2.19 (linaro_eglibc-2_19).
+{% endcall %}
+
+{{ urlind(6,"https://sourceware.org/ml/libc-alpha/2016-02/msg00416.html") }}
+
+{% call format("news") -%}
+See the following Linaro GCC snapshot:
+{% endcall %}
+
+{{ urlind(6,"http://snapshots.linaro.org/components/toolchain/gcc-linaro/4.9-2015.10/") }}
+
+{% endblock %}