diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-10-12 20:17:27 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-10-13 07:41:19 +0200 |
commit | 5454e25a69b13b4680d4d313864f98acdd9f835a (patch) | |
tree | 14ad78924fd35efdeb599af3106fb7d9511d9b11 /package/postgresql/postgresql.mk | |
parent | 2d199dcff054d22a1ccc730fadfc7543b8c6e8f3 (diff) | |
download | buildroot-5454e25a69b13b4680d4d313864f98acdd9f835a.tar.gz buildroot-5454e25a69b13b4680d4d313864f98acdd9f835a.zip |
postgresql: security bump to version 9.5.4
Fixes:
CVE-2016-5423 - CASE/WHEN with inlining can cause untrusted pointer
dereference (bsc#993454).
CVE-2016-5424 - Fix client programs' handling of special characters in
database and role names (bsc#993453).
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/postgresql/postgresql.mk')
-rw-r--r-- | package/postgresql/postgresql.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk index 8edefb7543..7179bbe88b 100644 --- a/package/postgresql/postgresql.mk +++ b/package/postgresql/postgresql.mk @@ -4,7 +4,7 @@ # ################################################################################ -POSTGRESQL_VERSION = 9.5.3 +POSTGRESQL_VERSION = 9.5.4 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION) POSTGRESQL_LICENSE = PostgreSQL |