summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql/postgresql.inc
diff options
context:
space:
mode:
authormingli.yu@windriver.com <mingli.yu@windriver.com>2016-08-05 14:38:11 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-08 13:54:05 +0200
commit92c500e967b241b9d91fbaba26a6d3cd065701f5 (patch)
treed11518c8078fc154d0113f49c44afaef57f6a076 /meta-oe/recipes-support/postgresql/postgresql.inc
parentaff7b7ee79cc437bf3dd31b2656960f9725734e1 (diff)
downloadmeta-openembedded-92c500e967b241b9d91fbaba26a6d3cd065701f5.tar.gz
postgresql: 9.4.5 -> 9.4.8
* Upgrade postgresql from 9.4.5 to 9.4.8 * Update LIC_FILES_CHKSUM as COPYRIGHT file updates * Remove two backport CVE patches Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql.inc')
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index 32ffe190b..e473f58e7 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -31,8 +31,6 @@ SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${BP}.tar.bz2 \
31 file://postgresql-setup \ 31 file://postgresql-setup \
32 file://postgresql.service \ 32 file://postgresql.service \
33 file://0001-Use-pkg-config-for-libxml2-detection.patch \ 33 file://0001-Use-pkg-config-for-libxml2-detection.patch \
34 file://postgresql-CVE-2016-0766.patch \
35 file://postgresql-CVE-2016-0773.patch \
36" 34"
37 35
38LEAD_SONAME = "libpq.so" 36LEAD_SONAME = "libpq.so"