| Submitter | Scott Garman |
|---|---|
| Date | Oct. 25, 2011, 9:32 p.m. |
| Message ID | <cover.1319576293.git.scott.a.garman@intel.com> |
| Download | mbox |
| Permalink | /patch/13855/ |
| State | New, archived |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib sgarman/recipe-upgrades-finalComments
On Tue, 2011-10-25 at 14:32 -0700, Scott Garman wrote: > Hello, > > Here is a set of some straightfoward recipe upgrades: sudo, grep, > mtools, and openssh. > > Build testing: These have been successfully built for all 5 qemu > architectures. > > Runtime testing: I have performed basic runtime testing for all of > these recipe upgrades as well within a qemux86 session. > > The following changes since commit f586aaa8d00361a9597a546d665077c75cf4d520: > > libxml-parser-perl, libxml-simple-perl, expat, sgmlspl-native, git: bump PR to rebuild after perl upgrade (2011-10-25 08:36:01 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib sgarman/recipe-upgrades-final > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/recipe-upgrades-final > > Scott Garman (5): > sudo: upgrade to 1.8.3 > grep: upgrade to 2.9 > mtools: upgrade to 4.0.17 > openssh: upgrade to 5.9p1 I've merged the above, the distro tracking had feedback from Saul. Cheers, Richard
Hello, Here is a set of some straightfoward recipe upgrades: sudo, grep, mtools, and openssh. Build testing: These have been successfully built for all 5 qemu architectures. Runtime testing: I have performed basic runtime testing for all of these recipe upgrades as well within a qemux86 session. The following changes since commit f586aaa8d00361a9597a546d665077c75cf4d520: libxml-parser-perl, libxml-simple-perl, expat, sgmlspl-native, git: bump PR to rebuild after perl upgrade (2011-10-25 08:36:01 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib sgarman/recipe-upgrades-final http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/recipe-upgrades-final Scott Garman (5): sudo: upgrade to 1.8.3 grep: upgrade to 2.9 mtools: upgrade to 4.0.17 openssh: upgrade to 5.9p1 distro_tracking_fields: updates for sudo, mtools, grep, and openssh .../conf/distro/include/distro_tracking_fields.inc | 32 ++++++++++---------- .../openssh/{openssh-5.8p2 => openssh-5.9p1}/init | 0 .../{openssh-5.8p2 => openssh-5.9p1}/nostrip.patch | 0 .../{openssh-5.8p2 => openssh-5.9p1}/ssh_config | 0 .../openssh/{openssh-5.8p2 => openssh-5.9p1}/sshd | 0 .../{openssh-5.8p2 => openssh-5.9p1}/sshd_config | 0 .../openssh/{openssh_5.8p2.bb => openssh_5.9p1.bb} | 4 +- .../mtools/{mtools_4.0.16.bb => mtools_4.0.17.bb} | 4 +- .../grep/{grep_2.8.bb => grep_2.9.bb} | 4 +- .../sudo/{sudo_1.8.1p2.bb => sudo_1.8.3.bb} | 6 ++-- 10 files changed, 25 insertions(+), 25 deletions(-) rename meta/recipes-connectivity/openssh/{openssh-5.8p2 => openssh-5.9p1}/init (100%) rename meta/recipes-connectivity/openssh/{openssh-5.8p2 => openssh-5.9p1}/nostrip.patch (100%) rename meta/recipes-connectivity/openssh/{openssh-5.8p2 => openssh-5.9p1}/ssh_config (100%) rename meta/recipes-connectivity/openssh/{openssh-5.8p2 => openssh-5.9p1}/sshd (100%) rename meta/recipes-connectivity/openssh/{openssh-5.8p2 => openssh-5.9p1}/sshd_config (100%) rename meta/recipes-connectivity/openssh/{openssh_5.8p2.bb => openssh_5.9p1.bb} (96%) rename meta/recipes-devtools/mtools/{mtools_4.0.16.bb => mtools_4.0.17.bb} (80%) rename meta/recipes-extended/grep/{grep_2.8.bb => grep_2.9.bb} (88%) rename meta/recipes-extended/sudo/{sudo_1.8.1p2.bb => sudo_1.8.3.bb} (82%)