[Lunar-commits] r17435 - moonbase/trunk/sql/libpqxx
Dennis Veatch
stumbles at lunar-linux.org
Thu Nov 24 03:10:45 UTC 2005
Author: stumbles
Date: 2005-11-24 03:10:44 +0000 (Thu, 24 Nov 2005)
New Revision: 17435
Modified:
moonbase/trunk/sql/libpqxx/DETAILS
Log:
Fixes a bug where connection failures during results transfer were being
misdiagnosed as SQL-level failures; plus an incorrect link option in the
pqxx-config script.
Modified: moonbase/trunk/sql/libpqxx/DETAILS
===================================================================
--- moonbase/trunk/sql/libpqxx/DETAILS 2005-11-24 03:04:09 UTC (rev 17434)
+++ moonbase/trunk/sql/libpqxx/DETAILS 2005-11-24 03:10:44 UTC (rev 17435)
@@ -1,16 +1,18 @@
MODULE=libpqxx
- VERSION=2.5.3
+ VERSION=2.5.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=ftp://gborg.postgresql.org/pub/libpqxx/stable/
- SOURCE_VFY=sha1:23cec9349eb52d918d2f518296d0baa704d16cde
- WEB_SITE=http://gborg.postgresql.org/project/libpqxx/projdisplay.php
+ SOURCE_VFY=sha1:e7ee3d9ea5acfccf2779bf39fe29d0228bd6479a
+ WEB_SITE=http://gborg.postgresql.org/project/libpqxx/projdisplay.php/
ENTERED=20050728
UPDATED=20050728
SHORT="C++ client API for PostgreSQL"
+
cat << EOF
-C++ client API for PostgreSQL. The standard front-end (in the sense of "language binding")
- for writing C++ programs that use PostgreSQL. Supersedes older libpq++ interface.
-Requires an up-to-date C++ compiler, like gcc 2.95 or better.
+C++ client API for PostgreSQL. The standard front-end (in the sense of
+"language binding") for writing C++ programs that use PostgreSQL.
+Supersedes older libpq++ interface. Requires an up-to-date C++ compiler,
+like gcc 2.95 or better.
This project is released under the Berkeley/BSD license.
EOF
More information about the Lunar-commits
mailing list