* [dylan][PATCH 00/13] Backports from master (cover letter only)
@ 2013-10-10 11:23 Paul Eggleton
2013-10-21 10:29 ` Ahsan, Noor
0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggleton @ 2013-10-10 11:23 UTC (permalink / raw)
To: openembedded-core
Some backported patches to fix bugs in the dylan branch. These have been
tested on the Yocto Project autobuilder.
The following changes since commit a065c225a70ef7c0bc7f169cad961765f9366263:
mesa: inherit gettext (2013-08-16 10:39:49 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/dylan-next
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/dylan-next
Chen Qi (2):
rpm: fix typo in PACKAGECONFIG
busybox: configure system user id to range from 100 to 999
Darren Hart (1):
kernel.bbclass: Correct post(inst|rm) package association
Jackie Huang (1):
findutils_4.2.31: backport fixes for doc build errors
Jason Wessel (1):
ncurses: Fix problems expanding ncurses-libtinfo when in IMAGE_INSTALL
Khem Raj (1):
elfutils-native: Fix build on distros with gcc 4.8
Marko Lindqvist (1):
boost: fix build when PARALLEL_MAKE is not set
Paul Eggleton (2):
sysvinit-inittab: ensure unique label for SERIAL_CONSOLES entries
classes/package_rpm: fix bitbake package-index for RPM
Ross Burton (1):
libxml2: remove patch for CVE-2012-2871
Saul Wold (3):
mc: Don't remove libdir and split helpers into packages
perl: Backport 2 CVE Patches
python: Backport 2 CVE from upstream
meta/classes/kernel.bbclass | 29 ++-
meta/classes/package_rpm.bbclass | 5 +
meta/recipes-core/busybox/busybox-1.20.2/defconfig | 4 +-
.../libxml/libxml2/libxml2-CVE-2012-2871.patch | 34 ---
meta/recipes-core/libxml/libxml2_2.9.0.bb | 2 -
meta/recipes-core/ncurses/ncurses.inc | 2 +
.../sysvinit/sysvinit-inittab_2.88dsf.bb | 6 +-
.../elfutils/elfutils/fix-build-gcc-4.8.patch | 44 ++++
meta/recipes-devtools/elfutils/elfutils_0.148.bb | 1 +
.../0001-Fix-misparsing-of-maketext-strings.patch | 86 +++++++
...mature-hsplit-calls-and-only-trigger-REHA.patch | 178 +++++++++++++++
meta/recipes-devtools/perl/perl_5.14.3.bb | 3 +
.../python/python/CVE-2013-4073_py27.patch | 251 +++++++++++++++++++++
.../python/python/pypirc-secure.patch | 35 +++
meta/recipes-devtools/python/python_2.7.3.bb | 2 +
meta/recipes-devtools/rpm/rpm_5.4.9.bb | 2 +-
.../findutils-fix-doc-build-error.patch | 53 +++++
.../recipes-extended/findutils/findutils_4.2.31.bb | 1 +
meta/recipes-extended/mc/mc_4.7.5.2.bb | 26 ++-
meta/recipes-extended/mc/mc_4.8.7.bb | 23 +-
meta/recipes-support/boost/boost.inc | 2 +
21 files changed, 727 insertions(+), 62 deletions(-)
delete mode 100644 meta/recipes-core/libxml/libxml2/libxml2-CVE-2012-2871.patch
create mode 100644 meta/recipes-devtools/elfutils/elfutils/fix-build-gcc-4.8.patch
create mode 100644 meta/recipes-devtools/perl/perl-5.14.3/0001-Fix-misparsing-of-maketext-strings.patch
create mode 100644 meta/recipes-devtools/perl/perl-5.14.3/0001-Prevent-premature-hsplit-calls-and-only-trigger-REHA.patch
create mode 100644 meta/recipes-devtools/python/python/CVE-2013-4073_py27.patch
create mode 100644 meta/recipes-devtools/python/python/pypirc-secure.patch
create mode 100644 meta/recipes-extended/findutils/findutils-4.2.31/findutils-fix-doc-build-error.patch
--
1.8.1.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dylan][PATCH 00/13] Backports from master (cover letter only)
2013-10-10 11:23 [dylan][PATCH 00/13] Backports from master (cover letter only) Paul Eggleton
@ 2013-10-21 10:29 ` Ahsan, Noor
2013-10-21 10:45 ` Paul Eggleton
0 siblings, 1 reply; 3+ messages in thread
From: Ahsan, Noor @ 2013-10-21 10:29 UTC (permalink / raw)
To: Paul Eggleton, openembedded-core@lists.openembedded.org
Hello,
Any idea when this will be merged. We need it for our BSPs.
Noor
-----Original Message-----
From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Paul Eggleton
Sent: Thursday, October 10, 2013 4:23 PM
To: openembedded-core@lists.openembedded.org
Subject: [OE-core] [dylan][PATCH 00/13] Backports from master (cover letter only)
Some backported patches to fix bugs in the dylan branch. These have been
tested on the Yocto Project autobuilder.
The following changes since commit a065c225a70ef7c0bc7f169cad961765f9366263:
mesa: inherit gettext (2013-08-16 10:39:49 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/dylan-next
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/dylan-next
Chen Qi (2):
rpm: fix typo in PACKAGECONFIG
busybox: configure system user id to range from 100 to 999
Darren Hart (1):
kernel.bbclass: Correct post(inst|rm) package association
Jackie Huang (1):
findutils_4.2.31: backport fixes for doc build errors
Jason Wessel (1):
ncurses: Fix problems expanding ncurses-libtinfo when in IMAGE_INSTALL
Khem Raj (1):
elfutils-native: Fix build on distros with gcc 4.8
Marko Lindqvist (1):
boost: fix build when PARALLEL_MAKE is not set
Paul Eggleton (2):
sysvinit-inittab: ensure unique label for SERIAL_CONSOLES entries
classes/package_rpm: fix bitbake package-index for RPM
Ross Burton (1):
libxml2: remove patch for CVE-2012-2871
Saul Wold (3):
mc: Don't remove libdir and split helpers into packages
perl: Backport 2 CVE Patches
python: Backport 2 CVE from upstream
meta/classes/kernel.bbclass | 29 ++-
meta/classes/package_rpm.bbclass | 5 +
meta/recipes-core/busybox/busybox-1.20.2/defconfig | 4 +-
.../libxml/libxml2/libxml2-CVE-2012-2871.patch | 34 ---
meta/recipes-core/libxml/libxml2_2.9.0.bb | 2 -
meta/recipes-core/ncurses/ncurses.inc | 2 +
.../sysvinit/sysvinit-inittab_2.88dsf.bb | 6 +-
.../elfutils/elfutils/fix-build-gcc-4.8.patch | 44 ++++
meta/recipes-devtools/elfutils/elfutils_0.148.bb | 1 +
.../0001-Fix-misparsing-of-maketext-strings.patch | 86 +++++++
...mature-hsplit-calls-and-only-trigger-REHA.patch | 178 +++++++++++++++
meta/recipes-devtools/perl/perl_5.14.3.bb | 3 +
.../python/python/CVE-2013-4073_py27.patch | 251 +++++++++++++++++++++
.../python/python/pypirc-secure.patch | 35 +++
meta/recipes-devtools/python/python_2.7.3.bb | 2 +
meta/recipes-devtools/rpm/rpm_5.4.9.bb | 2 +-
.../findutils-fix-doc-build-error.patch | 53 +++++
.../recipes-extended/findutils/findutils_4.2.31.bb | 1 +
meta/recipes-extended/mc/mc_4.7.5.2.bb | 26 ++-
meta/recipes-extended/mc/mc_4.8.7.bb | 23 +-
meta/recipes-support/boost/boost.inc | 2 +
21 files changed, 727 insertions(+), 62 deletions(-)
delete mode 100644 meta/recipes-core/libxml/libxml2/libxml2-CVE-2012-2871.patch
create mode 100644 meta/recipes-devtools/elfutils/elfutils/fix-build-gcc-4.8.patch
create mode 100644 meta/recipes-devtools/perl/perl-5.14.3/0001-Fix-misparsing-of-maketext-strings.patch
create mode 100644 meta/recipes-devtools/perl/perl-5.14.3/0001-Prevent-premature-hsplit-calls-and-only-trigger-REHA.patch
create mode 100644 meta/recipes-devtools/python/python/CVE-2013-4073_py27.patch
create mode 100644 meta/recipes-devtools/python/python/pypirc-secure.patch
create mode 100644 meta/recipes-extended/findutils/findutils-4.2.31/findutils-fix-doc-build-error.patch
--
1.8.1.2
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dylan][PATCH 00/13] Backports from master (cover letter only)
2013-10-21 10:29 ` Ahsan, Noor
@ 2013-10-21 10:45 ` Paul Eggleton
0 siblings, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2013-10-21 10:45 UTC (permalink / raw)
To: Ahsan, Noor; +Cc: openembedded-core@lists.openembedded.org
Hi Noor,
These have already been merged to the dylan branch.
Cheers,
Paul
On Monday 21 October 2013 10:29:26 Ahsan, Noor wrote:
> Hello,
>
> Any idea when this will be merged. We need it for our BSPs.
>
> Noor
>
> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org
> [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Paul
> Eggleton Sent: Thursday, October 10, 2013 4:23 PM
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] [dylan][PATCH 00/13] Backports from master (cover letter
> only)
>
> Some backported patches to fix bugs in the dylan branch. These have been
> tested on the Yocto Project autobuilder.
>
>
>
> The following changes since commit a065c225a70ef7c0bc7f169cad961765f9366263:
>
> mesa: inherit gettext (2013-08-16 10:39:49 +0100)
>
> are available in the git repository at:
>
> git://git.openembedded.org/openembedded-core-contrib paule/dylan-next
>
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paul
> e/dylan-next
>
> Chen Qi (2):
> rpm: fix typo in PACKAGECONFIG
> busybox: configure system user id to range from 100 to 999
>
> Darren Hart (1):
> kernel.bbclass: Correct post(inst|rm) package association
>
> Jackie Huang (1):
> findutils_4.2.31: backport fixes for doc build errors
>
> Jason Wessel (1):
> ncurses: Fix problems expanding ncurses-libtinfo when in IMAGE_INSTALL
>
> Khem Raj (1):
> elfutils-native: Fix build on distros with gcc 4.8
>
> Marko Lindqvist (1):
> boost: fix build when PARALLEL_MAKE is not set
>
> Paul Eggleton (2):
> sysvinit-inittab: ensure unique label for SERIAL_CONSOLES entries
> classes/package_rpm: fix bitbake package-index for RPM
>
> Ross Burton (1):
> libxml2: remove patch for CVE-2012-2871
>
> Saul Wold (3):
> mc: Don't remove libdir and split helpers into packages
> perl: Backport 2 CVE Patches
> python: Backport 2 CVE from upstream
>
> meta/classes/kernel.bbclass | 29 ++-
> meta/classes/package_rpm.bbclass | 5 +
> meta/recipes-core/busybox/busybox-1.20.2/defconfig | 4 +-
> .../libxml/libxml2/libxml2-CVE-2012-2871.patch | 34 ---
> meta/recipes-core/libxml/libxml2_2.9.0.bb | 2 -
> meta/recipes-core/ncurses/ncurses.inc | 2 +
> .../sysvinit/sysvinit-inittab_2.88dsf.bb | 6 +-
> .../elfutils/elfutils/fix-build-gcc-4.8.patch | 44 ++++
> meta/recipes-devtools/elfutils/elfutils_0.148.bb | 1 +
> .../0001-Fix-misparsing-of-maketext-strings.patch | 86 +++++++
> ...mature-hsplit-calls-and-only-trigger-REHA.patch | 178 +++++++++++++++
> meta/recipes-devtools/perl/perl_5.14.3.bb | 3 +
> .../python/python/CVE-2013-4073_py27.patch | 251
> +++++++++++++++++++++ .../python/python/pypirc-secure.patch |
> 35 +++
> meta/recipes-devtools/python/python_2.7.3.bb | 2 +
> meta/recipes-devtools/rpm/rpm_5.4.9.bb | 2 +-
> .../findutils-fix-doc-build-error.patch | 53 +++++
> .../recipes-extended/findutils/findutils_4.2.31.bb | 1 +
> meta/recipes-extended/mc/mc_4.7.5.2.bb | 26 ++-
> meta/recipes-extended/mc/mc_4.8.7.bb | 23 +-
> meta/recipes-support/boost/boost.inc | 2 +
> 21 files changed, 727 insertions(+), 62 deletions(-)
> delete mode 100644
> meta/recipes-core/libxml/libxml2/libxml2-CVE-2012-2871.patch create mode
> 100644 meta/recipes-devtools/elfutils/elfutils/fix-build-gcc-4.8.patch
> create mode 100644
> meta/recipes-devtools/perl/perl-5.14.3/0001-Fix-misparsing-of-maketext-stri
> ngs.patch create mode 100644
> meta/recipes-devtools/perl/perl-5.14.3/0001-Prevent-premature-hsplit-calls-
> and-only-trigger-REHA.patch create mode 100644
> meta/recipes-devtools/python/python/CVE-2013-4073_py27.patch create mode
> 100644 meta/recipes-devtools/python/python/pypirc-secure.patch create mode
> 100644
> meta/recipes-extended/findutils/findutils-4.2.31/findutils-fix-doc-build-er
> ror.patch
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-21 10:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10 11:23 [dylan][PATCH 00/13] Backports from master (cover letter only) Paul Eggleton
2013-10-21 10:29 ` Ahsan, Noor
2013-10-21 10:45 ` Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox