diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-08-15 14:39:23 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-15 16:27:53 -0700 |
| commit | c484ec130065705a1b63462bd9c6aa4d480545c2 (patch) | |
| tree | 094f3a586223bd5f318dd8006e960e353d550d85 /meta-oe/recipes-dbs/postgresql/postgresql_14.5.bb | |
| parent | 2664fb5ec37b140cf914c8eb199ca92e7d12c34a (diff) | |
| download | meta-openembedded-c484ec130065705a1b63462bd9c6aa4d480545c2.tar.gz | |
postgresql: upgrade 14.4 -> 14.5
0001-configure.ac-bypass-autoconf-2.69-version-check.patch
refreshed for new version.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql_14.5.bb')
| -rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_14.5.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_14.5.bb b/meta-oe/recipes-dbs/postgresql/postgresql_14.5.bb new file mode 100644 index 0000000000..1551d34053 --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_14.5.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | require postgresql.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=75af6e3eeec4a06cdd2e578673236fc3" | ||
| 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://remove_duplicate.patch \ | ||
| 11 | file://0001-config_info.c-not-expose-build-info.patch \ | ||
| 12 | " | ||
| 13 | |||
| 14 | SRC_URI[sha256sum] = "d4f72cb5fb857c9a9f75ec8cf091a1771272802f2178f0b2e65b7b6ff64f4a30" | ||
| 15 | |||
| 16 | CVE_CHECK_IGNORE += "\ | ||
| 17 | CVE-2017-8806 \ | ||
| 18 | " | ||
