All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] sudo upgrade
@ 2011-01-24 16:32 Scott Garman
  2011-01-24 16:32 ` [PATCH 1/2] sudo: upgrade to 1.7.4p6 Scott Garman
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Scott Garman @ 2011-01-24 16:32 UTC (permalink / raw)
  To: poky

Hi Saul,

This pull request performs a minor upgrade of the sudo recipe to
address a security advisory.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: sgarman/sudo-upgrade
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/sudo-upgrade

Thanks,
    Scott Garman <scott.a.garman@intel.com>
---


Scott Garman (2):
  sudo: upgrade to 1.7.4p6
  distro_tracking_fields: Updated sudo tracking data

 .../conf/distro/include/distro_tracking_fields.inc |    8 ++++----
 .../sudo/{sudo_1.7.4p4.bb => sudo_1.7.4p6.bb}      |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
 rename meta/recipes-extended/sudo/{sudo_1.7.4p4.bb => sudo_1.7.4p6.bb} (52%)



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

* [PATCH 1/2] sudo: upgrade to 1.7.4p6
  2011-01-24 16:32 [PATCH 0/2] sudo upgrade Scott Garman
@ 2011-01-24 16:32 ` Scott Garman
  2011-01-24 16:32 ` [PATCH 2/2] distro_tracking_fields: Updated sudo tracking data Scott Garman
  2011-01-28  1:28 ` [PATCH 0/2] sudo upgrade Saul Wold
  2 siblings, 0 replies; 6+ messages in thread
From: Scott Garman @ 2011-01-24 16:32 UTC (permalink / raw)
  To: poky

Addresses CVE-2011-0010

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
 .../sudo/{sudo_1.7.4p4.bb => sudo_1.7.4p6.bb}      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/sudo/{sudo_1.7.4p4.bb => sudo_1.7.4p6.bb} (52%)

diff --git a/meta/recipes-extended/sudo/sudo_1.7.4p4.bb b/meta/recipes-extended/sudo/sudo_1.7.4p6.bb
similarity index 52%
rename from meta/recipes-extended/sudo/sudo_1.7.4p4.bb
rename to meta/recipes-extended/sudo/sudo_1.7.4p6.bb
index ee81b65..edc9a0e 100644
--- a/meta/recipes-extended/sudo/sudo_1.7.4p4.bb
+++ b/meta/recipes-extended/sudo/sudo_1.7.4p6.bb
@@ -5,7 +5,7 @@ PR = "r0"
 SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
            file://libtool.patch"
 
-SRC_URI[md5sum] = "55d9906535d70a1de347cd3d3550ee87"
-SRC_URI[sha256sum] = "38de3c3e08346b2b8dcb3cf7ed0813300d1a1d5696d0f338ea8a4ef232aacf97"
+SRC_URI[md5sum] = "1ae12d3d22e7ffedbf2db26f957676f0"
+SRC_URI[sha256sum] = "20091ef71018698c674c779f4b57178b2ecb4275fa34909b06219d2688ad14d5"
 
 EXTRA_OECONF += " --with-pam=no"
-- 
1.7.1



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

* [PATCH 2/2] distro_tracking_fields: Updated sudo tracking data
  2011-01-24 16:32 [PATCH 0/2] sudo upgrade Scott Garman
  2011-01-24 16:32 ` [PATCH 1/2] sudo: upgrade to 1.7.4p6 Scott Garman
@ 2011-01-24 16:32 ` Scott Garman
  2011-01-28  1:28 ` [PATCH 0/2] sudo upgrade Saul Wold
  2 siblings, 0 replies; 6+ messages in thread
From: Scott Garman @ 2011-01-24 16:32 UTC (permalink / raw)
  To: poky

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index d3d6126..840dcfd 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -782,12 +782,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.7.4p4"
+RECIPE_LATEST_VERSION_pn-sudo = "1.7.4p6"
 RECIPE_INTEL_SECTION_pn-sudo = "base utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-sudo = "1 month"
-RECIPE_LATEST_RELEASE_DATE_pn-sudo = "2010/09/07"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-sudo = "1 week"
+RECIPE_LATEST_RELEASE_DATE_pn-sudo = "2011/01/19"
 RECIPE_COMMENTS_pn-sudo = ""
-RECIPE_LAST_UPDATE_pn-sudo = "Nov 22, 2010"
+RECIPE_LAST_UPDATE_pn-sudo = "Jan 23, 2011"
 RECIPE_MAINTAINER_pn-sudo = "Scott Garman <scott.a.garman@intel.com>"
 
 RECIPE_STATUS_pn-blktool = "green"
-- 
1.7.1



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

* Re: [PATCH 0/2] sudo upgrade
  2011-01-24 16:32 [PATCH 0/2] sudo upgrade Scott Garman
  2011-01-24 16:32 ` [PATCH 1/2] sudo: upgrade to 1.7.4p6 Scott Garman
  2011-01-24 16:32 ` [PATCH 2/2] distro_tracking_fields: Updated sudo tracking data Scott Garman
@ 2011-01-28  1:28 ` Saul Wold
  2 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2011-01-28  1:28 UTC (permalink / raw)
  To: Scott Garman; +Cc: poky

