All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] pseudo 1.7.4 (bug #8282)
@ 2015-09-22 22:59 Peter Seebach
  2015-09-22 22:59 ` [PATCH 1/1] pseudo_1.7.4.bb: fix f*open() Peter Seebach
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Seebach @ 2015-09-22 22:59 UTC (permalink / raw)
  To: openembedded-core

This fix (based on work by Ross Burton) should fix up the one
remaining case where pseudo was generating files with 0600 filesystem
modes when they weren't intended. The tarball has been submitted but
may not be online yet; however, you can probably use the pseudo_git
recipe to try it out in the mean time if you're curious.

The following changes since commit 72682d72b52355c3fed947167ca3c6064340ead1:

  autotools.bbclass: mkdir ${B} -> mkdir -p ${B} (2015-09-16 22:17:19 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib seebs/pseudo174
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/pseudo174

Peter Seebach (1):
  pseudo_1.7.4.bb: fix f*open()

 meta/recipes-devtools/pseudo/{pseudo_1.7.3.bb => pseudo_1.7.4.bb} | 4 ++--
 meta/recipes-devtools/pseudo/pseudo_git.bb                        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/pseudo/{pseudo_1.7.3.bb => pseudo_1.7.4.bb} (77%)

-- 
2.3.1



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

* [PATCH 1/1] pseudo_1.7.4.bb: fix f*open()
  2015-09-22 22:59 [PATCH 0/1] pseudo 1.7.4 (bug #8282) Peter Seebach
@ 2015-09-22 22:59 ` Peter Seebach
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Seebach @ 2015-09-22 22:59 UTC (permalink / raw)
  To: openembedded-core

The 0600 modes were coming from fopen/freopen/etc., because those
don't specify a filesystem mode (just an access mode like "r" or
"w"). Use 0666 & ~umask. (And then the PSEUDO_FS_MODE macro masks
in the 0600 bits we want to be sure are present.)

Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
---
 meta/recipes-devtools/pseudo/{pseudo_1.7.3.bb => pseudo_1.7.4.bb} | 4 ++--
 meta/recipes-devtools/pseudo/pseudo_git.bb                        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/pseudo/{pseudo_1.7.3.bb => pseudo_1.7.4.bb} (77%)

diff --git a/meta/recipes-devtools/pseudo/pseudo_1.7.3.bb b/meta/recipes-devtools/pseudo/pseudo_1.7.4.bb
similarity index 77%
rename from meta/recipes-devtools/pseudo/pseudo_1.7.3.bb
rename to meta/recipes-devtools/pseudo/pseudo_1.7.4.bb
index 1e9ef3b..d68e0af 100644
--- a/meta/recipes-devtools/pseudo/pseudo_1.7.3.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_1.7.4.bb
@@ -6,8 +6,8 @@ SRC_URI = " \
     file://fallback-group \
 "
 
-SRC_URI[md5sum] = "2bd0a44eadd4713e90ad8c152eea77aa"
-SRC_URI[sha256sum] = "e9fc3922f8feb97839b50d14eb1987afdc8f22cdcac93119323cccd5f8444652"
+SRC_URI[md5sum] = "6e4b59a346d08d4a29133c335ea12052"
+SRC_URI[sha256sum] = "f33ff84da328f943155f22cfd49030ef4ad85ad35fc2d9419a203521b65c384c"
 
 PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback"
 
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index 31e1223..eb666c0 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -1,7 +1,7 @@
 require pseudo.inc
 
-SRCREV = "e795df44a90a426a76b790f1b2774f3046a8fc31"
-PV = "1.7.2+git${SRCPV}"
+SRCREV = "3bc3909fa70535c2ef876009dc58e577b10a7e0e"
+PV = "1.7.4+git${SRCPV}"
 
 DEFAULT_PREFERENCE = "-1"
 
-- 
2.3.1



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

end of thread, other threads:[~2015-09-22 22:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-22 22:59 [PATCH 0/1] pseudo 1.7.4 (bug #8282) Peter Seebach
2015-09-22 22:59 ` [PATCH 1/1] pseudo_1.7.4.bb: fix f*open() Peter Seebach

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.