From 09fd08be9bc001b4af2a03a6c0f1ada64835fd72 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 17 Feb 2016 11:03:02 +0000 Subject: 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 --- strata/armv7lhf-cross-toolchain.morph | 4 ++-- strata/build-essential.morph | 8 ++++---- 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 -- cgit v1.2.1