This update includes CVE-2016-2224 and CVE-2016-2225 - armin
On 02/10/2016 09:43 AM, Khem Raj wrote: > Here are changes between 1.0.11 and 1.0.12 > > release 1.0.12 - Chimay Brune > > Leonid Lisovskiy (5): > libdl: dlopen() mustn't forget RTLD_NODELETE flag > tests: Extend OMIT LDFLAGS logic to test binaries too > Provide __adjtimex() alias, like glibc. > ldso: Fix fail of $ORIGIN expansion in case of RTLD_NOLOAD > ldso: Use single rtld_flags interpretation through all the calls > > Waldemar Brodkorb (11): > Suppress warning "_GNU_SOURCE" redefined > hppa: unbreak toolchain building > test: disable tests requiring math headers > nios2: allow to build toolchain > add exp10() from glibc > Do not follow compressed items forever. <<<<---- CVE-2016-2224 > Make sure to always terminate decoded string <<<<---- CVE-2016-2225 > add $ORIGIN test-case > mips64: fix memcpy, patch from glibc > mips: fix clashing symbols > bump version for release > > Signed-off-by: Khem Raj <[email protected]> > --- > meta/recipes-core/uclibc/uclibc-git.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-core/uclibc/uclibc-git.inc > b/meta/recipes-core/uclibc/uclibc-git.inc > index 490dfcb..0509a6c 100644 > --- a/meta/recipes-core/uclibc/uclibc-git.inc > +++ b/meta/recipes-core/uclibc/uclibc-git.inc > @@ -1,6 +1,6 @@ > -SRCREV = "94493929f674f4410c2743fa3dd82fd37b70c58f" > +SRCREV = "003b266cbeb370a8eae91dc256197f00798c6f93" > > -PV = "1.0.11+git${SRCPV}" > +PV = "1.0.12+git${SRCPV}" > > FILESEXTRAPATHS =. "${FILE_DIRNAME}/uclibc-git:" > > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
