Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
   2. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.stable'
      ([EMAIL PROTECTED])
   3. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
   4. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.stable'
      ([EMAIL PROTECTED])
--- Begin Message ---
 .../python-etk/scrolled_view-drag-extra.patch      |   26 +++++++++++
 .../python/python-etk/scrolled_view-drag.patch     |   46 ++++++++++++++++++++
 packages/python/python-etk_git.bb                  |    6 ++-
 3 files changed, 76 insertions(+), 2 deletions(-)

New commits:
commit 1218f731b9803098aa0a46a54acd7246936547c8
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Thu Jun 26 14:41:26 2008 +0800

    [python-etk] Adding patches to python-etk binding.
    These two patches enable dragable of etk binding.




--- End Message ---
--- Begin Message ---
 packages/openssl/openssl-0.9.8g/debian.patch      |  775 ++++++++++-----------
 packages/openssl/openssl-0.9.8g/shared-libs.patch |   45 ++
 packages/openssl/openssl-native_0.9.7g.bb         |    2 +-
 packages/openssl/openssl-native_0.9.7m.bb         |    6 +-
 packages/openssl/openssl-native_0.9.8g.bb         |   24 +
 packages/openssl/openssl.inc                      |   29 +-
 packages/openssl/openssl_0.9.7e.bb                |    2 +-
 packages/openssl/openssl_0.9.7g.bb                |    2 +-
 packages/openssl/openssl_0.9.7m.bb                |    2 +-
 packages/openssl/openssl_0.9.8g.bb                |    5 +-
 10 files changed, 487 insertions(+), 405 deletions(-)

