postgresql-9.4 9.4.2-1 source package in Ubuntu
Changelog
postgresql-9.4 (9.4.2-1) unstable; urgency=medium
* New upstream version.
+ Avoid possible crash when client disconnects just before the
authentication timeout expires (Benkocs Norbert Attila)
If the timeout interrupt fired partway through the session shutdown
sequence, SSL-related state would be freed twice, typically causing a
crash and hence denial of service to other sessions. Experimentation
shows that an unauthenticated remote attacker could trigger the bug
somewhat consistently, hence treat as security issue. (CVE-2015-3165)
+ Improve detection of system-call failures (Noah Misch)
Our replacement implementation of snprintf() failed to check for errors
reported by the underlying system library calls; the main case that
might be missed is out-of-memory situations. In the worst case this
might lead to information exposure, due to our code assuming that a
buffer had been overwritten when it hadn't been. Also, there were a few
places in which security-relevant calls of other system library
functions did not check for failure.
It remains possible that some calls of the *printf() family of functions
are vulnerable to information disclosure if an out-of-memory error
occurs at just the wrong time. We judge the risk to not be large, but
will continue analysis in this area. (CVE-2015-3166)
+ In contrib/pgcrypto, uniformly report decryption failures as Wrong key
or corrupt data (Noah Misch)
Previously, some cases of decryption with an incorrect key could report
other error message texts. It has been shown that such variance in
error reports can aid attackers in recovering keys from other systems.
While it's unknown whether pgcrypto's specific behaviors are likewise
exploitable, it seems better to avoid the risk by using a
one-size-fits-all message. (CVE-2015-3167)
+ Protect against wraparound of multixact member IDs
(Álvaro Herrera, Robert Haas, Thomas Munro)
Under certain usage patterns, the existing defenses against this might
be insufficient, allowing pg_multixact/members files to be removed too
early, resulting in data loss.
The fix for this includes modifying the server to fail transactions that
would result in overwriting old multixact member ID data, and improving
autovacuum to ensure it will act proactively to prevent multixact member
ID wraparound, as it does for transaction ID wraparound.
+ pg_dump -Fd -Z compression level fixed. (Closes: #781361)
* Make postgresql-9.4 Recommends: postgresql-contrib-9.4.
* Enable TAP tests.
* Repository moved to git, update Vcs headers.
-- Christoph Berg <email address hidden> Wed, 20 May 2015 10:50:22 +0200
Upload details
- Uploaded by:
- Debian PostgreSQL Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian PostgreSQL Maintainers
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section |
|---|
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| postgresql-9.4_9.4.2-1.dsc | 3.4 KiB | 2e8f335d24414d45e4187e8f9dea308523e0abadf95a009c161eb5921ebf8d2f |
| postgresql-9.4_9.4.2.orig.tar.bz2 | 16.8 MiB | 81fda191c165ba1d25d75cd0166ece5abdcb4a7f5eca01b349371e279ebb4d11 |
| postgresql-9.4_9.4.2-1.debian.tar.xz | 20.3 KiB | d9dc033f3fde0485d90415009cace71498847d15f23af6640ca8d5e8c0184c48 |
Available diffs
- diff from 9.4.1-1 to 9.4.2-1 (740.4 KiB)
No changes file available.
Binary packages built by this source
- libecpg-compat3: No summary available for libecpg-compat3 in ubuntu wily.
No description available for libecpg-compat3 in ubuntu wily.
- libecpg-compat3-dbgsym: No summary available for libecpg-compat3-dbgsym in ubuntu wily.
No description available for libecpg-
compat3- dbgsym in ubuntu wily.
- libecpg-dev: No summary available for libecpg-dev in ubuntu wily.
No description available for libecpg-dev in ubuntu wily.
- libecpg-dev-dbgsym: No summary available for libecpg-dev-dbgsym in ubuntu wily.
No description available for libecpg-dev-dbgsym in ubuntu wily.
- libecpg6: No summary available for libecpg6 in ubuntu wily.
No description available for libecpg6 in ubuntu wily.
- libecpg6-dbgsym: No summary available for libecpg6-dbgsym in ubuntu wily.
No description available for libecpg6-dbgsym in ubuntu wily.
- libpgtypes3: No summary available for libpgtypes3 in ubuntu wily.
No description available for libpgtypes3 in ubuntu wily.
- libpgtypes3-dbgsym: No summary available for libpgtypes3-dbgsym in ubuntu wily.
No description available for libpgtypes3-dbgsym in ubuntu wily.
- libpq-dev: No summary available for libpq-dev in ubuntu wily.
No description available for libpq-dev in ubuntu wily.
- libpq-dev-dbgsym: No summary available for libpq-dev-dbgsym in ubuntu wily.
No description available for libpq-dev-dbgsym in ubuntu wily.
- libpq5: No summary available for libpq5 in ubuntu wily.
No description available for libpq5 in ubuntu wily.
- libpq5-dbgsym: No summary available for libpq5-dbgsym in ubuntu wily.
No description available for libpq5-dbgsym in ubuntu wily.
- postgresql-9.4: No summary available for postgresql-9.4 in ubuntu wily.
No description available for postgresql-9.4 in ubuntu wily.
- postgresql-9.4-dbg: No summary available for postgresql-9.4-dbg in ubuntu wily.
No description available for postgresql-9.4-dbg in ubuntu wily.
- postgresql-9.4-dbgsym: No summary available for postgresql-9.4-dbgsym in ubuntu wily.
No description available for postgresql-
9.4-dbgsym in ubuntu wily.
- postgresql-client-9.4: No summary available for postgresql-client-9.4 in ubuntu wily.
No description available for postgresql-
client- 9.4 in ubuntu wily.
- postgresql-client-9.4-dbgsym: No summary available for postgresql-client-9.4-dbgsym in ubuntu wily.
No description available for postgresql-
client- 9.4-dbgsym in ubuntu wily.
- postgresql-contrib-9.4: No summary available for postgresql-contrib-9.4 in ubuntu wily.
No description available for postgresql-
contrib- 9.4 in ubuntu wily.
- postgresql-contrib-9.4-dbgsym: No summary available for postgresql-contrib-9.4-dbgsym in ubuntu wily.
No description available for postgresql-
contrib- 9.4-dbgsym in ubuntu wily.
- postgresql-doc-9.4: No summary available for postgresql-doc-9.4 in ubuntu wily.
No description available for postgresql-doc-9.4 in ubuntu wily.
- postgresql-plperl-9.4: No summary available for postgresql-plperl-9.4 in ubuntu wily.
No description available for postgresql-
plperl- 9.4 in ubuntu wily.
- postgresql-plperl-9.4-dbgsym: No summary available for postgresql-plperl-9.4-dbgsym in ubuntu wily.
No description available for postgresql-
plperl- 9.4-dbgsym in ubuntu wily.
- postgresql-plpython-9.4: No summary available for postgresql-plpython-9.4 in ubuntu wily.
No description available for postgresql-
plpython- 9.4 in ubuntu wily.
- postgresql-plpython-9.4-dbgsym: No summary available for postgresql-plpython-9.4-dbgsym in ubuntu wily.
No description available for postgresql-
plpython- 9.4-dbgsym in ubuntu wily.
- postgresql-plpython3-9.4: No summary available for postgresql-plpython3-9.4 in ubuntu wily.
No description available for postgresql-
plpython3- 9.4 in ubuntu wily.
- postgresql-plpython3-9.4-dbgsym: No summary available for postgresql-plpython3-9.4-dbgsym in ubuntu wily.
No description available for postgresql-
plpython3- 9.4-dbgsym in ubuntu wily.
- postgresql-pltcl-9.4: No summary available for postgresql-pltcl-9.4 in ubuntu wily.
No description available for postgresql-
pltcl-9. 4 in ubuntu wily.
- postgresql-pltcl-9.4-dbgsym: No summary available for postgresql-pltcl-9.4-dbgsym in ubuntu wily.
No description available for postgresql-
pltcl-9. 4-dbgsym in ubuntu wily.
- postgresql-server-dev-9.4: No summary available for postgresql-server-dev-9.4 in ubuntu wily.
No description available for postgresql-
server- dev-9.4 in ubuntu wily.
- postgresql-server-dev-9.4-dbgsym: No summary available for postgresql-server-dev-9.4-dbgsym in ubuntu wily.
No description available for postgresql-
server- dev-9.4- dbgsym in ubuntu wily.
