summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/postgresql/postgresql_16.9.bb
diff options
context:
space:
mode:
authorYogita Urade <yogita.urade@windriver.com>2025-06-12 18:24:35 +0530
committerArmin Kuster <akuster808@gmail.com>2025-06-23 17:03:21 -0400
commit5dfaf0e236f980d7d76cc57f79a8d3675a8ac0bc (patch)
tree806aade689d3aa9c9a7966234a5c080cc2c59e3c /meta-oe/recipes-dbs/postgresql/postgresql_16.9.bb
parentf79cb5d445583d9b683a3e0978fa93c7db9b7b9b (diff)
downloadmeta-openembedded-5dfaf0e236f980d7d76cc57f79a8d3675a8ac0bc.tar.gz
postgresql: upgrade 16.8 -> 16.9
Includes fix for CVE-2025-4207 Release notes: https://www.postgresql.org/docs/release/16.9/ 0003-configure.ac-bypass-autoconf-2.69-version-check.patch Refreshed for 16.9 Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql_16.9.bb')
-rw-r--r--meta-oe/recipes-dbs/postgresql/postgresql_16.9.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_16.9.bb b/meta-oe/recipes-dbs/postgresql/postgresql_16.9.bb
new file mode 100644
index 0000000000..a1b80a5ad4
--- /dev/null
+++ b/meta-oe/recipes-dbs/postgresql/postgresql_16.9.bb
@@ -0,0 +1,16 @@
1require postgresql.inc
2
3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=d5dd73e90ee1a572679460ee67233fcc"
4
5SRC_URI += "\
6 file://not-check-libperl.patch \
7 file://0001-Add-support-for-RISC-V.patch \
8 file://0002-Improve-reproducibility.patch \
9 file://0003-configure.ac-bypass-autoconf-2.69-version-check.patch \
10 file://0004-config_info.c-not-expose-build-info.patch \
11 file://0005-postgresql-fix-ptest-failure-of-sysviews.patch \
12"
13
14SRC_URI[sha256sum] = "07c00fb824df0a0c295f249f44691b86e3266753b380c96f633c3311e10bd005"
15
16CVE_STATUS[CVE-2017-8806] = "not-applicable-config: Ddoesn't apply to out configuration of postgresql so we can safely ignore it."