postgresql: security bump to 10.2
authorAdam Duskett <aduskett@gmail.com>
Fri, 9 Feb 2018 12:02:31 +0000 (07:02 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 10 Feb 2018 07:57:08 +0000 (08:57 +0100)
from https://www.postgresql.org/about/news/1829/

[1] CVE-2018-1052: Fix the processing of partition keys containing multiple
                   expressions

[2] CVE-2018-1053: Ensure that all temporary files made with "pg_upgrade" are
                   non-world-readable

Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/postgresql/postgresql.hash
package/postgresql/postgresql.mk

index e2347701c19db6b1f6f26007b6a1f93f150a6376..2950470fb95085770c9abed8e0d3185bac852c7c 100644 (file)
@@ -1,5 +1,5 @@
-# From https://ftp.postgresql.org/pub/source/v10.1/postgresql-10.1.tar.bz2.sha256
-sha256 3ccb4e25fe7a7ea6308dea103cac202963e6b746697366d72ec2900449a5e713        postgresql-10.1.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v10.2/postgresql-10.2.tar.bz2.sha256
+sha256 fe32009b62ddb97f7f014307ce9d0edb6972f5a698e63cb531088e147d145bad        postgresql-10.2.tar.bz2
 
 # License file, Locally calculated
 sha256 7dc8de32741ad1b03e21710771b55a1b9d460671d47f28a8840f917e38c66676        COPYRIGHT
index 4657489a53f89ff72778f19a210bbc9ad359ea1c..4b2bca714b29371a25ffb687d06cccaaba82f241 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-POSTGRESQL_VERSION = 10.1
+POSTGRESQL_VERSION = 10.2
 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
 POSTGRESQL_LICENSE = PostgreSQL