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. r4357 - trunk/src/target/opkg/libopkg ([EMAIL PROTECTED])
   2. r4358 - trunk/src/target/opkg/libopkg ([EMAIL PROTECTED])
--- Begin Message ---
Author: thomas
Date: 2008-04-14 16:38:13 +0200 (Mon, 14 Apr 2008)
New Revision: 4357

Modified:
   trunk/src/target/opkg/libopkg/conffile.c
   trunk/src/target/opkg/libopkg/conffile.h
   trunk/src/target/opkg/libopkg/conffile_list.c
   trunk/src/target/opkg/libopkg/conffile_list.h
   trunk/src/target/opkg/libopkg/libopkg.c
   trunk/src/target/opkg/libopkg/libopkg.h
   trunk/src/target/opkg/libopkg/nv_pair.c
   trunk/src/target/opkg/libopkg/nv_pair.h
   trunk/src/target/opkg/libopkg/nv_pair_list.c
   trunk/src/target/opkg/libopkg/nv_pair_list.h
   trunk/src/target/opkg/libopkg/opkg_cmd.c
   trunk/src/target/opkg/libopkg/opkg_cmd.h
   trunk/src/target/opkg/libopkg/opkg_conf.c
   trunk/src/target/opkg/libopkg/opkg_conf.h
   trunk/src/target/opkg/libopkg/opkg_configure.c
   trunk/src/target/opkg/libopkg/opkg_configure.h
   trunk/src/target/opkg/libopkg/opkg_download.c
   trunk/src/target/opkg/libopkg/opkg_download.h
   trunk/src/target/opkg/libopkg/opkg_install.c
   trunk/src/target/opkg/libopkg/opkg_install.h
   trunk/src/target/opkg/libopkg/opkg_message.c
   trunk/src/target/opkg/libopkg/opkg_message.h
   trunk/src/target/opkg/libopkg/opkg_remove.c
   trunk/src/target/opkg/libopkg/opkg_remove.h
   trunk/src/target/opkg/libopkg/opkg_upgrade.c
   trunk/src/target/opkg/libopkg/opkg_upgrade.h
   trunk/src/target/opkg/libopkg/opkg_utils.c
   trunk/src/target/opkg/libopkg/opkg_utils.h
   trunk/src/target/opkg/libopkg/pkg.c
   trunk/src/target/opkg/libopkg/pkg.h
   trunk/src/target/opkg/libopkg/pkg_depends.c
   trunk/src/target/opkg/libopkg/pkg_depends.h
   trunk/src/target/opkg/libopkg/pkg_dest.c
   trunk/src/target/opkg/libopkg/pkg_dest.h
   trunk/src/target/opkg/libopkg/pkg_dest_list.c
   trunk/src/target/opkg/libopkg/pkg_dest_list.h
   trunk/src/target/opkg/libopkg/pkg_extract.c
   trunk/src/target/opkg/libopkg/pkg_extract.h
   trunk/src/target/opkg/libopkg/pkg_hash.c
   trunk/src/target/opkg/libopkg/pkg_hash.h
   trunk/src/target/opkg/libopkg/pkg_parse.c
   trunk/src/target/opkg/libopkg/pkg_parse.h
   trunk/src/target/opkg/libopkg/pkg_src.c
   trunk/src/target/opkg/libopkg/pkg_src.h
   trunk/src/target/opkg/libopkg/pkg_src_list.c
   trunk/src/target/opkg/libopkg/pkg_src_list.h
   trunk/src/target/opkg/libopkg/pkg_vec.c
   trunk/src/target/opkg/libopkg/pkg_vec.h
   trunk/src/target/opkg/libopkg/str_list.c
   trunk/src/target/opkg/libopkg/str_list.h
   trunk/src/target/opkg/libopkg/str_util.c
   trunk/src/target/opkg/libopkg/str_util.h
   trunk/src/target/opkg/libopkg/user.c
   trunk/src/target/opkg/libopkg/user.h
   trunk/src/target/opkg/libopkg/void_list.c
   trunk/src/target/opkg/libopkg/void_list.h
Log:
opkg: 's/itsy/opkg/'


