summaryrefslogtreecommitdiffstats
path: root/package/postgresql/postgresql.mk
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2017-05-11 15:20:14 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-11 17:51:37 +0200
commite2bb446ff50c3bd346beca07d5e7f3dc11591a1c (patch)
treeecc8e1bce7185d2f2aaec8b61d33ee133ac7d06d /package/postgresql/postgresql.mk
parentbf899e50d89439b1a1bdf22bc933075958ffc108 (diff)
downloadbuildroot-e2bb446ff50c3bd346beca07d5e7f3dc11591a1c.tar.gz
buildroot-e2bb446ff50c3bd346beca07d5e7f3dc11591a1c.zip
postgresql: bump version to 9.6.3 (security)
Three security vulnerabilities have been closed by this release: CVE-2017-7484: selectivity estimators bypass SELECT privilege checks CVE-2017-7485: libpq ignores PGREQUIRESSL environment variable CVE-2017-7486: pg_user_mappings view discloses foreign server passwords More details: https://www.postgresql.org/about/news/1746/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.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 e07afc94a8..62b41cbeaa 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -4,7 +4,7 @@
#
################################################################################
-POSTGRESQL_VERSION = 9.6.2
+POSTGRESQL_VERSION = 9.6.3
POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
POSTGRESQL_LICENSE = PostgreSQL
OpenPOWER on IntegriCloud