pgsql/contrib Makefile README pgcrypto/Makefil ...

From: momjian(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/contrib Makefile README pgcrypto/Makefil ...
Date: 2001-09-29 03:11:58
Message-ID: 200109290311.f8T3Bw468848@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 01/09/28 23:11:58

Modified files:
contrib : Makefile README
contrib/pgcrypto: Makefile README.pgcrypto pgcrypto.sql.in

Log message:
I noticed that the contrib Makefiles were reorganized.
Converted pgcrypto one too.

* Changed default randomness source to libc random()
That way pgcrypto does not have any external dependencies
and should work everywhere.
* Re-enabled pgcrypto build in contrib/makefile
* contrib/README update - there is more stuff than
only 'hash functions'
* Noted the libc random fact in README.pgcrypto

Marko Kreen

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2001-09-29 03:12:51 pgsql/contrib/pgcrypto random.c
Previous Message momjian 2001-09-29 03:11:11 pgsql/src/interfaces/jdbc/org/postgresql/test/ ...