Modified: trunk/src/target/opkg/libopkg/conffile.c
===================================================================
--- trunk/src/target/opkg/libopkg/conffile.c    2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/conffile.c    2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* conffile.c - the itsy package management system
+/* conffile.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/conffile.h
===================================================================
--- trunk/src/target/opkg/libopkg/conffile.h    2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/conffile.h    2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* conffile.h - the itsy package management system
+/* conffile.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/conffile_list.c
===================================================================
--- trunk/src/target/opkg/libopkg/conffile_list.c       2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/conffile_list.c       2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* conffile_list.c - the itsy package management system
+/* conffile_list.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/conffile_list.h
===================================================================
--- trunk/src/target/opkg/libopkg/conffile_list.h       2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/conffile_list.h       2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* conffile_list.h - the itsy package management system
+/* conffile_list.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/libopkg.c
===================================================================
--- trunk/src/target/opkg/libopkg/libopkg.c     2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/libopkg.c     2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* opkglib.c - the itsy package management system
+/* opkglib.c - the opkg package management system
 
    Florina Boor
 

Modified: trunk/src/target/opkg/libopkg/libopkg.h
===================================================================
--- trunk/src/target/opkg/libopkg/libopkg.h     2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/libopkg.h     2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* opkglib.h - the itsy package management system
+/* opkglib.h - the opkg package management system
 
    Florian Boor <[EMAIL PROTECTED]>
 

Modified: trunk/src/target/opkg/libopkg/nv_pair.c
===================================================================
--- trunk/src/target/opkg/libopkg/nv_pair.c     2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/nv_pair.c     2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* nv_pair.c - the itsy package management system
+/* nv_pair.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/nv_pair.h
===================================================================
--- trunk/src/target/opkg/libopkg/nv_pair.h     2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/nv_pair.h     2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* nv_pair.h - the itsy package management system
+/* nv_pair.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/nv_pair_list.c
===================================================================
--- trunk/src/target/opkg/libopkg/nv_pair_list.c        2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/nv_pair_list.c        2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* nv_pair_list.c - the itsy package management system
+/* nv_pair_list.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/nv_pair_list.h
===================================================================
--- trunk/src/target/opkg/libopkg/nv_pair_list.h        2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/nv_pair_list.h        2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* nv_pair_list.h - the itsy package management system
+/* nv_pair_list.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_cmd.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_cmd.c    2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/opkg_cmd.c    2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* opkg_cmd.c - the itsy package management system
+/* opkg_cmd.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_cmd.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_cmd.h    2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/opkg_cmd.h    2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* opkg_cmd.h - the itsy package management system
+/* opkg_cmd.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_conf.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_conf.c   2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/opkg_conf.c   2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* opkg_conf.c - the itsy package management system
+/* opkg_conf.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_conf.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_conf.h   2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/opkg_conf.h   2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* opkg_conf.h - the itsy package management system
+/* opkg_conf.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_configure.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_configure.c      2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_configure.c      2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_configure.c - the itsy package management system
+/* opkg_configure.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_configure.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_configure.h      2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_configure.h      2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_configure.h - the itsy package management system
+/* opkg_configure.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_download.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_download.c       2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_download.c       2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,5 +1,5 @@
 /* vi: set noexpandtab sw=4 sts=4: */
