* [PATCH 1/2] tar: upgrade to version 1.25
2010-11-17 23:24 [PATCH 0/2] tar: upgrade to version 1.25 Scott Garman
@ 2010-11-17 21:44 ` Scott Garman
2010-11-17 21:53 ` [PATCH 2/2] distro_tracking_fields.inc: update tar and openssh Scott Garman
2010-11-22 17:47 ` [PATCH 0/2] tar: upgrade to version 1.25 Saul Wold
2 siblings, 0 replies; 4+ messages in thread
From: Scott Garman @ 2010-11-17 21:44 UTC (permalink / raw)
To: poky
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
meta/recipes-extended/tar/tar_1.23.bb | 9 ---------
meta/recipes-extended/tar/tar_1.25.bb | 9 +++++++++
2 files changed, 9 insertions(+), 9 deletions(-)
delete mode 100644 meta/recipes-extended/tar/tar_1.23.bb
create mode 100644 meta/recipes-extended/tar/tar_1.25.bb
diff --git a/meta/recipes-extended/tar/tar_1.23.bb b/meta/recipes-extended/tar/tar_1.23.bb
deleted file mode 100644
index 093c0b4..0000000
--- a/meta/recipes-extended/tar/tar_1.23.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require tar.inc
-
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
-
-PR = "r0"
-
-SRC_URI[md5sum] = "41e2ca4b924ec7860e51b43ad06cdb7e"
-SRC_URI[sha256sum] = "c9328372db62fbb1d94c9e4e3cefc961111af46de47085b635359c00a0eebe36"
diff --git a/meta/recipes-extended/tar/tar_1.25.bb b/meta/recipes-extended/tar/tar_1.25.bb
new file mode 100644
index 0000000..cdb6f54
--- /dev/null
+++ b/meta/recipes-extended/tar/tar_1.25.bb
@@ -0,0 +1,9 @@
+require tar.inc
+
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+PR = "r0"
+
+SRC_URI[md5sum] = "6e497f861c77bbba2f7da4e10270995b"
+SRC_URI[sha256sum] = "f3f6ce41b8e0f327abd05c95990f113ddafbae131e10f79a99728ed46458494b"
--
1.7.3.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] distro_tracking_fields.inc: update tar and openssh
2010-11-17 23:24 [PATCH 0/2] tar: upgrade to version 1.25 Scott Garman
2010-11-17 21:44 ` [PATCH 1/2] " Scott Garman
@ 2010-11-17 21:53 ` Scott Garman
2010-11-22 17:47 ` [PATCH 0/2] tar: upgrade to version 1.25 Saul Wold
2 siblings, 0 replies; 4+ messages in thread
From: Scott Garman @ 2010-11-17 21:53 UTC (permalink / raw)
To: poky
Updated to include recent tar upgrade.
Also fixes inaccurate info in openssh.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 372297a..09bdd6e 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -1942,21 +1942,22 @@ RECIPE_MAINTAINER_pn-grep = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-openssh = "red"
DEPENDENCY_CHECK_pn-openssh = "not done"
-RECIPE_LATEST_VERSION_pn-openssh = "5.5p1"
+RECIPE_LATEST_VERSION_pn-openssh = "5.6p1"
RECIPE_INTEL_SECTION_pn-openssh = "base"
-RECIPE_NO_OF_PATCHES_pn-openssh = "0"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-openssh = "1 month"
-RECIPE_LATEST_RELEASE_DATE_pn-openssh = "04/2010"
+RECIPE_NO_OF_PATCHES_pn-openssh = "1"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-openssh = "4 months"
+RECIPE_LATEST_RELEASE_DATE_pn-openssh = "08/2010"
RECIPE_MAINTAINER_pn-openssh = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-tar = "green"
DEPENDENCY_CHECK_pn-tar = "not done"
-RECIPE_LATEST_VERSION_pn-tar = "1.23"
+RECIPE_LATEST_VERSION_pn-tar = "1.25"
RECIPE_INTEL_SECTION_pn-tar = "base"
RECIPE_NO_OF_PATCHES_pn-tar = "2"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-tar = "12 months"
-RECIPE_LATEST_RELEASE_DATE_pn-tar = "03/2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-tar = "2 weeks"
+RECIPE_LATEST_RELEASE_DATE_pn-tar = "11/2010"
RECIPE_MAINTAINER_pn-tar = "Scott Garman <scott.a.garman@intel.com>"
+
RECIPE_STATUS_pn-lrzsz="yellow" # patch investigation needed.
RECIPE_LATEST_VERSION_pn-lrzsz="0.12.20"
RECIPE_NO_OF_PATCHES_pn-lrzsz="3"
--
1.7.3.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 0/2] tar: upgrade to version 1.25
@ 2010-11-17 23:24 Scott Garman
2010-11-17 21:44 ` [PATCH 1/2] " Scott Garman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Scott Garman @ 2010-11-17 23:24 UTC (permalink / raw)
To: poky
Saul,
This pull request includes a trivial upgrade to the tar recipe and
fixes some errors in the openssh distro tracking information.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: sgarman/tar-upgrade
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/tar-upgrade
Thanks,
Scott Garman <scott.a.garman@intel.com>
---
Scott Garman (2):
tar: upgrade to version 1.25
distro_tracking_fields.inc: update tar and openssh
.../conf/distro/include/distro_tracking_fields.inc | 15 ++++++++-------
meta/recipes-extended/tar/tar_1.23.bb | 9 ---------
meta/recipes-extended/tar/tar_1.25.bb | 9 +++++++++
3 files changed, 17 insertions(+), 16 deletions(-)
delete mode 100644 meta/recipes-extended/tar/tar_1.23.bb
create mode 100644 meta/recipes-extended/tar/tar_1.25.bb
--
1.7.3.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] tar: upgrade to version 1.25
2010-11-17 23:24 [PATCH 0/2] tar: upgrade to version 1.25 Scott Garman
2010-11-17 21:44 ` [PATCH 1/2] " Scott Garman
2010-11-17 21:53 ` [PATCH 2/2] distro_tracking_fields.inc: update tar and openssh Scott Garman
@ 2010-11-22 17:47 ` Saul Wold
2 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2010-11-22 17:47 UTC (permalink / raw)
To: poky
On 11/17/2010 03:24 PM, Scott Garman wrote:
> Saul,
>
> This pull request includes a trivial upgrade to the tar recipe and
> fixes some errors in the openssh distro tracking information.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: sgarman/tar-upgrade
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/tar-upgrade
>
> Thanks,
> Scott Garman<scott.a.garman@intel.com>
> ---
>
>
> Scott Garman (2):
> tar: upgrade to version 1.25
> distro_tracking_fields.inc: update tar and openssh
>
> .../conf/distro/include/distro_tracking_fields.inc | 15 ++++++++-------
> meta/recipes-extended/tar/tar_1.23.bb | 9 ---------
> meta/recipes-extended/tar/tar_1.25.bb | 9 +++++++++
> 3 files changed, 17 insertions(+), 16 deletions(-)
> delete mode 100644 meta/recipes-extended/tar/tar_1.23.bb
> create mode 100644 meta/recipes-extended/tar/tar_1.25.bb
>
Pulled into Master
Thanks
Sau!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-11-22 17:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-17 23:24 [PATCH 0/2] tar: upgrade to version 1.25 Scott Garman
2010-11-17 21:44 ` [PATCH 1/2] " Scott Garman
2010-11-17 21:53 ` [PATCH 2/2] distro_tracking_fields.inc: update tar and openssh Scott Garman
2010-11-22 17:47 ` [PATCH 0/2] tar: upgrade to version 1.25 Saul Wold
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.