summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/postgresql/postgresql_15.5.bb
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2023-12-27 10:54:34 +0800
committerArmin Kuster <akuster808@gmail.com>2024-01-16 19:28:02 -0500
commitf18f934d32823e46c8019b2cc268250d72eaa661 (patch)
treed00132d178a8f20481c6783ba5b97a0e3177d42f /meta-oe/recipes-dbs/postgresql/postgresql_15.5.bb
parent9619c23c76d05522e1a2c8435cd3a2f548f74113 (diff)
downloadmeta-openembedded-f18f934d32823e46c8019b2cc268250d72eaa661.tar.gz
postgresql: upgrade 15.4 -> 15.5
Refer https://www.postgresql.org/docs/release/15.5/ Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit bcedf9f99ca683764ef19ab008e042c82da616ff) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql_15.5.bb')
-rw-r--r--meta-oe/recipes-dbs/postgresql/postgresql_15.5.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_15.5.bb b/meta-oe/recipes-dbs/postgresql/postgresql_15.5.bb
new file mode 100644
index 0000000000..cb90ff930a
--- /dev/null
+++ b/meta-oe/recipes-dbs/postgresql/postgresql_15.5.bb
@@ -0,0 +1,16 @@
1require postgresql.inc
2
3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=c31f662bb2bfb3b4187fe9a53e0ffe7c"
4
5SRC_URI += "\
6 file://not-check-libperl.patch \
7 file://0001-Add-support-for-RISC-V.patch \
8 file://0001-Improve-reproducibility.patch \
9 file://0001-configure.ac-bypass-autoconf-2.69-version-check.patch \
10 file://0001-config_info.c-not-expose-build-info.patch \
11 file://0001-postgresql-fix-ptest-failure-of-sysviews.patch \
12"
13
14SRC_URI[sha256sum] = "8f53aa95d78eb8e82536ea46b68187793b42bba3b4f65aa342f540b23c9b10a6"
15
16CVE_STATUS[CVE-2017-8806] = "not-applicable-config: Ddoesn't apply to out configuration of postgresql so we can safely ignore it."