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

Accepted postgresql-8.4 8.4.3-1~bpo50+1 (source all powerpc)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 15 Mar 2010 20:00:54 +0100
Source: postgresql-8.4
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 postgresql-8.4 postgresql-client-8.4 postgresql-server-dev-8.4 postgresql-doc-8.4 postgresql-contrib-8.4 postgresql-plperl-8.4 postgresql-plpython-8.4 postgresql-pltcl-8.4 postgresql postgresql-client postgresql-doc postgresql-contrib
Architecture: source all powerpc
Version: 8.4.3-1~bpo50+1
Distribution: lenny-backports
Urgency: low
Maintainer: Martin Pitt <mpitt@debian.org>
Changed-By: Gerfried Fuchs <rhonda@debian.at>
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.4
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5     - PostgreSQL C client library
 postgresql - object-relational SQL database (supported version)
 postgresql-8.4 - object-relational SQL database, version 8.4 server
 postgresql-client - front-end programs for PostgreSQL (supported version)
 postgresql-client-8.4 - front-end programs for PostgreSQL 8.4
 postgresql-contrib - additional facilities for PostgreSQL (supported version)
 postgresql-contrib-8.4 - additional facilities for PostgreSQL
 postgresql-doc - documentation for the PostgreSQL database management system
 postgresql-doc-8.4 - documentation for the PostgreSQL database management system
 postgresql-plperl-8.4 - PL/Perl procedural language for PostgreSQL 8.4
 postgresql-plpython-8.4 - PL/Python procedural language for PostgreSQL 8.4
 postgresql-pltcl-8.4 - PL/Tcl procedural language for PostgreSQL 8.4
 postgresql-server-dev-8.4 - development files for PostgreSQL 8.4 server-side programming
