Ubuntu Archive Auto-Sync katie at jackass.ubuntu.com
Wed Nov 9 10:30:27 CST 2005


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

Origin: Debian/unstable
Format: 1.7
Date: Wed,  09 Nov 2005 16:20:57 +0000
Source: postgresql-8.1
Binary: postgresql-plpython-8.1, postgresql-doc-8.1, libpgtypes2, libpq4, postgresql-plperl-8.1, libecpg-dev, postgresql-server-dev-8.1, libecpg5, postgresql-8.1, postgresql-client-8.1, libecpg-compat2, libpq-dev, postgresql-contrib-8.1, postgresql-pltcl-8.1
Architecture: source
Version: 8.1.0-1
Distribution: dapper
Urgency: low
Maintainer: Martin Pitt <mpitt at debian.org>
Changed-By: Ubuntu Archive Auto-Sync <katie at jackass.ubuntu.com>
Description: 
 postgresql-8.1 - object-relational SQL database, version 8.1 server
Closes: 139389 239811 243781 249417 262081 264603 274043 277757 280417 280418 285844 285929 290118 290399 291350 302368 303257 304459 305200 305886 311533 311553 311671 312827 313452 313453 313454 313507 313602 318922 319218 322085 322777 327379 327765 333867
Changes: 
 postgresql-8.1 (8.1.0-1) unstable; urgency=low
 .
   * Final 8.1.0 upstream release, first unstable upload.
   * Build client libraries (-8.0 does not build them any more).
   * Add debian/patches/11-server-includedir.patch: Change server include
     directory to /usr/include/postgresql/8.1/server since we do want to
     keep apart server include files.
 .
 postgresql-8.1 (8.0+8.1rc1-1) experimental; urgency=low
 .
   * Upgrade to 8.1rc1 release.
 .
 postgresql-8.1 (8.0+8.1beta4-2) experimental; urgency=low
 .
   * Clean up the installation path ./configure arguments.
     - debian/rules: Use default libdir /usr/lib.
     - Add debian/patches/10-pkglibdir.patch: Set pkglibdir to
       /usr/lib/postgresql/8.1/lib instead of /usr/lib/postgresql.
 .
 postgresql-8.1 (8.0+8.1beta4-1) experimental; urgency=low
 .
   * Upgrade to 8.1beta4 release.
   * Adopt patches to new upstream version:
     - 09-relax-sslkey-permscheck.patch
   * debian/postgresql-8.1.postrm: clean_dir(): Ensure that directory is not a
     symbolic link before attempting to rmdir it. Closes: #333867
   * debian/rules: Remove obsolete --disable-spinlocks build option for mips.
 .
 postgresql-8.1 (8.0+8.1beta3-1) experimental; urgency=low
 .
   * Upgrade to 8.1beta3 release.
   * Drop debian/patches/81-beta2.patch: beta2->beta3 changes are too big to be
     sensibly stuffed into a patch.
   * Adopt patches to new upstream version:
     - 03-gettext-domains.patch
   * Remove patches which are upstream now:
     - 52-contrib-dbf2pg-errorcheck.patch
     - 53-contrib-dbf2pg-textfield
   * debian/patches/09-relax-sslkey-permscheck.patch: Use effective rather than
     real group id for checking the private SSL certificate permissions. It
     does not make any practical difference, but is more consistent.
   * Rename patch 01-top-makefile.patch to 01-build-contrib.patch to give a
     better idea of what it does.
 .
 postgresql-8.1 (8.0+8.1beta-4) experimental; urgency=low
 .
   * Add debian/patches/09-relax-sslkey-permscheck.patch:
     - Relax security check on private SSL key file: The file is also
       considered safe if it has owner and/or group "root", and if it is
       group-readable (unless the group is something other than root or the
       database owner group).
     - See bug #327901.
 .
 postgresql-8.1 (8.0+8.1beta-3) experimental; urgency=low
 .
   * Add debian/patches/81-beta2.patch: Upgrade to 8.1beta2 release.
   * Remove debian/patches/80-s_lock.h-m68k.patch: Included upstream now.
 .
 postgresql-8.1 (8.0+8.1beta-2) experimental; urgency=low
 .
   * debian/postgresql-8.1.postrm: Do not remove an empty /var/log/postgresql,
     postgresql-common now cares for it to not break log rotation. (See
     #325330)
   * Remove debian/postgresql-server-dev-8.1.manpages: Do not install the
     manpage, since it belongs to libpq-dev (which is currently built by
     postgresql-8.0). Closes: #327379
   * debian/postgresql-server-dev-8.1.install: Ship pg_config.
   * Build-depend on libpq-dev to pull in libpq4 dependencies for binary
     packages. This hack is necessary as long as we build libpq from
     postgresql-8.0. Closes: #327765
 .
 postgresql-8.1 (8.0+8.1beta-1) experimental; urgency=low
 .
   * First public beta version.
 .
 postgresql-8.1 (8.0+8.1alpha-1) experimental; urgency=low
 .
   * New upstream snapshot release. The first beta is close to be released, and
     I want to be prepared for that.
   * Package based on postgresql-8.0 8.0.3-13; don't build client libraries yet
     until 8.1 final is released.
 .
 postgresql-8.0 (8.0.3-13) unstable; urgency=low
 .
   * debian/control: Fix libpq4 description, it is compatible with servers
     starting from 7.3.
   * Move back client include files to /usr/include/postgresql/ for now to
     not render all client packages unbuildable which have not yet converted
     to pg_config:
     - debian/rules: Configure with include dir /usr/include/postgresql.
     - debian/libecpg-dev.install, debian/libpq-dev.install: Install files from
       and to /usr/include/postgresql
     - Add debian/patches/13_server_includedir.patch: Change server include
       directory back to /usr/include/postgresql/8.0/server since we do want to
       keep apart server include files.
     - Closes: #322085
   * Drop obsolete xml contrib module, build and ship xml2 instead:
     - Remove debian/patches/51-contrib-xml-enable.patch
     - Add debian/patches/51-contrib-xml2-enable.patch
     - debian/control: Add build dependency libxslt1-dev.
     - debian/postgresql-contrib-8.0.install: Ship pgxml.so, drop pgxml_dom.so.
     - Closes: #322777
   * Add debian/patches/14-mips-gcc4.patch:
     - Add a proper test-and-set function for mips and mipsel. Thanks to Thiemo
       Seufer for the patch and Aurelien Jarno for his help. This now also
       works with gcc 4.
   * debian/rules: Remove the --disable-spinlocks option for mips again, now
     that we have a proper patch for that.
 .
 postgresql-8.0 (8.0.3-12) unstable; urgency=low
 .
   * debian/rules:
     - Robustify log output in case of a failed test suite; also print out
       regression.diffs if it fails. Closes: #319218
     - Don't run the test suite if DEB_BUILD_OPTIONS contains "nocheck".
   * Add debian/check_installed_files to check for upstream installed files
     which are not shipped in any deb.
   * debian/postgresql-contrib-8.0.install: Ship pgxml_dom.so. Closes: #318922
 .
 postgresql-8.0 (8.0.3-11) unstable; urgency=low
 .
   * Add debian/patches/12-disable-root-check.patch: Disable "am I root" test
     in initdb and postmaster to be able to run the test suite at build time.
     This check is already done in pg_createcluster.
   * debian/rules: Remove all the chown/setuid crack and simply call "make
     check" now; print the log files if the test fails.
   * debian/patches/10-testsuite-params.patch: Disable authentication in the
     test suite db since ident authentication does not work with fakeroot.
 .
 postgresql-8.0 (8.0.3-10) unstable; urgency=low
 .
   * debian/rules: If the test suite fails, don't let the build fail but rather
     cat the log files. Once the test suite calling works reliably, the
     previous behaviour can be restored.
 .
 postgresql-8.0 (8.0.3-9) unstable; urgency=low
 .
   * Bump Standards-Version to 3.6.2.
   * debian/rules: Use start-stop-daemon instead of su to call the test suite
     since su requires a terminal.
   * debian/rules: Disable spinlocks on mips and mipsel for now since they
     FTBFS with gcc-4.0.
 .
 postgresql-8.0 (8.0.3-8) unstable; urgency=low
 .
   * postgresql-client-8.0: Now suggest postgresql-8.0; clarified the
     description wrt the server package (see #313247).
   * Fix README.Debian symlink.
   * Add debian/patches/10-testsuite-params.patch: Use /tmp as the socket
     directory when running the test suite.
   * debian/rules: Call the test suite when building the package. Since
     creating databases as root is not permitted, do this as "nobody" if run by
     root (as on the buildds); don't do it at all if run with fakeroot.
 .
 postgresql-8.0 (8.0.3-7) unstable; urgency=low
 .
   * Removed some redundant configure options which cdbs applies anyway.
   * configure with --enable-thread-safety-force on HPPA since the configure
     check triggers a kernel bug on the buildd. (See #315440)
   * debian/postgresql-8.0.init: autovac-* functions in postgresql-common were
     renamed to autovac_* to comply to POSIX shell standard (see #315551).
     Adaped dependencies.
 .
 postgresql-8.0 (8.0.3-6) unstable; urgency=low
 .
   * Added debian/postgresql-8.0.links: Symlink README.Debian from
     postgresql-common.
   * Added debian/patches/08-timezone-inttimestamps.patch (stolen from CVS
     head): Fix integer timestamps in time zone handling.
     Closes: #249417, #311533.
   * debian/rules: Fix POT file generation.
   * Added debian/patches/09-libpq-defaultsocketdir.patch:
     - Set default socket directory for libpq to /var/run/postgresql.
       Closes: #313507, #313602
   * Adjusted packages to follow upstream library SONAME change in 8.0.3:
     libecpg4 -> libecpg5, libecpg-compat1 -> libecpg-compat2, 
     libpgtypes1 -> libpgtypes2. Closes: #313452, #313453, #313454
 .
 postgresql-8.0 (8.0.3-5) unstable; urgency=low
 .
   * debian/rules: Generate POT files to help translators.
   * Added debian/libpq-dev.manpages: Install pg_wrapper(1) manpage.
     Closes: #311671
   * debian/control: Restrict libpq-dev conflict to postgresql-dev to
     versions << 7.5. Closes: #312827
 .
 postgresql-8.0 (8.0.3-4) unstable; urgency=low
 .
   * First unstable upload.
   * debian/control: Now build with libreadline5-dev instead of version 4.
 .
 postgresql-8.0 (8.0.3-3) experimental; urgency=low
 .
   * Added libpq4 dependency to libpq-dev.
   * postgresql-contrib-8.0.install: Correct paths to install missing shared
     files and documentation. (Closes: #311553)
   * libpq-dev.install: Install some more header files from server/ which are
     required by client libraries.
 .
 postgresql-8.0 (8.0.3-2) experimental; urgency=low
 .
   * Added CAN numbers to previous changelog entries.
   * debian/patches/07-postgresql.conf.patch: Enable listen_addresses = '*' by
     default.
   * debian/control, libpq-dev: Conflict to and replace postgresql-dev.
 .
 postgresql-8.0 (8.0.3-1) experimental; urgency=low
 .
   * New upstream release:
     - Prevent calling conversion functions by users. [CAN-2005-1409]
     - Prevent calling tsearch2 functions by users. [CAN-2005-1410]
   * debian/libpq-dev.{install,links}: Install pg_config into
     /usr/lib/postgresql/8.0/bin to make it print correct paths, and install a
     symlink into /usr/bin instead. Closes: #305200
   * debian/rules: Change include dir configure option to
     /usr/include/postgresql/8.0, so that different versions of
     postgresql-server-dev-<version> do not conflict with each other. Since
     applications using the libpq-dev are supposed to use pg_config, this
     should not break them either.
 .
 postgresql-8.0 (8.0.2-1) experimental; urgency=low
 .
   * New upstream release:
     - Removed debian/patches/02-libpq-soname.patch, upstream adopted SONAME
       change to libpq4.
   * Ship "reindexdb" in -contrib.
   * Added debian/patches/02_pager.patch: Use /usr/bin/pager as default pager
     in psql. Closes: #304459
   * Added debian/postgresql-doc-8.0.doc-base: Register doc package in
     doc-base.
 .
 postgresql-8.0 (8.0.1-4) experimental; urgency=low
 .
   * Ship pg_config in libpq-dev instead of postgresql-8.0; added
     proper package conflict. Closes: #303257
   * Install pg_config in /usr/bin instead of 8.0-specific bin dir.
     Closes: #302368
   * debian/postgresql-8.0.init: Added autovacuum functions.
 .
 postgresql-8.0 (8.0.1-3) experimental; urgency=low
 .
   * Dropped pgxs package, the Makefiles are now part of postgresql-server-dev.
   * -contrib: Only recommend, not depend on libpg-perl and libdbd-pg-perl.
   * Renamed packages pg-pl*-8.0 to postgresql-pl*-8.0 for consistency.
   * Added debian/patches/07-postgresql.conf.patch:
     - Patch for Debian changes to the default configuration.
     - Enable stats_row_level to allow pg_autovacuum to work.
 .
 postgresql-8.0 (8.0.1-2) experimental; urgency=low
 .
   * Changed dependency of pg-pltcl-8.0 from libtcl8.4 to tcl8.4
   * Now depend on postgresql-common >= 3 which provides more maintainer script
     functions.
   * Compress manpages.
 .
 postgresql-8.0 (8.0.1-1) experimental; urgency=low
 .
   * New upstream release. Closes: #274043, #291350
     - Ignores shell backticks with invalid meta-commands. Closes: #285844
     - Fixes uninitialized error strings when connecting to a server which is
       down. Closes: #264603, #277757
     - configure script supports GNU/Hurd and GNU/k*BSD. Closes: #262081
     - Fixes comma splices in HTML documentation. Closes: #243781
     - Now upper() and lower() work also for Unicode characters.
       Closes: #139389, #290118, #290399
     - New configuration variable max_stack_depth which prevents DoS situations
       due to infinite recursion. Closes: #239811
     - Reportedly works with Turkish locale. Closes: #305886
     - This version is not vulnerable against the following security issues:
       . Load arbitrary shared libs, execute startup function [CAN-2005-0227]
       . Execute functions with aggregate wrapper [CAN-2005-0244]
       . Buffer overflow and 64-bit issues in contrib/intagg [CAN-2005-0246]
       . Buffer overflows in the PL/PGSQL parser in gram.y [CAN-2005-0247]
       . Insecure temporary files in make_oidjoins_check [CAN-2004-0977]
   * Splitted development package into libpq-dev and postgresql-server-dev. 
     Closes: #280417
   * Splitted libecpg4 into libecpg4, libecpg-compat1 and libpgtypes1.
   * Old libpgtcl package does not exist any more. The PL/TCL procedural
     language is now shipped in pg-pltcl8.0, the TCL client library is not
     shipped by PostgreSQL any more. Closes: #280418
   * Now use /var/lib/postgresql/ as (default) data directory. Closes: #285929
Files: 
 9f2e884cc548a530f86eba6e7a0b91dd 1095 misc optional postgresql-8.1_8.1.0-1.dsc
 3afb5cc7753c95a06b7810e51cabd465 11259194 misc optional postgresql-8.1_8.1.0.orig.tar.gz
 7d8d1d07414185228e32af9e7efdd091 19563 misc optional postgresql-8.1_8.1.0-1.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iQEVAwUBQ3Ih6QF4adwMEr3XAQKGSwgAtWiZIT+LVFS2HFExX56/cp7wVcsRttkw
qJFte35GR7OkVXZv/0osTY0OIlPTU4LuXXNOQKFq3hJLKpDpyjrYZ3S37lCX7iYy
QA06FtG2XDQcNcWiDUwfH/fVGGWrEF7Uis0HKfa0So1wUpQetLejNtosm9hFzPFy
M2udpFo/hgAwTpeW8Zbgyh2Zdvce9lo+hWjizncnGrBrXjTKeVEgpP/BUJH8j4rM
ZJC14RYN78rfK/0zg1aCoOXSxN/fKTGi0k1Ukv95rV4aPJHEGH3zBFXYdRLbaCXO
5iIKL9UTmx2u6ehiQTaS2T2nuJ9sYDHEkUxaeN/9/+zhW1XrOy9dVw==
=8s5y
-----END PGP SIGNATURE-----


Accepted:
postgresql-8.1_8.1.0-1.diff.gz
  to pool/universe/p/postgresql-8.1/postgresql-8.1_8.1.0-1.diff.gz
postgresql-8.1_8.1.0-1.dsc
  to pool/universe/p/postgresql-8.1/postgresql-8.1_8.1.0-1.dsc
postgresql-8.1_8.1.0.orig.tar.gz
  to pool/universe/p/postgresql-8.1/postgresql-8.1_8.1.0.orig.tar.gz




More information about the ubuntu-changes-auto mailing list