All of lore.kernel.org
 help / color / mirror / Atom feed
* [CONSOLIDATED PULL (Part 2) (resend) 00/14] Fixed again
@ 2013-07-29 15:51 Saul Wold
  2013-07-29 16:32 ` Paul Eggleton
  2013-07-29 16:46 ` Burton, Ross
  0 siblings, 2 replies; 4+ messages in thread
From: Saul Wold @ 2013-07-29 15:51 UTC (permalink / raw)
  To: openembedded-core

Clearly having a bad morning!

This one drops the Recipe Re-names from Ema, should not have been
there.

Sau!

The following changes since commit 09deeef20ee5a0c12ad4fd89cace6e0fb832d5b1:

  external-sourcery: add missing providers (2013-07-27 23:28:29 -0700)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib sgw/stage2
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage2

Andrei Dinu (1):
  libpng : upgrade to 1.6.3

Emilia Ciobanu (2):
  distrodata.bbclass: Remove whitespaces
  distrodata.bbclass: Include PRSPV variable in upstream version
    checking

Hongxu Jia (3):
  util-linux: use u-a for su
  shadow: use u-a for su
  move /bin/su to /usr/bin/su to match util-linux and shadow

Jukka Rissanen (1):
  ofono: Move bluetooth enablement from .bb to .inc

Laurentiu Palcu (1):
  csl-versions.inc: instruct user to check local.conf

Ming Liu (3):
  libpam: deny all services for the OTHER entries
  util-linux: fix a regression
  util-linux: replace += with _append to EXTRA_OECONF_class-native

Paul Eggleton (1):
  classes/sanity: check for suid root command evility

Peter Seebach (1):
  pseudo: Always try to build 32-bit libpseudo when NO32LIBS is set to 0

Saul Wold (1):
  bluez5: Add obex as a PACKAGECONFIG and package seperately

 meta/classes/distrodata.bbclass                    | 41 ++++++++++++------
 meta/classes/sanity.bbclass                        | 10 +++++
 meta/conf/distro/include/csl-versions.inc          |  1 +
 meta/recipes-connectivity/bluez5/bluez5.inc        | 10 ++++-
 meta/recipes-connectivity/ofono/ofono.inc          |  6 +++
 meta/recipes-connectivity/ofono/ofono_1.12.bb      |  1 -
 meta/recipes-connectivity/ofono/ofono_git.bb       |  4 --
 .../busybox/busybox-1.21.1/su-usr-bin.patch        | 26 +++++++++++
 meta/recipes-core/busybox/busybox_1.21.1.bb        |  1 +
 meta/recipes-core/util-linux/util-linux.inc        | 15 ++++++-
 .../util-linux/configure-usrlibdir.patch           | 31 ++++++++++++++
 meta/recipes-core/util-linux/util-linux_2.23.1.bb  |  7 ++-
 meta/recipes-devtools/pseudo/pseudo.inc            | 50 ++++++++++++++++++----
 meta/recipes-extended/pam/libpam/pam.d/other       | 15 +++----
 meta/recipes-extended/shadow/shadow_4.1.4.3.bb     |  3 +-
 .../libpng/{libpng_1.6.2.bb => libpng_1.6.3.bb}    |  8 ++--
 16 files changed, 183 insertions(+), 46 deletions(-)
 create mode 100644 meta/recipes-core/busybox/busybox-1.21.1/su-usr-bin.patch
 create mode 100644 meta/recipes-core/util-linux/util-linux/configure-usrlibdir.patch
 rename meta/recipes-multimedia/libpng/{libpng_1.6.2.bb => libpng_1.6.3.bb} (64%)

-- 
1.8.1.4



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

* Re: [CONSOLIDATED PULL (Part 2) (resend) 00/14] Fixed again
  2013-07-29 15:51 [CONSOLIDATED PULL (Part 2) (resend) 00/14] Fixed again Saul Wold
