Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (51fe1e7e760a4ce52f392af1ba18201262b0b085)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (51fe1e7e760a4ce52f392af1ba18201262b0b085)
  • Date: Sat, 14 Oct 2006 05:02:38 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

database/postgresql/DETAILS | 4 +--
database/postgresql/FINAL | 54
--------------------------------------------
database/postgresql/HISTORY | 4 +++
3 files changed, 6 insertions(+), 56 deletions(-)

New commits:
commit 51fe1e7e760a4ce52f392af1ba18201262b0b085
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

postgresql 8.1.5

diff --git a/database/postgresql/DETAILS b/database/postgresql/DETAILS
index fa9f22f..08933cf 100755
--- a/database/postgresql/DETAILS
+++ b/database/postgresql/DETAILS
@@ -1,6 +1,6 @@
SPELL=postgresql
- VERSION=8.1.4
-
SOURCE_HASH=sha512:fe8164dcd570383b582e65ca02b37cfe72a3d349a978c0a57ade2f85c212f7188e232f0f1655a426c1c81fabfb7486fca37f7e96d03f4cf4cd2e0f4c662d809d
+ VERSION=8.1.5
+
SOURCE_HASH=sha512:26e9756a46c7d604b6ebfbfdadcc191bfed5028df822a4b0a61d7daba476ea3e49d70542f1c3a6f3a8196ae6888be84fb573bfe20d5ac35189646656393c7721
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URI=v$VERSION/$SOURCE
diff --git a/database/postgresql/FINAL b/database/postgresql/FINAL
index c9adb82..bbbe5aa 100755
--- a/database/postgresql/FINAL
+++ b/database/postgresql/FINAL
@@ -5,57 +5,3 @@ then echo
echo "Logs are written to /var/log/postgres."
echo
fi
-cat << EOF
-postgresql should be updated to 8.0.3.
-
-Moreover, according to the HISTORY file :
- A dump/restore is not required for those running 8.0.X. However, it is
- one possible way of handling two significant security problems that
- have been found in the initial contents of 8.0.X system catalogs. A
- dump/initdb/reload sequence using 8.0.3's initdb will automatically
- correct these problems.
-
-And :
-If you wish not to do an initdb, perform the following procedures
- instead. As the database superuser, do:
-BEGIN;
-UPDATE pg_proc SET proargtypes[3] = 'internal'::regtype
-WHERE pronamespace = 11 AND pronargs = 5
- AND proargtypes[2] = 'cstring'::regtype;
--- The command should report having updated 90 rows;
--- if not, rollback and investigate instead of committing!
-COMMIT;
-
- Next, if you have installed "contrib/tsearch2", do
-BEGIN;
-UPDATE pg_proc SET proargtypes[0] = 'internal'::regtype
-WHERE oid IN (
- 'dex_init(text)'::regprocedure,
- 'snb_en_init(text)'::regprocedure,
- 'snb_ru_init(text)'::regprocedure,
- 'spell_init(text)'::regprocedure,
- 'syn_init(text)'::regprocedure
-);
--- The command should report having updated 5 rows;
--- if not, rollback and investigate instead of committing!
-COMMIT;
-
- If this command fails with a message like "function "dex_init(text)"
- does not exist", then either "tsearch2" is not installed in this
- database, or you already did the update.
-
- The above procedures must be carried out in *each* database of an
- installation, including template1, and ideally including template0 as
- well. If you do not fix the template databases then any subsequently
- created databases will contain the same errors. template1 can be fixed
- in the same way as any other database, but fixing template0 requires
- additional steps. First, from any database issue
-UPDATE pg_database SET datallowconn = true WHERE datname = 'template0';
-
- Next connect to template0 and perform the above repair procedures.
- Finally, do
--- re-freeze template0:
-VACUUM FREEZE;
--- and protect it against future alterations:
-UPDATE pg_database SET datallowconn = false WHERE datname = 'template0';
-EOF
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index a65f651..0866731 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,7 @@
+2006-10-14 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 8.1.5
+ * FINAL: removed 8.0.3 related message
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* PROVIDES: [automated] Fixed invalid entries.




  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (51fe1e7e760a4ce52f392af1ba18201262b0b085), Ladislav Hagara, 10/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page