diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-01-05 00:33:50 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-01-05 02:12:24 +0100 |
commit | cf296664fe9115a208c1a6b27583d5dd2a04ada8 (patch) | |
tree | 0ac0353ab12bd892c5b3eab4a9a31c88dbc3ffc2 /libs/postgresql | |
parent | 072d43f6bebed3d95d671588c9c754bd50b47e2a (diff) |
postgresql: update to version 9.6.6
Fixes CVE-2017-12172, CVE-2017-15098 and CVE-2017-15099.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'libs/postgresql')
-rw-r--r-- | libs/postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 39ccca698..19932fb06 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql -PKG_VERSION:=9.6.5 +PKG_VERSION:=9.6.6 PKG_RELEASE:=1 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> 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:=06da12a7e3dddeb803962af8309fa06da9d6989f49e22865335f0a14bad0744c +PKG_HASH:=399cdffcb872f785ba67e25d275463d74521566318cfef8fe219050d063c8154 PKG_USE_MIPS16:=0 PKG_FIXUP:=autoreconf |