summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql/postgresql.inc
diff options
context:
space:
mode:
authorZhixiong Chi <zhixiong.chi@windriver.com>2016-03-10 10:57:00 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-25 11:26:55 +0100
commit8354a07d12933a60201064ab61f5b7156bf94dca (patch)
treec5a5ae687849f198a5cef9255947d07151024049 /meta-oe/recipes-support/postgresql/postgresql.inc
parent35d91f32c462ad5889cb3229766d6d4ed2c80a4c (diff)
downloadmeta-openembedded-8354a07d12933a60201064ab61f5b7156bf94dca.tar.gz
postgresql: Security Advisory-postgresql-CVE-2016-0773
add CVE-2016-0773 patch for avoiding attackers to cause a denial of service (infinite loop or buffer overflow and crash) via a large Unicode character range in a regular expression. Patch comes from: http://git.postgresql.org/gitweb/?p=postgresql.git;a=summary commit 3bb3f42f3749d40b8d4de65871e8d828b18d4a45 Signed-off-by: Zhixiong Chi <Zhixiong.Chi@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.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index 06e601fa6..806c63873 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -32,6 +32,7 @@ SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${BP}.tar.bz2 \
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 \ 34 file://postgresql-CVE-2016-0766.patch \
35 file://postgresql-CVE-2016-0773.patch \
35" 36"
36 37
37LEAD_SONAME = "libpq.so" 38LEAD_SONAME = "libpq.so"