-/* opkg_download.c - the itsy package management system
+/* opkg_download.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_download.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_download.h       2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_download.h       2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_download.h - the itsy package management system
+/* opkg_download.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_install.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_install.c        2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_install.c        2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_install.c - the itsy package management system
+/* opkg_install.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_install.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_install.h        2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_install.h        2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_install.h - the itsy package management system
+/* opkg_install.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_message.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_message.c        2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_message.c        2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_message.c - the itsy package management system
+/* opkg_message.c - the opkg package management system
 
    Copyright (C) 2003 Daniele Nicolodi <[EMAIL PROTECTED]>
 

Modified: trunk/src/target/opkg/libopkg/opkg_message.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_message.h        2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_message.h        2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_message.h - the itsy package management system
+/* opkg_message.h - the opkg package management system
 
    Copyright (C) 2003 Daniele Nicolodi <[EMAIL PROTECTED]>
 

Modified: trunk/src/target/opkg/libopkg/opkg_remove.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_remove.c 2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/opkg_remove.c 2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* opkg_remove.c - the itsy package management system
+/* opkg_remove.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_remove.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_remove.h 2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/opkg_remove.h 2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* opkg_remove.h - the itsy package management system
+/* opkg_remove.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_upgrade.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_upgrade.c        2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_upgrade.c        2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_upgrade.c - the itsy package management system
+/* opkg_upgrade.c - the opkg package management system
 
    Carl D. Worth
    Copyright (C) 2001 University of Southern California

Modified: trunk/src/target/opkg/libopkg/opkg_upgrade.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_upgrade.h        2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_upgrade.h        2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_upgrade.c - the itsy package management system
+/* opkg_upgrade.c - the opkg package management system
 
    Copyright (C) 2003 Daniele Nicolodi <[EMAIL PROTECTED]>
 

Modified: trunk/src/target/opkg/libopkg/opkg_utils.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_utils.c  2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/opkg_utils.c  2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* opkg_utils.c - the itsy package management system
+/* opkg_utils.c - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/opkg_utils.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_utils.h  2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/opkg_utils.h  2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* opkg_utils.h - the itsy package management system
+/* opkg_utils.h - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg.c 2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg.c 2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg.c - the itsy package management system
+/* pkg.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg.h 2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg.h 2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg.h - the itsy package management system
+/* pkg.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_depends.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_depends.c 2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/pkg_depends.c 2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* pkg_depends.c - the itsy package management system
+/* pkg_depends.c - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg_depends.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_depends.h 2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/pkg_depends.h 2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* pkg_depends.h - the itsy package management system
+/* pkg_depends.h - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg_dest.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_dest.c    2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/pkg_dest.c    2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* pkg_dest.c - the itsy package management system
+/* pkg_dest.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_dest.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_dest.h    2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/pkg_dest.h    2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* pkg_dest.h - the itsy package management system
+/* pkg_dest.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_dest_list.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_dest_list.c       2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_dest_list.c       2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_dest_list.c - the itsy package management system
+/* pkg_dest_list.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_dest_list.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_dest_list.h       2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_dest_list.h       2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_dest_list.h - the itsy package management system
+/* pkg_dest_list.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_extract.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_extract.c 2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/pkg_extract.c 2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* pkg_extract.c - the itsy package management system
+/* pkg_extract.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_extract.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_extract.h 2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/pkg_extract.h 2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* pkg_extract.c - the itsy package management system
+/* pkg_extract.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_hash.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_hash.c    2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/pkg_hash.c    2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* opkg_hash.c - the itsy package management system
+/* opkg_hash.c - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg_hash.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_hash.h    2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/pkg_hash.h    2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* pkg_hash.h - the itsy package management system
+/* pkg_hash.h - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg_parse.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_parse.c   2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/pkg_parse.c   2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* pkg_parse.c - the itsy package management system
+/* pkg_parse.c - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg_parse.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_parse.h   2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/pkg_parse.h   2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* pkg_parse.h - the itsy package management system
+/* pkg_parse.h - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg_src.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_src.c     2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/pkg_src.c     2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* pkg_src.c - the itsy package management system
+/* pkg_src.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_src.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_src.h     2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/pkg_src.h     2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* pkg_src.h - the itsy package management system
+/* pkg_src.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_src_list.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_src_list.c        2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_src_list.c        2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_src_list.c - the itsy package management system
+/* pkg_src_list.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_src_list.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_src_list.h        2008-04-14 11:39:35 UTC 
(rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_src_list.h        2008-04-14 14:38:13 UTC 
(rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_src_list.h - the itsy package management system
+/* pkg_src_list.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_vec.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_vec.c     2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/pkg_vec.c     2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* pkg_vec.c - the itsy package management system
+/* pkg_vec.c - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg_vec.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_vec.h     2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/pkg_vec.h     2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* pkg_vec.h - the itsy package management system
+/* pkg_vec.h - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/str_list.c
===================================================================
--- trunk/src/target/opkg/libopkg/str_list.c    2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/str_list.c    2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* str_list.c - the itsy package management system
+/* str_list.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/str_list.h
===================================================================
--- trunk/src/target/opkg/libopkg/str_list.h    2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/str_list.h    2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* str_list.h - the itsy package management system
+/* str_list.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/str_util.c
===================================================================
--- trunk/src/target/opkg/libopkg/str_util.c    2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/str_util.c    2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* str_utils.c - the itsy package management system
+/* str_utils.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/str_util.h
===================================================================
--- trunk/src/target/opkg/libopkg/str_util.h    2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/str_util.h    2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* str_utils.h - the itsy package management system
+/* str_utils.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/user.c
===================================================================
--- trunk/src/target/opkg/libopkg/user.c        2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/user.c        2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* user.c - the itsy package management system
+/* user.c - the opkg package management system
 
    Jamey Hicks
 

Modified: trunk/src/target/opkg/libopkg/user.h
===================================================================
--- trunk/src/target/opkg/libopkg/user.h        2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/user.h        2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* user.c - the itsy package management system
+/* user.c - the opkg package management system
 
    Jamey Hicks
 

Modified: trunk/src/target/opkg/libopkg/void_list.c
===================================================================
--- trunk/src/target/opkg/libopkg/void_list.c   2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/void_list.c   2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* void_list.c - the itsy package management system
+/* void_list.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/void_list.h
===================================================================
--- trunk/src/target/opkg/libopkg/void_list.h   2008-04-14 11:39:35 UTC (rev 
4356)
+++ trunk/src/target/opkg/libopkg/void_list.h   2008-04-14 14:38:13 UTC (rev 
4357)
@@ -1,4 +1,4 @@
-/* void_list.h - the itsy package management system
+/* void_list.h - the opkg package management system
 
    Carl D. Worth
 




--- End Message ---
--- Begin Message ---
Author: thomas
Date: 2008-04-14 17:49:57 +0200 (Mon, 14 Apr 2008)
New Revision: 4358

Modified:
   trunk/src/target/opkg/libopkg/Makefile.am
Log:
libopkg: stop exporting random symbols into the wild


Modified: trunk/src/target/opkg/libopkg/Makefile.am
===================================================================
--- trunk/src/target/opkg/libopkg/Makefile.am   2008-04-14 14:38:13 UTC (rev 
4357)
+++ trunk/src/target/opkg/libopkg/Makefile.am   2008-04-14 15:49:57 UTC (rev 
4358)
@@ -29,6 +29,9 @@
 
 libopkg_la_LIBADD = $(top_builddir)/libbb/libbb.la $(CURL_LIBS) $(GPGME_LIBS)
 
+# make sure we only export symbols that are for public use
+libopkg_la_LDFLAGS = -export-symbols-regex "^opkg_.*"
+
 opkg_core_sources = args.c args.h \
                    user.c user.h 
 opkg_libcore_sources = args.c args.h libopkg.c libopkg.h\




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

Reply via email to