Hello!
The following commit introduced a "chmod -R -st" on the build dir:
commit f0d3587706fffdcc1c708013f6d6ce296dfc5f24
Author: Alex Franco
Date: Fri Aug 28 17:34:04 2015 -0500
Fix mode +st on TMPDIR when creating it
A sanity check fails when TMPDIR has setuid, setgid set. It w
Pseudo 1.7 adds an experimental feature (which I think needs more testing
before it becomes the default) allowing the pseudo client to store modes
and uid/gid values in extended attributes rather than using the sqlite
database. On most Linux-like systems, this works only if the underlying
file is a
So the opkg uprev from 0.2.4 to 0.3.0 turns out to trip on a
change I thought would be harmless, but which was also unintentional-ish.
Historically, pseudo has just assumed no one will put 0700 in umask.
With xattrdb, this can break if you have 0700 in umask, and try to open
a file, because pseudo
On Thu, 3 Sep 2015 09:43:50 +0100
Richard Purdie wrote:
> This is better however opkg is still unhappy. This is build with this
> pseudo patch applied:
>
> https://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/469
I've found the cause of that particular bit. During my attempts t
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org
> [mailto:openembedded-core-
> boun...@lists.openembedded.org] On Behalf Of Richard Purdie
> Sent: Thursday, September 03, 2015 2:39 PM
> To: Khem Raj
> Cc: Patches and discussions about the oe-core layer; Slat
On 09/01/2015 12:22 PM, Bruno Bottazzini wrote:
If it is passed only the image parameter, it will show some interactive
options to help to conclude the script.
With this patch it will detect devices available in the machine, asking
to choose what it is wanted to be flashed.
it will suggest the
From: Brendan Le Foll
Signed-off-by: Brendan Le Foll
---
scripts/lib/devtool/package.py | 61 ++
1 file changed, 61 insertions(+)
create mode 100644 scripts/lib/devtool/package.py
diff --git a/scripts/lib/devtool/package.py b/scripts/lib/devtool/package
On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote:
> irrespective of this change. I see yet another configuration with this
> into OE-core, overall OE-Core should get smaller
> and case does not sound convincing to me. You dont want to use busybox
> in a fairly large image which has other GPLv2 sof
When installing backport modules they stumble upon each other, complaining with
the following error:
ERROR: The recipe python-backports-ssl is trying to install files into a shared
area when those files already exist.
This is the correct behavior since thats just the way they were designed, all
Removing recursive option from chmod -st on BUILDDIR as it would
take very long on existing build directories
[YOCTO #7669]
Signed-off-by: Alex Franco
---
meta/classes/sanity.bbclass | 9 ++---
scripts/oe-setup-builddir | 5 -
2 files changed, 10 insertions(+), 4 deletions(-)
diff --
Yes, I agree and in fact the patch is just now shipping
Alex Franco
On 09/03/2015 04:43 PM, Martin Jansa wrote:
On Thu, Sep 03, 2015 at 03:01:20PM -0500, Alex Franco wrote:
Hello Martin, so the error you are seeing is related to the chmodding
being done in sanity.bbclass, not the chmodding tak
> On Sep 3, 2015, at 2:28 PM, Phil Blundell wrote:
>
> On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote:
>> irrespective of this change. I see yet another configuration with this
>> into OE-core, overall OE-Core should get smaller
>> and case does not sound convincing to me. You dont want to us
On Thu, Sep 03, 2015 at 03:01:20PM -0500, Alex Franco wrote:
> Hello Martin, so the error you are seeing is related to the chmodding
> being done in sanity.bbclass, not the chmodding taking place in
> oe-setup-builddir. I am adding a catch and a warning for that, as I
> reproduce your setup so I
On Thu, 2015-09-03 at 14:15 -0700, Khem Raj wrote:
> > On Sep 3, 2015, at 1:27 PM, Richard Purdie
> > wrote:
> >
> > On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote:
> >> On Thu, Sep 3, 2015 at 5:20 AM, Bruce Ashfield
> >> wrote:
> To put this another way, I think it is probably reasona
On Thu, Sep 3, 2015 at 5:24 PM, Khem Raj wrote:
>
>> On Sep 3, 2015, at 2:02 PM, Bruce Ashfield wrote:
>>
>> On Thu, Sep 3, 2015 at 4:32 PM, Otavio Salvador
>> wrote:
>>> On Thu, Sep 3, 2015 at 5:27 PM, Richard Purdie
>>> wrote:
On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote:
> On T
> On Sep 3, 2015, at 11:42 AM, Patrick Ohly wrote:
>
> install -m 0755 ${WORKDIR}/debug ${D}/init.d/00-debug
> +
> +# Create device nodes expected by some kernels in initramfs
> +# before even executing /init.
> +install -d ${D}/dev
> +mknod -m 622 ${D}/dev/console c 5 1
> }
> On Sep 3, 2015, at 8:34 AM, Alexander Kanavin
> wrote:
>
> It is not used by anything in oe-core and will be moved to meta-gnome
>
OK, please send the patch for meta-gnome as well. So we can merge them in more
or less in sync
> Signed-off-by: Alexander Kanavin
> ---
> .../gnome/gnome-ico
> On Sep 3, 2015, at 2:02 PM, Bruce Ashfield wrote:
>
> On Thu, Sep 3, 2015 at 4:32 PM, Otavio Salvador
> wrote:
>> On Thu, Sep 3, 2015 at 5:27 PM, Richard Purdie
>> wrote:
>>> On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote:
On Thu, Sep 3, 2015 at 5:20 AM, Bruce Ashfield
wrote:
> On Sep 3, 2015, at 1:27 PM, Richard Purdie
> wrote:
>
> On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote:
>> On Thu, Sep 3, 2015 at 5:20 AM, Bruce Ashfield
>> wrote:
To put this another way, I think it is probably reasonable that we
should be able to build an image from OE-Core w
Specify a value via PACKAGECONFIG[gui]. The default is
--diable-event-gui.
---
meta/recipes-graphics/wayland/libinput_0.21.0.bb |1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-graphics/wayland/libinput_0.21.0.bb
b/meta/recipes-graphics/wayland/libinput_0.21.0.bb
index d51fb37
On Thu, Sep 3, 2015 at 4:32 PM, Otavio Salvador
wrote:
> On Thu, Sep 3, 2015 at 5:27 PM, Richard Purdie
> wrote:
>> On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote:
>>> On Thu, Sep 3, 2015 at 5:20 AM, Bruce Ashfield
>>> wrote:
>>> >> To put this another way, I think it is probably reasonable
On Thu, Sep 3, 2015 at 5:27 PM, Richard Purdie
wrote:
> On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote:
>> On Thu, Sep 3, 2015 at 5:20 AM, Bruce Ashfield
>> wrote:
>> >> To put this another way, I think it is probably reasonable that we
>> >> should be able to build an image from OE-Core with
On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote:
> On Thu, Sep 3, 2015 at 5:20 AM, Bruce Ashfield
> wrote:
> >> To put this another way, I think it is probably reasonable that we
> >> should be able to build an image from OE-Core with basic functionality
> >> like networking without busybox?
>
On Thu, Sep 3, 2015 at 5:20 AM, Bruce Ashfield wrote:
>> To put this another way, I think it is probably reasonable that we
>> should be able to build an image from OE-Core with basic functionality
>> like networking without busybox?
>
> That's what I'd support. If everything you need for the func
oprofileui uses gettext during the configuration task so should be inherit
gettext. This issue appears when an older version of gettext is used do to
pinning to the older non-gplv3 version.
[YOCTO #7795]
Signed-off-by: Saul Wold
---
meta/recipes-kernel/oprofile/oprofileui.inc | 2 +-
1 file cha
On Thu, Sep 3, 2015 at 8:34 AM, Alexander Kanavin
wrote:
> -PV = "0.9.33+git${SRCPV}"
> +PV = "0.9.33.2+git${SRCPV}"
technically its not right since we are not on 0.9.33 branch at all.
We could use 0.9.33+0.9.34+git${SRCPV}
--
___
Openembedded-core mai
When QEMU starts the RCU thread executes qemu_mutex_lock_thread
causing error "qemu:qemu_cpu_kick_thread: No such process" and exits.
For detail explanation see upstream patch.
[YOCTO #8143]
Signed-off-by: Aníbal Limón
---
meta/recipes-devtools/qemu/qemu.inc| 1 +
..._mutex_lo
Hello Martin, so the error you are seeing is related to the chmodding
being done in sanity.bbclass, not the chmodding taking place in
oe-setup-builddir. I am adding a catch and a warning for that, as I
reproduce your setup so I can also reproduce the OSError.
Alex
On 09/02/2015 07:57 PM, Mart
On Thu, 2015-09-03 at 16:22 +0100, Burton, Ross wrote:
>
> On 3 September 2015 at 16:12, Richard Purdie <
> richard.pur...@linuxfoundation.org> wrote:
> > From what I remember, this is intentional and this change likely
> > breaks
> > multilib. You don't want two sets of rules on a multilib system
On Thu, 2015-09-03 at 12:14 -0500, Mark Hatle wrote:
> On 9/3/15 9:58 AM, Joshua Lock wrote:
> > In a system with a merged /usr /sbin isn't packaged.
>
> This sounds like an error to me if /sbin doesn't exist at all. It
> should exist
> either as a link to /usr/sbin (or the reverse).. but it shoul
On Thu, 2015-09-03 at 12:11 -0500, Mark Hatle wrote:
> On 9/3/15 9:58 AM, Joshua Lock wrote:
> > I've been playing around with building a distro with a merged
> > /usr[1] and
> > the following series fixes several issues I ran across in OE core
> > metadata.
>
> everything in '/' linked to '/usr/'
To provide some element of integrity to sstate archives, allow sstate archives
to be GPG signed with a specified key (detached signature to a sidecar .sig
file), and verify the signatures when sstate archives are unpacked.
Signed-off-by: Ross Burton
---
meta/classes/sstate.bbclass | 19 +
These are the same patches as in the previous patch series, minus the
ones related to initramfs-framework which will need further
discussion. I split up the /dev/console change into two commits as
suggested by Otavio.
The usage of FS UUID is still turned on by default, see the last
patch. If that'
This changes the default SYSLINUX_ROOTFS such that the rootfs is no
longer expected under a fixed device path. Instead, the UUID is used
to find it. This makes the resulting .hdddirect (and thus also the
vdi/vdmk/qcow2 images derived from that) more flexible.
Signed-off-by: Patrick Ohly
---
meta
Some kernels, for example linux-yocto 3.19 for qemux86, fail to
execute /init in an initramfs unless there is already a /dev/console
char device in the initramfs. Booting then fails with:
Kernel panic - not syncing: /dev/console is missing or not a character
device!
Please ensure your root
As mentioned when introducing the VM images
(https://bugzilla.yoctoproject.org/show_bug.cgi?id=7374), the
resulting images only work when the image is mounted as a disk that
results in the hard-coded path (/dev/sda in the current
default). Using the file system UUID to find the rootfs is more
flexi
Kernel parameters like "uvesafb.mode_option=640x480-32" were turned
into shell variables named "bootparam_uvesafb.mode_option", which
triggered errors from the shell because the name is not valid. Now
points get replaced with underscores, leading to
bootparam_uvesafb_mode_option in this example.
S
Set INITRD_IMAGE to automatically add a custom initramfs to the boot
partition.
Signed-off-by: Patrick Ohly
---
meta/classes/image-vm.bbclass | 5 +
1 file changed, 5 insertions(+)
diff --git a/meta/classes/image-vm.bbclass b/meta/classes/image-vm.bbclass
index 3df2c36..0632667 100644
--- a
Some of the SYSLINUX defaults are the same as in the underlying
syslinux.bbclass. Let's not duplicate them, because that makes
changing the default harder.
Signed-off-by: Patrick Ohly
---
meta/classes/image-vm.bbclass | 2 --
1 file changed, 2 deletions(-)
diff --git a/meta/classes/image-vm.bbc
Some kernels, for example linux-yocto 3.19 for qemux86, fail to
execute /init in an initramfs unless there is already a /dev/console
char device in the initramfs. Booting then fails with:
Kernel panic - not syncing: /dev/console is missing or not a character
device!
Please ensure your root
This makes it possible to boot images with multiple partitions (the
ones ending in .hddimg or .hdddirect) in several ways:
runqemu qemux86 core-image-minimal hddimg
runqemu tmp/deploy/images/qemux86/core-image-minimal-qemux86.hddimg
VM=tmp-glibc/deploy/images/qemux86/iot-os-image-qemux86.h
Signed-off-by: Mario Domenech Goulart
---
meta/classes/cross-canadian.bbclass |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/cross-canadian.bbclass
b/meta/classes/cross-canadian.bbclass
index 65ba457..d30a168 100644
--- a/meta/classes/cross-canadian.bbclass
+
On 9/3/15 9:58 AM, Joshua Lock wrote:
> In a system with a merged /usr /sbin isn't packaged.
This sounds like an error to me if /sbin doesn't exist at all. It should exist
either as a link to /usr/sbin (or the reverse).. but it should be there as lots
of things expect the directory (or link) to ex
On 9/3/15 9:58 AM, Joshua Lock wrote:
> I've been playing around with building a distro with a merged /usr[1] and
> the following series fixes several issues I ran across in OE core metadata.
everything in '/' linked to '/usr/' or everything in '/usr/' linked down to '/'?
(I've seen both implemen
On 9/3/15 10:12 AM, Richard Purdie wrote:
> On Thu, 2015-09-03 at 15:58 +0100, Joshua Lock wrote:
>> Signed-off-by: Joshua Lock
>> ---
>> meta/recipes-core/systemd/systemd_219.bb | 10 +-
>> 1 file changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/meta/recipes-core/systemd/syste
This makes busybox honor UTMPX feature if available in a libc
[YOCTO #8243]
Signed-off-by: Khem Raj
---
.../busybox/0001-Switch-to-POSIX-utmpx-API.patch | 388 +
meta/recipes-core/busybox/busybox_1.23.2.bb| 1 +
2 files changed, 389 insertions(+)
create mode 100
Patch busybox to use utmpx if libc offers it
The following changes since commit bdeb32b4cdbe316f17c2fd854d59e05e8f2e8ffc:
rt-tests: drop unnecessary added-missing-dependencies.patch (2015-09-01
11:43:38 +0100)
are available in the git repository at:
git://github.com/kraj/openembedded-core
Bump
On Tue, 2015-09-01 at 16:22 -0300, Bruno Bottazzini wrote:
> If it is passed only the image parameter, it will show some interactive
> options to help to conclude the script.
>
> With this patch it will detect devices available in the machine, asking
> to choose what it is wanted to be flash
On 3 September 2015 at 16:34, Alexander Kanavin <
alexander.kana...@linux.intel.com> wrote:
> It is not used by anything in oe-core and will be moved to meta-gnome
>
I've a feeling that there are some apps in core-image-sato that actually
like to have gnome-icon-theme installed (specifically I'm
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/mkelfimage/mkelfimage_git.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
index 28aff91..2845b8c 100644
--- a/meta/recipes-
It is not used by anything in oe-core and will be moved to meta-oe
Signed-off-by: Alexander Kanavin
---
meta/recipes-gnome/libunique/libunique/build.patch | 421 -
.../libunique/fix_for_compile_with_gcc-4.6.0.patch | 36 --
.../libunique/libunique/noconst.patch
The LICENSE checksum has changed because of updated copyright years.
SRC_URI has been changed to git, because upstream tarball is broken
(includes configure.ac but not .m4 files it depends on).
Add a backported patch that fixes builds with older versions of make
and external zlib.
Signed-off-by:
This means fetching a newer Debian patchset which adds a few
bug/security fixes.
Signed-off-by: Alexander Kanavin
---
.../net-tools/{net-tools_1.60-25.bb => net-tools_1.60-26.bb}| 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/net-tools/{net-tools
Signed-off-by: Alexander Kanavin
---
meta/conf/distro/include/package_regex.inc | 14 +-
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/meta/conf/distro/include/package_regex.inc
b/meta/conf/distro/include/package_regex.inc
index df384e2..8fc112c 100644
--- a/meta/conf
This fixes upstream version check. The git revision that is fetched
is unchanged.
Signed-off-by: Alexander Kanavin
---
meta/recipes-core/uclibc/uclibc-git.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/uclibc/uclibc-git.inc
b/meta/recipes-core/uclibc/u
remake-remove-errors-about-colophon-and-cygnus-comma.patch has been merged
upstream
inherit pkgconfig has been added because m4 macros defined by pkgconfig are now
used
in configure.ac
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/remake/remake.inc| 4 +--
...ve-erro
Signed-off-by: Alexander Kanavin
---
meta/recipes-support/vte/vte_0.28.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-support/vte/vte_0.28.2.bb
b/meta/recipes-support/vte/vte_0.28.2.bb
index 68bc16d..b1025cb 100644
--- a/meta/recipes-support/vte/vte_0.28.2.bb
+++ b/meta/
Signed-off-by: Alexander Kanavin
---
.../python/{python-async_0.6.1.bb => python-async_0.6.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python-async_0.6.1.bb =>
python-async_0.6.2.bb} (77%)
diff --git a/meta/recipes-devtools/pyt
It is not used by anything in oe-core and will be moved to meta-gnome
Signed-off-by: Alexander Kanavin
---
.../gnome/gnome-icon-theme/pkgconfig-native.patch | 28 --
.../recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | 22 -
2 files changed, 50 deletions(-)
This means adding new patches from Debian[1] and tweaking build options
that were previously set by patching Makefile.
[1] ftp://ftp.debian.org/debian/pool/main/h/heirloom-mailx/
Signed-off-by: Alexander Kanavin
---
...e-weak-symbol-optopt-to-fix-FTBFS-on-mips.patch | 59 +++
...-SSL2-
Signed-off-by: Alexander Kanavin
---
.../python/{python-smmap_0.8.2.bb => python-smmap_0.9.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python-smmap_0.8.2.bb =>
python-smmap_0.9.0.bb} (82%)
diff --git a/meta/recipes-devtools/pyt
This week I've reviewed all the packages that have been last touched in 2013
or earlier (according to RRS) and this is the resulting patchset.
Since the feature freeze is happening soon, and there is still a large backlog
of
unmerged patches, I will stop the package version update at this point
On 3 September 2015 at 16:12, Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> From what I remember, this is intentional and this change likely breaks
> multilib. You don't want two sets of rules on a multilib system.
>
Indeed - you need nonarch_base_libdir or whatever it's called he
On Thu, 2015-09-03 at 15:58 +0100, Joshua Lock wrote:
> Signed-off-by: Joshua Lock
> ---
> meta/recipes-core/systemd/systemd_219.bb | 10 +-
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/meta/recipes-core/systemd/systemd_219.bb
> b/meta/recipes-core/systemd/systemd_
When building with a merged /usr dir the udev directory
lives at /usr/lib/udev - update the FILES pattern to also
pick up udev files installed two levels below the / to
ensure a merged /usr works.
Signed-off-by: Joshua Lock
---
meta/recipes-bsp/pcmciautils/pcmciautils_018.bb | 4 ++--
1 file cha
When building with a merged /usr dir the udev directory
lives at /usr/lib/udev - update the FILES pattern to also
pick up udev files installed two levels below the / to
ensure a merged /usr works.
Signed-off-by: Joshua Lock
---
meta/recipes-connectivity/bluez5/bluez5.inc | 1 +
1 file changed, 1
When building with a merged /usr dir the udev directory
lives at /usr/lib/udev - update the FILES pattern to also
pick up udev files installed two levels below the / to
ensure a merged /usr works.
Signed-off-by: Joshua Lock
---
meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +-
1 file cha
An rmdir call in do_install_append was trying to remove the
sbindir, however in a system with a merged usr this directory
is not empty and therefore failing to rm it causes an ERROR.
Instead check that sbindir != base_sbindir before trying to
remove the directory.
Signed-off-by: Joshua Lock
---
In a system with a merged /usr /sbin isn't packaged.
Signed-off-by: Joshua Lock
---
meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb | 8
1 file changed, 8 insertions(+)
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
b/meta/recipes-connectivity/nfs-utils/nfs
If base_bindir is not a direct child of / the link creation in
do_install_append creates incorrect relative links.
Instead pass a full path to the link source and use the -r flag
to ln to ensure the link is relative.
Signed-off-by: Joshua Lock
---
meta/recipes-kernel/kmod/kmod_git.bb | 4 ++--
When building with a merged /usr dir the udev directory
lives at /usr/lib/udev - update the FILES pattern to also
pick up udev files installed two levels below the / to
ensure a merged /usr works.
Signed-off-by: Joshua Lock
---
meta/recipes-multimedia/alsa/alsa-utils_1.0.29.bb | 2 +-
1 file cha
Signed-off-by: Joshua Lock
---
meta/recipes-core/systemd/systemd_219.bb | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-core/systemd/systemd_219.bb
b/meta/recipes-core/systemd/systemd_219.bb
index 4d32fd5..fbd86e8 100644
--- a/meta/recipes-core/systemd
* Replace all hard-coded paths with variables
* Run sed over busybox.links.* to replace /bin with ${base_bindir}
Signed-off-by: Joshua Lock
---
meta/recipes-core/busybox/busybox.inc | 49 +++
1 file changed, 26 insertions(+), 23 deletions(-)
diff --git a/meta/rec
I've been playing around with building a distro with a merged /usr[1] and
the following series fixes several issues I ran across in OE core metadata.
These have been build tested by building a core-image-sato image with
ipk packaging for qemux86 with both a standard/default configuration and
for m
On Thu, 2015-09-03 at 13:54 +0200, Sona Sarmadi wrote:
> Fixes use-after-free flaw in CRL distribution points parsing
>
> Reference:
> https://gitlab.com/gnutls/gnutls/commit/d6972be33264ecc49a86cd0958209
> cd7363af1e9
> https://gitlab.com/gnutls/gnutls/commit/053ae65403216acdb0a4e78b25ad6
> 6ee9f
On 02/09/15 16:55, Otavio Salvador wrote:
On Tue, Sep 1, 2015 at 6:34 PM, Joe Slater wrote:
Implements ifup and ifdown.
Copied from https://github.com/WindRiver-OpenSourceLabs/meta-overc.git
as of commit aa89eebffe06e4aa04701eae9691cb3049cbaef9.
Signed-off-by: Joe Slater
I think this bel
On Thu, Sep 3, 2015 at 8:11 AM, Richard Purdie
wrote:
> On Wed, 2015-09-02 at 16:23 -0300, Otavio Salvador wrote:
>> On Wed, Sep 2, 2015 at 4:09 PM, Randy MacLeod
>> wrote:
>> > On 2015-09-02 11:55 AM, Otavio Salvador wrote:
>> >>
>> >> On Tue, Sep 1, 2015 at 6:34 PM, Joe Slater wrote:
>> >>>
>>
On Thu, Sep 3, 2015 at 9:11 AM, Richard Purdie
wrote:
> On Wed, 2015-09-02 at 16:23 -0300, Otavio Salvador wrote:
>> On Wed, Sep 2, 2015 at 4:09 PM, Randy MacLeod
>> wrote:
>> > On 2015-09-02 11:55 AM, Otavio Salvador wrote:
>> >>
>> >> On Tue, Sep 1, 2015 at 6:34 PM, Joe Slater wrote:
>> >>>
>>
On Wed, 2015-09-02 at 16:23 -0300, Otavio Salvador wrote:
> On Wed, Sep 2, 2015 at 4:09 PM, Randy MacLeod
> wrote:
> > On 2015-09-02 11:55 AM, Otavio Salvador wrote:
> >>
> >> On Tue, Sep 1, 2015 at 6:34 PM, Joe Slater wrote:
> >>>
> >>> Implements ifup and ifdown.
> >>>
> >>> Copied from https:/
On Tue, 2015-09-01 at 21:09 +0200, Martin Jansa wrote:
> On Tue, Sep 01, 2015 at 10:45:22AM +, g...@git.openembedded.org wrote:
> > Module: openembedded-core.git
> > Branch: master
> > Commit: 8236d57439640a185c0226312cd4903a3ce2f53b
> > URL:
> > http://git.openembedded.org/?p=openembedded-
On Thu, Sep 3, 2015 at 3:29 AM, Patrick Ohly wrote:
> On Wed, 2015-09-02 at 13:24 -0300, Otavio Salvador wrote:
>> On Wed, Sep 2, 2015 at 1:19 PM, Otavio Salvador
>> wrote:
>> > If there is any limitation please share the use case so we can
>> > understand the need for it.
>>
>> I found the live
Fixes use-after-free flaw in CRL distribution points parsing
Reference:
https://gitlab.com/gnutls/gnutls/commit/d6972be33264ecc49a86cd0958209cd7363af1e9
https://gitlab.com/gnutls/gnutls/commit/053ae65403216acdb0a4e78b25ad66ee9f444f02
http://www.openwall.com/lists/oss-security/2015/04/15/6
Signed
Fixes use-after-free flaw in CRL distribution points parsing
Reference:
https://gitlab.com/gnutls/gnutls/commit/d6972be33264ecc49a86cd0958209cd7363af1e9
https://gitlab.com/gnutls/gnutls/commit/053ae65403216acdb0a4e78b25ad66ee9f444f02
http://www.openwall.com/lists/oss-security/2015/04/15/6
Signed
On Thu, Sep 3, 2015 at 3:36 AM, Patrick Ohly wrote:
> On Wed, 2015-09-02 at 13:16 -0300, Otavio Salvador wrote:
>> On Wed, Sep 2, 2015 at 12:48 PM, Patrick Ohly wrote:
>> > Using the general purpose "debug" and "verbose" kernel parameters to
>> > increase logging in the init script has the disadv
The end of last week was supposed to be feature freeze. We're still
trying to get through the backlog of patches and we continue to see new
random/weird build failures, particularly in the runtime testing. I do
have a rough idea of the things I'm planning to take at this point, or
at least strongly
On Wed, 2015-09-02 at 13:47 -0500, Peter Seebach wrote:
> Pseudo 1.7 adds an experimental feature (which I think needs more testing
> before it becomes the default) allowing the pseudo client to store modes
> and uid/gid values in extended attributes rather than using the sqlite
> database. On most
86 matches
Mail list logo