Closes: 570108
Changes: 
 postgresql-8.4 (8.4.3-1~bpo50+1) lenny-backports; urgency=low
 .
   * Rebuild for lenny-backports.
 .
 postgresql-8.4 (8.4.3-1) unstable; urgency=low
 .
   * New upstream bug fix release:
     - Add new configuration parameter ssl_renegotiation_limit to control
       how often we do session key renegotiation for an SSL connection.
       This can be set to zero to disable renegotiation completely, which
       may be required if a broken SSL library is used. In particular,
       some vendors are shipping stopgap patches for CVE-2009-3555 that
       cause renegotiation attempts to fail.
     - Fix possible deadlock during backend startup.
     - Fix possible crashes due to not handling errors during relcache
       reload cleanly.
     - Fix possible crash due to use of dangling pointer to a cached plan.
     - Fix possible crash due to overenthusiastic invalidation of cached
       plan for "ROLLBACK".
     - Fix possible crashes when trying to recover from a failure in
       subtransaction start.
     - Fix server memory leak associated with use of savepoints and a
       client encoding different from server's encoding.
     - Fix incorrect WAL data emitted during end-of-recovery cleanup of a
       GIST index page split.
     - Fix bug in WAL redo cleanup method for GIN indexes.
     - Fix incorrect comparison of scan key in GIN index search.
     - Make substring() for bit types treat any negative length as meaning
       "all the rest of the string". The previous coding treated only -1 that
       way, and would produce an invalid result value for other negative
       values, possibly leading to a crash (CVE-2010-0442).
     - Fix integer-to-bit-string conversions to handle the first
       fractional byte correctly when the output bit width is wider than
       the given integer by something other than a multiple of 8 bits.
     - Fix some cases of pathologically slow regular expression matching.
     - Fix bug occurring when trying to inline a SQL function that returns
       a set of a composite type that contains dropped columns.
     - Fix bug with trying to update a field of an element of a
       composite-type array column.
     - Avoid failure when "EXPLAIN" has to print a FieldStore or
       assignment ArrayRef expression.
       These cases can arise now that "EXPLAIN VERBOSE" tries to print
       plan node target lists.
     - Avoid an unnecessary coercion failure in some cases where an
       undecorated literal string appears in a subquery within
       "UNION"/"INTERSECT"/"EXCEPT".
       This fixes a regression for some cases that worked before 8.4.
     - Avoid undesirable rowtype compatibility check failures in some
       cases where a whole-row Var has a rowtype that contains dropped
       columns.
     - Fix the STOP WAL LOCATION entry in backup history files to report
       the next WAL segment's name when the end location is exactly at a
       segment boundary.
     - Always pass the catalog ID to an option validator function
       specified in "CREATE FOREIGN DATA WRAPPER".
     - Fix some more cases of temporary-file leakage.
       This corrects a problem introduced in the previous minor release.
       One case that failed is when a plpgsql function returning set is
       called within another function's exception handler.
     - Add support for doing FULL JOIN ON FALSE.
       This prevents a regression from pre-8.4 releases for some queries
       that can now be simplified to a constant-false join condition.
     - Improve constraint exclusion processing of boolean-variable cases,
       in particular make it possible to exclude a partition that has a
       "bool_column = false" constraint.
     - Prevent treating an INOUT cast as representing binary compatibility.
     - Include column name in the message when warning about inability to
       grant or revoke column-level privileges.
       This is more useful than before and helps to prevent confusion when
       a "REVOKE" generates multiple messages, which formerly appeared to
       be duplicates.
     - When reading "pg_hba.conf" and related files, do not treat
       @something as a file inclusion request if the @ appears inside
       quote marks; also, never treat @ by itself as a file inclusion
       request.
       This prevents erratic behavior if a role or database name starts
       with @. If you need to include a file whose path name contains
       spaces, you can still do so, but you must write @"/path to/file"
       rather than putting the quotes around the whole construct.
     - Prevent infinite loop on some platforms if a directory is named as
       an inclusion target in "pg_hba.conf" and related files.
     - Fix possible infinite loop if SSL_read or SSL_write fails without
       setting errno.
       This is reportedly possible with some Windows versions of openssl.
     - Disallow GSSAPI authentication on local connections, since it
       requires a hostname to function correctly.
     - Protect ecpg against applications freeing strings unexpectedly.
     - Make ecpg report the proper SQLSTATE if the connection disappears.
     - Fix translation of cell contents in psql \d output.
     - Fix psql's numericlocale option to not format strings it shouldn't
       in latex and troff output formats.
     - Fix a small per-query memory leak in psql.
     - Make psql return the correct exit status (3) when ON_ERROR_STOP and
       --single-transaction are both specified and an error occurs during
       the implied "COMMIT".
     - Fix pg_dump's output of permissions for foreign servers.
     - Fix possible crash in parallel pg_restore due to out-of-range
       dependency IDs.
     - Fix plpgsql failure in one case where a composite column is set to
       NULL.
     - Fix possible failure when calling PL/Perl functions from PL/PerlU
       or vice versa.
     - Add volatile markings in PL/Python to avoid possible
       compiler-specific misbehavior>
     - Ensure PL/Tcl initializes the Tcl interpreter.
       The only known symptom of this oversight is that the Tcl clock
       command misbehaves if using Tcl 8.5 or later.
     - Prevent ExecutorEnd from being run on portals created within a
       failed transaction or subtransaction.
       This is known to cause issues when using "contrib/auto_explain".
     - Prevent crash in "contrib/dblink" when too many key columns are
       specified to a dblink_build_sql_- function.
     - Allow zero-dimensional arrays in "contrib/ltree" operations.
       This case was formerly rejected as an error, but it's more
       convenient to treat it the same as a zero-element array. In
       particular this avoids unnecessary failures when an ltree operation
       is applied to the result of ARRAY(SELECT ...) and the sub-select
       returns no rows.
     - Fix assorted crashes in "contrib/xml2" caused by sloppy memory
       management.
   * Rebuild against libossp-uuid16. (Closes: #570108, LP: #538284)
 .
 postgresql-8.4 (8.4.2-2) unstable; urgency=low
 .
   [ Alexander Sack ]
   * Add 04-armel-tas.patch: Fix ftbfs on armel: Use gcc intrinsics rather
     than assembler to implement tas (test and set). (LP: #497331)
 .
   [ Martin Pitt ]
   * Drop 15-dict-fallback-dir.patch: p-common 104 now directly creates the
     names tsearch is looking for. Bump p-common dependency accordingly.
Checksums-Sha1: 
 6c382a0850cf0ca5ec7f692c793b3803551fc4ef 1927 postgresql-8.4_8.4.3-1~bpo50+1.dsc
 9c666fa85e0782fc3e555766856bf1c2b6b35aa0 16853436 postgresql-8.4_8.4.3.orig.tar.gz
 848c6f6263a4197c809c287f3f71e5956663f19b 34095 postgresql-8.4_8.4.3-1~bpo50+1.diff.gz
 8f8ef70412df8c1b227b835dc2d9ac5dfd430bf1 1881276 postgresql-doc-8.4_8.4.3-1~bpo50+1_all.deb
 f788d5f1816a7e8c9e59cba12f34493d07d6e14b 13286 postgresql_8.4.3-1~bpo50+1_all.deb
 af47f548415cb977542da6e996672eddccdc134b 13258 postgresql-client_8.4.3-1~bpo50+1_all.deb
 0cf155d17e4faaa1dd69bfaa6fbb23890e0c8bf7 13096 postgresql-doc_8.4.3-1~bpo50+1_all.deb
 94f40aea21464e4164664e133415850ecf8cca28 13152 postgresql-contrib_8.4.3-1~bpo50+1_all.deb
 6e71cbc04776fe47564207b3c0ea18bcf77397a7 227580 libpq-dev_8.4.3-1~bpo50+1_powerpc.deb
 d0cf37f5e3faa151a6d1cecc1996fa1a8c1b7e56 131802 libpq5_8.4.3-1~bpo50+1_powerpc.deb
 f7eaec6952bd362884c859fc772c1d1a1f68faf9 70918 libecpg6_8.4.3-1~bpo50+1_powerpc.deb
 307e2e2c207c2cc305d05a51c87d70b9abe1de86 248982 libecpg-dev_8.4.3-1~bpo50+1_powerpc.deb
 33d72c36cff109cead1f04b0803265ef1719a822 21008 libecpg-compat3_8.4.3-1~bpo50+1_powerpc.deb
 b0eff19c80db074f50c3bb3ea7c924e0632a5365 47304 libpgtypes3_8.4.3-1~bpo50+1_powerpc.deb
 61970e89184645772e62cff460fc33376c1f42ff 5290024 postgresql-8.4_8.4.3-1~bpo50+1_powerpc.deb
 c19106a33522df7375eb16e533f0b617ff94c683 1306320 postgresql-client-8.4_8.4.3-1~bpo50+1_powerpc.deb
 26dee606f6665b08568b9e2548e12ad9c374da19 628324 postgresql-server-dev-8.4_8.4.3-1~bpo50+1_powerpc.deb
 cad91038924f61d179dad3f01de18e2e509f473f 472962 postgresql-contrib-8.4_8.4.3-1~bpo50+1_powerpc.deb
 cf01053f5875f6a05bd8648c4416e0b2f7b9a4b4 48304 postgresql-plperl-8.4_8.4.3-1~bpo50+1_powerpc.deb
 2ad97529e646c98249c1ede5ec093b9e98792104 49688 postgresql-plpython-8.4_8.4.3-1~bpo50+1_powerpc.deb
 60e76884e89333f8c53249814e7383af804ecf21 37342 postgresql-pltcl-8.4_8.4.3-1~bpo50+1_powerpc.deb
Checksums-Sha256: 
 73c30bdea60f108f048138e7d2d0ff97d116538545adecf03c9acffe7d202e4e 1927 postgresql-8.4_8.4.3-1~bpo50+1.dsc
 09c3eed3297234d88a8d1b12ebf5b01513d7e0428ebc8ff02b341749e9fb6f56 16853436 postgresql-8.4_8.4.3.orig.tar.gz
 848ec92bc44283d1e77c1fb020187659cc3a07f80c02ab35f4c4096bde37f305 34095 postgresql-8.4_8.4.3-1~bpo50+1.diff.gz
 6389844901be9bf240312ae129ab75cfb44745bc049435fc7565a45101d9ed56 1881276 postgresql-doc-8.4_8.4.3-1~bpo50+1_all.deb
 749deb07f6de38faa6b7a61ca8714cb5b35af3a98b452bbb1eeaa9cedbdd5426 13286 postgresql_8.4.3-1~bpo50+1_all.deb
 b42ac69384fe2c1c0ffc000d8e1497752671ab0c7411900addaecec452e9d053 13258 postgresql-client_8.4.3-1~bpo50+1_all.deb
 240e1dc67697c04b20ee2c4ea99b7c07cf6fb486498884e2869735d6cb118ad1 13096 postgresql-doc_8.4.3-1~bpo50+1_all.deb
 de6884b1da82de22321c7e6f48bc800df8f0280c300a299e35500d53b13bfcc5 13152 postgresql-contrib_8.4.3-1~bpo50+1_all.deb
 ad9477cce389237e7900142eb3bf6886dfa2b89f9c3304f318cda2049bf8245a 227580 libpq-dev_8.4.3-1~bpo50+1_powerpc.deb
 45f8e1b6e1f7025ec64c01d00a81c4325a46d5d194f6872e7d14da06f1bd2e0d 131802 libpq5_8.4.3-1~bpo50+1_powerpc.deb
 edae47d668c6c02afdeff527cc1bbf362d97f1268038b95436b66bbf025d9702 70918 libecpg6_8.4.3-1~bpo50+1_powerpc.deb
 c04fb74a138c168b7f5da17923a0fc1db0d4c39eb5b37f54dc58e61fccffc074 248982 libecpg-dev_8.4.3-1~bpo50+1_powerpc.deb
 4f132787da5ad25ed97b74efb1316c8b5ee38559c26a99dbedd5bec1d42e08b9 21008 libecpg-compat3_8.4.3-1~bpo50+1_powerpc.deb
 2f1f9eea6f6ff5010078824161a63af22970129d6101bb6d88021fb0a497f405 47304 libpgtypes3_8.4.3-1~bpo50+1_powerpc.deb
 980db73f3ee5a66bf71577043ff2938c951102e21b7814f9781a3c47678d5a61 5290024 postgresql-8.4_8.4.3-1~bpo50+1_powerpc.deb
 31a58b729955df325dd5697cdfcd5ff3040b8f34243815979565b04eff375039 1306320 postgresql-client-8.4_8.4.3-1~bpo50+1_powerpc.deb
 b6dbad6e4210b5ef75f3c4ae0abc703e4aa7797ad14b85ef084654d216913126 628324 postgresql-server-dev-8.4_8.4.3-1~bpo50+1_powerpc.deb
 b4c594ece25469a51f6d7d3180f1f7ae664fbe01f66508ea937fbad44155fca8 472962 postgresql-contrib-8.4_8.4.3-1~bpo50+1_powerpc.deb
 81848928be0a012d012ad4322421e4f0bbea89b828dd019806c9773c1af8fe94 48304 postgresql-plperl-8.4_8.4.3-1~bpo50+1_powerpc.deb
 339d4e28407a96bd77280b748f3fdc2ce02984f41ba7ef1fd3fb9b43b599a5c1 49688 postgresql-plpython-8.4_8.4.3-1~bpo50+1_powerpc.deb
 29ca4f95b686f0faf5f3373f26d41af4b854acf6d28048f9d84e11bb31380801 37342 postgresql-pltcl-8.4_8.4.3-1~bpo50+1_powerpc.deb
Files: 
 465f199341fcdc81b9f85e9f01879da5 1927 database optional postgresql-8.4_8.4.3-1~bpo50+1.dsc
 712a5d8f78814d2de2071cf43ed323ac 16853436 database optional postgresql-8.4_8.4.3.orig.tar.gz
 0bedf341886b74075cf102ffb8c4e402 34095 database optional postgresql-8.4_8.4.3-1~bpo50+1.diff.gz
 81d3743a822dcd3cdbbc03fa87b8c141 1881276 doc optional postgresql-doc-8.4_8.4.3-1~bpo50+1_all.deb
 feaf9ef1ff69269aa2adf994aa31ee01 13286 database optional postgresql_8.4.3-1~bpo50+1_all.deb
 7dab9752c91d8cb1290cca8329137ba6 13258 database optional postgresql-client_8.4.3-1~bpo50+1_all.deb
 c7db68a5bdaa42c64fd99fcc1487a68f 13096 doc optional postgresql-doc_8.4.3-1~bpo50+1_all.deb
 bc741029dbca79d77ac386512a12efed 13152 database optional postgresql-contrib_8.4.3-1~bpo50+1_all.deb
 dfebc75fcdaabe8d358388b2ddb48415 227580 libdevel optional libpq-dev_8.4.3-1~bpo50+1_powerpc.deb
 be18a9d7fc8560a6d12a83927f7d90bc 131802 libs optional libpq5_8.4.3-1~bpo50+1_powerpc.deb
 71a2743382d7adc5ea34c5e1cace4160 70918 libs optional libecpg6_8.4.3-1~bpo50+1_powerpc.deb
 30c150894eaf2c4d92423076bc334286 248982 libdevel optional libecpg-dev_8.4.3-1~bpo50+1_powerpc.deb
 a60584f08fbf6cf800ff93041d84f27f 21008 libs optional libecpg-compat3_8.4.3-1~bpo50+1_powerpc.deb
 f0663a1acf6885be73a86b49acc8d624 47304 libs optional libpgtypes3_8.4.3-1~bpo50+1_powerpc.deb
 a8fabb111a2ddb74fa8827929fbd2763 5290024 database optional postgresql-8.4_8.4.3-1~bpo50+1_powerpc.deb
 4c90a45c45f5add7f9f056bd410f97f5 1306320 database optional postgresql-client-8.4_8.4.3-1~bpo50+1_powerpc.deb
 4d130dcc387e7fd46c060806ebfbfa7f 628324 libdevel optional postgresql-server-dev-8.4_8.4.3-1~bpo50+1_powerpc.deb
 162aa9aa4f77396af0a9bd768c45728c 472962 database optional postgresql-contrib-8.4_8.4.3-1~bpo50+1_powerpc.deb
 b2be6b52a77dacefc1fa7c0d41d25eab 48304 database optional postgresql-plperl-8.4_8.4.3-1~bpo50+1_powerpc.deb
 e3167376708b0bdc412cc7ea6177af02 49688 database optional postgresql-plpython-8.4_8.4.3-1~bpo50+1_powerpc.deb
 4b50fb872f61d452349bba4e10c52f36 37342 database optional postgresql-pltcl-8.4_8.4.3-1~bpo50+1_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAku6QKwACgkQELuA/Ba9d8ZbXgCfRGRerMFcEkZZOYizVtLAYpez
8vUAoL9SuK1Mac02nom6Gwz/G0yXp4Cg
=1Fnw
-----END PGP SIGNATURE-----


Accepted:
libecpg-compat3_8.4.3-1~bpo50+1_powerpc.deb
  to pool/main/p/postgresql-8.4/libecpg-compat3_8.4.3-1~bpo50+1_powerpc.deb
libecpg-dev_8.4.3-1~bpo50+1_powerpc.deb
  to pool/main/p/postgresql-8.4/libecpg-dev_8.4.3-1~bpo50+1_powerpc.deb
libecpg6_8.4.3-1~bpo50+1_powerpc.deb
  to pool/main/p/postgresql-8.4/libecpg6_8.4.3-1~bpo50+1_powerpc.deb
libpgtypes3_8.4.3-1~bpo50+1_powerpc.deb
  to pool/main/p/postgresql-8.4/libpgtypes3_8.4.3-1~bpo50+1_powerpc.deb
libpq-dev_8.4.3-1~bpo50+1_powerpc.deb
  to pool/main/p/postgresql-8.4/libpq-dev_8.4.3-1~bpo50+1_powerpc.deb
libpq5_8.4.3-1~bpo50+1_powerpc.deb
  to pool/main/p/postgresql-8.4/libpq5_8.4.3-1~bpo50+1_powerpc.deb
postgresql-8.4_8.4.3-1~bpo50+1.diff.gz
  to pool/main/p/postgresql-8.4/postgresql-8.4_8.4.3-1~bpo50+1.diff.gz
postgresql-8.4_8.4.3-1~bpo50+1.dsc
  to pool/main/p/postgresql-8.4/postgresql-8.4_8.4.3-1~bpo50+1.dsc
postgresql-8.4_8.4.3-1~bpo50+1_powerpc.deb
  to pool/main/p/postgresql-8.4/postgresql-8.4_8.4.3-1~bpo50+1_powerpc.deb
postgresql-8.4_8.4.3.orig.tar.gz
  to pool/main/p/postgresql-8.4/postgresql-8.4_8.4.3.orig.tar.gz
postgresql-client-8.4_8.4.3-1~bpo50+1_powerpc.deb
  to pool/main/p/postgresql-8.4/postgresql-client-8.4_8.4.3-1~bpo50+1_powerpc.deb
postgresql-client_8.4.3-1~bpo50+1_all.deb
  to pool/main/p/postgresql-8.4/postgresql-client_8.4.3-1~bpo50+1_all.deb
postgresql-contrib-8.4_8.4.3-1~bpo50+1_powerpc.deb
  to pool/main/p/postgresql-8.4/postgresql-contrib-8.4_8.4.3-1~bpo50+1_powerpc.deb
postgresql-contrib_8.4.3-1~bpo50+1_all.deb
  to pool/main/p/postgresql-8.4/postgresql-contrib_8.4.3-1~bpo50+1_all.deb
postgresql-doc-8.4_8.4.3-1~bpo50+1_all.deb
  to pool/main/p/postgresql-8.4/postgresql-doc-8.4_8.4.3-1~bpo50+1_all.deb
postgresql-doc_8.4.3-1~bpo50+1_all.deb
  to pool/main/p/postgresql-8.4/postgresql-doc_8.4.3-1~bpo50+1_all.deb
postgresql-plperl-8.4_8.4.3-1~bpo50+1_powerpc.deb
  to pool/main/p/postgresql-8.4/postgresql-plperl-8.4_8.4.3-1~bpo50+1_powerpc.deb
postgresql-plpython-8.4_8.4.3-1~bpo50+1_powerpc.deb
  to pool/main/p/postgresql-8.4/postgresql-plpython-8.4_8.4.3-1~bpo50+1_powerpc.deb
postgresql-pltcl-8.4_8.4.3-1~bpo50+1_powerpc.deb
  to pool/main/p/postgresql-8.4/postgresql-pltcl-8.4_8.4.3-1~bpo50+1_powerpc.deb
postgresql-server-dev-8.4_8.4.3-1~bpo50+1_powerpc.deb
  to pool/main/p/postgresql-8.4/postgresql-server-dev-8.4_8.4.3-1~bpo50+1_powerpc.deb
postgresql_8.4.3-1~bpo50+1_all.deb
  to pool/main/p/postgresql-8.4/postgresql_8.4.3-1~bpo50+1_all.deb


Reply to: