package/postgresql: security bump version to 11.5
authorBernd Kuhls <bernd.kuhls@t-online.de>
Fri, 9 Aug 2019 15:59:41 +0000 (17:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 9 Aug 2019 20:06:26 +0000 (22:06 +0200)
Release notes: https://www.postgresql.org/about/news/1960/

Switch POSTGRESQL_SITE to https.

Fixes CVE-2019-10208, CVE-2019-10209, CVE-2019-10210 & CVE-2019-10211.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/postgresql/postgresql.hash
package/postgresql/postgresql.mk

index d70ed7428ddbafc25514684832a26044d7747f44..7a427e629e81111beb110c06b0a5eba5eb299836 100644 (file)
@@ -1,7 +1,7 @@
-# From https://ftp.postgresql.org/pub/source/v11.4/postgresql-11.4.tar.bz2.md5
-md5 dab5eed8a5f9204bf2f03a209eead4c3  postgresql-11.4.tar.bz2
-# From https://ftp.postgresql.org/pub/source/v11.4/postgresql-11.4.tar.bz2.sha256
-sha256 02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b  postgresql-11.4.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v11.5/postgresql-11.5.tar.bz2.md5
+md5 580da94f6d85046ff2a228785ab2cc89  postgresql-11.5.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v11.5/postgresql-11.5.tar.bz2.sha256
+sha256 7fdf23060bfc715144cbf2696cf05b0fa284ad3eb21f0c378591c6bca99ad180  postgresql-11.5.tar.bz2
 
 # License file, Locally calculated
 sha256 c4c86d683970b22b9fab53320ee1b3a30ef4e8223122b4fb6be53ea62ecee8b3  COPYRIGHT
index ae4b525a6e14861a8978e34e25e6c7a080256dea..6ce8b3b6cee57fe23fcfb525d9813046f80bf6a3 100644 (file)
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-POSTGRESQL_VERSION = 11.4
+POSTGRESQL_VERSION = 11.5
 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
-POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
+POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
 POSTGRESQL_LICENSE = PostgreSQL
 POSTGRESQL_LICENSE_FILES = COPYRIGHT
 POSTGRESQL_INSTALL_STAGING = YES