summaryrefslogtreecommitdiffstats
path: root/package/postgresql/postgresql.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-11-11 11:44:56 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-11 23:23:55 +0100
commitb97353f2b50add10971e8477ad0b4cede9244578 (patch)
tree4f951a4f288e06fd587446146e5da72a366886ed /package/postgresql/postgresql.mk
parent0a0042f6d7a526d4addce81286ca77c0a8ca656f (diff)
downloadbuildroot-b97353f2b50add10971e8477ad0b4cede9244578.tar.gz
buildroot-b97353f2b50add10971e8477ad0b4cede9244578.zip
postgresql: security bump to version 9.6.6
Fixes the following security issues: CVE-2017-12172: Start scripts permit database administrator to modify root-owned files. CVE-2017-15098: Memory disclosure in JSON functions. CVE-2017-15099: INSERT ... ON CONFLICT DO UPDATE fails to enforce SELECT privileges. See the announcement for more details: https://www.postgresql.org/about/news/1801/ While we're at it, also add a hash for the license file. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 7adb957cf0..50ce212c1c 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -4,7 +4,7 @@
#
################################################################################
-POSTGRESQL_VERSION = 9.6.5
+POSTGRESQL_VERSION = 9.6.6
POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
POSTGRESQL_LICENSE = PostgreSQL
OpenPOWER on IntegriCloud