pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/postgresql80-client



Module name:    pkgsrc-wip
Committed by:   absd
Date:           Tue Feb  1 17:40:45 UTC 2005

Modified Files:
        wip/postgresql80-client: PLIST

Log Message:
Update postgres80 to 8.0.1: Security issue as referenced by:
http://archives.postgresql.org/pgsql-announce/2005-02/msg00000.php
     * Disallow "LOAD" to non-superusers
       On platforms that will automatically execute initialization
       functions of a shared library (this includes at least Windows and
       ELF-based Unixen), "LOAD" can be used to make the server execute
       arbitrary code. Thanks to NGS Software for reporting this.
     * Check that creator of an aggregate function has the right to
       execute the specified transition functions
       This oversight made it possible to bypass denial of EXECUTE
       permission on a function.
     * Fix security and 64-bit issues in contrib/intagg
     * Add needed STRICT marking to some contrib functions (Kris Jurka)
     * Avoid buffer overrun when plpgsql cursor declaration has too many
       parameters (Neil)
     * Make "ALTER TABLE ADD COLUMN" enforce domain constraints in all
       cases
     * Fix planning error for FULL and RIGHT outer joins 
       The result of the join was mistakenly supposed to be sorted the
       same as the left input. This could not only deliver mis-sorted
       output to the user, but in case of nested merge joins could give
       outright wrong answers.
     * Improve planning of grouped aggregate queries
     * "ROLLBACK TO savepoint" closes cursors created since the savepoint
     * Fix inadequate backend stack size on Windows
     * Avoid SHGetSpecialFolderPath() on Windows (Magnus)
     * Fix some problems in running pg_autovacuum as a Windows service
       (Dave Page)
     * Multiple minor bug fixes in pg_dump/pg_restore
     * Fix ecpg segfault with named structs used in typedefs (Michael)


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 wip/postgresql80-client/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index