On 01/24/2011 08:32 AM, Scott Garman wrote:
> Hi Saul,
>
> This pull request performs a minor upgrade of the sudo recipe to
> address a security advisory.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: sgarman/sudo-upgrade
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/sudo-upgrade
>
> Thanks,
>      Scott Garman<scott.a.garman@intel.com>
> ---
>
>
> Scott Garman (2):
>    sudo: upgrade to 1.7.4p6
>    distro_tracking_fields: Updated sudo tracking data
>
>   .../conf/distro/include/distro_tracking_fields.inc |    8 ++++----
>   .../sudo/{sudo_1.7.4p4.bb =>  sudo_1.7.4p6.bb}      |    4 ++--
>   2 files changed, 6 insertions(+), 6 deletions(-)
>   rename meta/recipes-extended/sudo/{sudo_1.7.4p4.bb =>  sudo_1.7.4p6.bb} (52%)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Pulled into Master

Thanks
	Sau!


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

* Re: [PATCH 0/2] sudo upgrade
  2011-06-14 17:19 Scott Garman
@ 2011-06-30  3:42 ` Saul Wold
  0 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2011-06-30  3:42 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Scott Garman

On 06/14/2011 10:19 AM, Scott Garman wrote:
> Hello,
>
> Here's a recipe upgrade I squeezed in between some other things this
> morning.
>
> The following changes since commit 7aa7673459376aff911cef820c9417c998d1aa96:
>
>    meta-yocto/linux-yocto: update to match the renamed linux-yocto recipes (2011-06-14 09:21:32 -0700)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib sgarman/sudo-upgrade
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/sudo-upgrade
>
> Scott Garman (2):
>    sudo: upgrade to v1.8.1p2
>    distro_tracking: update sudo tracking info
>
>   .../conf/distro/include/distro_tracking_fields.inc |    8 +++---
>   meta/recipes-extended/sudo/sudo.inc                |   27 ++++++++-----------
>   .../sudo/{sudo_1.7.4p6.bb =>  sudo_1.8.1p2.bb}      |    4 +-
>   3 files changed, 17 insertions(+), 22 deletions(-)
>   rename meta/recipes-extended/sudo/{sudo_1.7.4p6.bb =>  sudo_1.8.1p2.bb} (52%)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>

Merged into OE-Core

Thanks
	Sau!



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

* [PATCH 0/2] sudo upgrade
@ 2011-06-14 17:19 Scott Garman
  2011-06-30  3:42 ` Saul Wold
  0 siblings, 1 reply; 6+ messages in thread
From: Scott Garman @ 2011-06-14 17:19 UTC (permalink / raw)
  To: openembedded-core; +Cc: Scott Garman

Hello,

Here's a recipe upgrade I squeezed in between some other things this
morning.

The following changes since commit 7aa7673459376aff911cef820c9417c998d1aa96:

  meta-yocto/linux-yocto: update to match the renamed linux-yocto recipes (2011-06-14 09:21:32 -0700)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib sgarman/sudo-upgrade
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/sudo-upgrade

Scott Garman (2):
  sudo: upgrade to v1.8.1p2
  distro_tracking: update sudo tracking info

 .../conf/distro/include/distro_tracking_fields.inc |    8 +++---
 meta/recipes-extended/sudo/sudo.inc                |   27 ++++++++-----------
 .../sudo/{sudo_1.7.4p6.bb => sudo_1.8.1p2.bb}      |    4 +-
 3 files changed, 17 insertions(+), 22 deletions(-)
 rename meta/recipes-extended/sudo/{sudo_1.7.4p6.bb => sudo_1.8.1p2.bb} (52%)




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

end of thread, other threads:[~2011-06-30  3:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-24 16:32 [PATCH 0/2] sudo upgrade Scott Garman
2011-01-24 16:32 ` [PATCH 1/2] sudo: upgrade to 1.7.4p6 Scott Garman
2011-01-24 16:32 ` [PATCH 2/2] distro_tracking_fields: Updated sudo tracking data Scott Garman
2011-01-28  1:28 ` [PATCH 0/2] sudo upgrade Saul Wold
2011-06-14 17:19 Scott Garman
2011-06-30  3:42 ` 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.