From: Saul Wold <saul.wold@intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Scott Garman <scott.a.garman@intel.com>
Subject: Re: [PATCH 5/5] distro_tracking_fields: updates for sudo, mtools, grep, and openssh
Date: Wed, 26 Oct 2011 22:37:39 +0200 [thread overview]
Message-ID: <4EA86F93.4080407@intel.com> (raw)
In-Reply-To: <62b3eae763911554ab01754726ed7adacad1a8a4.1319576293.git.scott.a.garman@intel.com>
On 10/25/2011 11:36 PM, Scott Garman wrote:
> Signed-off-by: Scott Garman<scott.a.garman@intel.com>
> ---
> .../conf/distro/include/distro_tracking_fields.inc | 32 ++++++++++----------
> 1 files changed, 16 insertions(+), 16 deletions(-)
>
> diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
> index 1f3540e..936ef81 100644
> --- a/meta/conf/distro/include/distro_tracking_fields.inc
> +++ b/meta/conf/distro/include/distro_tracking_fields.inc
> @@ -813,12 +813,12 @@ RECIPE_MAINTAINER_pn-pax-utils = "Scott Garman<scott.a.garman@intel.com>"
>
> RECIPE_STATUS_pn-sudo = "green"
> RECIPE_DEPENDENCY_CHECK_pn-sudo = "not done"
> -RECIPE_LATEST_VERSION_pn-sudo = "1.8.1p2"
> +RECIPE_LATEST_VERSION_pn-sudo = "1.8.3"
> RECIPE_INTEL_SECTION_pn-sudo = "base utils"
> -RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-sudo = "1 month"
> -RECIPE_LATEST_RELEASE_DATE_pn-sudo = "2011/05/16"
> +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-sudo = "2 months"
> +RECIPE_LATEST_RELEASE_DATE_pn-sudo = "2011/10/21"
These date formats should be MMM DD, YYYY also, for all the data listed
below also.
Thanks
Sau!
> RECIPE_COMMENTS_pn-sudo = ""
> -RECIPE_LAST_UPDATE_pn-sudo = "Jun 14, 2011"
> +RECIPE_LAST_UPDATE_pn-sudo = "Oct 25, 2011"
> RECIPE_MAINTAINER_pn-sudo = "Scott Garman<scott.a.garman@intel.com>"
>
> RECIPE_STATUS_pn-blktool = "green"
> @@ -1290,12 +1290,12 @@ DISTRO_PN_ALIAS_pn-msynctool = "OpenSuse=msynctool Mandriva=msynctool"
>
> RECIPE_STATUS_pn-mtools = "green"
> RECIPE_DEPENDENCY_CHECK_pn-mtools = "not done"
> -RECIPE_LATEST_VERSION_pn-mtools = "4.0.16"
> +RECIPE_LATEST_VERSION_pn-mtools = "4.0.17"
> RECIPE_INTEL_SECTION_pn-mtools = "optional"
> -RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-mtools = "6 months"
> -RECIPE_LATEST_RELEASE_DATE_pn-mtools = "2011/04/16"
> +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-mtools = "2 months"
> +RECIPE_LATEST_RELEASE_DATE_pn-mtools = "2011/06/28"
> RECIPE_COMMENTS_pn-mtools = ""
> -RECIPE_LAST_UPDATE_pn-mtools = "Jun 15, 2011"
> +RECIPE_LAST_UPDATE_pn-mtools = "Oct 25, 2011"
> RECIPE_MAINTAINER_pn-mtools = "Scott Garman<scott.a.garman@intel.com>"
>
> RECIPE_STATUS_pn-pm-utils = "green"
> @@ -2016,22 +2016,22 @@ RECIPE_MAINTAINER_pn-cronie = "Dexuan Cui<dexuan.cui@intel.com>"
>
> RECIPE_STATUS_pn-grep = "green"
> RECIPE_DEPENDENCY_CHECK_pn-grep = "not done"
> -RECIPE_LATEST_VERSION_pn-grep = "2.8"
> +RECIPE_LATEST_VERSION_pn-grep = "2.9"
> RECIPE_INTEL_SECTION_pn-grep = "base"
> RECIPE_NO_OF_PATCHES_pn-grep = "0"
> -RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-grep = "8 months"
> -RECIPE_LATEST_RELEASE_DATE_pn-grep = "05/2011"
> -RECIPE_LAST_UPDATE_pn-grep = "Jun 5, 2011"
> +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-grep = "1 month"
> +RECIPE_LATEST_RELEASE_DATE_pn-grep = "06/2011"
> +RECIPE_LAST_UPDATE_pn-grep = "Oct 25, 2011"
> RECIPE_MAINTAINER_pn-grep = "Scott Garman<scott.a.garman@intel.com>"
>
> RECIPE_STATUS_pn-openssh = "green"
> RECIPE_DEPENDENCY_CHECK_pn-openssh = "not done"
> -RECIPE_LATEST_VERSION_pn-openssh = "5.8p2"
> +RECIPE_LATEST_VERSION_pn-openssh = "5.9p1"
> RECIPE_INTEL_SECTION_pn-openssh = "base"
> RECIPE_NO_OF_PATCHES_pn-openssh = "1"
> -RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-openssh = "3 months"
> -RECIPE_LATEST_RELEASE_DATE_pn-openssh = "05/2011"
> -RECIPE_LAST_UPDATE_pn-openssh = "Jun 5, 2011"
> +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-openssh = "4 months"
> +RECIPE_LATEST_RELEASE_DATE_pn-openssh = "09/2011"
> +RECIPE_LAST_UPDATE_pn-openssh = "Oct 25, 2011"
> RECIPE_MAINTAINER_pn-openssh = "Scott Garman<scott.a.garman@intel.com>"
>
> RECIPE_STATUS_pn-tar = "green"
next prev parent reply other threads:[~2011-10-26 20:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-25 21:32 [PATCH 0/5] Recipe upgrades Scott Garman
2011-10-25 21:32 ` [PATCH 1/5] sudo: upgrade to 1.8.3 Scott Garman
2011-10-25 21:32 ` [PATCH 2/5] grep: upgrade to 2.9 Scott Garman
2011-10-25 21:36 ` [PATCH 3/5] mtools: upgrade to 4.0.17 Scott Garman
2011-10-25 21:36 ` [PATCH 4/5] openssh: upgrade to 5.9p1 Scott Garman
2011-10-25 21:36 ` [PATCH 5/5] distro_tracking_fields: updates for sudo, mtools, grep, and openssh Scott Garman
2011-10-26 20:37 ` Saul Wold [this message]
2011-10-31 9:08 ` Paul Eggleton
2011-10-31 15:46 ` Saul Wold
2011-10-31 16:05 ` Koen Kooi
2011-11-01 11:38 ` Paul Eggleton
2011-10-27 7:31 ` [PATCH 0/5] Recipe upgrades Richard Purdie
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=4EA86F93.4080407@intel.com \
--to=saul.wold@intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=scott.a.garman@intel.com \
/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