Format: 1.7 Date: Tue, 04 Oct 2011 12:55:04 +0200 Source: postgresql-8.3 Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 postgresql-8.3 postgresql-client-8.3 postgresql-server-dev-8.3 postgresql-doc-8.3 postgresql-contrib-8.3 postgresql-plperl-8.3 postgresql-plpython-8.3 postgresql-pltcl-8.3 postgresql postgresql-client postgresql-doc postgresql-contrib Architecture: lpia_translations lpia Version: 8.3.16-0ubuntu0.8.04 Distribution: hardy Urgency: low Maintainer: Ubuntu/i386 Build Daemon Changed-By: Martin Pitt Description: libecpg-compat3 - older version of run-time library for ECPG programs libecpg-dev - development files for ECPG (Embedded PostgreSQL for C) libecpg6 - run-time library for ECPG programs libpgtypes3 - shared library libpgtypes for PostgreSQL 8.3 libpq-dev - header files for libpq5 (PostgreSQL library) libpq5 - PostgreSQL C client library postgresql - object-relational SQL database (latest version) postgresql-8.3 - object-relational SQL database, version 8.3 server postgresql-client - front-end programs for PostgreSQL (latest version) postgresql-client-8.3 - front-end programs for PostgreSQL 8.3 postgresql-contrib - additional facilities for PostgreSQL (latest version) postgresql-contrib-8.3 - additional facilities for PostgreSQL postgresql-doc - documentation for the PostgreSQL database management system postgresql-doc-8.3 - documentation for the PostgreSQL database management system postgresql-plperl-8.3 - PL/Perl procedural language for PostgreSQL 8.3 postgresql-plpython-8.3 - PL/Python procedural language for PostgreSQL 8.3 postgresql-pltcl-8.3 - PL/Tcl procedural language for PostgreSQL 8.3 postgresql-server-dev-8.3 - development files for PostgreSQL 8.3 server-side programming Launchpad-Bugs-Fixed: 866049 Changes: postgresql-8.3 (8.3.16-0ubuntu0.8.04) hardy-security; urgency=low . * New upstream bug fix/security release 8.3.16: (LP: #866049) - Fix bugs in indexing of in-doubt HOT-updated tuples. These bugs could result in index corruption after reindexing a system catalog. They are not believed to affect user indexes. - Fix multiple bugs in GiST index page split processing. The probability of occurrence was low, but these could lead to index corruption. - Fix possible buffer overrun in tsvector_concat(). The function could underestimate the amount of memory needed for its result, leading to server crashes. - Fix crash in xml_recv when processing a "standalone" parameter. - Avoid possibly accessing off the end of memory in "ANALYZE" and in SJIS-2004 encoding conversion. This fixes some very-low-probability server crash scenarios. - Fix race condition in relcache init file invalidation. There was a window wherein a new backend process could read a stale init file but miss the inval messages that would tell it the data is stale. The result would be bizarre failures in catalog accesses, typically "could not read block 0 in file ..." later during startup. - Fix memory leak at end of a GiST index scan. Commands that perform many separate GiST index scans, such as verification of a new GiST-based exclusion constraint on a table already containing many rows, could transiently require large amounts of memory due to this leak. - Fix performance problem when constructing a large, lossy bitmap. - Fix array- and path-creating functions to ensure padding bytes are zeroes. This avoids some situations where the planner will think that semantically-equal constants are not equal, resulting in poor optimization. - Fix dump bug for VALUES in a view. - Disallow SELECT FOR UPDATE/SHARE on sequences. This operation doesn't work as expected and can lead to failures. - Defend against integer overflow when computing size of a hash table. - Fix cases where "CLUSTER" might attempt to access already-removed TOAST data. - Fix portability bugs in use of credentials control messages for "peer" authentication. - Fix SSPI login when multiple roundtrips are required. The typical symptom of this problem was "The function requested is not supported" errors during SSPI login. - Fix typo in pg_srand48 seed initialization. This led to failure to use all bits of the provided seed. This function is not used on most platforms (only those without srandom), and the potential security exposure from a less-random-than-expected seed seems minimal in any case. - Avoid integer overflow when the sum of LIMIT and OFFSET values exceeds 2^63. - Add overflow checks to int4 and int8 versions of generate_series(). - Fix trailing-zero removal in to_char(). In a format with FM and no digit positions after the decimal point, zeroes to the left of the decimal point could be removed incorrectly. - Fix pg_size_pretty() to avoid overflow for inputs close to 2^63. - Fix psql's counting of script file line numbers during COPY from a different file. - Fix pg_restore's direct-to-database mode for standard_conforming_strings. pg_restore could emit incorrect commands when restoring directly to a database server from an archive file that had been made with standard_conforming_strings set to on. - Fix write-past-buffer-end and memory leak in libpq's LDAP service lookup code. - In libpq, avoid failures when using nonblocking I/O and an SSL connection. - Improve libpq's handling of failures during connection startup. In particular, the response to a server report of fork() failure during SSL connection startup is now saner. - Improve libpq's error reporting for SSL failures. - Make ecpglib write double values with 15 digits precision. - In ecpglib, be sure LC_NUMERIC setting is restored after an error. - Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). "contrib/pg_crypto"'s blowfish encryption code could give wrong results on platforms where char is signed (which is most), leading to encrypted passwords being weaker than they should be. - Fix memory leak in "contrib/seg". - Fix pgstatindex() to give consistent results for empty indexes. - Allow building with perl 5.14 (Alex Hunsaker) Files: f3b248ca92158eca7077474882cf10e6 2651239 raw-translations - postgresql-8.3_8.3.16-0ubuntu0.8.04_lpia_translations.tar.gz a11943fb65b2b5294da9d0efa25c5f9d 180542 libdevel optional libpq-dev_8.3.16-0ubuntu0.8.04_lpia.deb b8e884fb52c1f9e24ac9cea1b98ede4b 346132 libs optional libpq5_8.3.16-0ubuntu0.8.04_lpia.deb d32166118171fc76a9e503b744eaf70e 30910 libs optional libecpg6_8.3.16-0ubuntu0.8.04_lpia.deb 07ed3ff6e99ddc65713a135f3a2d50b0 212830 libdevel optional libecpg-dev_8.3.16-0ubuntu0.8.04_lpia.deb eac3fd607f4df9bacca00132d05620df 10466 libs optional libecpg-compat3_8.3.16-0ubuntu0.8.04_lpia.deb 0a5300035cee2af93350f27b1135257c 314354 libs optional libpgtypes3_8.3.16-0ubuntu0.8.04_lpia.deb 424860b86800b25972340d7166848128 3609310 misc optional postgresql-8.3_8.3.16-0ubuntu0.8.04_lpia.deb 9eda598ba26705053b6d90b45e7cf782 701396 misc optional postgresql-client-8.3_8.3.16-0ubuntu0.8.04_lpia.deb 29d2e47aa3c7d9d9efa60eb3cee712b7 852228 libdevel optional postgresql-server-dev-8.3_8.3.16-0ubuntu0.8.04_lpia.deb 5f2647d8f0d4e36341a869f1cfd12888 328284 misc optional postgresql-contrib-8.3_8.3.16-0ubuntu0.8.04_lpia.deb fc9333129613e53bd90a6d44c9106d4b 315486 misc optional postgresql-plperl-8.3_8.3.16-0ubuntu0.8.04_lpia.deb 0b155ef0d3b1c71f673973b11b68d4da 305146 misc optional postgresql-plpython-8.3_8.3.16-0ubuntu0.8.04_lpia.deb 43dbd7547ce8370ba05a50f5fb89cbc9 304618 misc optional postgresql-pltcl-8.3_8.3.16-0ubuntu0.8.04_lpia.deb Original-Maintainer: Martin Pitt