diff options
| author | Zhixiong Chi <zhixiong.chi@windriver.com> | 2016-03-08 13:43:20 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-14 12:15:37 +0100 |
| commit | 21f72b1fe09ca919316f8ed8545b9bf88aa83b29 (patch) | |
| tree | c2a8da556e8e0da3c177fb7813d77888751ccc18 /meta-oe/recipes-support/postgresql/postgresql.inc | |
| parent | 830607415dd63ca5244ab8e51f402e046b03ca85 (diff) | |
| download | meta-openembedded-21f72b1fe09ca919316f8ed8545b9bf88aa83b29.tar.gz | |
postgresql: Security Advisory-postgresql-CVE-2016-0766
add CVE-2016-0766 patch for avoiding attackers to gain privileges
via unspecified vectors.
Patch comes from:
http://git.postgresql.org/gitweb/?p=postgresql.git;a=summary
commit f4aa3a18a20d51575562520754aa376b3b08b2d0
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.inc | 1 |
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 dbc02a0134..06e601fa6b 100644 --- a/meta-oe/recipes-support/postgresql/postgresql.inc +++ b/meta-oe/recipes-support/postgresql/postgresql.inc | |||
| @@ -31,6 +31,7 @@ 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 \ | ||
| 34 | " | 35 | " |
| 35 | 36 | ||
| 36 | LEAD_SONAME = "libpq.so" | 37 | LEAD_SONAME = "libpq.so" |
