diff options
author | Adam Duskett <aduskett@gmail.com> | 2018-03-03 12:59:23 -0500 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-03 20:15:59 +0100 |
commit | 00fc361b0a1693e701485ab177e9d12b59652170 (patch) | |
tree | 959fd0847a952dd1ec9122d2a13179939fd36cb5 /package/postgresql/postgresql.mk | |
parent | 11050d908dbd330e7cf5271afe8861748348554c (diff) | |
download | buildroot-00fc361b0a1693e701485ab177e9d12b59652170.tar.gz buildroot-00fc361b0a1693e701485ab177e9d12b59652170.zip |
postgresql: security bump to 10.3
Helps mitigate CVE-2018-1058
see: https://www.postgresql.org/docs/current/static/release-10-3.html for more
bugfixes.
Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 4b2bca714b..c6b689a146 100644 --- a/package/postgresql/postgresql.mk +++ b/package/postgresql/postgresql.mk @@ -4,7 +4,7 @@ # ################################################################################ -POSTGRESQL_VERSION = 10.2 +POSTGRESQL_VERSION = 10.3 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION) POSTGRESQL_LICENSE = PostgreSQL |