New commits:
commit d7356ca017e5454921431f4f8ee34724d119cdbd
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Sat May 17 06:41:11 2008 +0000

    openssl_0.9.8g.bb: update debian.patch to fix ssl hole (Closes: #4266)
    * update debian.patch to the latest available version (0.9.8g-10)
    * closes the libssl vulnerability due to the missing MD_Update call

commit a86ab98c5f25263401ca3d6e8ca1a4801e13aa46
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Sat May 17 06:30:14 2008 +0000

    openssl.inc: add definitions for mips/mipsel (Closes: #4268)

commit 5e6c4f4a431b1d625368b21d5188abf2d3a6d610
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Fri May 16 18:36:27 2008 +0000

    openssl-native: remove the CFLAG export, it isn't needed, contrary to my 
previous build attemps, so everything should work again (including generating 
vulnerable keys)

commit dfaf715f1f928b09af78dcc617e66828d254cf00
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Fri May 16 16:51:21 2008 +0000

    disapproval of revision '462968658bdc2a3c48a8d634f9be59d450259f49'

commit 63b17bf5b40d8eddd81b1b2705bcf31a155b95b6
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Fri May 16 16:26:28 2008 +0000

    openssl-native_*.bb: do not export CFLAG, this is set by do_configure

commit 377a3fad923007728db3eff1ddb87d53f2acae87
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Wed May 14 20:00:23 2008 +0000

    openssl-native: also fix 0.9.7m and def-pref -1 0.9.8 since it doesn't build

commit b78f4ce2e2e790cd93e2eab552054feb922491a6
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Wed May 14 19:32:53 2008 +0000

    openssl-native: stop leaking target compile flags (FULL_OPTIMIZATION) into 
native build, it kills kittens.

commit 13930440c29043c10feaa1c2d327b9b3a316beea
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Tue May 13 05:36:47 2008 +0000

    openssl-native_0.9.8g.bb: bring openssl-native in sync with latest openssl

commit c422d0a9443f2720dcace4944afc50a9674b32f2
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Mon May 12 19:29:18 2008 +0000

    openssl.inc: fix openssl 0.9.8 builds for x86 targets
    * split do_compile() into do do_configure() and do_compile()
    * don't clobber CFLAG by exporting it: edit Configure script to set
      the machine-specific flags, and let the Configure script append
      feature-based flags
    * don't use linux-pentium and linux-ppro, they got dropped in openssl 0.9.8,
      use the Debian machine definitions instead

commit c73d6be3a83be80914c8a6bae976911158954a91
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Mon May 12 13:38:18 2008 +0000

    openssl_0.9.8g.bb: fix generation of shared libraries (use correct CC)
    * while building the shared versions of libcrypto and libssl, the 
environment
      variables were lost, so we ended up using the wrong CC for linking




--- End Message ---
--- Begin Message ---
 packages/openssl/openssl-0.9.8g/debian.patch      |  775 ++++++++++-----------
 packages/openssl/openssl-0.9.8g/shared-libs.patch |   45 ++
 packages/openssl/openssl-native_0.9.7g.bb         |    2 +-
 packages/openssl/openssl-native_0.9.7m.bb         |    6 +-
 packages/openssl/openssl-native_0.9.8g.bb         |   24 +
 packages/openssl/openssl.inc                      |   29 +-
 packages/openssl/openssl_0.9.7e.bb                |    2 +-
 packages/openssl/openssl_0.9.7g.bb                |    2 +-
 packages/openssl/openssl_0.9.7m.bb                |    2 +-
 packages/openssl/openssl_0.9.8g.bb                |    5 +-
 10 files changed, 487 insertions(+), 405 deletions(-)

New commits:
commit 56984226c187c49504467ae310e08c00c79e664b
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Sat May 17 06:41:11 2008 +0000

    openssl_0.9.8g.bb: update debian.patch to fix ssl hole (Closes: #4266)
    * update debian.patch to the latest available version (0.9.8g-10)
    * closes the libssl vulnerability due to the missing MD_Update call

commit f5e1438cd902ddb11c8f29659e6a02dfab53a631
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Sat May 17 06:30:14 2008 +0000

    openssl.inc: add definitions for mips/mipsel (Closes: #4268)

commit 77f4b3b1e76c4d47a5433284a51371571c1a4289
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Fri May 16 18:36:27 2008 +0000

    openssl-native: remove the CFLAG export, it isn't needed, contrary to my 
previous build attemps, so everything should work again (including generating 
vulnerable keys)

commit 1944f61928a04edf1cd46dec5f687fda1c567524
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Fri May 16 16:51:21 2008 +0000

    disapproval of revision '462968658bdc2a3c48a8d634f9be59d450259f49'

commit b33251412e7e8fd5276b8d50ff38c42037c6e731
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Fri May 16 16:26:28 2008 +0000

    openssl-native_*.bb: do not export CFLAG, this is set by do_configure

commit 7a39fa93031e7d6235eb11b114b92560e4844cb9
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Wed May 14 20:00:23 2008 +0000

    openssl-native: also fix 0.9.7m and def-pref -1 0.9.8 since it doesn't build

commit bd8c260da2185cfdc482f836fb956cc1c3003b6c
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Wed May 14 19:32:53 2008 +0000

    openssl-native: stop leaking target compile flags (FULL_OPTIMIZATION) into 
native build, it kills kittens.

commit 183faa9015916f43ac08201d7b28a908e378ea39
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Tue May 13 05:36:47 2008 +0000

    openssl-native_0.9.8g.bb: bring openssl-native in sync with latest openssl

commit a06a626008dfb06b5cf025a8dff82bfbd82a6f35
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Mon May 12 19:29:18 2008 +0000

    openssl.inc: fix openssl 0.9.8 builds for x86 targets
    * split do_compile() into do do_configure() and do_compile()
    * don't clobber CFLAG by exporting it: edit Configure script to set
      the machine-specific flags, and let the Configure script append
      feature-based flags
    * don't use linux-pentium and linux-ppro, they got dropped in openssl 0.9.8,
      use the Debian machine definitions instead

commit 27d57686aa209e6c82e53baf45baedb82cde78a8
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Mon May 12 13:38:18 2008 +0000

    openssl_0.9.8g.bb: fix generation of shared libraries (use correct CC)
    * while building the shared versions of libcrypto and libssl, the 
environment
      variables were lost, so we ended up using the wrong CC for linking




--- End Message ---
--- Begin Message ---
 .../python-etk/scrolled_view-drag-extra.patch      |   26 +++++++++++
 .../python/python-etk/scrolled_view-drag.patch     |   46 ++++++++++++++++++++
 packages/python/python-etk_git.bb                  |    6 ++-
 3 files changed, 76 insertions(+), 2 deletions(-)

New commits:
commit db1c1eb2b79b02d22ebd1bc5a8bd0d465a39b592
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Thu Jun 26 14:41:26 2008 +0800

    [python-etk] Adding patches to python-etk binding.
    These two patches enable dragable of etk binding.




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to