Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Paul Eggleton <paul.eggleton@linux.intel.com>
Cc: poky@yoctoproject.org, openembedded-core@lists.openembedded.org
Subject: Re: [poky] [PATCH 0/2] Update Qt4 to 4.7.2, security update
Date: Wed, 06 Apr 2011 14:35:26 -0700	[thread overview]
Message-ID: <4D9CDC9E.6090009@linux.intel.com> (raw)
In-Reply-To: <cover.1302101718.git.paul.eggleton@linux.intel.com>

On 04/06/2011 07:57 AM, Paul Eggleton wrote:
> From: Paul Eggleton<paul.eggleton@linux.intel.com>
>
> Move Qt 4.7.x from 4.7.1 to 4.7.2 and apply security patch from OE.
>
Paul could you please create or update the distro_tracking_fields.inc 
file. Entries are needed for each recipe that has a distinct PN.

Please refer to this wiki page for details: 
https://wiki.yoctoproject.org/wiki/Best_Known_Methods_%28BKMs%29_for_Package_Updating#Distro_Tracking_Fields

Thanks
	Sau!


> Pull URL: git://git.openembedded.org/openembedded-core-contrib
>    Branch: paule/qt-4.7.2
>    Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/qt-4.7.2
>
> Thanks,
>      Paul Eggleton<paul.eggleton@linux.intel.com>
> ---
>
>
> Denys Dmytriyenko (1):
>    qt4: security advisory - blacklist fraudulent comodo certificates
>
> Paul Eggleton (1):
>    qt4: replace 4.7.1 with version 4.7.2
>
>   ...klist-fraudulent-comodo-certificates-patch.diff |  134 ++++++++++++++++++++
>   meta/recipes-qt/qt4/qt-4.6.3.inc                   |    1 +
>   meta/recipes-qt/qt4/{qt-4.7.1.inc =>  qt-4.7.2.inc} |    5 +-
>   .../0001-Added-Openembedded-crossarch-option.patch |    0
>   .../recipes-qt/qt4/{qt-4.7.1 =>  qt-4.7.2}/g++.conf |    0
>   .../hack-out-pg2-4.7.0.patch                       |    0
>   .../qt4/{qt-4.7.1 =>  qt-4.7.2}/linux.conf          |    0
>   meta/recipes-qt/qt4/qt4-embedded_4.6.3.bb          |    2 +-
>   ...qt4-embedded_4.7.1.bb =>  qt4-embedded_4.7.2.bb} |    0
>   ...s-native_4.7.1.bb =>  qt4-tools-native_4.7.2.bb} |    4 +-
>   meta/recipes-qt/qt4/qt4-tools-nativesdk_4.7.1.bb   |    6 -
>   meta/recipes-qt/qt4/qt4-tools-nativesdk_4.7.2.bb   |    6 +
>   meta/recipes-qt/qt4/qt4-x11-free_4.6.3.bb          |    2 +-
>   ...qt4-x11-free_4.7.1.bb =>  qt4-x11-free_4.7.2.bb} |    0
>   14 files changed, 148 insertions(+), 12 deletions(-)
>   create mode 100644 meta/recipes-qt/qt4/files/blacklist-fraudulent-comodo-certificates-patch.diff
>   rename meta/recipes-qt/qt4/{qt-4.7.1.inc =>  qt-4.7.2.inc} (89%)
>   rename meta/recipes-qt/qt4/{qt-4.7.1 =>  qt-4.7.2}/0001-Added-Openembedded-crossarch-option.patch (100%)
>   rename meta/recipes-qt/qt4/{qt-4.7.1 =>  qt-4.7.2}/g++.conf (100%)
>   rename meta/recipes-qt/qt4/{qt-4.7.1 =>  qt-4.7.2}/hack-out-pg2-4.7.0.patch (100%)
>   rename meta/recipes-qt/qt4/{qt-4.7.1 =>  qt-4.7.2}/linux.conf (100%)
>   rename meta/recipes-qt/qt4/{qt4-embedded_4.7.1.bb =>  qt4-embedded_4.7.2.bb} (100%)
>   rename meta/recipes-qt/qt4/{qt4-tools-native_4.7.1.bb =>  qt4-tools-native_4.7.2.bb} (61%)
>   delete mode 100644 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.7.1.bb
>   create mode 100644 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.7.2.bb
>   rename meta/recipes-qt/qt4/{qt4-x11-free_4.7.1.bb =>  qt4-x11-free_4.7.2.bb} (100%)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>




      parent reply	other threads:[~2011-04-06 21:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-06 14:57 [PATCH 0/2] Update Qt4 to 4.7.2, security update Paul Eggleton
2011-04-06 14:57 ` [PATCH 1/2] qt4: replace 4.7.1 with version 4.7.2 Paul Eggleton
2011-04-06 14:57 ` [PATCH 2/2] qt4: security advisory - blacklist fraudulent comodo certificates Paul Eggleton
2011-04-06 16:55 ` [poky] [PATCH 0/2] Update Qt4 to 4.7.2, security update Koen Kooi
2011-04-06 18:10 ` Richard Purdie
2011-04-06 21:35 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D9CDC9E.6090009@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=paul.eggleton@linux.intel.com \
    --cc=poky@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox