From eb3a0d828e1fe5599293a98cfe9e117bdd3b7493 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 5 Jan 2018 00:20:31 +0100 Subject: [PATCH] postgresql: update to version 9.5.10 Contains fixes for * CVE-2017-15099 * CVE-2017-15098 * CVE-2017-12172 * CVE-2017-7548 * CVE-2017-7547 * CVE-2017-7546 * CVE-2017-7486 * CVE-2017-7485 * CVE-2017-7484 Note that some fixes apply for newly created databases only! To mitigate CVE-2017-7486 and CVE-2017-7547 in existing databases, a procedure described in the the release notes of PostgreSQL 9.5.8 is necessary! Signed-off-by: Daniel Golle --- libs/postgresql/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 05071468d..9660f8e5b 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql -PKG_VERSION:=9.5.4 +PKG_VERSION:=9.5.10 PKG_RELEASE:=4 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=PostgreSQL @@ -18,7 +18,7 @@ PKG_SOURCE_URL:=\ https://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \ http://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \ ftp://ftp.postgresql.org/pub/source/v$(PKG_VERSION) -PKG_MD5SUM:=cf5e571164ad66028ecd7dd8819e3765470d45bcd440d258b686be7e69c76ed0 +PKG_MD5SUM:=945d7ade094dded6b95495d8f1561a12ac9608276858ed30adf3c3658275f281 PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 PKG_FIXUP:=autoreconf