Merge ~athos-ribeiro/ubuntu/+source/postgresql-14:MRE-jammy-14.3 into ubuntu/+source/postgresql-14:ubuntu/devel

Proposed by Athos Ribeiro
Status: Superseded
Proposed branch: ~athos-ribeiro/ubuntu/+source/postgresql-14:MRE-jammy-14.3
Merge into: ubuntu/+source/postgresql-14:ubuntu/devel
Diff against target: 82 lines (+41/-1) (has conflicts)
2 files modified
debian/changelog (+39/-0)
debian/control (+2/-1)
Conflict in debian/changelog
Reviewer Review Type Date Requested Status
Canonical Server packageset reviewers Pending
Canonical Server Pending
Review via email: mp+422684@code.launchpad.net

This proposal has been superseded by a proposal from 2022-05-16.

Description of the change

MRE for LP: #1973627

Note that this should be pushed through the security pocket.

PPA: https://launchpad.net/~athos-ribeiro/+archive/ubuntu/lp1973627-postgres-202205-mre/+packages

Local autopkgtest run result summary:

autopkgtest [18:05:58]: @@@@@@@@@@@@@@@@@@@@ summary
run-testsuite PASS
installcheck PASS

To post a comment you must log in.
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

I'm reviewing this one.

Unmerged commits

f0f65d5... by Athos Ribeiro

Changelog for 14.3-0ubuntu0.22.04.1

578b270... by Athos Ribeiro

d/p/llvm14-support.patch: drop patch applied upstream

c2b3776... by Athos Ribeiro

New Upstream release 14.3

Signed-off-by: Athos Ribeiro <email address hidden>

bcfd9ca... by Andreas Hasenack

update-maintainer

36d096a... by Andreas Hasenack

changelog

9bff38d... by Andreas Hasenack

  * d/p/llvm14-support.patch: fix FTBFS with llvm-14 (LP: #1966319)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index fa1ed2a..12801c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,4 @@
1<<<<<<< debian/changelog
1postgresql-14 (14.3-1) unstable; urgency=medium2postgresql-14 (14.3-1) unstable; urgency=medium
23
3 * New upstream release.4 * New upstream release.
@@ -7,6 +8,26 @@ postgresql-14 (14.3-1) unstable; urgency=medium
78
8 Autovacuum, CLUSTER, CREATE INDEX, REINDEX, REFRESH MATERIALIZED VIEW,9 Autovacuum, CLUSTER, CREATE INDEX, REINDEX, REFRESH MATERIALIZED VIEW,
9 and pg_amcheck activated the security restricted operation protection10 and pg_amcheck activated the security restricted operation protection
11=======
12postgresql-14 (14.3-0ubuntu0.22.04.1) jammy; urgency=medium
13
14 * New upstream version (LP: #1973627).
15
16 + A dump/restore is not required for those running 14.X.
17
18 + However, if you have any GiST indexes on columns of type ltree (supplied
19 by the contrib/ltree extension), you should re-index them after updating.
20 See the upstream changelog linked below for further information.
21
22 + Also, if you are upgrading from a version earlier than 14.2, see
23 those release notes as well please.
24
25 + Confine additional operations within "security restricted operation"
26 sandboxes (Sergey Shinderuk, Noah Misch).
27
28 Autovacuum, CLUSTER, CREATE INDEX, REINDEX, REFRESH MATERIALIZED VIEW,
29 and pg_amcheck activated the “security restricted operation” protection
30>>>>>>> debian/changelog
10 mechanism too late, or even not at all in some code paths. A user having31 mechanism too late, or even not at all in some code paths. A user having
11 permission to create non-temporary objects within a database could32 permission to create non-temporary objects within a database could
12 define an object that would execute arbitrary SQL code with superuser33 define an object that would execute arbitrary SQL code with superuser
@@ -14,6 +35,7 @@ postgresql-14 (14.3-1) unstable; urgency=medium
14 some superuser ran one of the affected commands against it.35 some superuser ran one of the affected commands against it.
1536
16 The PostgreSQL Project thanks Alexander Lakhin for reporting this37 The PostgreSQL Project thanks Alexander Lakhin for reporting this
38<<<<<<< debian/changelog
17 problem. (CVE-2022-1552)39 problem. (CVE-2022-1552)
1840
19 * Fix default signature length for gist_ltree_ops indexes41 * Fix default signature length for gist_ltree_ops indexes
@@ -30,6 +52,23 @@ postgresql-14 (14.3-1) unstable; urgency=medium
30 indexes on ltree[] columns, that is arrays of ltree, are not affected.)52 indexes on ltree[] columns, that is arrays of ltree, are not affected.)
3153
32 -- Christoph Berg <myon@debian.org> Tue, 10 May 2022 10:34:28 +020054 -- Christoph Berg <myon@debian.org> Tue, 10 May 2022 10:34:28 +0200
55=======
56 problem.
57 (CVE-2022-1552)
58
59 + Details about these and many further changes can be found at:
60 https://www.postgresql.org/docs/14/release-14-3.html
61
62 * d/p/llvm14-support.patch: drop patch applied upstream.
63
64 -- Athos Ribeiro <athos.ribeiro@canonical.com> Mon, 16 May 2022 16:17:01 -0300
65
66postgresql-14 (14.2-1ubuntu1) jammy; urgency=medium
67
68 * d/p/llvm14-support.patch: fix FTBFS with llvm-14 (LP: #1966319)
69
70 -- Andreas Hasenack <andreas@canonical.com> Fri, 25 Mar 2022 11:34:41 -0300
71>>>>>>> debian/changelog
3372
34postgresql-14 (14.2-1) unstable; urgency=medium73postgresql-14 (14.2-1) unstable; urgency=medium
3574
diff --git a/debian/control b/debian/control
index 0d6c863..a622aed 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
1Source: postgresql-141Source: postgresql-14
2Section: database2Section: database
3Priority: optional3Priority: optional
4Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
5Uploaders:6Uploaders:
6 Martin Pitt <mpitt@debian.org>,7 Martin Pitt <mpitt@debian.org>,
7 Peter Eisentraut <petere@debian.org>,8 Peter Eisentraut <petere@debian.org>,

Subscribers

People subscribed via source and target branches