* [PATCH 0/1] pseudo update (1.3.1)
@ 2012-07-05 18:25 Peter Seebach
2012-07-05 18:25 ` [PATCH 1/1] pseudo: Update to 1.3.1 (fixing chroot crash) Peter Seebach
0 siblings, 1 reply; 2+ messages in thread
From: Peter Seebach @ 2012-07-05 18:25 UTC (permalink / raw)
To: openembedded-core
The big change is a bug fix for path expansion inside a chroot,
which could cause memory corruption errors.
The following changes since commit dcc43c34bfa9304233ecfd3f518a84ddfdc2fd90:
Tom Zanussi (1):
perf: remove unconditional python-ext install
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] pseudo: Update to 1.3.1 (fixing chroot crash)
2012-07-05 18:25 [PATCH 0/1] pseudo update (1.3.1) Peter Seebach
@ 2012-07-05 18:25 ` Peter Seebach
0 siblings, 0 replies; 2+ messages in thread
From: Peter Seebach @ 2012-07-05 18:25 UTC (permalink / raw)
To: openembedded-core
Yocto bug #2639. If a chroot path was long, expanding absolute
paths within the chroot path could overrun a buffer.
Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
---
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
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.3.1.bb b/meta/recipes-devtools/pseudo/pseudo_1.3.1.bb
new file mode 100644
index 0000000..d64e0e5
--- /dev/null
+++ b/meta/recipes-devtools/pseudo/pseudo_1.3.1.bb
@@ -0,0 +1,8 @@
+require pseudo.inc
+
+PR = "r11"
+
+SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "aa7dbe925d065187833e1171746e9a94"
+SRC_URI[sha256sum] = "dc896c06b0f5bc253faaeb21ed78157db7ef7553e3ecae15a1eb6faf64942110"
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.3.bb b/meta/recipes-devtools/pseudo/pseudo_1.3.bb
deleted file mode 100644
index 187b46d..0000000
--- a/meta/recipes-devtools/pseudo/pseudo_1.3.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require pseudo.inc
-
-PR = "r10"
-
-SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2"
-
-SRC_URI[md5sum] = "5832bb70e6dce1a17b9b33a9c5c4b923"
-SRC_URI[sha256sum] = "2f30e2e9ec966cec3a321fc2ed80408ee77ad6c0cd73aaf36f88b98e008f8508"
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index 1852fab..2f58072 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -1,8 +1,8 @@
require pseudo.inc
-SRCREV = "f0375c9aaefbccfd41aebbf6d332bb4d9e8f980c"
-PV = "1.3+git${SRCPV}"
-PR = "r25"
+SRCREV = "2e0189ba5368b1e88d509d0ab82bccb15cfb3653"
+PV = "1.3.1+git${SRCPV}"
+PR = "r26"
DEFAULT_PREFERENCE = "-1"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-05 18:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-05 18:25 [PATCH 0/1] pseudo update (1.3.1) Peter Seebach
2012-07-05 18:25 ` [PATCH 1/1] pseudo: Update to 1.3.1 (fixing chroot crash) 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.