Thread: pgsql/contrib Makefile README pgcrypto/Makefil ...

pgsql/contrib Makefile README pgcrypto/Makefil ...

From
momjian@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.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