summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/postgresql/files
Commit message (Collapse)AuthorAgeFilesLines
* postgres: update to 10.10Armin Kuster2019-09-042-7616/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Source: postgres.org MR: 99749, 99235, 98775, 99326 Type: Security Fix Disposition: Backport from postgress.org ChangeID: aa72ce0ba009e6544ee0ae57a042aeb99c339d06 Description: LIC_CHK_SUM update do to year updates drop two patches included in update. Bug fix only updates. 10.10 CVE-2019-10211 CVE-2019-10210 CVE-2019-10208 10.9 CVE-2019-10164 10.8 CVE-2019-10130 CVE-2019-10128 10.6 CVE-2019-10127 CVE-2018-16850 Signed-off-by: Armin Kuster <akuster@mvista.com>
* postgresql: Allow successful run of postgresql-setupOtavio Salvador2019-02-041-0/+0
| | | | | | | | | | | | | The postgresql-setup utility log-in on postgres user to create the database, however, the shell was set to bash and it wasn't being installed as runtime dependency. This rework this expectation to use busybox ash as shell and avoid the new dependency Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* postgresql: Fix build issue with timezone 2018f updateArmin Kuster2018-10-222-0/+7616
| | | | | | | Sync our copy of the timezone library with IANA release tzcode2018f. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: upgrade 9.4.18 -> 10.4Changqing Li2018-08-111-12/+18
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: update to 9.4.17Jackie Huang2018-04-131-15/+0
| | | | | | | | | | | | | | | | * Release notes: https://www.postgresql.org/docs/9.4/static/release-9-4-17.html * Drop the patch emove.autoconf.version.check.patch since the required autoconf version is used in oe-core. * LICENSE checksum updated since the copyright year is changed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> [fixup for master-next context] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* postgresql: refresh patchesArmin Kuster2018-04-133-21/+14
| | | | | | | | | | | | | | | | | | | | | | | | WARNING: postgresql-9.4.15-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch remove.autoconf.version.check.patch patching file configure.in Hunk #1 succeeded at 19 with fuzz 2. Now at patch remove.autoconf.version.check.patch Signed-off-by: Armin Kuster <akuster808@gmail.com>
* postgres: move to recipes-dbsArmin Kuster2018-03-018-0/+391
Signed-off-by: Armin Kuster <akuster808@gmail.com>