From: Daniel Golle Date: Thu, 25 Mar 2021 23:05:45 +0000 (+0000) Subject: postgresql: update to version 13.2 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e7caf1f2ba9a99a0d6f6f0e82987a3836c9864ae;p=feed%2Fpackages.git postgresql: update to version 13.2 Adresses CVE-2021-20229 (Incorrect Authorization) Signed-off-by: Daniel Golle --- diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index f3b6770732..b94fd5205c 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -5,8 +5,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql -PKG_VERSION:=13.1 -PKG_RELEASE:=1 +PKG_VERSION:=13.2 +PKG_RELEASE:=$(AUTORELEASE) PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=PostgreSQL PKG_CPE_ID:=cpe:/a:postgresql:postgresql @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=\ http://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \ ftp://ftp.postgresql.org/pub/source/v$(PKG_VERSION) -PKG_HASH:=12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f +PKG_HASH:=5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc PKG_USE_MIPS16:=0 PKG_FIXUP:=autoreconf