From: Michal Vasilek Date: Fri, 13 May 2022 16:37:52 +0000 (+0200) Subject: postgresql: security update to 11.16 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=58a5dd8fd726ac3a94d5d013ff897b78cfdb9152;p=feed%2Fpackages.git postgresql: security update to 11.16 * fixes CVE-2022-1552 Signed-off-by: Michal Vasilek --- diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 6a16af948a..3c44382fcc 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql -PKG_VERSION:=11.14 +PKG_VERSION:=11.16 PKG_RELEASE:=1 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=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:=965c7f4be96fb64f9581852c58c4f05c3812d4ad823c0f3e2bdfe777c162f999 +PKG_HASH:=2dd9e111f0a5949ee7cacc065cea0fb21092929bae310ce05bf01b4ffc5103a5 PKG_USE_MIPS16:=0 PKG_FIXUP:=autoreconf