[Lunar-commits] r18441 - moonbase/trunk/sql/freetds

Dennis Veatch stumbles at lunar-linux.org
Tue Jan 31 19:18:26 UTC 2006


Author: stumbles
Date: 2006-01-31 19:18:23 +0000 (Tue, 31 Jan 2006)
New Revision: 18441

Modified:
   moonbase/trunk/sql/freetds/DETAILS
Log:
ODBC: use tds_dstr* functions to store descriptor information

header privatizations (removing tds.h dependency).  This is quite 
important for future binary compatibility.

Improved BCP support for NULL fields and native file format.

iconv: better collation support, e.g. SQL_Scandinavian_CP850_CI_AS

and a few others.



Modified: moonbase/trunk/sql/freetds/DETAILS
===================================================================
--- moonbase/trunk/sql/freetds/DETAILS	2006-01-31 18:03:53 UTC (rev 18440)
+++ moonbase/trunk/sql/freetds/DETAILS	2006-01-31 19:18:23 UTC (rev 18441)
@@ -1,12 +1,14 @@
           MODULE=freetds
-	 VERSION=0.62.4
-          SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=ftp://ftp.ibiblio.org/pub/Linux/ALPHA/$MODULE/stable/
-      SOURCE_VFY=md5:09695686e7aa2eaf963c2ebe30c7ae74
+	 VERSION=0.63
+          SOURCE=$MODULE-stable.tgz
+   SOURCE_URL[0]=tp://ftp.ibiblio.org/pub/Linux/ALPHA/$MODULE/stable/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:b95e630524800155af8fa04e78b5b834120cf48f
         WEB_SITE=http://www.freetds.org/
          ENTERED=20030101
-         UPDATED=20040716
+         UPDATED=20060131
            SHORT="OpenSource libraries for Sybase connections"
+
 cat << EOF
 Technically speaking, FreeTDS is an open source implementation of the
 TDS (Tabular DataStream) protocol used by these databases for their own



More information about the Lunar-commits mailing list