summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2016-02-17 11:03:02 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-02-18 11:32:29 +0000
commit09fd08be9bc001b4af2a03a6c0f1ada64835fd72 (patch)
treebffab9256f8836fd7c08fa64d48fc03e450d01a2
parent9df635876fb10b071477607546921b4522a2463e (diff)
downloaddefinitions-09fd08be9bc001b4af2a03a6c0f1ada64835fd72.tar.gz
Update to latest 2.22 version of GLIBC
This branch includes: CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665) GLIBC seems to avoid bugfix releases, and instead they maintain release/2.X/master branches for released versions which contain bugfix commits backported from the 'master' branch. This commit upgrades to the latest commit on the release/2.22/master branch, which should be the latest (2.22) release with all available bugfixes. See this page for more info on GLIBC's release process: https://sourceware.org/glibc/wiki/Release Change-Id: Ic28163c65e1074c61bc7933ca297b1fd55877015
-rw-r--r--strata/armv7lhf-cross-toolchain.morph4
-rw-r--r--strata/build-essential.morph8
2 files changed, 6 insertions, 6 deletions
diff --git a/strata/armv7lhf-cross-toolchain.morph b/strata/armv7lhf-cross-toolchain.morph
index 7112653a..924ef746 100644
--- a/strata/armv7lhf-cross-toolchain.morph
+++ b/strata/armv7lhf-cross-toolchain.morph
@@ -27,8 +27,8 @@ chunks:
- name: armv7lhf-cross-glibc
morph: strata/armv7lhf-cross-toolchain/armv7lhf-cross-glibc.morph
repo: upstream:glibc
- ref: 4e42b5b8f89f0e288e68be7ad70f9525aebc2cff
- unpetrify-ref: baserock/glibc-2.21
+ ref: b995d95a5943785be3ab862b2d3276f3b4a22481
+ unpetrify-ref: release/2.22/master
build-depends:
- armv7lhf-cross-binutils
- armv7lhf-cross-gcc-nolibc
diff --git a/strata/build-essential.morph b/strata/build-essential.morph
index 7ad0e364..81e66ecd 100644
--- a/strata/build-essential.morph
+++ b/strata/build-essential.morph
@@ -80,8 +80,8 @@ chunks:
- name: stage2-glibc
morph: strata/build-essential/stage2-glibc.morph
repo: upstream:glibc
- ref: 4e42b5b8f89f0e288e68be7ad70f9525aebc2cff
- unpetrify-ref: glibc-2.21
+ ref: b995d95a5943785be3ab862b2d3276f3b4a22481
+ unpetrify-ref: release/2.22/master
build-depends:
- stage1-binutils
- stage1-gcc
@@ -246,8 +246,8 @@ chunks:
- name: glibc
morph: strata/build-essential/glibc.morph
repo: upstream:glibc
- ref: 4e42b5b8f89f0e288e68be7ad70f9525aebc2cff
- unpetrify-ref: glibc-2.21
+ ref: b995d95a5943785be3ab862b2d3276f3b4a22481
+ unpetrify-ref: release/2.22/master
build-depends:
- stage2-binutils
- stage2-busybox