@ 2013-07-29 16:32 ` Paul Eggleton
  2013-07-30  1:38   ` Hongxu Jia
  2013-07-29 16:46 ` Burton, Ross
  1 sibling, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2013-07-29 16:32 UTC (permalink / raw)
  To: openembedded-core

On Monday 29 July 2013 08:51:01 Saul Wold wrote:
> Clearly having a bad morning!
> 
> This one drops the Recipe Re-names from Ema, should not have been
> there.
> 
> Sau!
> 
> The following changes since commit 09deeef20ee5a0c12ad4fd89cace6e0fb832d5b1:
> 
>   external-sourcery: add missing providers (2013-07-27 23:28:29 -0700)
> 
> are available in the git repository at:
> 
>   git://git.openembedded.org/openembedded-core-contrib sgw/stage2
>  
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/
> stage2
> 
> Andrei Dinu (1):
>   libpng : upgrade to 1.6.3
> 
> Emilia Ciobanu (2):
>   distrodata.bbclass: Remove whitespaces
>   distrodata.bbclass: Include PRSPV variable in upstream version
>     checking
> 
> Hongxu Jia (3):
>   util-linux: use u-a for su
>   shadow: use u-a for su
>   move /bin/su to /usr/bin/su to match util-linux and shadow

Missing busybox: prefix on the latter
 
> Jukka Rissanen (1):
>   ofono: Move bluetooth enablement from .bb to .inc
> 
> Laurentiu Palcu (1):
>   csl-versions.inc: instruct user to check local.conf
> 
> Ming Liu (3):
>   libpam: deny all services for the OTHER entries

I'm not a pam expert, so I'm just assuming this is the right thing to be 
doing. It seems like it might be if you want the system to be secure by 
default, but from what I can tell it also means that every service using pam 
for authentication must explicitly provide a configuration file.

>   util-linux: fix a regression
>   util-linux: replace += with _append to EXTRA_OECONF_class-native
> 
> Paul Eggleton (1):
>   classes/sanity: check for suid root command evility
> 
> Peter Seebach (1):
>   pseudo: Always try to build 32-bit libpseudo when NO32LIBS is set to 0
> 
> Saul Wold (1):
>   bluez5: Add obex as a PACKAGECONFIG and package seperately

Otherwise:
Acked-by: Paul Eggleton <paul.eggleton@linux.intel.com>

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [CONSOLIDATED PULL (Part 2) (resend) 00/14] Fixed again
  2013-07-29 15:51 [CONSOLIDATED PULL (Part 2) (resend) 00/14] Fixed again Saul Wold
  2013-07-29 16:32 ` Paul Eggleton
@ 2013-07-29 16:46 ` Burton, Ross
  1 sibling, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2013-07-29 16:46 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-core

On 29 July 2013 16:51, Saul Wold <sgw@linux.intel.com> wrote:
> Clearly having a bad morning!

Join me in the Need More Coffee Club...

> The following changes since commit 09deeef20ee5a0c12ad4fd89cace6e0fb832d5b1:
>
>   external-sourcery: add missing providers (2013-07-27 23:28:29 -0700)
>
> are available in the git repository at:
>
>   git://git.openembedded.org/openembedded-core-contrib sgw/stage2
>   http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage2

Acked-By: Ross Burton <ross.burton@intel.com>

Ross


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

* Re: [CONSOLIDATED PULL (Part 2) (resend) 00/14] Fixed again
  2013-07-29 16:32 ` Paul Eggleton
@ 2013-07-30  1:38   ` Hongxu Jia
  0 siblings, 0 replies; 4+ messages in thread
From: Hongxu Jia @ 2013-07-30  1:38 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2206 bytes --]

On 07/30/2013 12:32 AM, Paul Eggleton wrote:
> On Monday 29 July 2013 08:51:01 Saul Wold wrote:
>> Clearly having a bad morning!
>>
>> This one drops the Recipe Re-names from Ema, should not have been
>> there.
>>
>> Sau!
>>
>> The following changes since commit 09deeef20ee5a0c12ad4fd89cace6e0fb832d5b1:
>>
>>    external-sourcery: add missing providers (2013-07-27 23:28:29 -0700)
>>
>> are available in the git repository at:
>>
>>    git://git.openembedded.org/openembedded-core-contrib sgw/stage2
>>   
>> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/
>> stage2
>>
>> Andrei Dinu (1):
>>    libpng : upgrade to 1.6.3
>>
>> Emilia Ciobanu (2):
>>    distrodata.bbclass: Remove whitespaces
>>    distrodata.bbclass: Include PRSPV variable in upstream version
>>      checking
>>
>> Hongxu Jia (3):
>>    util-linux: use u-a for su
>>    shadow: use u-a for su
>>    move /bin/su to /usr/bin/su to match util-linux and shadow
> Missing busybox: prefix on the latter
>   
Sorry for the missing, I have corrected this in
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-su

//Hongxu
>> Jukka Rissanen (1):
>>    ofono: Move bluetooth enablement from .bb to .inc
>>
>> Laurentiu Palcu (1):
>>    csl-versions.inc: instruct user to check local.conf
>>
>> Ming Liu (3):
>>    libpam: deny all services for the OTHER entries
> I'm not a pam expert, so I'm just assuming this is the right thing to be
> doing. It seems like it might be if you want the system to be secure by
> default, but from what I can tell it also means that every service using pam
> for authentication must explicitly provide a configuration file.
>
>>    util-linux: fix a regression
>>    util-linux: replace += with _append to EXTRA_OECONF_class-native
>>
>> Paul Eggleton (1):
>>    classes/sanity: check for suid root command evility
>>
>> Peter Seebach (1):
>>    pseudo: Always try to build 32-bit libpseudo when NO32LIBS is set to 0
>>
>> Saul Wold (1):
>>    bluez5: Add obex as a PACKAGECONFIG and package seperately
> Otherwise:
> Acked-by: Paul Eggleton <paul.eggleton@linux.intel.com>
>
> Cheers,
> Paul
>


[-- Attachment #2: Type: text/html, Size: 3215 bytes --]

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

end of thread, other threads:[~2013-07-30  1:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-29 15:51 [CONSOLIDATED PULL (Part 2) (resend) 00/14] Fixed again Saul Wold
2013-07-29 16:32 ` Paul Eggleton
2013-07-30  1:38   ` Hongxu Jia
2013-07-29 16:46 ` Burton, Ross

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.