All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fido pull request
@ 2016-02-16 14:30 ` Joshua Lock
  0 siblings, 0 replies; 4+ messages in thread
From: Joshua Lock @ 2016-02-16 14:25 UTC (permalink / raw)
  To: openembedded-devel

Please consider the following fixes for inclusion in the Fido branch.

- libpcre security fix not required in jethro or master because the newer
  version they carry isn't affected
- backport a fix for some memory leaks in rpmresolve
- backport a fix for kernel.bbclass which already exists in jethro & master
- remove a stray tzdata file, this change isn't required for jethro or master as
  the file isn't present in those branches

The following changes since commit 4dea3e7b9a0041e7359981e68c561e7de8ad3ae5:

  dpkg: Security fix CVE-2015-0860 (2016-02-07 17:22:53 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib joshuagl/fido-next
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=joshuagl/fido-next

Armin Kuster (1):
  libpcre: Security fixes and package update.

Mariano Lopez (1):
  rpmresolve.c: Fix unfreed pointers that keep DB opened

Markus Lehtonen (1):
  kernel.bbclass: do not mv/link sources when externalsrc enabled

Martin Jansa (1):
  tzdata: remove 2015d version

 meta/classes/kernel.bbclass                                    | 10 +++++++---
 meta/recipes-devtools/rpm/rpmresolve/rpmresolve.c              | 10 ++++++----
 meta/recipes-extended/tzdata/tzdata_2015d.bb                   |  6 ------
 .../libpcre/{libpcre_8.36.bb => libpcre_8.38.bb}               |  7 +++----
 4 files changed, 16 insertions(+), 17 deletions(-)
 delete mode 100644 meta/recipes-extended/tzdata/tzdata_2015d.bb
 rename meta/recipes-support/libpcre/{libpcre_8.36.bb => libpcre_8.38.bb} (91%)

--
2.5.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/4] Fido pull request
  2016-02-16 14:30 ` Joshua Lock
  (?)
@ 2016-02-16 14:28 ` Joshua G Lock
  -1 siblings, 0 replies; 4+ messages in thread
From: Joshua G Lock @ 2016-02-16 14:28 UTC (permalink / raw)
  To: openembedded-devel

Wrong list, this should have been mailed to oe-core.

Apologies,

Joshua

On Tue, 2016-02-16 at 14:25 +0000, Joshua Lock wrote:
> Please consider the following fixes for inclusion in the Fido branch.
> 
> - libpcre security fix not required in jethro or master because the
> newer
>   version they carry isn't affected
> - backport a fix for some memory leaks in rpmresolve
> - backport a fix for kernel.bbclass which already exists in jethro &
> master
> - remove a stray tzdata file, this change isn't required for jethro
> or master as
>   the file isn't present in those branches
> 
> The following changes since commit
> 4dea3e7b9a0041e7359981e68c561e7de8ad3ae5:
> 
>   dpkg: Security fix CVE-2015-0860 (2016-02-07 17:22:53 +0000)
> 
> are available in the git repository at:
> 
>   git://git.openembedded.org/openembedded-core-contrib joshuagl/fido-
> next
>   http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log
> /?h=joshuagl/fido-next
> 
> Armin Kuster (1):
>   libpcre: Security fixes and package update.
> 
> Mariano Lopez (1):
>   rpmresolve.c: Fix unfreed pointers that keep DB opened
> 
> Markus Lehtonen (1):
>   kernel.bbclass: do not mv/link sources when externalsrc enabled
> 
> Martin Jansa (1):
>   tzdata: remove 2015d version
> 
>  meta/classes/kernel.bbclass                                    | 10
> +++++++---
>  meta/recipes-devtools/rpm/rpmresolve/rpmresolve.c              | 10
> ++++++----
>  meta/recipes-extended/tzdata/tzdata_2015d.bb                   |  6
> ------
>  .../libpcre/{libpcre_8.36.bb => libpcre_8.38.bb}               |  7
> +++----
>  4 files changed, 16 insertions(+), 17 deletions(-)
>  delete mode 100644 meta/recipes-extended/tzdata/tzdata_2015d.bb
>  rename meta/recipes-support/libpcre/{libpcre_8.36.bb =>
> libpcre_8.38.bb} (91%)
> 
> --
> 2.5.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 0/4] Fido pull request
@ 2016-02-16 14:30 ` Joshua Lock
  0 siblings, 0 replies; 4+ messages in thread
From: Joshua Lock @ 2016-02-16 14:30 UTC (permalink / raw)
  To: openembedded-core

Please consider the following fixes for inclusion in the Fido branch.

- libpcre security fix not required in jethro or master because the newer
  version they carry isn't affected
- backport a fix for some memory leaks in rpmresolve
- backport a fix for kernel.bbclass which already exists in jethro & master
- remove a stray tzdata file, this change isn't required for jethro or master as
  the file isn't present in those branches

The following changes since commit 4dea3e7b9a0041e7359981e68c561e7de8ad3ae5:

  dpkg: Security fix CVE-2015-0860 (2016-02-07 17:22:53 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib joshuagl/fido-next
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=joshuagl/fido-next

Armin Kuster (1):
  libpcre: Security fixes and package update.

Mariano Lopez (1):
  rpmresolve.c: Fix unfreed pointers that keep DB opened

Markus Lehtonen (1):
  kernel.bbclass: do not mv/link sources when externalsrc enabled

Martin Jansa (1):
  tzdata: remove 2015d version

 meta/classes/kernel.bbclass                                    | 10 +++++++---
 meta/recipes-devtools/rpm/rpmresolve/rpmresolve.c              | 10 ++++++----
 meta/recipes-extended/tzdata/tzdata_2015d.bb                   |  6 ------
 .../libpcre/{libpcre_8.36.bb => libpcre_8.38.bb}               |  7 +++----
 4 files changed, 16 insertions(+), 17 deletions(-)
 delete mode 100644 meta/recipes-extended/tzdata/tzdata_2015d.bb
 rename meta/recipes-support/libpcre/{libpcre_8.36.bb => libpcre_8.38.bb} (91%)

--
2.5.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/4] Fido pull request
  2016-02-16 14:30 ` Joshua Lock
  (?)
  (?)
@ 2016-02-18 11:04 ` Joshua G Lock
  -1 siblings, 0 replies; 4+ messages in thread
From: Joshua G Lock @ 2016-02-18 11:04 UTC (permalink / raw)
  To: openembedded-core

On Tue, 2016-02-16 at 14:30 +0000, Joshua Lock wrote:
> Please consider the following fixes for inclusion in the Fido branch.
> 
> - libpcre security fix not required in jethro or master because the
> newer
>   version they carry isn't affected
> - backport a fix for some memory leaks in rpmresolve
> - backport a fix for kernel.bbclass which already exists in jethro &
> master
> - remove a stray tzdata file, this change isn't required for jethro
> or master as
>   the file isn't present in those branches

I've added two more changes to the branch since Tuesday:

  - libbsd fix for CVE-2016-2090 backported from Jethro
  - glibc fix for CVE-2015-7547 based on the change in Jethro and
master only with the patch from the 2.21 branch of glibc

Regards,

Joshua


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-18 11:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-16 14:25 [PATCH 0/4] Fido pull request Joshua Lock
2016-02-16 14:30 ` Joshua Lock
2016-02-16 14:28 ` Joshua G Lock
2016-02-18 11:04 ` Joshua G Lock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.