diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-02-16 13:02:38 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-16 21:33:12 +0100 |
commit | cd80d3c03185dfd0ef1c214c98da35e61f0737c5 (patch) | |
tree | bdf6eaf76a8a8143b7560e91dede9fa423eaaff6 /package/postgresql/postgresql.mk | |
parent | 687492f53241ffbf206f6a70fa653c54183b1142 (diff) | |
download | buildroot-cd80d3c03185dfd0ef1c214c98da35e61f0737c5.tar.gz buildroot-cd80d3c03185dfd0ef1c214c98da35e61f0737c5.zip |
postgresql: security bump to version 9.4.6
Fixes:
CVE-2016-0766 - privilege escalation issue for users of PL/Java.
CVE-2016-0773 - issue with regular expression (regex) parsing. Prior
code allowed users to pass in expressions which included out-of-range
Unicode characters, triggering a backend crash. This issue is critical
for PostgreSQL systems with untrusted users or which generate regexes
based on user input.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 a42fe73b31..444c1b1321 100644 --- a/package/postgresql/postgresql.mk +++ b/package/postgresql/postgresql.mk @@ -4,7 +4,7 @@ # ################################################################################ -POSTGRESQL_VERSION = 9.4.5 +POSTGRESQL_VERSION = 9.4.6 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION) POSTGRESQL_LICENSE = PostgreSQL |