postgresql-common (270)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 271 > 270
- Git: https://salsa.debian.org/postgresql/postgresql-common.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1949696
- Browser: https://salsa.debian.org/postgresql/postgresql-common
- Last scan: 2025-02-03 14:32:27+00
- Next scan: 2025-02-10 00:12:00+00
- Open issues: 10
- Merge requests: 1
- CI pipeline status: success
- Debian changelog in Git:
postgresql-common (271) UNRELEASED; urgency=medium
* Mark postgresql-common-dev as M-A: foreign.
* pg_createcluster: Disable SSL on 9.1 and earlier.
* pg_upgradecluster: Ignore missing postgresql-contrib-NN for 10+.
* PgCommon read_cluster_conf_file: Allow postgresql.auto.conf to be missing.
-- Christoph Berg <myon@debian.org> Sat, 25 Jan 2025 22:02:09 +0100
- This branch is 6 commits ahead of tag debian/270
- Git log:
commit 1dad663a094f9ae0a64decf68d9d8b48436a3898
Author: Christoph Berg <myon@debian.org>
Date: Mon Feb 3 14:51:28 2025 +0100
pg_createcluster: Disable SSL on 9.1 and earlier.
The new libldap2 package is pulling in libssl even when we aren't linking
against it ourselves. Stop the dynamic "are we supporting SSL" logic in
pg_createcluster. Similarly, stop relying on `ldd | grep libssl` in tests.
(`objdump -p` does not recursively list dependencies.)
commit 8adb5fefff3e705223654340485b73575c117176
Author: Christoph Berg <myon@debian.org>
Date: Wed Jan 29 12:11:15 2025 +0100
postgresql-common-dev: Fix location of /etc/postgresql-common/supported_versions
Applies only to the pgdg packages.
commit d42ab791fe0876f94aa255ae8e373406cd64d795
Author: Christoph Berg <myon@debian.org>
Date: Mon Jan 27 16:32:04 2025 +0100
pg_dropcluster: Ignore errors from pg_controldata
commit 42e35a00dac34fc5d018b54b109830951eadeeb9
Author: Christoph Berg <myon@debian.org>
Date: Mon Jan 27 16:30:53 2025 +0100
PgCommon read_cluster_conf_file: Allow postgresql.auto.conf to be missing.
commit da7f894d3299cf19239b66b8f2a615183978c4d0
Author: Christoph Berg <myon@debian.org>
Date: Mon Jan 27 13:18:30 2025 +0100
pg_upgradecluster: Ignore missing postgresql-contrib-NN for 10+.
commit 7c60035aed76656775770a726d8028682d14f61b
Author: Christoph Berg <myon@debian.org>
Date: Sat Jan 25 22:02:40 2025 +0100
Mark postgresql-common-dev as M-A: foreign.