diff options
| author | Armin Kuster <akuster808@gmail.com> | 2017-02-03 18:35:02 -0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:29 +0100 |
| commit | 2ede2eb6e73ef2118f138b75663e61689b57de3e (patch) | |
| tree | 75f35c8d5b52946ed332a2d1bb49aefa82dd2d01 /meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb | |
| parent | 1d1a43bb0669b39e29b04a70bdb5456d1bdb0051 (diff) | |
| download | meta-openembedded-2ede2eb6e73ef2118f138b75663e61689b57de3e.tar.gz | |
postgresgl: update to 9.4.10 and build fix
9.4.10 contains:
CVE-2016-5423, CVE-2016-5424
see https://www.postgresql.org/docs/current/static/release-9-4-10.html
and build failure:
checking for tcl.h... no
| configure: error: header file <tcl.h> is required for Tcl
drop hardcoded PR
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb')
| -rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb b/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb new file mode 100644 index 0000000000..5498350bbe --- /dev/null +++ b/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | require postgresql.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3a9c1120056a102a8c8c4013cd828dce" | ||
| 4 | |||
| 5 | SRC_URI += "\ | ||
| 6 | file://remove.autoconf.version.check.patch \ | ||
| 7 | file://not-check-libperl.patch \ | ||
| 8 | " | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "1171df0426fe4da5a29f6cdaf2e8b812" | ||
| 11 | SRC_URI[sha256sum] = "7061678bed1981c681ce54c76b98b6ec17743f090a9775104a45e7e1a8826ecf" | ||
