diff options
| author | Changqing Li <changqing.li@windriver.com> | 2023-12-27 10:54:34 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-01-16 19:28:02 -0500 |
| commit | f18f934d32823e46c8019b2cc268250d72eaa661 (patch) | |
| tree | d00132d178a8f20481c6783ba5b97a0e3177d42f /meta-oe/recipes-dbs/postgresql/postgresql_15.5.bb | |
| parent | 9619c23c76d05522e1a2c8435cd3a2f548f74113 (diff) | |
| download | meta-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.bb | 16 |
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 @@ | |||
| 1 | require postgresql.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=c31f662bb2bfb3b4187fe9a53e0ffe7c" | ||
| 4 | |||
| 5 | SRC_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 | |||
| 14 | SRC_URI[sha256sum] = "8f53aa95d78eb8e82536ea46b68187793b42bba3b4f65aa342f540b23c9b10a6" | ||
| 15 | |||
| 16 | CVE_STATUS[CVE-2017-8806] = "not-applicable-config: Ddoesn't apply to out configuration of postgresql so we can safely ignore it." | ||
