[OE-core] [PATCH 0/1] pseudo 1.6.3

Peter Seebach peter.seebach at windriver.com
Tue Jan 20 21:21:33 UTC 2015


This has two changes from 1.6.2:
	* Merge (with some tweaking) of the without-passwd-fallback patches
	* Fix for #7097

The fix for #7097 looks reasonable to me and passes simple testing, I'm
not sure whether it's going to survive reality. Long story short, instead
of trimming trailing slashes in the client, we now trim them in the server,
so they don't affect database lookups, but do affect things like
underlying system stat() calls.

I've done a build with this, and the changes should be low-impact. File
should be up on the servers.

The following changes since commit eaea05c88661a88a89fa6b139f7e6b243155d492:

  depmodwrapper-cross: Update to use STAGING_KERNEL_BUILDDIR (2015-01-17 17:05:25 +0000)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib seebs/pseudo_163
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/pseudo_163

Peter Seebach (1):
  pseudo_1.6.2.bb/pseudo_git.bb: Pseudo 1.6.3

 ...do_client.c-protect-pwd_lck-against-magic.patch |   56 ----------
 ..._util-modify-interface-to-pseudo_etc_file.patch |   70 ------------
 ...nt.c-support-multiple-directories-in-PSEU.patch |  116 --------------------
 .../pseudo/{pseudo_1.6.2.bb => pseudo_1.6.3.bb}    |    7 +-
 meta/recipes-devtools/pseudo/pseudo_git.bb         |    4 +-
 5 files changed, 4 insertions(+), 249 deletions(-)
 delete mode 100644 meta/recipes-devtools/pseudo/pseudo-1.6.2/0001-pseudo_client.c-protect-pwd_lck-against-magic.patch
 delete mode 100644 meta/recipes-devtools/pseudo/pseudo-1.6.2/0002-pseudo_util-modify-interface-to-pseudo_etc_file.patch
 delete mode 100644 meta/recipes-devtools/pseudo/pseudo-1.6.2/0003-pseudo_client.c-support-multiple-directories-in-PSEU.patch
 rename meta/recipes-devtools/pseudo/{pseudo_1.6.2.bb => pseudo_1.6.3.bb} (57%)




More information about the Openembedded-core mailing list