[Lunar-commits] r26445 - moonbase/trunk/utils/gnokii

Florin Braescu florin at lunar-linux.org
Sun Oct 28 07:11:22 CET 2007


Author: florin
Date: 2007-10-28 07:11:22 +0100 (Sun, 28 Oct 2007)
New Revision: 26445

Modified:
   moonbase/trunk/utils/gnokii/BUILD
   moonbase/trunk/utils/gnokii/DETAILS
Log:
bump the version from 0.6.19 to 0.6.20. Support for SIM Card Readers (pcsc driver) was added. SMS saving to the external files was improved. Several segmentation faults were fixed. The DKU-5 connection is working again. Support for SonyEricsson phones (phonebook, date and time functions) was improved. Some code cleanups were done.

Modified: moonbase/trunk/utils/gnokii/BUILD
===================================================================
--- moonbase/trunk/utils/gnokii/BUILD	2007-10-28 06:07:40 UTC (rev 26444)
+++ moonbase/trunk/utils/gnokii/BUILD	2007-10-28 06:11:22 UTC (rev 26445)
@@ -13,11 +13,11 @@
   ./configure  --prefix=/usr  \
                $OPTS         &&
 
-  make               &&
-  make install-docs  &&
-  make install-suid  &&
-  prepare_install    &&
-  make install       &&
+  make                &&
+  make install-docs   &&
+  prepare_install     &&
+  make install        &&
+  make install-devel  &&
   cp Docs/sample/gnokiirc /etc/gnokiirc
   
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/utils/gnokii/DETAILS
===================================================================
--- moonbase/trunk/utils/gnokii/DETAILS	2007-10-28 06:07:40 UTC (rev 26444)
+++ moonbase/trunk/utils/gnokii/DETAILS	2007-10-28 06:11:22 UTC (rev 26445)
@@ -1,11 +1,11 @@
           MODULE=gnokii
-         VERSION=0.6.19
+         VERSION=0.6.20
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.gnokii.org/download/$MODULE/
-      SOURCE_VFY=sha1:da3cefb6cd3a6b829aa02e0d276298ba5c56d95f
+      SOURCE_VFY=sha1:6c51477d7e1358020ff52274f78a6dc595429d22
         WEB_SITE=http://www.gnokii.org/index.shtml/
          ENTERED=20050424
-         UPDATED=20071008
+         UPDATED=20071028
            SHORT="tools and driver for mobile phones under various unices"
            PSAFE="no"
 



More information about the Lunar-commits mailing list