pgbouncer 1.4.2-2ubuntu0.1 source package in Ubuntu

Changelog

pgbouncer (1.4.2-2ubuntu0.1) precise-security; urgency=low

  * SECURITY UPDATE: denial of service when too long db name is provided
    (LP: #1083414)
    - debian/patches/2-CVE-2012-4575.patch: objects.c(add_database): fail
      gracefully if too long db name. Based on upstream patch.
    - CVE-2012-4575
 -- Christian Kuersteiner <email address hidden>   Tue, 04 Dec 2012 22:21:56 +0700

Upload details

Uploaded by:
Christian Kuersteiner
Sponsored by:
Marc Deslauriers
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
database
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates universe misc
Precise security universe misc

Downloads

File Size SHA-256 Checksum
pgbouncer_1.4.2.orig.tar.gz 276.6 KiB e9916f08621f8ad4134840049a41783fa93d056905d445942f8aa1d2e5aa1eae
pgbouncer_1.4.2-2ubuntu0.1.debian.tar.gz 7.9 KiB adfcc60ac51a538df878f0aec10330bfd237d6d858abf60d5589d0057a327657
pgbouncer_1.4.2-2ubuntu0.1.dsc 2.1 KiB 1aa0391f87dfa0db194c2bb25d9344a5477e9f5bf4f30fb6eb27f4985e25a010

View changes file

Binary packages built by this source

pgbouncer: lightweight connection pooler for PostgreSQL

 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several levels of brutality when rotating connections: session pooling,
    transaction pooling, statement pooling.
  * Low memory requirements.
  * It is not tied to one backend server, the destination databases
    can reside on different hosts.
  * Supports online reconfiguration for most of the settings.
  * Supports online restart/upgrade.