* [PATCH 00/17] Jethro-next security fixes
@ 2016-07-10 1:08 Armin Kuster
2016-07-25 19:27 ` akuster808
0 siblings, 1 reply; 2+ messages in thread
From: Armin Kuster @ 2016-07-10 1:08 UTC (permalink / raw)
To: openembedded-core, akuster808, liezhi.yang
From: Armin Kuster <akuster@mvista.com>
Please consider these changes for jethro-next.
The libxml2 changes don't affect Master nor krogoth.
Glibc changes have been sent for Master and soon for Krogoth.
The following changes since commit 118380bc5d01e52b5edc574abb4176f6e70a54a6:
documentation: Updated date in the manual revision tables. (2016-06-21 12:59:47 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib akuster/jethro-next
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akuster/jethro-next
Armin Kuster (17):
glibc: Security Fix for CVE-2016-3706
glibc: Security fix for CVE-2016-4429
libxml2: Security fix for CVE-2016-1762
libxml2: Security fix for CVE-2016-3705
libxml2: Security fix for CVE-2016-1834.patch
libxml2: Security fix for CVE-2016-4483.patch
libxml2: Security fix for CVE-2016-1840
libxml2: Security fix for CVE-2016-1838
libxml2: Security fix for CVE-2016-1839
libxml2: Security fix for CVE-2016-1836
libxml2: Security fix for CVE-2016-4449
libxml2: Security fix for CVE-2016-1837
libxml2: Security fix for CVE-2016-1835
libxml2: Security fix for CVE-2016-1833
libxml2: Security fix for CVE-2016-3627
libxml2: Security fix for CVE-2016-4447
libxml2: Security fix for CVE-2016-4448
meta/recipes-core/glibc/glibc/CVE-2016-3706.patch | 226 +++++
meta/recipes-core/glibc/glibc/CVE-2016-4429.patch | 89 ++
meta/recipes-core/glibc/glibc_2.22.bb | 2 +
.../libxml/libxml2/CVE-2016-1762.patch | 84 ++
.../libxml/libxml2/CVE-2016-1833.patch | 368 +++++++
.../libxml/libxml2/CVE-2016-1834.patch | 55 +
.../libxml/libxml2/CVE-2016-1835.patch | 95 ++
.../libxml/libxml2/CVE-2016-1836.patch | 443 ++++++++
.../libxml/libxml2/CVE-2016-1837.patch | 143 +++
.../libxml/libxml2/CVE-2016-1838.patch | 96 ++
.../libxml/libxml2/CVE-2016-1839.patch | 127 +++
.../libxml/libxml2/CVE-2016-1840.patch | 37 +
.../libxml/libxml2/CVE-2016-3627.patch | 64 ++
.../libxml/libxml2/CVE-2016-3705.patch | 71 ++
.../libxml/libxml2/CVE-2016-4447.patch | 208 ++++
.../libxml/libxml2/CVE-2016-4448_1.patch | 1067 ++++++++++++++++++++
.../libxml/libxml2/CVE-2016-4448_2.patch | 208 ++++
.../libxml/libxml2/CVE-2016-4449.patch | 47 +
.../libxml/libxml2/CVE-2016-4483.patch | 55 +
meta/recipes-core/libxml/libxml2_2.9.2.bb | 17 +
20 files changed, 3502 insertions(+)
create mode 100644 meta/recipes-core/glibc/glibc/CVE-2016-3706.patch
create mode 100644 meta/recipes-core/glibc/glibc/CVE-2016-4429.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1762.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1833.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1834.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1835.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1836.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1837.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1838.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1839.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1840.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-3627.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-3705.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-4447.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-4448_1.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-4448_2.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-4449.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-4483.patch
--
2.3.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 00/17] Jethro-next security fixes
2016-07-10 1:08 [PATCH 00/17] Jethro-next security fixes Armin Kuster
@ 2016-07-25 19:27 ` akuster808
0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2016-07-25 19:27 UTC (permalink / raw)
To: openembedded-core; +Cc: Armin Kuster
Ping
On 07/09/2016 06:08 PM, Armin Kuster wrote:
> From: Armin Kuster <akuster@mvista.com>
>
> Please consider these changes for jethro-next.
>
> The libxml2 changes don't affect Master nor krogoth.
> Glibc changes have been sent for Master and soon for Krogoth.
>
> The following changes since commit 118380bc5d01e52b5edc574abb4176f6e70a54a6:
>
> documentation: Updated date in the manual revision tables. (2016-06-21 12:59:47 +0100)
>
> are available in the git repository at:
>
> git://git.yoctoproject.org/poky-contrib akuster/jethro-next
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akuster/jethro-next
>
> Armin Kuster (17):
> glibc: Security Fix for CVE-2016-3706
> glibc: Security fix for CVE-2016-4429
> libxml2: Security fix for CVE-2016-1762
> libxml2: Security fix for CVE-2016-3705
> libxml2: Security fix for CVE-2016-1834.patch
> libxml2: Security fix for CVE-2016-4483.patch
> libxml2: Security fix for CVE-2016-1840
> libxml2: Security fix for CVE-2016-1838
> libxml2: Security fix for CVE-2016-1839
> libxml2: Security fix for CVE-2016-1836
> libxml2: Security fix for CVE-2016-4449
> libxml2: Security fix for CVE-2016-1837
> libxml2: Security fix for CVE-2016-1835
> libxml2: Security fix for CVE-2016-1833
> libxml2: Security fix for CVE-2016-3627
> libxml2: Security fix for CVE-2016-4447
> libxml2: Security fix for CVE-2016-4448
>
> meta/recipes-core/glibc/glibc/CVE-2016-3706.patch | 226 +++++
> meta/recipes-core/glibc/glibc/CVE-2016-4429.patch | 89 ++
> meta/recipes-core/glibc/glibc_2.22.bb | 2 +
> .../libxml/libxml2/CVE-2016-1762.patch | 84 ++
> .../libxml/libxml2/CVE-2016-1833.patch | 368 +++++++
> .../libxml/libxml2/CVE-2016-1834.patch | 55 +
> .../libxml/libxml2/CVE-2016-1835.patch | 95 ++
> .../libxml/libxml2/CVE-2016-1836.patch | 443 ++++++++
> .../libxml/libxml2/CVE-2016-1837.patch | 143 +++
> .../libxml/libxml2/CVE-2016-1838.patch | 96 ++
> .../libxml/libxml2/CVE-2016-1839.patch | 127 +++
> .../libxml/libxml2/CVE-2016-1840.patch | 37 +
> .../libxml/libxml2/CVE-2016-3627.patch | 64 ++
> .../libxml/libxml2/CVE-2016-3705.patch | 71 ++
> .../libxml/libxml2/CVE-2016-4447.patch | 208 ++++
> .../libxml/libxml2/CVE-2016-4448_1.patch | 1067 ++++++++++++++++++++
> .../libxml/libxml2/CVE-2016-4448_2.patch | 208 ++++
> .../libxml/libxml2/CVE-2016-4449.patch | 47 +
> .../libxml/libxml2/CVE-2016-4483.patch | 55 +
> meta/recipes-core/libxml/libxml2_2.9.2.bb | 17 +
> 20 files changed, 3502 insertions(+)
> create mode 100644 meta/recipes-core/glibc/glibc/CVE-2016-3706.patch
> create mode 100644 meta/recipes-core/glibc/glibc/CVE-2016-4429.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1762.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1833.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1834.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1835.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1836.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1837.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1838.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1839.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-1840.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-3627.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-3705.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-4447.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-4448_1.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-4448_2.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-4449.patch
> create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-4483.patch
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-25 19:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-10 1:08 [PATCH 00/17] Jethro-next security fixes Armin Kuster
2016-07-25 19:27 ` akuster808
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox