summaryrefslogtreecommitdiffstats
path: root/package/postgresql/postgresql.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2018-11-08 20:54:42 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-11-08 20:55:19 +0100
commitf680e57e48c8e1f909b781a6d1789e99a6457db8 (patch)
tree88b07fe7c8256bd01114afb7ebaa647273ad52ce /package/postgresql/postgresql.mk
parent745132abc05e9cb81b0015a1303a602437f0a06f (diff)
downloadbuildroot-f680e57e48c8e1f909b781a6d1789e99a6457db8.tar.gz
buildroot-f680e57e48c8e1f909b781a6d1789e99a6457db8.zip
postgresql: security bump to version 11.1
Fixes the following security issue: CVE-2018-16850: SQL injection in pg_upgrade and pg_dump, via CREATE TRIGGER ... REFERENCING For more details, see the advisory: https://www.postgresql.org/about/news/1905/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/postgresql/postgresql.mk')
-rw-r--r--package/postgresql/postgresql.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index 2754526684..c4ba0daa17 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -4,7 +4,7 @@
#
################################################################################
-POSTGRESQL_VERSION = 11.0
+POSTGRESQL_VERSION = 11.1
POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
POSTGRESQL_LICENSE = PostgreSQL
OpenPOWER on IntegriCloud