diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-06 12:30:49 +0530 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2025-06-20 10:46:50 -0400 |
| commit | 3c6844219a69d9ca8cb0f1579114efe9a9e2a646 (patch) | |
| tree | 3606198f5b1f28e9a543a67c8fecca20a61b6939 /meta-oe/recipes-dbs/postgresql/postgresql_17.5.bb | |
| parent | 1ae977974ed869da69c6626fd72978a52c967c36 (diff) | |
| download | meta-openembedded-3c6844219a69d9ca8cb0f1579114efe9a9e2a646.tar.gz | |
postgresql: upgrade 17.4 -> 17.5
0003-configure.ac-bypass-autoconf-2.69-version-check.patch
0004-config_info.c-not-expose-build-info.patch
not-check-libperl.patch
refreshed for 17.5
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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_17.5.bb')
| -rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_17.5.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_17.5.bb b/meta-oe/recipes-dbs/postgresql/postgresql_17.5.bb new file mode 100644 index 0000000000..b7fce886f8 --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_17.5.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | require postgresql.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=d5dd73e90ee1a572679460ee67233fcc" | ||
| 4 | |||
| 5 | SRC_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 | file://0001-tcl.m4-Recognize-tclsh9.patch \ | ||
| 13 | " | ||
| 14 | |||
| 15 | SRC_URI[sha256sum] = "fcb7ab38e23b264d1902cb25e6adafb4525a6ebcbd015434aeef9eda80f528d8" | ||
| 16 | |||
| 17 | CVE_STATUS[CVE-2017-8806] = "not-applicable-config: Ddoesn't apply to out configuration of postgresql so we can safely ignore it." | ||
