diff options
author | Adam Duskett <aduskett@gmail.com> | 2018-08-28 12:31:27 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-28 22:27:44 +0200 |
commit | 81ccf146a79983f52c055b734c57c8ab1e69c936 (patch) | |
tree | d2295003d2e3d771f24ca164b1c90e070c7080af /package/postgresql/postgresql.mk | |
parent | 3a3601fe583f937f433e03f954f1ee93ac01b537 (diff) | |
download | buildroot-81ccf146a79983f52c055b734c57c8ab1e69c936.tar.gz buildroot-81ccf146a79983f52c055b734c57c8ab1e69c936.zip |
postgresql: security bump to 10.5
Fixes CVE-2018-10915 & CVE-2018-10925
Changelog: https://www.postgresql.org/docs/10/static/release-10-5.html
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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk index 0940873686..540e1540ca 100644 --- a/package/postgresql/postgresql.mk +++ b/package/postgresql/postgresql.mk @@ -4,7 +4,7 @@ # ################################################################################ -POSTGRESQL_VERSION = 10.3 +POSTGRESQL_VERSION = 10.5 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION) POSTGRESQL_LICENSE = PostgreSQL |