Send commitlog mailing list submissions to
        [email protected]

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. r4412 - trunk/src/target/opkg/libopkg ([EMAIL PROTECTED])
   2. r4413 -
      trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0
      ([EMAIL PROTECTED])
   3. org.openmoko.dev: a30fcc61989369a846225a007ece00d68a2858b9
      ([EMAIL PROTECTED])
   4. org.openmoko.dev: a30fcc61989369a846225a007ece00d68a2858b9
      ([EMAIL PROTECTED])
--- Begin Message ---
Author: thomas
Date: 2008-05-01 13:38:31 +0200 (Thu, 01 May 2008)
New Revision: 4412

Modified:
   trunk/src/target/opkg/libopkg/opkg_download.c
Log:
opkg: add some extra error checks to opkg_verify_file()


Modified: trunk/src/target/opkg/libopkg/opkg_download.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_download.c       2008-04-30 22:05:16 UTC 
(rev 4411)
+++ trunk/src/target/opkg/libopkg/opkg_download.c       2008-05-01 11:38:31 UTC 
(rev 4412)
@@ -252,8 +252,12 @@
        return -1;
 
     err = gpgme_op_verify (ctx, sig, text, NULL);
+    if (err)
+       return -1;
 
     result = gpgme_op_verify_result (ctx);
+    if (!result)
+       return -1;
 
     /* see if any of the signitures matched */
     s = result->signatures;




--- End Message ---
--- Begin Message ---
Author: thomas
Date: 2008-05-01 15:31:32 +0200 (Thu, 01 May 2008)
New Revision: 4413

Modified:
   
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkbutton
Log:
openmoko-standard-2: fix bug 1233 - GtkToggledButton looks bad


Modified: 
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkbutton
===================================================================
--- 
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkbutton 
    2008-05-01 11:38:31 UTC (rev 4412)
+++ 
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkbutton 
    2008-05-01 13:31:32 UTC (rev 4413)
@@ -37,4 +37,4 @@
 }
 widget_class "*.GtkButton.*" style "gtkbutton-label"
 widget_class "*.MokoDigitButton.*" style "gtkbutton-label"
-
+widget_class "*.GtkToggleButton.*" style "gtkbutton-label"




--- End Message ---
--- Begin Message ---
revision:            a30fcc61989369a846225a007ece00d68a2858b9
date:                2008-05-01T12:43:36
author:              [EMAIL PROTECTED]
branch:              org.openmoko.dev
changelog:

revert opkg svn revsion number to 4247


manifest:
format_version "1"

new_manifest [897c4ca8688114264e6599f53f10229d13f1e56d]

old_revision [1f69a86b5b2b164a384987798c80a8b16ce446b1]

patch "conf/distro/include/sane-srcrevs.inc"
 from [67880c0db6b8238274dbd8c6654ff819008b5dc4]
   to [0a5ced566fca31267eac24c7da9852f8fe242910]
#
#
# patch "conf/distro/include/sane-srcrevs.inc"
#  from [67880c0db6b8238274dbd8c6654ff819008b5dc4]
#    to [0a5ced566fca31267eac24c7da9852f8fe242910]
#
============================================================
--- conf/distro/include/sane-srcrevs.inc        
67880c0db6b8238274dbd8c6654ff819008b5dc4
+++ conf/distro/include/sane-srcrevs.inc        
0a5ced566fca31267eac24c7da9852f8fe242910
@@ -147,6 +147,9 @@ SRCREV_pn-openocd-native ?= "517"
 SRCREV_pn-openmoko-worldclock2 ?= "3365"
 SRCREV_pn-openocd ?= "517"
 SRCREV_pn-openocd-native ?= "517"
+SRCREV_pn-opkg ?= "4247"
+SRCREV_pn-opkg-native ?= "4247"
+SRCREV_pn-opkg-sdk ?= "4247"
 SRCREV_pn-oprofileui ?= "160"
 SRCREV_pn-packagekit ?= "432046796fa420f57ab6c71081f7ba14e9a92574"
 SRCREV_pn-psplash ?= "249"

--- End Message ---
--- Begin Message ---
revision:            a30fcc61989369a846225a007ece00d68a2858b9
date:                2008-05-01T12:43:36
author:              [EMAIL PROTECTED]
branch:              org.openmoko.dev
changelog:

revert opkg svn revsion number to 4247


manifest:
format_version "1"

new_manifest [897c4ca8688114264e6599f53f10229d13f1e56d]

old_revision [1f69a86b5b2b164a384987798c80a8b16ce446b1]

patch "conf/distro/include/sane-srcrevs.inc"
 from [67880c0db6b8238274dbd8c6654ff819008b5dc4]
   to [0a5ced566fca31267eac24c7da9852f8fe242910]
#
#
# patch "conf/distro/include/sane-srcrevs.inc"
#  from [67880c0db6b8238274dbd8c6654ff819008b5dc4]
#    to [0a5ced566fca31267eac24c7da9852f8fe242910]
#
============================================================
--- conf/distro/include/sane-srcrevs.inc        
67880c0db6b8238274dbd8c6654ff819008b5dc4
+++ conf/distro/include/sane-srcrevs.inc        
0a5ced566fca31267eac24c7da9852f8fe242910
@@ -147,6 +147,9 @@ SRCREV_pn-openocd-native ?= "517"
 SRCREV_pn-openmoko-worldclock2 ?= "3365"
 SRCREV_pn-openocd ?= "517"
 SRCREV_pn-openocd-native ?= "517"
+SRCREV_pn-opkg ?= "4247"
+SRCREV_pn-opkg-native ?= "4247"
+SRCREV_pn-opkg-sdk ?= "4247"
 SRCREV_pn-oprofileui ?= "160"
 SRCREV_pn-packagekit ?= "432046796fa420f57ab6c71081f7ba14e9a92574"
 SRCREV_pn-psplash ?= "249"

--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to