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 | |
| 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')
| -rw-r--r-- | package/postgresql/postgresql.hash | 4 | ||||
| -rw-r--r-- | package/postgresql/postgresql.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash index bf3d2a8733..533c398d59 100644 --- a/package/postgresql/postgresql.hash +++ b/package/postgresql/postgresql.hash @@ -1,5 +1,5 @@ -# From https://ftp.postgresql.org/pub/source/v10.2/postgresql-10.2.tar.bz2.sha256 -sha256 fe32009b62ddb97f7f014307ce9d0edb6972f5a698e63cb531088e147d145bad postgresql-10.2.tar.bz2 +# From https://ftp.postgresql.org/pub/source/v10.3/postgresql-10.3.tar.bz2.sha256 +sha256 6ea268780ee35e88c65cdb0af7955ad90b7d0ef34573867f223f14e43467931a postgresql-10.3.tar.bz2 # License file, Locally calculated sha256 24cfc70cf16b3a23242c49ffce39510683bdd48cbedb8a46fe03976ee5f5c21e COPYRIGHT 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 |

