summaryrefslogtreecommitdiffstats
path: root/package/postgresql/postgresql.mk
diff options
context:
space:
mode:
authorAdam Duskett <aduskett@gmail.com>2018-02-09 07:02:31 -0500
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-02-10 08:57:08 +0100
commit93781734b7d93ad4ca77add807c5e10a2862b6b9 (patch)
treea6fabb798ed38636d644e7ce25932f41b01605ae /package/postgresql/postgresql.mk
parentf5d5ae21b6982773789c282d3d4dbaadbca22be3 (diff)
downloadbuildroot-93781734b7d93ad4ca77add807c5e10a2862b6b9.tar.gz
buildroot-93781734b7d93ad4ca77add807c5e10a2862b6b9.zip
postgresql: security bump to 10.2
from https://www.postgresql.org/about/news/1829/ [1] CVE-2018-1052: Fix the processing of partition keys containing multiple expressions [2] CVE-2018-1053: Ensure that all temporary files made with "pg_upgrade" are non-world-readable Signed-off-by: Adam Duskett <aduskett@gmail.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 4657489a53..4b2bca714b 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -4,7 +4,7 @@
#
################################################################################
-POSTGRESQL_VERSION = 10.1
+POSTGRESQL_VERSION = 10.2
POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
POSTGRESQL_LICENSE = PostgreSQL
OpenPOWER on IntegriCloud