Package "postgresql-plpython3-16"
Name: | postgresql-plpython3-16 |
Description: |
PL/Python 3 procedural language for PostgreSQL 16 |
Latest version: | 16.9-0ubuntu0.24.04.1 |
Release: | noble (24.04) |
Level: | updates |
Repository: | main |
Head package: | postgresql-16 |
Homepage: | http://www.postgresql.org/ |
Links
Download "postgresql-plpython3-16"
Other versions of "postgresql-plpython3-16" in Noble
Repository | Area | Version |
---|---|---|
base | main | 16.2-1ubuntu4 |
security | main | 16.9-0ubuntu0.24.04.1 |
PPA: Postgresql | 16.9-1.pgdg20.04+1 | |
PPA: Postgresql | 16.9-1.pgdg22.04+1 |
Changelog
Version: 16.3-0ubuntu0.24.04.1 | 2024-05-30 15:07:02 UTC | ||||
---|---|---|---|---|---|
postgresql-16 (16.3-0ubuntu0.24.04.1) noble-security; urgency=medium * New upstream version (LP: #2067388). + A dump/restore is not required for those running 16.X. + However, a security vulnerability was found in the system views
+ Also, if you are upgrading from a version earlier than 16.2, see
+ Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries
These views failed to hide statistics for expressions that involve
The PostgreSQL Project thanks Lukas Fittl for reporting this
By itself, this fix will only fix the behavior in newly initdb'd
- In each database of the cluster, run the
\i /usr/share/postgresql/16/fix-CVE-2024-4317.sql It will not hurt to run the script more than once. - Do not forget to include the template0 and template1 databases,
ALTER DATABASE template0 WITH ALLOW_CONNECTIONS true; and then after fixing template0, undo it with: ALTER DATABASE template0 WITH ALLOW_CONNECTIONS false; (CVE-2024-4317) + Details about these and many further changes can be found at:
* d/postgresql-16.NEWS: Update. -- Sergio Durigan Junior <email address hidden> Wed, 29 May 2024 13:16:10 -0400 |
|||||
|