From 2db46d289c9ebd46408bcd5dafbc8ed4fdf82f81 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Wed, 15 Aug 2018 17:00:18 +0200 Subject: [PATCH] postgresql: security bump to 9.6.10 This update includes fixes for the following CVEs: - CVE-2018-1115 - CVE-2018-10925 - CVE-2018-10915 Signed-off-by: Sebastian Kemper --- libs/postgresql/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index e9fe9ea789..addaac4f1d 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql -PKG_VERSION:=9.6.8 +PKG_VERSION:=9.6.10 PKG_RELEASE:=1 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=PostgreSQL @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=\ http://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \ ftp://ftp.postgresql.org/pub/source/v$(PKG_VERSION) -PKG_HASH:=eafdb3b912e9ec34bdd28b651d00226a6253ba65036cb9a41cad2d9e82e3eb70 +PKG_HASH:=8615acc56646401f0ede97a767dfd27ce07a8ae9c952afdb57163b7234fe8426 PKG_USE_MIPS16:=0 PKG_FIXUP:=autoreconf -- 2.30.2