| Submitter | Peter Seebach |
|---|---|
| Date | July 4, 2012, 1:37 a.m. |
| Message ID | <cover.1341365770.git.peter.seebach@windriver.com> |
| Download | mbox |
| Permalink | /patch/31133/ |
| State | New |
| Headers | show |
Pull-request
git://git.yoctoproject.org/poky-contrib seebs/pseudoComments
On 07/03/2012 06:37 PM, Peter Seebach wrote: > Robert Yang identified a crash with chroot in long directories, > which was a logic bug in the allocate-and-copy logic when > expanding paths inside a base path. Fixed in upstream pseudo, > along with a couple of other minor tweaks, since the crash is > blocking other work we should probably update. > > The following changes since commit a6b6df1350149c116050cb93c3c7b4802c709d31: > Lianhao Lu (1): > task-core-tools-debug: Added openssh-sftp-server. > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib seebs/pseudo > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/pseudo > > Peter Seebach (1): > pseudo: Update to 1.3.1 (fixing chroot crash) > > meta/recipes-devtools/pseudo/pseudo_1.3.1.bb | 8 ++++++++ > meta/recipes-devtools/pseudo/pseudo_1.3.bb | 8 -------- > meta/recipes-devtools/pseudo/pseudo_git.bb | 6 +++--- > 3 files changed, 11 insertions(+), 11 deletions(-) > create mode 100644 meta/recipes-devtools/pseudo/pseudo_1.3.1.bb > delete mode 100644 meta/recipes-devtools/pseudo/pseudo_1.3.bb > > > _______________________________________________ > 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!
Robert Yang identified a crash with chroot in long directories, which was a logic bug in the allocate-and-copy logic when expanding paths inside a base path. Fixed in upstream pseudo, along with a couple of other minor tweaks, since the crash is blocking other work we should probably update. The following changes since commit a6b6df1350149c116050cb93c3c7b4802c709d31: Lianhao Lu (1): task-core-tools-debug: Added openssh-sftp-server. are available in the git repository at: git://git.yoctoproject.org/poky-contrib seebs/pseudo http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/pseudo Peter Seebach (1): pseudo: Update to 1.3.1 (fixing chroot crash) meta/recipes-devtools/pseudo/pseudo_1.3.1.bb | 8 ++++++++ meta/recipes-devtools/pseudo/pseudo_1.3.bb | 8 -------- meta/recipes-devtools/pseudo/pseudo_git.bb | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 meta/recipes-devtools/pseudo/pseudo_1.3.1.bb delete mode 100644 meta/recipes-devtools/pseudo/pseudo_1.3.bb