[Lunar-commits] r22508 - moonbase/trunk/sql/postgresql

Florin Braescu florin at lunar-linux.org
Sat Dec 9 10:02:09 CET 2006


Author: florin
Date: 2006-12-09 10:02:08 +0100 (Sat, 09 Dec 2006)
New Revision: 22508

Modified:
   moonbase/trunk/sql/postgresql/DETAILS
Log:
bump the version from 8.1.5 to 8.2.0. major improvements, new features added and bugfixes. it's need to use pd_dump to dump/restore the old database for migration.



Modified: moonbase/trunk/sql/postgresql/DETAILS
===================================================================
--- moonbase/trunk/sql/postgresql/DETAILS	2006-12-09 08:57:37 UTC (rev 22507)
+++ moonbase/trunk/sql/postgresql/DETAILS	2006-12-09 09:02:08 UTC (rev 22508)
@@ -1,13 +1,14 @@
           MODULE=postgresql
-         VERSION=8.1.5
+           MAJOR=8.2
+         VERSION=8.2.0
           SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/source/v${VERSION}/
-   SOURCE_URL[1]=ftp://ftp.nl.postgresql.org/pub/mirrors/postgresql/source/v${VERSION}/
-   SOURCE_URL[2]=ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v${VERSION}/
-      SOURCE_VFY=sha1:6d819ad4e2344db1eac2aaab13f8034820ac8868
+   SOURCE_URL[0]=ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/source/v${MAJOR}/
+   SOURCE_URL[1]=ftp://ftp.nl.postgresql.org/pub/mirrors/postgresql/source/v${MAJOR}/
+   SOURCE_URL[2]=ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v${MAJOR}/
+      SOURCE_VFY=sha1:377034c155ebc6a063a1d54069d1a56da4d11f93
         WEB_SITE=http://www.postgresql.org
          ENTERED=20011113
-         UPDATED=20061014
+         UPDATED=20061209
            SHORT="A sophisticated Object-Relational DBMS"
 
 cat << EOF



More information about the Lunar-commits mailing list